/*
Theme Name: G BDS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.phone-mobile {display: none;}
.lph-nav {
    position: fixed;
    left: 13px;
    background: #ffffffab;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 20px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;

}
.lph-nav:hover {background: #ffffff;    box-shadow: 0 0 7px #777;}
.lph-nav ul {list-style: none;padding: 0;margin: 0;}
.lph-nav ul li {list-style: none!important;}
.lph-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.lph-nav ul>li .chat_animation{display:none}
.lph-nav ul>li a i.ticon-heart {
    background: url(/lib/baogia-icon.png) no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    display: block;
}
.lph-nav ul>li a i.ticon-zalo-circle2 {
    background: url(/lib/icon-zalo-circle2.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.lph-nav li .button {
    background: transparent;
}.lph-nav ul>li a i.ticon-angle-up {
    background: url(/lib/icon-angle-up.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.lph-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.lph-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.lph-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}.lph-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.lph-nav ul>li a i.ticon-messenger {
    background: url(/lib/icon-messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.lph-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.lph-nav ul>li a i.ticon-chat-sms {
    background: url(/lib/icon-sms-1.jpg) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.lph-nav ul>li a i.icon-phone-w {
    background: url(/lib/icon-phone-w.png) no-repeat;
    background-size: contain;}
.lph-nav ul li .button .btn_phone_txt {
    position: relative;
}
.phone-mobile-dk{display:block !Important}
.animation-shadow-dk {
  background: #f7941d;
  height: 36px;
  width:36px;
  line-height:36px;
}
.lph-nav li .button .phone_animation {box-shadow: none;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #f7941d;
    line-height: 36px;
}
@media only screen and (max-width: 600px){
.lph-nav li .chat_animation{display:block !Important}
 
.lph-nav li .button .phone_animation {box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%,0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f7941d;
    line-height: 15px;
    border: 2px solid white;
}
.lph-nav ul>li a{padding:0; margin:0 auto}
.lph-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.lph-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}
.phone-mobile{display:block !important}}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}
#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;
    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: #f7941d;
    width: 36px;
    height: 36px;line-height: 36px;
    border-radius: 50%;
    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;
    margin-top: 5px;
    margin-left: 10px;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-width: 25px;
}
@-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}}
.phone-bar a {
    position: fixed;
    z-index: -1;
    background: rgb(232, 58, 58);
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
    
.phone-mobile-dk{display:none !Important}
}



body .popupsg .col-md-6 p input:focus {
    font-size: 13px;
    box-shadow: none!important;
    color: #222!important
}

body .popupsg .col-md-6 p input {
    background: rgba(255,255,255,.9);
    color: #222!important;
    margin: 2px 0;
    height: 40px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    margin: 0 !important
}
body .popupsg .thoigian,
body .popupsg .link-bai,
body .popupsg .ngay-thang,
body .popupsg .ip-khach-hang,
body .popupsg .sott-cf7,
body .popupsg .ten-form,
body .popupsg .link-bai-viet,
body .popupsg .nguon-truy-cap,
body .popupsg .referer-page {
display: none!important;
}
body .popupsg .wpcf7-form .wpcf7-validation-errors {
    color: #333;
    line-height: 1.2;
    font-size: 13px;
    color: #243b54;
    line-height: 30px;
    background: rgba(255,255,255,.9);
    padding: 0 20px!important;
    border-radius: 30px;
    margin: 5px auto!important;
    text-align: center;
    display: block!important;
    font-weight: 700;
    width: 280px;
    max-width: 100%
}

body .popupsg form.wpcf7-form .ajax-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    left: inherit;
    bottom: inherit;
    line-height: inherit;
    position: inherit;
    display: none
}

body .popupsg form.wpcf7-form .is-active {
    visibility: visible;
    display: inline-block
}

body .popupsg * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    letter-spacing: .4px
}

body .popupsg .md6ppr p, body .popupsg .md6ppl p {
    margin: 3px 0;
    margin-bottom: 3px;
}
body .popupsg p {margin:0}

body .popupsg h2,body .popupsg h3 {
    font-size: 17px;
    color: #243b54;
    line-height: 1.5;
    background: rgba(255,255,255,.9);
    padding: 8px 20px;
    border-radius: 0;
    margin: 25px auto;
    text-align: center;
    font-weight: 500;
    width: 90%;
    max-width: 100%;
    margin-top: 10px;
    font-size: 17px;
    font-weight:bold;
    font-family: UTMBebas;
    font-family: "SFUFuturaBold", sans-serif;
    letter-spacing: 0.5px
}

body .popupsg .smitt {
    clear: both;
    text-align: center;
    margin-top: 5px
}

body .popupsg .smitt p {
    color: #c71b21;
    font-weight: 700;
    background: rgba(255,255,255,.9);
    font-size: 13px;
    display: inline-block;
    clear: both;
    padding: 0 10px;
    line-height: 26px;
    margin: 10px 0
}
body .popupsg .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    border: 5px solid #fff3;
    border-radius: 12px;
}
body .popupsg .smitt input {
    margin: 0;
    box-shadow: none;
    color: #444;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-weight: 700;
    background: linear-gradient(90deg,#bd8504 0,#ffdd80 50%,#bd8504 100%) !important;
    border: 0;
    border-radius: 30px;
}
body .popupsg .smitt input:after {
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #bd8504;
    border-radius: 30px;
}
body .popupsg .wpcf7-form div.wpcf7-mail-sent-ok {
    color: #333;
    line-height: 1.2;
    font-size: 12px;
    color: #243b54;
    line-height: 35px;
    background: rgba(255,255,255,.9);
    padding: 0 20px!important;
    border-radius: 30px;
    margin: 5px auto!important;
    text-align: center;
    display: block!important;
    font-weight: 700;
    width: 300px
}

body .popupsg .textHead {
    margin-top: 20px
}

body .popupsg .textHead p {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #f79400;
    font-weight: 700;
    font-size: 20px
}

body .popupsg .modal-header {
    position: absolute;
    right: 10px;
    padding: 5px;
    z-index: 999
}

body .popupsg .modal-dialog {
    top: 0
}

body .popupsg .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 90%;
    width: 750px
}

.wpcf7-not-valid-tip {
    display: none!important
}

input.wpcf7-not-valid {
    border-color: red !important
}

body .popupsg .modal-dialog .modal-content {
    position: relative;
    border-radius: 20px;
}

.formbv p {
text-align: center;
    font-size: 15px;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}
.formbv p:first-child{color:#FFF}
.formbv .col-md-4,.formbv .col-md-2 {
    padding: 0 5px;
    margin-bottom: 5px;
}
.formbv .col-md-9 {
    padding: 0 5px;
    margin-bottom: 5px;
}
.formbv .col-md-3 {}
.formbv .col-md-4 input[type="text"],.formbv .col-md-2 input[type="text"],.formbv .col-md-2 input[type="email"] {
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
}
.formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
    background: #1965b3;
    color: #FFF;
    font-weight: normal;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
}
@media(max-width:1100px) {
  .formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
    display:block;
    margin: 0 auto;
    margin-top:10px;

}
.entry-title {
    font-size: 20px;
    line-height: 1;
}
}
.formbv .col-md-9 input[type="text"],.formbv .col-md-4 input[type="text"]{
    padding: 0 5px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
    }

.wpcf7 div.wpcf7-validation-errors,.entry-content div.wpcf7-acceptance-missing {border:0;color:red;font-size:13px;font-weight:bold;text-align:center}
.wpcf7 div.wpcf7-mail-sent-ok,.wpcf7 form.sent .wpcf7-response-output {border:0;color:green;font-size:14px;font-weight:bold;text-align:center,background: linear-gradient(90deg,#bd8504 0,#ffdd80 50%,#bd8504 100%);
    width: 100%;
    height: 33px;
    line-height: 33px;}

.popupsg button.closehtg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 12px;
    border: 0;
    cursor: pointer;
    z-index: 999999999999999;
    color: red;
    opacity: 1;
    font-weight: 400 !important;
    text-transform: unset;
    font-size: 16px;
    background: linear-gradient(90deg,#bd8504 0,#ffdd80 50%,#bd8504 100%);
    margin: 0!important;
    padding: 0!important;
}
.popupsg .wpcf7-form div.wpcf7-mail-sent-ok {
            line-height: 1.2;
            font-size: 12px;
            color: #fff;
            line-height: 35px;
            background: #ffffffe6;
            padding: 0 20px !important;
            border-radius: 30px;
            margin: 5px auto !important;
            text-align: center;
            display: block !important;
            font-weight: 700;
            width: 300px;
            background: #398f14;
            width: 100%;
            border-radius: 0
        }
.popupsg .wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-validation-errors, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    line-height: 1.2;
    font-size: 13px;
    color: #444;
    line-height: 30px;
    background: #ffffffe6;
    padding: 0 20px !important;
    border-radius: 30px;
    margin: 5px auto !important;
    text-align: center;
    display: block !important;
    font-weight: 700;
    width: 280px;
    max-width: 100%;
    width: 100%;
    background: linear-gradient(90deg,#bd8504 0,#ffdd80 50%,#bd8504 100%);
    border: none;
    border-radius: 0;
}
*/


