.grecaptcha-badge {
    visibility: hidden;
}
.scrollup {
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 3px;
    bottom: 80px;
    right: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: none;
    z-index: 99999999;
    background-color: #1182fc;
    cursor: pointer;
    border: 1px solid white;
}

.scrollup img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.show {
    display: block;
}

.zalo-btn {
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    /* border-radius: 50%; */
    border-radius: 50%;
    background: url("/static_image/iconzalo.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 9999;
}

.bounce2 {
    animation: bounce2 3s ease infinite;
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(22, 139, 212, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(22, 139, 212, 0.4),
            0 0 0 20px rgba(22, 139, 212, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(22, 139, 212, 0.4),
            0 0 0 30px rgba(22, 139, 212, 0.2);
    }
}

@keyframes play_cart {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(107, 212, 22, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(107, 212, 22, 0.4),
            0 0 0 20px rgba(107, 212, 22, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(107, 212, 22, 0.4),
            0 0 0 30px rgba(107, 212, 22, 0.2);
    }
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.btn-phone {
    bottom: 250px;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.ringring {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.chat-nav {
    position: fixed;
    left: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 200px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}

.chat-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chat-nav ul li {
    list-style: none !important;
}

.chat-nav ul > li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 75px;
    max-height: 55px;
    text-decoration: none;
}

.chat-nav ul > li .chat_animation {
    display: none;
}

.chat-nav ul > li a i.ticon-heart {
    background: url("/static_image/icon-map.png") no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.chat-nav ul > li a i.ticon-zalo-circle2 {
    background: url("/static_image/iconzalo.png") no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.chat-nav ul > li a i.ticon-zalo-circle3 {
    background: url("/static_image/facebook.png") no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.chat-nav ul > li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}

.chat-nav ul > li a i.ticon-chat-sms {
    background: url("/static_image/icon-sms.jpeg") no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.chat-nav ul > li a .call-mobile-style {
    animation: call 3s linear infinite;
    background: url("/static_image/widget_icon_click_to_call.svg") no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .cp__header {
        display: flex;
        flex-direction: column;
    }
    .cp__header .cp__item {
        margin: 5px 0px;
        grid-gap: 5px;
    }
    .chat-nav li .call-mobile {
        position: relative;
    }
    .chat-nav li .call-mobile-style {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px !important;
        height: 50px !important;
        border-radius: 100%;
        line-height: 15px;
        border: 2px solid white;
    }
    .chat-nav li .call-mobile .btn_phone_txt {
        position: relative;
        top: 35px;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
    }
    .chat-nav ul > li a i {
        width: 100%;
    }
    .chat-nav li .chat_animation {
        display: block !important;
    }
    .chat-nav ul > li a {
        padding: 0;
        margin: 0 auto;
    }
    .chat-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 70px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }
    .chat-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }
}

.cart-fixed {
    animation: play_cart 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    right: 20px;
    bottom: 350px;
    z-index: 9999;
    background: #55b03a;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #d21313;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}


.table-of-contents {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}
.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}
.table-of-contents .table-title .htitle {
    text-align: center;
    font-size: 20px;
}
.table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
}
.table-of-contents .table-title .toc_toggle a {
    color: #0073a0;
    padding: 0 1px;
}
.table-of-contents ul {
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 0;
}
.table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0;
    counter-increment: listStyle;
}
.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}
.table-of-contents > ul {
    padding-bottom: 10px;
}
.table-of-contents ul {
    list-style-type: none;
}
.table-of-contents > ul {
    counter-reset: listStyle;
}
.table-of-contents > ul > li {
    counter-increment: listStyle;
}
.table-of-contents > ul > li {
    font-size: 18px;
    font-weight: 700;
}
.table-of-contents > ul > li li {
    counter-increment: nav1;
    counter-reset: nav2;
}
.table-of-contents > ul > li li > a {
    font-weight: normal;
}
.table-of-contents > ul > li::before {
    content: counter(listStyle) ". ";
    text-transform: uppercase;
}
.table-of-contents > ul > li li::before {
    content: counter(listStyle) "." counter(nav1) " - ";
}
.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
    color: var(--shop-color-hover);
}



button {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
}

button:hover,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

.table-content-button .btn-icolist {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.table-content-button .btn-icolist svg {
    width: 20px;
    height: 35px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.table-of-contents {
    background: #ffffff;
    /* border: 1px solid #aaa; */
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}
.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}
.table-of-contents .table-title .htitle {
    text-align: center;
    font-size: 20px;
}
.table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
}
.table-of-contents .table-title .toc_toggle a {
    color: #0073a0;
    padding: 0 1px;
}
.table-of-contents ul {
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 0;
}
.table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0;
    counter-increment: listStyle;
}
.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}
.table-of-contents > ul {
    padding-bottom: 10px;
}
.table-of-contents ul {
    list-style-type: none;
}
.table-of-contents > ul {
    counter-reset: listStyle;
}
.table-of-contents > ul > li {
    counter-increment: listStyle;
}
.table-of-contents > ul > li {
    font-size: 18px;
    font-weight: 700;
}
.table-of-contents > ul > li li {
    counter-increment: nav1;
    counter-reset: nav2;
}
.table-of-contents > ul > li li > a {
    font-weight: normal;
}
.table-of-contents > ul > li::before {
    content: counter(listStyle) ". ";
    text-transform: uppercase;
}
.table-of-contents > ul > li li::before {
    content: counter(listStyle) "." counter(nav1) " - ";
}
.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
    color: var(--shop-color-hover);
}
.table-content-fixed {
    position: fixed;
    left: 10px;
    z-index: 999;
    max-width: 280px;
    top: 45%;
    background: #fcfcfc;
    border: 1px solid #fcfcfc;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    -webkit-transform-origin: 0 top;
    transform-origin: 0 top;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.table-content-fixed .table-of-header {
    position: relative;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
}
.table-content-fixed .table-of-header .hTitle {
    max-width: calc(100% - 50px);
    margin-left: 0;
    font-weight: 600;
    font-size: 14px;
}
.table-content-fixed .table-of-header .hClose {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
}
.table-content-fixed .table-of-header .hClose svg {
    width: 32px;
    height: 32px;
    width: 14px;
}
.table-content-fixed .table-of-contents {
    border: 0;
    background: #ffffff;
    margin: 0;
    padding: 5px 12px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.table-content-fixed .table-of-contents .table-title {
    display: none;
}
.table-content-fixed .table-of-contents ul {
    font-size: 13px;
}
.table-content-fixed.active {
    transform: scale(1) translateY(-45%);
    -webkit-transform: scale(1) translateY(-45%);
    -moz-transform: scale(1) translateY(-45%);
    -ms-transform: scale(1) translateY(-45%);
    -o-transform: scale(1) translateY(-45%);
}
.table-content-fixed .table-of-contents::-webkit-scrollbar {
    width: 3px;
    height: 30px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
    .table-content-fixed {
        left: 3px;
    }
    .table-content-fixed .table-of-contents {
        max-height: 50vh;
    }
}


button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}
button {
    -webkit-appearance: button;
}
button:not(:disabled) {
    cursor: pointer;
}

.table-content-button {
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    left: 10px;
    z-index: 10;
    opacity: 0;
    top: 45%;
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
    .table-content-button {
        display: none;
    }
}

.table-content-button.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
@media (max-width: 991px) {
    .table-content-button {
        left: 3px;
    }
}
#clone-table a{
    font-size: 11pt;
}

