@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: Website: http://vn4u.vn/ - HotLine: 0984 510 136
    Version: 1.0.0
    Author: VN4U
    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');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --main-color: #fca120;
}
* {
    margin:0;
    padding:0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@font-face {
    font-family: 'UVF BankGothic Md BT';
    font-weight: 500;
    font-display: auto;
    font-fallback: san-serif;
    src: url('fonts/UVF-BankGothic-Md-BT.ttf') format('truetype');
}
@font-face {
    font-family: 'DVN Photograph';
    src: url('fonts/DVN-Photograph.ttf') format('truetype');
}
body{
    font-family: "Montserrat",Sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0C0C0C;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-shadow: 0 0 15px var(--main-color);;
    text-decoration: none;
    color: var(--main-color);
}
a{
    color: #252a2b;
    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;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
@media(min-width: 1400px){
    .container{
        max-width: 100%;
        width: 100%;/*
        padding: 0 200px;*/
        padding: 0 75px;
    }
    /*.ctda-tab-content{
        padding: 0 120px;
    }*/
    /*Sửa padding*/
}
@media(min-width: 800px){
    .header .container{
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }
}
.st-pd{
    padding: 30px 0;
}
@media(max-width: 767px){
    .col-xs-12,
    .col-xs-6,
    .container{
        padding-left: 8px;
        padding-right: 8px;
    }
    .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .st-pd{
        padding: 20px 0;
    }
}
.no-padding{
    padding: 0;
}    
.wpcf7-spinner {
    display: none;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.header-inner{
    height: 70px;
    transition: all 0.3s;
}
.header.active .header-inner{
    height: 60px;
}
.logo img{
    max-height: 40px;
}
.ul-nav-header>li{
    display: inline-block;
    float: left;
}
.ul-nav-header li{
    position: relative;
}
.ul-nav-header>li>a{
    text-transform: uppercase;
    /*font-weight: 300;*/
    line-height: 40px;
    padding: 0px 12px;
    display: block;
    color: #4c4d4f;
}
.ul-nav-header>li>a:hover,
.ul-nav-header>li.current-menu-item>a{
    color: #000;
}
.ul-nav-header li>ul {
    min-width: 100%;
    /*width: 230px;*/
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    z-index: 100;
}
.ul-nav-header ul li a {
    white-space: nowrap;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 8px;
    line-height: 1.3;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ul-nav-header ul li:not(:last-child)>a{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.ul-nav-header ul li a:hover {
    padding-left: 12px;
    background: #000;
}
.header.fixed .ul-nav-header>li>a{
    line-height: 40px;
}
.header.fixed .ht-inner{
    height: 60px;
}
@media(min-width: 1200px){
    .ul-nav-header ul li a {
        display: flex;
        justify-content: space-between;
    }
    .ul-nav-header li>ul{
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 230px;
        display: none;
        background-color: rgba(10,10,10,0.77)
    }
    .ul-nav-header li li ul{
        left: 100%;
        top: 0;
    }
    .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;
    }
    .ul-nav-header li li.menu-item-has-children>a:after{
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        padding-left: 5px;
        font-weight: normal;
        font-size: 12px;
        float: right;
    }
    .header-right{
        margin-right: auto;
        margin-left: auto;
    }
}
@media(max-width: 1199px){
    .nav-header-inner {
        -moz-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-100vw);
        -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;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #000;
        display: block;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .click-main-nav {
        padding: 8px;
        background-color: var(--main-color);
        border-radius: 0px;
        z-index: 100;
        /*position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);*/
    }
    .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;
    }
    .click-main-nav.active .icon-bar:first-child{
        transform: rotate(45deg);
        bottom: -6.5px;
    }
    .click-main-nav.active .icon-bar:nth-child(2){
        opacity: 0;
    }
    .click-main-nav.active .icon-bar:last-child{
        transform: rotate(-45deg);
        bottom: 6.5px;
    }
    .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;
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: var(--main-color);
        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";
    }
    .ul-nav-header{
        padding: 30px 0 20px;
        float: left;
        width: 100%;
    }
    .ul-nav-header>li{
        width: 100%;
        position: relative;
        padding: 0;
    }
    .ul-nav-header>li>a {
        display: block;
        color: #fff;
        font-weight: 300;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        border-right: none;
        line-height: 40px;
        padding: 0px 15px;
        text-transform: capitalize;
    }
    .ul-nav-header>li:last-child>a{
        border-bottom: none;
    }
    .ul-nav-header>li.ycbg>a{
        margin: 10px 15px;
    }
    .ul-nav-header>li.current-menu-item>a, .ul-nav-header>li:hover>a{
        background-color: transparent;
        color: #fff !important;
    }
    .ul-nav-header li>ul{
        display: none;
    }
    .ul-nav-header ul ul{
        padding-left: 10px;
    }
    .ul-nav-header ul li a,
    .ul-nav-header ul li:last-child>a{
        border-bottom: 1px solid rgba(255,255,255,0.1);
        color: #fff;
        text-transform: capitalize;
    }
    .ul-nav-header ul li a:before{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #fff;
        padding-right: 6px;
        font-size: 13px;
        content: "\f0da";
    }
    .open-submenu{
        position: absolute;
        padding: 0px 10px;
        right: 10px;
        top: 0;
        line-height: 42px;
        color: #fff
    }
    .open-submenu:before{
        content: "\f0d7";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    .open-submenu.active:before{
        content: "\f0d8";
    }
    .logo{
        margin-left: auto;
    }
    .logo img{
        height: 30px;
    }
    /*.header-inner{
        justify-content: center;
    }*/
    .header.active .header-inner,
    .header-inner{
        height: 50px;
    }
}


/*search*/
.search-btn {
    color: #000;
    padding-left: 15px;
    font-size: 18px;
    float: right;
    line-height: 36px;
    position: relative;
    margin-left: auto;
}
.search-btn:hover{
    color: #ed1b24
}
.search-show{
    position: fixed;
    z-index: 1003;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.search-show.active {
    display: block;
}
.search-show .search-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #0a0a0af2;
    opacity: 0.8;
    cursor: url(images/close-search.png),progress;
}
.mfp-close {
    opacity: .5;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    line-height: 40px;
    border: none;
    background: none;
}
.search-show .search-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    color: #fff;
    z-index: 2;
    transition: all 0.3s;
    max-width: 90%;
}
.search-show .search-inner input {
    width: 100%;
    background: rgba(255,255,255,0.2);
    border-radius: 99px;
    border: 1px solid rgba(255,255,255,0.09);
    padding: 0 50px 0px 20px;
    height: 50px;
    font-size: 18px;
    color: #fff;
}
.search-show .search-inner input::-webkit-input-placeholder,
.search-show .search-inner input::placeholder{
    color:#f2f2f2
}
.search-show .search-inner button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border: none;
    background: none;
    width: 50px;
    font-size: 20px;
}
body.active{
    overflow: hidden;
}
@media(max-width: 1199px){
    .search-btn{
        padding: 0;
        /*position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;*/
    }
}
/*End search*/
.main-content{
    padding-top: 70px;
}
@media(max-width: 1199px){
    .main-content{
        padding-top: 50px;
    }
}
/*footer*/
.footer{
    background-color: #333;
    color: #f1f1f1;
}
.ft-top{
    padding: 30px 0;
}
.logo-ft{
    display: block;
    margin-bottom: 22px;
}
.logo-ft img{
    max-height: 300px; 
}
@media(min-width: 992px){
    .border-lr:after {
        content: '';
        border-right: 0.5px solid #525252;
        display: inline-block;
        height: 100%;
        top: 0;
        position: absolute;
        right: 0;
    }
    .border-lr:before {
        content: '';
        border-left: 0.5px solid #525252;
        display: inline-block;
        height: 100%;
        top: 0;
        position: absolute;
        left: 0;
    }
    .ft-tl{
        padding-right: 40px;
    }
    .ft-tr .col-md-6{
        padding-right: 40px;
        padding-left: 40px;
    }
}
.address-footer{
    margin-top: 15px;
}
.address-footer li i {
    font-size: 14px;
    margin-right: 10px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    flex-shrink: 0;
    color: var(--main-color);
}
.address-footer li {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
}
.copyright{
    padding: 10px 0 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, .5);
}
.ft-form input{
    background: transparent; ;
    line-height: 36px;
    border: none;
    border-bottom: 0.5px solid #525252;
    color: #fff;
    outline: none;
    padding: 0;
    box-shadow: none;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
}
.ft-form input[type="submit"]{
    width: 62px;
    background: var(--main-color);
    margin: 10px auto 0;
    font-weight: 600;
    display: block;
}
.ft-form input[type="submit"]:hover{
    background: #059669;
}
.ft-form input::placeholder{
    color: rgb(255 255 255 / 45%);
}
.ft-social{
    margin-top: 20px;
}
.ft-social li {
    display: inline-block;
    margin: 10px 20px;
}
.ft-social li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    color: var(--main-color);
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.ft-social li a img{
    width: 16px;
}
@media(max-width: 991px){
    .address-footer{
        margin: 20px 0;
    }
}
@media(max-width: 767px){
    .ft-social li{
        margin: 10px;
    }
}
/*End footer*/