/* popup */
body .popupnsl.popupbn {
    padding: 0;
    border-radius: 10px;
    height:500px;
}
body .popupnsl.popupbn:before {
    content: "";
    height: 100%;
    width: 50%;
    background: url(/lib/cover_banner.jpg);
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0px;
    border-radius: 10px 0 0 10px;
}
  body .popupnsl.popupbn h3 {
    margin: 10px 0;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    color: red;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 7px;
    background: none;
}
  body .popupnsl.popupbn h3:after {content:"";height: 2px;width: 200px;bottom: 0;background: red;left: 0;position: absolute;}
  body .popupnsl.popupbn input[type="text"],body .popupnsl.popupbn input[type="email"] {
    background: none;
    border: 0;
    border-bottom: #d8d9db 1px solid;
    width: 100%;
    height: 44px;
    margin-bottom: 12px;
    font-size: 14px;
    text-indent: 40px;
}
  body .popupnsl.popupbn .md6ppl {}
  body .popupnsl.popupbn .md6ppl img  {
    width: 100px;
    display: block;
    margin: 40px auto 0 auto;
}
@media(min-width:1105px) {
    body .popupnsl.popupbn .md6ppl img  {
    display:none
}
}
body .popupnsl.popupbn .md6ppr {
    padding: 40px 15px 0 15px;
}
  body .popupnsl.popupbn input.fname{
    background: url(/lib/images/Artboard-8-10.png) no-repeat !important;
}
  body .popupnsl.popupbn input.femail{
    background: url(/lib/images/Artboard-14-10.png) no-repeat !important;
}
  body .popupnsl.popupbn input.fphone {
    background: url(/lib/images/Artboard-13-10.png) no-repeat !important;
}
  body .popupnsl.popupbn textarea.fnhucau {
    background: none;
    border: 0;
    border-bottom: #d8d9db 1px solid;
    width: 100%;
    height: 80px;
    background: url(/lib/images/Artboard-15-10.png) no-repeat !important;
    padding-left: 40px;
    font-size: 14px;
}
body .popupnsl.popupbn .smitt {
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}
body .popupnsl.popupbn .smitt input {}

.popupsg button.closehtg {
    background: transparent url(/lib/images/close-button-2.png) no-repeat;
    box-shadow: none;
    padding: 0;
    border: 0;
    top: 5px;
    right: 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}
.popupsg .modal-dialog .modal-content .modal-body {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background:#eeeeec;
}

@media(min-width:1105px) {
    .popupsg.modal .wpcf7-form .wpcf7-validation-errors, .popupsg.modal  .wpcf7 form.invalid .wpcf7-response-output, .popupsg.modal  .wpcf7 form.unaccepted .wpcf7-response-output {
    z-index: 9999;
    position: absolute;
    bottom: 0;
}
.popupsg .modal-dialog {
    margin-top: 70px;
    width: 820px;
    max-width: 95%;
    border-radius: 10px;
}
.popupsg .modal-dialog .modal-content {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    /* height: 500px; */
    /* max-height: 500px; */
}
}
@media(max-width:1100px) {
    .popupsg .modal-dialog .modal-content .modal-body {
    background: url(/lib/images/bg-phone.jpg);
    border-radius: 10px;
    width: 100%;
    }
.popupsg .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 7%;
    left: 0;
    right: 0;
    width: 700px;
    max-width: 96%;
    border-radius: 10px;
}
body .popupnsl.popupbn .md6ppr {
    padding: 5px 20px;
}

body .popupnsl.popupbn h3 {
    text-align: center;
    font-size: 13px;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    word-break: break-all;
}

body .popupnsl.popupbn h3:after {display:none}
body .popupnsl.popupbn input[type="text"], body .popupnsl.popupbn input[type="email"], body .popupnsl.popupbn textarea {
    margin-bottom: 10px;
    background: #eeeeec !important;
    text-indent: 0 !important;
    height:40px;
}
body .popupnsl.popupbn textarea.fnhucau {
    margin-bottom: 10px;
    background: #eeeeec !important;
    text-indent: 0 !important;
    padding: 5px 10px!important
}
body .popupnsl.popupbn .md6ppl img {
    margin: 20px auto 0 auto;
}
body .popupnsl.popupbn {
    height: auto;
}
body .popupnsl.popupbn .smitt p.fluuy {
    background: none;
    text-align: center;
    padding: 0;
    text-decoration: none;
    border: none;
    color: #eeeeec;
    font-size: 12px;
    margin: 0;
    background: url(/lib/images/Artboard-7-10.png) no-repeat left;
    text-align: left;
    border-bottom: #f6680a 1px solid;
    padding-left: 36px;
    color: #222;
    display:none
}
body .popupnsl.popupbn:before {
    display:none
}
body .popupsg .wpcf7-form {margin:0}
.popupsg .modal-dialog .modal-content {margin:0;border:none;border-radius:10px}
div.popupsg, .modal-open .modal {padding:0!important}
.popupsg button.closehtg {
    background: transparent url(/lib/images/close-button-mb.png) no-repeat center center;
    box-shadow: none;
    padding: 0;
    border: 0;
    top: 5px;
    right: 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9;
}
}
        .popupsg .smitt {
      clear: both;
      float: none;
      text-align: center;
      margin: 0 auto;
      margin-top: 5px;
  }
  .wpcf7-spinner {display: none!important;}
  form.submitting .wpcf7-spinner {
	visibility: visible;
	display:inline-block!important
}
  .popupsg .smitt p.smittp {background:none!important}
  .popupsg .smitt p.fluuy {
      color: #f6680a;
      font-weight: bold;
      background: rgba(255,255,255,0.9);
      font-size: 13px;
      display: inline-block;
      clear: both;
      padding: 0 10px;
      line-height: 26px;
      margin: 10px 0;
      border-radius: 3px;
  }
  
  .popupsg .smitt input {
      margin: 0;
      background: #0000 radial-gradient(circle, red, #E03C31) repeat scroll 0 0 !important;
      border: 0;
      box-shadow: none;
      color: #FFF;
      border-radius: 0;
      line-height: 36px;
      padding: 0 20px;
      margin: 10px 0 5px 0;
      font-weight: bold;
      border: #FFF 1px solid;
      height: 40px;
      text-transform: uppercase;
      float: none;
      font-size: 14px;
      cursor: pointer;
      border-radius: 3px;
      border: 0;
      float: none;
      margin: 0  auto;
  }
