/*=======================================================================================*/
/*=======================================================================================*/
:root {
    --cl1: #268aff;
    --cl2: #4591e9;
    --cl3: #1b1b1b;
    --cl4: #fdc040;
    --cl5: #1b2c51;
    --cl6: #ffd510;
}
body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-size: 15px;
    color: #373737;
    line-height: 1.4;
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}

/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/

/*HEADER*/
header {
    position: relative;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease;
}
/* header.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
} */

.header_top {
    background-color: #000;
    color: #fffc;
    padding: 7px 0;
}
header.fixed .header_top {
    display: none;
}
ul.listcontact_htt {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
ul.listcontact_htt.end {
    justify-content: end;
}
ul.listcontact_htt li {
    display: flex;
    align-items: center;
    grid-gap: 5px;

    font-size: 0.8rem;
}

.header_main {
    position: relative;
    background: #fff;
    padding: 15px 0;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}
.header_main .row {
    align-items: center;
}

.searchCartAccount_hdm {
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 30px;
}

.searchItem_hdm {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.searchItem_hdm form {
    position: relative;
    margin-bottom: 0;
    border-radius: 10px;
    font-size: 0.8rem;
}
.searchItem_hdm input[type="search"] {
    height: 45px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    font-size: 0.8rem;
}
.searchItem_hdm input[type="search"]::placeholder {
    font-style: italic;
    font-size: 0.8rem;
}
.searchItem_hdm input[type="search"]:focus {
    border: 1px solid #f1f1f1;
}
.searchItem_hdm button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    background: #f1f1f1;
    border-radius: 0 10px 10px 0;
}

.accountItem_hdm,
.cartItem_hdm {
    position: relative;
    display: inline-block;
}
.accountItem_hdm a,
.cartItem_hdm a {
    display: flex;
    align-items: center;
    text-transform: initial;
    gap: 10px;
    font-size: 0.8rem;
    padding: 10px 0;
}
.accountItem_hdm a > span.text {
    display: flex;
    flex-direction: column;
}
.accountItem_hdm .sub_accountItem_hdm {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
    transform: translateY(2.083rem);
    opacity: 0;
    background-color: #fff;
    z-index: 99;
    pointer-events: none;
    box-shadow: 0 0 0.7rem 0 #c3c3c3;
    width: max-content;
    border-radius: 10px;
    right: 0;
    left: unset;
}
.accountItem_hdm:hover .sub_accountItem_hdm {
    transform: translateY(0);
    opacity: 1;
    pointer-events: unset;
}
.accountItem_hdm .sub_accountItem_hdm > li > a {
    font-size: 0.8rem;
    padding: 10px 20px;
}

.cartItem_hdm .text_cartItem_hdm {
    display: flex;
    flex-direction: column;
}
.cartItem_hdm .text_cartItem_hdm > span.cart-count {
    padding: 0px 10px;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 10px;
    background-color: #f6532a;
    color: #fff;
    width: max-content;
}

.logoMenu_hdm {
    position: relative;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 30px;

    align-items: center;
}
.logoMenu_hdm .logo_main {
    position: relative;
}
.logoMenu_hdm .logo_main a {
    display: block;
}
.logoMenu_hdm .logo_main a img {
}

.logoMenu_hdm .gridMenu_hdm {
    display: flex;
    grid-gap: 15px;
}

.logoMenu_hdm .iconmenu_main {
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 0;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}
.logoMenu_hdm .iconmenu_main:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    background: #aaa;
    transition: all 0.4s ease;
}
.logoMenu_hdm .iconmenu_main:after {
    content: "";
    height: 2px;
    width: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4591e9;
    transition: all 0.4s ease;
}
.logoMenu_hdm .iconmenu_main:hover {
    color: #4591e9;
}
.logoMenu_hdm .iconmenu_main:hover:before {
    width: 17px;
    background: #4591e9;
}
.logoMenu_hdm .iconmenu_main:hover:after {
    width: 100%;
    background: #aaa;
}