/*st2*/
.st2.st-pd{
    padding-bottom: 0;
}
.st2-heading{
    padding-bottom: 20px;
}
.st2-title{
    margin-top: 0;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #252a2b;
}
.st2-title span{
    color: var(--main-color);
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -2px;
}
.st2-title span:first-child{
    margin-right: 5px;
}
.st2-title span:last-child{
    margin-left: 5px;
}
.st2-item:not(.st4-item){
    padding: 0;
}
.st2-nav li a{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 31px;
}
.st2-nav li:not(:last-child) a:after {
    content: '|';
    color: var(--main-color);
    margin: 0 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    line-height: 1;
}
.st2-item-img{
    transition: all 0.6s;
    width: 100%;
}
.st2-item-inner{
    position: relative;
    display: block;
    overflow: hidden;
}
/*.st2-item-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .42);
    display: none;
    content: "";
    z-index: 10;
}
.st2-item-inner:hover:before{
    display: block;
}*/
.st2-item-inner:hover .st2-item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.st2-item-text{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 15px;
    color: #fff;
    z-index: 12;
}
.st2-item-title{
    font-family: "UVF BankGothic Md BT",Sans-serif;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 1.3em;
    text-shadow: 0 0 10px #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.st2-item-des{
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    color: #F3F3F3F0;
}
.st2-item-des span{
    padding-right: 8px;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 270px;
    word-break: break-word;
    position: relative;
    display: inline-block;
}
.st2-item-des span:not(:last-child):after{
    content: "";
    height: 70%;
    width: 2px;
    background: #ddd;
    top: 2px;
    position: absolute;
    right: 0px;
}
@media(max-width: 991px){
    .st2-heading{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .st2-title{
        font-size: 20px;
    }
    .st2-title{
        display: inline-block;
    }
    .st2-nav li a{
        font-size: 14px;
        line-height: 1.3;
    }
    .st2-nav{
        justify-content: center;
    }
}
@media(max-width: 767px){
    .st1-item-title span{
        padding-right: 0;
    }
    .st2-nav li a{
        font-size: 13px;
    }
    .st2-title{
        font-size: 16px;
    }
    .st2-item-img{
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
        /*min-height: 220px;*/
        object-fit: cover;
    }
    .st2-item-title{
        font-size: 16px;
        -webkit-line-clamp:2;
    }
    .st2-item-inner{
        /*padding-top: 100%;*/
    }
    .st2-item-des{
        font-size: 11px;
    }
    .st2-item:not(.st4-item) .st2-item-des{
    	display: none;
    }
    .st2-item-text{
        padding: 6px;
    }
    .st2-item-des span{
        max-width: 100%;
    }
}
/*End st2*/

/*st4*/
.st4-item .st2-item-inner{
    border-radius: 6px;
    margin-top: 30px;
    padding-top: 100%;  
}
.st4-item .st2-item-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.st4 .st2-heading{
    padding-bottom: 0;
}
.st4 .st2-title{
    margin-bottom: 0;
}
@media(max-width: 767px){
    .st4 .st2-title{
        text-align: center;
    }
    .st4-item .st2-item-inner{
        margin-top: 20px;
    }
}
/*End st4*/


/*st5*/
.st5.st-pd{
    padding-bottom: 0;
}
.st5 + .st2{
    padding-top: 0;
}
.st5-item{
    padding: 0;
    margin-bottom: 26px;
}
.st5-item-img img{
    width: 100%;
}
.st5-item-text{
    padding: 10px;
}
.st5-item-cat{
    color: #0b9146;
    text-transform: uppercase;
}
.st5-item-name{
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0 3px;
}
.st5-item-des {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(max-width: 767px){
    .st5-item-cat{
        font-size: 12px;
    }
    .st5-item-text{
        padding: 10px 0;
    }
    .st5-item-name{
        font-size: 14px;
    }
}
/*End st5*/

/*button-contact-vr*/
.button-contact-vr {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 199;
}

.button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

.button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-vr-img-circle img {
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}
@media(max-width: 767px){
    .phone-vr{
        transform: scale(0.68);
    }
    .button-contact-vr{
        bottom: 30px;
    }
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
/*End button-contact-vr*/

.address-footer .contact-2 a {
    color: #fff;
}