.popupsg .wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-validation-errors, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #333;
    line-height: 1.2;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    background: rgba(255,255,255,0.9);
    padding: 0px 20px !important;
    border-radius: 30px;
    margin: 5px auto !important;
    text-align: center;
    display: block !important;
    font-weight: bold;
    width: 280px;
    max-width: 100%;
    width: 100%;
    background: #0000 radial-gradient(circle, red, #E03C31) repeat scroll 0 0 !important;
    border: none;
    border-radius: 0;
}  
  .popupsg .wpcf7-form div.wpcf7-mail-sent-ok {
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    line-height: 35px;
    background: #ffffffe6;
    padding: 0px 20px !important;
    border-radius: 30px;
    margin: 5px auto !important;
    text-align: center;
    display: block !important;
    font-weight: bold;
    width: 300px;
    background: #398f14;
      background: #0000 radial-gradient(circle, #398f14, #4CAF50) repeat scroll 0 0 !important;
    width: 100%;
    border-radius: 0;
  }
  


  html body .wpcf7 .full-width-htg {
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(/wp-content/uploads/2025/03/PHOI-CANH_TMB-2048x1152-1.webp);
    background-size: cover;
    background-position: center;
}

html body .wpcf7 .formbv {
    background: #1b7baa;
    background: linear-gradient(90deg,#015aad,#00b74f);
    background:none;
    display: inline-block;
    width: 100%;
    padding: 20px 0 25px 0;
    border-bottom: #c4f5d0 4px solid;
    border: none;
}
html body .formbv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .6;
}

.formbv p {
    text-align: center;
    font-size: 15px;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}

.formbv p:first-child {
    margin-bottom: 10px;
    font-weight: normal;
    color: #c4f5d0;
    position: relative;
    z-index: 9;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.formbv .col-md-4,.formbv .col-md-2 {
    padding: 0 5px;
    margin-bottom: 5px;
}

.formbv .col-md-9 {
    padding: 0 5px;
    margin-bottom: 5px;
}

.formbv .col-md-3 {
}

@media (max-width: 549px) {
.col-6-htg {
    float: left;
    width: 50%;
    position: inherit;
}
}
.formbv .col-md-4 input[type="text"],.formbv .col-md-2 input[type="text"],.formbv .col-md-2 input[type="email"] {
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
    font-weight: normal;
}

.formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
    background: #1965b3;
    color: #FFF;
    font-weight: normal;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
}

@media(max-width: 1100px) {
    .formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
        display:block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .entry-title {
        font-size: 20px;
        line-height: 1;
    }
}

.formbv .col-md-9 input[type="text"],.formbv .col-md-4 input[type="text"] {
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
    font-weight: normal;
}

.wpcf7 div.wpcf7-validation-errors,.entry-content div.wpcf7-acceptance-missing {
    border: 0;
    color: red;
    font-size: 13px;
    font-weight: bold;
    text-align: center
}

