input:focus, select:focus, textarea:focus, button:focus, a:focus {
    outline: none !important;
}

/*Bootstrap*/
@media (min-width: 1232px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1246px;
    }
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {*/
/*    padding-right: 8px;*/
/*    padding-left: 8px;*/
/*}*/

/*.row {*/
/*    margin-right: -8px;*/
/*    margin-left: -8px;*/
/*}*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {*/
/*    padding-right: 8px;*/
/*    padding-left: 8px;*/
/*}*/

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    border-radius: 6px;
}
/*End Bootstrap*/

/*Slick*/
/*.slick-list {*/
/*    margin: 0 -8px;*/
/*}*/

/*.slick-slide {*/
/*    margin: 0 8px;*/
/*}*/

.slick-next, .slick-prev {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    background-color: var(--color-main-2);
}
/*End Slick*/

/*Header Main*/
.header-main {
    background: var(--color-main);
    padding: 20px 0;
}

.header-main > .container > .row > .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-main .inner-logo img {
    width: 60px;
    height: auto;
}

.header-main .inner-search {
    flex: 1;
}

.header-main .inner-button-menu {
    display: none;
}
/*End Header Main*/

/*Header Menu*/
.header-menu {
    background: white;
    padding: 20px 0;
}

.header-menu .menu-section > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu .menu-section > ul > li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-menu .menu-section > ul > li > img {
    height: 16px;
    width: auto;
    margin-right: 0;
}
/*End Header Menu*/

/*page-t1*/
.page-t1 {
    padding: 40px 0;
    background: #F2F2F2;
}

.page-t1 .inner-content * {
    font-family: var(--font-family-2);
}

.page-t1 .inner-content h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 8px;
}

.page-t1 .inner-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5%;
    margin-bottom: 0;
}

.page-t1 .inner-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5%;
    margin-bottom: 0;
    padding-left: 20px;
}

.page-t1 .inner-content ul li::marker {
    font-size: 12px;
    color: var(--color-main);
}

@media (max-width: 767.98px) {
    .page-t1 {
        padding: 20px 0;
    }
    
    .page-t1 .inner-content h2 {
        font-size: 16px;
    }
    
    .page-t1 .inner-content p, .page-t1 .inner-content ul {
        font-size: 12px;
        line-height: 1.333;
    }
}
/*End page-t1*/

/*footer-main*/
.footer-main {
    padding: 40px 0;
}

.footer-main > .container > .row {
    justify-content: space-between;
}

.footer-main > .container > .row > div {
    max-width: 292px;
}
/*End footer-main*/

/*footer-menu-section*/
.footer-menu-section .inner-text-1 {
    font-weight: 400;
    font-size: 12px;
    color: #1A1A1A;
    margin-bottom: 12px;
}

.footer-menu-section .inner-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-menu-section .inner-socials li {
    margin-bottom: 0;
}

.footer-menu-section .inner-socials li a img {
    height: 20px;
    width: auto;
}

