@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    position: relative;
    overflow-x: hidden;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    font-optical-sizing: auto;
    font-style: normal;
    color: rgba(46, 46, 51, 1);
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;

    background: rgba(254, 250, 239, 1);
}

a {
    text-decoration: none;
}
a:hover {
    
}

img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 1280px;
}
.pagination .nav-links {
    display: flex;
    padding-left: 0;
    list-style: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 32px;
    gap: 4px;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    color: #000;
    text-align: center;
}

.page-numbers.current {
    background: #000;
    color: #fff;
}
a.page-numbers:hover {
    background: #e0e0e0;
    color: #000;
}

a.page-numbers:hover svg path {
    fill: #fff;
}

.vc_row.equal-height .wpb_column>.vc_column-inner,
.vc_row.equal-height .wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}

/* ===============================
   HEADER FIXED
================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transform: translateY(0);
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-header-hidden {
    transform: translateY(-100%);
}

.site-header.is-header-scrolled,
.site-header.is-header-visible {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ===============================
   HEADER SIZE
================================ */
.site-header .container {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.site-header .topbar-block {
    position: relative;
    height: 86px;
}

.site-header.is-header-scrolled .topbar-block,
.site-header.is-header-visible .topbar-block {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}


    
.site-header .line-left {
    position: absolute;
    left: 0;
    right: calc(50% - 24px);
    bottom: 26px;
    width: calc(50% - 24px);
    height: 2px;
    background: #fff;
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header .line-right {
    position: absolute;
    left: calc(50% + 24px);
    right: 0;
    bottom: 26px;
    width: calc(50% - 24px);
    height: 2px;
    background: #fff;
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.site-header.is-header-scrolled .line-left {
    background: #EC4C50;
}

.site-header.is-header-scrolled .line-right {
    background: #F2BE1D;
}

main {
    position: relative;
    z-index: 1;
}
footer {
    position: relative;
    z-index: 2;
    background: rgba(254, 250, 239, 1);
}

.footer-main {
    padding: 96px 12px;
    overflow: hidden;
}

.footer-main .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    /*gap: 60px;*/
    margin-left: 0;
    margin-right: 0;
}

.footer-main .col {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 auto;
}

/* Cột 1: Logo + mô tả */
.footer-main .col:nth-child(1) {
    /*width: calc((100% - 160px) * 0.32);*/
    width: 32%;
}

/* Cột 2: About us */
.footer-main .col:nth-child(2) {
    /*width: calc((100% - 160px) * 0.16);*/
    width: 16%;
}

/* Cột 3: Contact us */
.footer-main .col:nth-child(3) {
    /*width: calc((100% - 160px) * 0.24);*/
    width: 24%;
}

/* Cột 4: Follow us */
.footer-main .col:nth-child(4) {
    /*width: calc((100% - 160px) * 0.18);*/
    width: 18%;
}

/* ===============================
   FOOTER LOGO
================================ */
.logo-footer__link {
    display: inline-block;
}

.logo-footer__img {
    margin-bottom: 24px;
    max-height: 120px;
    width: auto;
    max-width: 100%;
}

.footer-main .introduct-content {
    max-width: 430px;
}

.footer-main .introduct-content p {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.footer-main .contact-content p {
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
}

.footer-main .content p:last-child {
    margin-bottom: 0;
}


.footer-main .title {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-yellow-64, rgba(198, 186, 130, 1));
    margin-bottom: 24px;
}


.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    color: rgba(46, 46, 51, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-menu a:hover {
    color: #d9c86f;
}

.footer-socials .socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-socials .socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    text-decoration: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-socials .socials a:hover {
    opacity: 0.75;
    transform: translateY(-2px);
}

.footer-socials .socials svg {
    display: block;
    width: 16px;
    height: 16px;
}

.footer-socials .socials svg path {
    fill: #776251;
}


.footer-bottom {
    padding: 32px 0 40px;
    border-top: 1px solid var(--color-orange-3930, rgba(119, 98, 81, 0.3));
    margin-left: 12px;
    margin-right: 12px;
}

.footer-bottom .content {
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
}

.kl-read-more-link {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;

}

.kl-read-more-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
}

.kl-read-more-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.kl-read-more-link:hover {
    text-decoration: none;
}

.kl-read-more-link:hover::after {
    transform: scaleX(1);
}

.kl-read-more-link.cl-grey {
	color: rgba(46, 46, 51, 1);
}

.kl-read-more-link.cl-grey::before {
	background-color: rgba(46, 46, 51, 0.35);
}

.kl-read-more-link.cl-grey::after {
	background-color: rgba(46, 46, 51, 1);
}

.kl-explore-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding-left: 44px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: padding-left 0.35s ease, color 0.25s ease;

}

.kl-explore-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 1px;
    background-color: #ffffff;
    transform: translateY(-50%);
    transition: width 0.35s ease;
}