.wpcf7 div.wpcf7-mail-sent-ok {
    border: 0;
    color: #537b49;
    font-size: 14px;
    font-weight: bold;
    text-align: center
}
);
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0px;
    border-radius: 10px 0 0 10px;
}
  body .popupnsl.popupbn h3 {
    margin: 10px 0;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    color: red;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 7px;
    background: none;
}
  body .popupnsl.popupbn h3:after {content:"";height: 2px;width: 200px;bottom: 0;background: red;left: 0;position: absolute;}
  body .popupnsl.popupbn input[type="text"],body .popupnsl.popupbn input[type="email"] {
    background: none;
    border: 0;
    border-bottom: #d8d9db 1px solid;
    width: 100%;
    height: 44px;
    margin-bottom: 12px;
    font-size: 14px;
    text-indent: 40px;
}
 
  body .popupnsl.popupbn .md6ppl img  {
    width: 100%;
    display: block;
    margin: 10px auto 0 auto;
}
@media(min-width:1105px) {
    body .popupnsl.popupbn .md6ppl img  {
    display:none
}
}
body .popupnsl.popupbn .md6ppr {
    padding: 40px 15px 0 15px;
}
  body .popupnsl.popupbn input.fname{
    background: url(/lib/images/Artboard-8-10.png) no-repeat !important;
}
  body .popupnsl.popupbn input.femail{
    background: url(/lib/images/Artboard-14-10.png) no-repeat !important;
}
  body .popupnsl.popupbn input.fphone {
    background: url(/lib/images/Artboard-13-10.png) no-repeat !important;
}
  body .popupnsl.popupbn textarea.fnhucau {
    background: none;
    border: 0;
    border-bottom: #d8d9db 1px solid;
    width: 100%;
    height: 80px;
    background: url(/lib/images/Artboard-15-10.png) no-repeat !important;
    padding-left: 40px;
    font-size: 14px;
}
body .popupnsl.popupbn .smitt {
    clear: both;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
    padding-bottom: 0 !important
}
body .popupnsl.popupbn .smitt input {color:#FFF!important;background: linear-gradient(90deg, #bd8504 0, #ffdd80 50%, #bd8504 100%);color: #01304c !important;!i;!;line-height: 33px;height: 33px;border: #bd8504  1px solid;border-radius: 10px;transition: 0.3s;padding: 0 20px;font-weight: bold;}

.popupsg button.closehtg {
    background: #00000000 url(/lib/images/close-button-2.png) no-repeat center center;
    box-shadow: none;
    padding: 0;
    border: 0;
    top: 5px;
    right: 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}
.popupsg .modal-dialog .modal-content .modal-body {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background:#eeeeec;
}

@media(min-width:1105px) {
    .popupsg.modal .wpcf7-form .wpcf7-validation-errors, .popupsg.modal  .wpcf7 form.invalid .wpcf7-response-output, .popupsg.modal  .wpcf7 form.unaccepted .wpcf7-response-output {
    z-index: 9999;
    position: absolute;
    bottom: 0;
}
.popupsg .modal-dialog {
    margin-top: 70px;
    width: 820px;
    max-width: 95%;
    border-radius: 10px;
}
.popupsg .modal-dialog .modal-content {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    /* height: 500px; */
    /* max-height: 500px; */
}
}
@media(max-width:1100px) {
    .popupsg .modal-dialog .modal-content .modal-body {
    background: url(/lib/images/bg-phone.jpg);
    border-radius: 10px;
    width: 100%;
    }
.popupsg .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 7%;
    left: 0;
    right: 0;
    width: 700px;
    max-width: 96%;
    border-radius: 10px;
}
body .popupnsl.popupbn .md6ppr {
    padding: 5px 7px;
    background: #FFF;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
}

body .popupnsl.popupbn h3:after {display:none}
body .popupnsl.popupbn input[type="text"], body .popupnsl.popupbn input[type="email"], body .popupnsl.popupbn textarea {
    margin-bottom: 10px;
    background: #eeeeec !important;
    text-indent: 0 !important;
    height:40px;
}
body .popupnsl.popupbn textarea.fnhucau {
    margin-bottom: 0;
    background: #eeeeec !important;
    text-indent: 0 !important;
    padding: 5px 10px!important
}
body .popupnsl.popupbn .md6ppl img {
    margin: 20px auto 0 auto;
}
body .popupnsl.popupbn {
    height: auto;
}
body .popupnsl.popupbn .row {
    display: block;
}
body .popupnsl.popupbn .smitt p.fluuy {
    background: none;
    text-align: center;
    padding: 0;
    text-decoration: none;
    border: none;
    color: #eeeeec;
    font-size: 12px;
    margin: 0;
    background: url(/lib/images/Artboard-7-10.png) no-repeat left;
    text-align: left;
    border-bottom: #f6680a 1px solid;
    padding-left: 36px;
    color: #222;
    display:none
}
body .popupnsl.popupbn:before {
    display:none
}
body .popupsg .wpcf7-form {margin:0;padding: 0;}
.popupsg .modal-dialog .modal-content {margin:0;border:none;border-radius: 0 !important;!I;!;box-shadow: none !important;!i;!;padding: 0 !important;!i;!;margin: 0 !important;!i;!;}
div.popupsg, .modal-open .modal {padding:0!important}
.popupsg button.closehtg {
    background: transparent url(/lib/images/close-button-2.png) no-repeat;
    box-shadow: none;
    padding: 0;
    border: 0;
    top: 5px;
    right: 0;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9;
}
}
        .popupsg .smitt {
      clear: both;
      float: none;
      text-align: center;
      margin: 0 auto;
      margin-top: 5px;
  }
  .wpcf7-spinner {display: none!important;}
  form.submitting .wpcf7-spinner {
	visibility: visible;
	display:inline-block!important
}
  .popupsg .smitt p.smittp {background:none!important;}
  .popupsg .smitt p.fluuy {
      color: #f6680a;
      font-weight: bold;
      background: rgba(255,255,255,0.9);
      font-size: 13px;
      display: inline-block;
      clear: both;
      padding: 0 10px;
      line-height: 26px;
      margin: 10px 0;
      border-radius: 3px;
  }
  
  .popupsg .smitt input {
      margin: 0;
      background: #0000 radial-gradient(circle, red, #E03C31) repeat scroll 0 0 !important;
      border: 0;
      box-shadow: none;
      color: #FFF;
      border-radius: 0;
      line-height: 36px;
      padding: 0 20px;
      margin: 10px 0 5px 0;
      font-weight: bold;
      border: #FFF 1px solid;
      height: 40px;
      text-transform: uppercase;
      float: none;
      font-size: 14px;
      cursor: pointer;
      border-radius: 3px;
      border: 0;
      float: none;
      margin: 0  auto;
  }
.popupsg .wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-validation-errors, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #333;
    line-height: 1.2;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    background: rgba(255,255,255,0.9);
    padding: 0px 20px !important;
    border-radius: 30px;
    margin: 5px auto !important;
    text-align: center;
    display: block !important;
    font-weight: bold;
    width: 280px;
    max-width: 100%;
    width: 100%;
    background: #0000 radial-gradient(circle, red, #E03C31) repeat scroll 0 0 !important;
    border: none;
    border-radius: 0;
}  
  .popupsg .wpcf7-form div.wpcf7-mail-sent-ok {
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    line-height: 35px;
    background: #ffffffe6;
    padding: 0px 20px !important;
    border-radius: 30px;
    margin: 5px auto !important;
    text-align: center;
    display: block !important;
    font-weight: bold;
    width: 300px;
    background: #398f14;
      background: #0000 radial-gradient(circle, #398f14, #4CAF50) repeat scroll 0 0 !important;
    width: 100%;
    border-radius: 0;
  }
  


  html body .wpcf7 .full-width-htg {
    background-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(/wp-content/uploads/2025/03/PHOI-CANH_TMB-2048x1152-1.webp);
    background-size: cover;
    background-position: center;
}

html body .wpcf7 .formbv {
    background: #1b7baa;
    background: linear-gradient(90deg,#015aad,#00b74f);
    background:none;
    display: inline-block;
    width: 100%;
    padding: 30px 0 35px 0;
    border-bottom: #c4f5d0 4px solid;
    border: none;
}
html body .formbv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #114784;
    opacity: .85;
}

.formbv p {
    text-align: center;
    font-size: 15px;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}

.formbv p:first-child {
    margin-bottom: 10px;
    font-weight: normal;
    color: #c4f5d0;
    position: relative;
    z-index: 9;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.formbv .col-md-4,.formbv .col-md-2 {
    padding: 0 5px;
    margin-bottom: 5px;
}

.formbv .col-md-9 {
    padding: 0 5px;
    margin-bottom: 5px;
}

.formbv .col-md-3 {
}

@media (max-width: 549px) {
.col-6-htg {
    float: left;
    width: 50%;
    position: inherit;
}
}
.formbv .col-md-4 input[type="text"],.formbv .col-md-2 input[type="text"],.formbv .col-md-2 input[type="email"] {
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
    font-weight: normal;
}

.formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
    background: #1965b3;
    color: #01304c;
    font-weight: bold;
    padding: 0 22px;
    font-size: 13px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #bd8504 0, #ffdd80 50%, #bd8504 100%);
    line-height: 33px;
    height: 33px;
    border: #FFF 1px solid;
    border-radius: 19px;
    transition: 0.3s;
}

@media(max-width: 1100px) {
    .formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
        display:block;
        margin: 0 auto;
        margin-top: 10px;
    }

    .entry-title {
        font-size: 20px;
        line-height: 1;
    }
}

.formbv .col-md-9 input[type="text"],.formbv .col-md-4 input[type="text"] {
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
    font-weight: normal;
}

.wpcf7 div.wpcf7-validation-errors,.entry-content div.wpcf7-acceptance-missing {
    border: 0;
    color: red;
    font-size: 13px;
    font-weight: bold;
    text-align: center
}

