/* Main */
/*Hiệu ứng menu*/
.centery,
.centery-after:after,
.centery-before:before {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ease-in-200 {
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

@-webkit-keyframes slideInDown1 {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        visibility: visible
    }

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

@keyframes slideInDown1 {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        visibility: visible
    }

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

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

/**/
.fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: slideInDown1 1s 0s;
}

/*Hieu ung*/
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

/*Hieu ung*/
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3a0304;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
    color: #fff
}

.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cf2127;
    border-radius: 35px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hover_sang2 {
    position: relative;
    overflow: hidden;
}

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

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%;
}

.hover_sang {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover_sang:hover:before {
    left: 0;
    top: 0;
}

.hover_sang:before {
    left: -100%;
    top: -100%;
}

.hover_sang:after {
    bottom: -100%;
    right: -100%;
}

.hover_sang:before,
.hover_sang:after {
    display: block;
}

.hover_sang:before,
.hover_sang:after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 8;
}

.hover_sang:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.hover_sang img {
    transition: 0.7s;
}

.hover_sang:hover:after {
    right: 0;
    bottom: 0;
}

/*Xoay*/
.dichvu__item:hover .dichvu__img {
    transform: rotateY(360deg);
    transition: all 0.6s linear;
}

/*Phone anima*/
.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

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

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*Nhấp nháy*/
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

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

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


/**/
.hdanhmucdropsjs {
    position: relative;
    width: 270px;
    z-index: 19;
    background-color: #ff9907;
}

.hdanhmucdropsjs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #ff9907;
}

.hdanhmucdropsjs ul>li {
    padding: 0 0% 0% 8%;
}

.hdanhmucdropsjs ul>li.line {
    border-bottom: solid 1px #ffb852;
    width: 100%;
    margin: 0 auto;
}

.hdanhmucdropsjs .nicescl {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 0%
}

.hdanhmucdropsjs ul.content {
    overflow: auto;
    font-size: 14px;
}

.hdanhmucdropsjs li a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 12px 0px;
    font-size: 14px;
    color: #1a1a1a;
    text-transform: capitalize;
}

/* .hdanhmucdropsjs li a img { margin-right: 10px; } */
.hdanhmucdropsjs ul ul {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    display: none;
    position: absolute;
    left: calc(100% - 7px);
    left: -moz-calc(100% - 7px);
    left: -webkit-calc(100% - 7px);
    z-index: 9999;
}

.hdanhmucdropsjs ul ul li {
    position: relative;
    border-bottom: dashed 1px #ffb852;
}

