@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "iCiel Pacifico";
    src: url("../fonts/iCiel Pacifico.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "MYRIADPRO";
    src: url("../fonts/MYRIADPRO-REGULAR.OTF");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../fonts/MyriadPro-Bold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-VariableFont_wght.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SanFranciscoDisplay";
    src: url("../fonts/SanFranciscoDisplay-Medium.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SanFranciscoDisplayR";
    src: url("../fonts/SanFranciscoDisplay-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
}

ul,
li {
    list-style-type: none;
}

img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.d-flex {
    display: flex;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}


.procuct_item_desc:hover .procuct_item_desc_show {
    display: block !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    html {
        scroll-padding-top: 46px; /* Match your header height */
    }
    
}

/* ------------------------------ Modal Top ------------------------------ */

#modal_top {
    background-color: #F8F1D3;
    padding: 22px 0px;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.modail_top {
    text-align: center;
    padding: 0px 3%;
}

.modal_top_btn {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    background-color: #EE1D23;
    color: #FFFFFF;
    padding: 10px 35px;
    border-radius: 30px;
    font-family: 'Montserrat-Bold';
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    height: auto;
    border: 1px solid #EE1D23;
}

.modal_top_btn:hover {
    background-color: #FFFFFF;
    color: #EE1D23;
    transition: 0.3s ease-in-out;
}

.modal_hide  {
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

/* ------------------------------ Header ------------------------------ */

header#header {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 999;
}

.header_top {
    position: relative;
    width: 100%;
    background-color: #fff8f0;
    color: #fff;
    padding: 25px 0px;
}

.header_top_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0 7px 28px -16px #ec1c24;
    box-shadow: 0 7px 28px -16px #ec1c24;
}

.header.active_header {
    position: fixed !important;
    -webkit-box-shadow: 0 7px 28px -16px #ec1c24;
    box-shadow: 0 0 10px 0 #ec1c24;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    top: 0px;
    z-index: 9999;
}

.header.active_header .header_logo img {
    width: 120px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.header_logo img {
    width: 190px;
}

.contact_info_item {
    display: flex;
    align-items: center;
    border-right: 2px solid #ffffff;
    margin-right: 18px;
    padding-right: 18px;
}

.contact_info_item:last-child {
    border-right: 2px solid transparent;
}

.contact_info_img img {
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

.header_contact_info {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}

.top_right_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_top_right {
    text-align: right;
}

.contact_info_text {
    font-size: 20px;
    font-family: "Montserrat-Bold";
    color: #ec1c24;
}

.contact_info_text a {
    font-size: 20px;
    font-family: "Montserrat-Bold";
    color: #ec1c24;
}

.header-search {
    position: relative;
}

.header-search form {
    display: flex;
    align-items: center;
}

.header-search form label {
    margin-bottom: 0px;
}

.header-search-form input,
.header-search-form button {
    background-color: #fff;
    height: 33px;
    color: #000;
    outline: none;
}

.header-search-form input {
    border-radius: 20px;
    width: 250px;
}

.header-search-form input {
    border: 1px solid #fff;
    padding-right: 15px;
    font-size: 16px;
    padding-left: 1rem;
    padding-right: 4rem;
    position: relative;
}

.header-search-form button {
    height: 32.5px;
    cursor: pointer;
    border: none;
    background-color: #ec1c24;
    color: #ffffff;
    font-size: 12px;
    font-family: "Montserrat-Bold";
    padding: 7px 15px;
    margin-left: -25px;
    z-index: 99;
    border-radius: 20px;
}

i#btn {
    display: none;
}

.wrap-menu_mobile,
.wrap-header-icon {
    display: none;
}

.wrap-header-right {
    position: relative;
    margin: auto 0px;
}

.wrap-menu ul li a {
    font-family: "Montserrat-Bold" !important;
}

.wrap-menu ul li a:hover {
    border-bottom: 3px solid #ec1c24 !important;
}

.wrap-menu ul ul li a:hover {
    border-bottom: unset !important;
}

.gian_hang {
    margin: 5px 10px 5px 0px;
    position: relative;
}

.gian_hang .gian_hang_btn {
    background-color: #ec1c24;
    color: #ffffff;
    font-size: 13px;
    font-family: "Montserrat-Bold";
    padding: 7px 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gian_hang .gian_hang_btn img {
    width: 12px;
    height: auto;
    margin-right: 8px;
}

.gian_hang .btn-sub-wrp {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 30px;
    left: 0;
}

.mb {
    display: none;
}

.menu>li {
    position: relative;
    display: inline-block;
    /* Hoặc block tùy theo thiết kế của bạn */
    /* margin-right: 20px; */
}

#sub-menu>li>a {
    text-decoration: none;
    padding: 8px 12px;
    text-transform: none;
    border-bottom: 1px solid #ddd;
    display: block;
}

#sub-menu>li:last-child a {
    border-bottom: 1px solid transparent;
}

/* Ẩn submenu mặc định */
#sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 245px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0px 2px 5px #00000054;
}