.wpcf7 div.wpcf7-mail-sent-ok {
    border: 0;
    color: #537b49;
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.fYeuCau {
    border: #f26d64 0px dashed;
    background: #f5f5f5;
    border-color: #0066b3;
    padding: 0;
    border-color: #EEE;
    margin: 0px auto 20px auto;
    width:800px;
    max-width: 95%;
    background: #FFF;
    border: #337ab7 1px solid;
    padding: 0 0 15px 0;
    background: url(/lib/bg-contactf.jpg);
    background-size: cover;
}
.fYeuCau .col-md-4 {
    padding: 0 5px;}
.fYeuCau .col-md-12 {
    padding: 0 5px;}
.fYeuCau
    p {
    text-align: center;
    color: #FFF;
    margin: 0;
}
.fYeuCau
    h3 {margin: 0px auto 5px auto;
    padding: 8px 10px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #337ab7;
    text-align: center;
    text-transform: uppercase;}
.fYeuCauF {
    padding: 0 10px;
    margin-top: 15px;}
.fYeuCauF
    p {;}
.fYeuCauF
    label {;}
.fYeuCauF
    span {;}
.fYeuCauF
    input {
    max-width: 100%;
    background: #f5f5f5;
    border: #CCC 1px solid;
    border-radius: 0;
    height: 30px;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    color: #444 !important;
    padding: 5px 10px;
    font-size: 13px;
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    border-color: #DDD;
}
.fYeuCauF
    textarea {
    height: 80px;
    min-height: 50px;
    WIDTH: 100%;
    background: rgba(255,255,255,0.2);
    border: #AAA 1px solid;
    border-radius: 0;
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    color: #444 !important;
    border-color: rgba(255,255,255,0.3);
    padding: 5px 10px;
    font-size: 13px;
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    border-color: #DDD;
}
.fYeuCauF
    input[type=submit] {background: #337ab7;
    border: none;
    padding: 0px 10px;
    height: 35px;
    border: none;
    margin-top: 5px;
    color: #FFF !Important;}

body .popupsg .modal-dialog .modal-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #35573e;
    background: #0000009c;
    background: #92241cbf;*/
    color: #000;
    background: #0000004a;
}

body .popupsg button.close {
    box-shadow: none;
    position: absolute;
    right: 0;
    z-index: 999;
    top: -25px;
    opacity: .8;
    margin: 0!important
}

body .popupsg button.close img {
    width: 20px
}

body .popupsg .col-md-6 p textarea:focus {
    background: #fff;
    border: 1px solid #AAA!important;
    box-shadow: none!important
}

body .popupsg .col-md-6 textarea,body .popupsg .col-md-12 select {
    color: #222!important;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    height: 152px;
    background: #ffffffe6;
    border-color: #FFF;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    margin: 0;
}

body .popupsg .col-md-12 select {
    height: 80px
}

body .popupsg .col-md-12 select option {
    line-height: 17px;
    height: 17px
}

body .popupsg .col-md-6,body .popupsg .col-md-12 {
    padding-left: 10px;
    padding-right: 10px
}

body .popupsg .col-md-6 p textarea::-webkit-input-placeholder,body .popupsg .col-md-12 p select::-webkit-input-placeholder {
    color: #222;
    font-size: 13px;
    font-weight: 400
}

body .popupsg .col-md-6 p input::-webkit-input-placeholder {
    color: #222;
    font-size: 13px;
    font-weight: 400
}



@media(max-width: 1100px) {
    body .popupsg .col-md-6 textarea {
        height:60px;
        min-height:60px
    }


    body .popupsg h2,body .popupsg h3 {
        width: 350px;
        max-width: 100%;
        padding: 4px 0;
        line-height: 1.3;
        font-size: 15px;
        font-weight:bold;
        font-family: "SFUFuturaBold", sans-serif;
        text-transform: uppercase
    }

    body .popupsg p.noteTop {
        display: none !important
    }

    body .popupsg .modal-dialog {
        margin-top: 40px
    }

    body .popupsg .wpcf7-form div.wpcf7-mail-sent-ok {
        line-height: 25px
    }

    body .popupsg .wpcf7-form .wpcf7-validation-errors {
        line-height: 25px
    }
}

.call__number_mobile, .call__number_hotline_mobile {display:none!important}



.btn__call--inter .call__number {
    padding: 0 0 0 10px;
}
.wpcf7-not-valid-tip {
    display: none!important
}


/* Begin slide duan */
html body .ftwp-in-post#ftwp-container-outer.ftwp-float-center {
    margin: 15px auto 15px auto;
}
.page-header-excerpt {display: none!important;}
.project-detail .project-name {
    width: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    box-shadow: 0px 15px 10px -15px #222; 
    margin-bottom:10px;
}

.project-detail .project-name .listing-detail {
    width: 100%;
    float: none
}

.listing-item {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: calc(100%*1/3 - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    float: left;
    margin-bottom: 7px
}

.listing-item:nth-child(1n) {
    margin-right:  7px;
    margin-left: 0
}

.project-detail .project-name .listing-detail .item-left,.project-detail .project-name .listing-detail-price>span:not(.price-redRV) {
    color: #262626;
    font-weight: 400
}

.listing-item .item-left:nth-child(1n) {
    margin-right: 7px;
    margin-left: 0
}

.listing-item .item-left {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 22%;
    color: #262626;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
}

.listing-item .item-right {
    width: 78%;
    margin-right: 0;
    margin-left: auto;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100px;
    overflow: hidden;
    /*white-space: nowrap;*/
    white-space: none;
    font-size: 15px;
    line-height: 1.3;
}

.listing-detail .listing-item .item-right,.listing-detail .listing-item .item-right a {
}

.project-detail .project-name .listing-detail .item-left,.project-detail .project-name .listing-detail-price>span:not(.price-redRV) {
    color: #333;
    font-weight: 400
}

.price-redRV {
    font-size: 16px;
    color: red;
    font-weight: 700
}

.listing-detail-price {
    font-weight: 500;
    color: rgba(48,51,58,.86);
    line-height: 30px;
    float: left;
    border-left: 1px solid rgba(48,51,58,.2);
    padding-left: 20px;
    width: 32%
}
.headerBDS .col-md-6 {padding:0}

@media(max-width:1100px){
.headerBDS #breadcrumb2 {margin: 5px 0;}
.headerBDS #breadcrumb2 p {margin:0;font-size:12px}
.headerBDS .entry-title {margin:7px 0}
}
/*
#owl-gallery-content .owl-stage {width:100%}
#owl-gallery-content .owl-item {width:33.3%; float:left}*/
html body .entry-title-thocu {
    font-family: "Roboto Medium" !important;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}
html body .post-content {
font-family: "Roboto" !important;
font-size: 15px;
    line-height: 1.4;
}
html body .re__section-title {
    font-family: "Roboto" !important;
    font-size: 17px;
    font-weight: bold !important;
    color: #2c2c2c;
    display: block;
    margin: 12px 0 8px 0;
    border-left: #c42217 5px solid;
    padding-left: 8px;
    height: 18px;
    line-height: 22px;
}
.re__section {
    margin-bottom: 20px;
}
.re__list-standard-1line--md .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2c2c2c;
    width: 112px;
}

.re__list-standard-1line--md .value {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2c2c2c;
    width: calc(100% - 112px);
}

.re__list-standard-1line--md {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    margin: 0px 16px;
    padding: 14px 0px;
    font-family: "Roboto Medium" !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
}

.re__border--std {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-sizing: border-box
}