.kl-explore-link.cl-grey::before {
    background-color: rgba(46, 46, 51, 1);
}

.kl-explore-link:hover {
    padding-left: 60px;
    text-decoration: none;
}

.kl-explore-link:hover::before {
    width: 48px;
}

.kl-explore-link span {
    display: inline-block;
}
b, strong {
    font-weight: 700;
}

.col-flex > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}
.content-bottom > .vc_column-inner > .wpb_wrapper {
    justify-content: flex-end;
}

.vc_row.row-directed {
    padding-left: 64px;
    padding-right: 64px;
}

.vc_section.kl_section {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1280px) {
    .vc_section.kl_section {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.vc_row.col-py-24 .vc_column_container>.vc_column-inner {
    padding-left: 24px;
    padding-right: 24px;
}

/* Wrapper slick */
.kl-horizontal-scroll > .vc_column-inner > .wpb_wrapper {
    overflow: hidden;
}

/* Slick track */
.kl-horizontal-scroll > .vc_column-inner .slick-track {
    display: flex !important;
    align-items: stretch;
}

/* Mỗi item */
.kl-horizontal-scroll > .vc_column-inner > .wpb_wrapper > .vc_row,
.kl-horizontal-scroll > .vc_column-inner .slick-slide {
    width: 380px;
    max-width: 380px;
    height: auto;
    margin: 0 12px;
}

/* Fix div trong slick-slide */
.kl-horizontal-scroll > .vc_column-inner .slick-slide > div {
    height: 100%;
}

/* Reset WPBakery row */
.kl-horizontal-scroll > .vc_column-inner > .wpb_wrapper > .vc_row {
    display: block !important;
    float: none !important;
}

/* Reset column */
.kl-horizontal-scroll > .vc_column-inner .wpb_column {
    width: 100% !important;
    float: none !important;
}

.kl-horizontal-scroll > .vc_column-inner .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Image block */
.kl-horizontal-scroll > .vc_column-inner .wpb_single_image,
.kl-horizontal-scroll > .vc_column-inner .wpb_single_image .wpb_wrapper,
.kl-horizontal-scroll > .vc_column-inner .vc_figure,
.kl-horizontal-scroll > .vc_column-inner .vc_single_image-wrapper {
    /*width: 100%;*/
    margin: 0;
}

/* Ảnh giữ nguyên tỷ lệ */
.kl-horizontal-scroll > .vc_column-inner img {
    display: block;
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Ẩn nút slick mặc định nếu không cần */
.kl-horizontal-scroll > .vc_column-inner .slick-arrow {
    display: none !important;
}

/* Dots nếu bật */
.kl-horizontal-scroll > .vc_column-inner .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.kl-horizontal-scroll > .vc_column-inner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.kl-horizontal-scroll > .vc_column-inner .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    font-size: 0;
    cursor: pointer;
}

.kl-horizontal-scroll > .vc_column-inner .slick-dots .slick-active button {
    background: #ffffff;
}

.kl-horizontal-scroll .slick-slide .wpb_wrapper {
    position: relative;
    overflow: hidden;
}

.kl-horizontal-scroll .slick-slide .wpb_single_image {
    margin: 0;
}

.kl-horizontal-scroll .slick-slide .vc_column-inner > .wpb_wrapper > .wpb_single_image.img:nth-of-type(2) {
    position: absolute;
    inset: 0;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

/* Ảnh mặc định */
.kl-horizontal-scroll .slick-slide .vc_column-inner > .wpb_wrapper > .wpb_single_image.img:nth-of-type(1) {
    z-index: 2;
}

/* Ảnh hover */
.kl-horizontal-scroll .slick-slide .vc_column-inner > .wpb_wrapper > .wpb_single_image.img:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.kl-horizontal-scroll .slick-slide:hover .vc_column-inner > .wpb_wrapper > .wpb_single_image.img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
    transform: scale(1.1);
}



/* ===============================
   TITLE
================================ */
.kl-horizontal-scroll .slick-slide .title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 80px;
    margin: 0;
    text-align: center;
    z-index: 5;
    transition: transform 0.4s ease;
}

/* Hover title nhích lên nhẹ */
.kl-horizontal-scroll .slick-slide:hover .title {
    transform: translateY(-18px);
    color: #fff;
}

/* ===============================
   ICON MẶC ĐỊNH
================================ */
.kl-horizontal-scroll .slick-slide .icon {
    position: absolute;
    left: 50%;
    bottom: 48px;
    width: 10px;
    height: 9px;
    margin: 0;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transition: opacity 0s ease, visibility 0.3s ease;
}

.kl-horizontal-scroll .slick-slide .icon img {
    display: block;
    width: 14px;
    height: auto;
}

/* Hover ẩn icon */
.kl-horizontal-scroll .slick-slide:hover .icon {
    opacity: 0;
    visibility: hidden;
}

/* ===============================
   LOGO HOVER
================================ */
.kl-horizontal-scroll .slick-slide .logo {
    position: absolute;
    left: 50%;
    bottom: 48px;
    width: 130px;
    margin: 0;
    transform: translate(-50%, 12px);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.kl-horizontal-scroll .slick-slide .logo img {
    display: block;
    width: 60px;
    height: auto;
}

/* Hover hiện logo */
.kl-horizontal-scroll .slick-slide:hover .logo {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

/* ===============================
   SUB TITLE SLIDE UP
================================ */
.kl-horizontal-scroll .slick-slide .sub-title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    z-index: 5;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

/* Hover hiện sub-title slide up */
.kl-horizontal-scroll .slick-slide:hover .sub-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    color: #fff;
}



/* ===============================
   LAST SLIDE - XEM TẤT CẢ
================================ */
.kl-horizontal-scroll .slick-slide.last-slide {
    background: #f5efe6;
    overflow: hidden;
}

.kl-horizontal-scroll .slick-slide.last-slide .wpb_column {
    position: relative;
}

.kl-horizontal-scroll .slick-slide.last-slide .wpb_column:before{
    content: '';
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(119, 98, 81, 0.5);
    display: block;
}

/* Reset phần tử bên trong */
.kl-horizontal-scroll .slick-slide.last-slide .vc_column-inner {
    padding: 0 !important;
}

.kl-horizontal-scroll .slick-slide.last-slide > div,
.kl-horizontal-scroll .slick-slide.last-slide .wpb_column,
.kl-horizontal-scroll .slick-slide.last-slide .vc_column-inner,
.kl-horizontal-scroll .slick-slide.last-slide .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

/* Wrapper làm layout giữa slide */
.kl-horizontal-scroll .slick-slide.last-slide .vc_column-inner > .wpb_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.kl-horizontal-scroll .slick-slide.last-slide .link {
    position: relative;
    z-index: 2;
    margin: 0;
}

/* Icon chung */
.kl-horizontal-scroll .slick-slide.last-slide .down,
.kl-horizontal-scroll .slick-slide.last-slide .up {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 9px;
    margin: 0;
    z-index: 2;
    transform: translateX(-50%);
    transition: top 0.4s ease, bottom 0.4s ease, transform 0.4s ease;
}

.kl-horizontal-scroll .slick-slide.last-slide .down img,
.kl-horizontal-scroll .slick-slide.last-slide .up img {
    display: block;
    width: 14px;
    height: auto;
}

/* Icon trên: mặc định nằm trên text */
.kl-horizontal-scroll .slick-slide.last-slide .down {
    top: calc(50% - 102px);
}

/* Icon dưới: xoay ngược và nằm dưới text */
.kl-horizontal-scroll .slick-slide.last-slide .up {
    bottom: calc(50% - 102px);
}

.kl-horizontal-scroll .slick-slide.last-slide .down img {
    transform: rotate(180deg);
}

/* Hover: 2 icon chạy gần text hơn */
.kl-horizontal-scroll .slick-slide.last-slide:hover .down {
    top: calc(50% - 72px);
}

.kl-horizontal-scroll .slick-slide.last-slide:hover .up {
    bottom: calc(50% - 72px);
}

.vc_row.row-overlay,
.vc_row.left-overlay,
.vc_row.right-overlay {
    position: relative;
}

.vc_row.row-overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

.vc_row.left-overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.6) 99.97%);
}