.logoMenu_hdm .iconcat_main {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    border-left: 1px solid #ddd;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
}
.logoMenu_hdm .iconcat_main .bars {
    display: block;
    position: relative;
    width: 20px;
    height: 1px;
    background: #595757;
    margin-right: 15px;
}
.logoMenu_hdm .iconcat_main .bars:before {
    top: -6px;
}
.logoMenu_hdm .iconcat_main .bars:after {
    bottom: -6px;
}
.logoMenu_hdm .iconcat_main .bars:after,
.logoMenu_hdm .iconcat_main .bars:before {
    content: "";
    position: absolute;
    width: 25px;
    transition: all 0.4s ease;
    height: 1px;
    background: #595757;
    margin-right: 15px;
    display: block;
}
.logoMenu_hdm .iconcat_main.active .bars,
.logoMenu_hdm .iconcat_main.active .bars:after,
.logoMenu_hdm .iconcat_main.active .bars:before {
    background: transparent;
}
.logoMenu_hdm .iconcat_main.active .bars:before {
    transform: rotate(45deg);
}
.logoMenu_hdm .iconcat_main.active .bars:after {
    transform: rotate(-45deg);
}
.logoMenu_hdm .iconcat_main.active .bars:after,
.logoMenu_hdm .iconcat_main.active .bars:before {
    width: 17px;
    top: 0;
    bottom: 0;
    background: #4a4d58;
}

.menumain_hdm {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-70px) scale(0.97);
}
.menumain_hdm.active {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.3s ease;
}
.menumain_hdm .head_menumain_hdm {
    padding: 15px 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menumain_hdm .head_menumain_hdm .tt {
    font-size: 20px;
    font-weight: 500;
    color: #222;
}
.menumain_hdm .head_menumain_hdm .close-menu-second {
    font-weight: 400;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.5s ease 0.25s;
}
.menumain_hdm .head_menumain_hdm:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 40px;
    height: 3px;
    background: #ddd;
}
ul.ul_menumain_hdm {
    list-style: none;
    padding: 15px 0;
}
ul.ul_menumain_hdm > li {
    list-style: none;
    margin: 0;
    position: relative;
}
ul.ul_menumain_hdm > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
}
ul.ul_menumain_hdm > li:hover > a {
    background: #ecf9fe;
    color: #fb6e2e;
}
ul.ul_menumain_hdm .icon_show {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 99;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
ul.ul_menumain_hdm > li > ul.submenu {
    display: none;
    padding-left: 30px;
}

ul.ul_menumain_hdm > li > ul.submenu > li {
}
ul.ul_menumain_hdm > li > ul.submenu > li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 8px 0;
}

.boxsearch_mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 15px 15px 5px;
    background: #fff;
    z-index: 9999;
    display: flex;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-100px);
    align-items: center;
}
.boxsearch_mobile .fa-angle-left {
    padding: 0;
    font-weight: 400;
    border: none;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin: 4px;
    text-align: center;
    color: #666;
    font-size: 25px;
}
.boxsearch_mobile form {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
}
.boxsearch_mobile input[type="search"] {
    background: #ddd;
    border: 1px solid #ddd;
}
.boxsearch_mobile input[type="search"]:focus {
    border: 1px solid #ddd;
}
.boxsearch_mobile button {
    position: absolute;
    top: 0;
    right: 0;
    color: #555;
    background: #ddd;
}
.boxsearch_mobile.active {
    visibility: visible;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.25);
    transform: none;
}

.menucat_hdm {
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    height: auto;

    margin: auto;
    padding: 5px 0;

    overflow: visible;
    background: transparent;
    pointer-events: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.menucat_hdm.active {
    transition:
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    visibility: visible;
    transform: none;
    opacity: 1;
}
.menucat_hdm .scroll_spy {
    margin: 0;
    position: relative;
}
.head_menucat_hdm {
    width: 100%;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.head_menucat_hdm .text {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding-left: 5px;
}
.head_menucat_hdm .close-menu {
    display: block;
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
    border: none;
    padding: 10px;
    cursor: pointer;
}
ul.menu_scollspy {
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    pointer-events: auto;
    width: 240px;
    font-size: 15px;
    transition: all 0.3s ease;
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
}
.menucat_hdm.active ul.menu_scollspy {
    opacity: 1;
    visibility: visible;
    transform: none;
}
ul.menu_scollspy > li {
    list-style: none;
    margin: 0;
}
ul.menu_scollspy > li > a {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 15px;
}
ul.menu_scollspy > li:hover > a {
    background: #ecf9fe;
    color: #fb6e2e;
}

ul.menu_scollspy > li > a > img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    opacity: 0.8;
}
ul.menu_scollspy > li.parent > a {
    display: flex;
}
ul.menu_scollspy > li.parent > a .fa {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    font-weight: 300;
    font-size: 13px;
    opacity: 0.7;
}
ul.menu_scollspy > li.parent > ul {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    max-width: 100%;
    width: calc(100% - 245px);
    height: 100%;
    overflow-y: visible;
    border-radius: 5px;
    transform: none;
    background: #fff;
    padding: 16px 0;
    line-height: 1.2;
    display: grid;
    align-content: start;
    grid-template-columns: auto auto auto auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
ul.menu_scollspy > li.parent:hover > ul {
    opacity: 1;
    transform: none;
    visibility: visible;
}
ul.menu_scollspy > li.parent > ul > li {
    list-style: none;
    margin: 0;
}
ul.menu_scollspy > li.parent > ul > li > a {
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    color: #4a4d58;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px 0;
}
ul.menu_scollspy > li.parent > ul > li > a > img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    opacity: 0.8;
}
.menuslidesub_wrap {
    display: none;
}

.opacity_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 980;
    background-color: #000;
    opacity: 0.5;
    display: none;
}
.opacity_menu.active {
    display: block;
}

