@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("../fonts/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("../fonts/RobotoCondensed-LightItalic.ttf") format('truetype');
}

/* Normal */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("../fonts/RobotoCondensed-Italic.ttf") format('truetype');
}

/* Bold */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../fonts/RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("../fonts/RobotoCondensed-BoldItalic.ttf") format('truetype');
}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height:1.2em;
    font-size: 15px;
    line-height:20px;
	/*-webkit-touch-callout: none;*/
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*-o-user-select: none;*/
	/*user-select: none;*/
}

a {
    color:#0450d6;
    text-decoration: none;
}
a:hover {
    color: #008f4a;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "Roboto Condensed"; 
}
h1 {
    margin: 10px;
}
p {
    padding: 0px;
}
ul, ol
{
    margin: 0;
}
iframe, img 
{
    max-width: 100%;
}
img 
{
    height: auto;
}
figure.aligncenter
{
    text-align: center;
    margin: 5px auto;
    max-width: 100%;
    height: auto;
}

.wp-caption-text
{
    margin-top: 10px;
    margin-bottom: 15px;
}
.wp30
{
    float:left;
    width: 30%;
}
.wp70
{
    float:left;
    width: 70%;
}
.wp80
{
    float:left;
    width: 80%;
}
.wp20
{
    float:left;
    width: 20%;
}
.wp40
{
    float:left;
    width: 40%;
}
.wp60
{
    float:left;
    width: 60%;
}
.wp100
{
    float:none;
    width: 100%;
    clear: both;
}
.wp50
{
    float:left;
    width: 50%;
}
.wp10
{
    float:left;
    width: 10%;
}
.wp90
{
    float:left;
    width: 90%;
}
.wp33
{
    float:left;
    width: 33.33333333333%;
}
.wp25
{
    float:left;
    width: 25%;
}
.margin-top-30
{
    clear: both;
    margin-top: 30px;
}
.margin-top-20
{
    clear: both;
    margin-top: 20px;
}
.margin-top-10
{
    clear: both;
    margin-top: 10px;
}
.line 
{
    display: block;
    background: #0450d6;
    height: 2px;
    width: 180px;
    overflow: hidden;
    margin: auto;
}

