:root {
    --main-color: #252525;
}

body {
    font-family: "Montserrat","Nanum Square",Verdana,Dotum,AppleGothic,sans-serif;
    font-size: 14px;
    color: var(--main-color);
    height: 100%;
    background-color: #fff;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
}

a:hover,
a, span, p, h1, h2, h3, h4, h5, i {
    color: var(--main-color);
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

p {
    margin-bottom: 0;
}

.w-20 {
    width: 20% !important;
}

.row {
    margin: 0!important;
}

.btn-wrap {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    background: #333;
    margin: 10px;
    cursor: pointer;
}

.btn-wrap >a {
    color: #fff;
}

#left_child {
    width: 300px;
    float: left;
    height: 100%;
    min-height: 300px;
}

#right_child {
    float: left;
    width: calc(100% - 300px);
    /*background: #f8f8f8;*/
}

/*fullpage*/
/*.fp-table {*/
/*    height: 890px;*/
/*}*/
.vertical-scrolling .fp-overflow{
    height: 100%;
}

.vertical-scrolling .fp-overflow img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#fp-nav.fp-right {
    right: 60px;
}

.right-nav {
    position: fixed;
    top: 45%;
    right: 0px;
    cursor: pointer;
    z-index: 9991;
    opacity: 1;
    margin-right: 10px;
    transition: all 500ms ease-in-out;
    visibility: visible;
}

.icon_top_btn {
    background-color: #eee;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    margin: 10px 0 0;
    text-align: center;
}

#moveSectionDown i,
#moveSectionUp i{
    font-size: 16px;
    line-height: 40px;
}

#nav-icon>button {
    background-color: #474747;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

#nav-icon span {
    display: block;
    height: 2px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    left: 13px;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 14px;
}

#nav-icon span:nth-child(2) {
    top: 19px;
}

#nav-icon span:nth-child(3) {
    top: 24px;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
}

/*right_submenu*/
.right_submenu {
    position: fixed;
    right: -155px;
    top: 0px;
    width: 150px;

    height: 3000px;
    background: #fff;
    z-index: 999;
    padding-bottom: 10px;

    border-left: 0px solid #eee;
    border-right: 0px solid #ccc;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    transition: all 500ms ease-in-out;
}

.right_submenu.active {
    right: 0;
}

.right_submenu .wrapper {
    background-color: white;
    margin: 0px auto 0;
    padding: 10px;
    width: 95%;
}

.right_submenu .user-wrap {}

.right_submenu .user-wrap>h2{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.right_submenu .user-wrap>div>p {
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
    color: #333;
}

.right_submenu .user-wrap>div>span {
    font-size: 11px;
    text-align: center;
    padding: 2px 10px;
    color: #bbb;
    line-height: 18px;
    display: block;
}

.right_submenu .cart-wrap {
    overflow: hidden;
    padding: 8px 0 6px;
    line-height: 16px;
    text-align: right;
    color: #555;
    background: #f8f8f8;
}

.right_submenu .cart-wrap span {
    font-size: 12px;
}

.right_submenu .cart-wrap span:first-child {
    float: left;
}

.right_submenu .cart-wrap span:nth-child(2)>a {
    color: #a90000;
}

.accordionMenuDesLeft .accordion-item,
#accordionMenu .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordionMenuDesLeft .panel-title,
#accordionMenu .panel-title {
    margin: 0;
    padding: 0;
}

.accordionMenuDesLeft .panel-title a,
#accordionMenu .panel-title a {
    border-top: 1px solid #ececec;
}

.accordionMenuDesLeft .panel-title .accordion-button,
#accordionMenu .panel-title .accordion-button {
    border-bottom: none;
    color: #292929;
    padding: 1.25em 0;
    /*position: relative;*/
    text-decoration: none;
    -webkit-transition: color 200ms ease 0s;
    -moz-transition: color 200ms ease 0s;
    transition: color 200ms ease 0s;
    width: 100%;
    font-size: 12px;
}

.accordionMenuDesLeft .panel-title a .icon_sub,
#accordionMenu .panel-title a .icon_sub {
    color: #9e9e9e;
    position: absolute;
    right: 0;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}
.accordionMenuDesLeft .panel-title a[aria-expanded="true"] .icon_sub,
#accordionMenu .panel-title a[aria-expanded="true"] .icon_sub {
    color: #ec407a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordionMenuDesLeft .accordion-button::after,
#accordionMenu .accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
}