/* Hiển thị mũi tên khi có submenu */
.menu-item-has-children>a::after {
    content: '▼';
    /* Ký tự mũi tên */
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hiển thị submenu khi hover vào mục cha */
.menu-item-has-children:hover>#sub-menu {
    display: block;
}



/* CSS cho biểu tượng mũi tên */
.menu-item-has-children>a::after {
    content: '▼';
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.menu{
    padding-left: 0px;
    margin: 0px;
}
.menu li a {
    line-height: 56px;
    height: 56px;
    padding: 0 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #ec1c24;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: "Montserrat-Bold" !important;
    font-size: 16px;
    outline: none;
}
#sub-menu{
    z-index: 999;
    position: absolute;
    width: 270px;
    max-width: none;
    padding: 0;
    border: 0;
    background: rgba(236, 28, 36, 0.598);
    border-radius: 0;
    margin: 0px;
}
.header_wrap .menu li a:hover, .menu li a:focus {
    border-bottom: 3px solid #ec1c24;
}
ul#sub-menu li{
    height: 35px;
}
ul#sub-menu li a{
    display: block;
    background: #fff;
    color: #ec1c24;
    font-family: "Montserrat-Bold";
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 0px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
ul#sub-menu li a:hover{
    background: rgba(236, 28, 36, 0.598);
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}


/* -------------------- Banner ------------------ */

.home_banner_item {
    position: relative;
}

.banner_img_item {
    width: 100%;
    height: 766px;
}

.banner_img_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section#home_banner .owl-carousel .owl-dots {
    position: relative;
    bottom: 25px;
    /* display: flex; */
    display: none;
    justify-content: center;
}

section#home_banner .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 2px solid #ec1c24;
    border-radius: 100px;
    margin: 0 5px;
    opacity: 0.46;
}

section#home_banner .owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #ec1c24;
    background-color: #ec1c24;
    opacity: 1;
}

section#home_banner .owl-carousel .owl-nav {
    position: absolute;
    z-index: 99;
    bottom: 18px;
    /* display: flex; */
    display: none;
    justify-content: space-between;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
}

section#home_banner .owl-carousel .owl-nav .owl-prev,
section#home_banner .owl-carousel .owl-nav .owl-next {
    background-color: #ec1c24;
    display: flex;
    padding: 9px 10px;
    border-radius: 50%;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

section#home_banner .owl-carousel .owl-nav .owl-prev:hover,
section#home_banner .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

section#home_banner .owl-carousel .owl-nav .owl-prev img,
section#home_banner .owl-carousel .owl-nav .owl-next img {
    width: 8px;
    height: auto;
}

.home_banner_mobile,
.img_mb {
    display: none;
}

.banner_note {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 8px;
    z-index: 9;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0px 10%;
}

.banner_note p {
    margin-bottom: 0px;
}

.banner_content {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    left: 0;
    top: 7%;
}

.banner_subtitle {
    color: #FF0000;
    font-size: 35px;
    font-family: 'Montserrat-Bold';
}

.banner_title {
    color: #FF0000;
    font-size: 80px;
    font-family: "Nunito";
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    text-transform: uppercase;
    text-shadow: 2.5px 2.5px 0px #FFFFFF, -2.5px -2.5px 0px #FFFFFF, 2.5px -2.5px 0px #FFFFFF, -2.5px 2.5px 0px #FFFFFF, 0px 0px 20px #a5a1a1;
    position: relative;
}

