/*
Theme Name: Cosmetics
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
:root {
    --c1:#d4211b;
    --c2: #f77e2d;
    --c3: #ec1010;
    --title: #121212;
    --text: #626262;
    --btn: #3179f2;
    --bg1: #fff;
    --bg2: #f4f4f4;
    --bg3: #1e1e1e;
    --fsize: 14px;
}
.c1 {
    color: var(--c1) !important;
}

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

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

.bg1 {
    background-color: var(--bg) !important;
}

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

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

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: var(--c1);
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--c1);
    border-radius: 0px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

.title-main {
    margin-bottom: 1rem;
    text-align: center;
}

.title-main span {
    text-transform: uppercase;
    color: var(--c1);
    font-size: 28px;
    font-weight: bold;
}

.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;
}

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

.control-owl button {
    opacity: 0.3;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 35px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

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

.control-owl button.owl-prev {
    left: 85px;
}

.control-owl button.owl-next {
    right: 85px;
}

.form-control,.form-control-plaintext:not(textarea),.custom-select {
    height: calc(1em + 1.25rem + 8px);
}

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

img.lazy {
    opacity: 0;
}

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

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

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

.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: var(--c1);
    position: relative;
    line-height: normal;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 45px;
    height: 23px;
    position: relative;
}

#hamburger:before,#hamburger:after,#hamburger span {
    background: var(--c1);
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    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;
}

.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}

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

.search-res {
    position: relative;
    text-align: right;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #000;
    font-size: 20px;
    margin: 0px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-res .icon-search.active {
    color: #fff;
    background: var(--c1);
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--c1);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-red);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: var(--color-red);
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

.slideshow {
    position: relative;
}

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

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

.control-slideshow {
    opacity: 0;
}

.breadCrumbs {
    background-color: #eaedf080;
    margin-top: 0;
}

.breadCrumbs .wrap-content {
    padding: 0.5rem 15px;
    font-size: 14px;
}

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

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--title);
    font-size: 14px;
    transition: all 0.2s linear;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--title);
    font-weight: 500;
}

.breadCrumbs .wrap-content .breadcrumb-item:hover a {
    color: #000;
    transition: all 0.2s linear;
}

.video {
    cursor: pointer;
    margin-bottom: 1rem;
}

.video-image {
    position: relative;
    margin-bottom: 0.75rem;
}

.video-image:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px/2);
    left: calc(50% - 35px/2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(images/play.png);
}

.video-name {
    text-align: center;
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

.album {
    cursor: pointer;
    margin-bottom: 1rem;
}

.album-image {
    margin-bottom: 0.75rem;
}

.album-name {
    margin-bottom: 0px;
    text-align: center;
}

.album-name a {
    display: block;
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

.grid-pro-detail {
    margin-bottom: 3rem;
}

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

.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: 0px 30px;
}

.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block!important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}

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

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

.title-pro-detail {
    text-transform: capitalize;
    font-size: 25px;
    display: block;
    font-weight: normal;
    color: var(--c1);
}

.comment-pro-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.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-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

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

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

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

.color-pro-detail {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.size-pro-detail {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.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: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.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: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

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

.cart-pro-detail a {
    font-size: 14px;
    color: #ffffff!important;
    text-transform: uppercase;
    border-radius: 5px !important;
    overflow: hidden;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-link.active,.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: var(--c1);
    color: var(--c1);
}

.news {
    margin-bottom: 2rem;
}

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

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

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

.news-name a:hover {
    color: var(--c2);
}

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

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

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

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

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

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

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

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

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

.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;
}

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

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

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

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
}

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

.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666!important;
    border: 1px solid #e6e6e6bd;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none!important;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 0.2s linear;
    font-weight: bold;
}

.pagination-ajax a.current, .pagination-ajax a:hover {
    color: #fff!important;
    border-color: var(--c1);
    background-color: var(--c1);
}

.pagination-ajax a.first,.pagination-ajax a.last,.pagination-ajax a.prev,.pagination-ajax a.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 {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}



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

.grecaptcha-badge {
    display: none!important;
    width: 0px!important;
    height: 0px!important;
    visibility: hidden!important;
    overflow: hidden;
}

coccocgrammar {
    display: none;
}

.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-split-1 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
}

.text-split-2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
}

.text-split {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
}

.text-split-4 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
}

.text-split-5 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
}

.text-split-6 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
}

.text-split-7 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
}

.text-split-8 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
}

.text-split-8 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 8 !important;
}

.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.scale-img:hover > img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.img_hover {
    overflow: hidden;
    position: relative;
    padding: 0;
    z-index: 0;
}

.img_hover:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 22;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 15px rgba(0,0,0,0.2) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
}

.img_hover:before {
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 22;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img_hover:hover:before {
    -webkit-animation: shine .6s;
    animation: shine .6s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.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;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.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%
}

@-moz-keyframes shake-anim {
    0% {
        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)
    }
}

@-o-keyframes shake-anim {
    0%,100%,50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

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

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

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

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

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

.btn-maps {
    bottom: 550px;
}

.btn-zalo {
    bottom: 310px;
}

.btn-zalo2 {
    bottom: 390px;
}

.btn-zalo3 {
    bottom: 470px;
}

.btn-phone {
    bottom: 230px;
}

.btn-frame p {
    background: var(--c3);
    font-size: 12.5px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: max-content;
    transform: translateY(-50%);
    padding: 8px 15px;
    border-radius: 100px 0 0 100px;
    padding-right: 35px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed {
    display: none!important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--btn);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    background: rgb(6,147,252);
    background: -moz-linear-gradient(23deg, rgba(6,147,252,1) 0%, rgba(141,64,254,1) 50%, rgba(253,102,106,1) 100%);
    background: -webkit-linear-gradient(23deg, rgba(6,147,252,1) 0%, rgba(141,64,254,1) 50%, rgba(253,102,106,1) 100%);
    background: linear-gradient(23deg, rgba(6,147,252,1) 0%, rgba(141,64,254,1) 50%, rgba(253,102,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0693fc",endColorstr="#fd666a",GradientType=1);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out,opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: var(--btn)
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: var(--btn);
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: var(--btn)
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

.js-facebook-messenger-box svg path {
    fill: #fff !important;
}

.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: flex;
    align-items: center;
    justify-content: center;
}

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

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 23px;
    height: 23px;
    background: var(--c1);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
    z-index: 1000;
    font-weight: bold;
}

.toolbar {
    background: var(--c1);
    width: 100%;
    padding: 1.5vw;
    bottom: 0px;
    position: sticky;
    z-index: 500;
    height: auto;
    left: 0px;
}

.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: 20%;
}

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

.toolbar ul li a img {
    height: 8vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #ffffff;
    font-size: 8px;
    display: block;
    margin-top: 2px;
}

.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-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 {
    display: inline-block;
    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-header-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;
}

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.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-bottom: 5px
}

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

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

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

.grid_product {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, calc((100% + 25px) / 4 - 25px));
    grid-gap: 25px;
}

li.li_search {
    flex: unset !important;
    margin-left: -10px;
    margin-right: -10px;
}

.search {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    overflow: hidden;
    border: none;
    border-radius: 100px;
}

.search input {
    width: calc( 100% - 35px );
    height: 35px;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #000;
    border-radius: 0;
    padding: 0 0 0 10px;
    border: none;
    border-right: none;
}

.search p {
    border: none;
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 0px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all .3s ease;
}

.search p:hover {
    background: var(--color-dark-red);
    transition: all .3s ease;
}

.search input::-webkit-input-placeholder {
    color: #B2B0B0;
}

.search input:-moz-placeholder {
    color: #B2B0B0;
}

.search input::-moz-placeholder {
    color: #B2B0B0;
}

.search input:-ms-input-placeholder {
    color: #B2B0B0;
}

.top {
    display: block;
    width: 100%;
    position: relative;
    background: var(--c1);
    font-family: 'font2';
}

.flex_top {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    z-index: 1000;
    font-size: 14px;
    border-radius: 0;
    position: relative;
}

.top__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.top__icon {
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.top__txt {
    line-height: normal;
    font-size: 14px;
    color: #fff;
}

.top__slogan {
    display: block;
    width: 45%;
    height: 45px;
    line-height: 45px;
    color: #D10000;
    font-family: 'font4';
    text-transform: uppercase;
    font-size: 20px;
}

.wrap_spnb {
    width: 100%;
    margin: 60px 0;
}

.btn_viewmore {
    display: block;
    margin: 25px auto 0;
    width: max-content;
    background: var(--c1);
    line-height: normal;
    padding: 10px 20px;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    transition: all .3s ease;
}

.btn_viewmore:hover {
    background: #000;
    color: #fff;
    transition: all .3s ease;
}

li.li_logo {
    margin-right: 20px;
}

.li_transl {
    width: 130px;
}

div#google_translate_element {
    display: block;
    width: 130px;
}

.skiptranslate iframe {
    display: none;
}

.goog-te-banner-frame {
    display: none;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    height: 35px !important;
    overflow: hidden;
}

.goog-te-gadget .goog-te-combo {
    color: #3b3b3b !important;
    padding: 9px 4px;
    font-size: 14px;
    width: 130px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 0 !important;
    height: 35px;
    font-family: 'font2';
}

.goog-te-combo option:not([value=""]):not([value="en"]):not([value="zh-CN"]):not([value="zh-TW"]):not([value="vi"]) {
    display: none;
}

.flex_menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    transition: all 0.2s linear;
}

.menu {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.2s linear;
    background: #fff;
}

.bg_menu {
    position: relative;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    height: 90px;
    transition: all .3s ease;
    background: #fff;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}

.menu ul li {
    position: relative;
    z-index: 99;
    width: auto;
    flex: unset;
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none!important;
}

.menu ul li ul {
    position: absolute;
    min-width: 200px;
    width: max-content;
    background: var(--c1);
    box-shadow: 0 3px 11px 0 rgba(0,0,0,0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.menu ul li ul li:last-child > a {
    border-bottom: 0px;
}

.menu ul li ul li a .h2 {
    font-size: 14px;
    padding: 8px 12px;
    position: relative;
    height: unset !important;
    line-height: unset !important;
    color: #fff;
    font-weight: 400;
}

.menu .h2 svg {
    width: 25px;
    height: 25px;
    margin-top: -6px;
}

.menu ul li ul li a .h2::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 0;
    background-color: yellow;
    left: 0;
    top: 0;
    transition: height .3s ease;
    background-image: none;
}

.menu ul li a .h2 {
    position: relative;
    font-size: 17px;
    color: #1f1f1f;
    margin: 0px;
    padding: 0;
    height: 90px;
    line-height: 92px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease;
}

.menu ul li:hover a .h2::after {
    width: 100%;
    transition: all .2s ease;
}

.menu ul li a .h2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 20px;
    width: 0;
    height: 2px;
    transition: all .2s ease;
    z-index: -1;
    border-radius: 0;
    background: var(--c1);
}

.menu ul li a.active .h2, .menu ul li:hover > a .h2 {
    transition: all .3s ease;
    color: #000;
}

.menu ul ul li a.active .h2, .menu ul ul li:hover > a .h2 {
    transition: all .3s ease;
    color: #fff;
    background: #fff !important;
}

.menu ul ul li:hover > a .h2 {
    background: var(--c2) !important;
    color: #fff;
}

.menu ul li a.active .h2::after, .menu ul li a.active .h2::before {
    width: 100%;
    transition: all .3s ease;
}

.menu ul li:hover a .h2::after, .menu ul li:hover a .h2::before {
    width: 100%;
    transition: all .3s ease;
}

.menu ul li a.active .h2::before,.menu ul li a:hover .h2::before,.menu ul li a.active .h2::after,.menu ul li a:hover .h2::after {
    transition: all .3s ease;
    opacity: 1;
}

.menu ul li ul li a .h2::after {
    display: none;
}

.menu ul li ul ul {
    left: 100%;
    top: 0;
}

.menu ul ul li {
    margin-left: 0;
}

li.m_logo {
    align-self: flex-start;
    flex: unset !important;
    margin-right: 20px;
    transition: all .3s ease;
}

li.m_logo a {
    display: block;
    width: 135px !important;
    height: 85px !important;
}

li.m_logo a img {
    width: 100%;
    height: auto;
}

.menu.scrolled {
    transition: all .3s ease;
}

.menu.scrolled .bg_menu {
    height: 50px;
    transition: all .3s ease;
}

.menu.scrolled li.m_logo {
    transform: scale(0.55);
    transform-origin: top left;
    transition: all .3s ease;
}

.menu.scrolled ul li a .h2 {
    height: 50px;
    line-height: 52px;
    transition: all .3s ease;
}

li.m_hotline {
    flex: unset !important;
}

.btn_hotline {
    display: flex !important;
    background: var(--c1);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2px;
    border-radius: 100px;
}

.h_icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_name {
    flex-shrink: 0;
    margin: 0 5px;
    line-height: normal;
    padding-right: 10px;
    text-align: left;
}

.h_name span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.h_name b {
    display: block;
    font-size: 18px;
    color: var(--c2);
    line-height: 1;
    transition: all .3s ease;
}

.btn_hotline:hover .h_name b {
    color: yellow;
    transition: all .3s ease;
}

li.menu_line {
    display: block;
    width: 5px !important;
    height: 5px;
    background: #fff;
    border-radius: 100%;
}

.menu.scrolled ul li a .h2::after {
    bottom: 0;
}

.wrap_title {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}

.wrap_title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21px;
    background-image: url(imgs/img_title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.title_main {
    font-size: 36px;
    color: var(--c1);
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}

.title_desc {
    font-size: 14px;
    color: #727272;
    margin-bottom: 0;
    margin-top: 3px;
}

.wrap_slogan {
    display: block;
    background: var(--c1);
}

.flex_slogan {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}

.slogan {
    flex: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn_lienhe {
    flex-shrink: 0;
    background: #fff;
    line-height: normal;
    border-radius: 100px;
    padding: 8px 30px 10px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: bold;
    color: var(--c1);
    text-transform: uppercase;
    transition: all .3s ease;
}

.btn_lienhe:hover {
    background: var(--c2);
    color: #fff;
    transition: all .3s ease;
}

.wrap_splistnb {
    display: block;
    padding: 60px 0;
}

.splistnb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--c1);
    width: max-content;
    margin: 0px auto;
    max-width: 100%;
    border-radius: 100px;
    margin-top: -5px;
    margin-bottom: 35px;
}

.splist {
    display: block;
    font-size: 16px;
    color: #272727;
    padding: 8px 30px 10px;
    border-radius: 100px;
    user-select: none;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: uppercase;
}

.splist.active {
    background: var(--c1);
    color: #fff;
    transition: all .3s ease;
}

.splist:hover {
    color: var(--c1);
    transition: all .3s ease;
}

.splist.active:hover {
    color: #fff;
}

.sp__item {
    display: block;
    border: 1px solid #ededed;
    border-bottom: 3px solid #ededed;
    transition: all .3s ease;
}

.sp__img {
    display: block;
    transition: all 0.2s linear;
    overflow: hidden;
    background: #f6f6f6;
}

.sp__txt {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 10px;
}

.sp__name {
    font-weight: 400;
    font-size: 14px;
    color: #121212;
    text-transform: inherit;
    margin-bottom: 6px;
    transition: all 0.2s linear;
    line-height: normal;
}

.sp__detail {
    font-size: 14px;
    color: #626262;
    line-height: 1.6;
}

.sp__detail .kichthuoc {
    color: #00a85a;
}

.sp__detail .code {
    color: var(--c1);
}

.sp__item:hover {
    border: 1px solid #3178f259;
    border-bottom: 3px solid var(--c1);
    transition: all .3s ease;
}

.sp__item:hover .sp__name {
    color: var(--c1);
    transition: all 0.2s linear;
}

.wrap_tieuchi {
    display: block;
    padding: 60px 0;
    background-image: url(imgs/bg_tc.png)
}

.tc__items {
    display: block;
    border: 1px solid var(--c1);
    border-radius: 20px;
    padding: 20px 8px;
    cursor: pointer;
    transition: all .3s ease;
    overflow: hidden;
}

.tc__top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.tc__img {
    display: block;
}

.tc__txt {
    font-size: 46px;
    color: #282828;
    font-weight: 400;
    margin-left: 15px;
    transition: all .3s ease;
}

.tc__name {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #282828;
    line-height: normal;
    transition: all .3s ease;
}

.tc__items:hover .tc__txt {
    color: #fff;
    transition: all .3s ease;
}

.tc__items:hover .tc__name {
    color: #fff;
    transition: all .3s ease;
}

.tc__items:hover img {
    filter: brightness(10000);
    transition: all .3s ease;
}

.tc__items:hover {
    background: var(--c1);
    transition: all .3s ease;
}

.wrap_banner {
    width: 100%;
    position: relative;
}

.banner__item {
    display: block;
    width: 100%;
}

.banner__item img {
    display: block;
    width: 100%;
}

.wrap_gioithieu {
    width: 100%;
    display: block;
    padding: 60px 0;
}

.flex_gt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.gt_left {
    width: 45%;
}

.gt_right {
    width: 50%;
}

.gt__name {
    font-size: 36px;
    color: var(--c1);
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 25px;
}

.gt__desc {
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-bottom: 30px;
}

.gt__link {
    display: inline-block;
    font-size: 14px;
    background: var(--c1);
    color: #fff;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 100px;
    transition: all .3s ease;
}

.gt__link:hover {
    background: var(--c2);
    color: #fff;
    transition: all .3s ease;
}

div#video-fotorama {
    border-radius: 12px;
    overflow: hidden;
    min-height: 400px;
}

.wrap_album {
    width: 100%;
    padding: 60px 0;
    background-color: var(--bg2);
}

.slide_album {
    display: block;
    max-width: 1500px;
    margin: 0px auto;
}

.ab__items {
    display: block;
    position: relative;
}

.ab__img {
    display: block;
}

.ab__txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3179f27a;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    pointer-events: none;
    backdrop-filter: saturate(100%) blur(2px) !important;
}

.ab__name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.ab__items:hover .ab__txt {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.wrap_newsnb {
    display: block;
    padding: 60px 0;
}

.flex_news {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.news_left {
    width: 61.5%;
    box-shadow: rgba(0, 0, 0, 0.2) -2px 2px 12px;
    background: #fff;
}

.news__items {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 100%;
}

.news__img {
    flex-shrink: 0;
    margin-right: 0;
    height: 100%;
    max-width: 400px;
}

.news__img img {
    height: 100%;
    object-fit: cover;
}

.news__txt {
    flex: 1;
    padding: 25px;
}

.news__name {
    font-size: 18px;
    color: #2d2d2d;
    transition: all .3s ease;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: normal;
}

.news__name:hover {
    color: var(--c1);
    transition: all .3s ease;
}

.news__time {
    font-size: 13px;
    color: #8b8b8b;
    margin-bottom: 15px;
    line-height: 1;
    font-style: italic;
}

.news__desc {
    font-size: 14px;
    color: #333333;
    line-height: 2;
    margin-bottom: 30px;
}

.news__link {
    display: inline-block;
    background: var(--c1);
    line-height: normal;
    color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    transition: all .3s ease;
}

.news__link:hover {
    background: var(--c2);
    transition: all .3s ease;
    color: #fff;
}

.news__items.even .news__img {
    order: 5;
    margin-left: 15px;
    margin-right: 0;
}

.news_right {
    width: 34.5%;
    background: var(--bg2);
    padding: 20px;
}

.news_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news_title {
    font-size: 18px;
    color: #2d2d2d;
    line-height: normal;
}

.news_more {
    font-size: 14px;
    color: #2d2d2d;
    line-height: normal;
    transition: all .3s ease;
}

.news_more:hover {
    color: var(--c1);
    transition: all .3s ease;
}

.slick_newsnnb .slick-slide {
    margin-bottom: 15px;
}

.n__items {
    display: flex;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.n__time {
    display: flex;
    min-width: 50px;
    height: 50px;
    border-right: 1px solid var(--c1);
    margin-right: 12px;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-right: 12px;
}

.n__time b {
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
    font-weight: bold;
}

.n__time span {
    font-size: 20px;
    font-weight: 300;
}

.n__txt {
    flex: 1;
}

.n__name {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.6;
    transition: all .3s ease;
}

.n__items:hover .n__time {
    color: var(--c2);
    border-color: var(--c2);
}

.n__items:hover .n__name {
    color: var(--c2);
    transition: all .3s ease;
}

.footer {
    width: 100%;
    position: relative;
    background: var(--c1);
}

.footer_main {
    width: 100%;
    padding: 0;
}

.flex_footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.footer_title {
    font-size: 18px;
    color: #fff;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ft_line {
    width: 35px;
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
    display: block;
    display: none;
}

.ft_name {
    font-size: 22px;
    color: #fff;
    line-height: normal;
    text-transform: inherit;
    font-family: 'font2';
    margin-bottom: 10px;
}

.ft_desc {
    font-size: 35px;
    color: #FED700;
    margin-bottom: 5px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'font3';
}

.ft_txt {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
    font-weight: normal;
    margin-bottom: 20px;
}

.ft_txt p {
    margin: 0;
}

.fcol1 {
    width: 40.5%;
    padding: 55px 0;
}

.fcol2 {
    width: 20%;
    padding: 55px 0;
}

.fcol3 {
    width: 33.5%;
    background: #fff;
    padding: 30px;
}

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

.footer-ul li a:hover {
    color: yellow !important;
    transition: all .3s ease;
}

.footer-ul li {
    margin-bottom: 15px;
    list-style: none;
    color: #fff;
    list-style-position: inside;
}

.footer-ul li a {
    transition: all .5s ease;
    color: #ffffff;
    font-size: 14px;
}

.footer-ul li a:hover {
    color: rgb(233, 0, 0);
    transition: all .5s ease;
}

.footer-ul li:last-of-type {
    border: none;
}

#bottom {
    width: 100%;
    background: var(--bg3);
}

.flex_bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
    height: 54px;
    font-family: 'font2';
}

.copyright span {
    font-weight: 500;
    color: #fff;
}

.ft_mxh {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.ft_mxh a {
    display: block;
    margin: 5px;
    transition: all .5s ease;
}

.ft_mxh a:hover {
    transform: translateY(-8px);
    transition: all .5s ease;
}

.fmaps {
    width: 100%;
    height: 500px;
}

.fmaps #footer-map {
    width: 100%;
    height: 100%;
}

.fmaps #footer-map iframe {
    width: 100%;
    height: 100%;
}

.wrap_doitac {
    width: 100%;
    padding: 35px 0;
    background: var(--bg2);
}

.dt__items {
    display: block;
    border: 1px dotted #aeaeae;
    background: #fff;
    transition: all .3s ease;
    border-radius: 3px;
    overflow: hidden;
}

.dt__img {
    display: block;
}

.dt__items:hover {
    border-color: var(--c1);
    transition: all .3s ease;
}

.box_nlt {
    display: block;
}

.nlt_title {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0px 0px;
}

.nlt_title p {
    text-align: center;
    color: var(--c1);
    font-size: 22px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}


.nlt_form {
    display: block;
}

.group_input {

    margin-bottom: 10px;
}

.group_input > p {
    display: flex;
    height: 42px;
    margin-bottom: 10px;
    background: var(--c1);
}

.group_input.textarea {
    height: 122px;
}

.group_input span {
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

.nlt_form .wpcf7-form-control-wrap {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    height: 42px;
    padding: 0px;
    position: relative;
}


.nlt_form input {
    width: 100%;
    border: none;
    margin-bottom: 10px;
    background: var(--bg2);
    height: 42px;
    padding: 0 10px;
    position: relative;
}

.nlt_form input::before {
    position: absolute;
    content: '';
    right: -80px;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: var(--c1);
    z-index: 100;
}

.nlt_form textarea {
    width: 100%;
    height: 70px;
    background: var(--bg2);
    border: none;
    padding: 10px;
    resize: none;
}

.nlt_form .btn_form_sm {
    width: max-content;
    margin-left: auto;
    display: block;
    margin-bottom: 0;
    background: var(--c2);
    color: #fff;
    padding: 0 20px;
    transition: all .3s ease;
}

.nlt_form .btn_form_sm:hover {
    background: darkred;
    transition: all .3s ease;
}

.h_mxh {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.h_mxh a {
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #5593ff;
    transition: all .3s ease;
}

.h_mxh a img {
    transition: all .3s ease;
}

.h_mxh a:last-of-type {
    border-right: 1px solid #5593ff;
}

.h_mxh a:hover img {
    transform: scale(1.2);
    transition: all .3s ease;
}

.wrap_splist {
    width: 100%;
    margin: 60px 0;
}

.splist_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--c1);
}

.splist__title {
    flex-shrink: 0;
}

.splist__title h3 {
    background: var(--c1);
    color: #fff;
    margin: 0;
    padding: 4px 50px 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 200px;
    line-height: normal;
    font-size: 2rem;
}

.splist__link {
    font-size: 14px;
    color: #333;
    transition: all .3s ease;
}

.splist__link:hover {
    color: var(--c1);
    transition: all .3s ease;
}

@media (max-width: 1024px) {
    .btn-frame {
        display:none;
    }

    #messages-facebook {
        display: none;
    }

    .control-owl {
        display: none;
    }

    .menu-res {
        display: block;
        background: #fff;
        height: auto;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .h_mxh {
        display: none;
    }

    .h_search {
        display: none;
    }

    .flex_header {
        justify-content: space-around;
        height: auto;
        padding: 5px 0;
    }

    .menu {
        display: none;
    }

    .h_right {
        display: none;
    }

    .menu-res {
        padding: 0;
    }

    .search-res .icon-search {
        color: var(--c1);
        border-color: var(--c1);
    }

    .header {
        background: #fff;
        position: relative;
        z-index: 10001;
        display: none;
    }

    .flex_top {
        padding-left: 0;
    }

    .menu-res.scrolled .m_logo a img {
        height: 50px;
        transition: all .3s ease;
    }

    .menu-bar-res {
        height: auto;
        padding: 5px 15px;
    }

    .m_logo {
        flex-shrink: 0;
        width: 45%;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
    }

    .m_logo a {
        display: block;
    }

    .m_logo a img {
        width: auto;
        height: 100px;
        object-fit: contain;
        transition: all .3s ease;
    }

    .mmenu_left.w-25 {
        display: flex;
        justify-content: flex-end;
    }

    .breadCrumbs {
        background-color: transparent;
        margin-top: 0;
    }

    .breadCrumbs .wrap-content .breadcrumb {
        border-radius: 100px;
        padding: 0;
        background: transparent;
        font-size: 12px;
    }

    .breadCrumbs .wrap-content .breadcrumb-item a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .h_hotline {
        display:none;
    }

    .h_logo {
        width: 22%;
    }

    .h_banner {
        width: 75%;
        padding: 0;
    }

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

    .grid_product {
        grid-template-columns: repeat(2, calc((100% + 15px) / 2 - 15px));
        grid-gap: 15px;
    }

    .flex_footer {
        flex-wrap: wrap;
    }

    .fcol1 {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .fcol2 {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }

    .fcol3 {
        width: 100%;
    }

    .flex_bottom {
        height: auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 5px 0;
        font-size: 12px;
    }

    .m_logo a img {
        height: 80px;
    }

    .footer_main {
        background-size: cover;
    }

    .top__item {
    }

    .top__slogan {
        width: 100%;
    }

    .media_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .media_right {
        width: 100%;
        padding-top: 0;
    }

    .news_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_right {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #hamburger {
        width:30px;
    }

    .m_logo a img {
        height: 70px;
    }

    .title-main span {
        font-size: 22px;
    }

    .title-main {
        margin-bottom: .5rem;
    }

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

    .grid_product {
        grid-template-columns: repeat(2, calc((100% + 8px) / 2 - 8px));
        grid-gap: 8px;
    }

    .footer_main {
        padding: 30px 0 20px;
    }

    .ft_txt {
        font-size: 13px;
        line-height: 1.8;
    }

    .ft_content {
        line-height: 1.5;
    }

    .flex_bottom {
        font-size: 10px;
    }

    .news-name {
        margin-top: 0.8rem;
    }

    .wrap-main {
        margin: 10px auto;
    }

    .search-res .icon-search {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title_main {
        font-size: 18px;
        margin-bottom: 0;
    }

    .title_desc {
        font-size: 11px;
        letter-spacing: normal;
        width: 100%;
        padding: 0;
    }

    .wrap_title {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .wrap_newsnb {
        padding: 20px 0;
    }

    .n__items {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
        margin: 5px;
    }

    .n__txt {
        padding: 8px 8px;
    }

    .n__line {
        margin: 5px 0;
    }

    .n__items {
        border-radius: 15px;
        padding: 8px;
        margin: 0;
    }

    .n__bottom {
        display: none;
    }

    .ft_name {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .ft_desc {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .footer_title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-ul li {
        margin-bottom: 8px;
        padding-bottom: 0;
        list-style-position: inside;
        border-bottom: none;
    }

    .sp__img {
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .sp__txt {
        padding: 5px;
        margin-bottom: 0;
    }

    .sp__items {
        border-radius: 10px;
        padding: 5px;
    }

    .sp__price_new span {
        font-size: 10px;
        margin-left: 5px;
    }

    .flex_top {
        height: 32px;
        display: flex;
        justify-content: space-between;
    }

    .top__slogan {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .wrap_spnew {
        margin: 20px 0;
    }

    .title_img {
        margin: 0 0;
    }

    .wrap_spnb {
        margin: 20px 0;
    }

    .wrap_album {
        padding: 20px 0;
    }

    .grid_album {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 5px;
    }

    .wrap_media {
        padding: 20px 0;
    }

    .top__item {
        display: flex;
    }

    .transl_mobile {
        display: block;
        height: 30px;
        margin-bottom: -4px;
    }

    .transl_mobile div#google_translate_element {
        width: 125px;
    }

    .transl_mobile .goog-te-gadget {
        height: 28px !important;
    }

    .transl_mobile .goog-te-gadget .goog-te-combo {
        color: #3b3b3b !important;
        padding: 5px 3px;
        width: 125px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        margin: 0 !important;
        height: 25px;
        font-family: 'font2';
        font-size: 12px;
    }

    .flex_top .top__item:nth-child(2) {
        display: none;
    }

    a.btn_lienhe {
        display: none;
    }

    .flex_slogan {
        height: 30px;
    }

    .slogan {
        font-size: 12px;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
    }

    .wrap_splistnb {
        padding: 20px 0;
    }

    .wrap_title::before {
        height: 15px;
    }

    .splistnb {
        margin-top: 0;
        margin-bottom: 15px;
        border: none;
    }

    .splist {
        font-size: 10px;
        padding: 5px 10px 4px;
        border: 1px solid;
        margin: 2px;
    }

    .sp__detail {
        font-size: 12px;
        line-height: 1.4;
    }

    .sp__name {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .wrap_tieuchi {
        padding: 20px 0;
    }

    .tc__items {
        padding: 8px 5px;
    }

    .tc__txt {
        font-size: 28px;
        margin-left: 10px;
    }

    .tc__name {
        font-size: 13px;
    }

    .tc__img {
        max-width: 35px;
    }

    .wrap_gioithieu {
        padding: 20px 0;
    }

    .gt_left {
        width: 100%;
        order: 5;
    }

    .gt_right {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .flex_gt {
        flex-wrap: wrap;
    }

    .gt__name {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center;
    }

    .gt__desc {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    div#video-fotorama {
        min-height: 200px;
    }

    .news__img {
        width: 100%;
        height: 200px;
    }

    .news__txt {
        width: 100%;
        padding: 10px;
    }

    .news__items {
        display: flex;
        flex-direction: column;
    }

    .news__name {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 1.5;
    }

    .news__time {
        margin-bottom: 5px;
    }

    .news__desc {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .news_right {
        padding: 8px;
    }

    .slick_newsnnb .slick-slide {
        margin-bottom: 6px;
    }

    .n__time b {
        font-size: 20px;
    }

    .n__time span {
        font-size: 15px;
    }

    .wrap_doitac {
        padding: 15px 0;
    }

    .fcol3 {
        width: 100%;
        padding: 10px;
    }

    .nlt_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wrap_splist {
        margin: 20px 0;
    }

    .splist_nav {
        margin-bottom: 10px;
        border-bottom: 1px solid var(--c1);
    }

    .splist__title h3 {
        padding: 4px 50px 6px 10px;
        font-weight: 500;
        min-width: 0;
        font-size: 20px;
    }
}

.footer-primary {
    padding: 10px 0px;
}
.tab-home.tabbed-content ul li.active a {
    font-weight: normal;
    color: #ffffff;
    padding: 2px 10px;
    min-width: 165px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tab-home.tabbed-content ul li.active a {
    font-weight: normal;
    color: #ffffff;
}