#owl-gallery-content.owl-carousel .owl-stage-outer {
    padding: 0;
    background: #262626;
}
#owl-gallery-content .owl-stage {
    background-color: #262626;
  }
/*  
  #owl-gallery-content .owl-item {
    padding: 0;
    position: relative; }
    /*opacity: .5;*/
    #owl-gallery-content .owl-item img {
    padding:1px;
    background:#262626;
    object-fit: cover;
    object-position: center;
    }
    @media(min-width:1105px) {
    #owl-gallery-content .owl-item img {
      height: 338px!important;
    }
    #owl-gallery-content .owl-thumb-item img {
      height:85px !important;
    object-fit: cover;
    object-position: center;
    }
    }

  #owl-gallery-content .center {
      opacity: 1;
      transform: scale(1.005);
      transition: .5s ease-in-out;
      z-index: 9999;
   }
  
   body #owl-doitac .owl-nav, body .owl-duan-htg .owl-nav  {}
body #owl-doitac .owl-nav button,  body .owl-duan-htg .owl-nav button {
    position: absolute;
    top: -65px;
    right: -65px;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    text-align: center;
    line-height: 30px
}

body #owl-doitac .owl-nav button i,  body .owl-duan-htg .owl-nav button i{
    color: #727272;
    font-size: 20px
}

body #owl-doitac .owl-nav button.owl-prev,body .owl-duan-htg .owl-nav button.owl-prev {
    right: 38px
}

body #owl-doitac .owl-nav button.owl-next,body .owl-duan-htg .owl-nav button.owl-next {
    right: 5px
}

body #owl-doitac .owl-nav button:hover i,body .owl-duan-htg .owl-nav button:hover i {
    color: #000
}

/*   #owl-gallery-content .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    .prev {
      position: absolute;
      height: 80%;
      width: 15%;
      left: 0;
      
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #owl-gallery-content .next {
      position: absolute;
      height: 80%;
      width: 15%;
      right: 0;
      
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
*/

#owl-gallery-content .owl-next, #owl-gallery-content .owl-prev {
    position: absolute;
    top: 45%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding:0;
    border-radius: 5px;
    background: #0000 radial-gradient(circle, #185986, #262626) repeat scroll 0 0 !important;
    background:rgba(255,255,255,.8) !important;
    border: none;
    color: #c42217;
    opacity: 1;
    transition: all .4s ease;
    text-align: center;
}
#owl-gallery-content.owl-gallery-content .owl-next { right:10px}
#owl-gallery-content.owl-gallery-content .owl-prev { left:10px}
#owl-gallery-content .owl-nav{visibility: inherit;margin:0}
#owl-gallery-content .owl-nav button {visibility: inherit;}
#owl-gallery-content .owl-nav button.owl-next {visibility: inherit;}
#owl-gallery-content .owl-nav button.owl-pre {visibility: inherit;}

#owl-gallery-content .owl-thumbs {
    text-align: center;
    display: table;
    width: 100%;
    padding-top: 0px;
    background: #262626;
    padding-bottom: 4px;
}

  #owl-gallery-content .owl-thumb-item {
      width: 10%;
      height: 100px;
      border: none;
      background: none;
      padding: 0;
      opacity: .7;
      overflow: hidden;  
      margin: 0 3px             
  }
@media(max-width:1100px) {
  #owl-gallery-content .owl-thumbs {
    padding: 7px 0
  }
  
  #owl-gallery-content .owl-thumb-item {
    height: 50px;
  }
}
@media(max-width:800px) {
  #owl-gallery-content .owl-thumbs {
    padding: 5px 0
  }

  #owl-gallery-content .owl-thumb-item {
    height: 33px;
  }
  
}
  #owl-gallery-content .owl-thumb-item img {
      width: 100%;
      height: auto;
      vertical-align: middle;
  }

  #owl-gallery-content .owl-thumb-item.active {
      opacity: 1;
  }
  #owl-gallery-content .owl-thumb-item.active img {
      position: relative;
    }

    #owl-doitac.owl-carousel.owl-drag .owl-item {background:#FFF}

#owl-gallery-content .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
}


.building-thumb {
    overflow: visible;
}
@media (max-width: 1100px) {
    .single-batdongsan_vnw .box-categories {
        display:none !Important
    }

    .listing-item {
        width: 100%!important;
        float: none!important;
    }
}

/* End slide duan */



.blog-archive .archive-page-header{background:#e6f4ff; padding:15px 0; margin-bottom:20px;background-color: #faf0eb}
.blog-archive #breadcrumbs{    margin-bottom: 6px;
    font-size: 15px;}