.footer-menu-section .inner-payment {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-menu-section .inner-payment li {
    margin-bottom: 0;
}

.footer-menu-section .inner-payment li a img {
    height: 12px;
    width: auto;
}

.footer-menu-section .inner-logo-other {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-menu-section .inner-logo-other li {
    margin-bottom: 0;
}

.footer-menu-section .inner-logo-other li a img {
    height: 46px;
    width: auto;
}
/*End footer-menu-section*/

/*box-form-contact*/
.box-form-contact {
    margin-bottom: 12px;
}

.box-form-contact form {
    display: flex;
    align-items: flex-start;
}

.box-form-contact form .inner-group:first-child {
    flex: 1;
}

.box-form-contact input {
    width: 100%;
    background: #F2F2F2;
    height: 36px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-main);
    border: 0;
}

.box-form-contact input::placeholder {
    color: var(--color-main);
}

.box-form-contact .inner-button {
    padding: 0 16px;
    height: 36px;
    background: var(--color-main);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4%;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: pre;
}
/*End box-form-contact*/

/*footer-bottom*/
.footer-bottom {
    background: #F2F2F2;
    padding: 12px 0;
}

.footer-bottom .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .inner-copyright {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    color: #1A1A1A;
}

.footer-bottom .inner-copyright img {
    width: 10px;
    height: auto;
    margin-right: 4px;
}

.footer-bottom .inner-copyright span {
    color: var(--color-main);
}

.footer-bottom .inner-banner {
    height: 35px;
    width: auto;
}
/*End footer-bottom*/

/*button-menu*/
.button-menu {
    color: white;
    font-size: 28px;
    line-height: 1;
    display: block;
}

.button-menu:hover {
    color: white;
}
/*End button-menu*/

/*box-price*/
.box-price .inner-head {
    background: var(--color-main);
    padding: 20px 0;
    text-align: center;
}

.box-price .inner-head .inner-title {
    font-weight: 700;
    font-family: var(--font-family-2);
    font-size: 20px;
    letter-spacing: 0.15%;
    color: white;
    margin-bottom: 10px;
}

.box-price .inner-head .inner-desc {
    font-weight: 400;
    font-family: var(--font-family-2);
    font-size: 16px;
    letter-spacing: 0.5%;
    color: white;
}

.box-price .inner-prices {
    padding: 28px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-price .inner-prices table {
    width: 100%;
    text-align: center;
}

.box-price .inner-prices th, .box-price .inner-prices td {
    padding: 12px;
    font-family: var(--font-family-2);
    width: 25%;
}

.box-price .inner-prices th {
    font-weight: 400;
    font-size: 26px;
    color: var(--color-main);
}

.box-price .inner-prices td {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-main);
}

.box-price .inner-prices td .inner-price {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.box-price .inner-prices td .inner-price i {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .box-price .inner-prices th, .box-price .inner-prices td {
        width: auto;
    }
    
    .box-price .inner-prices th {
        font-size: 16px;
    }
    
    .box-price .inner-prices td {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .box-price .inner-head .inner-title {
        font-size: 16px;
    }
    
    .box-price .inner-head .inner-desc {
        font-size: 13px;
    }
    
    .box-price .inner-prices th {
        font-size: 12px;
        padding: 6px;
    }
    
    .box-price .inner-prices td {
        font-size: 12px;
        padding: 6px;
    }
}
/*End box-price*/

/*box-head*/
.box-head {
    margin-bottom: 40px;
    text-align: center;
}

.box-head .inner-title {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.25%;
    color: var(--color-main);
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .box-head .inner-title {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .box-head {
        margin-bottom: 32px;
    }
    
    .box-head .inner-title {
        font-size: 20px;
    }
}
/*End box-head*/

/*pro-list*/
.pro-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 60px;
}

@media (max-width: 1199.98px) {
    .pro-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .pro-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .pro-list {
        gap: 24px 16px;
    }
}
/*End pro-list*/

/*button-main*/
.button-main {
    display: inline-block;
    border: 1px solid var(--color-main);
    padding: 4px;
}

.button-main .inner-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-main);
    padding: 12px 16px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.15%;
    color: white;
}

.button-main .inner-box span {
    font-family: var(--font-family-2);
}

.button-main .inner-box i {
    font-size: 23px;
}

@media (max-width: 991.98px) {
    .button-main .inner-box {
        padding: 10px 16px;
        font-size: 16px;
    }
    
    .button-main .inner-box i {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .button-main {
        padding: 2px;
    }
    
    .button-main .inner-box {
        padding: 6px;
        font-size: 12px;
    }
    
    .button-main .inner-box i {
        font-size: 10px;
    }
}
/*End button-main*/

/*page-account*/
.page-account {
    background: #F2F2F2;
    padding: 40px 0;
}
/*End page-account*/

/*form-account*/
.form-account {
    max-width: 560px;
    margin: 0 auto;
}

.form-account .inner-title-main {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.25%;
    font-family: var(--font-family-2);
    margin-bottom: 40px;
    color: var(--color-main);
}

.form-account .form-group {
    margin-bottom: 20px;
}

.form-account .form-group .form-control {
    height: 64px;
    border-radius: 8px;
    padding: 0 20px;
    background: white;
    border: 1px solid var(--color-main);
    font-weight: 400;
    font-family: var(--font-family-2);
    font-size: 20px;
    color: #999999;
}

.form-account .inner-button {
    margin-top: 20px;
    background: var(--color-main);
    width: 100%;
    height: 56px;
    border-radius: 6px;
    border: 0;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-account .inner-socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.form-account .inner-socials .inner-google,
.form-account .inner-socials .inner-facebook,
.form-account .inner-socials .inner-zalo
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 56px;
    border-radius: 6px;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5%;
    color: white;
    cursor: pointer;
    padding: 0 12px;
    line-height: 1.333;
}

.form-account .inner-socials .inner-google img,
.form-account .inner-socials .inner-facebook img,
.form-account .inner-socials .inner-zalo img
{
    height: 24px;
    width: auto;
}

.form-account .inner-socials .inner-google {
    background: #B31E1E;
}

.form-account .inner-socials .inner-facebook {
    background: #00409A;
}

.form-account .inner-socials .inner-zalo {
    background: #0063ED;
    grid-column: span 2;
}

.form-account .inner-forgot {
    margin-top: 16px;
    text-align: center;
}

.form-account .inner-forgot a {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.form-account .inner-forgot a:hover {
    color: var(--color-main);
}

.form-account .inner-more {
    margin-top: 16px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.form-account .inner-more a {
    color: #B31E1E;
    text-decoration: underline;
}

.form-account .inner-more a:hover {
    color: var(--color-main);
}

.form-account .inner-box-note {
    background: #FFF8E5;
    border-radius: 4px;
    padding:16px 40px;
    margin-top: 40px;
}

.form-account .inner-box-note .inner-text-1 {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-main);
    margin-bottom: 12px;
}

.form-account .inner-box-note .inner-text-list {
    display: grid;
    gap: 8px;
}

.form-account .inner-box-note .inner-text-list div, .form-account .inner-box-note .inner-text-list b {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
}

.form-account .inner-box-note .inner-text-list div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-account .inner-box-note .inner-text-list i {
    font-size: 11px;
    color: var(--color-main);
}

.form-account .inner-box-note .inner-text-list b {
    font-weight: 700;
    color: var(--color-main);
}

@media (max-width: 575.98px) {
    .page-account {
        padding: 24px 0;
    }
    
    .form-account .inner-title-main {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .form-account .inner-button {
        margin-top: 0;
    }
    
    .form-account .inner-socials .inner-google,
    .form-account .inner-socials .inner-facebook,
    .form-account .inner-socials .inner-zalo
    {
        font-size: 12px;
        text-align: center;
    }
    
    .form-account .inner-socials .inner-google img,
    .form-account .inner-socials .inner-facebook img,
    .form-account .inner-socials .inner-zalo img
    {
        height: 18px;
    }
    
    .form-account .form-group .form-control {
        font-size: 16px;
    }
    
    .form-account .inner-box-note {
        margin-top: 16px;
        padding: 16px;
    }
    
    .form-account .inner-box-note .inner-text-1 {
        font-size: 12px;
    }
    
    .form-account .inner-box-note .inner-text-list div, .form-account .inner-box-note .inner-text-list b {
        font-size: 12px;
    }
}
/*End form-account*/

@media (max-width: 1199.98px) {
    .btn-action-header {
        display: inline-block;
        height: 25px;
        line-height: 1;
        padding: 0;
    }
    
    .footer-main > .container > .row {
        gap: 32px 0;
    }
    
    .footer-main > .container > .row > div {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 1000px) {
    .header-main .inner-button-menu {
        display: block;
    }
    
    .header-menu {
        padding: 0;
    }
    
    .header-menu .menu-section > ul {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header-menu .menu-section > ul > li {
        width: 100%;
        margin-right: 0;
        flex-wrap: wrap;
    }
    
    .menu-section .has-child > .entry-menu {
        width: 100%;
        border: 0;
        margin-top: 0;
        padding-left: 8px;
    }
    
    .product-item .inner-content .product-title {
        font-size: 14px;
    }
    
    .price-amount {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .header-main .inner-logo img {
        width: 36px;
    }
    
    .header-main > .container > .row > .col-12 {
        gap: 16px;
    }
    
    .btn-action-header {
        height: 20px;
    }
    
    .items-number {
        font-size: 10px;
        min-width: 14px;
        height: 14px;
        top: -8px;
        right: -8px;
    }
    
    .button-menu {
        font-size: 22px;
    }
    
    .footer-main {
        padding: 16px 0;
    }
    
    .footer-main > .container > .row > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .footer-bottom .inner-wrap {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .price-amount {
        font-size: 12px;
    }
    
    .price-amount.old-price {
        font-size: 12px;
    }
}

/*section-1*/
.section-1 img {
    width: 100%;
    height: auto;
    display: block;
}
/*End section-1*/

/*box-title-1*/
.box-title-1 {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 34px;
    text-align: center;
    color: var(--color-main);
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .box-title-1 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/*End box-title-1*/

/*section-2*/
.section-2 {
    padding: 40px 0;
}

.section-2 .inner-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 10px;
}

.section-2 .inner-item {
    text-align: center;
}

.section-2 .inner-item .inner-image {
    height: 20px;
    width: auto;
    margin-bottom: 16px;
}

.section-2 .inner-item .inner-title {
    font-family: var(--font-family-2);
    font-weight: 700;
    color: var(--color-main);
    font-size: 16px;
    margin-bottom: 8px;
}

.section-2 .inner-item .inner-desc {
    font-weight: 400;
    color: var(--color-main);
    font-size: 10px;
    margin-bottom: 8px;
}

.section-2 .inner-item .inner-desc-2 {
    font-weight: 400;
    color: var(--color-main);
    font-size: 10px;
    margin-bottom: 8px;
}

.section-2 .inner-item .inner-desc-2 i {
    margin-left: 2px;
}

@media (max-width: 767.98px) {
    .section-2 .inner-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .section-2 {
        padding: 20px 0;
    }
    
    .section-2 .inner-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
/*End section-2*/

/*section-3*/
.section-3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-3 .inner-wrap {
    display: grid;
    grid-template-columns: 824fr 340fr;
    gap: 52px;
    align-items: center;
}

.section-3 .inner-image img {
    width: 100%;
    aspect-ratio: 824/640;
    object-fit: cover;
    display: block;
}

.section-3 .inner-text-1 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.section-3 .inner-text-2 {
    font-size: 12px;
    font-weight: 400;
    color: white;
    margin-bottom: 28px;
    letter-spacing: 0.4%;
    line-height: 1.4;
}

.section-3 .inner-text-3 {
    font-size: 10px;
    font-weight: 400;
    color: white;
    letter-spacing: 0.5%;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.section-3 .inner-text-3 i {
    font-size: 10px;
}

@media (max-width: 1199.98px) {
    .section-3 .inner-wrap {
        grid-template-columns: 500fr 340fr;
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .section-3 .inner-wrap {
        grid-template-columns: 340fr 340fr;
    }
    
    .section-3 .inner-image img {
        aspect-ratio: 163/180;
    }
}

@media (max-width: 767.98px) {
    .section-3 .inner-text-1 {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .section-3 .inner-text-1 {
        font-size: 14px;
    }
    
    .section-3 .inner-text-2 {
        font-size: 10px;
        margin-bottom: 12px;
    }
}
/*End section-3*/

/*text-gold-gra*/
.text-gra {
    /* Cắt background theo hình dáng của chữ */
    -webkit-background-clip: text;
    background-clip: text !important;
    
    /* Làm màu chữ gốc trong suốt để lộ phần background gradient bên dưới */
    -webkit-text-fill-color: transparent;
    color: transparent;
    
    /* (Tùy chọn) Đảm bảo phần tử hiển thị dạng block hoặc inline-block để gradient mượt mà hơn */
    display: inline-block;
}

.text-gold-gra {
    background: linear-gradient(89.93deg, #BD7202 0.06%, #DBA835 23.59%, #FEE576 49.04%, #DBA835 74.01%, #BD7202 95.14%);
    /* Cắt background theo hình dáng của chữ */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Làm màu chữ gốc trong suốt để lộ phần background gradient bên dưới */
    -webkit-text-fill-color: transparent;
    color: transparent;
    
    /* (Tùy chọn) Đảm bảo phần tử hiển thị dạng block hoặc inline-block để gradient mượt mà hơn */
    display: inline-block;
}

.text-gold-gra-2 {
    background: linear-gradient(180deg, #FBDF70 0%, #C57F0F 100%);
    /* Cắt background theo hình dáng của chữ */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* Làm màu chữ gốc trong suốt để lộ phần background gradient bên dưới */
    -webkit-text-fill-color: transparent;
    color: transparent;
    
    /* (Tùy chọn) Đảm bảo phần tử hiển thị dạng block hoặc inline-block để gradient mượt mà hơn */
    display: inline-block;
}
/*End text-gold-gra*/

/*section-4*/
.section-4 {
    padding: 40px 0;
}

.section-4 .inner-image {
    width: 100%;
    aspect-ratio: 201/256;
    object-fit: cover;
    border-radius: 24px;
}

.section-4 .inner-button {
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .section-4 .slick-list {
        margin: 0 -4px;
    }
    
    .section-4 .slick-slide {
        margin: 0 4px;
    }
    
    .section-4 .inner-button {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .section-4 {
        padding: 20px 0;
    }
    
    .section-4 .inner-button {
        margin-top: 12px;
    }
}
/*End section-4*/

/*button-type-1*/
.button-type-1 {
    background-color: var(--color-main);
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    display: inline-block;
}

.button-type-1:hover {
    color: white;
}

@media (max-width: 575.98px) {
    .button-type-1 {
        padding: 8px 12px;
        font-size: 12px;
    }
}
/*End button-type-1*/

/*section-5*/
.section-5 {
    padding: 40px 0;
}

.section-5 .inner-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}

.section-5 .inner-image {
    width: 380px;
}

.section-5 .inner-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.section-5 .inner-content {
    flex: 1;
}

.section-5 .inner-list {
    margin-bottom: 50px;
}

.section-5 .inner-list-item {
    display: flex;
    gap: 16px 8px;
    flex-wrap: wrap;
}

.section-5 .inner-list-item .inner-item a {
    border: 1px solid var(--color-main);
    border-radius: 49px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    display: inline-block;
}

.section-5 .inner-list-item .inner-item a:hover {
    background-color: var(--color-main);
    color: white;
}

.section-5 .inner-text-1 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    letter-spacing: 0.5%;
    font-family: var(--font-family-2);
    line-height: 1.75;
}

@media (max-width: 1199.98px) {
    .section-5 .inner-list {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .section-5 .inner-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .section-5 .inner-image {
        width: 100%;
        order: 1;
    }
}

@media (max-width: 767.98px) {
    .section-5 .inner-content {
        flex: none;
        width: 100%;
    }
    
    .section-5 .inner-list {
        overflow-x: auto;
    }
    
    .section-5 .inner-list-item {
        flex-wrap: nowrap;
    }
    
    .section-5 .inner-list-item .inner-item a {
        white-space: nowrap;
    }
    
    .section-5 .inner-text-1 {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .section-5 {
        padding: 20px 0;
    }
    
    .section-5 .inner-list-item .inner-item a {
        padding: 8px 16px;
        font-size: 10px;
    }
}
/*End section-5*/

/*section-6*/
.section-6 {
    padding: 60px 0;
}

.section-6 .slick-list {
    margin: 0 -40px;
}

.section-6 .slick-slide {
    margin: 0 40px;
}

.section-6 .inner-item img {
    width: 100%;
    aspect-ratio: 228/256;
    object-fit: cover;
    border-radius: 100px;
}

@media (max-width: 1199.98px) {
    .section-6 .slick-list {
        margin: 0 -20px;
    }
    
    .section-6 .slick-slide {
        margin: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .section-6 .slick-list {
        margin: 0 -8px;
    }
    
    .section-6 .slick-slide {
        margin: 0 8px;
    }
}

@media (max-width: 575.98px) {
    .section-6 {
        padding: 20px 0;
    }
}
/*End section-6*/

/*section-7*/
.section-7 {
    padding: 40px 0;
}

.section-7 .inner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
}

.section-7 .inner-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 16px;
}

.section-7 .inner-content {
    text-align: center;
    display: grid;
    gap: 22px;
    max-width: 335px;
    margin: 0 auto;
}

.section-7 .inner-title {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 48px;
    color: #333333;
}

.section-7 .inner-desc {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.25%;
    line-height: 1.75;
}

.section-7 .inner-desc-2 {
    font-weight: 400;
    font-size: 10px;
    color: #1A1A1A;
}

.section-7 .inner-desc-2 i {
    margin-left: 4px;
}

@media (max-width: 991.98px) {
    .section-7 .inner-list {
        gap: 20px;
    }
    
    .section-7 .inner-title {
        font-size: 28px;
    }
    
    .section-7 .inner-desc {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .section-7 .inner-list {
        gap: 16px;
    }
    
    .section-7 .inner-title {
        font-size: 20px;
    }
    
    .section-7 .inner-desc {
        font-size: 10px;
    }
}

@media (max-width: 575.98px) {
    .section-7 {
        padding: 20px 0;
    }
}
/*End section-7*/

/*section-8*/
.section-8 {
    padding: 40px 0;
}

.section-8 .inner-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

.section-8 .inner-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 16px;
}

.section-8 .inner-title {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0.25%;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .section-8 .inner-list {
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .section-8 .inner-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .section-8 {
        padding: 20px 0;
    }
    
    .section-8 .inner-list {
        gap: 32px 16px;
    }
}
/*End section-8*/

/*section-9*/
.section-9 {
    padding: 40px 0;
}

.section-9 .box-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.section-9 .box-tabs .inner-title-main {
    margin-bottom: 11px;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 34px;
    color: var(--color-main);
    letter-spacing: 0.25%;
}

.section-9 .box-tabs .inner-text-3 {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.5%;
    color: #333333;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.section-9 .box-tabs .nav {
    gap: 10px;
}

.section-9 .box-tabs .nav-link {
    border: 1px solid var(--color-main);
    border-radius: 49px;
    background-color: white;
    padding: 8px 23px;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 1.25%;
}

.section-9 .box-tabs .nav-link:hover, .section-9 .box-tabs .nav-link.active {
    background-color: var(--color-main);
    color: white;
}

.section-9 .tab-content .tab-pane .row {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 16px;
}

@media (max-width: 1199.98px) {
    .section-9 .box-tabs {
        flex-wrap: wrap;
        margin-bottom: 24px;
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .section-9 .box-tabs .inner-title-main {
        margin-bottom: 11px;
        font-size: 16px;
        font-weight: 400;
    }
    
    .section-9 .box-tabs .nav-link {
        padding: 8px 20px;
        font-size: 10px;
    }
    
    .section-9 .tab-content .tab-pane .row {
        gap: 30px 16px;
    }
}

@media (max-width: 575.98px) {
    .section-9 {
        padding: 20px 0;
    }
}
/*End section-9*/

/*section-10*/
.section-10 {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-10 .inner-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.section-10 .inner-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-10 .inner-title-main {
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 16px;
}

.section-10 .inner-title-main h2 {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 34px;
    color: #FFEBCF;
    letter-spacing: 0.25%;
    margin-bottom: 0;
}

.section-10 .inner-title-main .inner-line {
    flex: 1;
    height: 2px;
    background-color: #FFEBCF;
}

.section-10 .inner-list {
    display: grid;
    gap: 16px;
}

@media (max-width: 767.98px) {
    .section-10 .inner-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .section-10 .inner-left {
        display: none;
    }
    
    .section-10 .inner-title-main h2 {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .section-10 {
        padding: 20px 0;
    }
}
/*End section-10*/

/*article-type-1*/
.article-type-1 {
    background-color: white;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: center;
}

.article-type-1 .inner-image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.article-type-1 .inner-content {
    flex: 1;
}

.article-type-1 .inner-content .article-title {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.5%;
    margin-bottom: 8px;
}

.article-type-1 .inner-content .article-title a {
    color: #1A1A1A;
}

.article-type-1 .inner-content .inner-more {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.5%;
    color: #333333;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .article-type-1 {
        display: flex;
    }
    
    .article-type-1 .inner-image {
        width: 120px;
    }
}

@media (max-width: 575.98px) {
    .article-type-1 .inner-image {
        width: 80px;
    }
}
/*End article-type-1*/

/*.section-16*/
.section-16 {
    padding: 60px 0;
}

.section-16 .inner-box-text-main {
    text-align: center;
    margin-bottom: 60px;
}

.section-16 .inner-title-main-1 {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 34px;
    line-height: 1.17;
    letter-spacing: 0.25%;
}

.section-16 .inner-title-main h2 {
    color: var(--color-main);
}

.section-16 .inner-title-main .inner-line {
    background-color: var(--color-main);
}

@media (max-width: 767.98px) {
    .section-16 .inner-box-text-main {
        margin-bottom: 32px;
    }
    
    .section-16 .inner-title-main-1 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .section-16 {
        padding: 20px 0;
    }
    
    .section-16 .inner-left {
        display: block;
    }
}
/*End .section-16*/

.text-red-gra {
    background: linear-gradient(0deg, #7C0201 0%, #FF0001 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

/*section-22*/
.section-22 {
    padding: 40px 0;
}

@media (max-width: 575.98px) {
    .section-22 {
        padding: 20px 0;
    }
}
/*End section-22*/

/*section-18*/
.section-18 {
    padding: 40px 0;
}

.section-18 .inner-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.section-18 .inner-item {
    width: 236.5px;
    text-align: center;
}

.section-18 .inner-image {
    height: 117px;
    width: auto;
    margin-bottom: 11px;
}

.section-18 .inner-title {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.15%;
    margin-bottom: 11px;
    color: #1A1A1A;
}

.section-18 .inner-desc {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4%;
    color: #1A1A1A;
}

@media (max-width: 1199.98px) {
    .section-18 .inner-image {
        height: 70px;
    }
    
    .section-18 .inner-title {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .section-18 .inner-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-18 .inner-item {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .section-18 {
        padding: 20px 0;
    }
    
    .section-18 .inner-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    .section-18 .inner-image {
        height: 16px;
    }
    
    .section-18 .inner-title {
        font-size: 12px;
    }
    
    .section-18 .inner-desc {
        font-size: 10px;
    }
}
/*End section-18*/

/*section-19*/
.section-19 {
    padding: 40px 0;
}

.section-19 .inner-map iframe {
    display: block;
    height: 410px;
    width: 100%;
}

.section-19 .inner-more {
    text-align: center;
    margin-top: 32px;
}

.section-19 .inner-more a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 24px;
    background-color: var(--color-main);
    color: white;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5%;
    border-radius: 6px;
}

.section-19 .inner-more a img {
    height: 20px;
    width: auto;
}

@media (max-width: 575.98px) {
    .section-19 {
        padding: 20px 0;
    }
    
    .section-19 .inner-more {
        margin-top: 20px;
    }
    
    .section-19 .inner-more a {
        gap: 8px;
        padding: 4px 8px;
        font-size: 12px;
    }
    
    .section-19 .inner-more a img {
        height: 16px;
    }
}
/*End section-19*/

/*section-20*/
.section-20 {
    background-color: var(--color-main);
    padding: 40px 0;
}

.section-20 .box-title-1 {
    color: white;
}

.section-20 input {
    height: 64px;
    padding: 0 20px;
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 20px;
}

.section-20 textarea {
    min-height: 114px;
    padding: 20px;
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 20px;
}

.section-20 input::placeholder, .section-20 textarea::placeholder {
    color: #999999;
}

.section-20 .inner-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 20px;
    background-color: #EE9F4B;
    color: white;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5%;
    border-radius: 6px;
    border: 0;
}

@media (max-width: 575.98px) {
    .section-20 {
        padding: 20px 0;
    }
    
    .section-20 input {
        height: 52px;
        font-size: 16px;
    }
    
    .section-20 textarea {
        font-size: 16px;
    }
}
/*End section-20*/

/*product-detail-head*/
.product-detail-head {
    padding: 80px 0;
}

.product-detail-head .slider-thumbs {
    margin-top: 40px;
}

.product-image-detail .slider-thumbs .slick-arrow {
    background: white;
    opacity: 1;
    border-radius: 0;
    width: 36px;
    height: 36px;
    filter: opacity(1);
}

.product-image-detail .slider-thumbs .slick-prev {
    top: -40px;
}

.product-image-detail .slider-thumbs .slick-next {
    bottom: -40px;
}

.product-image-detail .slider-thumbs .thumb-item {
    margin: 4px 5px;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
}

.product-image-detail .slider-thumbs .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-detail .slider-thumbs .slick-arrow::before {
    font-size: 18px;
    color: var(--color-main);
}

.product-image-detail .slider-thumbs .slick-prev::before {
    content: "\324";
}

.product-image-detail .slider-thumbs .slick-next::before {
    content: "\311";
}

.product-image-detail .slider-main {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    overflow: hidden;
}

.product-detail-head .inner-text-note {
    margin-bottom: 40px;
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 1.75;
    letter-spacing: 1.25%;
    border-bottom: 1px solid #FFEBCF;
    padding-bottom: 40px;
}

.product-detail-head .button-add-cart {
    display: block;
    border: 1px solid var(--color-main);
    background: white;
    padding: 6px;
    text-align: center;
}

.product-detail-head .button-add-cart span {
    display: block;
    background-color: #FFEBCF;
    padding: 10px;
    font-family: var(--font-family-2);
    font-weight: 700;
    color: var(--color-main);
    font-size: 24px;
    letter-spacing: 0.15%;
}

.product-detail-head .button-add-cart:hover span {
    background-color: var(--color-main);
    color: white;
}
/*End product-detail-head*/

/*product-detail-content*/
.product-detail-content {
    padding-bottom: 80px;
}

.product-detail-content .nav-tabs {
    border: 0;
    background-color: #F2F2F2;
    margin-bottom: 30px;
    padding: 16px 30px;
}

.product-detail-content .nav-tabs .nav-link {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0.15%;
    line-height: 1.24;
    padding: 10px;
    border-radius: 4px;
    border: 0;
}

.product-detail-content .nav-tabs .nav-link.active {
    background: white;
    color: var(--color-main);
}

.product-detail-content .tab-content .tab-pane * {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    letter-spacing: 0.15%;
    line-height: 1.5;
}

.product-detail-content .tab-content .tab-pane table td {
    padding: 5px;
}

@media (max-width: 1280px) {
    .product-image-detail .slider-main .slick-next::before {
        font-size: 20px;
    }
    
    .product-image-detail .slider-main .slick-prev::before {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {
    .product-content-detail .price .price-amount {
        font-size: 34px;
    }
    
    .product-content-detail .price .price-amount.old-price {
        font-size: 24px;
    }
    
    .product-detail-head .button-add-cart span {
        font-size: 20px;
    }
    
    .product-detail-content .nav-tabs .nav-link {
        font-size: 16px;
    }
    
    .product-detail-content .tab-content .tab-pane * {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .product-detail-head {
        padding: 40px 0 32px 0;
    }
    
    .product-content-detail .product-title-detail {
        margin-top: 32px;
        font-size: 20px;
    }
    
    .product-detail-head .inner-text-note {
        font-size: 14px;
    }
    
    .product-detail-content .nav-tabs {
        margin-bottom: 20px;
    }
    
    .product-detail-content .nav-tabs .nav-link {
        font-size: 12px;
    }
    
    .product-detail-content .tab-content .tab-pane * {
        font-size: 14px;
    }
    
    .product-detail-content {
        padding-bottom: 40px;
    }
}
/*End product-detail-content*/

/*type-2*/
.type-2 .bg-breadcrums {
    background-color: #013784;
}

.type-2 .breadcrumbs-section a img {
    filter: brightness(0) invert(1);
}

.type-2 .breadcrumbs-section a {
    color: white;
}

.type-2 .breadcrumbs-section span {
    color: white;
}

.type-2 .product-detail-head .button-add-cart span {
    background-color: #003177;
    color: white;
}
/*End type-2*/

/*product-page-wrap*/
.product-page-wrap {
    padding: 60px 0;
}

.product-page-wrap > .container > .row > .col-12 {
    display: grid;
    grid-template-columns: 332fr 948fr;
    gap: 40px;
    align-items: flex-start;
}

@media (max-width: 1199.98px) {
    .product-page-wrap > .container > .row > .col-12 {
        grid-template-columns: 500fr 948fr;
        gap: 32px;
    }
}

@media (max-width: 991.98px) {
    .product-page-wrap > .container > .row > .col-12 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .product-page-wrap {
        padding: 20px 0;
    }
}
/*End product-page-wrap*/

/*category-view-list*/
.category-view-list {
    background-color: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid var(--color-main);
}

.category-view-list .title-section-1 {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #333333;
    margin-bottom: 0;
}

.category-view-list .title-section-1 a {
    color: var(--color-main);
    font-family: var(--font-family-2);
}

.category-view-list .categories-section {
    margin-bottom: 0;
}

.category-view-list .categories-section li {
    margin-bottom: 0;
    border-bottom: 1px solid #333333;
}

.category-view-list .categories-section a {
    padding: 12px 0;
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-main);
    letter-spacing: 1.25%;
    line-height: 1.75;
}

.category-view-list .categories-section a.active {
    font-weight: 700;
}

.category-view-list .categories-section li.has-child a {
    max-width: calc(100% - 36px);
}

.category-view-list .categories-section .dropdown-toggle {
    height: 52px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main);
}

.category-view-list .categories-section .dropdown-toggle:hover {
    background-color: var(--color-main);
    color: white;
}

.category-view-list .categories-section li.has-child .list-child {
    background-color: transparent;
    border-left: 1px solid #333333;
    border-top: 0;
}

.category-view-list .categories-section > li.has-child > .list-child li:last-child {
    border-bottom: 0;
}
/*End category-view-list*/

/*product-list-1*/
.product-list-1 > .row {
    margin-right: -8px;
    margin-left: -8px;
}

.product-list-1 > .row > .col-6 {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .product-list-1 > .row > .col-6 {
        margin-bottom: 24px;
    }
}
/*End product-list-1*/

/*section-17*/
.section-17 .inner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.section-17 .inner-item:first-child {
    grid-row: span 2;
}

.section-17 .inner-item:first-child img {
    width: 100%;
    aspect-ratio: 1/2;
    object-fit: cover;
}

.section-17 .inner-item:nth-child(2) img,
.section-17 .inner-item:nth-child(3) img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
/*End section-17*/

/*section-11*/
.section-11 video {
    display: block;
    width: 100%;
    height: auto;
}
/*End section-11*/

/*section-12*/
.section-12 {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-12 .inner-list {
    display: grid;
    gap: 150px;
}

.section-12 .inner-content {
    text-align: center;
}

.section-12 .inner-title {
    margin-bottom: 60px;
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 48px;
}

.section-12 .inner-desc {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 20px; 
    color: white;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-12 {
        padding: 60px 0;
    }
    
    .section-12 .inner-list {
        gap: 40px;
    }
    
    .section-12 .inner-title {
        margin-bottom: 20px;
        font-size: 28px;
    }
    
    .section-12 .inner-desc {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .section-12 .inner-title {
        font-size: 16px;
    }
    
    .section-12 .inner-desc {
        font-size: 10px;
    }
}
/*End section-12*/

/*section-13*/
.section-13 .inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-13 .inner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-13 .inner-main {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFEBCF 80.93%);
    padding: 75px 0;
    position: relative;
}

.section-13 .inner-content {
    width: 304px;
    margin-left: auto;
}

.section-13 .inner-title-main {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 34px;
    color: var(--color-main);
    letter-spacing: 0.25%;
    line-height: 1.2;
    margin-bottom: 32px;
}

.section-13 .inner-list {
    display: grid;
    gap: 32px;
}

.section-13 .inner-item > a {
    display: flex;
    gap: 12px;
    align-items: center;
}

.section-13 .inner-item .inner-title {
    width: 36px;
    height: 36px;
    background-color: var(--color-main);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    color: #FFEBCF;
}

.section-13 .inner-item .inner-text {
    flex: 1;
}

.section-13 .inner-item .inner-desc {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 14px;
    color: var(--color-main);
    line-height: 1.5;
}

.section-13 .inner-item .inner-desc-2 {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 1.5;
}

@media (max-width: 575.98px) {
    .section-13 .inner-main {
        padding: 22px 0;
    }
    
    .section-13 .inner-content {
        width: 140px;
    }
    
    .section-13 .inner-title-main {
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .section-13 .inner-list {
        gap: 20px;
    }
    
    .section-13 .inner-item .inner-title {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    
    .section-13 .inner-item .inner-desc {
        font-size: 12px;
    }
    
    .section-13 .inner-item .inner-desc-2 {
        font-size: 10px;
    }
}
/*End section-13*/

/*section-14*/
.section-14 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-14 .inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
}

.section-14 .inner-image img {
    width: 100%;
    aspect-ratio: 582/487;
    object-fit: cover;
    display: block;
}

.section-14 .inner-text-1 {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.4;
    background: linear-gradient(86.08deg, #BD7202 4.78%, #DBA835 26.08%, #FEE576 49.13%, #DBA835 71.74%, #BD7202 90.88%);
}

.section-14 .inner-text-2 {
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 400;
    color: #FFE299;
    letter-spacing: 0.4%;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .section-14 .inner-image img {
        aspect-ratio: 161 / 213;
    }
}

@media (max-width: 767.98px) {
    .section-14 .inner-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .section-14 .inner-text-1 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .section-14 .inner-text-2 {
        font-size: 10px;
    }
}
/*End section-14*/

/*section-15*/
.section-15 {
    padding: 60px 0;
    background-color: #FFF8E5;
}

.section-15 .inner-title-main {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.25%;
    background: linear-gradient(0deg, #7C0201 0%, #FF0001 100%);
    margin-bottom: 60px;
}

.section-15 .inner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 46px;
}

.section-15 .inner-item {
    border: 1px solid var(--color-main);
    border-radius: 12px;
    background-color: white;
    padding: 20px;
}

.section-15 .inner-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 16px;
}

.section-15 .inner-account {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.section-15 .inner-account .inner-image {
    width: 40px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.section-15 .inner-account .inner-info {
    flex: 1;
}

.section-15 .inner-account .inner-title {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.25%;
    line-height: 1.5;
    color: #B31E1E;
    margin-bottom: 4px;
}

.section-15 .inner-account .inner-desc {
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.5%;
    line-height: 1.6;
    color: #B31E1E;
}

.section-15 .inner-rating {
    background-color: #B31E1E;
    border-radius: 12px;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.section-15 .inner-rating .inner-number {
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.25%;
    line-height: 1.5;
    color: white;
}

.section-15 .inner-rating .inner-stars {
    display: flex;
    gap: 6px;
    font-size: 10px;
    color: #FFDD62;
}

.section-15 .inner-desc-2 {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4%;
    color: #B31E1E;
}

.section-15 .inner-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.section-15 .inner-images img {
    width: 100%;
    aspect-ratio: 264/169;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #B31E1E;
}

@media (max-width: 767.98px) {
    .section-15 .inner-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575.98px) {
    .section-15 {
        padding: 20px 0;
    }
    
    .section-15 .inner-title-main {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .section-15 .inner-list {
        gap: 20px;
    }
}
/*End section-15*/

/*section-23*/
.section-23 {
    background-color: #F2F2F2;
    padding: 60px 0;
}

.section-23 .inner-list {
    display: grid;
    gap: 20px;
}

.section-23 .inner-item a {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--font-family-2);
    line-height: 1.25;
    color: #1A1A1A;
    padding: 10px 0;
    display: inline-block;
}

.section-23 .inner-item a:hover {
    color: var(--color-main);
}

@media (max-width: 767.98px) {
    .section-23 {
        padding: 24px 0;
    }
    
    .section-23 .inner-list {
        gap: 8px;
    }
    
    .section-23 .inner-item a {
        font-size: 14px;
    }
}
/*End section-23*/

/*page-cart*/
.page-cart .empty {
    text-align: center;
    padding: 260px 0;
}

.page-cart .empty img {
    width: 144px;
    margin-bottom: 24px;
}

.page-cart .empty .empty-cart {
    font-family: var(--font-family-2);
    font-size: 20px;
}

.title-cart-content {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 18px;
    color: var(--color-main);
    margin-bottom: 20px;
}
/*End page-cart*/

/*Section 24*/
.section-24 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    padding: 50px;
    display: flex;
    align-items: center;
}

.section-24 .inner-box {
    background-color: #68000061;
    backdrop-filter: blur(16px);
    max-width: 822px;
    margin-left: auto;
    padding: 40px 32px;
}

.section-24 .inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-24 .inner-head .inner-text {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family-2);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: white;
}

.section-24 .inner-head .inner-action {
    display: flex;
    gap: 24px;
}

.section-24 .inner-head .inner-action .inner-button-menu {
    display: none;
}

.section-24 .inner-head .inner-action img {
    height: 24px;
    width: auto;
}

@media (max-width: 991.98px) {
    .section-24 {
        padding: 35px 0;
    }
    
    .section-24 .inner-box {
        padding: 0;
        background-color: transparent;
        backdrop-filter: none;
    }
    
    .section-24 .inner-head {
        margin-bottom: 26px;
    }
    
    .section-24 .inner-head .inner-text {
        font-size: 20px;
    }
    
    .section-24 .inner-head .inner-action .inner-button-menu {
        display: inline;
    }
    
    .section-24 .inner-head .inner-action img {
        height: 20px;
    }
}

@media (max-width: 575.98px) {
    .section-24 {
        align-items: flex-start;
    }
    
    .section-24 .inner-head .inner-text {
        font-size: 12px;
    }
    
    .section-24 .inner-head .inner-action {
        gap: 8px;
    }
    
    .section-24 .inner-head .inner-action img {
        height: 16px;
    }
}
/*End Section 24*/

/*section-25*/
.section-25 .inner-item {
    padding: 10px;
    padding-right: 0;
    border-bottom: 2px solid white;
    margin-bottom: 8px;
}

.section-25 .inner-item.br {
    margin-bottom: 50px;
}

.section-25 .inner-item .inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-25 .inner-item .inner-content .inner-title {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: white;
}

.section-25 .inner-item .inner-content > img {
    height: 28px;
    width: auto;
}

@media (max-width: 991.98px) {
    .section-25 {
        background-color: #68000061;
        backdrop-filter: blur(16px);
        border-radius: 15px;
        padding: 60px 20px 20px 20px;
    }
    
    .section-25 .inner-item .inner-content .inner-title {
        font-size: 18px;
    }
    
    .section-25 .inner-item .inner-content > img {
        height: 20px;
    }
    
    .section-25 .inner-item.br {
        margin-bottom: 8px;
    }
}

@media (max-width: 575.98px) {
    .section-25 .inner-item {
        margin-bottom: 6px;
    }
    
    .section-25 .inner-item.br {
        margin-bottom: 6px;
    }
    
    .section-25 .inner-item .inner-content .inner-title {
        font-size: 12px;
        font-weight: 600;
    }
}
/*End section-25*/

/*modal-quick-search*/
.modal-quick-search .inner-main {
    max-width: 866px;
    margin: 44px auto;
}

.modal-quick-search .inner-wrap-1 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.modal-quick-search .inner-wrap-1 button {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
}

.modal-quick-search .inner-wrap-1 button img {
    width: 100%;
    height: 100%;
}

.modal-quick-search .inner-wrap-2 {
    margin-bottom: 64px;
    border: 2px solid var(--color-main);
    padding: 4px;
}

.modal-quick-search .inner-wrap-2 form {
    border: 2px solid var(--color-main);
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.modal-quick-search .inner-wrap-2 form input {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.15%;
    padding: 0;
    border: 0;
    height: 28px;
    flex: 1;
}

.modal-quick-search .inner-wrap-2 form input::placeholder {
    font-family: var(--font-family-2);
    font-weight: 700;
}

.modal-quick-search .inner-wrap-2 form button {
    padding: 0;
    margin: 0;
    width: 22px;
    height: 22px;
    border: 0;
    background: transparent;
}

.modal-quick-search .inner-wrap-2 form button img {
    width: 100%;
    height: 100%;
}

.modal-quick-search .inner-wrap-3 {
    margin-top: 44px;
}

.modal-quick-search .inner-wrap-3 .inner-title {
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-main);
    letter-spacing: 0.5%;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 2px solid var(--color-main);
}

.modal-quick-search .inner-wrap-3 .inner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.modal-quick-search .inner-wrap-3 .inner-list a {
    display: inline-block;
    padding: 10px;
    border-radius: 28px;
    background-color: #E6E6E6;
    font-family: var(--font-family-2);
    font-weight: 700;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0.25%;
}

@media (max-width: 575.98px) {
    .modal-quick-search .inner-main {
        margin: 0 auto;
    }
    
    .modal-quick-search .inner-wrap-1 {
        margin-bottom: 16px;
    }
    
    .modal-quick-search .inner-wrap-1 button {
        width: 20px;
        height: 20px;
    }
    
    .modal-quick-search .inner-wrap-2 form input {
        font-size: 14px;
    }
    
    .modal-quick-search .inner-wrap-2 form button {
        width: 20px;
        height: 20px;
    }
    
    .modal-quick-search .inner-wrap-2 {
        margin-bottom: 24px;
    }
    
    .modal-quick-search .inner-wrap-3 {
        margin-top: 24px;
    }
    
    .modal-quick-search .inner-wrap-3 .inner-list {
        gap: 10px;
    }
    
    .modal-quick-search .inner-wrap-3 .inner-title {
        font-size: 12px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid var(--color-main);
    }
    
    .modal-quick-search .inner-wrap-3 .inner-list a {
        padding: 4px 8px;
        font-size: 10px;
    }
}
/*End modal-quick-search*/

/*modal-menu-mobile*/
.modal-menu-mobile .inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-menu-mobile .inner-head .inner-logo img {
    height: 24px;
    width: auto;
}

.modal-menu-mobile .inner-head .inner-action {
    display: flex;
    align-items: center;
    gap: 14px;
}

.modal-menu-mobile .inner-head .inner-action button {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
}

.modal-menu-mobile .inner-head .inner-action img {
    width: 100%;
    height: 100%;
}

.modal-menu-mobile .inner-list {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--color-main);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-menu-mobile .inner-list a {
    font-weight: 700;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.5%;
    color: #666666;
}

.modal-menu-mobile .inner-list.inner-bold a {
    color: #1A1A1A;
}
/*End modal-menu-mobile*/