.vc_row.right-overlay:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0.03%, rgba(0, 0, 0, 0.6) 99.97%);
}

blockquote {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 12px 53px;
    background: transparent;
    border: 0;
}

blockquote p {
    margin-bottom: 12px;
}

/* Quote trái */
blockquote::before,
blockquote::after {
    content: "";
    position: absolute;
    width: 41px;
    height: 31px;
    background-image: url("/wp-content/uploads/quote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Quote mở */
blockquote::before {
    top: 0;
    left: 0;
}

/* Quote đóng */
blockquote::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}


/* ===============================
   PROCESS SLIDER
================================ */
.kl-process-slide {
    position: relative;
    overflow: hidden;
}

/* wrapper WPBakery bên trong */
.kl-process-slide > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.kl-process-slide > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

/* Slick track */
.kl-process-slide .slick-track {
    display: flex !important;
    align-items: flex-start;
}

/* Mỗi item */
.kl-process-slide > .vc_column-inner > .wpb_wrapper > .vc_row,
.kl-process-slide .slick-slide {
    position: relative;
    height: auto;
    margin: 0 15px;
}

/* Reset WPBakery row/item */
.kl-process-slide .vc_row {
    float: none !important;
}

.kl-process-slide .slick-slide > div,
.kl-process-slide .vc_column_container,
.kl-process-slide .vc_column-inner {
    height: 100%;
}

.kl-process-slide .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===============================
   LINE TRÊN CÙNG
================================ */
.kl-process-slide::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 22px;
    height: 1px;
    background: rgba(119, 98, 81, 0.3);
    z-index: 0;
}