.banner_origin {
    font-family: 'Montserrat-Bold';
    font-size: 25px;
    color: #FF0000;
    border-radius: 40px;
    border: 1px solid #FF0000;
    padding: 13px 40px;
    display: inline-flex;
    column-gap: 20px;
    align-items: center;
    background-image: linear-gradient(to right, #F7B36C, #FFEBCF, #FFDBAF, #FFE8B4, #FFFBDB, #FFD98E, #FFEBCF);
    margin: 25px 0px 15px 0px;
}

.origin_wrap {
    position: relative;
    width: 56px;
    height: 32px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 5px rgba(221, 142, 3, 0.75);
}

.origin_wrap::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #CA0011;
    border-radius: 50%;
}

.banner_text {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
}

/* ------------------- Feature ------------------- */

section#feature {
    padding: 24px 0px 47px 0px;
    background-image: url(../images/bg_feature.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: visible;
}

section#feature .container {
    width: 1470px;
    max-width: 100%;
    margin: 0 auto;
}

section#feature h2 {
    margin-bottom: 30px;
}

section#feature .info_box {
    background: #fff;
    border-radius: 50px;
    padding: 65px 103px 4px;
    position: relative;
}

section#feature .info_box .two_col {
    display: flex;
    justify-content: space-between;
}

section#feature .info_box .img_boy {
    position: absolute;
    top: 208px;
    right: 14px;
}

section#feature .info_box .img_girl {
    position: absolute;
    top: 494px;
    left: 40px;
}

section#feature .info_box .two_col .col_l {
    padding-right: 10px;
}

section#feature .info_box .two_col .col_r {
    padding-left: 10px;
}

section#feature .info_box .two_col dl {
    display: table;
    height: 284px;
}

section#feature .info_box .two_col dl dt, section#feature .info_box .two_col dl dd {
    font-size: 1.4583333333333333vw;
    font-family: "SanFranciscoDisplay";
    position: relative;
    z-index: 1;
}

section#feature .info_box .two_col dl dd {
    padding-left: 111px;
    margin-top: -9px;
    line-height: 32px;
}

section#feature .info_box .txt {
    text-align: center;
    font-size: 20px;
    color: #564643;
    line-height: 25px;
}

section#feature .info_box .box_txt {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: "SanFranciscoDisplayR";
    padding: 15px 0 11px 0;
}

section#feature .info_box .box_txt::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 28px;
    right: 28px;
    height: 2px;
    background-color: #000;
}

section#feature .info_box .box_txt span {
    color: #ec1c24;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1366px) {
    section#feature .info_box {
        padding: 65px 15px;
    }

    section#feature .info_box .img_boy {
        top: 29%;
        right: 1%;
    }

    section#feature .info_box .img_girl {
        top: 72%;
        left: 4%;
    }

    section#feature .info_box .img_boy img {
        width: 80%;
    }
    
    section#feature .info_box .img_girl img {
        width: 80%;
    }
    
    section#feature .info_box .txt {
        margin-top: 0;
    }

    section#feature .info_box .two_col dl dt, section#feature .info_box .two_col dl dd {
        font-size: 24px;
    }

    section#feature .info_box .two_col dl dd {
        padding-left: 53px;
        margin-top: -3px;
    }
}

@media (max-width: 768px) {
    section#feature .info_box .img_boy {
        display: none;
    }
    
    section#feature .info_box .img_girl {
        display: none;
    }

    section#feature .info_box .two_col {
        flex-direction: column;
    }

    section#feature .info_box {
        padding: 16px 13px 4px;
        margin: 0 37px;
        border-radius: 13px;
    }

    section#feature .container {
        width: 100%;
        padding: 0;
    }

    section#feature {
        padding: 0;
    }

    section#feature h2 {
        margin-top: 0;
    }

    section#feature .info_box .two_col dl {
        height: 32vw;
        padding-left: 0;
        margin-bottom: 6px;
    }

    section#feature .info_box .two_col dl dd {
        padding-left: 6.44vw;
        margin-top: 0.53vw;
        line-height: 4.44vw;
        text-align: center;
        font-size: 4.04vw;
    }

    section#feature .info_box .two_col .col_r dl:last-child dd {
        padding-left: 0;
    }

    /* section#feature .info_box .two_col .col_l {
        padding: 0;
    } */

    section#feature .info_box .two_col .col_r {
        padding-left: 0;
    }

    section#feature .info_box .txt {
        margin-top: 6.67vw;
        line-height: 3.61vw;
        font-size: 2.78vw;
    }

    section#feature .info_box .box_txt::before {
        top: 1.25vw;
        height: 0.56vw;
    }

    section#feature .info_box .box_txt {
        padding: 3.06vw 0 4.03vw 0;
        line-height: 4.17vw;
        font-size: 3.3vw;
    }
}

