@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
}


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #1A304C;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
}

strong { font-weight: 500; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  outline: none;
  text-decoration: none;
  color: #175f92;
}

a:hover, a:focus { color: #ffc200; }

a span {
  border: 1px solid transparent;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


p {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 1.6;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

input {
  outline: none;
  border-radius: 0;
}

.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }
.p-tb-20 { padding: 20px 0; }
.pt-20 { padding-top: 20px; }
.pb-20 { padding-bottom: 20px; }
.p-tb-40 { padding: 40px 0;}
.pt-40 { padding-top: 40px; }
.pb-40 { padding-bottom: 40px; }
.p-tb-60 { padding: 60px 0; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.p-tb-80 { padding: 80px 0; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.p-tb-100 { padding: 100px 0; }
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.pt-120 { padding-top: 120px; }

.fw-8 { font-weight: 800; }
.fw-7 { font-weight: 700; }
.fw-6 { font-weight: 600; }
.fw-5 { font-weight: 500; }
.fw-4 { font-weight: 400; }
.fw-3 { font-weight: 300; }
.fs-i { font-style: italic; }

.fs-20 { font-size: 20px; }
.fs-25 { font-size: 25px; }
.fs-30 { font-size: 30px; }
.fs-35 { font-size: 35px; }
.fs-37 { font-size: 37px; }
.fs-45 { font-size: 45px; }
.fs-60 { font-size: 60px; }
.fs-90 { font-size: 90px; }
.fs-100 { font-size: 100px; }
.fs-150 { font-size: 150px; }
.fs-200 { font-size: 200px; }

.lh-13 { line-height: 1.3 }
.lh-1 { line-height: 1; }
.lh-08 { line-height: 0.8 }
.lh-0 { line-height: 0 }

.-mb-30 { margin-bottom: -30px; }
.-mt-30 { margin-top: -30px; }

.container {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-full { 
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

/* Button styles */
.btn {
    padding: 18px 36px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

.btn-primary, .btn-gold {
    background-color: #d4af37;
    color: #000000; 
    font-weight: 600;
}

.btn-primary:hover {
    background: #fff;
    color: #d4af37;
}

.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
}

/*Phone*/
#button-contact-vr {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 99999;
}

.button-contact-vr-left {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9999;
}

.btn-top-simple {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    background-color: #333333; /* Màu nền tối đơn giản */
    border-radius: 8px; /* Bo tròn góc vuông */
    text-decoration: none;
    transition: none; /* Loại bỏ mọi hiệu ứng chuyển động */
}

/* Đảm bảo không có hiệu ứng hover */
.btn-top-simple:hover {
    background-color: #333333;
    transform: none;
    box-shadow: none;
}

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

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

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

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

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

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

#instagram-vr .phone-vr-circle-fill {
    background: rgb(17,143,253);
    background: linear-gradient(160deg,rgba(17,143,253,1) 20%,rgba(188,60,218,1) 50%,rgba(253,223,5,1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: transparent
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-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: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}

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

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

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

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

/* Tinh chỉnh cho nút tải tài liệu và back to top */
#download-vr .phone-vr-img-circle img,
#top-vr .phone-vr-img-circle img {
    width: 25px; /* Icon download/top thường nhỏ hơn logo Zalo */
    height: 25px;
}

.faq-container {
    max-width: 800px;
    margin: 30px auto;
}

.faq-heading {
    text-align: center;
    color: #d32f2f;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    padding: 15px 0;
    list-style: none; /* Ẩn dấu mặc định của trình duyệt */
    position: relative;
    outline: none;
}

/* Tạo biểu tượng dấu cộng/trừ */
.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #333;
}

.faq-item[open] .faq-question::after {
    content: '-';
}

.faq-answer {
    padding: 10px 0;
    text-align: justify;
    line-height: 1.6;
    color: #555;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


.social-share { margin-top: 50px; border-bottom: 1px solid #dddddd; padding: 15px 0; border-top: 1px solid #dddddd;}
.social-share .socials-share__list { display: flex; flex-wrap: wrap; margin: 0 -10px; position: relative; top: unset; width: 100%;}
.social-share .socials-share__item { padding: 0 10px; margin-bottom: unset; }
.socials-share__list { list-style: none; }
.socials-share__list.socials-share-desktop { position: sticky; top: 80px; right: 0; width: 36px; margin-left: 30px; list-style: none; padding-left: unset; }
.socials-share__item { margin-bottom: 10px;}
.socials-share__item a { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(0, 0, 0, 0.05); transition: all ease 0.4s; cursor: pointer;} 
.socials-share__item a svg {width: 20px; max-height: 20px; }
.socials-share__item:hover svg path { fill: #fff!important; }
.socials-share__item:first-child:hover a { background: #479be5; }
.socials-share__item:nth-of-type(2):hover a { background: #265091; }
.socials-share__item:nth-of-type(3):hover a { background: #0180c7 }
.socials-share__item:nth-of-type(3):hover a svg path { fill: transparent!important; }
.socials-share__item:nth-of-type(3):hover a svg .st1 { fill: #fff!important; }
.socials-share__item:nth-of-type(4):hover a { background: #076c9e; }
.socials-share__item:nth-of-type(5):hover a { background: #f73e2f }

.social-share-mobile { display: none; }

/* width */
.popup-news__content::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.popup-news__content::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
.popup-news__content::-webkit-scrollbar-thumb {
  background: #478480;
}

/* Handle on hover */
.popup-news__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wpcf7-not-valid-tip { font-size: 14px; }

.header .nav-comp-column .dropdown-menu { min-width: 300px; }
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 50px!important;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  border-radius: 2px;
}
.navbar-nav .dropdown-menu .sub-menu { font-size: 15px;}
.navbar-nav .dropdown-menu .sub-menu a { display: block; padding: 7px 15px;}
.navbar-nav .dropdown-menu:before{
    position: absolute;
    left: 20px;
    top: -16px;
    bottom: 100%;
    content: ' ';
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    pointer-events: none;
    opacity: 1;
    z-index: 101;
}
.navbar-nav .dropdown-menu .sub-menu:focus, .navbar-nav .dropdown-menu .sub-menu:hover {
  background: #f3f4f7;
}


/*PopUp Form*/
#popup-form .close-button { position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; cursor: pointer; border: 2px solid #fff; border-radius: 50%; padding: 8px; background-color: #333; display: flex; align-items: center; justify-content: center;}
#popup-form { display: none; }
#popup-form .wpcf7-form-control.wpcf7-submit.button-submit { display: none; }
#popup-form .form-home__contact-submit { position: relative; }
#popup-form {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1000; opacity: 0; visibility: hidden; -webkit-transition: all ease 0.8s; -o-transition: all ease 0.8s; transition: all ease 0.8s; }
#popup-form.open {opacity: 1;}
#popup-form {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1000; opacity: 0; visibility: hidden; -webkit-transition: all ease 0.8s; -o-transition: all ease 0.8s; transition: all ease 0.8s; }
#popup-form.open {opacity: 1; visibility: visible; display: block;}
#popup-form .component-inner {width: 640px; max-width: 90%; max-height: 95%; margin: auto; top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); overflow: auto; }
#popup-form .component-inner .component-info {background: #fff; position: relative; border-radius: 20px; overflow: hidden; }
#popup-form .component-inner .component-info .form-contact {max-width: unset; position: relative; display: flex; }
#popup-form .component-inner .component-info .form-contact .group-heading {text-align: center; width: 50%; padding: 40px 20px; }
#popup-form .component-inner .component-info .form-contact .group-form { width: 50%; background: #fcfbf3; padding: 40px 20px; display: flex; flex-direction: column; justify-content: center; position: relative; }
#popup-form .component-inner .close-button {position: absolute; top: 0px; right: 50%; width: 100px; height: 36px; cursor: pointer; transform: translateX(50%); border-radius: 0 0 20px 20px; font-size: 16px; color: #fff; display: flex; align-items: center; border: none; background-color: #337588; }
#popup-form .component-inner .close-button img { width: 15px; margin-right: 5px; }
#popup-form .component-inner .component-info .form-contact .group-heading {max-width: 438px; margin: auto; padding-bottom: 31px; }
#popup-form .component-inner .component-info .form-contact .group-heading .logo {margin-bottom: 7px; width: 180px; height: 180px; padding: 25px; border-radius: 50%; border: 1px solid #f1f1f1; display: flex; align-items: center; justify-content: center; margin: auto; }
#popup-form .component-inner .component-info .form-contact .group-heading .logo img { max-height: 100%; object-fit: contain;}
#popup-form .component-inner .component-info .form-contact .group-heading .title {font-size: 27px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase;}
#popup-form .component-inner .component-info .form-contact .group-heading .description { text-align: center; }
#popup-form .component-inner .component-info .form-contact .group-heading .description ul { padding-left: unset; list-style: none; }
#popup-form .component-inner .component-info .form-contact .group-heading .description ul li { margin-bottom: 10px; text-align: left; }
#popup-form .component-inner .component-info .form-contact .group-form .title { font-size: 16px; text-align: center; }

#popup-form .form-home__contact-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -11px; }
#popup-form .form-home__contact-wrap .form-group {width: 100%; margin-bottom: 10px; } 
#popup-form .form-home__contact-wrap .form-group.input-small {width: 50%; }
#popup-form .form-home__contact-wrap .form-group input, #popup-form  .form-home__contact-wrap .form-group textarea { width: 100%; border: 1px solid #704122; border-radius: 5px; padding: 10px 17px; outline: none; }
#popup-form .form-home__contact-wrap .form-group .inner {padding: 11px; }
#popup-form .form-home__contact-submit button { width: 100%; text-align: center; background: #d4af37; color: #000; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 14px; border-radius: 5px; padding: 10px; }
.form-home__contact-submit .quote { color: #fff; text-align: center; font-size: 16px; }
.wpcf7-not-valid-tip { position: absolute; left: 0; }
.wpcf7-response-output { position: absolute; bottom: -15px; left: 10px; right: 10px; font-size: 14px; }
.form-home__contact-submit .ajax-loader{ position: absolute; top: 27px; right: 10px; }

.bg-sp-form { position: relative; background-image: url(../images/bg/bg-form.jpg); background-position: center; background-size: cover; background-repeat: no-repeat;}
.bg-sp-form:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); }
.bg-sp-form a { color: #fff; }

.section-form-project { padding-top: 50px; padding-bottom: 60px; color: #fff; position: relative; }
.section-form-project .title { font-size: 24px; text-align: center; color: #fff; position: relative;}
.section-form-project .description { margin-bottom: 40px; }
.section-form-project .wrap-form { display: flex; margin: -15px -10px;}
.section-form-project .wrap-form .form-group { padding: 15px 10px; width: 27%; }
.section-form-project .wrap-form .form-group .input { width: 100%; padding: 10px; border-radius: 5px;}
.section-form-project .wrap-form .wrap-submit { width: 19%; }
.section-form-project .wrap-form .wrap-submit .submit { width: 100%; padding: 10px; background-color: #023349; border: 1px solid transparent; border-radius: 5px; transition: all ease 0.6s; cursor: pointer;}
.section-form-project .wrap-form .wrap-submit .submit:hover { background-color: #D4CAA6; border: 1px solid #fff; }
.section-form-project .wrap-form .wrap-submit { position: relative; }
.section-form-project .wrap-form .wrap-submit .ajax-loader { position: absolute; top: 50%; right: -10px; transform: translateY(-50%); }
.section-form-project .wpcf7-not-valid-tip { color: #fff; opacity: 0.7 }

.content-blog__inner table td, 
.content-blog__inner table, .content-blog__inner table th{border: 1px solid #aaa; padding: 10px; color: #000; }
.content-blog__inner table td { border-bottom: none; }
.content-blog__inner table tr td:first-child { border-right: none; font-weight: 500; }
.content-blog__inner table { margin-bottom: 16px; }

.content-blog__inner .table-box { overflow: auto; width: 100%; margin-bottom:  15px;}
.content-blog__inner .table-box table { min-width: 700px; }

.table-over {
    overflow: auto;
    width: 100%
}

.table-over table {
    min-width: 620px
}

/* width */
.content-blog__inner .table-box::-webkit-scrollbar { height: 2px; }
/* Track */
.content-blog__inner .table-box::-webkit-scrollbar-track {background: #fff; }
/* Handle */
.content-blog__inner .table-box::-webkit-scrollbar-thumb {background: #f73e2f; }
/* Handle on hover */
.content-blog__inner .table-box::-webkit-scrollbar-thumb:hover {background: #f73e2f; }

.section-md .list-md { display: flex; flex-wrap: wrap; list-style: none; padding-left: 0; margin: -10px;}
.section-md .list-md .item { width: 33.33%; padding: 10px; }
.section-md .list-md .item-inner { display: flex; height: 100%; flex-direction: column; }
.section-md .list-md .item-inner .item-content { flex: 1; }
.section-md .list-md .item-content .wrap-info { padding: 20px 15px; }
.section-md .list-md .item-content .wrap-info ul { list-style: none; padding-left: 0; margin-bottom: 0; }
.section-md .list-md .item-content .wrap-info ul li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed rgba(255,255,255,0.5); }
.section-md .list-md .item-content .wrap-info ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

/*FORM ĐỨNG*/

.horizontal-cta-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Background Hình Ảnh Mờ */
.cta-bg-image {
    position: absolute;
    inset: 0;
    /* Thay link ảnh phối cảnh dự án của bạn vào đây */
    background: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    filter: blur(8px); /* Làm mờ hình ảnh */
    transform: scale(1.05); /* Phóng to nhẹ để xóa viền trắng do blur */
    z-index: 0;
}

/* Lớp phủ tối (Overlay) */
.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 23, 52, 0.85); 
    z-index: 1;
}

/* Nội dung căn giữa */
.cta-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

/* Badge (Đặc quyền Booking đợt 1) */
.cta-badge {
    display: inline-block;
    background-color: #d4af37;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

/* Typography */
.cta-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cta-subtitle {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 48px;
}


.vertical-contact-section { position: relative; overflow: hidden; }
.vertical-contact-section::before {content: ''; position: absolute; top: 50%; right: -10%; transform: translateY(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.vertical-contact-section .contact-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.vertical-contact-section .title { font-size: 42px; font-weight: 700; line-height: 1.2; margin-bottom: 24px; text-transform: uppercase; }
.vertical-contact-section .section-desc { font-size: 16px; margin-bottom: 32px; text-align: justify; }
.vertical-contact-section .contact-benefits { list-style: none; }
.vertical-contact-section .contact-benefits li { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.vertical-contact-section .cb-icon {width: 32px; height: 32px; background: rgba(212, 175, 55, 0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex-shrink: 0; }
.vertical-contact-section .contact-benefits span { font-size: 16px; font-weight: 600; }
.vertical-contact-section .contact-form-card {background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(212, 175, 55, 0.2); border-top: 4px solid #d4af37; padding: 48px 40px; border-radius: 20px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); }
.vertical-contact-section .form-title { font-size: 28px; font-weight: 700; text-align: center; margin-bottom: 8px; }
.vertical-contact-section .form-subtitle { font-size: 14px; text-align: center; margin-bottom: 32px; }
.vertical-contact-section .form-group { margin-bottom: 24px; }
.vertical-contact-section label { display: block; font-size: 14px; margin-bottom: 8px; font-weight: 600; }
.vertical-contact-section .required { color: #e53e3e; }
.vertical-contact-section input, 
.vertical-contact-section select {
    width: 100%; padding: 16px 20px; background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px;
    outline: none; transition: all 0.3s ease;
}

.vertical-contact-section input::placeholder { color: rgba(255, 255, 255, 0.3); }
.vertical-contact-section input:focus, 
.vertical-contact-section select:focus { border-color: #d4af37; background: rgba(0, 0, 0, 0.6); box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1); }
.vertical-contact-section .btn-submit-vertical {
    width: 100%; padding: 18px; background: linear-gradient(135deg, #fbe06f 0%, #d4af37 100%);
    color: #000; font-size: 16px; font-weight: 900; text-transform: uppercase;
    border: none; border-radius: 10px; cursor: pointer; transition: all 0.3s ease; margin-top: 10px;
}

.vertical-contact-section .btn-submit-vertical:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3); }
.vertical-contact-section .privacy-note { text-align: center; font-size: 12px; color: #718096; margin-top: 16px; }
@media (max-width: 992px) {
    .vertical-contact-section .contact-grid { grid-template-columns: 1fr; gap: 56px; }
    .vertical-contact-section .contact-text-box { text-align: center; }
    .vertical-contact-section .divider-gold { margin: 0 auto 24px auto; }
    .vertical-contact-section .section-desc { text-align: center; max-width: 700px; margin: 0 auto 32px auto; }
    .vertical-contact-section .contact-benefits { display: inline-block; text-align: left; }
}

@media (max-width: 768px) {
    .vertical-contact-section { padding: 60px 0; }
    .vertical-contact-section .section-title { font-size: 32px; }
    .vertical-contact-section .contact-form-card { padding: 32px 24px; }
    .vertical-contact-section .form-title { font-size: 24px; }
}

