@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: "Nunito";
    src: url("../fonts/Nunito-VariableFont_wght.ttf");
    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;
}

/* ------------------------------ Modal Top ------------------------------ */
#modal_top {
    background-color: #099582;
    padding: 22px 0px;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
    color: #fff;
}

.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;
}

.procuct_item_desc:hover .procuct_item_desc_show {
    display: block !important;
}

/* ------------------------------ 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,
#sub-menu2>li:last-child a {
    border-bottom: 1px solid transparent;
}

/* Ẩn submenu mặc định */
#sub-menu,
#sub-menu2 {
    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;
}

#sub-menu2 {
    right: -270px;
    left: auto;
    top: 5px;
    box-shadow: none;
}

/* Hiển thị mũi tên khi có submenu */
.menu-item-has-children>a::after,
.menu-item-has-children2>a::after {
    content: '▼';
    /* Ký tự mũi tên */
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item-has-children2>a::after {
    transform: rotate(-90deg);
}

/* Hiển thị submenu khi hover vào mục cha */
.menu-item-has-children:hover>#sub-menu,
.menu-item-has-children2:hover>#sub-menu2 {
    display: block;
}

/* CSS cho biểu tượng mũi tên */
.menu-item-has-children>a::after,
.menu-item-has-children2>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,
#sub-menu2 {
    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,
ul#sub-menu2 li {
    height: 35px;
}

ul#sub-menu li a,
ul#sub-menu2 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,
ul#sub-menu2 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%;
}

.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;
}

.label-premium {
    width: 289px;
    height: 54px;
    margin: 20px auto 7px;
}

.label-premium img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.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: 70px 0px 10px 0px;
    background-image: url(../images/back_feature.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99;
    overflow: visible;
    color: #fff;
}

section#feature .container {
    width: 79vw;
}

.feature_title {
    text-align: center;
    font-size: 42px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    color: #FFFAC2;
    margin-bottom: 10px;
}

.feature_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    row-gap: 15px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 94%;
    margin: 45px auto 0;
}

.feature_item {
    position: relative;
}

.feature_item_text {
    font-size: 13px;
    font-family: 'Montserrat-SemiBold';
    padding: 0px 15%;
}

.feature_describe {
    font-size: 16px;
}

.feature_text {
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    /* font-size: italic; */
    font-style: italic;
    max-width: 85%;
    margin: 0px auto;
}

.feature_text p {
    margin-bottom: 0px;
}

.feature_left {
    position: absolute;
    width: 13%;
    height: auto;
    z-index: 9;
    top: -19%;
    left: 0;
}

.feature_right {
    position: absolute;
    width: 17%;
    height: auto;
    z-index: 9;
    top: -24%;
    right: 0;
}

.feature_icon {
    text-align: center;
}

.feature_icon img {
    width: 80%;
}

.feature_text a {
    color: #E6E6E6;
    display: inline-block;
}

.feature_text a:hover {
    color: #FFFAC2;
}

/* ------------------- Product List ------------------- */
#product_list {
    background: #FFFAC2;
    text-align: center;
    padding-bottom: 25px;
}

.product_list_title {
    text-align: center;
    padding: 65px 10% 0px 10%;
    text-transform: uppercase;
    font-size: 42px;
    font-family: 'Montserrat-Bold';
    color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.product_list_title br {
    display: none;
}

.product_list_content p {
    margin-bottom: 0;
}

/* ------------------- QA ------------------- */
.qa {
    margin-top: -100px;
    padding: 200px 0px 200px 0px;
    background-image: url(../images/back-qa.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #fff;
    position: relative;
    z-index: 9;
    background-position: -10px top;
}

.qa_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    color: #055148;
}

.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 {
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0px;
    width: 100% !important;
}

.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 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px 60px;
    position: relative;
    z-index: 5;
}

.qa_item:nth-child(2) .qa_tl img {
    padding-left: 10%;
}

.qa_item:nth-child(2) .qa_tl::before {
    content: "";
    width: 100%;
    height: 45%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #DFEEF4, transparent);
    /* clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%); */
    opacity: 0.7;
}

.qa_item:nth-child(2) .qa_tl table {
    z-index: 5;
}

.qa_item:nth-child(3) .qa_tl td:nth-child(1) {
    padding-right: 10px;
}

.qa_item:nth-child(3) .qa_tl td:nth-child(2) {
    padding-left: 10px;
}