.blog-archive h1.page-title{    margin-bottom: 5px;
    color: #204a77;}
.blog-archive .large-9, .blog-single .large-9, .page-right-sidebar .large-9{padding-right:20px}
.recent-blog-posts a:hover{color:#204a77}
.blog-archive .post-item .box-text{padding:15px}
.blog-archive .large-9 .badge{display:none}
.blog-archive .post-item .box-image .image-cover{border-top-left-radius:10px; border-bottom-left-radius:10px}
.blog-archive .post-item .post-title{    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Lexend", sans-serif;
    text-transform: none;
    font-size: 19px;
    color: #204a77;}.mr-half {
    margin-right: 10px;
}
.blog-archive .large-3, .blog-single .large-3, .page-right-sidebar .large-3{padding-left:0px}
.recent-blog-posts a{margin-bottom: 0;
    font-size: 14px;
    color: black;    line-height: 18px;}

.widget>ul>li {
    border-top: 0 !important;
}.widget .current-cat>a {
    color: #204a77;
}
.widget_categories ul li a{color:black; font-size:15px; padding: 2px 0;}
.blog-archive .nav-pagination>li>a {
    border: none !important;
    background: #bdbdbd;
	color: white !important;}
.blog-archive .post-item:hover>.post-title{color:red}
.blog-archive .post-item a:hover{color:black}
.blog-archive .post-item:hover>.post-title{color:#c63337}
.blog-archive .post-item .col-inner{border-radius:10px; box-shadow: 2px 2px 5px #00000012;}
.blog-archive .archive-page-header .large-12{text-align:left}
.blog-single #breadcrumbs{margin-bottom:10px; font-size:15px; }
.blog-single .entry-meta{font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: gray;}
.blog-single .entry-title{font-family: "Lexend", sans-serif;
    text-transform: none;
    color: #1f4e84;
    font-size: 25px;}.entry-content {
    padding-top: 0;
    padding-bottom: 0;
}
.blog-single .the-tim-kiem a:hover{    background: #1f4e81;
    color: #a3cfff;}
.blog-single .the-tim-kiem a{background: #f2f2f2;
    color: #585858; padding:2px 10px}
.blog-single .the-tim-kiem{color:black}
.blog-single .danh-muc{margin-bottom:10px; color:black}
.blog-single footer.entry-meta{border-bottom: 1px solid #ececec;font-size:15px}
.blog-single .blog-share{text-align:left}.entry-header-text {
    padding: 0;
}
.blog-archive .tieu-de-bai-viet{display:none}
.wp-caption .wp-caption-text {
	background: white;}.bai-viet-lien-quan {
    margin-top: 20px;
}
.blog-single .meta-related ul li a{color:#eee}
.blog-single .meta-related ul li a:hover{color:#fff; text-decoration:underline}
.blog-single .meta-related ul li{margin-bottom:5px; color: #eee;}
.blog-single .meta-related ul{margin-bottom:0; font-size:15px;padding: 7px;}
.blog-single .meta-related{    background: #FFECB3;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;}
.tieu-de-bai-viet .container{    padding-left: 7px;
    padding-right: 7px;}
.is-divider{display:none}
.duong-dan p, .entry-meta {font-size: 12px;margin: 5px 0}
.blog-featured-title {margin-bottom: 30px}
    .parallax-title-htg {
        background: url(/wp-content/uploads/2023/08/bannerbc.jpg);
    }
    background-size: cover;
    background-position: center;
    .blog-single .meta-related {
    background: #c65129;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.meta-related:after {
    content: "";
    background: url(/wp-content/uploads/2023/08/bannerbc.jpg);
    opacity: 0.5;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 266px;
    height: 300px;
}
h1.entry-title {font-size: 22px}
.blog-single .tieu-de-bai-viet{background:#faf0eb; padding:30px 0; margin-bottom:20px;display: none}
.blog-archive, .blog-single{padding:0 !important}
.blog-archive .post-item .col-inner:hover{box-shadow: 2px 2px 20px #0000001f;}.bai-viet-lien-quan h2 {    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 15px;
    color: #c63337;
}.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}.bai-viet-lien-quan ul li .box-image img {
    height: 180px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}.bai-viet-lien-quan ul li h3 {    height: 65px;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    color: #29527f;
    margin-top: 10px;
    line-height: 1.3;
    text-transform: none;
}
.bai-viet-lien-quan ul li h3:hover{text-decoration:underline; color:#c63337}.thong-tin-tac-gia {background: #eef7ff;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    clear: both;
    border: 1px solid #d7edff;
    background: #faf0eb;
    border-color: #f6dec2;
}.thong-tin-tac-gia .left {
    width: 15%;
    float: left;
    display: inline-block;
}.thong-tin-tac-gia .right {
    padding-left: 10px;
    width: 85%;
    float: right;
    display: inline-block;
    text-align: left;
}.thong-tin-tac-gia .right p {
    color: #204a79;
    margin-bottom: 0;
    font-size: 15px;
}.thong-tin-tac-gia h4 {
    color: #c63337;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 4px;
}
.icon-box2 .icon-box-img img{padding-top:0; border-radius:99%}

.cac-li-do .icon-box{background:white; padding:20px; margin-bottom:20px; border-radius:6px}
.video-section .col.large-12{padding-bottom:30px !important}

.bgklcol {
    background: rgba(16, 125, 145, 1.0);
    background: -webkit-linear-gradient(
180deg
, rgba(16, 125, 145, 1.0), rgba(57, 130, 102, 1.0));
    background: linear-gradient(
180deg
, rgba(16, 125, 145, 1.0), rgba(57, 130, 102, 1.0));
}
.bgklcol h3,.bgkl h3{color:#FFF!important}
.parallax-title .entry-header {
    max-width: 500px;
    margin: 8.8% auto;
    padding: 20px;
    border-radius: 10px;
    background: #01304c;
}
.parallax-title .entry-header h1 {
    font-size: 26px;
    color: #FFF;
}
@media(min-width:1105px) {
    .bgklcol {margin-bottom: 0;
    width: 48%;
    max-width: 48%;
    margin: 1%;
    border-radius: 10px;
    }
}

.lsCate {
    text-align: center;
    margin: 5px 0;
    padding-left: 0;
    padding-right: 0
}

.lsCateS {
    border: #ccc 1px solid;
    padding: 0;
    overflow: hidden;
    margin: 10px 0
}

.lsCateS .imgCate {
    padding: 0;
    margin: 0;
    text-align: left
}

.lsCateS .imgCate img {
    height: auto;
    max-height: 300px
}

.lsCateS .infoCate {
    text-align: left
}

.lsCateS .infoCate h3 {
    text-align: left
}

.lsCateS .infoCate span {
    color: #666;
    font-size: 15px
}

.lsCateS .infoCate span.sp1 {
    font-weight: 700;
    color: #444;
    font-size: 15px
}

.lsCateS .infoCate i {
    text-align: left;
    color: #01304c;
    font-size: 11px;
    width: 14px;
    vertical-align: middle
}

.lsCateS .infoCate h3 {
    text-align: left;
    padding: 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #1c3b8d;
}
.lsCate .lsCateS .lsCateSGiaban span,.lsCate .lsCateS .lsCateSLienhe span a {
    font-weight: 700;
    color: #e93f33;
    font-size: 16px;
}
.lsCateS .infoCate .col-md-6 {
    font-size: 13px
}

.lsCateS .infoCate .xemct {
    margin: 0;
    margin-top: 10px;
    clear: both;
    margin-left: 15px;
    margin-bottom: 10px
}

.lsCateS .infoCate .xemct a {
    font-size: 13px;
    background: #1c3b8d;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    border: transparent 1px solid
}

.lsCateS .infoCate .xemct a:hover {
    background: #fafafa;
    color: #01304c;
    border: #01304c 1px solid
}

.lsCateS .infoCate .col-md-6 span {
    font-size: 14px
}

.lsCateS .infoCate .col-md-6 span.sp1 {
    width: 65px;
    display: inline-block;
    font-size: 13px
}

.lsCateS .infoCate .col-md-6 i {
    font-size: 12px;
    color: #01304c;
    width: 15px
}

.lsCate img {
}

.lsCate .lsCateS .lsCateSGiaban {
    text-align: right;
    padding-right: 0
}

.lsCate .lsCateS .lsCateSGiaban span {
    /* font-weight: 700; */
    /* color: #1c3b8d; */
    /* font-size: 24px; */
}

.lsCate .lsCateS .lsCateSLienhe {
    text-align: right;
    padding-right: 0
}

.lsCate .lsCateS .lsCateSLienhe span a {
    font-size: 15px;
    color: #1c3b8d;
}

@media(min-width: 1105px) {
    .hieuunghinh a {
        width:500px;
        height: 300px
    }

    .lsCateS {
        min-height: 300px
    }

    .lsCateS .lsCateSAddress {
        height: 27px;
        overflow: hidden
    }

    .lsCateS .imgCate img {
        width: 500px;
        height: 300px;
        text-align: left;
        margin: 0
    }
}

@media only screen and (min-width: 770px) and (max-width:1100px) {
    .archive-header {
        margin-bottom:20px
    }

    .lsCate.showCateAll {
        width: 50%!important;
        border: 0
    }

    .lsCate .lsCateS {
        border: 0;
        min-height: 570px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .lsCateS .imgCate img {
        height: 210px!important;
        max-height: inherit;
        width: 350px!important;
        display: block;
        margin: 0
    }

    .hieuunghinh a {
        width: 350px!important
    }

    .lsCate .lsCateS .lsCateSGiaban span {
        font-size: 20px
    }

    .lsCateS .col-md-12,.lsCateS .col-md-3,.lsCateS .col-md-5,.lsCateS .col-md-7,.lsCateS .col-md-9 {
        padding: 0 5px;
        height: auto;
        float: none;
        width: 100%
    }

    .lsCateS h3 {
        font-size: 22px!important
    }

    .lsCateS .xemct {
        margin-left: 0
    }

    .container {
        width: 100%
    }

    .lsCateS .lsCateSAddress {
        line-height: 1.3;
        max-height: 38px;
        overflow: hidden
    }
}

@media(max-width: 1100px) {
    .header1 {
        display:none
    }

    .lsCateS .imgCate img {
        height: auto;
        max-height: inherit
    }

    #primary {
        padding: 0 10px!important
    }

    .lsCate .lsCateS .lsCateSGiaban {
        text-align: left
    }

    .lsCate .lsCateS .lsCateSLienhe {
        text-align: left
    }
}
html body .wpcf7 p {
    position: relative;
}
html body .md6ppl {}
html body #icon-form {
    position: absolute;
    color: #1c3b8d;
    z-index: 100;
    font-size: 18px;
    top: 8px;
    right: 10px;
}

html body .mobile-nav li.nav-icon {
    mask: url(/lib/menu.svg) no-repeat center;
    -webkit-mask: url(/lib/menu.svg) no-repeat center;
    color: #fcb813 !important;
    background-color: #fcb813 !important;
}

html body .text-box-circle .text-box-content, html body .text-box-square .text-box-content {
    background-color: transparent;
    height: 0;
    padding: 100% 0 0 !important;
}
.bgklTop {
    background: rgba(16, 125, 145, 0.8);
    background: -webkit-linear-gradient(
180deg
, rgba(16, 125, 145, 0.8), rgba(57, 130, 102, 0.8));
    background: linear-gradient(
180deg
, rgba(16, 125, 145, 0.8), rgba(57, 130, 102, 0.8)); 
    border-radius: 5px 40px 5px;
    border:rgb(255, 222, 138) 2px solid;
    box-shadow: 0px 0px 15px grey;

}
html body .header-main .nav > li > az{background:none!important}
.nav-dropdown>li>a, .nav-column>li>answerz{font-weight:bold!important}
.tinraobdsListS table,body tablez {
    width: 100%!important
}


.section-title b {display:none!Important}
 body .post-content h2, html body .post-content h1z, body .section-title-center {
    text-align: center;
    display: block;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: red;
    line-height: 1.3;
}

html body .post-content h2z:before, html body .post-content h1z:before, .section-title-center:before, .contentPostNew h2:before, .bai-viet-lien-quan h2:before, html body .post-content .single-related-posts h3:before, html body.single-batdongsan_vnw h2:before, html body.single-batdongsan_vnw h1z:before, html body.homez h2:before, html body.home h1:before {
    margin: 0 auto;
    visibility: visible;
    animation: none;
    left: 50%;
    bottom: 2px;
    height: 1px;
    content: "";
    width: 300px;
    position: absolute;
    background-color: #ddd;
    transform: translateX(-50%);
}

html body .post-content h2z:after, html body .post-content h1z:after, .section-title-center:after, .contentPostNew h2:after, .bai-viet-lien-quan h2:after,html body .post-content .single-related-posts h3:after, html body.single-batdongsan_vnw h2:after , html body.single-batdongsan_vnw h1z:after, html body.homez h2:after, html body.home h1:after {
    content: "";
    width: 130px;
    height: 4px;
    background: #01304c;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: linear-gradient(-70deg,#01304c 50%,#03A9F4);
}

html ul.header-nav li.has-dropdown:before {
    border-bottom-color: #ddd;
    right: -15px;
    margin: 0;
    left: inherit;
    z-index: 9;
    /* content: "\f107"; */
    background: transparent;
    color: #da251c;
    opacity: 1;
    border: none;
    font-family: fl-icons;
    top: 0;
    font-size: 15px;
    position: absolute;
}
html body ul li.htg-has-children-right {}

html body .nav-dropdown li:hover>a, html body .nav-dropdown>li:hover>a {
    background-color: rgb(218 37 28) !important;
    color: #FFF!important;
}
html body ul li.htg-has-children-right:hover:before {
    color:#FFF !important;
}
html body .nav .nav-dropdown {padding:0;width: 260px;max-width: 260px;/* top: 100px; */border: none;}
html body .stuck .nav-spacing-xlarge li .nav-dropdown {
    /* top: 70px; */
}
html body .nav .nav-dropdown li {
    border-bottom: #CCC 1px solid;
    width: 100%;
    float: none;
    display: block;
    border-bottom: #eeeeee24 1px solid !important;
}
html body .nav .nav-dropdown li a {color: #fff;font-size: 13px !important;!I;!;margin: 0;padding-left: 10px;padding: 7px 5px 7px 10px;}
html body .nav .nav-dropdown li ul {}
html body .nav .nav-dropdown li ul li {}
html body .nav .nav-dropdown li ul li a {}
html body .nav .nav-dropdown li:hover a {
    color: #d8c774 !important;
    border-color: #d8c774 !important;
    background: none !important;
}
html body .nav .nav-dropdown li:hover {
    color: #d8c774 !important;
    border-color: #d8c774 !important;
    background: none !important;
}

html body .nav .nav-dropdown li:hover li a {
    color: #fff !important;
    background: none !important;
}
html body .nav .nav-dropdown li li:hover a {
    color: #d8c774 !important;
    background: none !important;
}
html body ul li.htg-has-children-right:before {font-family: fl-icons;content:"\f105";position: absolute;right: 7px;color: red;bottom: -30px;}
html body .stuck ul li.htg-has-children-right:before {font-family: fl-icons;content:"\f105";position: absolute;right: 7px;color: red;bottom: -15px;}

.nav .nav-dropdown {padding: 10px 0px;}
.nav-dropdown{padding:0}
.nav-dropdown .nav-dropdown-col>a,.nav-dropdown li a{font-weight:400!important;text-transform:none!important;font-size:15px;font-weight:500}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#fbae3c}
.nav-dropdown .nav-dropdown-col>ul li:hover>a{color:#fff}
.nav-dropdown-has-arrow li.has-dropdown:before{border-width:10px;margin-left:-10px}
.nav-dropdown .nav-dropdown-col>ul{border-left:1px solid #d2d2d2;margin-top: -33px;display:none;position:absolute;left:100%;z-index:9;min-width:240px;background: #01304c;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0;white-space:normal;display: block;padding: 3px 0;}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;text-transform:none;color:#fff}
.nav-dropdown>li.nav-dropdown-col:not(:last-child){border-right:none}
.header-nav li.nav-dropdown-col:hover>ul{display:block!important}
.nav-dropdown>li.menu-item-has-children.nav-dropdown-col>a:after{
    font-family: fl-icons;font-weight:900;float:right;content:"\f105"
}

@media(max-width: 800px) {
  body .popupsg .modal-dialog { margin-top: 10px !important }
    body .popupnsl.popupbn .md6ppl { padding: 0}
     body .popupnsl.popupbn .md6ppl p {
    margin: 0;
    padding: 0;
}
    body .popupnsl.popupbn .md6ppl img {
    width: 100%;
    display: block;
    margin: 0;
}
}

html body .processing input.wpcf7-submit {display:none!important}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}