/* ------------------- Product List ------------------- */


section#product_list {
    position: relative;
    z-index: 99;
    padding: 29px 0px 90px 0px;
    background: url(../images/bg_product.jpg) no-repeat center bottom;
    background-size: cover;
}

section#product_list .container {
    width: 1470px;
    max-width: 100%;
    margin: 0 auto;
}

section#product_list h2 {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

section#product_list .home_product_wrapper {
    position: relative;
    z-index: 2;
}

section#product_list .item_list {
    display: flex;
    padding-bottom: 67px;
}

section#product_list .item_list .home_product_item .img {
    margin-bottom: 40px;
}

section#product_list .item_list .home_product_item:first-child .product_item_content {
    padding-left: 45px;
}

section#product_list .item_list .home_product_item:last-child .product_item_content {
    padding-right: 45px;
}

section#product_list .owl-carousel {
    background-color: #fff200;
    border-radius: 15px;
    position: relative;
    padding-bottom: 9px;
}

section#product_list .owl-carousel .owl-nav {
    position: absolute;
    top: 37%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

section#product_list .owl-carousel .owl-nav .owl-prev,
section#product_list .owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    display: flex;
    padding: 0;
    border-radius: 0%;
    border: 0;
    /* opacity: 0.6; */
    position: relative;
    transition: 0.3s ease-in-out;
}

section#product_list .owl-carousel .owl-nav .owl-prev {
   left: -50px;
}

section#product_list .owl-carousel .owl-nav .owl-next {
    right: -50px;
}

section#product_list .owl-carousel .owl-nav .owl-prev:hover,
section#product_list .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

section#product_list .owl-carousel .owl-nav .owl-prev img,
section#product_list .owl-carousel .owl-nav .owl-next img {
    width: 30px;
    height: auto;
}

section#product_list .owl-carousel .owl-dots {
    position: absolute;
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
}

section#product_list .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#product_list .owl-carousel .owl-dots .owl-dot {
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    border: 2px solid #ff0d0c;
    border-radius: 100px;
    margin: 0 24px;
    opacity: 0.46;
}

section#product_list .owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #ff0d0c;
    background-color: #ff0d0c;
    opacity: 1;
    width: 40px;
    height: 40px;
}

section#product_list .peoduct_item_detail a:hover {
    color: #ffffff;
    background-color: #ec1c24;
    transition: none;
}

section#product_list .box_info_product {
    margin: 0px 53px 105px;
    border: 2px solid #000;
    border-radius: 15px;
}

section#product_list .box_info_product h3 {
    font-family: "SanFranciscoDisplay";
    font-size: 36.39px;
    font-weight: 500;
    padding: 27px 0 31px 75px;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
}

/* ------------------- QA ------------------- */

.qa_wrap {
    margin: 0 38px;
}

.qa_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 74px 25px;
    font-size: 36.69px;
    text-transform: uppercase;
    font-family: 'SanFranciscoDisplay';
}

.qa_btn img {
    width: 27px;
    height: auto;
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
    object-fit: contain;
}