.accordionMenuDesLeft .panel-title a:hover,
.accordionMenuDesLeft .panel-title a:focus,
#accordionMenu .panel-title a:hover,
#accordionMenu .panel-title a:focus {
    color: #37474f;
}

.accordionMenuDesLeft .accordion-body,
#accordionMenu .accordion-body {
    padding: 0;
}

.accordionMenuDesLeft .accordion-collapse .accordion-body>ul>li,
#accordionMenu .accordion-collapse .accordion-body>ul>li {
    width: 99%;
    min-height: 30px;
    margin: 0.5%;
}

.accordionMenuDesLeft .accordion-collapse .accordion-body>ul>li a,
#accordionMenu .accordion-collapse .accordion-body>ul>li a {
    display: block;
    line-height: 30px;
    border: 0px solid #fff;
    font-size: 11px;

    color: #252525;
    background: #f8f8f8;
    text-align: center;
}

.accordionMenuDesLeft .accordion-collapse .accordion-body>ul>li a:hover,
#accordionMenu .accordion-collapse .accordion-body>ul>li a:hover {
    background: #eee;
    color: #000;
}

.product-history {
    margin-top: 20px;
}

.right_submenu .product-history a {
    display: block;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #2e2e2e;
    text-align: center;
    margin-bottom: 20px;
}

.right_submenu .product-history .owl-nav {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
}

.right_submenu .product-history .owl-nav button {
    width: 50px;
    position: absolute;
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
}

.right_submenu .product-history .owl-nav button span {
    height: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.right_submenu .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f7f7f7;
}

.right_submenu .owl-theme .owl-nav {
    margin-top: 0;
}

.product-history .owl-nav .owl-prev {
    left: 0;
}

.product-history .owl-nav .owl-next {
    right: 0;
}

.fixed-social .btn-zalo{
    margin: 10px 0 0;
}

.fixed-social .btn-zalo img {
    vertical-align: middle;
    width: 40px;
}
/*footer*/
#footer {
    height: auto;
}
#footer .sizefull {
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: 100%;
    padding-bottom: 0px;
}

#as_footer {
    padding-left: 300px;
}

#top_autosize i{
    font-size: 20px;
    margin-top: -5px;
}

#top_autosize .username {
    padding:5px 0 5px;
    margin-top:-2px;
    font-size: 12px;
}
#top_autosize>div {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 0 60px;
}

#top_autosize .footer_main {
    clear: both;
    color: #999;
}

.footer-content {
    color: #999;
    font-size: 11px;
    text-align: center;
}

.footer-content span{
    display: block;
}

#top_autosize .footer_sns {
    width: 100%;
    border: 0px solid #aaa;
    text-align: center;
    padding: 30px 0;
}

#top_autosize .footer_sns img {
    width: 25px;
    height: 25px;
}

#top_autosize .footer_tel {
    text-align: center;
    font-size: 18px;
}

#top_autosize .footer_time {
    text-align: center;
    font-size: 11px;
    padding-top: 20px;
}

#top_autosize .footer_acount {
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
}

#top_autosize .footer_office {
    margin-top: 40px;
    width: 100%;
    border: 0px solid #aaa;
    text-align: center;
}

#top_autosize .footer_office li {
    padding: 0 10px;
    border: 0px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 35px;
}

#top_autosize .footer_info li span,
#top_autosize .footer_office li a {
    color: #999;
}

#top_autosize .footer_info1,
#top_autosize .footer_info {
    width: 100%;
    border: 0px solid #aaa;
    text-align: center;
}
#top_autosize .footer_info1 li,
#top_autosize .footer_info li {
    padding: 3px 5px;
    border: 0px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}

#top_autosize .footer_info li span {

}

/*left_box menu*/
#left_box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    /*height: 100%;*/
    /*float: left;*/
    z-index: 9999;
    opacity: 1.0;
}

.left_box_sub {
    position: fixed;
    left: 30px;
    top: 30px;
    width: 260px;
    background: rgba(255,255,255,0.6);
    z-index: 999999;
    border: 0px solid #eee;
    -moz-transition: background,1s;
    -o-transition: background,1s;
    -webkit-transition: background,1s;
    transition: background,1s;
    padding-bottom: 50px;
    display: block;
}

.left_box_wrapper {
    width:250px;
    padding-top:20px;
}

.menu-content {
    clear:both;
    padding-top:20px;
}

