@font-face {
    font-family: "Beautique Display";
    src: url("../fonts/BeautiqueDisplay-Regular.otf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Beautique Display";
    src: url("../fonts/BeautiqueDisplay-Medium.otf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Beautique Display";
    src: url("../fonts/BeautiqueDisplay-Light.otf");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Beautique Display";
    src: url("../fonts/BeautiqueDisplay-Bold.otf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Beautique Display";
    src: url("../fonts/BeautiqueDisplay-Black.otf");
    font-weight: 1000;
    font-style: normal;
    font-display: block;
}



















.catchuoi1 {
    -webkit-line-clamp: 1;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi2 {
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.catchuoi3 {
    -webkit-line-clamp: 3;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes shake-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

.popup-custom .modal-content {
    border-radius: 0px;
    border: 0px;
}

.popup-custom .modal-content .modal-body {
    padding: 10px;
}

.popup-custom .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #888888;
    cursor: pointer;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    opacity: 1 !important;
}

#popup-quickview .modal-dialog {
    max-width: 1140px;
}

.opacity-0 {
    opacity: 0;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Main */
:root {
    --color-red: #d3191e;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --background-static: #efb0c9;
    --background-hover: #efb0c9;
    --color-static: #efb0c9;
    --color-hover: #efb0c9;
    --menu-border: rgb(255 255 255 / 20%);
    --menu-color: #fff;
}

/* Toc */
.content-ck {
    line-height: 2em;
}

.content-ck * {
    max-width: 100% !important;
}

.content-ck img {
    max-width: 100% !important;
    height: auto !important;
}

.content-ck iframe {
    max-width: 100% !important;
}

.content-ck ul,
.content-ck ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.content-ck p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a.mucluc-dropdown-list_button {}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: #006ACB !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
}

.meta-toc.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111;
}

.meta-toc .mucluc-dropdown-list_button {
    display: none
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
    display: block !important;
}

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
}

.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin: 0 0 5px 0;
}

.box-readmore ul li a {}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore ul li li a {
    font-weight: 400;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* loadpage website */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

.loading-text ul {
    margin-top: 1.875rem
}

.loading-text ul li {
    -webkit-animation: anime 1.5s infinite linear;
    animation: anime 1.5s infinite linear;
    display: inline-block;
    font-family: var(--bs-font-monospace);
    font-size: 1.875rem;
    letter-spacing: 1px
}

.loading-text ul li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loading-text ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loading-text ul li:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loading-text ul li:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading-text ul li:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loading-text ul li:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loading-text ul li:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loader {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-bottom: 3.125rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001
}

/* name */
@-webkit-keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px)
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }
}

@keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px)
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0)
    }
}

/* end name*/
@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

/*  end loadpage website */
body {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    min-width: 1216px;
    overflow-x: hidden;
    background-color: #f9fafd;
}

blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

blockquote p {
    margin-bottom: 0;
}

.footer-copyright a {
    color: #fff;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.col-30 {
    padding-left: 15px;
    padding-right: -15px;
}

.col-20 {
    padding-left: 10px;
    padding-right: 10px;
}

.mg-col-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-top-bottom {
    padding: 2.5rem 0;
}

.pad-top {
    padding-top: 2.5rem;
}

.pad-bottom {
    padding-bottom: 2.5rem;
}

.mg-top {
    margin-top: 2.5rem;
}

.mg-bottom {
    margin-bottom: 2.5rem;
}

.hover_xemthem {
    transition: 0.4s;
}