.qa_img.show_rotate {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.qa_tl {
    display: none;
    padding: 15px 60px 60px 60px;
}

.qa_tl p {
    margin-bottom: 0px;
}

.qa_tl iframe {
    overflow: hidden;
    margin: 33px 0px 26px;
    width: 100% !important;
    border: none;
}

.qa_item:first-child .qa_tl {
    padding: 0px 0px 0px 0px;
}

.qa_item:first-child .qa_tl p {
    margin-bottom: 0;
}

.qa_item:nth-child(2) .qa_tl, .qa_item:nth-child(3) .qa_tl {
    font-size: 28px;
    font-family: 'SanFranciscoDisplay';
    padding: 10px 75px 19px;
    position: relative;
    z-index: 5;
    line-height: 0;
}

.qa_item:nth-child(2) .qa_tl td {
    line-height: 39px;
}

.qa_item:nth-child(3) .qa_tl td {
    line-height: 48px;
}

.qa_item {
    border: 2px solid #333333;
    border-radius: 17px;
    margin-bottom: 51px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.qa_item:last-child {
    margin-bottom: 0px;
}

.qa_item:first-child .qa_tl tbody {
    background-color: #fff200;
}

.qa_item:first-child .qa_tl tbody tr td {
    padding: 0 30px 0 30px;
}

.qa_item:first-child .qa_tl p {
    padding: 0 26px 53px 19px; 
    background-color: #fff200;
}

.btn_shopping {
    text-align: center;
    padding-top: 60px;
}

.btn_shopping a {
    transition: all .3s;
}

.btn_shopping a:hover {
    opacity: 0.8;
    transition: all .3s;
}

section#product_list .owl-carousel.sp {
    display: none;
}

section#product_list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg_deco_pc.jpg) no-repeat;
    z-index: 1;
}

@media (max-width: 768px) {
    section#product_list .item_list.pc {
        display: none;
    }

    section#product_list .owl-carousel.sp {
        display: block;
    }

    section#product_list {
        padding: 20px 0px 90px 0px;
        position: relative;
        background: url(../images/bg_product_sp.jpg) no-repeat center bottom;
    }

    section#product_list:before {
        content: "";
        position: absolute;
        top: 5vw;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../images/bg_product_deco.jpg) no-repeat;
    }

    section#product_list .container {
        width: 100%;
        padding: 0;
    }

    section#product_list h2 {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

    section#product_list .owl-carousel.sp {
        background: none;
    }

    section#product_list .peoduct_item_detail {
        margin: 39px 0px 34px 0px !important;
    }

    section#product_list .peoduct_item_detail a {
        border: 4px solid #ec1c24;
        font-size: 3.4vw;
        padding: 17px 34px;
        border-radius: 40px;
    }

    section#product_list .product_item_order .product_item_order_hover {
        padding: 14px 35px;
        font-size: 3.4vw;
        border-radius: 40px;
    }

    section#product_list .info_product_wrap {
        width: 89.5%;
        margin: 4.5vw auto 0;
        border: 2px solid #000;
        border-radius: 35px;
        background: #fff200;
    }

    section#product_list .info_product_wrap h3 {
        font-size: 6.11vw;
        text-align: center;
        font-family: 'SanFranciscoDisplay';
        padding: 4.44vw 0 5.28vw 0;
        background: #fff;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }

    section#product_list .info_product_wrap p {
        padding: 4.14vw 2.78vw 3.7vw 3.19vw;
        margin-bottom: 0;
        border-radius: 33px;
    }

    section#product_list .qa {
        padding: 92px 0px 0 0px;
    }

    .qa_wrap {
        margin: 0 25px;
    }

    section#product_list .qa .qa_item {
        border-radius: 32px;
        margin-bottom: 37px;
    }

    section#product_list .qa .qa_item:last-child {
        margin-bottom: 20px;
    }

    section#product_list .qa .qa_btn{
        font-size: 6.11vw;
        text-align: center;
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 3.47vw 10.28vw 3.89vw;
        white-space: nowrap;
    }

    section#product_list .qa .qa_btn img {
        position: absolute;
        top: 41%;
        right: 2.78vw;
        width: 5.42vw;
    }

    section#product_list .qa_item:first-child .qa_tl tbody tr td {
        padding: 0 17px 0 22px;
    }

    section#product_list .qa_tl iframe {
        margin: 31px 0px 15px;
        height: 339px;
    }

    section#product_list .qa_item:first-child .qa_tl p {
        padding: 0 20px 33px 22px;
    }

    section#product_list .owl-carousel .owl-nav {
        top: 8.4%;
        z-index: 1;
    }

    section#product_list .owl-carousel .owl-nav .owl-prev {
        left: 5%;
    }

    section#product_list .owl-carousel .owl-nav .owl-next {
        right: 5%;
    }

    .qa_item:nth-child(2) .qa_tl, .qa_item:nth-child(3) .qa_tl {
        font-size: 4.67vw;
        padding: 0 11px 44px 20px;
    }

    .btn_shopping {
        padding-top: 0;
        width: 92%;
        margin: 0 auto;
    }

    .btn_shopping a {
        opacity: 1;
    }
}
/* -------------------------------------- */

