/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
    font-family: 'Beautique Display';
    src: url('fonts/BeautiqueDisplay-Bold.woff2') format('woff2'),
        url('fonts/BeautiqueDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('fonts/BeautiqueDisplay-Black.woff2') format('woff2'),
        url('fonts/BeautiqueDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.Beautique-Display {
    font-family: 'Beautique Display', sans-serif;
}

.Beautique-Display * {
    font-family: inherit;
}

:root {
    --primary: #ff0000;
    --secondary: #138665;
    --secondary1: #076045;
    --secondary2: #093432;
    --color-gold: #c5a059;
    --color-blue-dark: #0c1f36;
    --color-white: #ffffff;
}

.background-gradient {
    background: linear-gradient(135deg, var(--secondary), var(--secondary1), var(--secondary2));
}

body {
    font-size: 16px;
    line-height: 1.5;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

.ovh {
    overflow: hidden;
}

.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: none;
}

.project-action-bar {
    display: inline-flex;
    gap: 15px;
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.project-action-bar .action-item {
    margin-bottom: 0;
    display: inline-flex;
}

.action-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.link-register {
    font-weight: normal;
}

.action-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.is-full-height .section-content {
    height: 100%;
}

.video-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-video>p {
    margin: 0;

}

/* Căn giữa nút play trên nền video */
.project-clip-wrapper {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 2; */
    /* text-align: center; */
    position: absolute;
    z-index: 1;
    top: 82%;
    left: 40%;
    width: 20%;
    height: 10%;
    margin: 0;
}

.play-button-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.icon-wrap {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-rotate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.icon-play {
    width: 50px;
    height: 50px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-button-link:hover .icon-play {
    transform: scale(1.1);
}

.btn-text {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: spin 5s linear infinite;
}

@media (max-width: 549px) {
    .icon-wrap {
        width: 90px;
        height: 90px;
    }

    .icon-play {
        width: 35px;
        height: 35px;
    }

    .btn-text {
        font-size: 12px;
    }
}

.overview-title {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #c5a059;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.overview-details {
    color: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.detail-item {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.detail-item strong {
    font-weight: 600;
}

.highlight-gold {
    color: #c5a059;
}

.brand-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.brand-logo-inline {
    max-height: 28px;
    width: auto;
    object-fit: contain;
}

.detail-split-row {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.split-col {
    flex: 1;
}

.sub-list {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin-top: 6px;
    font-size: 14px;
    color: #e0e0e0;
}

.sub-item {
    line-height: 1.5;
    margin-bottom: 4px;
}

.no-border {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 549px) {
    .overview-title {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }

    .overview-content {
        margin-top: 20px;
    }

    .detail-split-row {
        flex-direction: column;
        gap: 8px;
    }
}

@media (min-width: 992px) {
    .c135 {
        position: absolute;
        top: 0%;
        right: 88px;
        width: 30%;
        background: linear-gradient(90deg, #066346, #0a2327);
        border-radius: 5px;
        padding: 23px;
    }
}

/* Reset và cấu hình danh sách */
.utility-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* Khoảng cách giữa các dòng */
}

/* Định dạng từng dòng danh sách */
.utility-item {
    display: flex;
    align-items: flex-start;
    /* Giúp icon thẳng hàng với dòng văn bản đầu tiên */
    gap: 14px;
    /* Khoảng cách giữa Icon và Văn bản */
}

/* Định dạng hình ảnh icon */
.utility-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    /* Giữ nguyên kích thước icon không bị bóp méo khi chữ dài */
}

/* Định dạng nội dung văn bản */
.utility-text {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
    /* Bạn có thể đổi thành màu đen (#333333) nếu nền của section là màu sáng */
}

.content-bg-video .col-inner {
    z-index: 2;
}

.n35 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: -2;
}

.n36xx {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: -1;
    margin: 0;
    display: none;
}

.n36xx.active {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: examplet;
    display: block;
}

.accordion .toggle {
    left: auto;
    right: 0;
}

.accordion-title {
    border: 0;
    background: none;
    padding: 10px 40px 10px 5px;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 18px;
    margin-top: 13px;
    background: transparent;
    margin-bottom: 0;
    line-height: 1.3;
}

.accordion-title img {
    width: 40px;
    margin-right: 8px;
}

.gallery-col .box-text {
    padding: 10px;
    position: static;
}

.text-shadow {
    text-shadow: 1px 1px 4px #000;
}

/* Tổng quan bộ khung Form */
.custom-cf7-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
}

/* Định dạng các hàng */
.custom-cf7-form .form-row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -8px; */
    /* margin-right: -8px; */
    /* margin-bottom: 14px; */
}

/* Định dạng cột */
.custom-cf7-form .form-group {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    width: 100%;
}

.custom-cf7-form .col-6 {
    width: 50%;
}

.custom-cf7-form .col-12 {
    width: 100%;
}

/* CSS chung cho ô nhập dữ liệu (Text, Phone, Email, Textarea) */
.custom-cf7-form input[type="text"],
.custom-cf7-form input[type="tel"],
.custom-cf7-form input[type="email"],
.custom-cf7-form textarea {
    width: 100% !important;
    height: 42px !important;
    padding: 8px 18px !important;
    border: 1.5px solid #0c1f36 !important;
    /* Viền màu xanh navy đậm */
    border-radius: 8px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #333333 !important;
    font-size: 15px !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease-in-out;
}

/* Định dạng chữ gợi ý (Placeholder) */
.custom-cf7-form input::placeholder,
.custom-cf7-form textarea::placeholder {
    color: #777777 !important;
    font-weight: 400;
    opacity: 1;
}

/* Hiệu ứng khi nhấp chuột vào ô nhập (Focus) */
.custom-cf7-form input:focus,
.custom-cf7-form textarea:focus {
    border-color: #c5a059 !important;
    /* Đổi sang viền màu vàng gold */
    background-color: #ffffff !important;
    box-shadow: 0 0 8px rgba(197, 160, 89, 0.2) !important;
}

/* Tùy chỉnh riêng cho ô nhập Tin nhắn (Textarea) */
.custom-cf7-form textarea {
    height: 48px !important;
    /* Chiều cao bằng nút gửi */
    resize: vertical;
    /* Cho phép kéo giãn dọc nếu cần */
    min-height: 48px;
}

/* NÚT GỬI TIN NHẮN */
.custom-cf7-form input[type="submit"] {
    width: 100% !important;
    height: 48px !important;
    border: none !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f3d07e, #c5a059) !important;
    /* Hiệu ứng chuyển màu vàng kim */
    color: #0c1f36 !important;
    /* Chữ màu xanh đậm */
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-sizing: border-box !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(197, 160, 89, 0.2);
}

.custom-cf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #e5b95a, #b08d4a) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(197, 160, 89, 0.35);
}

/* Tương thích hiển thị trên điện thoại (Responsive) */
@media (max-width: 549px) {
    .custom-cf7-form .col-6 {
        width: 100%;
        /* Trên mobile tự xếp dọc thành 1 cột */
    }

    .custom-cf7-form .form-group {
        margin-bottom: 12px;
        /* Khoảng cách giữa các ô trên điện thoại */
    }

    .custom-cf7-form .form-group:last-child {
        margin-bottom: 0;
    }

    .custom-cf7-form .form-row {
        margin-bottom: 0;
        /* Tránh cộng dồn khoảng cách */
    }
}

@media (min-width: 1200px) {
    .w1140 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px;
    }
}

/* ─── NEWS ─── */
.news-sec {
    background: var(--paper);
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.news-head h2 {
    margin-top: 14px;
}

.news-all {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--red);
    font-weight: 600;
    font-size: 14px;
    transition: gap .2s;
}

.news-all:hover {
    gap: 12px;
}

.news-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
}

.news-feat {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all .3s ease;
}

.news-feat:hover {
    box-shadow: var(--shadow);
    border-color: var(--gold);
}

.news-feat-photo {
    aspect-ratio: 16/10;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.news-feat-body {
    padding: 32px 32px 36px;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 14px;
}

.news-date {
    letter-spacing: .04em;
}

.news-read {
    padding-left: 14px;
    border-left: 1px solid var(--line);
}

.news-feat h3 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.news-feat p {
    font-size: 15px;
    color: var(--ink-2);
    line-height: 1.7;
    margin: 0 0 18px;
}

.news-cta {
    color: var(--red);
    font-weight: 600;
    font-size: 14px;
}

.news-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-item {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 14px;
    transition: all .25s ease;
}

.news-item:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-sm);
}

.news-item-thumb {
    aspect-ratio: 1/1;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-item h4 {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    color: var(--ink);
}

.news-item .news-meta {
    margin: 6px 0 8px;
}

@media (max-width: 1024px) {
    .news-layout {
        grid-template-columns: 1fr;
    }

}