.hover_xemthem:hover {
    letter-spacing: 2px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: initial;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-content {
    width: calc(100% - 60px);
    max-width: 1300px;
    margin: 0px auto;
}

.left_intro {
    width: 535px;
}

.right_intro {
    width: 675px;
}

.container-custom {
    padding: 0px 10px;
    margin: 0px auto;
}


.wrap-main {
    margin: 30px auto;
    max-width: 1300px;
}

.fix_head {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999 !important;
    background-color: #ffffff;
    animation: slideInDown .5s linear;
    box-shadow: 0px 2px 5px #dcdbdb94;
}

.pd-l-10 {
    padding-left: -10px;
}

.pd-r-10 {
    padding-right: -10px;
}

.mg-l-10 {
    margin-left: -10px;
}

.mg-r-10 {
    margin-right: -10px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.title-detail-main {
    color: #252525;
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* General */
.title-main {
    padding: 0 5px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #000;
}

.title-main span {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}

.control-owl button {
    opacity: 0.8;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    height: 40px;
    text-align: center;
    width: 5%;
    max-width: 40px;
    margin: 0px;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 0px;
    border-radius: 0 7px 7px 0;
    overflow: hidden;
}

.control-owl button.owl-next {
    right: 0px;
    border-radius: 7px 0 0 7px;
    overflow: hidden;
}

.control-owl button svg {
    stroke: #ffffff;
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.text-sm {
    font-size: 0.875rem !important;
}

/* Lazyload */
img.lazy {
    opacity: 0;
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

/* User */
.wrap-user {
    width: 100%;
    max-width: 550px;
    margin: auto;
    border: 1px solid #bce8f1;
    border-radius: 5px;
}

.title-user {
    background-color: #d9edf7;
    padding: 12px 15px;
    border-radius: 5px 5px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-user span {
    color: #31708f;
}

.title-user a {
    color: #0056b3;
    font-size: 12px;
}

.form-user {
    padding: 20px 15px;
}

.input-user {
    margin-bottom: 0.75rem;
}

.input-user input {
    font-size: 14px;
}

.button-user {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button-user input {
    font-size: 14px;
}

.checkbox-user,
.radio-user {
    cursor: pointer;
}

.checkbox-user input {
    top: calc(50% - 1.25rem / 2);
    height: auto;
}

.checkbox-user label {
    font-size: 14px;
    cursor: pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem / 2);
}

.radio-user {
    margin-right: 1rem;
}

.radio-user:last-child {
    margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem / 2);
}

.note-user {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
}

/* Account */
.right-account .form-group {
    margin-bottom: 15px;
}

.right-account .form-group label {
    font-weight: 700;
    margin-bottom: 10px;
}

.right-account .form-group p {
    margin-bottom: 0px;
}

.img-preview {
    max-width: 70px;
    max-height: 55px;
}

.size-13 {
    font-size: 13px;
}

.price-new-cart-detail {
    color: #f00;
    display: block;
}

.price-old-cart-detail {
    text-decoration: line-through;
    font-size: 13px;
    display: block;
}

.cast-money-cart-detail {
    color: red;
    font-weight: 700;
    font-size: 17px;
    text-align: right !important;
    padding-right: 15px !important;
}

.left-account {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 280px;
}

.right-account {
    width: calc(100% - 310px);
}

.left-account h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    height: max-content;
    max-width: 70%;
    width: fit-content;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin: 0px;
    color: #fff;
}

.left-account h2 i {
    color: #000;
    opacity: .3;
    margin: 0 0 2px 0
}

.left-account h2 a {
    color: #023f88;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px
}

.left-account h2 a:before {
    content: "|";
    color: #000;
    opacity: .3;
    font-size: 17px;
    margin-right: 10px
}

.left-account .menuleft__name {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 12px 15px;
    background: #323233;
    border-radius: 5px;
}

.left-account ul {
    display: flex;
    flex-flow: column;
    gap: 5px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.left-account ul li a {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px
}

.left-account ul li.active a,
.left-account ul li a:hover {
    background: #e4e7ed;
    border-radius: 4px
}

.left-account ul li.active a i.iconoh-menulisting,
.left-account ul li a:hover i.iconoh-menulisting {
    background-position: -456px -23px;
    width: 23px;
    height: 19px
}

.left-account ul li.active a i.iconoh-menuprofile,
.left-account ul li a:hover i.iconoh-menuprofile {
    background-position: -455px -65px;
    width: 24px;
    height: 19px
}

.left-account .btn-logout {
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 31px;
    color: #F1770F;
    border: 1px solid #F1770F
}

.left-account .btn-logout:hover {
    background: #F1770F;
    color: #fff
}

.list .order-item {
    padding: 20px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f9f9f9;
    margin-bottom: 12px;
    display: flex;
    font-size: 14px;
    flex-direction: column
}

.list>.order-item>.item-head {
    display: grid;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    grid-template-columns: 1fr max-content;
    gap: 5px;
    align-items: end
}

.list>.order-item>.item-head .head-info {
    display: flex;
    gap: 8px
}

.list>.order-item>.item-head .head-info.block {
    flex-direction: column
}

.order-item .item-head .deliverytime {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 17px
}

.order-item .item-head .head-info.inline .deliverytime::before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    margin: auto 10px
}

.list>.order-item .ischecksaleprice {
    color: #00bd9f;
    margin-bottom: 2px;
    display: block;
    max-width: 100%
}

.list>.order-item>.item-content {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.list>.order-item .pro-history {}

.list>.order-item .total-price_wrapper {
    font-size: 15px;
    text-align: right;
}

.list>.order-item .total-price_wrapper .total-price {
    font-size: 17px;
    font-weight: 500;
    color: #f00;
}

.item-pro-history {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-pro-history .img-preview {
    max-width: 50px;
    max-height: 50px;
}

.item-pro-history span {
    width: calc(100% - 60px);
}

.item-pro-history span.text-split {
    -webkit-line-clamp: 2;
}

.list>.order-item .item-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-right .order-name {
    width: 38%;
    color: #000;
    font-size: 14px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 50px
}

.content-right .order-name a {
    color: #000
}

.content-right .content-wrapper_right {
    width: 62%;
    text-align: end;
    gap: 5px;
    display: flex;
    flex-flow: column;
    align-items: end
}

.content-right .content-wrapper_right .status-payment,
.content-right .content-wrapper_right .status-installment {
    display: block;
    margin-top: 8px;
    font-size: 13px
}

.content-right .content-wrapper_right .status-installment {
    color: #666
}

.content-right .content-wrapper_right .status-payment:last-child {
    margin-bottom: 8px
}

.content-right .content-wrapper_right .total-price {
    font-size: 18px
}

.content-right .content-wrapper_right strike {
    display: block;
    font-size: 15px
}

.list .order-item.hisOrderType_7 .item-content img.thumb-main,
.list .order-item.hisOrderType_5 .item-content img.thumb-main {
    width: 40px;
    max-height: 40px
}

.list>.order-item .link {
    display: flex;
    justify-content: flex-end
}

.list>.order-item .link>a {
    display: block;
    border: 1px solid #323233;
    border-radius: 4px;
    line-height: 16px;
    color: #323233;
    padding: 10px 15px;
    text-align: center;
    margin-left: 8px
}

.list>.order-item .link>a:hover {
    background-color: #323233;
    color: #fff;
    transition: .4s
}

.list>.order-item .link.avakid>a {
    border: 1px solid #2f80ed;
    color: #2f80ed
}

.list>.order-item .link.avakid>a:hover {
    background-color: #2f80ed;
    color: #fff;
    transition: .4s
}

.wrapper-viewmore {
    text-align: center
}

.viewmore {
    display: block;
    margin: 20px auto;
    line-height: 16px;
    text-align: center;
    color: #2f80ed
}

.viewmore::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.order-detail {
    background: #f9f9f9;
    border-radius: 4px 4px 0 0;
    margin: 20px 0 0 0;
    padding: 15px;
    display: grid;
    gap: 10px
}

.order-detail .groupdelivery_header {
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 5px
}

.product-item {
    display: grid;
    grid-template-columns: 80px auto 15%;
    grid-gap: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.product-item:last-child {
    margin-bottom: 0
}

.product-item__info {
    gap: 7px;
    display: flex;
    flex-flow: column
}

.product-item__info.card {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    width: max-content
}

.product-item__info.card:last-child {
    border-bottom: none;
    padding-bottom: 5px
}

.product-item__info.card .copycode,
.btn-get-invoiceid {
    color: #2f80ed;
    background: #fff;
    border: 1px solid #2f80ed;
    border-radius: 8px;
    padding: 8px 15px;
    margin: 0 5px
}

.product-item__info p {
    margin-bottom: 0px;
}

.product-item__price {
    text-align: right;
}

.order-price {
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    background: #f9f9f9;
    padding: 15px
}

.order-price p {
    margin-bottom: 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 240px;
}

.order-price p.totalpaid {
    font-weight: bold
}

.order-price p.totalpaid b {
    color: #d0021b;
    font-size: 17px;
}

.order-price span {
    font-size: 14px;
    line-height: 17px;
    color: #222
}

.order-price .order-price__total span:last-child {
    color: #d0021c;
    font-weight: bold;
}

/* Cart */
#popup-cart .modal-title {
    text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
}

#popup-cart .modal-footer {
    padding: 0.75rem 0 0 0;
    border-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buymore-cart {
    color: #ec2d3f;
    cursor: pointer;
    margin: 0px;
}

.buymore-cart i {
    margin-right: 2px;
    margin-top: 5px;
    vertical-align: top;
    font-size: 12px;
}

.wrap-cart {
    padding: 20px 15px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.top-cart {
    border-right: 1px solid #eee;
}

.procart {
    padding: 20px 10px;
    border: 1px solid #eee;
    border-top: 0px;
}

.pic-procart {
    text-align: center;
}

.pic-procart img {
    max-height: 100px;
    height: inherit;
}

.pic-procart .del-procart {
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

.pic-procart .del-procart:hover {
    color: red;
}

.name-procart a {
    font-size: 14px;
    color: #000;
    display: block;
}

.name-procart a:hover {
    color: #ec2d3f;
}

.properties-procart {
    display: block;
}

.properties-procart p {
    display: inline-block;
    margin-bottom: 0px;
}

.properties-procart p:first-child {
    margin-right: 10px;
}

.properties-procart p strong {
    font-weight: 600;
}

.quantity-procart p {
    margin-bottom: 0px;
}

.quantity-counter-procart {
    border: 1px solid #dfdfdf;
    width: 100%;
    max-width: 95px;
    height: 30px;
    line-height: normal;
    text-align: center;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter-procart {
    background-color: transparent;
    border: 0px;
    width: 30%;
    color: #333;
    outline: none;
    cursor: pointer;
    font-size: 23px;
}

.counter-procart:hover,
.counter-procart:focus {
    color: #ec2d3f;
}

.counter-procart:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.counter-procart:disabled:hover {
    color: #ccc;
    cursor: not-allowed;
}

.counter-procart-minus {
    line-height: 26px;
}

.counter-procart-plus {
    line-height: 24px;
}

.quantity-counter-procart .quantity-procart {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    color: #333;
    text-align: center;
}

.price-procart {
    width: 20%;
    text-align: right;
}

.price-procart-rp {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13.5px;
}

.price-new-cart {
    color: #ec2d3f;
    margin-bottom: 0px;
}

.price-old-cart {
    color: #999;
    text-decoration: line-through;
}

.procart-label {
    border: 0px;
    background: #eee;
    padding: 10px;
    margin: 0px;
    text-transform: capitalize;
}

.money-procart {
    margin-top: 15px;
}

.total-procart {
    background: #eee;
    padding: 7px 10px;
    border: 1px solid #dddfe2;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.total-procart p {
    margin-bottom: 0px;
    font-size: 15px;
}

.total-procart p:last-child {
    color: #ec2d3f;
}

.section-cart {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.title-cart {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.information-cart {
    margin-bottom: 1.5rem;
}

.input-cart {
    margin-bottom: 0.5rem;
    position: relative;
}

.input-cart textarea {
    resize: none;
    height: 100px;
}

.input-cart select {
    cursor: pointer;
}

.payments-cart {
    text-align: left;
    margin-bottom: 5px;
    min-height: auto;
    padding-left: 0;
    margin-left: 20px;
    position: relative;
}

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

.payments-cart input {
    top: 10px;
    /* opacity: 0; */
    position: absolute;
}

.payments-label {
    cursor: pointer;
    background: #eee;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 0px;
    color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
    top: calc(50% - 1rem / 2);
}

.payments-label.active {
    background: var(--background-static);
    color: #ffffff !important;
}

.payments-info {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    background: #f5efef;
    border-radius: 5px;
}

.payments-info p {
    margin-bottom: 1em;
}

.payments-info.active {
    padding: 10px 15px;
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.btn-cart {
    text-transform: capitalize;
}

.empty-cart {
    padding: 25px 30px;
    text-align: center;
}

.empty-cart i {
    color: red;
    font-size: 70px;
}

.empty-cart p {
    margin: 15px 0px;
    color: #333;
    font-size: 18px;
}

/* Comment */
.comment-title {
    font-size: 18px;
}

.comment-show {
    display: block !important;
}

.comment-point {
    font-size: 30px;
    color: #fe302e;
    margin-right: 10px;
}

.comment-star {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.comment-star span {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}

.comment-star i {
    display: inline-block;
    color: #b8b8b8;
    text-rendering: auto;
    font-size: 12px;
}

.comment-star i:nth-child(1) {
    margin-left: 0;
}

.comment-star span i {
    color: #ffc120;
}

.comment-progress {
    width: 100%;
    margin-bottom: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.comment-progress .progress {
    height: 12px;
    margin-right: 10px;
    margin-left: 5px;
    width: calc(100% - 115px);
    border-radius: 10px;
}

.comment-progress .progress-bar#has-rate {
    background-color: #23b445;
}

.comment-progress .progress-num {
    font-size: 15px;
    width: 25px;
    color: #787878;
    text-align: right;
    width: 40px;
}

.progress-num i {
    display: inline;
    color: #ffc107;
}

.comment-progress .progress-total {
    font-size: 12px;
    text-align: left;
    color: #787878;
    width: 85px;
}

.comment-write {
    display: none;
}

.review-rating-star {
    font-size: 0;
}

.review-rating-star-icon .fa {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    margin: 0.1rem;
    font-size: 21px;
    cursor: pointer;
    color: #f0c808;
}

.review-rating-star-icon .fa.star-empty {
    color: #dedddc;
}

.review-rating-star-icon .fa.star-not-empty {
    color: #f0c808;
}

.review-rating-star-icon .fa:nth-child(1) {
    margin-left: 0;
}

.review-fileuploader {
    padding: 20px 15px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    border: 2px dashed #c2cdda;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-fileuploader .review-fileuploader-text {
    color: #90a0bc;
}

.review-file-uploader .fileuploader {
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list {
    margin: 1rem -5px 0 -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
    display: block;
    content: "";
    clear: both;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item {
    padding: 0px;
    width: calc(100% / 7 - 10px);
    float: left;
    margin: 0 5px 5px 5px;
    border-bottom: 0px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .columns {
    display: block;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail {
    width: auto;
    height: auto;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image {
    height: auto;
    padding: 50% 0;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: none;
    transform: none;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-title {
    padding: 0px;
    margin-top: 0.5rem;
    text-align: center;
    display: none;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-actions {
    margin: 0px;
    position: absolute;
    top: 0px;
    right: -5px;
}

.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-infos input {
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
}

.review-poster-video-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.review-poster-video-avatar .avatar-detail {
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-poster-video-avatar .avatar-detail img {
    max-width: 95px;
    max-height: 95px;
}

#review-content {
    height: 70px;
}

.carousel-comment-media .carousel-control a {
    opacity: 1;
    width: 45px;
    height: 45px;
    top: calc(50% - 45px / 2);
    bottom: inherit;
}

.carousel-comment-media .carousel-control a span {
    display: block;
    cursor: pointer;
    color: #222222;
    width: 45px;
    height: 45px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-comment-media .carousel-control a.carousel-control-prev {
    left: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-prev span {
    padding-right: 9px;
}

.carousel-comment-media .carousel-control a.carousel-control-next {
    right: 20px;
}

.carousel-comment-media .carousel-control a.carousel-control-next span {
    padding-left: 8px;
}

.carousel-comment-media .carousel-indicators {
    position: static;
    margin: 0 0 1rem 0;
}

.carousel-comment-media .carousel-indicators li {
    width: auto;
    max-width: 60px;
    height: auto;
    text-indent: inherit;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0px 0px 3px 0px;
    border: 2px solid transparent;
    opacity: 1;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.carousel-comment-media .carousel-indicators li.active {
    border-color: #ffc120;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.carousel-comment-media .carousel-inner {
    max-width: 550px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
    margin: auto;
}

.carousel-comment-media .carousel-inner .carousel-lists .carousel-comment-media-item-video #file-video {
    max-width: 100%;
    width: 100%;
    height: 500px;
    vertical-align: top;
    display: inline-block;
    background-color: #000000;
}

#form-reply {
    display: none;
}

.comment-page {
    margin-bottom: 1rem;
}

.comment-item {
    margin-bottom: 1rem;
    display: flex;
}

.comment-item-poster {
    width: 200px;
    margin-right: 30px;
    text-align: center;
}

.comment-item-letter {
    border-radius: 50%;
    background-color: #d3d2d3;
    color: #919090;
    width: 65px;
    height: 65px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 67px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.comment-item-name {
    margin-bottom: 0.25rem;
    text-transform: capitalize;
}

.comment-item-posttime {
    font-size: 12px;
    color: #999999;
}

.comment-item-information {
    width: calc(100% - 230px);
}

.comment-item-star {
    float: left;
    margin-right: 10px;
}

.comment-item-star i {
    font-size: 17px;
}

.comment-item-title {
    font-size: 15px;
    font-weight: 500;
}

.comment-replies {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #dfdfdf;
    padding: 1.75rem 1.5rem;
}

.comment-replies:after {
    content: "";
    position: absolute;
}

.comment-replies:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #f8f9fa;
}

.comment-replies:after {
    top: -14px;
    left: 9px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 14px solid #dfdfdf;
}

.comment-replies-item {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.comment-replies-item:last-child {
    margin-bottom: 0px;
}

.comment-replies-letter {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    line-height: 45px;
    padding-left: 1px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #e5e3e5;
    color: #919090;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    text-align: center;
    margin-top: 0.125rem;
}

.comment-replies-letter.admin {
    position: relative;
    background-color: #189eff;
    text-indent: 9999px;
    overflow: hidden;
}

.comment-replies-letter.admin:before {
    content: "QTV";
    text-indent: 0px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comment-replies-info {
    width: calc(100% - 55px);
}

.comment-replies-name {
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.comment-replies [class*="btn-load-more-"] {
    border: 0px;
    outline: none;
    padding: 0px;
    background: transparent;
}

.comment-media-play {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.comment-media-play svg {
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
}

.comment-media-play svg .comment-media-play-stroke-dotted {
    opacity: 0;
    stroke-dasharray: 4, 5;
    stroke-width: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
    -webkit-transition: opacity 1s ease, stroke-width 1s ease;
    transition: opacity 1s ease, stroke-width 1s ease;
}

.comment-media-play svg .comment-media-play-stroke-solid {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 4px;
    -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.comment-media-play svg .comment-media-play-icon {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.comment-media-play:hover svg .comment-media-play-stroke-dotted {
    stroke-width: 4px;
    opacity: 1;
}

.comment-media-play:hover svg .comment-media-play-stroke-solid {
    opacity: 0;
    stroke-dashoffset: 300;
}

.comment-media-play:hover svg .comment-media-play-icon {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* head */
.head {
    background-color: #ffffff;
}

.head-top {
    color: #ffffff;
    background-color: var(--background-static);
}

.head-top .wrap-content {}

.slogan-head {
    height: 40px;
    display: flex;
    align-items: center;
    width: 40%;
}

.info-head {
    margin-bottom: 0;
}

.info-head i {
    vertical-align: top;
    margin: 3px 5px 0px 0px;
    font-size: 16px;
}

.head-bottom {
    background: #fff;
    padding: 10px;
}

.head-bottom .wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-head li {
    width: 30px;
}

.hotline-head {}

.hotline-head p {}

.hotline-head span {}

.user-head a {
    color: #ffffff;
    padding-right: 9px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.user-head a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #ffffff;
    top: calc(50% - 7px / 2);
    right: 0px;
    opacity: 0.7;
}

.user-head a:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.user-head a:last-child:after {
    display: none;
}

.right-head {
    display: none;
}

/* Mmenu */
.menu-res {
    z-index: 100;
    background: var(--background-static);
    position: relative;
    display: none;
}

.menu-bar-res {
    height: 50px;
    padding: 0px 15px;
}

#hamburger {
    display: block;
    width: 30px;
    height: 23px;
    position: relative;
    margin-left: 10px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--background-static);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

.menu-mobile-opened #hamburger:before,
.menu-mobile-opened #hamburger:after {
    top: 10px;
}

.menu-mobile-opened #hamburger span {
    left: -50px;
    opacity: 0;
}

.menu-mobile-opened #hamburger:before {
    transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

/* Slideshow */
.slideshow {
    position: relative;
}

.slideshow-image img {
    min-height: 590px;
}

.slideshow-image {
    overflow: hidden;
    display: block;
}

.slideshow-item {
    display: block;
    cursor: pointer;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}

.control-slideshow {
    opacity: 0;
}

.slideshow .control-owl button svg {
    stroke: #fff;
}

.info-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.name-slide {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.desc-slide {
    font-size: 15px;
    color: #fff;
    width: 500px;
    margin: 20px 0;
}

.views-more-slide {
    background-color: var(--background-static);
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 15px;
}

.box-slide.slick-current.slick-active .name-slide {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .desc-slide {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .views-more-slide {
    animation: scaleLarge;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.slide-text .slick-prev,
.slide-text .slick-next {
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.slide-text .slick-prev {
    left: 5px;
}

.slide-text .slick-next {
    right: 5px;
}

.slide-text .slick-prev:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f053";
}

.slide-text .slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f054";
}

.slide-text .slick-dots {
    bottom: 20px;
}

.slide-text .slick-dots li {
    margin: 0;
}

.slide-text .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #eee;
    padding: 0px 10px;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 0;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #212529;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #6c757d;
}

.wrap-product {
    margin-bottom: 50px;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}

/* Product Detail */
.grid-pro-detail {
    margin-bottom: 3rem;
}

.left-pro-detail {
    position: relative;
    text-align: center;
    width: 45%;
}

.right-pro-detail {
    width: calc(55% - 40px);
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0;
}

.thumb-pro-detail {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 3px;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #000;
}

.comment-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.brand-pro-detail a {
    background: var(--color-red);
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 23px;
    color: var(--color-black);
}

.price-old-pro-detail {
    font-weight: 400;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    cursor: pointer;
    vertical-align: top;
    position: relative;
    width: 48px;
    height: 32px;
    margin: 0 8px 5px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 1px solid #dadada;
    transition: 0.3s;
    border-radius: 2px;
}

.size-pro-detail {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 130px;
    position: relative;
    margin: 0 8px 0 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    font-size: 12px;
    transition: 0.3s;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: var(--color-dark-red);
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
    display: none;
}

.quantity-pro-detail {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 40px;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 45px;
    height: 100%;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 100%;
    border: none;
    width: calc(100% - 90px);
    text-align: center;
    font-size: 15px;
}

.cart-pro-detail {
    max-width: 400px;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: calc(100% / 2 - 5px);
    height: 45px;
    border-radius: 5px;
}

.cart-pro-detail a.addnow {
    background: #fff;
    color: var(--color-red);
}

.cart-pro-detail a.addnow:hover {
    color: #fff;
    background: var(--color-red);
}

.cart-pro-detail a.buynow {}

.cart-pro-detail a.buynow:hover {}

.cart-pro-detail a i {
    vertical-align: top;
    margin-right: 8px;
    font-size: 24px;
    position: relative;
    top: -2px;
}

/* News */
.pic-news {
    width: 210px;
}

.pic-news img {
    width: 100%;
}

.info-news {
    width: calc(100% - 210px);
    padding-left: 20px;
}

.name-news {
    margin: 0px;
}

.name-news a {
    color: #252525;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
}

.name-news a.text-split {
    -webkit-line-clamp: 2;
}

.name-news:hover {
    color: var(--background-static);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 10px;
}

.desc-news {
    color: #676767;
    margin-top: 5px;
    line-height: 22px;
}

.news .news-name {
    margin-bottom: 0.5rem;
}

.news .news-name a {
    color: #333;
    font-size: 16px;
}

.news .news-name a.text-split {
    -webkit-line-clamp: 2;
}

.news .news-name a:hover {
    color: #ec2d3f;
}

.news .news-time {
    color: #84878a;
    margin-bottom: 0.25rem;
}

.news .news-desc {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

.othernews b {
    margin-bottom: 10px;
    font-size: 15px;
}

/*News orther*/
.news-other {
    margin-bottom: 15px;
}

.pic-news-other {
    width: 40%;
}

.info-news-other {
    width: 60%;
    padding-left: 10px;
}

.name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.name-news-other:hover {
    color: var(--background-static);
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
    margin: 0px;
}

.list-news-other li {
    margin-bottom: 8px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-red);
}

/* Contact */
.form-floating.form-floating-cus>input,
.form-floating-cus>select {
    height: 45px;
}

.form-floating.form-floating-cus>textarea {
    height: 100px;
}

.form-floating.form-floating-cus>label {
    padding: 10px 10px;
    color: var(--color-gray);
}

.contact-article {
    margin-bottom: 3rem;
}

.contact-input {
    position: relative;
    margin-bottom: 20px;
}

.contact-input input,
.contact-input textarea {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-input input:focus,
.contact-input textarea:focus {
    box-shadow: none;
    outline: none;
}

.contact-input textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
}

.contact-map {
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}



.title-form p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

.title-form h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
}

.footer {
    background: url(../images/bg_footer.png) repeat-x top, linear-gradient(to bottom, #fff 40px, #f8dae9 0px);
    background-size: 54px 44px, auto;
    margin-top: 80px;
}

.footer-article {
    padding: 45px 10px;
}

.form_footer {
    width: calc(100% - 30px);
    max-width: 1620px;
    margin: auto;
    border-radius: 10px;
    background-color: #65c1c9;
    padding: 30px 10px;
}

.title-footer {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.newsletter-input input {
    height: 40px;
    border: 0px;
}

.newsletter-button button[type="submit"] {
    width: 124px;
    height: 40px;
    border-radius: 5px;
    background-color: #dabb6b;
    border: 0px;
    color: #ffffff;
    font-weight: 500;
}












.footer-news {
    width: 23%;
}

.grid_bottom {
    display: grid;
    grid-template-columns: 30% 30% 30% auto;
    gap: 15px;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #606060;
    font-size: 13px;
}

.footer-ul li a:hover {
    text-decoration: none;
    color: #ec2d3f;
}

/* Like Share */
.social-plugin {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
    text-align: center;
}

.text-left {
    text-align: left;
}

.pagination-ajax a,
.pagination-ajax span {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover,
.pagination-ajax span.current,
.pagination-ajax span:hover {
    color: #ffffff !important;
    border-color: #ec2d3f;
    background-color: #ec2d3f;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next,
.pagination-ajax span.first,
.pagination-ajax span.last,
.pagination-ajax span.prev,
.pagination-ajax span.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before,
.pagination-ajax span.first:before,
.pagination-ajax span.last:before,
.pagination-ajax span.prev:before,
.pagination-ajax span.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before,
.pagination-ajax span.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before,
.pagination-ajax span.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before,
.pagination-ajax span.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before,
.pagination-ajax span.next:before {
    background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

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

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

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

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

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

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

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

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

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

#qrzalo .modal-dialog {
    max-width: 250px;
    margin: 0.5rem auto;
}

/* Cart Fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

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

/* Toolbar */
@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

.toolbar {
    background: var(--background-static);
    width: 100%;
    padding: 7px 5px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    max-height: 65px;
    display: none;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 20px;
    width: 20px;
    animation: tada 1.2s infinite;
}

.toolbar ul li a span {
    color: #fff;
    font-size: 10px;
}

/* Toolbar-app */
.check-toolbar {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 18px;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
}

.check-toolbar label {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 6px;
    height: 50px;
    border-radius: 32px;
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.check-toolbar label:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: -3px;
    width: 12px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.check-toolbar input[type="checkbox"]:checked+label {
    background: var(--background-static);
    opacity: 1;
}

.check-toolbar input[type="checkbox"]:checked+label:after {
    transform: translateY(-29px);
}

.check-toolbar label:hover {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}

.check-toolbar label:hover:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.yep {
    position: absolute;
    top: 0px;
    left: -6px;
    width: 30px;
    height: 50px;
    opacity: 0;
}

.toolbar-app {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    display: none;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}

.toolbar-app.is-active .list-phone {
    display: block;
    -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}

.toolbar-app .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none;
}

.toolbar-app .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    max-width: 240px;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 50px;
    padding-right: 30px;
}

.toolbar-app .list-phone svg {
    max-width: 30px;
    max-height: 30px;
}

.toolbar-app .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: #333;
    font-weight: 700;
}

.toolbar-app .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform .2s ease-in-out;
}

.toolbar-app .phone a {
    color: #333;
    display: block;
    position: relative;
}

.toolbar-app .phone a:before,
.toolbar-app .phone a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 30px;
    height: 3px;
    border-radius: 2rem;
    background-color: var(--background-static);
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.toolbar-app .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.toolbar-app .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--background-static);
}

.toolbar-app.is-active .phone {
    transform: rotate(-180deg);
}

.toolbar-app.is-active .phone svg {
    opacity: 0;
}

.toolbar-app.is-active .phone a:before,
.toolbar-app.is-active .phone a:after {
    opacity: 1;
}

.toolbar-app ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: #fff;
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;
}

.toolbar-app ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}

.toolbar-app ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #ffff;
}

.toolbar-app ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.toolbar-app ul li a span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    text-transform: capitalize;
}

.toolbar-app ul li a img,
.toolbar-app ul li svg {
    max-height: 30px;
    fill: var(--background-static);
    width: 100%;
}

.toolbar-app .phone svg {
    animation: tada 1.2s infinite;
    fill: var(--background-static);
}

.tada {
    animation: tada 1.2s infinite;
}

.lang-toolbar-app {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolbar-app ul li.lang-toolbar-app a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}

.toolbar-app ul li.lang-toolbar-app a img {
    height: 10% !important;
}

.ex6 path {
    fill: #fff;
    stroke: var(--background-static);
    stroke-width: 0.5;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 5s ease forwards;
    animation: dash 5s ease forwards;
}

@-webkit-keyframes dash {
    to {
        fill: var(--background-static);
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        fill: var(--background-static);
        stroke-dashoffset: 0;
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-head-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px / 2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a {
    display: block;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-animation: headAnimation 0.7s 1;
    animation: headAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: "\f00d";
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, 0.5);
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, 0.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}

.wcircle-icon i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.row-product {
    margin: 0px -10px;
}

.col-product {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.box-product {
    position: relative;
}

.pic-product {
    border-radius: 10px 10px 0 0;
}

.pic-product img {
    width: 100%;
}

.name-product {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 54px;
}

.price-product {
    margin-bottom: 5px;
}

.price-new {
    color: #db0008;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}

.price-old {
    letter-spacing: -1px;
    color: #222222;
    font-size: 12px;
    line-height: 15px;
    text-decoration: line-through;
    margin-bottom: 0px;
}

.price-per {
    width: 35px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    background-color: #c7161e;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 6px;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    width: calc(50% - 3px);
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}



.banner_header {
    background: url(../images/bg_header.png) repeat-x;
    background-size: auto 100%;
    padding: 4px 10px 9px;

}

.menu-main {
    list-style: none;
    gap: 10px;
    margin-bottom: 12px;
}



.menu-main li a {
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
}

.info_header {
    width: calc(100% - 300px);
}

.flex_header {}

.flex_header {
    gap: 10px 12px;
}

.search {
    width: 675px;
    border: 1px solid var(--color-static);
    border-radius: 5px;
    padding: 2px;
}

.search input {
    width: calc(100% - 60px);
    border-radius: 5px 0 0 5px;
    border: 0px;
    text-indent: 20px;
    height: 35px;
}
.logo_header{width: 280px;text-align: center;}
.search p.icon_search {
    width: 75px;
    height: 35px;
    background: url(../images/search.png) no-repeat center;
    background-color: var(--background-static);
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    background-size: 17px;
}

.lienket_content {
    gap: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
    max-width: 130px;
}

.info_header .lienket_content:nth-child(1) .pic_lienket {
    background: url(../images/title_header_top.png) no-repeat left -1px center;
}

.info_header .lienket_content:nth-child(2) .pic_lienket {
    background: url(../images/tt.png) no-repeat center;
    background-size: 45px !important;
}

.info_header .lienket_content:nth-child(3) .pic_lienket {
    background: url(../images/title_header_top.png) no-repeat left -87px center;
}

.info_header a.lienket_content .pic_lienket {
    width: 42px;
    min-width: 42px;
    height: 42px;
    background-size: 130px 35px !important;
    background-color: #fee3e0 !important;
    border-radius: 100%;
}






.title-header {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color:#575757;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 17px;
    background-color: #f8f7f7;
    border-radius: 6px 6px 0 0;
    justify-content: center;
    padding: 12px 10px 8px;
}

.linemenu {
    width: 25px;
    height: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.linemenu::after,
.linemenu::before {
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: var(--background-static);
    position: absolute;
    left: 0;
}

.linemenu::after {
    top: 0;
}

.linemenu::before {
    bottom: 0;
}

.linemenu span {
    width: 80%;
    height: 3px;
    border-radius: 2px;
    background-color: var(--background-static);
    display: block;
}

.danhmuc_sanpham_header {
    width: 280px;
    margin-top: auto;
}

.icon_chinhsach {
    width: 20px;
    height: 20px;
    display: block;
}

.lienket_menu {
    width: calc(100% - 300px);
}

.lienket_menu a:nth-child(1) .icon_chinhsach {
    background: url(../images/1.png) no-repeat center
}

.lienket_menu a:nth-child(2) .icon_chinhsach {
    background: url(../images/2.png) no-repeat center
}

.lienket_menu a:nth-child(3) .icon_chinhsach {
    background: url(../images/3.png) no-repeat center
}

.lienket_menu a:nth-child(4) .icon_chinhsach {
    background: url(../images/4.png) no-repeat center
}

.lienket_menu a:nth-child(5) .icon_chinhsach {
    background: url(../images/2.png) no-repeat center
}

.lienket_menu a {
    width: calc(20% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    justify-content: center;
    color: #111111;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    padding: 10px 10px;
}

.banner_img a {
    display: block;
}

.banner_img a,
.banner_img a img {
    border-radius: 3px;
}


.title-sanphammoi {
    text-align: center;
    background-color: var(--background-static);
    padding: 12px 0 10px;
}

.title-sanphammoi h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.title-sanphammoi p {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.wrap_sanphammoi {
    border: 1px solid var(--background-static);
    border-radius: 10px;
    overflow: hidden;
}

.sanphammoi_content {
    padding: 20px 10px;
}

.footer-powered {
    color: #333333;
    font-size: 14px;
}

.footer-powered a {
    color: inherit;
}

.footer-powered .wrap-content {
    border-top: 1px solid rgba(51, 51, 51, 0.3);
    padding: 15px 10px;
}

.title-footer {}

.flex_footer {
    display: flex;
    gap: 45px;
    align-items: center;
}

.info_footer p:last-child {
    margin: 0;
}

.time_tintuc {
    margin-bottom: 5px;
}

.time_tintuc svg {
    width: 16px;
    fill: #a0a0a0;
    margin-right: 5px;
}

.time_tintuc span {
    line-height: 19px;
    font-size: 12px;
    color: #a0a0a0;
}

.pic_tintuc {
    margin-bottom: 10px;
}

.pic_tintuc,
.pic_tintuc img {
    border-radius: 10px;
}

.info_tintuc h3 {
    color: #efb0c9;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.info_tintuc p {
    font-size: 13px;
    line-height: 15px;
    color: #606060;
}

.lienket_menu a:hover i {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.lienket_menu a:hover {
    background-color: #c7161e;
    color: #fff;
}

.title-tintuc {
    text-align: center;
    margin-bottom: 2rem;
}

.title-tintuc h2 {
    color: var(--background-static);
    font-weight: 700;
    font-size: 27px;
}

.title-tintuc p {
    color: #484848;
    font-size: 16px;
    margin: 0;
}

.box_doitac {
    margin: 6px 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.box_doitac {
    height: 60px;
}

.box_doitac img {
    max-width: 115px;
    max-height: 50px;
}



.css_addcart {
    height: 26px;
    border-radius: 5px;
    background-color: #d7d7d7;
    cursor: pointer;
    padding: 0 10px;
    color: #ffffff;
    font-size: 12px;
    background-color: var(--background-static);
}

.css_addcart svg {
    fill: transparent;
    stroke: #ffff;
    stroke-width: 20px;
    width: 16px;
    margin-right: 10px;
}

.css_addcart:hover {
    background-color: #2e3294;
}

.css_addcart:hover svg {
    stroke: #ffffff;
}


.product_wrap {
    box-shadow: 0 0 8px rgba(102, 102, 102, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    padding-bottom: 8px;
    margin: 3px 3px 0;
    transition: .5s;
}

.product_wrap:hover {
    box-shadow: 0 0 6px 2px #efb0c9c9;
    transform: translateY(-7px);
    transition: .5s;
}

.product {
    position: relative;
    padding: 1px;
}

.desc_giaohang {
    font-size: 14px;
    line-height: 2;
}

.phone_number {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.box_tintuc:hover h3 {
    color: #c7161e;
}

.grid_banner img,
.grid_banner a {
    display: block;
    border-radius: 4px;
    height: 100%;
}

.grid_banner {
    display: grid;
    grid-template-columns: 68% auto;
    gap: 10px;
}

.grid_banner a:nth-child(1) {
    grid-row: span 2;
}



.product {
    margin: 10px 0 5px;
    padding: 0 5px;
}

.product .comment-star i {
    font-size: 10px;
}

.check_new {
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: 35px;
    height: 35px;
    background: url(../images/moi.png) no-repeat top left;
    pointer-events: none;
    z-index: 2;
}

.rating_star span:not(.comment-star > *) {
    font-size: 12px;
}

.wrap_sanpham {
    padding-bottom: 40px;
}

.wrap_sanpham:last-child {
    padding: 0;
}

.menu_left {
    height: 450px;
}

.contact_bottom {
    right: 25px;
    bottom: 115px;
    z-index: 99999;
}

.ic_contact {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
}

.contact_bottom a {
    gap: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 7px 14px;
    box-shadow: 0px 1px 3px #8f8f8f92;
}

.contact-info b {
    color: #000;
}

.contact-info span {
    color: #c7161e;
}

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

.menu_content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;

}

.menu_left {
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
    overflow-x: hidden;

}

li.item_cap:hover>a {
    background-color: #c7161e;
    color: #ffffff;
}

li.item_cap:hover>a>.ic_cap {
    filter: brightness(100%)
}

.item_cap a {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 450;
    color: #000000;
    gap: 10px;
    line-height: 32px;
    padding: 5px 12px;
}

.ic_cap {
    width: 20px;
    height: 20px;
    background-size: auto 19px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.menu_content.menu_hover {
    display: none;
}

.danhmuc_sanpham_header:hover .menu_content.menu_hover {
    display: block;
    top: 100%;
}

.owl-product {
    margin: 0 -3px;
}

.nav-tabs {
    border-bottom: 1px solid #000;
}

.nav-item a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.03px;
    line-height: 45px;
    padding: 0 15px;
    color: #000;
    display: block;
    margin-bottom: -1px;
}

.nav-item a.active {
    border-bottom: 3px solid var(--background-static);
    color: var(--background-static);
}

.bg_tab_product {
    background: #ffffff linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
    border-radius: 5px;
}

.card_custom {
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
}

.css_btn_prd {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.175px;
    border: 1px solid var(--background-static);
    color: var(--background-static);
    border-radius: 4px;
    cursor: pointer;
    background-color: #ffffff;
    white-space: nowrap;
}

.css_btn_prd:hover,
.css_btn_prd.active {
    background-color: var(--background-static);
    color: #ffffff;
}

.flex_from {
    display: flex;
    gap: 15px;
}

.flex_from label {
    width: 70px;
    min-width: 70px;
    line-height: 30px;
}

.flex_from .form-control {
    height: 30px;
}

.form_textarea {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #000;
    resize: none;
}

.title-tintuc-sanpham {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    line-height: 48px;
    margin-bottom: 12px;
}

.slick_intro {
    margin-bottom: -12px;
}

.pic_tintuc_prd {
    width: 130px;
}

.pic_tintuc_prd,
.pic_tintuc_prd img {
    border-radius: 12px;
}

.info_tintuc_prd {
    width: calc(100% - 150px);
}

.info_tintuc_prd h3 {
    letter-spacing: 0.14px;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 3px;
    color: #000;
}

.info_tintuc_prd p {
    letter-spacing: 0.048px;
    line-height: 16px;
    font-size: 12px;
    color: #333333;
    margin: 0;
}

.tintuc_content {
    margin-bottom: 12px;
}

.title-card {
    padding: 12px 15px 8px;
    color: #000;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
}

.limit_content {
    overflow: hidden;
    /* max-height: 430px; */
}

.title-sanphamtuongtu {
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.03px;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    color: #000;
    padding: 10px;
    border-top: 1px solid var(--background-static);
}

.box_tuongtu {
    padding: 10px 14px;
    border: 1px solid #F22B2B;
    border-radius: 12px;
    gap: 3px;
}

.grid_sanpham {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.box_tuongtu h3 {
    letter-spacing: 0.035px;
    line-height: 16px;
    font-size: 14px;
    color: #222222;
    margin: auto 0px;
}

.box_tuongtu p {
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    color: #F22B2B;
    margin: 0;
}

.box_tuongtu {
    height: 105px;
}

.box_tuongtu:hover {
    background-color: #F22B2B;
}

.box_tuongtu:hover h3 {
    color: #ffffff;
}

.box_tuongtu:hover p {
    color: #ffffff;
}

.info_top_prd {
    display: flex;
    align-items: end;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.line_prd {
    width: .5px;
    height: 15px;
    background-color: #333333;
}

.title-prd-detail {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    color: #000;
}

.border_prd {
    border-radius: 5px;
    overflow: hidden;
}

.price_prd p {
    display: flex;
    gap: 10px;
    margin: 0;
    align-items: end;
}

.price_prd .old_prd_detail {
    color: rgba(26, 26, 26, 0.60);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-decoration: line-through;
}

.price_prd .new_prd_detail {
    color: #F22B2B;
    letter-spacing: 0.03px;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
}

.css_btn_prd.addcart {
    display: flex;
    align-items: center;
    border-width: 1px;
    flex-direction: column;
}

.title-card-custom {
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
}

.desc_cke p:last-child {
    margin: 0;
}

.desc_ytb {
    width: calc(100% - 110px);
    letter-spacing: 0.14px;
    line-height: 20px;
    color: #333;
}

.title_pick {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
}

.custom-width-popup {
    max-width: 1200px;
}

.box_sanphamduocchon {
    gap: 15px;
}

.info_sanphamduocchon {
    width: calc(100% - 140px);
}

.sanphamduocchon {
    margin-bottom: 10px;
}

.info_sanphamduocchon h3 {
    font-size: 16px;
    font-weight: 600;
    line-break: 1.5;
    color: #000;
}

.masanpham {
    font-size: 14px;
    color: #F22B2B;
    margin-bottom: 0px;
    font-style: italic;
}

.pic_sanphamduocchon {
    min-width: 130px;
}

.box_spdcchon {
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px #888888a1;
    border-radius: 15px;
}

.flex_cat {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-right {
    text-align: right;
}

.gap-10px {
    gap: 10px;
}

.ajax_picsp {
    max-width: 100%;
    width: 800px;
}

.max_w_table {
    max-width: 1200px;
    margin: auto;
}

.wrap_banner_header {
    position: absolute;
    top: calc(100% + 2rem);
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.wrap_banner_header img,
.wrap_banner_header a {
    border-radius: 12px;
}

/* .wrap_banner_header a{box-shadow: 0px 0px 5px 3px#F22B2B;} */





.menu_content.menu_hover {
    display: none;
}

.danhmuc_sanpham_header:hover .menu_content.menu_hover {
    display: block;
    top: 100%;
}

.mega_menu ul::-webkit-scrollbar {
    width: 5px;
}


.mega_menu ul::-webkit-scrollbar-thumb {
    background: var(--background-static);
}

.menu_left li:hover .mega_menu {
    display: block;
}

.mega_menu {
    width: calc(1200px - 280px);
    left: 100%;
    top: 0;
    position: absolute;
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius:0px 15px 15px 15px;
    border: 1px solid var(--background-static);
    box-shadow: 0 2px 4px #969696;
    display: none;
}

.mega_menu>ul {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 420px;
}

.mega_menu ul li a:hover {
    color: var(--background-hover);
}

.mega_menu ul li a {
    color: var(--background-static);
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: block;
    text-transform: none;
}

.mega_menu ul li ul li a {
    font-size: 12px;
    color: #222;
    font-weight: normal;
    font-weight: 500;
}

/* .mega_menu ul li ul li a:hover{color: var(--background-static);} */
.mega_menu ul li ul {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

.mega_menu ul li ul li ul {
    display: block;
    padding-left: 10px;
}

/* .mega_menu ul li ul li {width: calc(33.33% - 20px/3);} */
.mega_menu ul li ul li ul li {
    width: 100%;
}

.mega_menu ul li ul li ul li a {
    font-weight: normal;
}

.mega_menu ul li ul {}










.wrap_chonsanpham {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 10px;
}

.name_list {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--background-static);
}

.title-banggia {
    background-color: var(--background-hover);
    border: 1px solid var(--background-hover);
}

.title-banggia th {
    color: #ffffff;
    font-size: 16px;
}

.baohanh {
    font-size: 14px;
    font-style: italic;
    color: #0056b3;
    margin: 0;
}

.flex_baohanh {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info_sanphanm p {
    margin: 0;
}

.sanpham_tooltip {
    background-color: #fff;
}

.tippy-box {
    background-color: transparent;
}

.tippy-content {
    background-color: #ffffff;
    padding: 0;
    border-radius: 12px;
    width: 395px;
    overflow: hidden;
}

.title-tolltip-sanpham {
    background: linear-gradient(-60deg, #cc2c32, #5b96d4);
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    padding: 7px 14px;
    text-align: center;
    font-weight: bold;
}

.info_sanphanm {
    color: #333333;
    padding: 5px 14px;
}

.giaban_text {
    font-size: 15px;
}

.info_sanphanm p {
    margin: 0;
    font-weight: 600;
}

.giaban_text {
    font-size: 15px;
    color: var(--background-hover);
}

.title-tootl-desc {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--background-hover);
    padding: 3px 10px;
    border-radius: 3px;
}

.desc_tooltip {
    padding: 0 14px 10px;
}

.flex_header_top {
    display: flex;
    gap: 39px;
    align-items: center;
}

.flex_header_top a {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.flex_header_top a i {
    font-size: 25px;
}

.flex_header_top svg path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 24px;
}

.flex_header_top svg {
    width: 35px;
}


.diachi_header {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.diachi_header i {
    font-size: 25px;
    margin-right: 10px;
}


.content_sanpham table {
    max-width: 100%;
    height: auto !important;
}





.name-video {
    font-size: 15px;
    margin: 1rem 0;
}

.name-video a {
    color: #333 !important
}






.pic_phone {
    margin-right: 5px;
}

.lienhe_contact {
    color: #fff !important;
}

.info_phone b {
    margin-bottom: 3px;
    width: 100%;
    margin
}

.info_phone p {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.info_phone span {
    font-style: italic;
    font-size: 12px;
    line-height: 1;
}

.flex_phone {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
}

.phone_footer {
    background-color: #cc2c32;
    padding: 5px 10px;
    position: sticky;
    bottom: 0;
    z-index: 99999;
}

.lienhe_contact:hover .pic_phone svg {
    animation: tada 1s linear infinite;
}

.pic_phone svg {
    width: 30px;
    height: 30px;
}


.pic_search_sp {
    width: 60px;
    margin-right: 5px;
}

.item_search {
    border-bottom: 1px solid #dadada;
    padding: 5px 10px;
}

.info_search_sp {
    width: calc(100% - 65px);
}

.info_search_sp p:nth-child(1) {
    color: #333333;
    margin-bottom: 3px;
}

.info_search_sp p:nth-child(2) {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: red;
}

.item_search {
    display: flex;
    align-items: center;
}

.wap_phanloai {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: fit-content;
}

.wap_phanloai b {
    white-space: nowrap;
}

/* .grid_product{display: grid;grid-template-columns: repeat(6,1fr);gap: 10px;} */
.btn_maxheight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(#fff, #fff) no-repeat bottom, linear-gradient(transparent, #fff) no-repeat top;
    background-size: 100% 70px, 100% 200px;
    padding-top: 200px;
}

.btn_maxheight span {
    color: var(--background-static);
    font-weight: bold;
    font-size: 17px;
}

.show_cke {
    padding-bottom: 50px;
}

.hidden_cke {
    max-height: 323px !important;
    overflow: hidden;
}

.has-maxheight {
    transition: .5s linear;
    position: relative;
}

.show_cke .btn_maxheight {
    background-color: #fff;
    height: 50px;
    padding-top: 0;
}

.content_cke_thongso {
    max-height: 200px;
    overflow: hidden;
}

#pre-loader {
    background: #F5F5F5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.grid_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 105px;
}

.soluong {
    grid-column: span 2;
}

.qty_prd {
    text-align: center;
    width: 100%;
    border: 1px solid #c7161e;
    border-radius: 4px;
    max-width: 80px;
}

.soluong span {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #c7161e;
    display: inline-block;
    cursor: pointer;
}

.soluong {
    display: flex;
    justify-content: space-between;
}

.soluong input {
    width: calc(100% - 60px);
}














.hotline_header {
    padding: 0px 10px 0px 45px;
    background: url(../images/hotline.png) no-repeat top 7px left;
}

.giohang_header {
    padding: 0px 10px 0px 45px;
    background: url(../images/giohang.png) no-repeat center left;
}

.flex_header_info span {
    font-weight: bold;
    font-size: 12px;
    color: #fe0065;
}

.flex_header_info p,
.flex_header_info p span {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin: 0;
}

.flex_header_info {
    gap: 20px;
}

.w-menu {
    background-color: var(--background-static);
}

.midle_menu {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.midle_menu a {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 15px 5px 12px;
    display: block;
}

.line_menu {
    height: 12px;
    width: 1px;
    background-color: #ffffff;
    display: block;
}

.right_menu {
    margin-top: auto;
}

.right_menu a {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    background-color: #2c3094;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 20px 7px 20px;
    display: block;
}



.wap_video {
    padding: 35px 0;
    background-color: #3A3A3A;
}

.left_video,
.right_video {
    width: calc(50% - 15px);
}

.title-video {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.title-video h2 {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    padding-left: 55px;
    background: url(../images/icon_video.png) no-repeat center left;
    background-size: 45px auto;
    padding-top: 5px;
}

.left_video h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.pic_video img {
    border-radius: 10px;
    aspect-ratio: 8/6;
    object-fit: cover;
}

.box_video {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_video .pic_video {
    width: 170px;
}

.box_video .info_video {
    width: calc(100% - 180px);
}

.info_video h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.info_video p {
    margin: 0;
    color: #ffffff;
}

.video_content {
    margin-bottom: 15px;
}

.slick_video {
    margin-bottom: -15px;
}

.title-video a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff !important;
    font-size: 12px;
}



.title-sanphammoi h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
}

.title-sanphammoi p {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
}

.cmt_count {
    color: #000;
}































.content-blog {
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 1px 5px #00000031;
}

.title-content-blog {
    margin-bottom: 15px;
}

.name-content-blog {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

ul.danhmuc {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.danhmuc li a {
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
    color: #000;
}

.pic_image {
    width: 65px;
}

.tintuc_mini {
    flex-shrink: 9999;
    margin-left: 10px;
}

.tintuc_mini h3 {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.list-news-noibat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tintuc_mini p {
    color: var(--background-static);
}

.grid_tintuc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.footer_news {
    font-size: 12px;
    border-top: 1px solid #ddd;
}

.info_news {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 96%;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    padding: 10px 15px;
    box-shadow: 0px 4px 8px -2px #ccc;
    margin-bottom: 10px;
    text-align: center;
    flex-grow: 1;
}

.info_news h3 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.info_news p {
    color: #474343;
    font-size: 14px;
    margin: 0;
}

.footer_news span {
    color: #000;
}

.box_tintuc {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info_news {
    justify-content: space-between;
}




.title-sanpham-page {
    background-color: #ffffff;
    margin-bottom: 0.25rem;
    padding: 0.75rem 1rem;
    box-shadow: 0px 3px 10px #00000013;
    border-radius: 5px;
}

.title-sanpham-page h2 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #434657;
}



.sapxep_sp {
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    cursor: pointer;
    padding: 0.5rem;
}

.sapxep_sanpham {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    margin-bottom: .25rem;
    box-shadow: 0px 3px 10px #00000013;
    border-radius: 5px;
}

.sapxep_sanpham p {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

.sapxep_sp {
    position: relative;
    overflow: hidden;
}

.sapxep_sp.active {
    border: 1px solid var(--background-static);
}

.sapxep_sp.active::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    background: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 24 24" size="14" class="css-1kpmq" color="%23ffffff" height="14" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M5 12.4545L9.375 17L19 7" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>') no-repeat top right, linear-gradient(225deg, var(--background-static) 50%, transparent 0px);
    width: 25px;
    height: 25px;
}

.wrap-main .grid_sanpham {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
}

.item-quick-noibat:hover h3 {
    color: var(--background-static);
}

.popup-thongso {
    width: 100%;
}

.thongso_blur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 100px;
    cursor: pointer;
    background: linear-gradient(#fff, #fff) no-repeat bottom, linear-gradient(transparent, #fff) no-repeat top;
    background-size: 100% 70px, 100% 200px;
}
















.form_footer {
    margin-top: -60px;
}

.wap_tintuc {
    padding-bottom: 10px;
}

.wrap-sanpham {
    background-color: #ffffff;
    padding: 20px 5px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.wrap-sanpham:last-child {
    margin: 0;
}

.wap_sanpham {
    padding: 45px 10px 20px;
}

.title-sanpham {
    margin-bottom: 1rem;
    text-align: center;
}

.title-sanpham h2 {
    color: #efb0c9;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.title-sanpham p {
    color: #232323;
    font-size: 12px;
    margin: 0;
}

.btn_listsp {
    text-align: center;
}

.btn_listsp a {
    width: 155px;
    height: 40px;
    border-radius: 10px;
    filter: drop-shadow(0 0 3.5px rgba(147, 147, 147, 0.38));
    background-color: #f8dae9;
    font-size: 11px;
    color: #ee292e;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.wrap-chude {
    border-radius: 10px;
    filter: drop-shadow(0 0 16px rgba(102, 102, 102, 0.09));
    background-color: #ffffff;
    padding: 15px;
}


.title-chude {
    margin-bottom: 1rem;
    text-align: center;
}

.title-chude h2 {
    color: #efb0c9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
}

.tags_content {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(102, 102, 102, 0.08);
    width: 165px;
    padding: 10px;
    display: block;
}

.tags_content {
    margin: 2px 4px;
}

.tags_content h3 {
    color: #4d4d4d;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 14px;
}

.pic_tags {
    width: 125px;
    aspect-ratio: 1/1;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
}

.tags_content:hover {
    background-color: var(--background-hover);
}

.content_tieuchi {
    width: 100%;
    height: 100%;
    background-color: var(--background-static);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(102, 102, 102, 0.13);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

.content_tieuchi img {
    max-width: 60px;
    max-height: 60px;
}

.content_tieuchi h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-align: center;
}


.midle_menu ul{
    padding: 0px;
    margin: 0;
    list-style: none;
}
.wrap_megamenu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
}
ul.megamenu{
    padding: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    background-color: #ffffff;
}
.megamenu > li > a{
    font-size: 15px;
    color: #000;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--background-static);
}
ul.megamenu li ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 10px;
}
ul.megamenu li ul li > a{
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500;
}
ul.megamenu li ul li > a:hover{
    color: var(--background-static);
}
.wrap_megamenu{display: none ;}
.midle_menu li:hover .wrap_megamenu{display: block;}
.megamenu > li > a:hover{color: var(--background-static);}