h3.home_pro_title {
    font-family: 'Montserrat-Bold';
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #ec1c24;
    margin: 0px 0px 80px 0px;
    line-height: 1.3;
}

.product_animation {
    position: absolute;
    left: -40%;
    top: 0%;
    width: 20%;
    height: 82px;
    transition: 0.3s ease-in-out;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    background-color: transparent;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
}

.product_animation::before {
    transition: 0.5s ease-in-out;
    left: 70%;
}


/* ------------------- Product ------------------- */

section#home_product {
    position: relative;
    z-index: 99;
    padding: 60px 0px 90px 0px;
}

section#home_product .owl-carousel .owl-nav {
    position: absolute !important;
    top: 50% !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: -1;
    bottom: inherit !important;
}

section#home_product .owl-carousel .owl-nav .owl-prev,
section#home_product .owl-carousel .owl-nav .owl-next {
    background-color: #FFFFFF !important;
    display: flex !important;
    padding: 0 !important;
    border-radius: 0% !important;
    border: 0 !important;
    opacity: 1 !important;
    position: relative !important;
    transition: 0.3s ease-in-out !important;
}

section#home_product .owl-carousel .owl-nav .owl-prev {
   left: -50px !important;
}

section#home_product .owl-carousel .owl-nav .owl-next {
    right: -50px !important;
}

section#home_product .owl-carousel .owl-nav .owl-prev:hover,
section#home_product .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1 !important;
    transition: 0.3s ease-in-out !important;
}

section#home_product .owl-carousel .owl-nav .owl-prev img,
section#home_product .owl-carousel .owl-nav .owl-next img {
    width: 30px !important;
    height: auto !important;
}

section#home_product .owl-carousel .owl-dots {
    position: relative;
    bottom: -35px;
    display: none !important;
    /* display: flex; */
    justify-content: center;
}

section#home_product .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 2px solid #ec1c24;
    border-radius: 100px;
    margin: 0 5px;
    opacity: 0.46;
}

section#home_product .owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #ec1c24;
    background-color: #ec1c24;
    opacity: 1;
}

h3.home_pro_title {
    margin-bottom: 70px;
}

.peoduct_item_avata {
    position: relative;
    z-index: 99999;
    text-align: center;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 40px;
}

.peoduct_item_avata::before {
    position: absolute;
    width: 90%;
    height: 95px;
    background-color: #F2F2F2;
    content: "";
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border-radius: 50%;
    filter: blur(5.5px);
}

.peoduct_item_avata img {
    position: relative;
    z-index: 9;
    max-width: 65%;
    margin: 0px auto;
}

.peoduct_item_title {
    font-size: 22px;
    text-align: center;
    color: #ec1c24;
    line-height: 1.3;
    margin: 15px 0px 50px 0px;
}

.procuct_item_desc_show {
    position: absolute;
    width: 360px;
    height: auto;
    top: 50px;
    left: 15px;
    z-index: 99;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 1px;
    display: none;
    text-align: left;
    background-image: linear-gradient(to right , #ffdbaf , #ec1c24);
}

#a3 .procuct_item_desc_show {
    left: -340px;
}

/* .owl-item.active:nth-child(1) {
    z-index: 9999;
}

.owl-item.active:nth-child(2) {
    z-index: 999;
}

.owl-item.active:nth-child(3) {
    z-index: 99;
}

.owl-item.active:nth-child(4) {
    z-index: 9;
} */

.item_desc_show_wrap {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    font-size: 11px;
}

.item_desc_show_wrap p {
    margin-bottom: 7px;
}

.peoduct_item_avata.active .procuct_item_desc_show {
    display: block;
}

