html {
    overflow-y: scroll;
    overflow-x: hidden;
}

[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

.left-topbar {
    height: 50px;
    line-height: 50px;
}

.logo-section img {
    max-height: 80px;
}

.color-hightlight {
    color: var(--color-hightlight);
}

.py-9 {
    padding-bottom: 9px;
    padding-top: 9px;
}

.p-9 {
    padding: 9px;
}

.m-3 {
    margin: 3px;
}

.topbar-header {
    background: #e8e8e8;
}

.header-top > .container > .row, .header-top > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-right-topbar {
    line-height: 19px;
}

.form-search .icon-search i {
    right: 10px;
    z-index: 99;
    line-height: 48px;
    color: #cacaca;
    border: 0;
    top: 0;
}

.form-search .input-group input::-webkit-input-placeholder {
    color: #5a5a5a;
}

.form-search .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #5a5a5a;
}

.form-search .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a;
}

.form-search .input-group input:-ms-input-placeholder {
    color: #5a5a5a;
}

.icon-search {
    flex: auto;
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) and (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

.btn-dang-ky {
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}

.form-search .btn-submit {
    height: 48px;
    line-height: 48px !important;
}

.btn-action-header .items-number {
    width: 20px;
    height: 20px;
    background: var(--color-hightlight);
    color: white;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

.box-search {
    flex: auto;
}

.section-policy .policy-image {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--white);
    border-radius: 50%;
}

.section-policy .policy-image img {
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}

.section-policy span {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 8px;
    width: calc(100% - 43px);
    line-height: 20px;
    font-weight: bold;
}

.setting-menu > .container > .row {
    align-items: center;
}

.setting-menu > .container > .row > div:first-child {
    max-width: 280px;
    flex: 0 0 280px;
}

.setting-menu > .container > .row > div:last-child {
    max-width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
}

.menu-vertical {
    background: var(--color-hightlight);
}

.menu-vertical > .menu-container .btn-menu-mobile {
    display: block;
    color: var(--white);
    margin: 0 10px;
    line-height: 60px;
}

.menu-vertical > .menu-container .menu-section {
    width: 100%;
}

.menu-vertical > .menu-container .menu-section ul li.has-child {
    width: 100%;
}

.menu-vertical .menu-section > ul > li > a {
    height: auto;
    color: #fff !important;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-transform: uppercase;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    width: calc(100% - 20px);
    left: 10px;
    padding: 0;
    min-width: auto;
}

.menu-vertical .menu-section > ul > li > ul > li {
    border-bottom: 1px solid var(--light);
}

.menu-vertical .menu-section > ul > li > .entry-menu li:last-child {
    border: 0;
}

body.home .menu-vertical .menu-section > ul > li > .entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    overflow: visible;
    border: 1px solid var(--light);
}

.menu-vertical .menu-section > ul > li > .entry-menu li > a {
    font-size: 15px;
    padding: 9px 8px;
}

