@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: HotLine: 0348 438 575
    Version: 1.0.0
    Author: Khoa Dev
*/

* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    font-family: Segoe UI,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #0C0C0C;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #37c5f3;
}
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;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
@media(min-width: 1230px){
    .container{
        width: 1230px;
    }
}
.pd-50{
    padding: 50px 0;
}
/*header*/
.header{
    position: fixed;
    top: 0;
}
.logo-header{
    float: left;
}
.nav-header-inner{
    float: right;
}
.nav-header-inner li{
    float: left;
    padding: 0px 10px;
}
.nav-header-inner li a{
    display: block;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 88px;
}
.nav-header-inner li a:before{
    content: "";
    position: absolute;
    bottom: 22%;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.3s;
}
.nav-header-inner li a:hover:before{
    width: 100%;
}
.header.affix{
    z-index: 200;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
    background: #fff;
}
.logo-header img{
    height: 88px;
    transition: all 0.3s;
}
.header.affix .logo-header img{
    height: 44px;
}
.header.affix .nav-header-inner li a{
    line-height: 44px;
    font-size: 14px;
}
.header.affix .nav-header-inner li a:before{
    bottom: 0;
}
/*End header*/

h1,
h2,h3{
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
}
h2{
    font-size: 23px;
}
h3{
    font-size: 20px;
}
.mb-0{
    margin-bottom: 0;
}
.st2{
    color: #fff;
}
.form{
    border: 1px solid #fff;
    width: 100%;
    background: #8b8888;
    padding: 20px 20px 30px;
    overflow: hidden;
}
.form h3{
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
}
.form input{
    width: 32.6%;
    float: left;
    margin-left: 1%;
    clear: none;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 45px;
    padding: 0px 13px;
    line-height: 45px;
    border: none;
    color: #000;
    border-radius: 3px;
}
.form input.first {
    clear: both;
    margin-left: 0;
}
.form input[type="submit"]{
    float: initial;
    margin: 10px auto 0;
    display: inline-block;
    background: #e82429;
    color: #fff;
    transition: all 0.3s;
}
.form input[type="submit"]:hover, 
.form input[type="submit"]:focus {
    color: #fff;
    background-color: #bb2226;
}

/*st3*/
.tongquan-carousel li {margin-right: 5px;}
.tongquan-carousel img {padding: 6px; border: 1px solid #ccc; display: block; opacity: .6; cursor: pointer; height: 130px; width: 100%; object-fit: cover;}
.tongquan-carousel img:hover {opacity: 1;}
.tongquan-carousel .flex-active-slide img {opacity: 1; cursor: default;}
.flexslider{
    border: none;
    background: transparent;
    margin-bottom: 10px;
    position: relative;
}
.flex-direction-nav li a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -999999px;
    width: 30px;
    height: 36px;
    background: url(images/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    z-index: 100;
}
.flex-direction-nav .flex-nav-prev a{
    background-position: -28px;
    left: 5px;
}
.flex-direction-nav .flex-nav-prev a{
    background-position: -28px;
    left: 5px;
}
.flex-direction-nav .flex-nav-next a{
    background-position: -52px;
    right: 5px;
}
#tongquan-carousel .flex-direction-nav li a {
    transform: scale(.6) translateY(-70%);;
}

/*End st3*/

