@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: Website: http://vn4u.vn/ - HotLine: 0348 438 575
    Version: 1.0.0
    Author: Khoa Dev
    Author URI: http://vn4u.vn/
    Tags: CÔNG TY GIẢI PHÁP CÔNG NGHỆ VN4U VIỆT NAM chuyên: thiết kế website bất động sản, thiết kế website tin tức, thiết kế website giáo dục, thiết kế website du lịch, thiết kế website nhà hàng - khách sạn, Chuyên dich vụ chạy quảng cáo google, facebook, seo 
*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=vietnamese');*/
* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: Segoe UI,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #0C0C0C;
    background: url(images/bk_st1.png) repeat left top;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #253a94;
}
a{
    color: #333;
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/*header*/

.header-top{
    background: #253a94;
    color: #fff;
    line-height: 22px;
    padding: 8px 0;
    font-size: 14px;
}
.header-top li {
    float: left;
    padding: 0px 12px;
}
.header-top a{
    color: #fff;
    display: inline-block;
}
.header-top ul {
    float: right;
}

.logo-header{
    line-height: 1;
    margin: 0;
}
.header-center{
    padding: 20px 0;
}
.header-search{
    float: left;
    position: relative;
}
.header-search input{
    border: 1px solid #ddd;
    color: #848484;
    height: 40px;
    line-height: 32px;
    padding: 5px 30px 5px 15px;
    width: 350px;
    border-radius: 4px;
    transition: all 0.3s;
}
.header-search button{
    padding: 1px 31px 1px 16px;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    background: #253a94;
    font-size: 15px;
    border: none;
    text-align: center;
    transition: all 0.3s;
    border-radius: 0 4px 4px 0
}
.header-search input:focus{
    border-color: #253a94;
}
.header-search button:hover{
    background: #3eb54b;
}
.hotline-hc{
    float: right;
    margin-left: 50px;
    display: flex;
    height: 40px;
    line-height: 19px;
    font-size: 15px;
    font-weight: 500;
}
.svg_hotline {
    float: left;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 1px solid #253a94;
    border-radius: 50%;
    margin-right: 10px;
}
.svg_hotline svg{
   fill: #253a94;
}
.hotline-hc a{
    display: block;
    color: red;
    font-size: 18px;
}
.hotline-hc span{
    display: block;
    font-size: 14px;
    font-style: italic;
}
.hc-right{
    margin-top: 10px;
}

/*header-nav*/
.header-nav.affix{
    z-index: 1000;
    left: 0;
    top: 0;
}
.header-nav{
    background: #253a94;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
}
.nav-header-inner{
    height: 40px;
}
.ul-nav-header>li{
    float: left;
    position: relative;
}
.ul-nav-header>li>a{
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.ul-nav-header>li.current-menu-item>a,
.ul-nav-header>li:hover>a{
    background-color: #001673;
}
.ul-nav-header ul li a{
    white-space: nowrap;
    display: block;
    color: #686868;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: left;
}
.ul-nav-header ul li:last-child>a{
    border-bottom: none;
}
.ul-nav-header ul li a:hover{
    background-color: #001673;
    color: #fff;
}
.ul-nav-header li>ul{
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
}
@media(min-width: 1200px){
    .ul-nav-header li>ul{
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 120%
    }
    .ul-nav-header li:hover>ul{
        display: block;
    }
    .ul-nav-header>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        padding-left: 5px;
        font-weight: normal;
        font-size: 14px;
    }
}
/*End header-nav*/

/*End header*/

/*slide-index*/
.owl-theme .owl-nav.disabled + .owl-dots,
.owl-theme .owl-nav{
    margin: 0;
}
.slide-index-inner.owl-theme .owl-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.slide-index-inner.owl-theme .owl-dots .owl-dot.active span, 
.slide-index-inner.owl-theme .owl-dots .owl-dot:hover span{
    background: #f44336;
}
/*End slide-index*/

/*st-gt*/
.st-gt{
    padding: 60px 0;
}
.st-gt .des-content{
    line-height: 2;
}
.detail-stgt{
    background: #253a94;
    line-height: 35px;
    display: inline-block;
    padding: 0px 25px;
    color: #fff;
    border-radius: 20px;
}
.detail-stgt:hover{
    background: #0092d1;
    color: #fff;
}
.detail-stgt i{
    font-size: 14px;
    padding-left: 3px;
}
.st-gt-left img{
    display: block;
    margin: auto;
}
/*End st-gt */

/*st2*/
.st2{
    padding: 30px 0 50px;
    background: #fff;
}
.title-st{
    margin: 10px 0 35px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 13px;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.3;
}
.title-st:before {
    content: "";
    position: absolute;
    width: 50px;
    border-top: 4px solid #253a94;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.img-item-st2{
    padding: 10px 0;
}
.img-item-st2 .isvg {
    width: 80px;
    height: 80px;
    border: 2px solid #253a94;
    padding-top: 18px;
    padding-left: 0px;
    margin: auto;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    border-radius: 5px;
    transform: rotate(45deg);
    -o-transition: 0.4s;
}
.img-item-st2 svg {
    fill: #253a94;
    width: 40px;
    height: 40px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transform: rotate(-45deg);
}
.item-st2{
    text-align: center;
    margin-top: 15px;
}
.name-item-st2{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #253a94;
    margin-top: 15px;
}
.name-item-st2 p{
    font-size: 15px;
}
.item-st2:hover .isvg{
    background: #253a94;
}
.item-st2:hover svg{
    fill: #fff;
}
/*End st2*/

/*st3*/
.st3{
    padding: 30px 0 50px;
}
.item-st3{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.item-st3 img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.item-st3 span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #253a94;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    transition: .5s ease;
    background: rgba(255,255,255,0.7);
    z-index: 90;
}
.item-st3 .item-st3-inner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    background: rgba(37,58,148,0.85);
    height: 0;
    width: 100%;
    transition: .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.item-st3:hover .item-st3-inner{
    height: 100%;
}
.item-st3-div{
    padding: 0px 15px;
}
.item-st3:hover span {
    bottom: -100%;
}
.name-item-st3{
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.detail-item-st3{
    color: #ffffff;
    background: #cf1f26;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 10px 0;
    display: inline-block;
    box-shadow: 0 0 16px #cf1f26;
}
.des-item-st3{
    font-size: 16px;
}
/*End st3*/

/*st4*/
.st4{
    padding: 30px 0px 50px;
    background: #fff;
}
.st4-left img{
    display: block;
    margin: 0 auto 20px;
}
.st4 .panel-heading{
    padding: 0;
}
.st4 .panel-heading a{
    padding: 0px 50px;
    margin: 0;
    position: relative;
    display: block;
    line-height: 35px;
    font-weight: bold;
    font-size: 17px;
}
.st4 .panel-heading a:before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    background-color: #253a94;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
} 
.st4 .panel{
    border: none;
    box-shadow: none;
    width: 100%;
    float: left;
}
.st4 .panel-body-kk{
    background: #fafafa;
    color: #444;
    padding: 10px;
    margin-top: 20px;
}
.st4 .panel-heading a.collapsed:before {
    content: "\f067";
}
/*End st4*/

/*st-number*/
.st-number{
    background: #253a94;
    color: #fff;
    padding: 60px 0;
}
.st-number-item{
    text-align: center;
}
.st-number-item .icon-img{
    font-size: 40px;
}
.st-number-item .counter {
    font-size: 40px;
    font-weight: 700;
}
.st-number-item h3{
    margin: 0;
    font-size: 24px;
}
.hv-number:after{
    content: "+";
}
/*End st-number*/

/*st5*/
.st5{
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
}
.st5:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    opacity: 0.4;
    background: url('images/scale-top.png');
    background-repeat: repeat-x;
    content: "";
}
.title-st5{
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
}
.title-st5:before{
    position: absolute;
    width: 40px;
    height: 3px;
    background: #253a94;
    content: "";
    bottom: 0;
    left: 0;
}
.item-st5 p{
    margin: 20px 0 70px;
    width: 90%;
    text-align: justify;
    font-style: italic;
    line-height: 1.8;
}
.item-st5-bottom{
    float: right;
}
.item-st5-info{
    float: left;
    margin-right: 20px;
    text-align: right;
    margin-top: 10px;
}
.item-st5-info strong{
    display: block;
}
.owl-carousel .owl-item .item-st5-bottom img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.item-st5-bottom img{
    float: left;
}
.st5-slide-left .owl-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
}
.st5-slide-left.owl-theme .owl-nav [class*='owl-']{
    background: none;
    color: #000;
    font-size: 50px;
    margin: 0;
    padding: 0px;
    line-height: 1;
}
.st5-slide-left.owl-carousel .owl-nav .owl-prev{
    margin-right: 20px;
}
.st5-slide-left.owl-theme .owl-nav [class*='owl-']:hover{
    color: #253a94;
}