.menu-vertical .menu-section .entry-menu.dropdown ul {
    min-width: 100%;
    left: 100%;
    display: none;
    overflow: hidden;
    padding: 0;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li {
    position: initial;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > a {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul {
    height: 100%;
    width: calc(100% * 2);
    margin-top: 0px;
    display: none;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li {
    float: left;
    width: 50% !important;
    border: 0 !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > ul {
    position: relative !important;
    left: 0 !important;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > a {
    color: var(--color-text);
    padding: 9px 15px;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > ul > li > a.menu-link {
    padding: 2px 15px;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > a .child-indicator {
    display: none;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul {
    max-width: 1000px;
    left: 100%;
    width: calc(300% + 237px);
    border: 2px solid var(--light);
    padding: 10px;
    display: none !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li {
    width: 25% !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu li > a > img {
    height: 24px;
    position: relative;
    padding-right: 5px;
}

.menu-vertical .menu-section .child-indicator {
    font-size: 10px;
    right: 5px;
}

.show-countdown li {
    float: left;
    list-style: none;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 56px;
    height: 60px;
    position: relative;
}

.show-countdown li:before {
    content: ":";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: white;
}

.show-countdown li:last-child:before {
    opacity: 0;
}

.show-countdown li > div {
    position: relative;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 26px;
    color: var(--color-main);
    line-height: 35px;
}

.show-countdown li > div:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--color-main);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.flash-sale {
    background-image: linear-gradient(to right, #2f9940, #6bd17c);
}

.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-12 {
    border-radius: 12px;
}

.rounded-15 {
    border-radius: 15px;
}

.p-3 {
    padding: 3px;
}

.product-item .inner-content .product-title {
    min-height: 42px;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
}

.tiet-kiem {
    height: 24px;
    line-height: 25px;
}

.icon-title img {
    width: 38px;
}

.slider-main > .container > .row > div:nth-child(1) {
    max-width: 280px;
    flex: 0 0 280px;
}

.slider-main > .container > .row > div:nth-child(2) {
    max-width: calc(75% - 280px);
    flex: 0 0 calc(75% - 280px);
    padding: 0;
}

.item-banner-promotion img {
    height: 168px;
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    object-fit: cover;
}

.custom-slider .custom-slider .slick-slide {
    display: block !important;
}

.slick-next, .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.custom-slider .slick-list {
    padding: 0 !important;
}

.slide-title {
    background: white;
}

.title-slide {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    margin: 9px 14px;
    text-align: center;
}

.slide-title .slick-list .slick-slide {
    text-align: center;
    position: relative;
    border-top: 3px solid transparent;
    cursor: pointer;
}

.slide-title .slick-list .slick-slide.slick-current {
    border-color: var(--blue);
}

.bg-red {
    background-color: #a90302;
}

.product-tab.nav {
    justify-content: space-between;
    justify-content: center;
}

.product-tab.nav .nav-item .nav-link.active, .product-tab.nav .nav-item:hover .nav-link {
    background: var(--blue);
    color: white;
}

.product-tab.nav .nav-item:nth-child(n) .nav-link.active::before, .product-tab.nav .nav-item :last-child .nav-link::before {
    width: 0px;
}

.slide-product .product-item {
    height: auto;
}

.text-a {
    color: var(--text-a);
}

.slide-product .slick-track {
    display: flex;
}

.onsale {
    background-color: var(--text-a);
    font-size: 12px;
    border-radius: 4px;
    height: 20px;
    width: 40px;
    line-height: 20px;
}

.bg-blue {
    background: var(--blue);
}

.btn-more-ab {
    position: absolute;
    right: 0;
}

.sp-cao-cap {
    border-radius: 10px 10px 0 0;
}

.sp-cao-cap .title-section {
    color: white;
}

.slick-slider:hover .slick-next {
    right: 0;
}

.slick-slider:hover .slick-prev {
    left: 0;
}

.view-list .article-item .article-title {
    font-weight: normal;
    font-size: 13px !important;
    line-height: 17px;
}

.view-list .article-item .inner-content {
    padding: 10px !important;
    max-height: 50px;
}

.hover-image .inner-image img {
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 991px) {
    .hover-image:hover .inner-image img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

.social a img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
}

@media (min-width: 1080px) {
    .list-product-cat > .row > div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.entire-infor address p {
    margin-bottom: 5px;
}

.toolbar-section .toolbar-item a .items-number {
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 25px;
    background-color: var(--color-hightlight);
    color: var(--white);
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    padding: 0;
    min-width: auto;
    border: none;
}

.mypage-alo-phone {
    position: fixed;
    left: 0px;
    bottom: 70px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: var(--color-hightlight);
    background-size: 70%;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--color-hightlight);
    opacity: 0.55 !important;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: var(--color-hightlight);
    opacity: 0.5;
}

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.slide-menu .slick-list {
    margin: 0;
}

.slide-menu .slick-list .slick-slide {
    margin: 0;
}

.slide-menu img {
    max-height: 382px;
    width: 100%;
    object-fit: cover;
}

.box-intro .bg-intro {
    background-repeat: no-repeat;
    top: 50%;
    position: absolute;
    right: 0;
    width: 64px;
    height: 294px;
    transform: translateY(-50%);
}

.box-intro .image-intro {
    position: absolute;
    right: 30px;
    width: 100%;
    top: 50%;
    height: 260px;
    transform: translateY(-50%);
}

.image-intro img {
    min-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-intro {
    background: #eeeeee;
    border-radius: 20px;
}

.box-intro .inner-content {
    padding: 50px 75px 30px 50px;
}

.box-intro .ratio-4-3 {
    padding-top: 68%;
}

.ytp-button {
    position: absolute;
    left: 0;
    top: 50%;
    width: 68px;
    -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.article-item:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--red);
    fill-opacity: 1;
}

.content-video .inner-content {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 0 20px 5px;
    z-index: 2;
}

.content-video .article-title a {
    color: white;
}

.content-video .inner-image a:before {
    content: "";
    background-color: var(--black);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    opacity: 0.5;
}

.slider-doitac img {
    max-height: 55px;
}

.slogan-text {
    max-width: 665px;
    margin: 0 auto;
}

footer {
    background: #eeeeee;
}

#popup-promotion .modal-content {
    background: none;
}

#popup-promotion .close {
    text-shadow: none;
    position: absolute;
    right: 25px;
    top: 25px;
    background: none;
    opacity: 1;
    z-index: 99999;
}

#popup-promotion .modal-content {
    background: none;
}

#popup-promotion .close i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 21px;
    background: var(--color-text);
    color: white;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

#popup-promotion .modal-dialog {
    top: 30%;
    transform: translateY(-30%);
}

.bg-copyright {
    background: #5a5a5a;
}

.bg-product-status {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 77px;
    height: 33px;
    position: absolute;
    color: white;
    padding: 0 5px;
    line-height: 26px;
}

.product-status-right {
    position: absolute;
    top: 12px;
    right: -5px;
    z-index: 11;
    pointer-events: none;
}

.product-status-right .bg-product-status {
    right: 0;
    left: inherit;
}

.album-intro img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    border: 3px solid white;
}

.address-custommer {
    color: var(--gray);
}

.rounded-7 {
    border-radius: 7px !important;
}

#modal-het-hang .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

#modal-het-hang .modal-dialog .modal-content {
    border-radius: 7px;
}

#modal-het-hang .close i {
    border-radius: 50%;
    color: var(--gray);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    text-align: center;
    font-size: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.icon-hethang {
    font-size: 84px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--color-hightlight);
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid;
    margin: 25px 0;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 10px 0px;
    -moz-box-shadow: 0px 1px 10px 0px;
    box-shadow: 0px 1px 10px 0px #999;
    -moz-animation: slideInDown 0.6s ease;
    -webkit-animation: slideInDown 0.6s ease;
    animation: slideInDown 0.6s ease;
    background: var(--color-main);
}

@media (min-width: 1200px) {
    .article-content iframe {
        height: 17vw;
    }

    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

body.home .fixed .menu-vertical .menu-section > ul > li > .entry-menu {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.bg-color-text {
    background: var(--color-text);
}

.box-location {
    height: 36px;
    line-height: 36px;
    background: #cdcdcd;
}

.icon-hotline-top {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    margin: 2px;
}

.hotline-top {
    border: 2px solid var(--color-hightlight);
}

.slick-next:before, .slick-prev:before {
    font-size: 18px !important;
}

.product-item .btn-product-action {
    height: 36px;
    line-height: 36px;
}

.content-video .ratio-3-2 {
    padding-top: 62%;
}

.border-black {
    border-color: var(--black) !important;
}

.title-right .title-section {
    font-size: 16px;
}

.tu-van {
    border: 1px solid var(--color-main);
}

.title-tuvan {
    border-radius: 8px 8px 0 0;
    height: 45px;
    line-height: 45px;
}

.tuvan-top img {
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}

.dichvu-item img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}

:not(.slick-vertical).slider-thumbs .slick-next, :not(.slick-vertical).slider-thumbs .slick-prev {
    background-color: rgba(255, 255, 255, 0.75);
    color: var(--color-main);
    height: 21px !important;
    width: 21px !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1;
    filter: opacity(1);
}

.slider-thumbs .slick-next:before, .slider-thumbs .slick-prev:before {
    font-size: 12px !important;
    color: var(--color-text);
    opacity: 1;
}

:not(.slick-vertical).slider-thumbs .slick-next.slick-arrow {
    right: -11px !important;
}

:not(.slick-vertical).slider-thumbs .slick-prev.slick-arrow {
    left: -11px !important;
}

.product-detail-head .social-share .facebook-icon {
    border: 1px solid var(--color-main);
    border-radius: 50px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    position: relative;
}

.product-detail-head .social-share .image-facebook {
    background: var(--color-main);
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    left: -7px;
}

.product-detail-head .social-share .image-facebook img {
    width: 12px;
    height: 21px;
    object-fit: scale-down;
}

.discount-detail {
    background: #cb0017;
    color: white;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 10px;
}

p {
    margin-bottom: 10px;
}

.rounded-5 {
    border-radius: 5px !important;
}

#product-information {
    font-size: 15px;
    margin: 20px 0;
}

#product-information {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    max-height: 1500px;
}

.copy__inner {
    overflow: hidden;
}

.copy__gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 98%);
    bottom: 0;
    height: 350px;
    left: 0;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    z-index: 10;
}

.reveal .copy__gradient {
    bottom: -150px;
    transition: bottom 2s ease;
    opacity: 0;
}

.more-less {
    color: var(--color-main);
    cursor: pointer;
    position: relative;
    z-index: 50;
    display: inline-block;
    padding: 4px 60px;
    border-radius: 5px;
    border: 1px solid var(--color-main);
    font-size: 16px;
}

.more-less:hover {
    color: #fff;
    background: var(--color-main);
}

.reveal + .more-less:after {
    border-top: none;
    border-bottom: 6px solid black;
}

.comment-section .list-comment:empty {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}

.comment-section .list-comment:empty + .total-comment {
    display: none;
}

.title-binh-luan {
    border-bottom: 1px dashed #d2d2d2;
}

.list-comment.p-15 {
    background: white;
    border-radius: 0 0 5px 5px;
    border: none;
    margin: 0;
}

.total-comment {
}

.breadcrumb-article > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-article .categories-section {
    margin: 0;
    display: flex;
}

.category-article .categories-section li {
    padding-left: 50px;
    margin-bottom: 0;
}

.category-article .categories-section a {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 0;
    height: 54px;
    line-height: 54px;
}

.category-article .categories-section a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--color-hightlight);
    bottom: 0;
    opacity: 0;
}