.list-redirect {
    width:240px;
    margin-top: 10px;
}

.list-redirect-wrap {
    width:250px;
    padding-left:15px;
    display: flex;
    align-items: center;
}

.cate-list {
    clear:both;
    width:240px;
    padding-top:0px;
}

.top_logo {
    text-align: center;
}

.top_logo img {
    width: 120px;
    padding: 20px 0;
}

.menu-content form {
    position: relative;
}

.menu-content form input {
    padding-right: 40px;
    background: transparent;
}

.menu-content form input:focus {
    outline: 0;
    box-shadow: none;
    background: transparent;
    border-color: #ced4da;
}

.menu-content .search-form__btn {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-content .search-form__btn i {
    color: #888;
}

.box07_2 {
    display: inline-block;
    padding: 0 3px 0 0;
    text-align: center;
    height: 30px;
    line-height: 25px;
    outline: 0px solid #eeeeee;
    font-weight: normal;
    color: #000;
}

.box07_2 a {
    display: block;
    padding: 0 3px;
    height: 30px;
    color: #888;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: .1px;
}

.box07_2 a:hover {
    display: block;
    height: 35px;
    color: #252525;
    text-decoration: none;
}

.list-redirect .accordionMenuDesLeft {
    padding-left: 10px;
    width: 240px;
    padding-top: 0px;
    font-size: 14px;
    background: transparent;
}

.list-redirect .accordionMenuDesLeft .accordion-item {
    padding: 0 10px;
    background: transparent;
    border: none;
}

.list-redirect .accordionMenuDesLeft .panel-title .accordion-button {
    display: block;
    width: 100%;
    padding: 7px 10px;
    text-decoration: none;
    color: #252525;
    background: transparent;
}

.list-redirect .accordionMenuDesLeft .accordion-collapse .accordion-body>ul>li a {
    padding-left: 20px;
    color: #252525;
    font-size: 13px;
    display: block;
    width: 100%;
    text-decoration: none;
    background: transparent;
    text-align: left;
}

.list-redirect .accordionMenuDesLeft .accordion-collapse .accordion-body>ul>li a:hover {
    background: transparent;
    opacity: 0.9;
}

.list-redirect .accordionMenuDesLeft .panel-title a {
    border: none;
}

/*search page*/
.com_top {
    position: relative;
    left: 0px;
    top: 0px;
    color: #fff;
    width: 100%;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
}

.com_top img {
    width: 100%;
    height: 400px;
    top: -50%;
    object-fit: cover;
}

.product-search-content {
    border: 0px;
    line-height: 38px;
    margin: 10px 0;
}

.search-reasult {
    padding: 0 0 0 12px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.header-tab {
    display: none;
}

.wrap {
    display: none;
}

#sub_bg {
    display: block;
}

.home-text-custom {
    position: absolute;
    top: 40%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

@media (max-width: 768px) {
    .home-text-custom-mobile h1{
        font-size: 24px;
        font-weight: normal;
        color: #000;
        margin: 0;
        padding: 5px 0;
        line-height: 18px;
    }

    .home-text-custom-mobile h5 {
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        color: #000;
        margin: 0 0 20px 0;
        padding: 0;
    }

    #top_autosize {
        margin-bottom: 20px;
    }

    #top_autosize>div {
        padding: 0;
    }

    #footer .sizefull {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .cart_tit_box .cart_tit span{
        word-break: normal;
    }

    .descriptionContent table{
        table-layout: fixed;
        width: 100%;
    }

    .descriptionContent table #delivery_cost_prepaid {
        max-width: 100%;
        height: 30px;
        margin: 0;
        padding: 0 20px 0 8px;
        line-height: 29px;
        font-size: 13px;
        color: #333;
        word-break: break-all;
        font-weight: inherit;
        border: 1px solid #d7d5d5;
        border-radius: 0;
    }

    .main_product_view .prd__header_main {
        padding-top: 120px;
        background: #fff;
        float: unset;
    }

    .main_product_view .prd__header_main .prd__right {
        margin-top: 0;
    }

    .wrap {
        display: block;
    }

    #sub_bg {
        display: none;
    }

    .product-search-content {
        padding-top: 120px;
    }

    #as_footer {
        padding: 0;
    }

    #user_line {
        clear: both;
        width: 100%;
        height: 1px;
        background: #eeeeee;
    }

    #user_tel {
        text-align: center;
        font-size: 12px;
        padding: 15px 0 0 0px;
    }

    #user_tel .cust_title {
        color: #999;
        line-height: 30px;
    }

    #user_tel .cust_txt {
        color: #999;
        line-height: 20px;
    }

    #user_tel h2 {
        padding: 10px 0 10px;
        font-size: 24px;
        color: #000;
    }
    .box02,
    .box01 {
        display: inline-block;
        width: 48%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #eeeeee;
        margin: 1%;
        font-size: 11px;
        letter-spacing: 0.1px;
    }

    .box02 a,
    .box01 a {
        display: block;
        width: 100%;
    }

    #user_info {
        padding: 10px 0px 10px 15px;
        font-size: 12px;
    }
    #user_info .time {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        color: #999 !important;
        text-align: left;
    }

    #user_info .bank {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        color: #999 !important;
        text-align: left;
    }

    .address2 {
        margin: 0 15px;
        text-align: left;
    }

    .address2 ul {
        padding: 10px 0px 10px 0;
        font-size: 11px;
    }

    .address2 li {
        display: inline-block;
        padding: 0 12px 0 0;
    }

    .address2 li a {
        color: #999;
    }

    .sns_content {
        padding: 10px 0 5px 15px;
    }

    .sns_title {
        float: left;
        padding: 0 15px 0 0;
        text-align: left;
        font-size: 11px;
        line-height: 28px;
    }
    .sns_content li {
        padding: 0 4px;
        text-align: left;
        display: inline-block;
    }

    #fullpage #footer .sns_content li a img {
        width: 22px;
        height: 22px;
    }

    .xans-layout-cus {
        text-align: left;
        padding: 5px 0 50px;
    }

    .address_body {
        text-align: left;
        font-size: 11px;
        color: #999;
    }
    .address_body li ul li {
        display: inline-block;
    }

    .right-nav {
        opacity: 0;
        visibility: hidden;
    }

    #fp-nav.fp-right {
        right: 10px;
    }

    #footer {
        height: auto;
        transition: all .5s ease-in-out;
    }
    #left_box,
    .left_box_sub {
        display: none;
    }

    .sns_content,
    .address_body,
    #footer .footer-content {
        padding: 0 10px;
        text-align: left;
    }

    #footer-page-home {
        height: auto;
        background: #fff;
    }

    #footer.fp-tableCell ul li img,
    #footer-page-home.fp-tableCell ul li img {
        width: 25px;
        height: 25px;
    }

    .header-mobile {
        position: fixed;
        top: 26px;
        width: 100%;
        z-index: 999;
        background: rgba(255,255,255,0.9);
        height: 60px;
        transition: all .5s ease-in-out;
    }

    .header-mobile .bar-icon {
        margin: 0 12px;
    }

    .header-mobile .bar-icon i {
        color: #252525;
        font-size: 24px;
    }

    .search-icon i{
        font-size: 20px;
        color: var(--main-color);
        opacity: 0.8;
    }

    .header-mobile .mobile-top {
        position: absolute;
        left: 0px;
        top: 10px;
        z-index: 999;
        clear: both;
        width: 100%;
        padding: 0px 0px;
        text-align: center;
    }

    .mobile-logo-img img {
        height: 40px;
    }

    .nav-mobile {
        position: absolute;
        left: 0px;
        top: 60px;
        z-index: 9999;
        width: 100%;
    }

    .nav-mobile nav {
        position: relative;
        z-index: 1;
        clear: both;
        width: 100%;

        height: 40px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;

        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;

        border-bottom: 0px solid #eee;
        background-color: rgba(255,255,255,0.9);
    }

    .nav-mobile .mb-nav-list {
        display: flex;
        padding: 0 5px;
        overflow-x: auto;
    }

    .nav-mobile .mb-nav-list .mb-nav-item {
        display: inline-block;
        float: left;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .nav-mobile .mb-nav-list .mb-nav-item .mb-nav-link {
        display: block;
        color: #252525;
        font-size: 12px;
        line-height: 40px;
        padding: 0 10px;
    }

    #search_box {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 1px;
        height: 100px;
    }

    #search_box.active {
        display: block;
    }

    .search-mb {
        position: relative;
        top: 50%;
        transform: translateY(-60%);
    }

    .search-mb form {
        margin: 7px 14px;
    }

    .search-mb form input {
        padding-left: 40px;
    }

    .search-mb form input:focus {
        box-shadow: none;
        border-color: #ced4da;
    }

    .search-mb form .btn-submit{
        position: absolute;
        left: 15px;
    }

    .search-mb form .btn-submit i{
        font-size: 18px;
        opacity: 0.6;
    }

    .search-close {
        margin-left: 14px;
        border: 1px solid #ced4da;
        padding-left: 5px;
        padding-right: 5px;
    }

    .search-form__btn:focus {
        box-shadow: none;
    }

    .dimmed {
        display: none;
        position: fixed;
        left: 0px;
        top: 0;
        right: 0px;
        bottom: 0px;
        z-index: 150;
        background: rgba(0,0,0,0.7);
    }

    .dimmed.active {
        display: block;
    }


    .aside.active-cus {
        z-index: 99999;
        visibility: visible;
    }

    .aside {
        z-index: -1;
        overflow-x: auto;
        visibility: hidden;
        position: fixed;

        left: 0;
        top: 0;
        bottom: 0;
        min-width: 225px;

        width: 290px;
        font-size: 11px;
        background-color: #f9f9f9;
    }

    .full-page {
        transition: all 500ms ease-in-out;
    }

    #footer.active-cus,
    .full-page.active-cus,
    .header-mobile.active-cus {
        -webkit-transform: translate(290px,0);
        -moz-transform: translate(290px,0);
        -ms-transform: translate(290px,0);
        -o-transform: translate(290px,0);
        transform: translate(290px,0);
        transition: all 500ms ease-in-out;
    }

    .aside .left-mobile .top-left-mobile{
        padding: 0 0 0 10px;
        border-bottom: 1px solid #eee;
        font-size: 13px;
        line-height: 41px;
        font-weight: normal;
    }

    .aside .left-mobile .top-left-mobile a.sign-in-mb {
        border: 1px solid #4a5164;
        border-bottom-color: #3b4150;
        color: #fff !important;
        background-color: #474747;
    }

    .aside .left-mobile .top-left-mobile a {
        display: inline-block;
        width: auto;
        line-height: 27px;
        padding: 0 7px;
        margin: 0 3px 0 0;

        border: 1px solid #d5d5d5;
        border-bottom-color: #b5b5b5;
        border-radius: 3px;
        color: #1b1b1b;

        background-color: #fff;
        letter-spacing: 0.1px;
    }

    .aside .left-mobile .top-left-mobile span{
        position: absolute;
        right: 0;
    }

    .aside .left-mobile .top-left-mobile span>i {
        display: block;
        padding: 10px;
        font-size: 20px;
        opacity: 0.6;
    }

    .mobile-element {
        text-align: center;
        background: #4a5164;
        display: inline-flex;
        align-items: start;
        justify-content: center;
        width: 100%;
    }

    .mobile-element a {
        background: #fff;
        height: 65px;
        padding: 10px 0;
        width: 33.333%;
    }

    .mobile-element a:nth-child(2) {
        height: 80px;
    }

    /*.mobile-element a span {*/
    /*    display: block;*/
    /*}*/
    .mobile-element a span i {
        display: block;
        font-size: 20px;
    }

    .mobile-menu-list .panel-title{
        margin-bottom: 0;
    }

    .mobile-menu-list .panel-title a {
        padding: 7px 15px;
        border-bottom: 1px solid #eee;
        background: #fff;
        font-size: 13px;
        font-weight: bold;
    }

    .mobile-menu-list .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
        opacity: 0.6;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
    }

    .mobile-menu-list .accordion-button:not(.collapsed)::after {
        display: none;
    }

    .mobile-menu-list .accordion-body {
        padding: 0;
    }

    .mobile-menu-list li {
        background-color: #f1f1f1;
        border-bottom: 1px solid #eeeeee;
    }

    .mobile-menu-list li a {
        display: block;
        padding: 12px 94px 11px 34px;
        word-wrap: break-word;
        color: #000;
        font-size: 13px;
        font-weight: bold;
    }

    #left_child{
        display: none;
    }

    .main_product_content #right_child,
    .polo-main #right_child,
    .user_login #right_child {
        padding-top: 120px;
        float: unset;
    }

    #footer,
    .full-page .user_login {
        background: #fff;
        padding-bottom: 0 !important;
    }

    .user_signIn #signGF h3 {
        font-size: 15px;
        margin: 0 0 30px;
        text-align: center;
        line-height: 1;
        color: #252525;
        font-weight: 700;
    }

    .main_product_content #right_child .prd_title{
        margin-top: 10px;
    }

    .full-page>h1 {
        padding-top: 120px;
        background: #fff;
        margin: 0;
    }

}
@media (max-width: 992px) {
    #left_box {
        display: none;
    }

    #right_child {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {

    #as_footer {
        padding-left: 0px;
    }

    #left_box {
        display: none;
    }

    .header-tab {
        display: block;
        clear: both;
        position: fixed;
        top: 0px;

        width: 100%;
        opacity: 1;
        z-index: 9;
        border-top: 0px solid #f8f8f8;

        border-bottom: 1px solid #eee;
        z-index: 71;
        background: #fff;
    }

    .header-tab .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    .header-tab .menu-tab {
        width: 700px;
    }

    .header-tab .menu-list {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-tab .menu-list .menu-item.tp_menu_item {
        margin-right: 20px;
    }

    .header-tab .right form{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-tab .right form i {
        color: #999;
    }

    .header-tab .right form i:hover {
        color: #333;
    }

    .header-tab .menu-list .menu-item .menu-link:hover {
        color: #8b6c31;
    }

    .header-tab .menu-sub {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        min-width: 140px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    }

    .header-tab .menu-list .menu-item:hover .menu-sub{
        display: block;
    }

    .header-tab .menu-list .menu-sub li {
        border-bottom: 1px solid #eee;
        padding: 0 10px;
        margin: 0;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

    .header-tab .menu-list .menu-sub li a {
        display: block;
        text-align: left;
    }

    .header-tab .menu-list .menu-sub li:hover {
        background: #f8f8f8;
    }

    .menu-tab .menu-list>.menu-item>.menu-link {
        line-height: 60px;
    }

    .logo-tab>a>img {
        height: 40px;
    }
    #top_autosize>div {
        max-width: unset;
    }

    .menu-sub-childs {
        position: absolute;
        background: #fff;
        width: 100%;
        left: 100%;
        top: 0;
        box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
        display: none;
    }

    .menu-sub-item:hover .menu-sub-childs {
        display: block;
    }

    .header-tab .form-control:focus {
        color: var(--main-color);
        background-color: #fff;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }

    .main_product_view .prd__left_main,
    .product-search #left_child,
    .main_product_content #left_child{
        display: none;
    }

    .product-search #right_child,
    .main_product_content #right_child {
        float: unset;
        width: 100%;
    }

    .prd__header_main {
        position: relative;
        max-width: 1014px;
        margin: 27px auto 0;
        float: unset;
        width: 100%;
    }

    .banner-collection-header img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

/*pagination*/

#pagination {
    padding: 0 0 40px 0;
    border-top: 0 solid #e8e8e8;
    display: flex;
    justify-content: center;
}