/* ===============================
   STEP NUMBER
================================ */
.kl-process-slide .step {
    position: relative;
    z-index: 3;
    width: 42px;
    height: 42px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: rgba(198, 186, 130, 1);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 42px;
}

/* ===============================
   IMAGE
================================ */
.kl-process-slide .img {
    margin: 0 0 16px;
}

.kl-process-slide .img figure,
.kl-process-slide .img .vc_figure,
.kl-process-slide .img .vc_single_image-wrapper {
    display: block;
    width: 100%;
    margin: 0;
}

.kl-process-slide .img img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}

/* ===============================
   TITLE + CONTENT
================================ */
.kl-process-slide .title {
    margin: 0 0 16px !important;
}

.kl-process-slide .content {
    max-width: 290px;
    margin: 0 auto !important;;
}



/* ===============================
   PROCESS SLIDER
================================ */
.kl-slide {
    position: relative;
    overflow: hidden;
}

/* wrapper WPBakery bên trong */
.kl-slide > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.kl-slide > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

/* Slick track */
.kl-slide .slick-track {
    display: flex !important;
    align-items: flex-start;
}

/* Mỗi item */
.kl-slide > .vc_column-inner > .wpb_wrapper > .vc_row,
.kl-slide .slick-slide {
    position: relative;
    height: auto;
    margin: 0 15px;
}