.category-article .categories-section a.active:before {
    opacity: 1;
}

.article-right .article-description {
    display: none;
}

.article-slide .inner-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: white;
    padding: 30px;
}

.article-slide .inner-image a:before {
    content: "";
    background-image: linear-gradient(rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0.9), black);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    opacity: 0.5;
}

.article-slide.article-item .article-title a {
    color: white;
}

.article-right .article-item .article-title {
    margin: 0;
}

.article-right .article-slide .inner-content {
    padding: 15px;
}

.article-slide .ratio-8-5 {
    /*padding-top: 55%;*/
}

.article-right .article-slide .ratio-8-5 {
    padding-top: 61.7%;
}

.article-entry-info .post-date {
    text-decoration: underline;
}

.tin-khuyen-mai .title-section {
    color: var(--color-text);
    font-size: 16px;
}

.border-color-main {
    border-color: var(--color-main) !important;
}

.remove-cart a {
    color: #23b6e0;
}

.bg-main-1 {
    background: #4aa8ff !important;
}

.color-text {
    color: var(--color-text) !important;
}

#order-info-right {
    margin-top: 37px;
}

.table-info-right td {
    border: none;
    padding: 0;
}

.position-absolute {
    width: 24px;
    height: 24px;
    line-height: 24px;
    right: -10px;
    top: -10px;
    border: 1px solid white;
}