span.labelPages, span.titlePages {
    display: none;
}

.paginator a.paging-previous, .paginator a.paging-next {
    width: 40px;
}

.paginator a, .paginator span.currentPage {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    color: #787878;
    transition: ease-in-out .3s;
    display: block;
    text-align: center;
    font-size: 14px;
    border: solid 1px #e8e8e8;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.paginator a:hover {
    color: #787878;
}

.currentPage {
    background-color: #1f1f1f !important;
}

.paging-last:before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    color: #787878;
}

.paging-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #787878;
}

.paging-previous:before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    color: #787878;
}

.paging-first:before {
    content: "\f100";
    font-family: "Font Awesome 5 Pro";
    color: #787878;
}

.tag-salon {
    background: #fc3;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    padding: 2px 9px;
}
.list-store__item, .list-store__item_location {
    padding: 20px;
    width: 100%;
}



/*end-pagination*/

/*language*/
.language-wrap {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 50px;
}
.language-wrap:hover .language_navcontent {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}
.language_navcontent {
    position: absolute;
    z-index: 99999;
    top: 100%;
    right: -10px;
    width: 165px;
    padding: 0 10px 10px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.language_navcontent .language_dropdown {
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px 0px rgb(8 88 157 / 20%);
}
.language_navcontent .language_dropdown:after, .language_navcontent .language_dropdown:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 45px;
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    box-shadow: 0px 0px 7px 0px rgb(8 88 157 / 20%);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.language_navtop ul, .language_navtop li {
    margin: 0 !important;
    padding: 0 !important;
}
.language_dropdown ul {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.language_dropdown ul li {
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.language_navtop ul, .language_navtop li {
    margin: 0 !important;
    padding: 0 !important;
}
.language_dropdown ul li>a {
    font-size: 13px;
    color: #3d5067;
    display: block !important;
    text-align: left;
    line-height: initial;
    padding: 5px 9px;
}
.language_dropdown ul li>a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.language_navtitle span img , .list-unstyled li img {
    width: 41px;
    height: 27px;
}
.vertical-custom .fp-overflow{
     display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: unset;
}

.home-banner-head h5{
    font-size: 28px;
    font-weight: normal;
    color: #000;
    margin: 0 0 100px;
    padding: 0;
    line-height: 1.4;
}

.home-banner-head h1 {
    font-size: 42px;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.home-banner-head-mobile h2{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0px;
    padding: 0;
}
@media (max-width: 992px) {
    .language-wrap {
        position: fixed;
        background: #e3f2fd;
        top: unset;
        z-index: 9999;
        right: unset;
        width: 100%;
        padding: 4px 0;
        border-bottom: 1px solid #c4e2fc;
        text-align: right;
    }

    .language_navtitle {
        background-color: #fff;
        border: 1px solid #d8edff;
        height: 22px;
        width: 20%;
        line-height: 19px;
        padding: 0 10px;
        margin-left: 20px;
        text-align: center;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        color: #3d5067;
        font-size: 12px;
    }

    .language_navtitle i {
        display: none;
    }

    .language_navtitle span img {
        width: 12px;
        height: 12px;
    }
    .language_navcontent {
        right: unset;
    }
    .language_navcontent .language_dropdown:after, .language_navcontent .language_dropdown:before {
        right: 110px;
    }
    .activeSrc {
        top: 0;
        z-index: 99999;
    }
}
/*end-language*/
.top-bar-newstores {
    background: #333;
    padding: 12px 0;
    vertical-align: middle;
    color: #fff;
}
.top-bar-newstores .title-topnews {
    font-size: 16px;
}
.top-bar-newstores span {
    display: inline-block;
    color: #fff;
}
.top-bar-newstores .title-topnews:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/icon-stars.gif');
}
.list-store ul li>p{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.loading a, a, a:focus, a:hover {
    text-decoration: none;
}
.top-bar-newstores .name-topnews {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.top-bar-newstores .address-topnews {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.top-bar-newstores .date-topnews {
    border: 1px solid #e32124;
    background: #e32124;
    border-radius: 12px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 15px;
    vertical-align: top;
    margin-left: 8px;
}
.top-bar-newstores .space {
    width: 27px;
}
.top-bar-findstores {
    padding: 20px 0;
}
.item-col-4 {
    max-width: 25%;
}
.item-col-4 .content-right {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 6px;
}
.item-col-4 .content-right .text-top {
    color: #e32124;
    font-size: 30px;
}
.item-col-4 .content-right .text-bot {
    font-size: 15px;
    color: #333;
}
.item-col-4:hover img {
    transform: rotateY(360deg);
}
.item-col-4 img {
    transform: rotateY(0deg);
    transition: all ease 0.5s;
}
.title-store {
    color: #333;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: bold;
}
.title-store span {
    color: #3d3d3d;
    font-size: 12px;
    text-transform: uppercase;
}
.wrapper-dropdown.list-store {
    max-height: 510px;
    overflow-y: auto;
}
.list-store {
    padding: 0px 0px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.list-store ul {
    margin: 0;
    padding: 0;
}
.list-store .all-submenu-1 .sub-item1:nth-child(odd) {
    background: #fff;
}
.list-store ul li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
}
.list-store ul li a{
    display: block;
    text-align: left;
    white-space: inherit;
}
.list-store .all-submenu-1 .sub-item1:nth-child(even) {
    background: #f6f6f6;
}
.listMap .storeMap{
    display: none;
}
.listMap .storeMap.storeMap-active{
    display: block;
}
.banners-small {
    margin: 20px 0;
}
.banners-small p {
    margin: 20px 0;
    text-align: center;
}
.slider-collection-store img{
    width: 100%;
}
.item-col-3 {
    max-width: 33.33333%;
}
.bottom-bar{
    margin-bottom: 20px;
}
.right-side {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 23px;
    vertical-align: top;
    margin-top: -5px;
}
.chontinhthanh{
    padding: 0 !important;
}
.chontinhthanh #cityId, .storeSelect{
    margin: 0 !important;
    font-size: 13px;
}

.listAgency > h2{
    display: block;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.listAgency > span{
    display: block;
}
