@font-face {
    font-family: "fl-icons";
    font-display: block;
    src: url(fonts/fl-icons.eot);
    src:url(fonts/fl-icons.eot) format("embedded-opentype"),
        url(fonts/fl-icons.woff2) format("woff2"),
        url(fonts/fl-icons.ttf) format("truetype"),
        url(fonts/fl-icons.woff) format("woff"),
        url(fonts/fl-icons.svg#fl-icons) format("svg");
}
@font-face {
    font-family: 'exemplarpro';
    src: url('fonts/exemplarpro.otf');
    font-weight: normal;
    font-style: normal;
}
a {
    color: blue;
    text-decoration: none;
}
body {
    width: 100%;
    font-family: "Roboto";
    background: url("img/bg_body.jpg");
    color: #333;
    font-size: 17px;
}
#main, #wrapper {
    background: url("img/bg_body.jpg");
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1200px;
}
#masthead .header-nav li a{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "exemplarpro";
}


.my-button-group a {
    position: fixed;
    left: 20px;
    border-radius: 8px;
    background: linear-gradient(to left, #b1660c, #f5a94e);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
}
.my-button-group .btn-price { bottom: 140px; }
.my-button-group .btn-zalo { bottom: 80px; }
.my-button-group .btn-phone { bottom: 20px; }
.my-button-group .btn-price {
    animation: blink 1.2s infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
@media (max-width: 768px) {
    .my-button-group {
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        background: #fff;
        border-top: 1px solid #ccc;
        z-index: 9999;
    }
    .my-button-group a {
        flex: 1 1 33%;
        position: static;
        border-radius: 0;
        justify-content: center;
        padding: 8px 0;
        font-size: 17px;
        background: linear-gradient(133deg, #b1660c 19%, #f5a94e 100%);
        color: #000;
        font-size: 14px;
    }
    .my-button-group .btn-price {
        animation: blink 1.2s infinite;
    }
}
b, strong {
    font-weight: bold;
}
#logo img{
    padding: 5px 0px;
}
.editor p{
    margin-bottom: 10px;
}
.editor h2{
    font-family: "Roboto";
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.editor h3{
    font-family: "Roboto";
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.editor h4{
    font-family: "Roboto";
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title{
    font-family: "exemplarpro";
    line-height: 1.2;
    font-size: 36px;
    color: #317702;
    text-align: center;
}
.sub_title{
    line-height: 1.6;
    color: rgb(202, 170, 141);
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.line{
    background: url(img/icon-line.jpg) center center no-repeat;
    width: 198px;
    height: 1.36125px;
    margin: auto;
    background-size: contain;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.chinhsach-img img{
    border-radius: 30px 0px 30px 0px;
}
.pb-0{
    padding-bottom: 0px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.form_ngang input[type="text"], 
.form_ngang input[type="tel"], 
.form_ngang input[type="email"] {
    background-color: #CB8B8B00;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #90220B66;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #90220b;
    padding-left: 0;
}
.form_ngang input[type="text"]::placeholder, 
.form_ngang input[type="tel"]::placeholder, 
.form_ngang input[type="email"]::placeholder{
    color: #90220b;
}
.form_ngang input[type="submit"] {
    color: #90220b;
    text-decoration: none;
    border-radius: 5px;
    border-style: solid;
    border-color: #90220b;
    display: block;
    width: 100%;
}
.form_ngang .col{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.form_ngang form{
    margin-bottom: 0px;
}
.icon_hotline{
    position: relative;
}
.icon_hotline a{
    color: #000;
}
.icon_hotline span{
    position: absolute;
    background: url(img/bg_hotline.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    top: 0px;
    right: 0px;
    margin: auto;
    left: 0px;
    border: 2px solid rgb(255, 255, 208);
    border-radius: 30px;
    display: inline-block;
    padding: 8px 20px;
    max-width: 260px;
}
.mb-30{
    margin-bottom: 30px;
}
#gioithieu{
    background: #fff;
}
#gioithieu h2,
#gioithieu h1{
    font-family: "exemplarpro";
    line-height: 1.2;
    font-size: 30px;
    color: #317702;
    margin-top: 40px;
    margin-bottom: 20px;
}
#gioithieu table{
    width: 100% !Important;
}
#gioithieu table tr td{
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 15px 0px;
    vertical-align: top;
}
#gioithieu table tr td strong,
#gioithieu table tr td b{
    color: #317702;
}
#vitri{
    background: url("img/bg_vitri.jpg") center right no-repeat;
    background-size: cover;
    color: #fff;
}
#vitri .title{
    color: #fff;
    text-transform: uppercase;
}
.item_lienketvung img{
    height: 50px;
    width: auto;
    margin-right: 10px;
    float: left;
}
.item_lienketvung .desc{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.item_lienketvung .title{
    text-align: left;
    padding-top: 20px;
    text-transform: none !Important;
    font-size: 27px;
}

#matbang{
    background: #fff;
}
#thietke{
    background: url("img/bg2.jpg") center center no-repeat;
}
#thietke .content{
    background: #fff;
    padding: 60px;
    margin-top: 40px;
}
#thietke h2{
    font-family: "exemplarpro";
    line-height: 1.2;
    font-size: 30px;
    color: #317702;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#thietke .wp-caption-text{
    color: #317702;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "exemplarpro";
}
.gallery-item img{
    border: none !Important;
    width: 100%;
}
.gallery-item,.gallery-item dt{
    opacity: 1 !Important;
    display: block;
}
.gallery{
    margin-left: -5px !Important;
    margin-right: -5px !Important;
}
.gallery-item{
    padding-left: 5px ! Important;
    padding-right: 5px ! Important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#footer {
    background: url(img/bg_footer.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 400px;
    padding-top: 15px;
    color: #055028;
}
#footer a:hover{
    color: #e8ae07 !Important;
}
.form-action2 {
    padding: 60px 30px !important;
    background: url(images/bg_form_popup.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
}
#footer .wpcf7 .col{
    padding-bottom: 0px;
}
.form-action2 a{
    color: #317702;
}
#footer form{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#footer input[type="email"],
#footer input[type="tel"],
#footer input[type="text"] {
    width: 100%;
    height: 2.5rem;
    background-color: #fff;
    color: #317702;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem .75rem;
    border-radius: .25rem;
}
#footer textarea{
    width: 100%;
    background-color: #fff;
    color: #317702;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    padding: .5rem .75rem;
    border-radius: .25rem;
}
#footer input[type="submit"] {
    width: 100%;
    background: #317702;
    background-size: cover;
    border: none;
    border-radius: 5px;
    color: #fff;
}
#footer .footer_title {
    font-family: "exemplarpro" !important;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}
