/* file chỉnh sửa css chính */

/* ============================================================================================================================== Toàn trang */
/* Áp dụng font */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
button,
input,
select,
textarea {
    font-family: 'Manrope', sans-serif !important;
}

.ct-align-center {
    text-align: justify;
}
.ct-no-pb {
    padding-bottom: 0 !important;
}

.ct-no-ptb .col-inner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}


.cart-popup-title span {
    font-family: 'Manrope' !important;
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.woocommerce-mini-cart__buttons .wc-forward {
    background-color: transparent !important;
    border: 1px solid #707070 !important;
    font-size: 13px !important;
    text-align: center !important;
    line-height: 40px !important;
    color: #434343 !important;
    text-transform: none !important;
    font-weight: 400 !important;

}

.woocommerce-mini-cart__buttons .checkout {
    background-color: black !important;
    color: white !important;

}

.woocommerce-mini-cart-item a {
    letter-spacing: 0.05em !important;
    font-size: 16px !important;
    color: #111 !important;
    font-weight: 500 !important;
}


/* ==============================================================================================================================  chân trang */
/* */


.ct-div-footer a:hover {
    text-decoration: underline !important;
    /* hover có gạch chân */
    color: #f1f1f1 !important;
    /* sáng hơn khi hover */
}

.ct-div-footer h2 {
    font-size: 12px;
    color: #e6e6e6;
    font-weight: 400;
    margin: 0 0 26px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ct-div-footer a,
.ct-div-footer p {
    font-size: 11.5px;
    padding: 0 0 11px;
    line-height: 1;
    color: #999;
    display: block;
    font-weight: 200;
}

.ct-div-footer p {
    margin-bottom: 0 !important;
}

.ct-h2-news-footer {
    margin-bottom: 8px !important;
}


.ct-form-input {
    font-weight: 400 !important;
    font-size: 11px !important;
    display: block !important;
    width: 100% !important;
    padding: 0 10px !important;
    border: none !important;
    border-bottom: solid 1px #b4b4b4 !important;
    background: transparent !important;
}

.ct-form-submit {
    background-color: transparent !important;
    border: 1px solid #e6e6e6 !important;
    color: #fff !important;
    opacity: 0.4 !important;
    font-size: 11px !important;
    width: 100% !important;
    height: 35px !important;
    cursor: pointer !important;
}

/* icon */
.ct-box-icon-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.ct-link-icon-footer {
    width: 20px;
    height: 20px;
    /* border: 1px solid #fff;
  border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.ct-link-icon-footer img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.ct-link-icon-footer:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.ct-col-4-1-footer {
    padding-right: 0;
}

.ct-text-end-footer p {
    letter-spacing: 0.06em;
    font-size: 10px;
    line-height: 1.7;
    color: #545454;
}

/* ==============================================================================================================================  nav*/

/* .header-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */

.nav {
    justify-content: center !important;
    gap: 40px !important;
}

.nav-top-link {
    color: black !important;
    font-size: 12px !important;
    line-height: 20px !important;
    transition: all 0.6s !important;
    cursor: pointer !important;
    font-weight: 500 !important;
}

.icon-search {
    color: black !important;
}

.header-inner {
    color: black !important;
}

.nav-right {
    gap: 0 !important;
}

/* .header-main {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
} */
.header.show-on-scroll,
.stuck .header-main {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0) !important;
    /* trong suốt 10% để nhận blur */

}

.stuck .header-main a,
.stuck .header-main .icon-search,
.stuck .header-main .header-inner,
.stuck .icon-menu:before {
    color: black !important;
}

.transparent .nav-top-link,
.transparent .icon-search,
.transparent .header-inner,
.transparent .icon-menu:before {
    color: white !important;
}

.icon-shopping-basket,
.icon-menu:before {
    color: black;
}

[data-icon-label]:after {
    background-color: #131313 !important;
}



/* menu tự sửa khi hover */

.ct-section-nav-home {
    padding-left: 67px !important;
    padding-right: 67px !important;
}

.ct-title-menu h3,
.ct-title-menu h3 a {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #222222 !important;
}

.ct-link-menu a {
    font-size: 12px;
    color: #111;
    padding: 0 0 16px;
    font-weight: 300;
}

.ct-col-menu {
    border-right: 1px solid #707070;
}

.woocommerce-mini-cart__empty-message {
    font-size: 12.5px !important;
    color: #111 !important;
    line-height: 1.7 !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 30px !important;
}

.return-to-shop .wc-backward {
    background: #131313;
    color: #fff;
    border: 1px solid #302E2C;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    text-transform: none;
    font-weight: 400;
}

.message-container {
    font-size: 12.5px !important;
    color: #111 !important;
    line-height: 1.7 !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    padding-left: 15px !important;
}

.searchform-wrapper .submit-button i {
    color: white !important;
}

/* ẩn tiêu đề trang với bài viêt tìm thấy */
.category-page-row h4 {
    display: none !important;
}

/* ẩn ajax tìm kiếm sản phẩm */
.live-search-results {
    display: none;
}

/* ==============================================================================================================================  Triết lý*/
.ct-h2-s1-plp {
    margin-bottom: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.ct-p-s1-plp {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 300;
}

.ct-text-s1-plp {
    position: absolute;
    top: 4em;
    left: 0;
    color: #fff;
    padding: 0 140px;
    box-sizing: border-box;
}

.ct-video-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    /* full màn hình */
    overflow: hidden;
}

.ct-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
}

.ct-video-container .vp-center {
    align-items: flex-start !important;
}


.ct-h2-about-us-plp {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.ct-p-about-us-plp {
    margin-bottom: 40px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    color: #000;
    word-break: keep-all;
}

.ct-video-container-2 {
    position: relative;
    width: 100%;
    height: 585.7px;
    /* chiều cao cố định của khung */
    overflow: hidden;
    background: #000;
    /* tránh khoảng trống */
}

.ct-video-container-2 iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: none;
}

.ct-div-cd-plp {
    display: flex;
    justify-content: center;
    /* căn giữa theo chiều ngang */
    margin-top: 30px;
}

.ct-ul-about-us-plp {
    text-align: left;
    /* chữ trong li căn trái */
    list-style: disc;
    /* hiện dấu chấm (nếu muốn) */
    padding-left: 20px;
    /* thụt đầu dòng cho đẹp */
    margin: 0;
}

.ct-li-about-us-plp {
    margin-bottom: 8px;
    /* khoảng cách giữa các li */
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    color: #222222;
    word-break: keep-all;
}


.ct-text-make-in-plp {
    position: absolute;
    bottom: 13em;
    left: 0;
    color: #fff;
    padding: 0 140px;
    box-sizing: border-box;
}

.ct-text-os-plp {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #222222;
}


/* ==============================================================================================================================  Báo chí & Truyền thông*/
.ct-btn-pr-press {
    font-family: 'Manrope', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    background-color: #131313 !important;
    transition: background-color 0.3s, color 0.3s !important;
    font-size: 11.5px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 8px 15px !important;
    box-sizing: border-box !important;
    line-height: 2 !important;
    /* thêm để bằng với .ct-btn-sc-press */
}

.ct-btn-pr-press span {
    font-family: 'Manrope', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    font-size: 11.5px !important;
    line-height: 2 !important;
    /* đồng bộ với nút dưới */
    display: inline-block !important;
}

.ct-btn-sc-press {
    font-family: 'Manrope', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    display: inline-block !important;
    text-decoration: none !important;
    color: #777 !important;
    font-weight: 500 !important;
    font-size: 11.5px !important;
    padding: 8px 15px !important;
    background-color: #e6e6e6 !important;
    border: 1px solid #c5c5c5 !important;
    transition: background-color 0.3s, color 0.3s !important;
    line-height: 2 !important;
}

.ct-btn-sc-press span {
    font-family: 'Manrope', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    display: inline-block !important;
    text-decoration: none !important;
    color: #777 !important;
    font-weight: 500 !important;
    font-size: 11.5px !important;
    line-height: 2 !important;
}

.ct-p-press a {
    font-size: 12px;
    color: #111111;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.ct-p-press p {
    text-align: center;
}

.ct-h2-child-press h2 {
    text-transform: uppercase !important;
    display: block !important;
    margin: 0 0 60px !important;
    padding: 0 0 20px !important;
    font-size: 19px !important;
    color: #000 !important;
    border-bottom: 1px solid #707070 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

.ct-p-child-press p {
    font-size: 12.5px;
    color: #111;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 0.05em;
}


.ct-breadcrumb nav {
    font-size: 10px;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    opacity: 0.6;
    text-transform: uppercase;
}

.breadcrumb-sep {
    margin: 0 10px;
    opacity: 0.5;
}

.ct-sec-filter-press {
    padding-bottom: 0 !important;
}


/*============================================================================================================================== Chiến dịch thương hiệu */

.ct-h1-cp h1 {
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.ct-h2-s1-cp {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.ct-p-s1-cp {
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 8px !important;
    font-weight: 300 !important;
    cursor: pointer;
    text-decoration: underline;
}

.ct-banner-cp .overlay {
    background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8)) !important;
}

.ct-btn-child-cp {
    font-size: 13px !important;
    text-transform: uppercase !important;
    line-height: 45px !important;
    letter-spacing: 0.2em !important;
    color: #ffffff !important;
    cursor: pointer !important;
    background: #2d231c !important;
    margin: 40px auto 90px !important;
    border-radius: 4px !important;
    width: 250px !important;
    text-align: center !important;
}















/*============================================================================================================================== Liên hệ */
.ct-h2-contact h2 {
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    padding: 0 0 12px !important;
    font-size: 18px !important;
    border-bottom: 1px solid #222 !important;
    letter-spacing: 0.05em !important;
    color: #000;
}

.ct-p-contact p {
    font-size: 12px !important;
    color: #222222 !important;
    letter-spacing: 0.05em !important;
}


.ct-btn-pr-contact {
    padding: 0 !important;
    border: none !important;
}

.ct-btn-pr-contact span {
    padding: 5px 12px !important;
    background: #131313 !important;
    color: #fff !important;
    text-transform: none !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important;
}

.ct-btn-google-map-contact {
    border: 1px solid #131313 !important;
    margin-top: 30px !important;
}

.ct-btn-google-map-contact span {
    color: #222222;
    font-size: 12px !important;
    text-transform: none !important;
    font-weight: 500 !important;

}



/* form liên hệ */
.ct-title-form-contact h2 {
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.07em !important;
    color: #000 !important;
    margin-bottom: 60px !important;
}

/* ép thẻ p trong group này hiển thị flex */
.ct-form-select-subject p {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    border-bottom: 1px solid black;
}

/* ẩn br mà CF7 tự thêm */
.ct-form-select-subject br {
    display: none !important;
}

.ct-form-label {
    white-space: nowrap !important;
    min-width: 135px !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    width: auto !important;
}

.ct-form-select-subject .wpcf7-form-control-wrap {
    flex: 1 !important;
    /* select chiếm hết phần còn lại */
}

.ct-form-select-subject-dropdown {
    width: 100% !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    border: none !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-top: 0 !important;
}



.ct-form-name-phone {
    display: flex;
    gap: 40px;
    /* khoảng cách giữa 2 cột */
}

.ct-form-name,
.ct-form-phone,
.ct-form-col-hidden {
    flex: 1;
    /* mỗi cột tự chiếm 1 nửa */
}

.ct-form-name-phone p {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    margin-top: 20px !important;
}

.ct-form-name,
.ct-form-phone {
    border-bottom: 1px solid black;
}

/* ẩn br mà CF7 tự thêm */
.ct-form-name-phone br {
    display: none !important;
}



.ct-form-name-phone .wpcf7-form-control-wrap {
    flex: 1 !important;
    /* select chiếm hết phần còn lại */
}

.ct-form-name-phone-input {
    width: 100% !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    border: none !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-top: 0 !important;
}


.ct-form-message p {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    margin-top: 20px !important;
}

.ct-form-message br {
    display: none !important;
}

.ct-form-message .wpcf7-form-control-wrap {
    flex: 1 !important;
    /* select chiếm hết phần còn lại */
}


.ct-form-message-textarea {
    background-color: transparent !important;
    height: 300px !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.ct-form-file p {
    align-items: stretch !important;
}

.ct-form-file-input {
    font-size: 13px !important;
    ;
}

.ct-form-pol p {
    align-items: stretch !important;
    margin-top: 20px !important;
}

.ct-form-pol input {
    margin-bottom: 0 !important;
}

.ct-form-pol span,
.ct-form-pol a {
    white-space: nowrap !important;
    min-width: 135px !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    width: auto !important;
}

.ct-form-pol i {
    margin-left: 10px;
}

.ct-form-div-submit p {
    display: flex;
    justify-content: end;
    flex-direction: column;
    /* Đặt flex-direction để các phần tử xếp chồng */
    align-items: flex-end;
    /* Căn chỉnh spinner sang phải nếu cần */
    margin-top: 50px !important;
}

.ct-form-submit-contact {
    font-size: 13px !important;
    color: #fff !important;
    display: inline-block !important;
    line-height: 50px !important;
    background: #131313 !important;
    padding: 0 100px !important;
    text-transform: none !important;
    margin-right: 0 !important;
}

.wpcf7-spinner {
    display: block !important;
    /* Đảm bảo spinner xuống dòng */
    margin-top: 10px;
    /* Tùy chọn: Thêm khoảng cách phía trên spinner */
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
}


/*============================================================================================================================== Trang đơn portfolio */
.ct-h2-single-portfolio h2 {
    text-transform: uppercase;
    display: block;
    margin: 0 0 60px;
    padding: 0 0 20px;
    font-size: 19px;
    color: #000;
    border-bottom: 1px solid #707070;
    font-weight: 500;
    line-height: 1.6;
}

.ct-p-single-portfolio p {
    font-size: 12.5px;
    color: #111;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.ct-button-single-portfolio {
    background: #131313 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    text-transform: none !important;
    line-height: 45px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-top: 50px !important;
}


/*============================================================================================================================== Trang chủ */
.ct-title-home h2 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: black !important;


}

.ct-content-home p {
    font-size: 14.5px;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: black !important;
    margin-bottom: 0 !important;
}

.ct-text-product-home {
    padding-left: 1em;
    padding-bottom: 1em;
}

.ct-title-project-home h2 {
    color: white !important;
    width: auto;
    font-size: 26px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
}

.ct-title-project-home {
    display: flex;
    gap: 30px;
    align-items: baseline
}

.ct-title-project-home a {
    font-size: 14px !important;
    color: #e6e6e6 !important;
    text-decoration: underline !important;
    font-weight: 400;
}

.ct-cap-project-home a {
    font-size: 12px !important;
    color: #999 !important;
    letter-spacing: 0.05em !important;
}

.ct-cap-project-home p {
    text-align: right !important;
}

.ct-h3-phl-home h3 {
    font-family: 'HenryTrial' !important;
    font-size: 50px !important;
    font-weight: normal !important;
    letter-spacing: 0.05em !important;
}

.ct-btn-phl-home {
    margin-top: 120px !important;
    font-size: 13px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgb(255, 255, 255) !important;
    font-weight: 400 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 15px 60px !important;
    letter-spacing: 0.07em !important;
}

.ct-h2-end-home h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: white;
    margin-top: 30px;
    margin-bottom: 0px;
}

.ct-p-end-home p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: rgb(242, 242, 242);
    word-break: keep-all;
    padding: 20px 0px 40px;
}

.ct-btn-end-home {
    font-size: 13px !important;
    background: transparent;
    border-color: rgb(255, 255, 255) !important;
    font-weight: 400 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 15px 60px !important;
    letter-spacing: 0.07em !important;
}


/*============================================================================================================================== google dịch gtranslate */
.gtranslate_wrapper .gglobe {
    width: 24px !important;
    height: 24px !important;
    margin-top: 2px;
}