.st5-slide-right.owl-theme .owl-dots{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.st5-slide-right.owl-theme .owl-dots .owl-dot.active span,
.st5-slide-right.owl-theme .owl-dots .owl-dot:hover span{
    background: red;
}
/*End st5*/

/*st6*/
.st6{
    padding: 30px 0 50px;
    background: #fff;
}
.text-item-st6{
    border: 1px solid #eee;
    padding: 20px;
}
.info-item-st6 {
    margin: 0 0 10px;
    padding: 0;
}
.info-item-st6 li {
    display: inline-block;
    padding: 0 10px 0px 10px;
    line-height: 1;
    border-right: 1px solid #ddd;
    color: #222;
}
.info-item-st6 li:first-child {
    padding-left: 0;
}
.info-item-st6 li:last-child {
    border-right: 0;
}
.name-item-st6{
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: bold;
    height: 47px;
    overflow: hidden;
}
.des-item-st6{
    color: #8e8e8e;
    font-size: 15px;
    height: 88px;
    overflow: hidden;
}
.st6-slide .item-st6{
    margin-bottom: 20px;
}
.st6-slide .item-st6 img{
    height: 240px;
    object-fit: cover;
}
.st6-slide.owl-theme .owl-dots .owl-dot.active span,
.st6-slide.owl-theme .owl-dots .owl-dot:hover span{
    background: #253a94;
}
/*End st6*/

/*doitac*/
.st-doitac{
    padding: 20px 0 50px;
}
.item-doitac{
    background: #fff;
    border: 1px solid #ddd;
    height:100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s;
}
.item-doitac:hover{
    border-color: #253a94;
}
.item-doitac img{
    display: block;
    margin: auto;
    width: inherit;
}
/*End doitac*/

/*footer*/
.ft-top{
    padding: 30px 0 10px;
    background-color: #253a94;
    color: #fff;
}
.footer a{
    color: #fff;
    font-size: 16px;
}
.title-ft {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #fff;
}
.menu-ft li a {
    padding: 0px 0 7px 20px;
    display: block;
    position: relative;
}
.menu-ft li a:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 5px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.facebook_fan {
    margin-bottom: 20px;
}
.social-ft{
    float: right;
}
.social-ft li{
    display: inline-block;
}
.social-ft li a{
    display: inline-block;
    margin: 3px 5px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 24px;
    line-height: 51px;
    text-align: center;
    background: url(images/bg-social.png) center center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}
/*.social-ft li.fa a {
    background: #3a589d;
}
.social-ft li.go a {
    background: #e84034;
}
.social-ft li.pi a {
    background: #bd081c;
}
.social-ft li.li a {
    background: #0274B3;
}
.social-ft li.yo a {
    background: #FF0000;
}
*/
.copyright{
    background-color: #253a94;
    color: #fff;
}
.copyright-inner{
    border-top: 1px solid #f2f2f2;
    padding: 10px 0 15px;
    overflow-x: hidden;
}
.text-copy-right{
    line-height: 58px;
    float: left;
}
.item_ft {
    overflow: hidden;
    margin: 0 0 18px;
}
.item_ft img {
    width: 80px;
    height: 55px;
    float: left;
    border: 2px solid #dadcd9;
    margin: 5px 15px 0 0;
}
.item_ft a p{
    font-size: 14px;
    width: calc(100% - 95px);
    float: right;
    margin-bottom: 0;
}
.footer a:hover {
    color: #ffe001;
}
/*End footer*/

/*st-breadcrumb*/
.st-breadcrumb{
    background: url(images/services.jpg) no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    height: 200px;
    text-align: center;
    position: relative;
}
.title-page {
    color: #fff;
    margin-top: 0;
}
.box-center{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 8px;
}
.breadcrumb,
#breadcrumb {
    color: #fff;
    background-color: inherit;
    margin: 0 auto;
}
.breadcrumb a,
#breadcrumb a{
    color: #fff;
}
.breadcrumb i,
#breadcrumb i{
    padding-right: 4px;
}
.breadcrumb a:hover,
#breadcrumb a:hover{
    color: #ffe001;
}
/*End st-breadcrumb*/