/*st4*/
.st4-left{
    width: 40%;
    float: left;
    padding: 30px 5% 30px 5%;
}
.st4-right{
    float: left;
    width: 60%;
}
.st4-left h2{
    margin: 0 0 20px;
    font-size: 25px;
}
/*End st4*/
.bk-hog {
    background-color: #f8f8f8;
}
.bk-vag{
    background: linear-gradient(270deg,#ebc969 0%,#be9b5f 100%);
    color: #fff;
}
/*st5 */
.bk-xam{
   background-color: #e7e7e7;
}
.st5{
    padding: 0 7.5px 15px;
}
.st5-item{
    padding: 15px 7.5px 0;
}
.st5-item-inner{
    display: block;
}
.st5-item-inner span{
    display: block;
    background-color: #ffffff;
    color: #444444;
    padding: 20px;
    transition: all 0.3s;
}
.st5-item-inner:hover span{
    background: #01996d;
    color: #fff;
}
/*End st5 */

/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ed1c24;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #ed1c24;
    cursor: pointer;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-nav .owl-next{
    right: 20px;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ed1c24;
    border-color: #ed1c24;
}
.owl-theme .owl-nav{
    margin: 0;
}
.slide-index .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: #ed1c24;
}
/*End slide-index*/
.mbtt-item{
    padding: 30px 0 30px 5%;
}
.mbtt-title{
    text-align: left;
    font-size: 20px;
    padding-left: 15px;
}
/*st6*/
.st6{
    padding: 15px 10px 0px;
}
.st6-item{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.st6-item a{
    background: #fff;
    text-align: center;
    display: block; 
    margin-bottom: 15px;
}
.st6-item span{
    color: #444;
    padding: 20px;
    text-align: left;
    display: block;
}
/*End st6*/

/*st7*/
.st7{
    position: relative;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: bottom left;
    background-image: url(images/masteri-waterfront-ocean-park-background.jpg);
}
.fill{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #f8f8f8;
}
.st7-right img {
    border-radius: 10000px;
}
/*End st7*/

/*st8*/

/*End st8*/

.st-tab-heading{
    background-color: rgb(190, 155, 95);
    color: #fff;
}
.nav-tab li{
    display: inline-block;
}
.nav-tab li a{
    width: 150px;
    display: inline-block;
    padding: 50px 25px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.nav-tab li a:before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    content: "";
    opacity: 0;
}
.nav-tab li.active a:before{
    opacity: 1;
}

/*footer*/
.footer{
    padding: 50px 0px;
    background: url(images/masteri-west-heights-footer-background.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer h3{
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ft-nav a{
    display: block;
    margin-bottom: 10px;
}
.footer a:hover{
    color: #be9b5f;
}
.mg-40{
    margin-top: 40px;
}
.footer p{
    min-height: 44px;
}
/*End footer*/

.btn-click {
    text-align: center;
    border: 1px solid #f5be5f;
    font-size: 18px;
    font-weight: 700;
    background-color: #e82429;
    padding: 10px 20px 10px 20px;
    color: #fff;
    margin: 20px 0;
    display: inline-block;
}
.btn-click:hover, .btn-click:focus {
    color: #fff;
    background-color: #bb2226;
}

/*fixed*/
a.btn-fixed{
    display: inline-block;
    background: linear-gradient(220deg, #be9b5f 0%, #be9b5f 50%, #be9b5f 100%);
    color: #fff;
    text-align: center;
    padding: 0px 15px;
    border-radius: 40px;
    line-height: 42px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 200;
    font-size: 16px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

a.hotline-background {
    position: fixed;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 0px 0px 60px;
    bottom: 25px;
    left: 10px;
    height: 40px;
    width: 185px;
    background: linear-gradient(120deg, #be9b5f 10%, #be9b5f 70%, #be9b5f 100%);
    border-radius: 40px;
    color: #fff;
    z-index: 200;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    line-height: 1.1;
}
a.fixed-phone-btn {
    padding: 18px 8px 0px 12px;
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 200;
    left: 10px;
    bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(120deg, #be9b5f 10%, #be9b5f 70%, #be9b5f 100%);
    color: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.fixed-phone-btn:before, 
.fixed-phone-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #be9b5f;
}
.fixed-phone-btn:before {
    animation: ripple 2s linear infinite;
    -webkit-animation: ripple 2s linear infinite;
    -moz-animation: ripple 2s linear infinite;
}
.fixed-phone-btn:after {
    animation: ripple 2s linear 1s infinite;
    -webkit-animation: ripple 2s linear 1s infinite;
    -moz-animation: ripple 2s linear 1s infinite;
}
@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.75); opacity:1;}
  100% {transform:scale(2); opacity:0;}
}
@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.75); opacity:1;}
  100% {-webkit-transform:scale(2); opacity:0;}
}
@-moz-keyframes ripple{
  0% {-moz-transform:scale(1); }
  75% {-moz-transform:scale(1.75); opacity:1;}
  100% {-moz-transform:scale(2); opacity:0;}
}
@-moz-keyframes ripple{
  0% {-o-transform:scale(1); }
  75% {-o-transform:scale(1.75); opacity:1;}
  100% {-o-transform:scale(2); opacity:0;}
}
/*End fixed*/

.modal-content{
   background: #be9b5f;
   background-size: cover;
   color: #fff;
}
.title-modal{
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
}
.modal-header p {
    margin-bottom: 0;
    text-align: center;
}
.modal-dialog{
    width: 450px;
    max-width: 90%;
}
.modal-bg .modal-header .close {
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0;
    right: 0;
    background: url(images/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    background-position: -108px;
    opacity: 1;
    transform: scale(0.8);
    position: absolute;
}
.modal-dialog .form{
    border: none;
    background: #be9b5f;
}
.modal-dialog .form input{
    width: 100%;
    margin: 0 0 15px;
}
.modal-dialog .form input[type="submit"]{
    margin: 0;
}
.tabfull-heading{
    margin-top: 35px;
}
.nav-tab1 li{
    float: left;
}
.nav-tab1 a{
    padding: 12px 16px 14px 16px;
    display: inline-block;
    margin-right: 1px;
    color: #fff;
    background-color: #be9b5f;
}
.nav-tab1 li.active a,
.nav-tab1 li a:hover{
    background-color: #ebc969;
    color: #ffffff;
}
.tabfull .tab-content{
    padding: 20px;
    background-color: #f8f8f8;
}
th {
    background-color: #be9b5f;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
}
.form-ft{
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.form-ft input:not([type="submit"]){
    width: 100%;
    margin: 0 0 10px;
}
.form-ft input[type="submit"]{
    float: left;
}

/*responsive*/
@media(max-width: 1199px){
    .click-main-nav {
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 15px;
        padding: 10px;
        background: #236093;
    }
    .click-main-nav .icon-bar {
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .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;
        margin: 0;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.active {
        overflow: hidden;
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #7ca22a;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
        top: 0;
    }
    .close-nav-header:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .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;
    }
    .menu-header{
        margin-top: 40px;
        float: left;
        width: 100%;
        background: none;
    }
    .menu-header>li{
        width: 100%;
        position: relative;
        padding: 0 8px;
        margin: 0;
    }
    .menu-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: 15px;
        font-weight: 500;
    }
    .menu-header>li:last-child>a{
        border-bottom: none;
    }
    .menu-header>li:hover>a{
        color: #9a0801;
        border-color: #9a0801;
    }
    .header .container{
        position: relative;
    }
}
@media(max-width: 991px){
    .pd-50{
        padding: 30px 0;
    }
}
@media(max-width: 767px){
    body{
        font-size: 14px;
    }
    h1{
        font-size: 24px;
    }
    .form{
        padding: 10px;
    }
    .form h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .form input{
        width: 100%;
        margin: 0 0 10px;
    }
    .st4-left h2,
    h2{
        font-size: 20px;
    }
    .st8-item h3{
        width: 100%;
        padding: 0px 0 0 80px;
        text-align: left;
        height: 60px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .st8-item>*{
        display: block;
    }
    .av-milestone-indicator{
        display: none;
    }
    .st8-item-img{
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
    }
    .st8-item{
        position: relative;
    }
    .st8-img-inner{
        width: 60px;
        height: 60px;
    }
    .st8-item-text{
        padding: 0px 0px 20px 80px
    }
    .st8-text-inner:before{
        top: 0;
        left: 50%;
    }
    .nav-tab li a{
        padding: 10px 10px;
        width: 100px;
        font-size: 12px;
    }
    .footer{
        text-align: center;
    }
    .footer h3{
        text-align: center;
        margin-top: 20px;
    }
    .mg-40{
        margin-top: 0px;
    }
    .footer p{
        min-height: initial;
    }
    .logo-header img{
        height: 44px;
    }
    .click-main-nav{
        padding: 8px;
    }
    .header{
        background: #fff;
    }
    .main-content{
        padding-top: 44px;
    }
    .st4-left,
    .st4-right{
        width: 100%;
        padding: 15px;
    }
    .nav-tab1 a{
        padding: 6px;
        font-size: 13px;
    }
}
/*End responsive*/

.wpcf7-response-output {
    width: 100%;
    overflow: hidden;
}