.procuct_item_desc {
    position: absolute !important;
    width: 34px !important;
    height: 34px !important;
    bottom: -4% !important;
    right: 11% !important;
    z-index: 99 !important;
    background-color: #ec1c24 !important;
    border-radius: 50px !important;
    display: block;
    background-image: url(../images/info-detail.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    cursor: pointer !important;
}

.product_item_order {
    margin: 10px 0px;
    position: relative;
    text-align: center;
}

.product_item_order .product_item_order_hover {
    font-size: 16px !important;
    color: #FFFFFF !important;
    border: 1px solid #EC1C24 !important;
    padding: 13px 30px !important;
    font-family: "Montserrat-Medium" !important;
    border-radius: 30px !important;
    display: inline-block !important;
    margin: 0px auto !important;
    cursor: pointer !important;
    transition: 0.3s ease-in-out !important;
    background-color: #EC1C24 !important;
    background-image: none !important;
}

.product_item_order .product_item_order_hover:hover {
    transition: 0.3s ease-in-out;
    background-color: #FFFFFF;
    color: #EC1C24;
}

.order_active {
    display: block !important;
    transition: 0.3s ease-in-out;
}

.btn-sub-wrp {
    background: #f43d53;
    border-radius: 10px;
    width: 80%;
    margin: 0px auto;
    padding: 10px;
    position: relative;
    display: none;
    min-height: 104px;
    margin-top: 10px;
}

.btn-sub-wrp::before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg) skew(10deg, 10deg);
    background: #f43d53;
    top: 5px;
    left: calc( 50% - 7.5px);
}

.btn-sub-buy {
    background: #fff;
    padding: 2px;
    border-radius: 8px;
    line-height: 18px;
    display: block;
    margin-bottom: 8px;
    height: 38px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-sub-buy.shopee {
    background-image: url('../images/btn-shopee.png');
}

.btn-sub-buy.lazada {
    background-image: url('../images/btn-lazada.png');
}

.btn-sub-buy:last-child {
    margin-bottom: 0;
}

.peoduct_item_detail {
    text-align: center !important;
    margin: 13px 0px 25px 0px !important;
}

.peoduct_item_detail a {
    font-size: 16px !important;
    color: #ec1c24 !important;
    padding: 13px 30px !important;
    border: 1px solid #ec1c24 !important;
    border-radius: 30px !important;
    font-family: "Montserrat-Medium" !important;
    transition: 0.3s ease-in-out !important;
    text-decoration: none !important;
}

.peoduct_item_detail a:hover {
    color: #ffffff !important;
    background-color: #ec1c24;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.peoduct_item_detail a:focus {
    color: #ffffff !important;
    background-color: #ec1c24;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

@media (min-width: 768px) {
    ._mt30pc {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .peoduct_item_avata {
        height: 353px;
    }

    /* .peoduct_item_avata img {
        max-width: 40vw;
    } */

    .procuct_item_desc {
        right: 25%;
    }
}

@media (max-width: 1024px) {
    section#home_product .owl-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }

    section#home_product .owl-carousel .owl-nav .owl-next {
        right: 0 !important;
    }

    .peoduct_item_avata {
        height: 103vw;
    }

    .procuct_item_desc_show {
        width: 400px !important;
        left: -63vw !important;
        top: 8vw !important;
    }
}

@media (max-width: 480px) {
    section#home_product .owl-carousel .owl-nav {
        bottom: unset !important;
        width: 100% !important;
        left: 50% !important;
        transform: translate(-50%, -25%) !important;
        top: 25% !important;
    }

    .peoduct_item_avata {
        width: 70% !important;
        margin: 0px auto !important;
        margin-bottom: 30px !important;
        height: 285px !important;
    }

    section#home_product .owl-carousel .owl-nav .owl-prev img, section#home_product .owl-carousel .owl-nav .owl-next img {
        width: 20px !important;
    }

    .procuct_item_desc_show {
        width: 350px !important;
        left: 7vw !important;
        top: 72vw !important;
    }
}

/* ------------------ Footer -------------------- */

footer#footer {
    background-color: #ec1c24;
    padding: 55px 0px 60px 0px;
}

.footer_logo img {
    width: 240px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-bottom: 30px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

a.footer_menu_item {
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    color: #ffffff;
    padding: 0px 40px;
    text-transform: uppercase;
}

a.footer_menu_item:last-child {
    padding: 0px 0px 0px 40px;
}

a.footer_menu_item:first-child {
    padding: 0px 40px 0px 00px;
}

.footer_text {
    font-size: 18px;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer_social_network a img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.footer_social_network img {
    width: 110px;
    margin-left: 5px;
}

.footer_info_title {
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer_info_content,
.footer_info_content a {
    color: #ffffff;
}