#footer hr{
    border-top: 1px solid #fff;    
}
#footer p{
    margin-bottom: 10px;
}
#banggia{
    background: url("images/bang-gia-sun-nha-trang.jpg") center center no-repeat;
    background-size: cover;
}
#banggia .content{
    background: #fff;
    padding: 60px;
    margin-top: 40px;
}
#banggia h2{
    font-family: "exemplarpro";
    line-height: 1.2;
    font-size: 30px;
    color: #317702;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#banggia .wp-caption-text{
    color: #317702;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "exemplarpro";
}
#tiendo{
    background: #f8f6f2 url(img/bg-r.png) right bottom no-repeat;
}
#tiendo h2{
    font-family: "exemplarpro";
    line-height: 1.2;
    font-size: 30px;
    color: #317702;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#tu-van .col-inner{
    background: #F6FFFB;
    padding: 30px;
    color:#fff;;
    margin-bottom: 0px;
    border-radius: 20px;
    background: url(images/bg_form_popup.jpg) top center no-repeat;
    background-size: cover;
}
#tu-van .title{
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lightbox-content{
    background: none;
    padding: 0px !Important;
    margin: 0px auto;
}
.scroll-to-bullets{
    display: none;
}
.nav-spacing-medium>li {
    margin: 0px 9px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "exemplarpro";
    line-height: 1.2;
    color: #317702;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content{
    background: #317702;
}
.off-canvas .nav-vertical>li>a{
    font-family: "exemplarpro";
    font-weight: bold;
    color: #fff;
}
.nav-sidebar.nav-vertical>li+li{
    border-top: none;
}
#tu-van .col{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#tu-van form{
    margin-bottom: 0px;
}
#tu-van input[type=submit]{
    background: linear-gradient(133deg, #b1660c 19%, #f5a94e 100%);
    color: #000;
    width: 100%;
}
.wpcf7-spinner{
    position: absolute;
}
html{
    margin: 0px !Important;
    padding: 0px !Important;
}
input[type=checkbox], input[type=radio]{
    margin-right: 0px;
}
.wpcf7 span.wpcf7-list-item{
    margin-right: 10px;
}
.wpcf7-not-valid-tip{
    color: #dc3232 !Important;
    font-size: 13px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #dc3232;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 14px;
    border-radius: 0px;
    margin: 0px;
}
blockquote {
    background: #f7e9d6;
    border-left: 3px solid #317702;
    padding: 10px 10px 10px 20px;
}
.text-copyright{
    font-size: 13px;
    color: #000;
    text-align: justify;
}
#chudautu{
    background: url("images/chu-dau-tu-sungroup.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
#chudautu .row{
    background: #261e4f;
    border-radius: 30px;
}
#chudautu .row .large-6{
    padding: 30px 30px;
}
#chudautu input[type=submit]{
    background: #fbd4b3;
    color: #190e24;
    font-weight: 700;
}
#chudautu .wpcf7 .col{
    padding-bottom: 5px;
}
#banner-video img{
    width: 100%;
    height: auto;
}