ol, ul {
    padding-left: 15px;
    list-style: none;
}

/* Header */
header {
    position: sticky;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    width: 100%
}

/* .logo_wrap a {
    display: block;
} */

.logo_wrap .svg-logo {
    height: 55px;
    fill: #fff;
    padding-top: 5px;
    width: 200px;
}

.header_menu > ul > li:hover .menu_child {
    background: rgba(255, 255, 255, 0.95);
}

.header_menu .menu_child_lv3 > li > a {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.header_menu .close-btn-wrap {
    display: none;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header_menu .closemenu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.header_menu > ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.header_menu > ul > li {
    display: inline-block;
    padding: 19px 10px 19px;
}

.header_menu > ul > li.has_child > a > svg {
    margin-left: 5px;
}

.header_menu > ul > li a {
    display: block;
    /* font-size: 14px; */
    line-height: 22px;
    /* font-weight: 600; */
    /* font-family: unset; */
}

.header_menu > ul > li .menu_child > li {
    padding: 12px 2.2%;
    float: none;
    display: block;
}

.header_menu > ul > li .menu_child > li.lv2_title {
    flex: 1;
}

.header_menu > ul > li .menu_child > li > a {
    border-bottom: 2px solid;
    font-size: 16px;
}


@media (max-width: 1199px) and (min-width: 992px) {
    .logo_wrap .svg-logo {
        width: 200px;
    }
}

@media (min-width: 992px) {

    /* .header_menu > ul > li .menu_child > li:hover > a,
    .header_menu ul li.active > a,
    .header_menu ul li:hover > a {
        color: #198754;
    }

    .header_menu ul li:hover > a > svg > path,
    .header_menu ul li.active > a > svg > path {
        fill: #198754;
    } */


    .header_menu > ul > li:hover .menu_child {
        top: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .header_menu > ul > li .menu_child {
        padding: 24px 15.4% 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        pointer-events: none;
        position: absolute;
        top: 200%;
        left: 0;
        z-index: 99;
        background: #fff;
            visibility: hidden;
        opacity: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .header_menu .menu_child_lv3 {
        padding: 0;
        margin-top: 16px;
    }

    .header_menu .menu_child_lv3 > li {
        margin-bottom: 4px;
    }

    .header_menu > ul > li.coffee_story .menu_child > li.lv2_title {
        flex: 0 0 calc(100% / 5);
        padding: 12px 0;
        margin: 0 56px
    }


}

@media (max-width: 991px) {

    .header_menu {
        position: fixed;
        background-color: #fff;
        height: 100%;
        z-index: 10;
        width: 250px;
        color: #fff;
        top: 0;
        left: -280px;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /* .logo_wrap {
        text-align: center;
        width: calc(100% - 40px);
        margin: 0 auto;
    } */

    .header_menu.show {
        left: 0;
        z-index: 9999;
        padding: 0;
    }

    .header_menu .close-btn-wrap {
        display: block;
    }

    .header_menu > ul {
        padding-left: 16px;
        flex-direction: column;
    }

    .header_menu > ul > li {
        display: block;
        text-align: left;
        float: none;
        padding: 0;
    }

    .header_menu > ul > li:not(:last-child) {
        border-bottom: #0000000F
    }

    .logo_wrap .svg-logo {
        width: 200px;
    }

    .search_input_wrap {
        right: 15px;
    }

    .header_menu > ul > li .more {
        position: absolute;
        right: 0;
        padding: 10px 15px;
        font-size: 14px;
        top: 0;
        z-index: 9999;
        cursor: pointer;
        color: #fff;
    }

    .header_menu .menu_child_lv3 {
        padding-left: 16px;
    }

    .header_menu .menu_child_lv3 > li {
        padding-top: 16px;
    }

    .header_menu .menu_child_lv3 > li:last-child {
        padding-bottom: 0;
    }


    .header_menu .menu_child {
        display: none;
        padding: 0;
        padding-left: 10px;
    }

    .header_menu > ul > li .menu_child > li {
        padding: 0;
    }

    .header_menu > ul > li .menu_child > li > a {
        border-bottom: 0;
        font-size: 12px;
    }

    .header_menu > ul > li > a {
        padding: 17px 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .header_menu > ul > li .menu_child > li.lv2_title {
        padding: 16px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .header_menu > ul > li.has_child > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }

    #showmenu-mobile {
        position: absolute;
        left: 0;
        top: 10px;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    #showmenu-mobile span {
        background: #000;
        height: 2px;
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

}

header {
    border-bottom: 1px solid #00000026;
}

.header_nav {
    display: flex;
    justify-content: center;
}

/* .header_logo {
    display: flex;
    align-items: center;
} */

@media (min-width: 1200px) {
    .header_menu > ul > li {
        padding: 19px 16px 19px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header_menu > ul > li:last-child {
        display: none;
    }
}

@media (max-width: 991px) {

    .header_nav {
        justify-content: center;
    }

}

@media (max-width: 767px) {
    /* .header_logo {
        width: 53%
    } */

    .header_logo .logo_wrap .svg-logo {
        width: 100%;
    }

}

@media (max-width: 575px) {
    header {
        height: 45px;
    }

    #showmenu-mobile {
        top: 4px;
    }

    .header_logo .logo_wrap .svg-logo {
        /* height: 44px; */
        padding: 0;
    }
}


.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.loading-ajax {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #ffffff90;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: unset !important;

}
.swal2-shown body{
    padding-right: 0px !important;
}
.mz-thumb-selected.mz-thumb{
    width: 60px !important;
}
.mz-thumb{
    margin: 2px;
    border: 1px solid #047857 !important;
    width: 60px !important;
}