.hdanhmucdropsjs ul>li:hover>ul {
    display: block;
    -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

.hdanhmucdropsjs ul>li:last-child {
    border-bottom: none
}

.hdanhmucdropsjs ul ul ul {
    left: 100%;
    top: 0 !important
}

.hdanhmucdropsjs i.right {
    position: absolute;
    right: 13px;
    font-size: 16px;
}

.hdanhmucdropsjs i.left {
    font-size: 6px;
    margin-right: 10px;
}

.hdanhmucdropsjs li:hover>a {
    color: #fbbc00;
}

.hdanhmucdropsjs .fa-angle-right:before {
    font-size: 15px;
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

/* width */
.hdanhmucdrops ::-webkit-scrollbar,
.hdanhmucdropsjs ::-webkit-scrollbar {
    width: 1px;
}

/* Track */
.hdanhmucdrops ::-webkit-scrollbar-track,
.hdanhmucdropsjs ::-webkit-scrollbar-track {
    background: #e80c0c;
}

/* Handle */
.hdanhmucdrops ::-webkit-scrollbar-thumb,
.hdanhmucdropsjs ::-webkit-scrollbar-thumb {
    background: #e80c0c;
}

/* Handle on hover */
.hdanhmucdrops ::-webkit-scrollbar-thumb:hover,
.hdanhmucdropsjs ::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


/* Filter */
.main-item:not(:last-child) {
    margin-bottom: 20px;
}

.main-item-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'RobotoRegular';
}

ul.content-item-title {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.content-item-title li {
    margin-bottom: 8px;
    width: calc(56% - 25px);
}

ul.content-item-title input,
ul.content-item-title label {
    vertical-align: middle;
}

ul.content-item-title label {
    /* padding-left: 10px; */
    margin: 0;
}

.item-mucgia {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    margin: 4px;
    background-color: #eee;
    border-radius: 50px;
}

.item-mucgia:hover,
.item-mucgia.active {
    background-color: #e8f6ff;
}

.range-left,
.range-right {
    width: 80px;
    height: 30px;
    border: 1px solid #adadad;
    text-align: center;
}

.range-span {
    width: 20px;
    text-align: center;
    display: inline-block;
}

.submit-filter-pro {
    display: inline-block;
    width: 80px;
    height: 35px;
    border: 1px solid #0d5cb6;
    color: #0d5cb6;
    border-radius: 5px;
    background-color: transparent;
    margin-top: 10px;
}

select[name="sltsize"] {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #efefef;
}

.pro-r {
    padding: 20px;
    background: #f2f2f2
}

.itemcs {
    display: flex !important;
}

.itemcs p.zoom_hinh {
    width: 60px
}

.itemcs .contentcs {
    width: calc(100% - 60px);
    padding-left: 10px;
    text-align: left;
}

.hide {
    display: none
}

.box-timkiem {
    text-align: center;
    margin: 20px 0px;
}

.bttimkiem {
    display: inline-block;
    background: #000;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

ul.sltsize {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

ul.sltsize li {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0px 3px 5px 0px;
    cursor: pointer;
}

ul.sltsize li.active,
ul.sltsize li:hover {
    background: #000;
    color: #fff
}

#search {
    padding: 20px 25px;
    background-color: #eeeeee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #a0d25f;
}

.timkiem {
    font-size: 17px;
    color: #222222;
    font-family: 'NunitoSans';
    display: inline-block;
    padding: 10px 37px;
    background-color: #eeeeee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item_search {
    width: 25%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
}

.control-search {
    height: 48px;
    border: none;
    padding-left: 10px;
    width: 100%;
}

.control-search option {
    border: none;
}

.box_search {
    justify-content: space-between;
}

.item_search:focus {
    border: none;
}

.timkiemnhan {
    padding: 50px 0px;
}

select.control-search {
    border: 0px;
    outline: 0px;
}

.dt {
    font-family: 'NunitoSans_bold' !important;
}

.product_mota {
    font-size: 14px;
    color: #494949;
    font-family: 'NunitoSans_regular';
}

.dientich.flex {
    margin-top: 10px;
    margin-bottom: 5px;
}

.container1 {
    position: relative;
    width: 100%;
    height: 20px;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    width: 100%;
    height: 2px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #000;
    cursor: pointer;
    margin-top: -5px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    pointer-events: auto;
    border: none;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #000;
}

.values {
    width: 32%;
    position: relative;
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.wrapper {
    max-width: 520px;
    width: 100%;
}

.kung_range {
    margin-top: 10px;
}

.kung_range .p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #222222;
    font-family: 'NunitoSans_bold';
}

.flex2 {
    display: flex;
}

.flex2 .begin {
    padding-right: 10px;
}

.flex2 .end {
    padding-left: 10px;
}

.footer-ul li a:before {
    content: '\25CF';
    color: #000;
    margin-right: 10px;
    font-size: 10px;
}

.collapsible {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
}

.collapsible p:after {
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-bottom: 0 solid transparent;
    border-left: 5px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 5px;
    border-right: 5px solid transparent;
    align-self: center;
}

.filter-options {
    position: relative;
}

.filter-options-content {
    box-sizing: border-box;
    box-shadow: 0 10px 15px #828282;
    border: solid 1px #ddd;
    background: #fff;
    width: 100%;
    padding: 30px;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 0px;
    right: 0px;
}

.filter-options {
    margin: 20px 0px;
}

.filter-options-content {
    display: none;
}

.noidung li {
    list-style: none;
}

.noidung li {
    width: 100%;
    text-align: left;
}

.noidung input[type=checkbox] {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.sys-search {
    display: none;
    position: absolute;
    top: calc(100% + 50px);
    right: 0px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 5px #ccc;
}

.auto_tk .wrap {
    max-height: 500px;
    padding: 10px;
    width: max-content;
    background: #fff;
    overflow-y: scroll;
    border-radius: 5px;
}

.auto_tk .wrap label {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.pros_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #3333331f;
    margin-bottom: 5px;
    padding-bottom: 5px;
    max-width: 400px;
}

.pros_img {
    flex-shrink: 0;
    margin-right: 8px;
}

.pros_img img {
    width: 100%;
}

.pros_txt {
    flex: 1;
}

.pros__title {
    font-size: 14px;
    color: #000;
    transition: all 0.2s linear;
    line-height: 1.3;
    margin-bottom: 3px;
}

.pros__title:hover {
    color: red;
    transition: all 0.2s linear;
}

span.pros__price_new {
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}

span.pros__price_old {
    font-size: 13px;
    color: #000;
}

.pros__price_old i {
    font-style: normal;
    margin-right: 5px;
    text-decoration: line-through;
    opacity: 0.8;
}

.pros__title:hover {
    color: red;
    transition: all 0.3s;
}

/* Toc */
.wrap-toc {
    display: inline-block;
    background: #dbedf9;
    border: 1px solid #c7e4f4;
    padding: 10px;
    position: relative;
    min-width: 165px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 7px;
    width: 100%;
    margin-bottom: 20px;
}

a.mucluc-dropdown-list_button {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #000;
}

a.mucluc-dropdown-list_button:hover {
    text-decoration: none;
}

a.mucluc-dropdown-list_button.add {
    position: absolute;
    right: 0;
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #fff;
    color: #000 !important;
    font-size: 20px;
    width: 50px;
    height: 45px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
}

.meta-toc {
    position: fixed;
    right: 15px;
    top: 190px;
    z-index: 111;
    display: none;
}

.box-readmore {
    padding: 10px;
    width: 350px;
    margin-top: 2px;
    border: 0;
    display: none;
    font-size: 13px;
}

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

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

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

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

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

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

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

@font-face {
    font-family: 'SVNTransformer';
    src:
        url('../fonts/SVN-Transformer.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUIsadora';
    src:
        url('../fonts/SFUIsadora.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUTradeGothicBoldCondTwenty';
    src:
        url('../fonts/SFUTradeGothicBoldCondTwenty.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMYenTu';
    src:
        url('../fonts/UTMYenTu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaRegular';
    src:
        url('../fonts/Averta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaBold';
    src:
        url('../fonts/Averta-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SegoeUISemibold';
    src:
        url('../fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMAvoBold';
    src:
        url('../fonts/UTMAvoBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OswaldBold';
    src:
        url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OswaldRegular';
    src:
        url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterExtraBold';
    src:
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src:
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src:
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src:
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src:
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratLight';
    src:
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratExtraBold';
    src:
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src:
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratSemiBold';
    src:
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvo';
    src:
        url('../fonts/UTMAvo.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'UTMAvoBold';
    src:
        url('../fonts/UTMAvoBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster-Regular';
    src:
        url('../fonts/Lobster-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'UTMBanque';
    src:
        url('../fonts/UTMBanque.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMBanqueBold';
    src:
        url('../fonts/UTMBanqueBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuliBold';
    src:
        url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MuliRegular';
    src:
        url('../fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src:
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src:
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src:
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src:
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuliSemiBold';
    src:
        url('../fonts/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src:
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src:
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTMBeautifulCaps';
    src: url('../fonts/UTMBeautifulCaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuliExtraBold';
    src: url('../fonts/Muli-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMFacebook';
    src: url('../fonts/UTMFacebook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SairaSemiBold';
    src: url('../fonts/Saira-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SairaBold';
    src: url('../fonts/Saira-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'QuicksandBold';
    src: url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'QuicksandRegular';
    src: url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVNAguda';
    src: url('../fonts/SVN-Aguda.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNAgudaBold';
    src: url('../fonts/SVN-AgudaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNAgudaBlack';
    src: url('../fonts/SVN-AgudaBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MulishBlack';
    src: url('../fonts/Mulish-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulishSemiBold';
    src: url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulishMedium';
    src: url('../fonts/Mulish-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulishBold';
    src: url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulishRegular';
    src: url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MulishExtraBold';
    src: url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'QuicksandBold';
    src: url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QuicksandRegular';
    src: url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QuicksandMedium';
    src: url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QuicksandSemiBold';
    src: url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
}

body {
    font-size: 14px;
    font-family: 'RobotoRegular';
    min-width: 1200px;
    margin: auto
}

/* Chong coppy */
/* body { -moz-user-select: none !important; -webkit-touch-callout: none!important; -webkit-user-select: none!important; -khtml-user-select: none!important; -moz-user-select: none!important; -ms-user-select: none!important; user-select: none!important; } */
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
}

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

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: none
}

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

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

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

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

.wrap-main,
.wrap-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0px 15px;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
}

.containerr {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.padding30 {
    padding: 30px 0px;
}

.padding50 {
    padding: 50px 0px;
}

.bwcolor {
    background-color: #fff;
    padding: 20px;
}

.mgt30 {
    margin-top: 30px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgb50 {
    margin-bottom: 50px;
}

.pd10 {
    padding-right: 10px;
    padding-left: 10px;
}

.mgb1r {
    margin-bottom: 1rem;
}

.t-center {
    text-align: center;
}



.slogan {
    font-size: 14px;
    color: #333;
}

.title-main .line {
    background: url('../images/line-all.html') no-repeat;
    /* width: 136px; */
    /* height: 75px; */
    /* margin: auto; */
}

.textshadow {
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}

.color-w {
    color: #fff !important;
}

.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.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: rgb(0 0 0 / 50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    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: 20px;
    top: 0px;
}

.control-owl button.owl-next {
    right: 20px;
    top: 0px;
}

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

.text-sm {
    font-size: .875rem !important;
    padding: 10px;
    /* color: #fff; */
}

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

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

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

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

/* Header */
.header {
    background: #e9e9e9;
    position: relative;
    padding: 10px;
}


/* Menu */
.menu {
    display: block;
    position: relative;
    z-index: 12;
    padding: 0px;
}

.menu.fixed_menu {
    width: 100%;
    bottom: unset;
    right: unset;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    background: #F0F0F0;
    padding: 4px;
}

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

.menu ul li {
    position: relative;
    z-index: 99;
    transition: 0.2s;
}

.menu ul li a:hover,
.menu ul li a.active {
    background: none;
    transition: 0.2s;
    color: #ffca02;
}

.menu ul li a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    /* padding: 10px 15px; */
    font-family: 'RobotoBold';
    text-transform: uppercase;
    line-height: 36px;
    /* border: solid 1px #DDD; border-radius: 0px; */
}

.menu ul li ul li a:hover,
.menu ul li ul li a.active {
    background: #ed2651;
    transition: 0.2s;
    color: #fff;
}

.menu ul li:nth-child(6):after {
    content: '';
    display: none;
}

.menu ul li:after {
    content: '';
}

.menu ul li.li-search {
    position: absolute;
    top: 6px;
    right: 0px;
}

.menu ul li>ul {
    position: absolute;
    min-width: 285px;
    -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 .5s;
    border-top: none;
    text-align: left;
    left: -50px;
}

.menu ul li:hover>ul,
.menu ul li.active>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 {
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 2px 0;
}

.menu ul li ul li:first-child {
    border-top: none;
}

.menu ul li ul li:last-child {
    border-bottom: none;
}

.menu ul li ul li a {
    text-align: left;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    position: relative;
    padding: 6px 15px;
    text-transform: uppercase;
    background: #f36a93;
    border-radius: 35px;
    border: none;
    margin-top: 2px;
}

.menu ul li ul li a i {
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

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

.menu ul li ul li ul li a {
    padding-left: 15px;
    font-size: 15px;
}

.menu ul li ul li ul li a i {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-size: 8px;
    color: #C22938;
    margin-right: 5px;
}

/* .menu ul .line-menu > a:before { animation: line_menu infinite 6s; position: absolute; content: ''; width: 0%; right: 50%; bottom: 0px; height: 3px; background: #FFC700; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out } 
.menu ul li:hover > a:before,
.menu ul li.active > a:before { width: 25%; } 
.menu ul .line-menu > a:after { animation: line_menu infinite 6s; position: absolute; content: ''; width: 0%; left: 50%; bottom: 0px; height: 3px; background: #FFC700; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out } 
.menu ul .line-menu:hover > a:after,
.menu ul .line-menu.active > a:after { width: 25%; } */
.menu ul li a::before {
    position: absolute;
    content: '';
    background: #ffca02;
    border-radius: 50px;
    height: 2px;
}

.menu ul li>a.active::before,
.menu ul li:hover>a::before {
    animation: line_menu infinite 6s;
}

.menu ul li:hover>a.has-child::before,
.menu ul li a.active.has-child::before {
    animation: line_menu infinite 6s;
}

@keyframes line_menu {
    0% {
        right: 95%;
        left: 5%;
        bottom: 0;
        transition: all ease .6s;
    }

    25% {
        right: 5%;
        left: 5%;
        bottom: 0;
        transition: all ease .6s;
    }

    50% {
        right: 5%;
        left: 95%;
        bottom: 0;
        transition: all ease .6s;
    }

    75% {
        right: 5%;
        left: 5%;
        bottom: 0;
        transition: all ease .6s;
    }

    100% {
        right: 95%;
        left: 5%;
        bottom: 0;
        transition: all ease .6s;
    }
}

/* Dmuc menu product*/
.hdanhmucdrops {
    position: relative;
    width: 273px;
    z-index: 19;
    background-color: #ffca02;
    left: 20px;
}

.hdanhmucdrops>.nicescl {
    top: 100%;
    position: relative;
}

.fixed .hdanhmucdrops>.nicescl,
.hdanhmucdrops.ver1>.nicescl {
    display: none;
    top: 100%
}

.fixed .hdanhmucdrops:hover .nicescl {
    display: block;
}

.hdanhmucdrops.ver1>.nicescl {
    display: none;
    top: 100%
}

.hdanhmucdrops .title {
    display: block;
    line-height: 35px;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-family: 'RobotoBold';
}

.click-icon-menu {
    height: 100%;
    margin-bottom: 0px;
}

.click-icon-menu>span i:nth-child(1) {
    position: unset;
}

.click-icon-menu span {
    height: 51%;
    width: 100%;
    padding: 10px 5px;
}

.click-icon-menu span i {
    margin-right: 10px;
    margin-top: -2px;
    position: relative;
    color: #fff;
}

.hdanhmucdrops ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.hdanhmucdrops ul>li {
    padding: 0 0% 0% 8%;
}

.hdanhmucdrops ul>li.line {
    border-bottom: solid 1px #a7a4a4 !important;
    width: 90%;
    margin: 0 auto;
}

.hdanhmucdrops .nicescl {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 390px;
    left: 0px;
    top: 100%;
    /* background: url("../images/hdanhmuc.png")no-repeat; */
    /* background-size: 100% 100%; */
    background: #fff;
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
    border: solid 1px #e5e5e5;
    border-top: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hdanhmucdrops ul.content {
    overflow: auto;
    font-size: 16px;
    min-height: auto;
    height: 390px;
}

.hdanhmucdrops li a {
    display: inline-flex !important;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 20px 0px !important;
    font-size: 14px !important;
    font-family: 'RobotoBold' !important;
    color: #4e4e4e !important;
    text-transform: uppercase !important;
    line-height: 0px !important;
}

.hdanhmucdrops li a i {
    margin-right: 10px;
}

.hdanhmucdrops ul ul {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    display: none;
    position: absolute;
    left: calc(100% - 7px);
    left: -moz-calc(100% - 7px);
    left: -webkit-calc(100% - 7px);
    z-index: 9999;
    background: #fff;
}

.hdanhmucdrops ul ul li {
    position: relative;
    border-bottom: dashed 1px #6666;
}

.hdanhmucdrops ul>li:hover>ul {
    display: block;
    -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

.hdanhmucdrops ul>li:last-child {
    border-bottom: none
}

.hdanhmucdrops ul ul ul {
    left: 100%;
    top: 0 !important
}

.hdanhmucdrops i.right {
    position: absolute;
    right: 13px;
    font-size: 16px;
}

.hdanhmucdrops i.left {
    font-size: 6px;
    margin-right: 10px;
}

.hdanhmucdrops li:hover>a {
    color: #ffca02 !important;
    background: none !important;
}

.hdanhmucdrops .fa-angle-right:before {
    font-size: 15px;
}

.hdanhmucdrops li a img {
    margin-right: 10px;
}

/* Dmuc product detail */
/* .hdanhmucdrops { position:relative; width:285px } 
.hdanhmucdrops .title { padding: 15px 58px; height:100%; cursor:pointer; font-size: 16px; text-transform:uppercase; text-align:center; color:#fff; background-color: #002d95; } 
.hdanhmucdrops ul { padding:0; margin:0; list-style:none; text-align:left; background-color:#fff } 
.hdanhmucdrops .nicescl { position:absolute; box-sizing:border-box; width:100%; left:0; top:100% } 
.hdanhmucdrops ul.content { overflow:hidden; height:424px; border:1px solid #e6e6e6 } 
.hdanhmucdrops.ver1 .nicescl { position:relative; margin-top: 12px; } 
.hdanhmucdrops.ver1 ul.content { height:auto } 
.hdanhmucdrops ul img { margin-right:10px } 
.hdanhmucdrops li a { position:relative; display:block; padding:10.5px 30px 10.5px 20px; background:url(../images/bg-h-danhmuc.jpg); background-size:100% 100% } 
.hdanhmucdrops ul ul li a { padding-left:35px } 
.hdanhmucdrops ul.content > li:not(:last-child) > a { border-bottom:1px solid #d9d9d9 } 
.hdanhmucdrops ul ul { display:none } 
.hdanhmucdrops li { position:relative } 
.hdanhmucdrops ul > li:last-child { border-bottom:none } 
.hdanhmucdrops li:hover > a { background-color:#00000008 } 
.hdanhmucdrops .icon-drop { cursor:pointer; position:absolute; right:6px; top:12px; width:20px; height:20px; line-height:20px; font-size:20px; text-align:center } */


/* Click Menu */
.icon-menu {
    cursor: pointer;
}

.icon-menu .far.fa-bars {
    background: url("../images/icon_menu.html") no-repeat;
    width: 55px;
    height: 104px;
    line-height: revert;
}

.grid-menu {
    position: fixed;
    opacity: 0;
    top: 0px;
    right: -300px;
    height: 100%;
    width: 290px;
    text-align: center;
    z-index: 999;
    padding: 55px 20px 40px;
    box-shadow: rgba(34, 34, 34, 0.3) -2px 0px 5px;
    transition: all 0.3s ease-out 0s;
    background: #ffa9b0;
}

.grid-menu.active {
    right: 0px;
    opacity: 1;
}

.grid-exit {
    position: absolute;
    top: 15px;
    left: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    cursor: pointer;
}

.grid-exit i {
    vertical-align: top;
}

.grid-exit:hover {
    color: rgb(255, 255, 255);
}

.grid-inner-menu ul li p .dropdown-plus {
    display: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    padding-left: 3px;
    cursor: pointer;
    text-align: center;
}

.grid-menu-logo {
    display: table;
    padding: 5px;
    margin: 0px auto;
}

.grid-inner-menu ul {
    padding: 0px;
}

.grid-inner-menu ul li {
    list-style: none;
    padding: 5px 0px;
}

.grid-inner-menu ul li a {
    /* color: rgb(255, 255, 255); */
    font-size: 15px;
    position: relative;
    font-weight: 400;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
    transition: all 1.5s ease 0s;
}

.grid-inner-menu ul li:hover {}


/* Head fixed */
.header.fixed {
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9999999999999999) 100%);
    /* padding: 5px; */
    height: auto;
    padding-bottom: 5px;
}

.header.fixed .logo-header {
    zoom: 0.6
}

.header.fixed .menu_header {
    font-size: 14px;
    top: auto;
}

.header.fixed .menu {}


/* Menu Fixed { } */
.menu.fixed .img_logo {}

.menu.fixed {
    z-index: 999;
    /* background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); */
}

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

/* Search */
.search {
    width: 215px;
    height: 35px;
    color: #000;
    border-radius: 15px;
    background: #fff;
}

.search p {
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #000;
    font-size: 20px;
}

.search input {
    width: calc(100% - 28px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
    color: #000 !important;
}

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

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

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

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

.search1 {
    /* background: rgba(0, 0, 0, 0.5); */
    width: 100%;
    height: 55px;
    /* border-radius: 50px; */
    margin-left: 15px;
    border: solid 1px #d9d9d9;
    background-color: #fff;
}

.search1 p {
    float: left;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    background: #ab0407;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 23px;
    margin-top: 4px;
    margin-left: -3px;
}

.search1 input {
    width: calc(100% - 46px);
    height: 53px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 13px;
    color: #000;
}

.search1 input::-webkit-input-placeholder {
    color: #ccc;
}

.search1 input:-moz-placeholder {
    color: #ccc;
}

.search1 input::-moz-placeholder {
    color: #ccc;
}

.search1 input:-ms-input-placeholder {
    color: #ccc;
}

/* Slideshow */
.slideshow {
    position: relative;
    z-index: 10;
}

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

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

.control-slideshow {
    opacity: 0;
}

.slideshow a {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.slideshow a img {
    width: 100% !important;
}

.slideshow-image p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@-webkit-keyframes sliderZoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
        transition: -webkit-transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
        transition: -webkit-transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s;
    }
}

@keyframes sliderZoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
        transition: -webkit-transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
        transition: -webkit-transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s;
        transition: transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s;
    }
}

.group-slider .slideshow-item .slideshow-image img {
    -webkit-animation: sliderZoom 20000ms linear 0s infinite alternate;
    animation: sliderZoom 20000ms linear 0s infinite alternate;
}

.slideshow .slideshow-item .slideshow-image img {
    -webkit-animation: sliderZoom 20000ms linear 0s infinite alternate;
    animation: sliderZoom 20000ms linear 0s infinite alternate;
}

/* @-webkit-keyframes fadeInDown1 { 
 0% { opacity:0; -webkit-transform:translate3d(0,-600px,0); transform:translate3d(0,-600px,0) } 
 to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 }
@keyframes fadeInDown1 { 
 0% { opacity:0; -webkit-transform:translate3d(0,-600px,0); transform:translate3d(0,-600px,0) } 
 to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 }
.slideshow .owl-item.active .name-slider { animation: fadeInDown1 1.4s linear 0.4s forwards; } 
.slideshow .owl-item.active .desc-slider { animation: fadeInDown1 1.2s linear 0.2s forwards; } 
.slideshow .owl-item.active .content-slider { animation: fadeInDown1 1s linear 0s forwards; } */
@-webkit-keyframes fadeInDown1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -600px, 0);
        transform: translate3d(0, -600px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -600px, 0);
        transform: translate3d(0, -600px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}



.slideshow .owl-item.active .name_slider {
    animation: fadeInDown1 1.6s linear 0.6s forwards;
}

.slideshow .owl-item.active .name_slider1 {
    animation: fadeInDown1 1.4s linear 0.6s forwards;
}

.slideshow .owl-item.active .btn_slider {
    animation: fadeInDown1 1.2s linear 0.6s forwards;
}

.position_slider {
    position: absolute !important;
    top: 30%;
    left: -35%;
    right: 0%;
    text-align: center;
}

.box_slider {
    display: block;
}

.name_slider {
    color: #fff;
    font-size: 70px;
    font-family: 'UTMImpact';
    text-transform: uppercase;
    position: relative;
}

.name_slider1 {
    color: #fff;
    font-size: 20px;
    font-family: 'OswaldRegular';
    position: relative;
    top: -19px;
}


/* Mmenu */
.menu-res {
    display: none;
    height: 65px;
    z-index: 999;
    filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.75));
    background-color: #FFC700;
    position: relative;
    line-height: normal;
}

.menu-bar-res {
    height: 65px;
    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: #fff;
    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;
}

/* #menu { display:none; } 
#hamburger { display:block; width:20px; height:15px; position:relative; } 
#hamburger:before,#hamburger:after,#hamburger span { background:#ffffff; content:''; display:block; width:100%; height:3px; position:absolute; left:0px; } 
#hamburger:before { top:0px; } 
#hamburger span { top:5px; } 
#hamburger:after { top:10px; } 
#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:5px; } 
.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; } 
.res-pc #hamburger:before,.res-pc #hamburger:after,.res-pc #hamburger span { background-color: #4b4e51 !important; } 
.res-pc #hamburger { width:40px; height:25px; } 
.res-pc #hamburger span { top:10px; } 
.res-pc #hamburger:after { top:20px; } */

/* Search Responsive */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin: 0px;
    border-radius: 50%;
    font-size: 22px;
}

.search-res .icon-search.active {
    color: #fff;
    background: rgba(0, 0, 0, .7);
    /* border-radius:100%; */
}

.search-res .search-grid {
    position: absolute;
    top: 55px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #6e4e16;
    z-index: 999;
    opacity: 0;
    border-radius: 50px;
    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: #0c471a;
    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;
}

/* Partner */
.wrap-partner {
    padding: 0px 15px;
    background: #eee;
}

.wrap-partner .wrap-content {
    position: relative;
}

.partner {
    display: block;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0px 0px 12px 0px #939393;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #eee;
}

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

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

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}

/* Intro */
/* .wrap-intro { padding: 50px 0px; } */
.news-scroll {
    list-style: none;
}

.news-scroll ul li {
    margin-bottom: 10px !important;
}

.news-shadow-name {
    font-size: 15px;
    font-family: 'MulishBold';
}

.news-shadow-name a {
    color: #232323;
    ;
    line-height: 1.6;
}

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

.news-shadow-desc {
    font-size: 14px;
    color: #575757;
    line-height: 1.8;
}

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

/**/
.news-home-scroll ul li {
    margin-bottom: 2px !important;
    padding: 0px;
}

.news-home {
    display: flex;
}

.news-home-image {}

.news-home-info {
    text-align: left;
    padding: 10px;
    padding-top: 28px;
    padding-bottom: 16px;
    padding-right: 12px;
    background: #f2f2f2;
    margin-left: 0px;
    /* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); */
    margin-top: -19px;
}

.news-home-name {
    font-size: 14px;
    font-family: 'RobotoBold';
}

.news-home-name a {
    color: #000;
    font-size: 14px;
    font-family: 'RobotoBold';
    width: 300px;
    /* text-transform: uppercase; */
}

.news-home-name a:hover {
    color: #ec2d3f;
    font-family: 'RobotoBold';
}

.news-home-desc {
    font-size: 14px;
    color: #000;
    margin-bottom: 0.5rem;
    font-family: 'RobotoRegular';
    /* text-align: left; */
    width: 265px;
}

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

.news-home-desc.text-split {
    -webkit-line-clamp: 3;
}

.news-time-home {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
    font-family: 'RobotoRegular';
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}

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

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

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

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

.slider-inner video {
    object-fit: cover;
}

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

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

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

.album-name a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'arsenal-Regular';
}

/* Brand */
.wrap-brand {
    padding: 50px 0;
}

.wrap-brand .wrap-content {
    position: relative;
}

.brand {
    display: block;
    /* max-width: 160px; */
    /* max-height: 100px; */
    /* padding: 5px; */
    /* margin: 10px auto; */
    /* background: #fff; */
    /* border: solid 1px #666666; */
}

.brand img {
    /* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); */
    /* border-radius: 15px; */
    border: solid 2px #eee;
    padding: 10px;
}

/* Product */
.title-sanpham {
    color: #4a9549;
    font-family: 'mont-b';
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-left: 0px;
    /* filter: drop-shadow(3.857px 4.596px 0px rgba(0,0,0,0.32)); */
}

.lineall {
    text-align: center;
    /* padding-top: 20px; */
}

.info-sanpham {
    margin-bottom: 45px;
}

.list-product .wrap-product:nth-child(2n) .title-product {
    flex-flow: row-reverse;
}

.topsale {
    background-color: #f1f3f4;
}

.title-product {
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.title-product span {
    position: relative;
    font-size: 28px;
    line-height: 48px;
    color: #ed2651;
    font-family: "iCielPony";
}

.title-product-cat {
    list-style: none;
    /* padding: 0px 20px; */
    position: relative;
    margin: 0;
    padding: 0;
    /* max-width: 390px; */
    /* margin-right: 100px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.title-product-cat li {
    margin: 10px 10px;
    position: relative;
}

.title-product-cat li a {
    cursor: default;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    /* font-family: 'SegoeUISemibold'; */
    /* background: #47bb72; */
    /* border: solid #ececec; */
    /* padding: 10px 15px; */
    color: #333333 !important;
    border-radius: 0px;
}

.title-product-cat li.active a,
.title-product-cat li a:hover {
    background: none !important;
    transition: all ease 0.4s;
    color: #CA8F07 !important;
}

.title-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

.title-product-list li {
    margin: 10px 15px;
    display: inline-block;
    text-align: center;
}

.title-product-list li p {
    margin: 0
}

.title-product-list li a {
    cursor: default;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-family: 'UTMAndrogyne';
    color: #000 !important;
    background: #fff;
    text-transform: capitalize;
    padding: 10px 25px;
}

.title-product-list li.active a,
.title-product-list li a:hover {
    transition: all ease 0.2s;
    background: none !important;
    color: #9E5C8D !important;
}

.title-product-list li.active .group-product .logo-pro,
.title-product-list li .group-product .logo-pro:hover {
    transition: all ease 0.2s;
    background: #ffcc1f;
    border: none;
}

.title-product-list li.active .group-product .name-pro,
.title-product-list li .group-product .name-pro:hover {
    transition: all ease 0.2s;
    color: #ffcc1f;
    border: none;
}

.title-product-list li a::after {
    content: '';
    display: block;
    transition: all .3s
}

.title-product-list li.active a::after,
.title-product-list li a:hover:after {
    content: '';
    background: #148f35
}

/* .title-product-list li .box-list.active , .title-product-list li .pic-list:hover { transition: all ease 0.2s; color: #ec2d3f; background: blue; } */
/* .box-list.active, .box-list:hover { transition: all ease 0.2s; color: #f50f26; background: #f7bf00; width: 95px; height: 95px; border-radius: 50%; } */

.title-product-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    /* text-align: right; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
}

.title-product-lists li {
    margin: 10px 15px;
    display: inline-block;
}

.title-product-lists li a {
    cursor: default;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: 'RobotoRegular';
    color: #000 !important;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.title-product-lists li.active a,
.title-product-lists li a:hover {
    transition: all ease 0.2s;
    background: #005128 !important;
    color: #fff !important;
}

.btn-viewpro {
    /* color: #004b23 !important; */
    /* text-decoration: underline; */
}

.btn-viewpro:hover {
    color: #ec2d3f !important;
    text-decoration: underline;
}

.product {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}

.product:nth-child(4n+1) {
    clear: both;
}

.product:nth-child(4n) {
    margin-right: 0px;
}

.home-product .product {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}

.home-product .product:nth-child(3n+1) {
    clear: both;
}

.home-product .product:nth-child(3n) {
    margin-right: 0px;
}

.box-product {
    position: relative;
    display: block;
    margin-bottom: 0.85rem;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
    background: #fff;
    border: solid 1px #c9c9c9;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.pic-product {
    margin-bottom: 0px;
    display: block;
    background: #fff;
}

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

.info-product {
    padding: 10px 0;
    text-align: center;
}

.name-product.text-split {
    -webkit-line-clamp: 2;
    font-size: inherit;
}

.name-product a {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'RobotoBold';
    margin-bottom: 0rem;
    color: #333333;
}

.name-product a:hover {
    color: #2D91D4 !important;
}

.desc-sampham.text-split {
    -webkit-line-clamp: 3;
}

.desc-sampham {
    font-size: 14px;
    font-family: 'RobotoRegular';
    color: #393939;
}

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

.name-sanpham.text-split {
    -webkit-line-clamp: 2;
    font-size: inherit;
}

.name-sanpham a {
    font-size: 15px;
    font-family: 'RobotoBold';
}

.name-sanpham a:hover {
    transition: all .5s;
    color: #009933
}

.desc-product.text-split {
    -webkit-line-clamp: 2;
}

.desc-product {
    font-size: 14px;
}

/* .price-product span { font-weight:700; } */
.price-new {
    font-size: 16px;
    color: #d60c0c;
    text-transform: capitalize;
    font-family: 'RobotoBold';
    padding-bottom: 2px;
}

.price-old {
    text-decoration: line-through;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 35px;
    padding-left: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url("../images/icon_sale.png")no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    font-family: 'QuicksandMedium';
    z-index: 99;
}

.guarantee {
    font-size: 14px;
    color: #666;
    font-family: 'MuliRegular';
}

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

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

.cart-add {
    margin-right: 2%;
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

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

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

/* Product Detail */
.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: 20px;
    display: block;
    font-weight: 700;
}

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

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

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555555;
}

/* News */
.news {
    margin-bottom: 2rem;
}

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

.news-name a {
    /* color: #5c982c; */
    font-family: 'MuliBold';
    font-size: 17px;
}

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

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

.news-time {
    color: #333333;
    font-size: 14px;
    font-style: italic;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.news-desc {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
    font-family: 'MuliRegular';
    text-align: left;
}

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

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

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

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

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

/* Contact */
.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: 250px;
}

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

/* form dang ky / tuyen dung */
.advise-news {
    width: 49.7%;
    padding: 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 5px #ccc;
}

.advise-news:nth-child(1)::after {
    position: absolute;
    content: '';
    background: url('../images/gg.html') no-repeat;
    width: 30px;
    top: 30px;
    bottom: 30px;
    right: -18px;
    z-index: 2;
}

.title-intro {
    margin-bottom: 1.5rem;
}

.color-r {
    color: #e10a00 !important;
}

/* Newsletter */
.newsletter-input {
    margin-bottom: 2%;
    position: relative;
    display: block;
}

.newsletter-input input {
    height: 50px;
    width: 100%;
    color: #838383 !important;
    border-radius: 5px;
    background: none !important;
    position: relative;
    border: none;
    background: #fff !important;
}

.newsletter-input input::placeholder,
.newsletter-textarea input::placeholder {
    font-size: 14px;
    color: #838383;
}

.newsletter-textarea {
    /* margin: 0 auto; */
    margin-bottom: 1%;
    position: relative;
    display: block;
}

.newsletter-textarea textarea::placeholder {
    font-size: 14px;
    color: #838383;
}

.newsletter-textarea textarea {
    width: 100%;
    height: 100px;
    border: none;
    color: #838383 !important;
    border: solid 1px #838383;
    background: #fff !important;
    border-radius: 5px;
}

.newsletter-button:nth-child(1) {
    /* margin-right:10px; */
}

.newsletter-button input {
    color: #fff !important;
    height: 45px;
    border: none;
    position: relative;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'RobotoBold';
    background: #fddb03;
    padding: 5px 25px;
    opacity: 1;
    text-align: center;
    z-index: 10;
    border-radius: 5px;
}

.newsletter-button:nth-child(1) input {}

.newsletter-button:nth-child(2) input {}

.newsletter-button input:hover {
    color: #fff !important;
    transition: all .5s;
    background: #d01e2c;
}

.newsletter-email input::placeholder,
.newsletter-email input::placeholder {
    font-size: 14px;
    color: #fff;
    font-family: 'RobotoRegular';
}

.newsletter-email input {
    background: none;
    height: 48px;
    width: 287px;
    border: solid 1px #fff;
    color: #8f8f8f !important;
    border-radius: 0px;
    background: #e3e3e3;
}

.newsletter-email {}

input#phone-newsletter {
    background: none;
}

input#fullname-newsletter {
    background: none;
}

input#address-newsletter {
    background: none;
}

textarea#content-newsletter {
    background: none;
}

/* Footer */
.footer-article {
    position: relative;
    padding: 35px 15px;
}

.footer-article .wrap-content {
    /* padding: 35px 15px; */
}

.footer-name {
    text-transform: uppercase;
    /* text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */
    /* filter: drop-shadow(2.06px 1.429px 0px #fff); */
    position: relative;
    z-index: 10;
    font-size: 40px;
    color: #ffcc00;
    font-family: 'SVNTransformer';
    /* filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); */
    padding-bottom: 15px;
}

.footer-title {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    margin-bottom: 0rem;
    font-family: 'MuliBold';
}

.footer-info {
    font-size: 14px;
    color: #fff;
}

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

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

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

.footer-ul li a {
    color: #fff;
    font-family: "nunito-r";
    font-size: 16px;
}

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

.footer-tags {
    /* background: rgb(51 90 20 / 50%); */
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding: 20px; */
    padding-top: 30px;
    padding-bottom: 1rem;
    /* border-radius: 35px; */
    gap: 20px;
}

.footer-tags .wrap-content {
    padding: 30px 15px;
}

.footer-tags-lists {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-tags-lists li {
    float: left;
}

.footer-tags-lists li a {
    padding-bottom: 0.375rem;
    padding-left: 10px;
}

.footer-powered {
    position: relative;
    background: url("../images/bg_end.html")no-repeat;
    background-size: 100% 100%;
}

.footer-powered .wrap-content {
    padding: 10px;
}

.footer-statistic {
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-family: 'RobotoRegular';
}

.footer-statistic span {
    padding-right: 10px;
}

.footer-statistic span:last-child {
    padding-right: 0px;
}

.footer-copyright {
    font-size: 15px;
    color: #fff;
    text-align: left;
}

.footer-copyright span {
    font-family: 'RobotoBold';
}

.title-footer {
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}

.desc_footer {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.line_footer {
    width: 50px;
    height: 2px;
    background: #fff;
    margin-bottom: 0.5rem;
}

.footer_info {
    padding-right: 10%;
    position: relative;
}

#footer-map {
    height: 465px;
}

#footer-map iframe {
    /* position: absolute!important; */
    width: 100% !important;
    height: 100% !important;
    top: 0% !important;
    left: 0px !important;
    right: 0px !important;
}

.chinhanhmap {
    position: relative;
    height: 410px;
}

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

/* Like Share */
.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;
}

/* Ckeditor */
.ckeditor {
    overflow-x: auto;
}

.ckeditor:after {
    content: '';
    clear: both;
    display: block;
}

.ckeditor *:not(iframe) {
    max-width: 100% !important;
    height: auto !important;
}

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

.ckeditor p {
    margin-bottom: 0.5rem;
}

/* Paging */
.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;
}

/* Paging Ajax */
.pagination-ajax {
    text-align: center;
    /* padding-bottom: 35px; */
    margin: 0;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #000 !important;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
    border-radius: 25%;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%), 0 0px 2px 0 rgb(0 0 0 / 19%);
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #fff !important;
    border-color: #4a4a4a;
    /* border-radius: 50%; */
    background-color: #009933;
    border: 1px solid #cccccc;
}

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

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

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

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

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

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

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

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

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

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

/* Text split */
.row1 {
    -webkit-line-clamp: 1;
}

.row2 {
    -webkit-line-clamp: 2;
}

.row4 {
    -webkit-line-clamp: 4;
}

.row5 {
    -webkit-line-clamp: 5;
}

.row6 {
    -webkit-line-clamp: 6;
}

.row7 {
    -webkit-line-clamp: 7;
}

/* Transition All */
.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 */
.scale-img {
    overflow: hidden;
    display: block;
    position: relative;
    /* z-index: 99; */
}

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

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

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

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

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

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

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

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #1182FC;
    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-framee {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 12;
    cursor: pointer;
}

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

.btn-framee i img {
    vertical-align: middle;
    width: 40%;
}

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

.btn-framee .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: #fff;
    opacity: .5;
}

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

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

.btn-framee .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: #ffff;
    opacity: .4;
}

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

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

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

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

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

.btn-frame1 .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: #14c021a6;
    opacity: .5;
}

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

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

.btn-frame1 .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: #14c021a6;
    opacity: .4;
}

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

.hotline-btn .btn-frame1 {
    position: relative;
    right: unset;
    left: 0;
}

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

.btn-zalo.btn-frame i {
    background: rgba(0, 175, 242, 0.5);
}

.btn-zalo .animated.infinite.pulse.kenit-alo-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
}

.btn-zalo.btn-frame .kenit-alo-circle {
    border-color: rgba(0, 175, 242, 0.5);
}

/* Maps */
.btn-maps {
    bottom: 400px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Icon Cart */
.box-giohang-fix {
    display: block !important;
    height: 35px !important;
    width: 46px !important;
    background: url("../images/icon-giohang-top.png") no-repeat left center !important;
    padding-left: 60px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: bold;
    text-decoration: none !important;
    color: #f30c0c !important;
}

.box-giohang-fix b {
    display: block;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 31px;
    top: 3px;
    height: 14px;
    width: 9px;
    z-index: 9;
    line-height: 17px;
}

/* Messenger */
.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: linear-gradient(45deg,
            rgba(63, 94, 251, 1) 0%,
            rgba(252, 70, 70, 1) 100%);
    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 0rgba(0, 0, 0, 0.3)
}

.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: #1182FC
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    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: #1182FC
}

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

/* Cart Fix */
.cart-fixed {
    position: fixed;
    right: 5px;
    bottom: 480px;
    z-index: 99;
    background: #52A346;
    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: #ffffff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background-color: #FFC700;
    width: 100%;
    padding: 2vw;
    bottom: 0px;
    position: fixed;
    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: 25%;
}

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

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

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 2.5vw;
}

/* Fixbar */
.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;
}

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

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

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

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

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

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

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

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

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

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

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

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -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(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    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: .1;
    border-color: #0089B9;
    opacity: .5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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)
    }
}

/* Text quay doc */
.text-rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/* Chon ngon ngu */
div#google_language_translator {
    display: none;
}

/* Hover thanh truot */
.img_hover {
    overflow: hidden;
    position: relative;
    padding: 0;
    z-index: 0;
}

.img_hover:before {
    position: absolute;
    top: 0;
    left: -85%;
    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%;
    }
}