.product-order-info-right-bottom {
    border-radius: 5px 5px 0 0 !important;
}

.checkout-payment {
    border-radius: 0 0 5px 5px;
}

.note-order-review {
    background: rgb(20 129 230 / 10%);
}

.article-description {
    font-size: 14px !important;
}

.decoration-underline {
    text-decoration: underline;
}

.item-only-title p {
    margin: 0;
}

.social-right-default {
    position: fixed;
    bottom: 100px;
    right: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

#return-to-top {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #ff0000;
    margin: 0;
    position: relative;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 45px;
    background: rgb(255 63 0 / 38%);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

#return-to-top:hover {
    background: var(--color-hightlight);
}

@media (min-width: 1080px) {
    .product-info-col > .container > .row > div:last-child {
        flex: 0 0 264px;
        max-width: 264px;
    }

    .product-info-col > .container > .row > div:first-child {
        flex: 0 0 calc(100% - 264px);
        max-width: calc(100% - 264px);
    }
}

@media (min-width: 992px) {
    .col-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .sp-cao-cap .text-a {
        color: white;
    }

    article.article-detail iframe {
        height: 33vw;
    }

    .order-section .product-order-cart > table.table.table-info-right tbody > tr {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        padding-right: 20px;
    }

    .order-section .product-order-cart table.table.table-info-right > tbody {
        display: flex;
        flex-wrap: wrap;
    }

    .order-section .product-order-cart > table.table.table-info-right tbody > tr > td:nth-child(1) {
        width: 70%;
    }

    .order-section .product-order-cart > table.table.table-info-right tbody > tr > td:nth-child(2) {
        width: 30%;
    }

    .order-section .product-order-cart > table.table.table-info-right tbody > tr:nth-child(n+2) {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .form-search {
        width: 100%;
    }

    .form-search .input-group input {
        border: none;
    }

    .form-search .input-group .input-group-append button.btn.btn-submit {
        background: none;
        color: var(--color-main);
    }

    .title-tab .product-tab.nav {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }

    .title-tab .product-tab.nav li {
        display: inline-block;
        margin-bottom: 10px;
    }

    /*CSS BY HIEUTX*/
    .flash-sale .icon-title img {
        width: 20px;
    }

    div#show-countdown > li > div {
        font-size: 14px;
        line-height: 23px;
    }

    div#show-countdown > li {
        margin-left: 10px;
        width: 35px;
        height: 38px;
        font-size: 8px;
    }

    .section-flash-sale-mb {
        background-image: linear-gradient(to right, #014ac7, #00a2ff);
    }

    .show-countdown li:before {
        right: -8px;
    }

    .flash-sale {
        background: none;
    }

    .slick-slide {
        margin-left: 5px;
        margin-right: 5px;
    }

    .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-item .inner-content {
        padding: 5px;
    }

    .product-scoll .section-product-scoll > .row {
        width: 1000px;
        max-width: unset;
        position: relative;
    }

    .product-scoll .section-product-scoll {
        overflow-x: auto;
    }

    .product-scoll .section-product-scoll > .row > [class^="col-"] {
        flex: 0 0 200px;
        max-width: 200px;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .product-scoll .section-product-scoll::-webkit-scrollbar {
        display: none;
    }

    .album-intro img {
        border-radius: 10px;
    }

    .box-intro .inner-content a {
        justify-content: center;
    }

    .content-video .inner-content {
        position: initial;
        padding: 0;
        color: var(--black);
        padding-top: 15px;
    }

    .content-video .inner-content .article-title a {
        color: var(--color-black);
    }

    .social-right-default {
        bottom: 15px;
        right: 5px;
        z-index: 1111;
    }

    .article-title-detail {
        font-size: 20px;
    }

    .article-content iframe {
        height: 45vw;
    }

    article.article-detail iframe {
        height: 45vw;
    }

    /*CSS BY HIEUTX*/
}

@media (max-width: 767px) {
    .footer-right > div {
        height: auto;
        padding: 10px 0;
    }

    .icon_menu_tab .link_show, .sort-right .dropdown span.orderby-title {
        width: 140px;
    }

    .lien-he > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*CSS BY HIEUTX*/
    .banner-newest-lookbooks img {
        height: 33vw;
        object-fit: cover;
    }

    .title-section {
        font-size: 20px;
    }

    .section-introduce-mb {
        background: #eeeeee;
    }

    .box-intro .article-item > .row > div:nth-child(1) {
        order: 1;
    }

    .box-intro .inner-content {
        padding: 15px 0;
    }

    .image-intro img {
        min-height: auto;
        height: 51vw;
    }

    .box-intro .image-intro {
        position: initial;
        transform: initial;
        height: auto;
    }

    .breadcrumb-article > .container > .row > div {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-article .categories-section li {
        padding-left: 0;
        flex: auto;
    }

    .category-article .categories-section a {
        font-size: 14px;
        text-align: center;
    }

    .menu-category-article {
        width: 100%;
        border-top: 1px solid #ddd;
    }

    .article-slide .inner-content {
        padding: 0 15px;
    }

    .article-content iframe {
        height: 50vw !important;
    }

    article.article-detail iframe {
        height: 49vw;
    }

    #order-info-right {
        margin-top: 5px;
    }

    /*CSS BY HIEUTX*/
}

/*CSS BY HIEUTX*/
.is-mobile .setting-menu-mb > .container > .row > div:nth-child(3) {
    justify-content: flex-end;
}

.list_category .img_category img {
    height: 54px;
    width: 54px;
    object-fit: contain;
}

.session-copy {
    background: #5a5a5a;
}

.call-mobile a {
    position: fixed;
    left: 10px;
    bottom: 65px;
    border: 2px solid var(--color-hightlight);
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 75px;
    padding: 5px;
}

.call-mobile a span.icon {
    background: var(--color-hightlight);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    margin-right: 10px;
}

.call-mobile a span {
    color: #545454;
    font-weight: 700;
    font-size: 18px;
    padding-right: 10px;
}

.call-mobile a span.icon img {
    height: 24px;
    width: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.album-intro img:last-child {
    margin-right: 0;
}

.is-mobile .menu-section > ul > li > a > span.icon-name-marker, .is-mobile .menu-section > ul > li > a > span.text-name {
    display: inline-block !important;
    margin-left: 0;
}

.is-mobile .menu-section > ul > li > a > span.text-name {
    line-height: 24px;
    font-size: 16px;
}

.is-mobile .menu-section > ul > li > a > span.icon-name-marker img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 15px;
}

.setting-menu-mb {
    transition: 1.1s;
}

.per-page-section span.orderby-title {
    padding: 5px 10px;
    display: inline-block !important;
}

@media (min-width: 576px) and (max-width: 1200px) {
    .box-intro .inner-content {
        padding: 15px 20px;
    }

    .box-intro .image-intro {
        right: 15px;
        height: 260px;
    }

    .image-intro img {
        min-height: 260px;
        height: 260px;
    }
}

@media (max-width: 1200px) {
    .form-search .icon-search button.btn {
        border: 0;
        top: 0;
        right: 0;
        width: auto;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
    }

    .slider-section .item, .slider-section .item img {
        border-radius: 8px;
        overflow: hidden;
    }

    .policy-list-item {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .section-policy .policy-image {
        width: 46px;
        height: 46px;
        line-height: 46px;
        background: transparent;
        border: 1px solid var(--color-hightlight);
    }

    .box-intro .bg-intro {
        display: none;
    }

    [class^="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

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

    .product-item {
        margin-bottom: 10px;
    }

    .content-right-article .inner-content .article-description {
        display: none;
    }

    .article-content iframe {
        height: 45vw;
        width: 100%;
    }
}

.per-page-section .dropdown .dropdown-menu a.active {
    background: var(--color-main);
}

.per-page-section .dropdown .dropdown-menu a {
    padding: 6px 10px;
}

.category-product-left .title-section-1 {
    background: var(--white);
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.category-product-left .categories-section {
    padding: 10px 15px;
}

.category-product-left .categories-section li.has-child .list-child.list-unstyled {
    background: none;
}

.category-text img {
    margin: 0 auto;
    display: table;
}

.btn-hide {
    display: none;
}

.content-main {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.content-main.transform-active {
    max-height: none;
}

.content-main.transform-active ~ .load-more .btn-show {
    display: none;
}

.content-main.transform-active ~ .load-more .btn-hide {
    display: inline-block;
}

.product-content-detail p, .product-content-detail p span {
    font-size: 14px !important;
}

#product-information p span {
    font-size: 14px !important;
}

#product-information img {
    max-width: 100%;
    height: auto;
}

div#system .form-check input {
    position: relative;
    top: 5px;
}

div#system .address .form-check {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div#system .address .form-check:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.address-map .map iframe {
    width: 100%;
    height: 300px;
}

.address-system .text-address-map {
    margin-bottom: 20px;
    font-size: 16px;
}

.category-content img {
    width: 100%;
    height: auto;
}

.color-red {
    color: red !important;
}

article.article-detail iframe {
    width: 100%;
    min-width: 100%;
}

.thuong-duoc-mua-cung .product-small .product-title {
    line-height: 1.1;
}

.thuong-duoc-mua-cung .product-small .product-rating-price .price {
    margin: 0;
}

.thuong-duoc-mua-cung .product-small .product-rating-price .price span.price-amount {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
}

.quantity-mua-cung .quantity-input {
    padding: 0 0px !important;
    width: 25px;
    font-size: 11px;
}

.quantity-mua-cung span.btn-quantity {
    width: 15px;
    line-height: 15px;
    height: 15px;
}

.product-small label.custom-control-label {
    padding-left: 20px;
    width: 100%;
}

.product-small label.custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    border-radius: 50%;
}