@media only screen and (min-width: 1101px) {
    ul.ul_menumain_hdm > li:hover > ul.submenu {
        display: block;
    }
    .colright_hdm .iconsearch_box {
        display: none;
    }
}

@media only screen and (max-width: 1009px) {
    .menucat_hdm.active .head_menucat_hdm {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .logoMenu_hdm {
        display: flex;
    }
    .logoMenu_hdm .logo_main {
    }
    .logoMenu_hdm .logo_main a img {
    }
    .logoMenu_hdm .iconmenu_main {
        font-size: 11px;
    }
    .logoMenu_hdm .iconcat_main {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border: 0;
        border-right: 1px solid #ddd;
        text-indent: -999px;
    }

    .menucat_hdm {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 989899;
        background: #fff;
        width: 100%;
        max-width: 420px;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-420px);
        visibility: hidden;
        pointer-events: auto;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .menucat_hdm .container {
        padding: 0;
        height: 100%;
    }
    .menucat_hdm .scroll_spy {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .menucat_hdm.active ul.menu_scollspy {
        background-color: #eee;
        max-width: 150px;
        flex: 0 0 100%;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
    ul.menu_scollspy > li > a {
        padding: 8px 5px;
    }
    ul.menu_scollspy > li > a > img {
        display: none;
    }
    ul.menu_scollspy > li.parent > a .fa {
        padding: 0;
    }
    ul.menu_scollspy > li.parent > ul {
        display: none;
    }
    .menucat_hdm .menuslidesub_wrap {
        max-width: calc(100% - 150px);
        height: 100%;
        flex: 0 0 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        display: none;
    }
    .menucat_hdm.active .menuslidesub_wrap {
        display: block;
    }
    .menuslidesub {
        display: none;
        padding: 8px 15px;
    }
    .menuslidesub.active {
        display: block;
    }
    .menuslidesub ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .menuslidesub ul li {
    }
    .menuslidesub ul li a {
        display: block;
        font-size: 13px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
    .header_top {
        display: none;
    }

    .logoMenu_hdm {
        display: flex;
    }
    .logoMenu_hdm .logo_main {
    }
    .logoMenu_hdm .logo_main a img {
    }
    .logoMenu_hdm .iconmenu_main {
        font-size: 11px;
    }
    .logoMenu_hdm .iconcat_main {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border: 0;
        border-right: 1px solid #ddd;
        text-indent: -999px;
    }

    .colright_hdm {
        grid-gap: 10px;
    }

    .colright_hdm .user_box {
        display: none;
    }

    .colright_hdm .form_box {
        display: none;
    }

    .menucat_hdm {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 989899;
        background: #fff;
        width: 100%;
        max-width: 420px;
        overflow: hidden;
        overflow-y: auto;
        transform: translateX(-420px);
        visibility: hidden;
        pointer-events: auto;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .menucat_hdm .container {
        padding: 0;
        height: 100%;
    }
    .menucat_hdm .scroll_spy {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .menucat_hdm.active ul.menu_scollspy {
        background-color: #eee;
        max-width: 150px;
        flex: 0 0 100%;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
    ul.menu_scollspy > li > a {
        padding: 8px 5px;
    }
    ul.menu_scollspy > li > a > img {
        display: none;
    }
    ul.menu_scollspy > li.parent > a .fa {
        padding: 0;
    }
    ul.menu_scollspy > li.parent > ul {
        display: none;
    }
    .menucat_hdm .menuslidesub_wrap {
        max-width: calc(100% - 150px);
        height: 100%;
        flex: 0 0 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        display: none;
    }
    .menucat_hdm.active .menuslidesub_wrap {
        display: block;
    }
    .menuslidesub {
        display: none;
        padding: 8px 15px;
    }
    .menuslidesub.active {
        display: block;
    }
    .menuslidesub ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .menuslidesub ul li {
    }
    .menuslidesub ul li a {
        display: block;
        font-size: 13px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 375px) {
}
/*END HEADER*/

/*BANNER*/
.ssNanner {
    position: relative;
}
.swiperSlide {
    position: relative;
    overflow: hidden;
}

.item_banner {
    aspect-ratio: 1920 / 720;
    overflow: hidden;
    width: 100%;
}
.item_banner img {
    width: 100%;
    height: auto;
}

/* swiper dot */
.swiperSlide .swiper-pagination {
    bottom: 10px !important;
}
.swiperSlide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff80;
    opacity: 1;
    border-radius: 999px;
    transition: all 0.3s ease;
    position: relative;
}
.swiperSlide .swiper-pagination-bullet-active {
    width: 25px;
    background: #fffc;
}

/* swiper arrow */
.swiperSlide .swiper-button-prev,
.swiperSlide .swiper-button-next {
    width: 20px;
    height: 20px;
    color: #fff;
}

/* swiper scrollbar */
.swiperSlide .swiper-scrollbar {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: #ddd;
    border-radius: 999px;
    overflow: hidden;
}
.swiperSlide .swiper-scrollbar-drag {
    background: #000;
    border-radius: 999px;
    transition: transform 0.3s ease;
}
/*END BANNER*/

/*FOOTER*/
.footer_main {
    position: relative;
    padding: 40px 0;
    background-color: #f2f2f2;
}
.title_ftm {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1.5rem;
}
.listcontact_ftm {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.listcontact_ftm li {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 5px;
    margin-bottom: 10px;
}
.listcontact_ftm strong {
    font-weight: 800;
}

ul.menu_ftm {
    list-style: none;
}
ul.menu_ftm li {
    margin-bottom: 0.7rem;
}
ul.menu_ftm li a {
    display: block;
    font-size: 0.8rem;
}

.social_ftm {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin-bottom: 0.7rem;
}
.social_ftm a {
    display: block;
}

.bocongthuong_ftm {
    margin-bottom: 0.7rem;
}
.bocongthuong_ftm img {
    max-width: 200px;
}

.form_ftm {
    margin-bottom: 1rem;
}
.form_ftm .slogan_form {
    margin-bottom: 10px;
}
.form_ftm form {
    position: relative;
    margin: 0;
    max-width: 400px;
    border-radius: 10px;

    font-size: 0.8rem;
    overflow: hidden;
}
.form_ftm form input[type="email"] {
    height: 40px;
    border: none;
    background: #fff0;
    border-radius: 10px;
    border: 1px solid #000;
}
.form_ftm form input::placeholder {
    font-style: italic;
    font-size: 0.8rem;
}
.form_ftm form .btnSend {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 60px;
    height: 100%;

    border: 1px solid #000;
    border-radius: 0 10px 10px 0;
    font-size: 0.8rem;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.form_ftm form .btnSend:hover {
    background: #fff;
    color: #000;
}

.footer_copyright {
    background: #fff;
    padding: 15px 0;
}
.footer_copyright .row {
    align-items: center;
}
.copyright_ftc {
    font-size: 0.8rem;
}
.copyright_ftc span {
    display: inline-block;
}

.congthanhtoan_ftc {
    display: block;
    text-align: right;
}
.congthanhtoan_ftc img {
    max-width: 300px;
}

@media (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

.back-to-top {
    position: fixed;
    right: -50px;

    bottom: 30px;
    background-color: #fff;
    border: 1px solid #4591e9;
    border-radius: 30px;
    color: #4591e9;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    z-index: 999 !important;
    transition: all 0.5s ease-out;

    cursor: pointer;
}
.back-to-top.display {
    right: 30px;
}
/*END FOOTER*/

.titlehead_homepage {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
    color: var(--cl3);
}
.titlehead_homepage a {
    color: var(--cl3);
}

/*SAN PHAM*/
.ss_product {
    padding: 30px 0;
}

.slick_product {
    position: relative;
    padding: 10px 0;
}

.slick_product .slick-list {
    margin: 0 -10px;
}
.slick_product .slick-track {
    display: flex !important;
}
.slick_product .slick-slide {
    display: flex !important;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.slick_product .slick-slide > div {
    display: flex !important;
    min-height: 100%;
    height: auto;
    flex: auto;
}

.slick_product .slick-prev,
.slick_product .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;

    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 5px 15px #0000001a;
    transition: all 0.25s ease;
}
.slick_product .slick-prev {
    left: 0px;
}
.slick_product .slick-next {
    right: 0px;
}

.slick_product .slick-prev i,
.slick_product .slick-next i {
    font-size: 1.5em;
    line-height: 40px;
}

/*END SAN PHAM*/

/* START item product */
.itemproduct {
    position: relative;

    background: #fff;

    border: 1px solid #ddd;
    border-radius: 8px;

    overflow: hidden;
    transition: 0.2s;

    height: 100%;
}
.itemproduct .percent {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 25px;
    z-index: 2;

    padding: 5px 10px;

    background: #fb6e2e;
    border-radius: 0 25px 25px 0;

    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.img_itemproduct {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.img_itemproduct > a {
    display: block;
    aspect-ratio: 1 / 1;
}
.img_itemproduct > a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}
.itemproduct:hover .img_itemproduct a img {
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.img_itemproduct span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 0.9em;
    padding: 7px 10px;
    border-radius: 0 0 15px 0;
}
.img_itemproduct span.sale {
    background: #f74b81;
}
.img_itemproduct span.new {
    background: #00c9a7;
}

.content_itemproduct {
    padding: 15px;
}
.content_itemproduct h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;

    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.content_itemproduct h2 a {
    color: #000;
}
.card_itemproduct {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 10px;
}
.product_price {
}
.product_price span {
    color: #dc0000;
    font-size: 1.1em;
    font-weight: 600;
}
.product_price span.old_price {
    color: #8f8f8f;
    font-size: 0.8em;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}
.review_itemproduct {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.review_itemproduct .allstar {
    font-weight: 600;
    font-size: 0.8rem;
    color: #ff9000;
    line-height: 1;
    margin-right: 5px;
}
.review_itemproduct span {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
    margin-left: 10px;
}

.attr_itemproduct {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.attribute {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.attr_item {
    display: none;
}
.attr_value {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.choose_attr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}
.choose_attr:hover {
    border-color: #000;
}
.choose_attr.active {
    border-color: #111;
    color: #fff;
}
.choose_attr_color {
    width: 32px;
    height: 32px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    transition: all 0.2s ease;
}
.choose_attr_color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.choose_attr_color:hover {
    border-color: #000;
}

/* BUTTONS COMMON */
.itemproduct a.variant,
.itemproduct button.add_cart {
    margin-top: 15px;
    width: 100%;
    height: 46px;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: 600;

    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    transition: all 0.25s ease;

    display: none;
}

.itemproduct a.variant {
    background: #f5f7fb;
    color: #1f2937;
    border: 1px solid #dbe2ea;
}
.itemproduct a.variant:hover {
    background: #111827;
    color: #fff;
    border-color: #111827;
}

.itemproduct button.add_cart {
    border: 1px solid #fb6e2e;
    color: #fb6e2e;
}
.itemproduct button.add_cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 0, 0.35);
    background: #fb6e2e;
    color: #fff;
}

/* END item product */

/*BREADCRUMB*/
.boxBreadcrumb_main {
    background: #ecf9fe;
    padding: 10px 0;
}

.breadcrumbs {
    font-size: 0.8rem;
}
.breadcrumbs ol {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs a {
    color: #666666b3;
    text-decoration: none;
}
.breadcrumbs li + li {
    margin-left: 6px;
}
.breadcrumbs li + li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 6px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45OTkzNDggN0wzLjY2NjAyIDMuOEwwLjk5OTM0OCAwLjU5OTk5OSIgc3Ryb2tlPSIjQTZBNkE2Ii8+Cjwvc3ZnPgo=")
        no-repeat center / cover;
}
.breadcrumbs li:last-child {
    color: #000;
}
.breadcrumbs a:hover {
    color: #000;
}
.breadcrumbs li:last-child a {
    pointer-events: none;
    color: #000;
}
/*END BREADCRUMB*/

/*PHÂN TRANG*/
.wrapper_pagination {
    margin-top: 30px;
}
.pagination {
    justify-content: end;
}
.pagination .page-item {
    margin: 0 3px;
}
.pagination .page-item .page-link {
    margin: 0 3px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    text-align: center;
}
.disabled > .page-link,
.page-link.disabled {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
}
.pagination .page-item .page-link:hover {
    border: 1px solid #2f80ed;
    color: #2f80ed;
    background-color: #fff0;
}
.pagination .page-item.active > .page-link {
    border: 1px solid #2f80ed;
    background-color: #fff0;
    color: #2f80ed;
}
/*END PHÂN TRANG*/

@media (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

.ssCommits {
    padding: 50px 0;
}

.gridCommits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