.qa_item:nth-child(4) .qa_tl td:nth-child(1) {
    padding-right: 30px;
}

.qa_item:nth-child(4) .qa_tl td:nth-child(2) {
    padding: 0px 15px;
}

.qa_item:nth-child(4) .qa_tl td:nth-child(3) {
    padding-left: 30px;
}

.qa_item {
    border: 1px solid #333333;
    border-radius: 10px;
    margin-bottom: 35px;
    background-color: #FFFCE0;
    overflow: hidden;
    position: relative;
}

.qa_item:last-child {
    margin-bottom: 0px;
}

/* .qa_top {
    position: absolute;
    z-index: 10;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../images/qa-top-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 37.09%, 1.00% 48.72%, 2.00% 59.27%, 3.00% 67.46%, 4.00% 72.29%, 5.00% 73.16%, 6.00% 69.97%, 7.00% 63.11%, 8.00% 53.41%, 9.00% 42.07%, 10.00% 30.48%, 11.00% 20.05%, 12.00% 12.07%, 13.00% 7.51%, 14.00% 6.93%, 15.00% 10.41%, 16.00% 17.51%, 17.00% 27.36%, 18.00% 38.77%, 19.00% 50.32%, 20.00% 60.61%, 21.00% 68.38%, 22.00% 72.67%, 23.00% 72.95%, 24.00% 69.20%, 25.00% 61.87%, 26.00% 51.86%, 27.00% 40.40%, 28.00% 28.88%, 29.00% 18.73%, 30.00% 11.19%, 31.00% 7.18%, 32.00% 7.19%, 33.00% 11.21%, 34.00% 18.77%, 35.00% 28.93%, 36.00% 40.44%, 37.00% 51.90%, 38.00% 61.90%, 39.00% 69.22%, 40.00% 72.96%, 41.00% 72.66%, 42.00% 68.35%, 43.00% 60.58%, 44.00% 50.28%, 45.00% 38.72%, 46.00% 27.32%, 47.00% 17.47%, 48.00% 10.38%, 49.00% 6.93%, 50.00% 7.52%, 51.00% 12.10%, 52.00% 20.09%, 53.00% 30.52%, 54.00% 42.12%, 55.00% 53.45%, 56.00% 63.14%, 57.00% 69.99%, 58.00% 73.17%, 59.00% 72.28%, 60.00% 67.44%, 61.00% 59.23%, 62.00% 48.67%, 63.00% 37.05%, 64.00% 25.79%, 65.00% 16.27%, 66.00% 9.65%, 67.00% 6.76%, 68.00% 7.94%, 69.00% 13.05%, 70.00% 21.46%, 71.00% 32.14%, 72.00% 43.79%, 73.00% 54.97%, 74.00% 64.31%, 75.00% 70.68%, 76.00% 73.29%, 77.00% 71.82%, 78.00% 66.45%, 79.00% 57.84%, 80.00% 47.04%, 81.00% 35.38%, 82.00% 24.29%, 83.00% 15.12%, 84.00% 9.00%, 85.00% 6.68%, 86.00% 8.44%, 87.00% 14.07%, 88.00% 22.87%, 89.00% 33.78%, 90.00% 45.44%, 91.00% 56.44%, 92.00% 65.43%, 93.00% 71.30%, 94.00% 73.33%, 95.00% 71.28%, 96.00% 65.40%, 97.00% 56.40%, 98.00% 45.40%, 99.00% 33.73%, 100.00% 22.83%);
} */
.qa_top {
    background: linear-gradient(to bottom, #FFFAC2, #F9F7D3);
}

.qa_bottom {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 37.09%, 1.00% 48.72%, 2.00% 59.27%, 3.00% 67.46%, 4.00% 72.29%, 5.00% 73.16%, 6.00% 69.97%, 7.00% 63.11%, 8.00% 53.41%, 9.00% 42.07%, 10.00% 30.48%, 11.00% 20.05%, 12.00% 12.07%, 13.00% 7.51%, 14.00% 6.93%, 15.00% 10.41%, 16.00% 17.51%, 17.00% 27.36%, 18.00% 38.77%, 19.00% 50.32%, 20.00% 60.61%, 21.00% 68.38%, 22.00% 72.67%, 23.00% 72.95%, 24.00% 69.20%, 25.00% 61.87%, 26.00% 51.86%, 27.00% 40.40%, 28.00% 28.88%, 29.00% 18.73%, 30.00% 11.19%, 31.00% 7.18%, 32.00% 7.19%, 33.00% 11.21%, 34.00% 18.77%, 35.00% 28.93%, 36.00% 40.44%, 37.00% 51.90%, 38.00% 61.90%, 39.00% 69.22%, 40.00% 72.96%, 41.00% 72.66%, 42.00% 68.35%, 43.00% 60.58%, 44.00% 50.28%, 45.00% 38.72%, 46.00% 27.32%, 47.00% 17.47%, 48.00% 10.38%, 49.00% 6.93%, 50.00% 7.52%, 51.00% 12.10%, 52.00% 20.09%, 53.00% 30.52%, 54.00% 42.12%, 55.00% 53.45%, 56.00% 63.14%, 57.00% 69.99%, 58.00% 73.17%, 59.00% 72.28%, 60.00% 67.44%, 61.00% 59.23%, 62.00% 48.67%, 63.00% 37.05%, 64.00% 25.79%, 65.00% 16.27%, 66.00% 9.65%, 67.00% 6.76%, 68.00% 7.94%, 69.00% 13.05%, 70.00% 21.46%, 71.00% 32.14%, 72.00% 43.79%, 73.00% 54.97%, 74.00% 64.31%, 75.00% 70.68%, 76.00% 73.29%, 77.00% 71.82%, 78.00% 66.45%, 79.00% 57.84%, 80.00% 47.04%, 81.00% 35.38%, 82.00% 24.29%, 83.00% 15.12%, 84.00% 9.00%, 85.00% 6.68%, 86.00% 8.44%, 87.00% 14.07%, 88.00% 22.87%, 89.00% 33.78%, 90.00% 45.44%, 91.00% 56.44%, 92.00% 65.43%, 93.00% 71.30%, 94.00% 73.33%, 95.00% 71.28%, 96.00% 65.40%, 97.00% 56.40%, 98.00% 45.40%, 99.00% 33.73%, 100.00% 22.83%);
}