.gmap-button {
    width: 50px;
    height: 50px;
    background-image: url(../images/map_icon.png);
    background-repeat: no-repeat;
    background-position: -9px -3px;
    -webkit-border-radius: 99%;
    -moz-border-radius: 99%;
    -o-border-radius: 99%;
    border-radius: 99%;
    position: absolute;
    top: 0;
    left: 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    background-color: #3e4095;
}
.gmap-button:hover,
.gmap-button-hover {
    background-image: url(../images/map_icon.png);
    background-repeat: no-repeat;
    background-position: -9px -47px
}
#header-gmap
{
    display: none;
}
.header-top
{
    padding-bottom: 5px;
}
.menu-top
{
    list-style: none;
    padding-left: 0;
}
.top a 
{
    line-height: 40px;
    color: #fff;
}
.menu-top li
{
    float: left;
}
.menu-top li a 
{
    display: block;
    padding: 0px 15px;
}
.menu-top li a:hover 
{
    background: #3e4095;
}
.info-top
{
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.info-top p 
{
    margin-bottom: 0;
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 17px;
}
.info-top .vp 
{
    font-size: 19px;
    color: #0450d6; 
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 22px;
}
.info-top .fa 
{
    font-size: 40px;
    color: #0450d6;
    padding-right: 10px;
    border-right: 2px solid #ccc;
}
.info-nd
{
    padding-left: 10px;
}
.info-top .tel 
{
    font-weight: bold;
    font-family: "Roboto Condensed";
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #0450d6;
}
.hotline_top
{
    font-size: 20px;
    font-weight: bold;
}
.hotline_top i 
{
    padding-right: 10px;
}
header
{
    /*background: url(../images/bg_header.png) no-repeat left top;
    background-size: 100%;*/
}
.chuchay {
    color: #fdf74f;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
}
.top
{
    height: 40px;
    overflow: hidden;
    background: #0450d6
}
.top a 
{
}
.banner
{
    padding: 0;
}

.logo img 
{
    width: 290px;
    margin-top: 5px;
}
.navbar {    
    margin-bottom:0;
    min-height:40px;
    width: 100%;
    padding: 0;    
    background: #0450d6;
}
.navbar-fixed-top {
    min-height:40px;
    padding:0;
}
.navbar-fixed-top .nav
{
    margin-top: 0;
}
.navbar-inner {
    background: none;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar-fixed-top .navbar .brand
{
    margin-top: 0;
}
.navbar .brand
{
    padding: 0;
    margin: 0;
}
.navbar .brand img {
    
}
.navbar .nav > li
{
    position: relative;
}
.navbar .nav > li > a {
    padding: 12px 18px;
    line-height: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    text-shadow: none;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    color: #fff;
    transition: border-color 1s ease;
}
.navbar.navbar-fixed-top .nav > li > a
{
    padding: 12px 17px;
}
.navbar .nav > li:first-child > a
{
    border-left: none;
}
.navbar .nav > li:hover> a, .navbar .nav > .current-menu-item > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #97bc52;
    background-color: none;
    transition: border-color 1s ease;
}
.navbar .nav > li.menu-item-has-children > a::after {
    border-top: 5px solid #fdf74f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -5px;
}
.navbar .nav .sub-menu
{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: rgba(0,0,0,0.6);
    list-style: none;
    padding-left: 0;
    z-index: 9999;
}
.navbar .nav .sub-menu li a 
{
    display: block;
    padding: 7px 20px;
    color: #fff;
}
.navbar .nav .sub-menu li a:hover
{
    background: #222;
}
.navbar .nav li:hover .sub-menu
{
    display: block;
}
.nav-pills {
    margin-bottom: 30px;
    float: right;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: none;
    color: #eeaa47;
    border: 1px solid #eeaa47;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    color: #fff;
}
.navbar-fixed-top .navbar-inner
{
    box-shadow: none;
}
.background-slider
{
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
}
.da-slide h2
{
    margin-top: 270px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    position: static;
}
.da-slide a 
{
    display: block;
    height: 100%;
width: 100%;
}
.da-slide p
{
    margin-top: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 30px;
    position: static;
}
#da-slider
{
    height: 550px !important;
}

.icon_logo
{
    background: url(../images/icon_logo.png) no-repeat left center;
    height: 40px;
    padding-left: 50px;
}
.line-icon
{
    background: url(../images/icon_logo.png) no-repeat center center;
    height: 40px;
    width: 40px;
    display: block;
    margin: auto;
    position: relative;
}
.line-icon:before
{
    content: '';
    position: absolute;
    left: -125px;
    top: 20px;
    width: 120px;
    height: 3px;
    background: #274a87;
}
.line-icon:after
{
    content: '';
    position: absolute;
    left: 45px;
    top: 20px;
    width: 120px;
    height: 3px;
    background: #274a87;
}
.slogan-tuvan
{
    background: #0450d6;
    padding: 30px 0;
}
.slogan-tuvan p 
{
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #fff;
}
.slogan-tuvan a 
{
    color: #97bc52;
    font-size: 24px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    background: url(../images/icon_phone.png) no-repeat left center;
    padding: 20px 20px 20px 42px;
}
.mota_cate
{
    display: block;
    width: 70%;
    margin: 10px auto 0;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.mota_cate a 
{
    display: none;
}
.info {
    border: 2px solid #ffbf00;
    padding: 30px;
    background-color: #f9f9f9;
}
.info h3
{
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}
.info i 
{
    color: #eeaa47;
}
.aboutus
{
    margin-top: 0;
}
.serv-index h2 
{
    color: #fff;   
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.serv-index h2 a 
{
    color: #fff;
    display: block;
    font-size: 14px;
    background: #eeaa47;
    padding: 20px;
    font-weight: bold;
}
.serv-index h2 a:hover
{
    background: #fff;
    color: #eeaa47;
}
.duan
{
    background: #474747;
}
.area-ct 
{
    padding: 40px 0;
}
.area-ct h2
{
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: "Roboto Condensed";
    color: #0450d6;
}
.area-ct h2.title_tt
{
    position: relative;
}
.area-ct .aboutus_item h2.title_tt
{
    text-align: left;
}
.area-ct h2.title_tt:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 2px;
    background: #0450d6;
}
.area-ct .item
{
    background: #fff;
    padding-bottom: 0;
    border: 1px solid #ccc;
}
.area-ct .item.post_big
{
    margin-bottom: 20px;
}
.area-ct .item h2, .area-ct .item h3 
{
    line-height: 18px;
    margin-top: 10px;
}
.area-ct .item h2 a, .area-ct .item h3 a
{
    font-size: 18px;
    display: block;
    text-align: justify;
    text-transform: none;
}

.area-ct.tintuc .list_cn .item h2 a, .area-ct.tintuc .list_cn .item h3 a
{
    text-align: left;
    padding-top: 9px;
}
.item .img 
{
    border: 2px solid #ccc;
}
.item p 
{
    text-align: justify;
    padding: 0 10px;
    height: 65px;
}
.readmore{
    position:relative; vertical-align: middle; 
    z-index:1000; background:#0450d6; 
    color:#fdf74f !important; text-shadow: 0 0 2px rgba(0, 0, 0, 0.36); 
    text-decoration:none; font-size:14px; text-transform:uppercase; 
    font-weight:bold; 
    padding:10px 0; display:inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block;
    margin: auto;
    font-family: "Roboto Condensed";
    width: 110px;
    text-align: center;
}
.readmore.readmore_cate
{
    width: 210px;
    padding:15px 0;
    font-size: 16px;
}
.readmore:hover{color:#fdf74f !important;}
.readmore:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00914b;
    border-radius: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    
}
.readmore:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.area-ct .list_cn .item
{
    padding: 10px 0;
    border: none;
    margin-bottom: 35px;
}
.area-ct .list_cn .item p 
{
    height: auto;
    padding: 0;
    margin: 0;
}

.about-info h3
{
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 19px;
}
.contact_page h3
{
    color: #3e4095;
}
.contact_page h4
{
    text-transform: uppercase;
}

.item .img
{
    position: relative;
    overflow: hidden;
}

.item .img .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.item .img i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 1.3em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -moz-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.item .img:hover .link {
  opacity: 1;
}
.item .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
.item .img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.item .img:hover i {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.le 
{
    background: #eee;
}
.more 
{
    display: block;
    line-height: 40px;
    font-size: 14px;
    background: #e6e6e6 ;
    text-align: center;
}
.content-baogia
{
    margin-left: -5px;
    margin-right: -5px;
}
.content-baogia ul
{
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.content-baogia ul li 
{
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    width: calc((100% - 40px)/4);
}
.content-baogia ul li a 
{
    display: block;
    padding: 20px 10px;
background: #0450d6;
font-size: 17px;
color: #fff;
}
.content-baogia ul li a span
{
    display: block;
    text-align: center;
}
.content-baogia ul li a .hover_img
{
    display: none;
}
.content-baogia ul li a:hover img 
{
    display: none;
}
.content-baogia ul li a:hover
{
    color: #97bc52;
}
.content-baogia ul li a:hover .hover_img
{
    display: block;
    margin: auto;
}
.content-baogia ul li a img 
{
    width: 40px;
    padding-right: 10px;
}
.img 
{
    display: block;
    border: 2px solid #ccc;
}
.others h2 
{
    text-align: left;
    font-size: 22px;
}
.ct_bg
{
    text-align: center;
    background: #fff;
    border: 2px solid rgba(0,0,0,0.1);
    border-left: none;
}
.ct_bg.ct_bg1 
{
    border-left: 2px solid rgba(0,0,0,0.1);
}
.title_bg
{
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-top: 16px !important;
    margin-bottom: 20px;
}
.ct_bg .gia_bg p 
{
    margin-bottom: 30px;
    clear: both;
    font-size: 14px;
}
.ct_bg .gia_bg p strong
{
    font-size: 25px;
    color: #274a87;
    display: block;
    margin-bottom: -20px;
}
.gia_bg
{
    padding-bottom: 20px;
}
.note_bg
{
    background: #777;
    padding: 22px 0 31px 0;
    color: #fff;
}
.list_cn
{
    list-style: none;
    padding:0;
}
.list_cn .wp40 a 
{
    display: block;
    border: 2px solid #ccc;
}
.list_cn li 
{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.slider_duan_index .item
{
    padding:10px;
}
.slider_duan_index, .slider_yk
{
    position: relative;
}
.owl-theme .owl-controls {
    
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    font-size: 20px;
    border-radius: 0;
    background: rgba(17,84,54,0.8);
    padding: 2px 7px;
    position: absolute;
    top: 25%;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0
}
.descr
{
    padding-left: 15px;
}
.list_cn .item h2, .list_cn .item h3
{
    margin-top: 0;
}
.area-ct .item_news h2, .area-ct .item_news h3
{
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    line-height: 18px;
}
.item_news
{
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.1);
}
.mota
{
    padding: 5px 10px 0;
}
.title_blue
{
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}
.vert , .simply-scroll-clip
{
    height: 350px;
    overflow: hidden;
}
.duan_item h3
{
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 18px;
}
.widget
{
    overflow: hidden;
    margin-bottom: 30px;
}
.widget .item h2, .widget .item h3
{
    margin-top: 0;
    text-align: left;
}
.widget .item h2 a, .widget .item h3 a
{
    font-size: 16px;
    text-align: left;
}
.area-ct .newspost .item h2 a, .area-ct .newspost .item h3 a
{
    font-size: 16px;
    text-transform: none;
}
.newspost .item 
{
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.title_page
{
    color: #3e4095;
}
.contactus
{
    background: #ffbf00;
    padding: 20px 0;
}
.contactus p 
{
    font-style: italic;
    color: #fff;
    margin-top: 12px;
    font-size: 18px;
}
.contactus a
{
    float: left;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 4px;
}
.contactus a:hover
{
    background: #fff;
    color: #000;
}

.menu-footer
{
    padding-left: 0;
    list-style: none;
}
.menu-footer li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffbf00;
    position: absolute;
    left: 0;
    top: 0;
}
#footer
{
    background: #0450d6;
    padding: 30px 0 0;
    background-size: 100%;
}
 .pre_footer {
    background: url(../images/bg_footer2.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 10px;
}

#footer p 
{
    color: #aaa;
    margin-bottom: 5px;
}
#footer .tt_title
{
    font-size: 18px;
    text-transform: uppercase;
    color: #fdf74f;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Roboto Condensed";
}
#footer .tt_line
{
    position: relative;
    line-height: 15px;
    margin-bottom: 40px;
}
.tt_line::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 1px;
    left: 50px;
    right: 0;
    position: absolute;
    bottom: -12px;
}       
.tt_line::after {
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: 27px;
    background-color: #274a87;
}

.contact_page .ttt_line
{
    margin-bottom: 20px;
    font-size: 20px;
}
.ttt_line
{
    position: relative;
    font-family: "Roboto Condensed";
}
.ttt_line::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 2px;
    left: 90px;
    right: 0;
    position: absolute;
    bottom: -2px;
}       
.ttt_line::after {  
    content: "";
    height: 3px;
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -2px;
    background-color: #274a87;
}
.widget .ttt_line
{
    color: #274a87;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
margin:0 0 10px;
padding-bottom: 2px;
text-align: left;
}


#footer ul li a 
{
    color: #878787;
    display: block;
    padding: 4px;
    font-size: 14px;
}
#footer a:hover
{
    color: #fff
}
/*
2.4 Socail icons
************/
 .social_footer {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.list_tukhoa
{
    list-style: none;
    padding-left: 0;
}
.list_tukhoa.menu_dichvu li 
{
	float: none;
	display: block;
}
.list_tukhoa li 
{   
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #fff;
}
#footer ul.list_tukhoa li a
{
    color:#fff;
}
#footer ul.list_tukhoa li:hover a 
{
    color: #fdf74f;
}
#footer .tencongty_f
{
    font-size: 20px;
    text-transform: uppercase;
    color: #fdf74f;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: "Roboto Condensed";
}
.social_footer a{
    
    line-height: 52px;
    font-family:'Roboto Condensed';
    font-size: 20px;
    text-align:center;
    width:52px;
    height:52px;
    color: #274a87;
    display:inline-block;
    border-radius: 50%;
    background: #fff;
}

/*
3.6 Newsletter
********************************************************************/
.newsletter {
    text-align:left;
    padding:0;
    margin:0;
    overflow: hidden;
}
.newsletter form {
}
.newsletter input {
    padding:4px 20px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}
.newsletter p 
{
    margin-bottom: 3px;
}
.btn 
{
    width: 100%;
    background: #0450d6;
    color: #fff;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/

.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:365px;
    right:20px;
    border:1px solid #fff;
    display:none;
    background: #274a87;
    opacity: 0.8
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
.scrollup:hover
{
    opacity: 1;
}
.mask
{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 130%;
}
.list_sp
{
    list-style: none;
}
.list_sp li a 
{
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.list_sp li a:hover
{
    color: #eeaa47
}
#main-content
{
    padding: 0;
}
.gird-sp .item
{
    position: relative;
    border: 1px solid #ccc;
}
.gird-sp .item h3 
{
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 80%;
    background: #999;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
}
.og-grid li {
    width: 300px;
}

.gird-news
{
    padding: 20px 0;
}
.page_top
{
    background: url(../images/bg123.jpg);
}
.single-page
{
    padding: 0;
}
.content-single iframe
{
    margin: 10px auto;
    width: 100%;
}
.content .ttt_line
{
    font-size: 24px;
    line-height: 28px;
    margin-left: 0;
    padding-left: 0;
    color: #274a87;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.content ul 
{
    padding-left: 15px;
}
.content h2, .content h3 
{
    font-family: Arial, Helvetica, sans-serif;
}
.content .item h2, .content .item h3
{
    font-family: "Roboto Condensed"
} 
img.aligncenter
{
    display: block;
    margin: 5px auto
}
.content p 
{
    text-align: justify;
}
.ndwidget
{
    border: 1px solid #274a87;
}
.post_widget .ndwidget
{
    padding: 10px;
}
.ndwidget iframe
{
    margin-bottom: -5px;
}
.page_top
{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    color: #fff;
}
.page_top p 
{
    font-size: 16px;
    font-style: italic;
}
.page_top h1,  .page_top h2
{
text-transform: uppercase;
font-size: 28px;
}
 .page_top .container
{
    position: relative;
    height: 100%;
}
.breadcum
{
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;
    background: #0450d6;
    color: #fff;
    padding: 10px 15px;
}
.breadcum a
{
    color: #fff;
}
.breadcum span 
{
    text-transform: uppercase;
    padding-right: 20px;
}
.breadcum span i 
{
    color: #fff;
    padding-right: 4px;
}
.icon_menu
{
    background: #055699 url(../images/icon_menu.png) no-repeat left center;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.mm-menu.mm-offcanvas.mm-current
{
    z-index: 9999;
}
.mm-menu .navbar .nav > li > a
{
    color: #000;
    padding: 10px 20px;
}
.hotline_img
{
    position: fixed;
    bottom: 0;
    right: 15px;
    width: 185px;
    z-index: 9999;
}
.hotline_fix
{
    position: fixed;
    z-index: 9990;
    width: 150px;
    height: 150px;
    right: 30px;
    bottom: 170px;
}
.hotline_fix a 
{
    display: block;
}
.hiti-phone.hiti-static {
    opacity: 1;
}
 
.hiti-phone.hiti-hover {
    opacity: 1;
}
 
.hiti-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -moz-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -ms-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -o-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    background-color: transparent;
    border: 2px solid #3e4095;
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}
 
.hiti-phone.hiti-active .hiti-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -moz-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -ms-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -o-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}
 
.hiti-phone.hiti-static .hiti-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -moz-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -ms-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -o-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}
 
.hiti-phone.hiti-hover .hiti-ph-circle {
    border-color: #3e4095;
    opacity: 0.5;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle {
    border-color: #3e4095;
    opacity: 0.5;
}
 
.hiti-phone.hiti-green .hiti-ph-circle {
    
    opacity: 0.5;
}
 
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle {
    border-color: #3e4095;
    opacity: 0.5;
}
 
.hiti-phone.hiti-gray .hiti-ph-circle {
    border-color: #3e4095;
    opacity: 0.5;
}
 
.hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
 
.hiti-phone.hiti-active .hiti-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -webkit-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -moz-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -ms-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -o-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
}
 
.hiti-phone.hiti-static .hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -webkit-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -moz-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -ms-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -o-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    opacity: 0 !important;
}

 
.hiti-phone.hiti-hover .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-green .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 1 !important;
}
  
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle-fill {
    background-color:  rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-gray .hiti-ph-circle-fill {
    background-color: rgba(62, 64, 149, 0.5);
    opacity: 0.75 !important;
}

.hiti-ph-img-circle {
 
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1); 
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 65px;
    opacity: 0.7;
    position: absolute;
    top: 65px;
    transform-origin: 50% 50% 0;
    width: 70px;
} 
  
.hiti-phone.hiti-active .hiti-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -webkit-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
      -moz-animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
       -ms-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
        -o-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important; 
}
 
.hiti-phone.hiti-static .hiti-ph-img-circle {
    animation: 0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -webkit-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -moz-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -ms-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -o-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
}
 
.hiti-phone.hiti-hover .hiti-ph-img-circle {
    background-color: #3e4095;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-img-circle {
    background-color: #3e4095
} 

.hiti-phone.hiti-green .hiti-ph-img-circle {
    background-color: #3e4095;
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 70px;
} 

.hiti-phone.hiti-gray.hiti-hover .hiti-ph-img-circle {
    background-color: #3e4095;
}  
.hiti-phone.hiti-gray .hiti-ph-img-circle {
    background-color: #3e4095;
} 
.hiti-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}
 
.hiti-phone.hiti-show {
    visibility: visible;
}   
 
@keyframes hiti-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
} 
@keyframes hiti-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}  
@keyframes hiti-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1)  skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}  
.pagination
{
    display: block;
    text-align: center;
    width: 100%;
}
.pagination a, .pagination span
{
    border: 1px solid #0450d6;
    padding: 3px 8px;
    color: #0450d6;
    display: inline-block;
} 
.pagination a:hover, .pagination span
{
    background: #0450d6;
    color: #fff;
} 
.copyright
{
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
.copyright p
{
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
}
.share_img
{
    float: left;
    padding-right: 20px;
}
.share_post {
    padding: 20px 0 20px 20px;
    background: #D6D6D6;
    border: 1px solid #ccc;
}

.comments_area header
{
    text-align: left;
}
.input-group-addon
{
    display: block;
    width: 120px;
    margin-bottom: 5px;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    padding: 10px 0;
    text-align: center;
}
#commentform p 
{
    overflow: hidden;
    margin-bottom: 20px;
}
.commentlist
{
    list-style: none;
    padding-left: 0;
}
.commentlist ul 
{
    list-style: none;
}
.comment-author .says
{
    display: none;
}
.comment-meta div
{
    display: inline-block;
}
.commentlist li 
{
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
}

.comment-form .form-control
{
    width: 100%;
    padding: 20px;
}

.testimonials-wrap{background:url(../images/testimonial-bg.jpg) no-repeat; background-size:cover;}
.testimonials-wrap h1{color:#fff;}
.testimonials-wrap .main-heading:before{left:50%; margin-left:-40px; background:#fff;}
.testimonials .item_yk{margin:10px; margin-top:20px;}
.testi-info{background:#fff; padding:30px 30px 30px 50px; position:relative; margin-bottom: 50px;}
.testi-info p{position:relative; font-size:14px; line-height:24px; font-style:italic; color:#696969;}
.testi-info p:before{content: "\f10d"; font-family: 'FontAwesome'; position:absolute; top:-5px; left:-29px; color:rgba(253, 194, 54, 0.34); font-size:43px; font-style:normal;}
.name{font-size:18px; color:#000; text-transform:uppercase; font-weight:bold; font-family: 'Roboto Condensed', sans-serif; margin-top:10px}
.name span{display:block; text-transform:none; font-family: 'Roboto Condensed', sans-serif; font-size:14px; font-weight:normal;}
.client-image img{border-radius:100%; border:2px solid #fff; width: 80px}
.client-image{position:absolute; bottom:-50px; right: 30px;}
.test .testi-info{background:#eee;}
.test .client-image img{border: 2px solid #eee;}
.test .item_yk{margin:0; margin-top:20px;}
.ct-yk{height: 140px;}
.testi-info.yk_vi{padding:30px}
.ykkh
{
    background: rgba(0,0,0,0.4);
    padding:30px 0 50px; 
}
.ykkh h2 
{
    text-align: center;
    color: #fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
    
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

.dang_ky_fix
{
    position: fixed;
    bottom: 0;
    right: 145px;
    text-align: center;
    background-color: #0450d6;
    margin-top: 10px;
    color: #fdf74f;
    z-index: 9999;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: bold;
}
.dang_ky_fix a 
{
    color: #fdf74f;
}
.dang_ky_fix a i 
{
    padding-right: 5px;
}
.dang_ky_fix {
   
}
@keyframes tada_keyframe {
    0% {
        -webkit-transform:translate(0,0) scale(1,1);
        transform:translate(0,0) scale(1,1)
    }
    10%,20% {
        -webkit-transform:translate(0,0) scale(.9,.9) rotateZ(-3deg);
        transform:translate(0,0) scale(.9,.9) rotateZ(-3deg)
    }
    30%,50%,70%,90% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(3deg);
        transform:translate(0,0) scale(1.1,1.1) rotateZ(3deg)
    }
    40%,60%,80% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(-3deg);
        transform:translate(0,0) scale(1.1,1.1) rotateZ(-3deg)
    }
    100% {
        -webkit-transform:translate(0,0) scale(1,1) rotateZ(0);
        transform:translate(0,0) scale(1,1) rotateZ(0)
    }
}
@-webkit-keyframes tada_keyframe {
    0% {
        -webkit-transform:translate(0,0) scale(1,1)
    }
    10%,20% {
        -webkit-transform:translate(0,0) scale(.9,.9) rotateZ(-3deg)
    }
    30%,50%,70%,90% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(3deg)
    }
    40%,60%,80% {
        -webkit-transform:translate(0,0) scale(1.1,1.1) rotateZ(-3deg)
    }
    100% {
        -webkit-transform:translate(0,0) scale(1,1) rotateZ(0)
    }
}
.sidebar_fixed
{
    position: fixed;
    top:45px;
    opacity: 0;
    visibility: hidden;
}
.sidebar_absolute
{
    bottom: 0;    
    position: absolute;
}
.sidebar
{
    position: relative;
}
.sidebar_left {
    overflow: hidden;
}
.display_none
{
    display: none !important;
}
.area-ct.span4
{
    padding: 0;
}
.tk-ht
{
    overflow: hidden;
    margin-bottom: 5px;
}
.phone-tk
{
    color: red;
}
.tk-ht .ten_tk 
{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px;
    padding-top: 2px;
    line-height: 16px;
}
.item-ld
{
    overflow: hidden;
    margin-bottom: 10px;
}
.item-ld .ten_ld
{
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px;
}
.item-ld strong
{
    font-size: 12px;

}
.item-ld .fa
{
    padding-right: 5px;
}
.item-ld p 
{
    margin-bottom: 0;
}
.item-ld .desrc
{
    padding-left: 10px;
}
.list_ld
{
    margin-left: -5px;
    margin-right: -5px;
    height: 276px;
    overflow-y: scroll;
}
.item-ld img 
{
    border: 1px solid #ccc;
}
.buttons-list
{
    
}
.og-expander p
{
    display: none;
}
.og-details a.link-button {
    background: #0450d6 !important;
    color: #fff !important;
    font-size: 15px !important;
}
.og-expander h3 {
    font-size: 22px !important;
    margin-bottom: 20px !important;
}
.list_mautk a 
{
    display: block;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}
#login-box
{
	position:fixed;
    width:800px;
}

#login-popup
{
	width:800px;
	height:auto;
}
#link_popup img
{
	width:100%;
}
.login-popup{
	display:none;
	background: none;
	padding: 5px; 
	font-size: 1.2em;
	position: absolute;
	top: 16% !important; 
	left: 50% !important;
	margin-left:-350px !important;
	z-index: 99999;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:30%;
  height:30%;
  display:none;
  z-index:9999;
  padding:5px;
}
#boxes #dialog {
  width:30%; 
  height:30%;
  padding:5px;
  background-color:#ffffff;
}
img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}
.close_popup
{
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 9999;
	display: block;
	width: 32px;
	height: 32px;
}
#mask {
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}
#shopiy_cp
{
	position: fixed;
	background: #44773c;
	bottom: 0px;
	right: 0px;
	padding: 2px 0 2px 2px;
	border-radius: 8px 0 8px 0;
	font-size: 16px;
	z-index: 9999;	
}
#shopiy_cp h3
{
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;	
}
#shopiy_cp p 
{
	margin-bottom: 5px;
	text-align: center;
}
#shopiy_cp_close {
    z-index: 20;
    position: absolute;
    top: 48px;
    left: 0px;
    display: block;
    width: 60px;
    height: 33px;
    text-indent: -999em;
    background: transparent url("../images/closed.png") no-repeat scroll right top;
}
#shopiy_cp_open {
    z-index: 9999;
    position: fixed;
    bottom: 245px;
    right: 0px;
    display: none;
    width: 36px;
    height: 31px;
    text-indent: -999em;
    background: transparent url("../images/open.png") no-repeat scroll right top;
}
#shopiy_cp_wrapper
{
	width: 200px;
	color: #000;
	background: #fff;
}
ul.list_desktop 
{
    list-style: none;
    padding: 0;
    margin: 0
}
ul.list_desktop li 
{
    float: left;
    display: block;
    width: 25%;
}
ul.list_desktop li a 
{
    display: block;
    padding: 2px 9px;
    font-weight: bold;
    border: 1px solid #0450d6;
    margin: 4px;
    background: #0450d6;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Condensed"
}
.list-suanha
{
	background: #e7eaf0;
	margin-bottom: 25px;
	padding: 3px 4px;
}
.mota_suanha .kk-star-ratings
{
    display: none !important;
}
ul.list_desktop
{
	overflow: hidden;
}
ul.list_desktop li a:hover
{
    background: #fff;
    color: #0450d6;
}
.quan-suanha
{
    background: #e7eaf0;
    padding: 20px 0;
    margin-top: 20px;
}
.quan-suanha .open > .dropdown-menu
{
    top: 100%;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 0;
}
.quan-suanha .open > .dropdown-menu li 
{
    display: block;
    padding: 5px 0;
}
.btn-default
{   
    color: #fff;
    background: #0450d6;
    width: 100%;
    border: 1px solid #0450d6;
}
.open > .dropdown-toggle.btn-default
{    
    color: #0450d6;
    background: #fff;
}
input.form-control, select.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.link_chiphi 
{
    display: block;
    position: relative;
}
.link_chiphi .text
{
    position: absolute;
    z-index: 999;   
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite; 
    -o-animation: my 700ms infinite; 
    animation: my 700ms infinite;
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    padding-top: 40px;
    padding-left: 20px;
}
.link_chiphi .text span 
{
    display: block;
    float: left;
    margin-bottom: 20px;
}
.link_chiphi .text .last_text 
{
    float: right;
    padding-right: 20px;
}
@-webkit-keyframes my {
     0% { color: #e13434; } 
     50% { color: #0450d6;  } 
     100% { color: #e13434;  } 
 }
 @-moz-keyframes my { 
     0% { color: #e13434;  } 
     50% { color: #0450d6;  }
     100% { color: #e13434;  } 
 }
 @-o-keyframes my { 
     0% { color: #e13434; }
     50% { color: #0450d6; } 
     100% { color: #e13434;  } 
 }

 @keyframes my { 
     0% { color: #e13434;  } 
     50% { color: #0450d6;  }
     100% { color: #e13434;  } 
 } 

 iframe
{
    max-width: 100%;
}
.list_video ul
{
    list-style: none;
}
.list_video li 
{
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    display: block;
    cursor: pointer;
}
.list_video li img 
{
    border: 1px solid #ccc;
}
.list_video li p 
{
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
}
.list_video
{
    border: 1px solid #ccc;
    overflow-y: scroll;
    height: 245px;
}
.list_trangchu .item p 
{
    height: auto;
}
.swiper-button-next, .swiper-button-prev
{
    background: none;
    font-size: 80px;
    color: #0450d6;
}
.content_video iframe 
{
    width: 100% !important;
    height: 450px;
}
.footer-img
{
    width: 100%;
    height: 80px;
    background: #0450d6 url(../images/bg_f.png) no-repeat center;
    border-bottom: 2px solid #fff;
}
.area-ct.tinhxd
{
    background: #fff url(../images/bg_xd.png) no-repeat center;
    padding: 30px 0;
}
.bg_tinhxd {
    background: #fff;
    padding: 20px 10px;
}
.navbar-toggle
{
    padding: 1px 10px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
.footer .tt_title
{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer .tt_title:before
{
    content: '';
    width: 100px;
    height: 2px;
    background:red;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
}
.footer .tt_title:after 
{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 8;
    bottom: 0;
    right: 0;  
}
.search-form
{
    position: relative;
    margin-top: 3px;
}
.btn_search
{
    position: absolute;
    z-index: 9;
    top: 1px;
right: 1px;
background: #0450d6;
color: #fff;
border: 0;
padding: 6px 12px;
}
.zalo-chat
{
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    width: 60px;
}
.zalo-chat a
{
    display: block;
    margin-top: 10px;
}

.icon_call a 
{
    display: block;
    margin-bottom: 10px;
}
.header-top .quick-contact-icons .icon {
 margin-right:10px
}
.header-top .quick-contact-icons .icon span {
 font-size:40px;
 line-height:0
}
.header-top .quick-contact-icons .text .h2 {
 font-size: 22px;
 color:#000;
 margin-bottom:0;
 margin-top: 0;
}
.header-top .quick-contact-icons {
    margin-top: 25px;
}
.text-primary {
    color: #274a87 !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-block {
    display: block !important;
}
.navbar .nav > li > a {
    padding: 12px 17px;
    line-height: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    text-shadow: none;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    color: #fff;
    transition: border-color 1s ease;
    font-weight: bold;
}
.chinhanh
{
    padding: 30px 0;
    background: #274a87;
}
.chinhanh img 
{
    border:2px solid #fff;
}
.title-heading
{
    margin-bottom: 20px;
}
.title-heading h2 
{
    color: #274a87;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}

.title-heading p 
{
    text-align: center;
    font-size: 20px;
    font-family: "Roboto Condensed";
    line-height: 28px;
    font-weight: normal;
}
.item h2, .item h3
{
    font-size: 22px;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.video_danhgia_index .list_video {
    height: 340px;
}
.bangbaogia .item p 
{
    font-weight: bold;
    text-align: center;
    height: auto;
}
.bangbaogia, .vechungtoi
{
    padding-bottom: 20px;
}
.item_ns
{
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
}
.camnang .item 
{
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.slider_duan_index .item .img 
{
    overflow: hidden;
    height: 250px;
}
.item h2, .item h3
{
    font-size: 18px;
}
.list_cn li
{
    padding-bottom: 0
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    float: right;
    margin-bottom: 15px;
    border-bottom: 2px solid red;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    background: none !important;
    border-left: 2px solid #ccc;
}
.nav-tabs > li::first-child > a
{

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    border: none;
}
.navbar-f
{
    background: #274a87;
    border-bottom: 2px solid #fff;
}
.menu_footer ul  
{
    list-style: none;
    padding: 0;
}
.menu_footer ul li
{
    float: left;
}
.menu_footer ul li a 
{
    color: #fff;
    padding: 10px 12px;
}
.chuchay {
color: #000;
line-height: 40px;
font-size: 13px;
}
.list_trangchu .item h2, .list_trangchu .item h3 
{
    text-align: left;
}
.list_trangchu .item p 
{
    padding-left: 0;
}
.video_danhgia_index.trang_tam .list_video {
    height: 376px;
}
.trang_tam .list_video li p
{
    font-size: 16px;
}

.readmore
{
    border-radius: 8px !important;
}
.readmore.readmore_cate:hover
{
    border-radius: 8px !important;
}
.item h2, .item h3 {
    height: 46px;
}
.area-ct .list_trangchu .item h2 a, .area-ct .list_trangchu .item h3 a
{
    text-align: left;
}
.duan_tc .item 
{
    margin-bottom: 30px;
}
.area-ct .item .du_per p 
{
    margin-bottom: 0;
    height: auto;
}
.page_tam #footer
{
    background: #0450d6;
}
.content h2
{
    font-size: 24px;
}
.content h3 
{
    font-size: 20px;
}
.ipad p 
{
    display: none;
}
.schema_footer > *
{
    display: inline-block;
}
.schema_footer
{
    text-align: center;
}
.schema_footer a 
{
    color: #fff;
}
.macode
{
    background: #007a3a;
    padding: 30px;
    color: #fdf74f;
}
.title-faq-cates h3
{
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    background: #007a3a;
    text-align: center;
}
ul.list_parent_faq
{
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #007a3a;
}
.list-cate-faq ul li 
{
    float: none;
    display: block;
    background: #f0f2f5;
    border-top: 1px solid #fff;
}
.list-cate-faq ul li a
{
    display: block;
    overflow: hidden;
    padding: 10px;
    font-size: 20px;
}
.list-cate-faq ul li a span 
{
    display: block;
    float: left;
}
.img_faq
{
    width: 40px;
    padding-right: 10px;
}
.text_faq
{
    margin-top: 5px;
}
.eachFaq.close_faq .title_faq_parent:before, .eachFaq_child.close_faq .title_faq_cate_child:before{ 
    font-family: "FontAwesome";
    content: "\f107";
    width: 20px; height: 20px;
    position: absolute;
    top: 14px; right: 14px;
    font-size: 24px;
    font-weight: bold;
}
.eachFaq.open_faq .title_faq_parent:before, .eachFaq_child.open_faq .title_faq_cate_child:before { 
    font-family: "FontAwesome";
    content: "\f106";
    width: 20px; height: 20px;
    position: absolute;
    top: 14px; right: 14px;
    font-size: 24px;
    font-weight: bold;
}

.list-cate-faq ul ul li {
    background: #fff;
}
.accordion-content ul li a 
{
    padding-left: 30px;
}
.accordion-content p{ margin: 0; }
.eachFaq .title_faq_parent, .title_faq_cate_child{ cursor: pointer; }
.title_faq_parent, .title_faq_cate_child{ 
  font-size: 20px;
  margin: 0;
  position: relative;
}
.accordion-content
{
    display: none;
}
.open_faq .accordion-content
{
    display: block;
}
.accordion-content ul li.faq_post a
{
    line-height: 1.3;
    font-size: 18px;
}
.item-faq-cate
{
    background: #f1f1f1;
    padding: 20px 0;
    margin-bottom: 30px;
}
.item-faq-cate h2 
{  
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    margin-top: 15px;
}
.item-faq-cate a 
{
    text-align: center;
    display: block;
}
.item-faq-cate a img 
{
    width: 60px;
}
.list-post-faq h2
{
    padding: 7px 15px;
    margin: 10px 0;
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-align: left;
    background: #f1f1f1;
    text-transform: none;
}
.area-ct.content-faq 
{
    padding: 0;
}
.list-cate-faq ul li a.active, .list-cate-faq ul li a:hover 
{
    color: red;
}
.step_active {
    position: relative;
    background: linear-gradient(to right,#3e4095,#0450d6);
    transition: 1s;
    color: #fff;
}
.step_active::after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid #0450d6;
}
.step
{
    display: block;
    float: left;
    width: 75px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
}
.steps
{
    margin-bottom: 20px;
    border-bottom: 2px solid #0450d6;
    overflow: hidden;
    height: 40px;
}
.step_focus
{
    background: #0450d6;
    color: #fff;
    width: 95px;
    margin: 0;
}
.form_tinhgia .form-control
{
    margin-bottom: 20px;
    margin-top: 10px;
}
.list-btn .btn 
{
    float: left;
    margin-right: 10px;
    width: auto;
    font-size: 16px;
    padding: 7px 20px;
}
.list-btn
{
    overflow: hidden;
}
.form-dangky fieldset
{
    padding-top: 15px;
}
.form-dangky 
{
    position: relative;
}
.ketqua_dientich thead th
{
    background: #0450d6;
    color: #fdf74f;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 0 !important;
}
.nd-s h3 
{
    font-size: 20px;
    line-height: 1.5;
}
.content_more
{
    display: none;
}
.slider_bao
{
    position: relative;
    overflow: hidden;
}