.quantity-mua-cung {
    position: relative;
    z-index: 99;
}

.product-image-detail .slider-thumbs .thumb-item .ratio-3-2 {
    padding-top: 66%;
}

.product-item .product-rating-price {
    height: 52px;
}

/*CSS BY HIEUTX*/

/*CSS by quyettq*/
.header-top > .container > .row > div > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.btn-mini-cart img, .policy-image img {
    filter: invert(86%) sepia(99%) saturate(4241%) hue-rotate(2deg) brightness(102%) contrast(106%);
}

.social-right-default img {
    height: 40px;
    border-radius: 50%;
}

.social-right-default ul li:first-child img {
    height: 55px;
    
}

.map_footer iframe, .fanpage iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 300px;
}

.menu_more nav.menu-section > ul {
    padding-left: calc((100% - 1440px + 250px) / 2);
}

.menu_more .menu-section > ul > li {
    flex: none;
    padding: 0 10px;
    margin: 0 15px;
}

@media (max-width: 767.98px) {
    .call-mobile a span.icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    
    .call-mobile a span.icon img {
        height: 20px;
        width: 20px;
    }
    
    .call-mobile a span {
        font-size: 14px;
    }
    
    .social-right-default img {
        height: 35px;
    }
    
    .social-right-default ul li:first-child img {
        height: 50px;
    }
    
    .is-mobile .social-right-default {
        bottom: 65px;
    }
    
    #return-to-top i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}