/* -------------------------------------- */
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,
section#product_list .owl-carousel .owl-nav {
    position: absolute;
    top: 23%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

section#home_product .owl-carousel .owl-nav .owl-prev,
section#home_product .owl-carousel .owl-nav .owl-next {
    background-color: #FFFFFF;
    display: flex;
    padding: 0;
    border-radius: 0%;
    border: 0;
    /* opacity: 0.6; */
    position: relative;
    transition: 0.3s ease-in-out;
}

section#home_product .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

section#home_product .owl-carousel .owl-nav .owl-next {
    right: -50px;
}

section#home_product .owl-carousel .owl-nav .owl-prev:hover,
section#home_product .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

section#home_product .owl-carousel .owl-nav .owl-prev img,
section#home_product .owl-carousel .owl-nav .owl-next img {
    width: 30px;
    height: auto;
}

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: -35px;
    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-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #ec1c24;
    line-height: 1.2;
    margin: 15px 0px 50px 0px;
}

.peoduct_item_title small {
    display: block;
    font-size: 12px;
    color: #000;
}

.procuct_item_desc_show {
    position: absolute;
    width: 360px;
    height: auto;
    top: 45px;
    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;
    width: 34px;
    height: 34px;
    bottom: -4%;
    right: 11%;
    z-index: 99;
    background-color: #ec1c24;
    border-radius: 50px;
    display: block;
    background-image: url(../images/info-detail.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.product_item_order {
    margin: 10px 0px;
    position: relative;
    text-align: center;
}

.product_item_order .product_item_order_hover {
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #EC1C24;
    padding: 13px 30px;
    font-family: "Montserrat-Medium";
    border-radius: 30px;
    display: inline-block;
    margin: 0px auto;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background-color: #EC1C24;
    /* background-image: linear-gradient(to right, #f7b36c, #ffebcf, #ffdbaf, #ffe8b4, #fffbdb, #ffd98e, #ffebcf); */
}

.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;
    margin: 13px 0px 25px 0px;
}

.peoduct_item_detail a {
    font-size: 16px;
    color: #ec1c24;
    padding: 13px 30px;
    border: 1px solid #ec1c24;
    border-radius: 30px;
    font-family: "Montserrat-Medium";
    transition: 0.3s ease-in-out;
}

.peoduct_item_detail a:hover {
    color: #ffffff;
    background-color: #ec1c24;
    transition: 0.3s ease-in-out;
}

/* ------------------ 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;
}