/* Reset WPBakery row/item */
.kl-slide .vc_row {
    float: none !important;
}

.kl-slide .slick-slide > div,
.kl-slide .vc_column_container,
.kl-slide .vc_column-inner {
    height: 100%;
}

.kl-slide .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===============================
   IMAGE
================================ */
.kl-slide .img {
    margin: 0 0 16px;
}

.kl-slide .img figure,
.kl-slide .img .vc_figure,
.kl-slide .img .vc_single_image-wrapper {
    display: block;
    width: 100%;
    margin: 0;
}

.kl-slide .img img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}

/* ===============================
   TITLE + CONTENT
================================ */
.kl-slide .title {
    margin: 0 0 16px !important;
}

.kl-slide .content {
    max-width: 290px;
    margin: 0 auto !important;;
}



/* ===============================
   CONTACT FORM WRAPPER
================================ */
.col-form {
    max-width: 540px;
}

.col-form > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Text intro */
.col-form .wpb_text_column {
    margin-bottom: 32px !important;
}

.col-form .wpb_text_column p {
    margin: 0;
    color: #111111;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}


/* ===============================
   CONTACT FORM 7
================================ */
.col-form {
}
.col-form > .vc_column-inner > .wpb_wrapper {
    padding: 24px;
    background: #fff;
}
.col-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.col-form .wpcf7-form label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.col-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Input, select, textarea */
.col-form .wpcf7 input[type="text"],
.col-form .wpcf7 input[type="email"],
.col-form .wpcf7 input[type="tel"],
.col-form .wpcf7 select,
.col-form .wpcf7 textarea {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 0;
    background-color: transparent;
    color: rgba(46, 46, 51, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    outline: none;
    box-shadow: none;
    transition: border-color 0.25s ease;
}

.col-form .wpcf7 input[type="text"]:focus,
.col-form .wpcf7 input[type="email"]:focus,
.col-form .wpcf7 input[type="tel"]:focus,
.col-form .wpcf7 select:focus,
.col-form .wpcf7 textarea:focus {
    border-color: #806957;
}

/* Placeholder */
.col-form .wpcf7 input::placeholder,
.col-form .wpcf7 textarea::placeholder {
    color: rgba(118, 118, 118, 1);
    opacity: 1;
}

/* Select */
.col-form .wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    color: #4b4b4b;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23888F9D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
}

/* Textarea */
.col-form .wpcf7 textarea {
    height: 120px;
    min-height: 120px;
    resize: none;
    padding-top: 14px;
    padding-bottom: 28px;
    line-height: 1.5;
}

/* ===============================
   CHARACTER COUNTER STYLE
   Nếu dùng CF7 maxlength mặc định, trình duyệt không tự hiện 0/1000.
   CSS này dành cho counter custom nếu có.
================================ */
.col-form .textarea-wrap {
    position: relative;
}

.col-form .textarea-count {
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1;
}

/* ===============================
   SUBMIT BUTTON
================================ */
.col-form .wpcf7-submit {
    align-self: center;
    min-width: 108px;
    height: 41px;
    margin-top: 8px;
    padding: 0 28px;
    border: 0;
    border-radius: 0;
    background-color: #806957;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.col-form .wpcf7-submit:hover {
    background-color: #432817;
    color: #ffffff;
}

/* Spinner */
.col-form .wpcf7-spinner {
    display: none;
}

/* Message */
.col-form .wpcf7-response-output {
    margin: 8px 0 0 !important;
    padding: 10px 14px !important;
    border-width: 1px !important;
    font-size: 13px;
    line-height: 1.4;
}

/* Validation */
.col-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b00020;
    font-size: 12px;
    line-height: 1.3;
}


.kl-socials {
    text-align: center;
}

.kl-socials__title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.kl-socials__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.kl-socials__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.kl-socials__item svg {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.kl-socials__item:hover {
    opacity: 0.75;
    transform: translateY(-2px);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-header-socials {
    margin-top: auto !important;
}