/*tintuc*/
.tintuc_dv {
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.tintuc_dv:before{
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    background: #253a94;
    content: '';
}
.tintuc_dv .title {
    text-transform: uppercase;
    font-size: 15px;
    margin: 15px 0;
    font-weight: 700;
}
.tintuc_dv .title a{
    color: #253a94;
    height: 39px;
    overflow: hidden;
    display: block;
}
.tintuc-item {
    overflow: hidden;
    margin: 20px auto;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.tintuc-item:first-child {
    padding-top: 0;
}
.tintuc-item .img-itemtt {
    width: 350px;
    float: left;
    margin-right: 20px;
}
.tintuc-item .img-itemtt img {
    display: block;
    margin: auto;
    width: 100%;
}
.tintuc-item .name-itemtt {
    font-size: 25px;
    margin-bottom: 5px;
    display: block;
    color: #253a94;
    font-weight: 500;
}
.tintuc-item .des-itemtt {
    font-size: 16px;
}
.tintuc-item .view-itemtt {
    border: 1px solid #09b060;
    display: inline-block;
    padding: 3px 15px 4px;
    font-size: 13px;
    color: #09b060;
}
.tintuc-item .view-itemtt:hover{
    background: #09b060;
    color: #fff;
}
.cl-top{
    background: #fff;
    border: 1px dashed #ccc;
    margin: 30px 0;
    padding: 15px 15px 0px;
}
.col-top-content {
    text-align: justify;
    height: 220px;
    overflow: hidden;
}
.cl-top.active .col-top-content{
    height: inherit;
}
.show_hide {
    display: block;
    font-weight: 500;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.show_hide.active{
    color: #253a94;
}
.show_hide.active i:before{
    content: "\f0aa";
}

@media(max-width: 767px){
    .tintuc-item .img-itemtt, .tintuc-item .text-itemtt {
        width: 100%;
        margin: 0 0 10px;
        float: left;
    }
    .tintuc-item .name-itemtt{
        font-size: 18px;
        line-height: 1.5;
    }
    .tintuc-item{
        padding: 10px 0;
        margin: 10px 0;
    }
    .tintuc_dv:before{
        left: 8px;
        width: calc(100% - 16px);
        margin-bottom: 10px;
    }
    .related-content.row{
        margin-left: -8px;
        margin-right: -8px;
    }
}
/*End tintuc*/

/*lienhe*/
span.wpcf7-not-valid-tip{
    float: left;
}
.title-contact-form{
    margin: 30px 0px;
    font-size: 22px;
    text-align: center;
    color: #f44336;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.title-contact-form:before {
    display: block;
    content: '';
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    height: 1px;
    border-bottom: dotted 1px #000;
}
.contact-form-inner{
    max-width: 1000px;
    margin: 0px auto 50px;
}
.form-style input {
    width: 100%;
    float: left;
    height: 42px;
    background: transparent;
    border: none;
    border-bottom: 1px dotted #525252;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px dotted #525252;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style input[type="submit"] {
    border: none;
    background: #016ec0;
    color: #fff;
    width: 100px;
    margin: 0px auto 15px;
    float: initial;
    transition: all 0.3s;
    display: block;
    text-transform: uppercase;
}
.form-style input[type="submit"]:hover{
    background: #34a226;
}
.contact-page .des-content{
    font-size: 16px;
}
.contact-page .des-content p{
    margin-bottom: 15px;
}
.map{
    margin-bottom: 40px;
}
@media(max-width: 767px){
    .title-contact{
        font-size: 40px;
    }
    .bk-contact{
        height: 70vh;
    }
    .title-contact-form{
        font-size: 18px;
        margin: 20px 0px;
    }
    .contact-form-inner{
        padding: 0px;
    }
    .map{
        margin-bottom: 0;
    }
}
/*End lienhe*/


/*pager*/
.pager{
    margin: 0 0 30px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #253a94;
    padding: 5px 13px;
    color: #fff;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: #f44336;
}
/*End pager*/

/*Chi Tiet Tin*/
.title-single{
    color: #253a94;
    font-size: 25px;
    line-height: 1.5;
    margin: 30px 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.dat-user {
    color: #777;
    font-style: italic;
    font-size: 13px;
}
.dat-user i.fa-user {
    padding-left: 10px;
}
/*social*/
.social-icons{
    margin-top: 15px;
}
.social-icons a{
    display: inline-block;
    margin-right: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color:#fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
/*End social*/

.comment{
    margin: 20px 0;
    text-align: center;
}

/*related*/
.title-new-related {
    margin: 40px 0 30px;
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.3;
    color: #253a94;
}
.title-new-related:before {
    position: absolute;
    content: '';
    width: 5px;
    left: 0;
    height: 21px;
    top: calc(50% - 10.5px);
    background: #f44336;
}
.item-related {
    margin-bottom: 20px;
}
.item-related img {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    object-fit: cover;
}
.item-related h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}
.item-related .link-detail a {
    color: #09b060;
    border: 1px solid #09b060;
    padding: 3px 15px 4px;
}
.item-related .link-detail a:hover {
    background: #09b060;
    color: #fff;
}
.item-related .des{
    height: 66px;
    overflow: hidden;
}
/*End related*/
@media(max-width: 767px){
    .title-single {
        font-size: 18px;
    }
    .title-page {
        font-size: 16px;
    }
    .breadcrumb{
        font-size: 13px;
    }
}
/*End Chi Tiet Tin*/

/*responsive*/
@media(max-width: 1199px){
    .hotline-hc{
        margin-left: 25px;
    }
    .header-search input{
        width: 250px;
    }

    .nav-header-inner {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #fff;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #253a94;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
    }
    .close-nav-header:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .click-main-nav {
        padding: 8px;
        background-color: #0092d1;
        border-radius: 2px;
        z-index: 100;
        float: left;
        margin: 5px 0px; 
    }
    .click-main-nav .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    body.active {
        overflow: hidden;
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .ul-nav-header{
        margin-top: 30px;
        float: left;
        width: 100%;
    }
    .ul-nav-header>li{
        width: 100%;
        position: relative;
        padding: 0 8px;
    }
    .ul-nav-header>li>a {
        display: block;
        color: #000;
        text-align: left;
        border-bottom: 1px solid #ccc;
        line-height: 40px;
        padding: 0 0 0 0;
        font-size: 14px;
        font-weight: 500;
    }
    .ul-nav-header>li:last-child>a{
        border-bottom: none;
    }
    .ul-nav-header>li.current-menu-item>a, .ul-nav-header>li:hover>a{
        background-color: transparent;
        color: #253a94 !important;
    }
    .ul-nav-header>li>ul{
        border-top: 3px solid #253a94;
    }
    .open-submenu{
        position: absolute;
        padding: 0px 10px;
        right: 10px;
        top: 0;
        line-height: 42px;
        color: #333
    }
    .open-submenu:before{
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
    }
    .open-submenu.active:before{
        content: "\f106";
    }
}

@media(max-width: 991px){
    .logo-header{
        text-align: center;
    }
    .st-gt{
        padding: 20px 0;
    }
    .st-gt .des-content{
        line-height: 1.45;
        margin-bottom: 15px;
    }
    .st5-slide-left{
        margin-bottom: 20px;
    }
}

@media(max-width: 767px){
    .header-search,
    .header-search input{
        width: 100%;
    }
    .title-st{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .col-xs-12{
        padding-left: 8px;
        padding-right: 8px;
    }
    .col-xs-12.no-padding{
        padding-left: 0;
        padding-right: 0;
    }
    .st-gt .des-content h2{
        text-align: center;
        font-size: 18px;
    }
    .st2,
    .st3,
    .st4,
    .st-number,
    .st6,
    .st-doitac{
        padding: 20px 0;
    }
    .st4 .panel-heading a{
        font-size: 15px;
    }
    .st-number-item .counter{
        font-size: 30px;
    }
    .st-number-item h3{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .st5{
        padding: 60px 0 20px;
    }
    .title-st5{
        font-size: 18px;
    }
    .item-st5 p{
        width: 100%;
        margin: 0px 0 20px;
    }
    .text-item-st6{
        padding: 8px;
    }
    .info-item-st6 li{
        font-size: 13px;
    }
    .item-doitac{
        height: 80px;
    }
    .title-ft{
        margin-top: 20px;
    }
    .ft-top{
        padding-top: 0;
    }
}
/*End responsive*/