.logo-footer {
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
    border-left: solid 1px #0365a9;
    border-right: solid 1px #0365a9;
}

/* .logo-footer::after { content: ''; background: #502600 right center; width: 44%; height: 5px; left: 44%; position: absolute; top: 50%; margin-left: 150px; } 
.logo-footer::before { content:''; background: #502600 left center; width: 44%; height: 5px; right: 50%; position: absolute; top: 50%; margin-right: 75px; } */

.header-bottom {
    padding: 10px 0;
}

.footer {
    position: relative;
    background: url("../images/z5374445816907_358491b5ab56e921f08a78b25f216ee1.jpg")no-repeat;
    background-size: cover;
    margin-bottom: -35px;
}

.invalid-dangkynt {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fff;
    font-family: 'RobotoBold';
}

.d-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 35px;
}

.footer-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

/* hover xam */
.hover_xam {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover_xam:before {
    content: "";
    background: rgba(255, 255, 255, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 3;
}

.hover_xam:after {
    content: "";
    background: rgba(255, 255, 255, .5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}

.hover_xam:hover:before,
.hover_xam:hover:after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

/* Policy */
ul.policy li {
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}

ul.policy li a {
    font-size: 15px;
    color: #fff;
}

ul.policy li a:hover {
    color: #ffca02;
}

ul.policy {
    padding: 0;
    margin: 0;
}

/* Scrollbars */
.scrollbars {
    height: 100%;
    overflow-y: auto;
}

/* width */
.scrollbars::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scrollbars::-webkit-scrollbar-track {
    background: #ABABAB;
}

/* Handle */
.scrollbars {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollbars::-webkit-scrollbar {
    width: 5px;
    background: #C1C1C1;
}

.scrollbars::-webkit-scrollbar-thumb {
    width: 5px;
    background: #9E5C8D;
}

.scrollbars::-webkit-scrollbar-thumb:hover,
.scrollbars::-webkit-scrollbar-thumb:active {
    width: 2px;
}

/* scrollTop footer custom */
.edit-scroll-len {
    display: block;
    margin: auto;
}

a#scrollDiLen:hover {
    color: #000;
}

.edit-scroll-len i {
    margin-bottom: -12px;
}

.edit-scroll-len span {
    margin-top: -15px;
    font-size: 13px;
    font-family: 'RobotoBold';
}

a#scrollDiLen {
    width: 17%;
    font-size: 20px;
}

/* Centermodel slider */
.product_slick .slick-slide {
    padding: 0px 0px;
    transition: all 400ms ease-in;
    transform: scale(0.85);
    margin-left: 30px;
}

.product_slick .slick-center {
    padding: 0px 0px !important;
    zoom: 1.1;
}

.product_slick .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center_slider .slick-slide {
    /* display: flex; */
    /* justify-content: center; */
}


/* Flipbook */
.f-flipbook {
    display: inline-block;
    position: relative;
    margin: 20px 0px 30px 0px;
}

.flipbook {
    margin: auto !important;
}

.f-flipbook button {
    position: absolute;
    top: 50%;
    border: none;
    background: transparent;
    width: 55px;
    height: 35px;
    filter: invert(1);
}

.f-flipbook .turn-next {
    left: calc(100% + 60px);
    left: -moz-calc(100% + 60px);
    left: -webkit-calc(100% + 60px);
}

.f-flipbook .turn-prev {
    right: calc(100% + 60px);
    right: -moz-calc(100% + 60px);
    right: -webkit-calc(100% + 60px);
}

.f-flipbook:before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -60px;
    left: -15px;
    right: -15px;
    background: url(../images/bg_book.html) no-repeat top center;
    background-size: 100% auto;
}

.flipbook-viewport .page {
    width: 461px;
    height: 600px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.flipbook .page {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.flipbook-viewport .shadow {
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -ms-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

/* Album Main */
.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;
}

.giaca {
    color: #000;
    font-family: 'MulishRegular';
    font-size: 15px;
}

/* Icon Phone */
.hotline-btn {
    bottom: 235px;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    z-index: 999;
}

.hotline-btn .btn-frame {
    position: relative;
    right: unset;
    left: 0;
}

.hotline-btn:hover span {
    width: 160px;
    transition: all 400ms ease-in;
    opacity: 1
}

.hotline-btn span {
    width: 0;
    height: 40px;
    padding: 7px 2px;
    font-size: 18px;
    background: #14c021a6;
    font-family: 'MuliExtraBold';
    color: #fff;
    border-radius: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 28px;
    margin-top: -44px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
}

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

.main {
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 10px;
}

/* Dot Slider */
.owl-carousel .owl-dot {}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #DECF00 !important;
    border-radius: 0px;
    opacity: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 3px;
    border-radius: 0px;
    background: #000;
    opacity: .25;
}

.owl-page.owl-carousel {
    text-align: center;
}

.owl-dots {
    position: absolute;
    bottom: -7%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Tags */
.row-tags {
    padding: 10px 0;
}

.tags {
    color: #fff;
    font-size: 16px;
    font-family: 'RobotoRegular';
    margin-bottom: 1rem;
}

.tags a {
    display: inline-block;
    border-radius: 5px;
    background: #f0f0f0;
    color: #6e6e6e;
    padding: 3px 5px;
    margin-bottom: 2px;
    border: none;
    font-family: 'RobotoRegular';
    font-size: 14px;
}

.tags a:hover {
    background: #fe6d4c;
    color: #fff
}

/* Category */

/* logo */
.header.fixed .logo_header {
    display: block;
    position: relative;
    zoom: 0.65;
    top: auto;
}

/* General */
.title-main {
    text-align: center;
    padding-bottom: 20px;
    display: grid;
    margin: auto;
}

.title-main span {
    position: relative;
    z-index: 10;
    font-size: 36px;
    font-family: 'SFUTradeGothicBoldCondTwenty';
    color: #2d91d4;
    text-align: center;
    text-transform: uppercase;
}

.title-main p {
    font-size: 14px;
    color: #4e4e4e;
    margin: 0;
    font-family: 'RobotoBold';
}

.line-main {
    font-size: inherit;
}

.title-main h2 {
    position: relative;
    z-index: 10;
    font-size: 36px;
    font-family: 'SFUTradeGothicBoldCondTwenty';
    color: #2d91d4;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

/* Intoduce */
.wrap_intoduce {
    position: relative;
    padding: 50px 0;
}

.flex_intoduce {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flex_intoduce>div:nth-child(1) {
    width: 49%;
}

.flex_intoduce>div:nth-child(2) {
    width: 49%;
}

.photo_intoduce {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.pic_intoduce {
    display: block;
    position: relative;
    z-index: 10;
}

.pic_intoduce:first-child {}

.pic_intoduce:last-child {}

.desc_intoduce {
    color: #000;
    font-size: 14px;
}

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

.name_intoduce {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'MulishMedium';
    font-size: 20px;
}

.see_more:hover {
    box-shadow: 0px 0px 5px 1px #000;
    background: #ffca02
}

.see_more {
    display: inline-block;
    margin-top: 15px;
    transition: all 0.8s;
    text-align: center;
    display: inline-flex;
    justify-content: start;
    padding: 10px 15px;
    background: #2D91D4;
    border-radius: 5px;
    color: #fff;
}

.see_more i {
    position: relative;
    top: 1px;
}

.intoduce {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
    /* flex-wrap: wrap; */
}

.title_intoduce {
    text-align: left;
    padding-bottom: 20px;
}

.title_intoduce p {
    margin: 0;
    font-size: 17px;
    color: #5F5F5F;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.title_intoduce span {
    font-size: 48px;
    text-transform: capitalize;
    font-family: 'UTMAurora';
    background: linear-gradient(to right, #1975D2 65%, #DB0F0F 35%);
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zoom_hinh:first-child {
    position: relative;
    animation: quayvong 6s infinite linear;
}

.zoom_hinh1:last-child {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    animation: quayvong2 6s infinite linear;
}

@keyframes quayvong {
    0% {
        transform: translate(0%, 0%);
    }

    25% {
        transform: translate(25%, 0%);
    }

    50% {
        transform: translate(25%, 10%);
        z-index: 3;
    }

    75% {
        transform: translate(0%, 10%);
        z-index: 3;
    }

    100% {
        transform: translate(0%, 0%);
    }
}

@keyframes quayvong2 {
    0% {
        transform: translate(0%, 0%);
    }

    25% {
        transform: translate(-25%, 0%);
    }

    50% {
        transform: translate(-25%, -10%);
        z-index: 1;
    }

    75% {
        transform: translate(0%, -10%);
        z-index: 1;
    }

    100% {
        transform: translate(0%, 0%);
    }
}

.zoom_hinh {
    border: solid 10px #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.zoom_hinh1 {
    border: solid 10px #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img_intoduce {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.desc_intoduce ul {
    padding: 0;
    margin: 0;
}

.desc_intoduce p {
    margin: 0;
}

/* Criteria */
.wrap_criteria {
    padding: 20px 0;
}

.bg_criteria {
    background: #CA8F07;
    padding-top: 50px;
    height: 200px;
}

.box_criteria {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #2d91d4;
    background-size: 100% 100%;
    padding: 20px;
    gap: 15px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.info_criteria {
    text-align: left;
    padding: 10px 0;
    width: 75%;
}

.criteria-image {
    margin-bottom: 1rem;
    display: inline-block;
}

.name_criteria {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoBold';
}

.desc_criteria {
    font-size: 14px;
    color: #fff;
}

.img_criteria {
    display: block;
}

.pic_criteria {
    position: relative;
    display: inline-block;
}

.flex_video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flex_video>div:nth-child(1) {
    width: 45%;
}

.flex_video>div:nth-child(2) {
    width: 49%
}

.flex_criteria {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.wrap_criteria .title-main p {
    color: #fff;
}

.video-image {
    border-radius: 10px;
}

/* Service */
.wrap_service {
    padding: 50px 0;
    position: relative;
}

.service {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}

.service:nth-child(3n+1) {
    clear: both;
}

.service:nth-child(3n) {
    margin-right: 0px;
}

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

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

.box_service {
    position: relative;
}

.img_service {
    overflow: hidden;
    position: relative;
}

.info_service {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9999999999999999) 100%);
}

.name_service.text-split {
    font-size: inherit;
    text-align: center;
    padding: 15px 0;
}

.name_service a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.6s;
    font-family: 'RobotoBold';
}

.name_service a:hover {
    letter-spacing: 2px;
    color: #2d91d4;
}

.desc_service {
    font-size: 15px;
    color: #fff;
}


/* Banner */
.wrap_banner {
    position: relative;
}


/* Product */
.flex_product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.wrap_product {
    padding: 50px 0;
}

.foo::after {
    position: absolute;
    border-bottom: 3px solid #2D91D4 !important;
    border-left: 3px solid #2D91D4 !important;
    -webkit-transform-origin: 0 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    pointer-events: none;
}

.foo::before {
    position: absolute;
    border-top: 3px solid #2D91D4 !important;
    border-right: 3px solid #2D91D4 !important;
    -webkit-transform-origin: 100% 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    pointer-events: none;
}

.bg_product {
    padding-bottom: 50px;
    background: #f8f8f8;
}

.bg_product:nth-child(2n) {
    padding-top: 50px;
}

.title_product {
    border-top: solid #2D91D4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding-right: 15px;
}

.title_product span {
    background: #2D91D4;
    padding: 10px;
    font-family: 'RobotoBold';
    color: #fff;
    font-size: 20px;
    padding-left: 35px;
    padding-right: 100px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    text-transform: uppercase;
    position: relative;
}

.title_product span::after {
    content: '';
    background: url("../images/nail.png")no-repeat left center;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 30%;
    left: 15px;
}

.title_product a {
    font-family: 'RobotoBold';
    transition: all 0.5s;
}

.title_product a:hover {
    color: #2D91D4;
    letter-spacing: 2px;
}

.price-new span {
    color: #393939;
}

/* Album */
.wrap_album_nb {
    position: relative;
    padding: 50px 0;
}

.box_album {
    display: inline-block;
}

.img_album {
    display: block;
    position: relative;
    /* background: #000; */
}

.img_album img {
    display: block;
}

.info_album {
    display: none;
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
}

.name_album.text-split {
    -webkit-line-clamp: 2
}

.name_album a {
    font-family: 'MuliBold';
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.name_album a:hover {
    color: #ca0505;
}

.img_album:hover img {
    opacity: .6
}

.photo_album {
    position: relative;
}

.img_album {
    display: block;
    overflow: hidden;
    position: relative;
}

.photo_album:hover .info_album {
    display: block;
    -webkit-animation: tracking-in-expand-fwd .8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand-fwd .8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both
}

@-webkit-keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}


/* Whychoose */
.wrap_why {
    background: url("../images/z5374445816907_358491b5ab56e921f08a78b25f216ee1.jpg")no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 505px;
}

.wrap_why .title-main span {
    z-index: 10;
    color: #fff;
    text-align: center;
}

.wrap_why .title-main p {
    color: #fff;
}

.body_why {
    display: block;
    position: relative;
    text-align: center;
}

.img_why {
    display: inline-block;
    border-radius: 50%;
}

.photo_why {
    display: inline-block;
}

.flex_why {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_why {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    flex-direction: row-reverse
}

.number_why {
    background: url("../images/poly.png")no-repeat;
    background-size: 100% 100%;
    width: 92px;
    height: 92px;
    font-size: 36px;
    font-family: 'RobotoBold';
    color: #2d91d4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_why:nth-child(1) {
    position: absolute;
    top: 10%;
    left: -13%;
    width: 50%;
}

.box_why:nth-child(2) {
    position: absolute;
    top: 10%;
    right: -13%;
    width: 50%;
}

.box_why:nth-child(3) {
    position: absolute;
    width: 50%;
    bottom: 20%;
    left: -13%;
}

.box_why:nth-child(4) {
    position: absolute;
    width: 50%;
    bottom: 20%;
    right: -13%
}

.box_why:nth-child(2n) {
    flex-direction: row;
    justify-content: start;
}

.box_why:nth-child(2n) .info_why {
    text-align: left;
}

.info_why {
    text-align: right;
    width: 50%;
}

.name_why {
    font-size: 16px;
    font-family: 'RobotoBold';
    color: #fff;
    text-transform: capitalize;
}

.desc_why {
    color: #fff;
}

.photo_whychoose {
    background: url("../images/poly.png")no-repeat;
    background-size: 100% 100%;
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Procedure */
.wrap_procedure {
    background: url("../images/bg_procedure.png")no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.block_procedure {
    text-align: center;
    margin: auto;
    padding-top: 15px;
}

.box_procedure {
    display: inline-block;
    padding: 25px;
    background: #ffaf05;
    border-radius: 50%;
    position: relative;
    width: 95%;
}

.box_procedure::after {
    content: '';
    background: url("../images/icon_lone.png")no-repeat right center;
    background-size: 100% 100%;
    display: inline-block;
    width: 26px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: -33px;
}

.number {
    font-size: 36px;
    font-family: 'RobotoBold';
    color: #fff;
}

.name_procedure {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.wrap_procedure .title-main span {
    position: relative;
    z-index: 10;
    font-size: 36px;
    font-family: 'SFUTradeGothicBoldCondTwenty';
    color: #ffaf05;
    text-align: center;
    text-transform: uppercase;
}

.wrap_procedure .title-main p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-family: 'RobotoBold';
}

/* News */
.wrap_newsnb {
    padding: 50px 0;
}

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

.info_newsnb {
    text-align: left;
    padding: 10px;
    width: 60%;
}

.name_newsnb {
    font-size: inherit;
}

.name_newsnba {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-family: 'MuliBold';
}

.name_newsnba:hover {
    color: #f00;
}

.flex_newsnb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_newsnb>div:nth-child(1) {
    width: 60%;
}

.flex_newsnb>div:nth-child(2) {
    width: 37%;
}

.desc_newsnb {
    color: #000;
    font-size: 15px;
}

.img_newsnb {
    display: block;
}

.title_newsnb {
    display: block;
    text-align: center;
    overflow: hidden;
    color: #CA8F07;
    font-size: 20px;
    position: relative;
}

.title_newsnb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -58%;
    display: inline-block;
    min-width: 1200px;
    background: #BABABA left center;
    height: 1px;
}

.title_newsnb::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -58%;
    display: inline-block;
    min-width: 1200px;
    background: #BABABA right center;
    height: 1px;
}

.box_newsnb {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.name_newsnb a {
    font-size: 18px;
    font-family: 'TahomaBold';
    color: #011E3A;
}

.name_newsnb a:hover {
    color: #DB0F0F;
    letter-spacing: inherit !important
}

.pic_newsnb {
    position: relative;
    background: #1975D2;
    padding: 10px;
}

.time_newsnb {
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.time_newsnb p {
    margin: 0;
    font-size: 20px;
}

/* Intro */
.wrap-intro {
    background-color: #EEEADD;
}

.news-intro:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #CACACA;
}

.news-scroll:before,
.news-scroll:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #CACACA;
}

.news-scroll:before {
    top: 10px;
}

.news-scroll:after {
    bottom: 40px;
}

.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.news-control:hover {
    opacity: 1;
    color: var(--color-main);
}

.news-control#up {
    top: -10px;
}

.news-control#down {
    bottom: 20px;
}

.news-shadow {
    padding-bottom: 30px;
}

.news-shadow-time {
    font-size: 13px;
    width: 75px;
    margin-right: 45px;
}

.news-shadow-time:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 20px/2);
    right: -26px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/pattern-news.png);
}

.news-shadow-article {
    width: calc(100% - 120px);
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cecabb;
}

.news-shadow-article:before {
    content: '';
    position: absolute;
    top: calc(50% - 26px/2);
    left: -13px;
    z-index: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #cecabb;
    border-bottom: 13px solid transparent;
}

.news-shadow-article:after {
    content: '';
    position: absolute;
    top: calc(50% - 24px/2);
    left: -11px;
    z-index: 1;
    border-top: 12px solid transparent;
    border-right: 11px solid #ffffff;
    border-bottom: 12px solid transparent;
}

.news-shadow-image {
    margin-right: 10px;
    width: 90px;
}

.news-shadow-info {
    width: calc(100% - 100px);
}

.news-shadow-name {
    height: 36px;
    font-size: 15px;
    font-weight: 700;
}

.news-shadow-name a {
    color: #222222;
}

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

.news-shadow-desc {
    font-size: 13px;
}

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

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

.control-main button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    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-main button:hover {
    opacity: 1;
}

.control-main button.owl-prev {
    left: -50px;
    top: 0px;
}

.control-main button.owl-next {
    right: -50px;
    top: 0px;
}

.run_slogan {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.flex_hotline {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    position: relative;
}

.flex_hotline::after {
    content: '';
    background: #d60c0c;
    width: 160px;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.info_hotline {
    display: block;
    text-align: left;
    position: relative;
    top: -3px;
}

.info_hotline p {
    margin: 0;
    font-size: 14px;
    color: #373131;
    text-transform: capitalize;
    font-family: 'RobotoBold';
}

.info_hotline a {
    font-size: 20px;
    color: #ffcc00;
    font-family: 'RobotoBold';
}

.search input::placeholder {
    color: #000;
}

.wrap_video {
    padding: 50px 0;
}

.social-footer {
    padding-top: 15px !important;
    gap: 5px;
}

.flex_info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.info_header {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.social-header {
    gap: 10px;
    position: relative;
    top: 2px;
}

.fixed_menu {
    background: #2D91D4;
}

.flex_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_menu>div:nth-child(1) {
    width: 270px
}

.flex_menu>div:nth-child(2) {
    width: calc(100% - 300px);
}

.wrap_slide .flex_menu>div:nth-child(2) {
    width: calc(100% - 270px);
}

.banner h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'UTMAurora';
    color: #2D91D4;
    font-family: 'SVNTransformer';
}

.banner {
    text-align: center;
}

.banner p {
    margin: 0;
    font-size: 20px;
    font-family: 'SFUIsadora';
    font-weight: bolder;
}

.newsetter-box {
    background: #2d91d4;
    padding: 75px 35px;
}

.flex_newsletter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flex_newsletter .newsletter-input {
    width: calc(50% - 5px);
}

.footer_e {
    padding: 25px 0;
    border-top: solid 1px #fff;
}

/*test ring ring*/
@keyframes ring {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.animate__tada {
    animation-name: ring;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



/* Text nhap nhay */
@-webkit-keyframes myy {
    0% {
        color: #00A54F;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #00A54F;
    }
}

@-moz-keyframes myy {
    0% {
        color: #00A54F;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #00A54F;
    }
}

@-o-keyframes myy {
    0% {
        color: #00A54F;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #00A54F;
    }
}

@keyframes myy {
    0% {
        color: #00A54F;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #00A54F;
    }
}

.number_hotline {
    -webkit-animation: myy 700ms infinite;
    -moz-animation: myy 700ms infinite;
    -o-animation: myy 700ms infinite;
    animation: myy 700ms infinite;
}


@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.xoaytron {
    -webkit-animation: rotate-center 10s infinite;
    animation: rotate-center 10s infinite
}


@-webkit-keyframes rotating1 {

    /* from{
        -webkit-transform: rotate(0deg);
    } */
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating1 2s linear infinite;
    animation: rotating1 2s infinite
}

/* hover dao hinhf*/
@keyframes key_one {
    0% {
        left: calc(100% - 500px);
        top: 0px;
        z-index: 2;
    }

    25% {
        left: calc(100% - 500px);
        top: calc(100% - 380px);
        z-index: 1;
    }

    50% {
        left: 0px;
        top: calc(100% - 380px);
        z-index: 2;
    }

    75% {
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    100% {
        left: calc(100% - 500px);
        top: 0px;
        z-index: 2;
    }
}

@keyframes key_two {
    0% {
        left: 0px;
        top: calc(100% - 380px);
        z-index: 1;
    }

    25% {
        left: 0px;
        top: 0px;
        z-index: 2;
    }

    50% {
        left: calc(100% - 500px);
        top: 0px;
        z-index: 1;
    }

    75% {
        left: calc(100% - 500px);
        top: calc(100% - 380px);
        z-index: 2;
    }

    100% {
        left: 0px;
        top: calc(100% - 380px);
        z-index: 1;
    }
}

.keyframes_img {
    position: absolute;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    z-index: 999999
}

.intro-1 {
    -webkit-animation-name: key_one;
    animation-name: key_one;
    top: 0px;
    left: calc(100% - 500px);
    z-index: 1;
    height: 380px;
}

.intro-2 {
    top: calc(100% - 380px);
    left: 0px;
    z-index: 0;
    -webkit-animation-name: key_two;
    animation-name: key_two;
    height: 380px;
}


@keyframes changprd {
    0% {
        right: 0%;
        top: 0%;
        z-index: 1;
    }

    50% {
        right: 25%;
        top: 10%;
    }

    100% {
        right: 0%;
        top: 0%;
        z-index: 0;
    }
}

@keyframes changprd1 {
    0% {
        left: 0%;
        top: 10%;
        right: unset;
        z-index: 0;
    }

    50% {
        left: 25%;
        top: 0%;
        right: unset;
    }

    100% {
        left: 0%;
        top: 10%;
        right: unset;
        z-index: 1;
    }
}

.hinh-gioithieu {
    position: relative;
    width: 100%;
}

.hinh1 img,
.hinh2 img {
    max-width: 100%;
}

.hinh1 {
    animation-name: changprd;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.hinh2 {
    animation-name: changprd1;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.hinh1,
.hinh2 {
    position: absolute;
}

.hinh2:before {
    content: '';
    border: 10px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: spin 2s ease infinite
}

.load :first-child {
    background: #19A68C;
    animation-delay: -1.5s
}

.load :nth-child(2) {
    background: #F63D3A;
    animation-delay: -1s
}

.load :nth-child(3) {
    background: #FDA543;
    animation-delay: -0.5s
}

.load :last-child {
    background: #193B48
}

@keyframes spin {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

/* Click phone */

.goidienthoai .content {
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: -500px;
    left: 0;
    background-color: #ab0407ab;
    border: 3px solid #ab0407;
    border-bottom: none;
    z-index: 999;
    text-align: left;
    line-height: normal
}

.goidienthoai .content a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: none
}

.goidienthoai .content.active {
    bottom: 100%
}

/* Hover dmc */
.items {
    padding: 10px 15px 0;
    margin: 0 auto;
    text-align: center;
}

.items:hover img {
    filter: brightness(1.05);
}

.items:hover a {
    color: #52A346;
}

.items>a {
    --deg: 100deg;
    --start-color: #000;
    display: block;
    position: relative;
    /*border: 5px solid transparent; */
    margin: 0 auto;
    transition: all 0.3s ease-out;
}

.items h3 a {
    text-align: center;
    margin: 12px 0px 0px;
    padding: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.2;
}

.items:hover img {
    animation: tada 2s infinite;
}

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

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

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

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

    to {
        transform: scaleX(1);
    }
}

.bike {
    animation: mymove 5s linear 2s infinite;
}

@keyframes mymove {
    0% {
        left: 0px;
    }

    100% {
        left: 100%;
    }
}

/* Text nhap nhay */
@-webkit-keyframes my {
    0% {
        color: #fff;
    }

    50% {
        color: #fff200;
    }

    100% {
        color: #fff;
    }
}

@-moz-keyframes my {
    0% {
        color: #fff;
    }

    50% {
        color: #fff200;
    }

    100% {
        color: #fff;
    }
}

@-o-keyframes my {
    0% {
        color: #fff;
    }

    50% {
        color: #fff200;
    }

    100% {
        color: #fff;
    }
}

@keyframes my {
    0% {
        color: #fff;
    }

    50% {
        color: #fff200;
    }

    100% {
        color: #fff;
    }
}

.price-per {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.content_product {
    overflow: hidden;
    /* height:400px; */
}

.content_product.baonoidung {
    height: 100% !important;
    transition: all 0.6s linear;
}

.readmore:hover {
    border-color: #DB1E24;
    color: #DB1E24;
}

.thugon:hover {
    border-color: #B97D47;
    color: #DB1E24;
}

.readmore:hover:after {
    content: '';
    width: 0;
    transition: 0.5s;
    right: 0;
    border-top: 6px solid #DB1E24;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.thugon:hover:after {
    content: '';
    width: 0;
    transition: 0.5s;
    right: 0;
    border-bottom: 6px solid #DB1E24;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.readmore {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    transition: 0.5s;
    color: #502600;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none !important;
}

.small_readmore {
    text-align: center;
    background: #fff;
}

.small_thugon .thugon {
    display: inline-block;
    width: auto;
    padding: 0px 15px;
}

.small_thugon {
    text-align: center;
    background: #fff;
    border: solid 1px #E7E7E7;
    position: relative;
    left: -1px;
    width: 310px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.thugon {
    text-decoration: none !important;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 35px;
    transition: 0.5s;
    font-size: 14px;
    color: #DB1E24;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    top: 3px;
}

.show-more::before {
    height: 55px;
    margin-top: -45px;
    display: block;
}

.small_readmore .readmore {
    display: inline-block;
    width: auto;
}

.readmore {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    transition: 0.5s;
    color: #DB1E24;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    text-decoration: none !important;
    justify-content: center;
}

.readmore:after {
    content: '';
    width: 0;
    transition: 0.5s;
    right: 0;
    border-top: 6px solid #DB1E24;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.thugon:after {
    content: '';
    width: 0;
    transition: 0.5s;
    right: 0;
    border-bottom: 6px solid #DB1E24;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}


.ringing-bell {
    display: block;
}

.faa-ring {
    color: red
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
}


/* Hover Chuyen anh 2 hinh */
/* .pic-sanpham img { width:100%; } 
  a.img2 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: all 3s; } 
  .pic-sanpham:hover a.img2 { opacity: 1; transition: all 1s; }  */

.scroll_main {
    position: absolute;
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 11;
}

.scroll_main span {
    width: 85px;
    height: 122px;
    background: url(../images/scrool.png) no-repeat top center;
    cursor: pointer;
    -webkit-animation: DownUp 1s ease-in-out backwards infinite;
    -moz-animation: DownUp 1s ease-in-out backwards infinite;
    -o-animation: DownUp 1s ease-in-out backwards infinite;
    -ms-animation: DownUp 1s ease-in-out backwards infinite;
    display: block;
}

@-webkit-keyframes DownUp {

    0%,
    100% {
        -webkit-transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
    }
}

@-moz-keyframes DownUp {

    0%,
    100% {
        -moz-transform: translateY(-10px);
    }

    50% {
        -moz-transform: translateY(10px);
    }
}

@-o-keyframes DownUp {

    0%,
    100% {
        -o-transform: translateY(-10px);
    }

    50% {
        -o-transform: translateY(10px);
    }
}

@keyframes DownUp {

    0%,
    100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }
}


/*HOVER ROTATE */
.hrv-rotateY img {
    transition: all 0.9s ease 0s;
}

.hrv-rotateY:hover {
    text-decoration: none;
}

.hrv-rotateY:hover img {
    transition: all 0.7s ease 0s;
    transform: rotateY(180deg);
    text-decoration: none;
}

/* Hover box after */
.box {
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.box:hover::after,
.box:hover::before {
    -webkit-transform: scale(1);
}

.box:hover .text-split1 {
    padding-top: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.foo {
    position: relative;
}

.foo::after {
    position: absolute;
    border-bottom: 3px solid #2bacb5;
    border-left: 3px solid #2bacb5;
    -webkit-transform-origin: 0 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    pointer-events: none;
}

.foo::before {
    position: absolute;
    border-top: 3px solid #2bacb5;
    border-right: 3px solid #2bacb5;
    -webkit-transform-origin: 100% 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    pointer-events: none;
}



@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hotline-fix {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 11;
}

.hotline-fix:before {
    position: absolute;
    left: -14px;
    top: -14px;
    content: "";
    width: 76px;
    height: 76px;
    background: url(../images/dt1.png) no-repeat;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

.hotline-fix a {
    display: block;
    width: 208px;
    padding: 6px 0 6px 55px;
    border-radius: 24px;
    height: 48px;
    background: var(--color-red);
    color: #fef4f4;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.hotline-fix a:before {
    position: absolute;
    left: 4px;
    top: 4px;
    content: "";
    width: 40px;
    height: 40px;
    background: #fff url(../images/dt2.png) no-repeat;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    border-radius: 50%;
}

@-moz-keyframes coccoc-alo-circle-img-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 coccoc-alo-circle-img-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 coccoc-alo-circle-img-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);
    }
}

.hotline-fix a span {
    display: block;
    color: #ffd500;
    overflow: hidden;
    font-size: 17px;
    font-family: "RobotoBold";
}

.validation-newsletter .invalid-feedback {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}