@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

@font-face {
    font-family: 'VLTheSecret';
    src: url('../fonts/ext/VLTheSecret.eot');
    src: url('../fonts/ext/VLTheSecret.eot') format('embedded-opentype'), url('../fonts/ext/VLTheSecret.woff2') format('woff2'), url('../fonts/ext/VLTheSecret.woff') format('woff'), url('../fonts/ext/VLTheSecret.ttf') format('truetype'), url('../fonts/ext/VLTheSecret.svg#VLTheSecret') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'SVN-BookAntiqua';
    src: url('../fonts/ext/SVN-BookAntiqua.eot');
    src: url('../fonts/ext/SVN-BookAntiqua.eot') format('embedded-opentype'), url('../fonts/ext/SVN-BookAntiqua.woff2') format('woff2'), url('../fonts/ext/SVN-BookAntiqua.woff') format('woff'), url('../fonts/ext/SVN-BookAntiqua.ttf') format('truetype'), url('../fonts/ext/SVN-BookAntiqua.svg#SVN-BookAntiqua') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'SVN-BookAntiquabold';
    src: url('../fonts/ext/SVN-BookAntiquabold.eot');
    src: url('../fonts/ext/SVN-BookAntiquabold.eot') format('embedded-opentype'), url('../fonts/ext/SVN-BookAntiquabold.woff2') format('woff2'), url('../fonts/ext/SVN-BookAntiquabold.woff') format('woff'), url('../fonts/ext/SVN-BookAntiquabold.ttf') format('truetype'), url('../fonts/ext/SVN-BookAntiquabold.svg#SVN-BookAntiquabold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'UVFAphroditePro';
    src: url('../fonts/ext/UVFAphroditePro.eot');
    src: url('../fonts/ext/UVFAphroditePro.eot') format('embedded-opentype'), url('../fonts/ext/UVFAphroditePro.woff2') format('woff2'), url('../fonts/ext/UVFAphroditePro.woff') format('woff'), url('../fonts/ext/UVFAphroditePro.ttf') format('truetype'), url('../fonts/ext/UVFAphroditePro.svg#UVFAphroditePro') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'SVNLobster';
    src: url('../fonts/ext/SVNLobster.eot');
    src: url('../fonts/ext/SVNLobster.eot') format('embedded-opentype'), url('../fonts/ext/SVNLobster.woff2') format('woff2'), url('../fonts/ext/SVNLobster.woff') format('woff'), url('../fonts/ext/SVNLobster.ttf') format('truetype'), url('../fonts/ext/SVNLobster.svg#SVNLobster') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/ext/UTMHelvetIns.eot');
    src: url('../fonts/ext/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/ext/UTMHelvetIns.woff2') format('woff2'), url('../fonts/ext/UTMHelvetIns.woff') format('woff'), url('../fonts/ext/UTMHelvetIns.ttf') format('truetype'), url('../fonts/ext/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
    font-display: swap;
}

* {
    margin: 0px;
    padding: 0px;
}

/* Main */
: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: 15px;
    font-family: 'Quicksand', sans-serif;
    background: #FFF;
    font-weight: 400;
}

strong,
b {
    font-weight: 700;
}

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

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

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

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

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.w-100 {
    width: 100%;
}

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

.container-jn {
    padding: 0px 15px;
    margin: 0px auto;
    max-width: 1230px;
}

.container-jn-product {
    max-width: 1150px;
    padding: 0px 6px;
    margin: 0px auto;
}

.container-jn-full {
    max-width: 100%;
    padding: 0px 40px;
    margin: 0px auto;
}

.wrap-main,
.wrap-content {
    /* max-width: 1220px; */
    padding: 0px 10px;
}

.col--x1 {
    width: 40%;
}

.col--x2 {
    width: 20%;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.img-block-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.header-ptop {
    padding: 10px 0px;
    border-bottom: 2px solid #431103;
}

.marquee {
    width: 404px;
}

.marquee p {
    margin-bottom: 0px;
    font-family: 'VLTheSecret';
    font-size: 25px;
    color: #530c08;
}

.email {
    text-align: right;
}

.email i {
    color: #431103;
}

/* effect */
.effect {
    display: block;
    overflow: hidden;
}

.effect img {
    transition: 0.7s;
    width: 100%;
}

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

.effect-1 {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: block;
}

.effect-1:after {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    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(-10deg);
    transform: skewX(-10deg);
}

.effect-1:hover:after {
    -webkit-animation: shine .75s;
    */ animation: shine .75s;
}

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

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

/* General */
.cate-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cate-list li {
    border-radius: 40px;
    cursor: pointer;
    padding: 8px 40px 8px;
    margin: 6px 6px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    background: #FFF;
    border: 1px solid #e0a629;
    color: #244f21;
    font-weight: 700;
}

.cate-list li.active,
.cate-list li:hover {
    color: #FFF;
    background: #e0a629;
}

.title-two {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
    text-align: left;
}

.title-two h4 {
    color: #33966e;
    margin: 0px;
    display: inline-block;
    font-size: 45px;
    line-height: 46px;
    padding-left: 55px;
    font-family: 'SVNLobster';
    background: url('../images/icon-hoa.png') no-repeat left center;
    text-transform: capitalize;
}

.title-three {
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}

.title-three h4 {
    color: #33966e;
    margin: 0px;
    display: inline-block;
    font-size: 45px;
    line-height: 46px;
    padding-bottom: 8px;
    font-family: 'SVNLobster';
    text-transform: capitalize;
    position: relative;
}

.title-three h4::before {
    position: absolute;
    width: 50px;
    height: 2px;
    content: '';
    background-color: #33966e;
    left: 0px;
    bottom: 0px;
}

.title-custom {
    background: #431103;
    height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.title-custom h3 {
    color: #FFF;
    margin: 0px;
    padding: 0px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    line-height: 46px;
    background: url('../images/icon-left2.png') no-repeat left center, url('../images/icon-right2.png') no-repeat right center;
}

.title-main {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
    background: url('../images/icon-title.png') no-repeat center;
}

.title-main h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.title-main.left {
    text-align: center;
}

.title-main h4 {
    color: #1b6446;
    font-size: 32px;
    text-align: center;
    font-family: 'VLTheSecret';
}

.title-main p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #595959;
}

.title-main h3,
.title-main h1 {
    color: #e0a629;
    z-index: 2;
    display: inline-block;
    position: relative;
    line-height: 45px;
    padding: 0px 20px 0px 20px;
    font-size: 40px;
    margin: 0px;
    font-family: 'Prata', serif;
    text-transform: capitalize;
}

.title-main-detail h1 {
    font-size: 25px;
}

.title-main h3 span {
    color: #333;
}

.title-main.white p,
.title-main.white h3 {
    color: #FFF;
}

.title-main h5 {
    font-family: 'UTMTimes';
    font-size: 32px;
    color: #929292;
    display: block;
}

.title-main>a {
    display: inline-block;
    position: absolute;
    right: 10px;
    line-height: 30px;
    color: #333;
    text-align: center;
    top: 6px;
    text-decoration: none;
    padding-right: 10px;
    background: url('../images/i-arrow.png') no-repeat right center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.title-main>a:hover {
    color: #208700;
}

.title-main.in-detail {
    margin-bottom: 20px;
    text-align: left;
}

.box-white-detail {
    background: #FFF;
}

.img-prodetail {
    margin-bottom: 20px;
}

.img-prodetail img {
    width: 100%;
    display: block;
}

.stiky-detail {
    position: sticky;
    top: 50px;
}

.list-main {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
}

.list-main li {
    padding: 6px 15px;
    border: 2px solid #f25657;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 0px 5px;
    cursor: pointer;
    min-width: 128px;
    color: #333;
}

.list-main li:hover,
.list-main li.active {
    background: #f25657;
    color: #FFF;
}

.non-active {
    display: none;
}

#video-contain {
    padding: 40px 0px;
    position: relative;
}

#video-contain:before {
    position: absolute;
    width: 69px;
    height: 359px;
    content: '';
    top: -177px;
    background: url('../images/flower-left-2.png') no-repeat left center;
}

#video-contain .owl-theme .owl-nav {
    margin-top: 0px;
}

#video-contain .video-img {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.video-img .hover a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: 0;
}

.video-img {
    width: 68.4%;
    position: relative;
}

.video-img>.hover {
    height: 292px;
}

.news-left {
    position: relative;
    width: 47.1%;
}

.news-right {
    position: relative;
    width: 52.9%;
}

.box-arr {
    background: #FFF;
    z-index: 9;
    width: 31.6%;
    padding: 0px 10px;
    overflow: auto;
    height: 292px;
}

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

.box-video {
    position: relative;
    margin-bottom: 10px;
}

.box-arr .videoPlay svg {
    transform: scale(0.7)
}

.box-video a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: 0;
}

.box-video:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #ffffff;
    animation: nudge 0.7s ease-in-out;
}

.box-video:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

#select-video {
    width: 100%;
    background: #FFF;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
}

.videoPlay {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    z-index: 1;
}

.videoPlay svg {
    width: 64px;
    height: 64px;
}

.circle {
    stroke: #ffffff;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.playBut {
    /*  border: 1px solid red;*/
    display: inline-block;
    transition: all 0.5s ease;
}

.playBut .triangle {
    transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #FFF;
    transform: translateY(0);
}

.hover:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #ffffff;
    animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
    0% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    70% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.hover:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

#news-contain {
    padding: 80px 0px 130px;
    background: #fffbf2 url('../images/bg-dtlich.png') no-repeat bottom left;
    margin-bottom: -50px;
}

#contact-contain {
    background: url('../images/bg-lienhe.png') no-repeat top center;
    background-size: cover;
    padding: 53px 0px;
    height: 427px;
}

.contact-right {
    padding-top: 40px;
}

.contact-right h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
}

.contact-right p {
    color: #FFF;
}

.c-hotline {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.c-hotline p {
    margin-bottom: 0px;
}

.c-hotline p:nth-child(3) {
    color: #ffcc00;
}

.c-hotline span {
    position: absolute;
    left: 0px;
    top: 0px;
}

#album-contain {
    padding: 30px 0px;
    background-size: cover;
}

.grid-album {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 260px 260px;
    grid-gap: 20px;
    width: 100%;
}

.grid-album .album-item {
    overflow: hidden;
}

.grid-album .album-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
}

.grid-album .album-item:nth-child(4) {
    grid-column: 4/3;
    grid-row: 1/3;
}

/* 
.grid-ablum .item:nth-child(3){
grid-column: 1/3;
}
.grid-ablum .item:nth-child(4){
grid-column: 3/5;
} */
.grid-album .album-item {
    position: relative;
    overflow: hidden;
    background: #000;
    transition: all 0.6s;
}

.grid-album .album-item .album-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.grid-album .album-item img {
    /* width: 100%; */

    /* height: 100%; */
    object-fit: cover;
    max-width: fit-content;
}

.grid-album .album-item h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFF;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.6s;
}

.grid-album .album-item:hover h3 {
    opacity: 1;
    transform: translateX(0px);
}

.grid-album .album-item h3 a {
    color: #FFF;
    text-decoration: none;
}

.grid-album .album-item img {
    transform: scale(1);
    transition: all 0.6s;
}

.grid-album .album-item:hover img {
    opacity: 0.5
}

.grid-album .album-item:hover img {
    transform: scale(1.05);
}

#album-contain .img a {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    font-size: 1px;
}

#album-contain .img h3 {
    font-size: 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: all 0.3s;
}

#album-contain .img:hover h3 {
    transform: translateY(0%);
}

.readmore {
    display: inline-block;
    padding: 18px 60px 12px;
    background: url('../images/bg-readmore.png') no-repeat center;
    border-radius: 4px;
    color: #FFF;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.readmore a {
    color: #FFF;
}

#event-contain {
    padding: 30px 0px;
    background: url('../images/bg-collection.jpg');
}

.event-box {
    overflow: hidden;
}

.event-box .event-img {
    position: relative;
    overflow: hidden;
}

.event-box .event-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.event-box:hover .event-img img {
    transform: scale(1.02)
}

.event-box .event-desc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px;
    color: #FFF;
    z-index: 2;
    background: rgb(242 86 87 / 0.5);
    transform: translateY(100%);
    transition: all 0.6s;
}

.owl-carousel.owl-drag .owl-item.center .event-desc {
    transform: translateY(0%);
}

.event-box .event-desc h3 {
    font-size: 18px;
    font-weight: 700;
}

.event-box .event-desc p {
    font-size: 14px;
    margin-bottom: 0px;
}

.event-box a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    content: '';
    opacity: 0;
}

.bg-giasoc {
    background: url('../images/bg-price.png') no-repeat top center;
    padding: 0px 3px 6px;
    background-size: cover;
}

.product-contain.bg {
    background: #f5f5f5;
}

.product-bg {
    padding: 1px 0px 1px 0px;
    background-color: #ebebeb;
}

#product-cata {
    padding: 60px 0px 0px;
}

#product-cata .col-480 {
    width: 42%;
}

#product-cata .col-325 {
    width: 29%;
}

#product-cata p:last-child {
    margin-bottom: 0px;
}

#product-cata .img {
    height: 500px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.paging-product-category {
    display: none;
}

.paging-product-category.active {
    display: block;
}

#product-cata .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

#product-cata .img:hover::before {
    -webkit-animation: circle_hv .75s;
    animation: circle_hv .75s;
}

#product-cata .img img {
    object-fit: cover;
    max-width: inherit;
    display: block;
    border-radius: 5px;
}

#product-cata .post-link {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1
}

#product-cata .first-cata .desc-img {
    position: absolute;
    bottom: 0px;
    background: #FFF;
    padding: 0px 0px;
}

#product-cata .desc-img h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

#product-cata p a {
    display: inline-block;
    padding: 7px 15px;
    color: #FFF;
    background: #f25657;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none !important;
}

#product-cata .second-cata .desc-img {
    position: absolute;
    bottom: 0px;
    background: transparent;
    padding: 20px 20px;
}

#product-cata .second-cata {
    color: #FFF;
}

#product-selling {
    padding: 40px 0px 30px;
}

.doccument-contain {
    padding: 70px 0px;
    background: url('../images/bg-chiase.png') no-repeat top center;
    background-size: cover;
}

#adv-contain img {
    width: 100%;
    object-fit: cover;
    display: block;
}

#adv-contain .adv {
    padding: 7px 0px;
    position: relative;
}

.product-desc.col-jn--6.order-1 .desc-p {
    padding: 20px 20px 20px 0px;
}

.product-desc.col-jn--6.order-2 .desc-p {
    padding: 20px 0px 20px 20px;
}

.product-desc h3 a {
    color: #21bab8;
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-img {
    overflow: hidden;
}

.product-img img {
    transform: scale(1);
    transition: all 0.6s;
}

.product-box:hover .product-img img {
    transform: scale(1.03);
}

#service-contain {
    padding: 50px 0px 50px;
    background: url('../images/bg-service.png') no-repeat center;
    background-size: cover;
    position: relative;
    min-height: 450px;
}

#service-contain .service-top {
    margin-top: -180px;
    margin-left: -20px;
    margin-right: -20px;
}

.service-slider {}

.service-slider .center .service-box {
    padding: 85px 40px;
    margin: 20px 0px;
    box-shadow: 0px 0px 10px #dfdfdf;
    position: relative;
    z-index: 2;
}

.service-box {
    background: #FFF;
    padding: 55px 40px;
    margin: 50px 0px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 20px #ccc;
}

.service-box .service-img {
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.service-box .service-img img {
    border-radius: 50%;
}

.service-desc {
    transition: all 0.5s;
    margin-top: 50px;
    width: 100%;
    position: relative;
    top: 0;
}

.service-box:hover .service-desc {
    top: -20px;
}

.service-desc h3 {
    margin-bottom: 28px;
    line-height: 40px;
    text-align: center;
    font-family: 'Playfair Display';
}

.service-desc h3 a {
    color: #244f21;
    font-size: 28px;
    font-weight: 700;
}

.service-desc p {
    font-size: 14px;
    color: #333;
    margin: 0px 0px 50px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-desc p:last-child {
    margin-bottom: 0px;
}

.service-desc p:last-child a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.service-desc p:last-child a img {
    vertical-align: middle;
    margin-top: -3px;
}

#project-contain {
    padding: 50px 0px;
}

.project-view .pic-project img {
    display: block;
    margin: 0 auto;
}

.project-view .title-project .name-project {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.project-view .title-project .name-project a {
    font-size: 18px;
    color: #212121;
    text-decoration: none;
    line-height: 28px;
    display: block;
}

.project-view .project:hover .title-project .name-project a {
    color: #d5000a;
}

#about-contain {
    padding: 50px 0px;
    background: url('../images/right-about.png') no-repeat right, url('../images/left-about.png') no-repeat left #fffbf2;
    position: relative;
    min-height: 580px;
}

#about-contain:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 42px;
    top: -40px;
    background: url('../images/bg-top.png') no-repeat top center;
    background-size: cover;
    z-index: 1;
}

.about-left {
    width: 50%;
    order: 2;
    text-align: left;
    position: relative;
    min-height: 500px;
}

.about-left .img:nth-child(2),
.about-left .img:nth-child(3) {
    position: absolute;
}

.about-left .img:nth-child(2) {
    right: 20px;
    top: 130px;
}

.about-left .img:nth-child(3) {
    left: 53px;
    bottom: 0px;
}

.about-left:hover .img:nth-child(1) {
    padding-top: 10px;
}

.about-left:hover .img:nth-child(2) {
    top: 110px;
}

.about-left:hover .img:nth-child(3) {
    left: 73px;
}

.about-left .img {
    transition: all 0.5s;
}

.about-left img {
    vertical-align: middle;
    transition: all 0.5s;
}

.about-right {
    width: 50%;
    color: #333;
    position: relative;
}

.about-title h6 {
    color: #919190;
    font-size: 44px;
    text-align: left;
    font-family: 'VLTheSecret';
}

.about-title h5 {
    font-size: 41px;
    font-family: 'SVN-BookAntiquabold';
    background: -webkit-linear-gradient(#1ae794, #33966e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 18px;
}

.about-title h3 {
    color: #33966e;
    font-size: 31px;
    text-align: right;
    font-family: 'UVFAphroditePro';
}

.about-right h3 span {
    color: #df3042;
}

.about-right ul {
    padding-left: 0px;
    list-style: none;
}

.about-right ul li {
    padding-left: 35px;
    background: url('../images/arrow.png') no-repeat left center;
    font-size: 600;
}

.readmorex {
    text-align: center;
}

.readmorex a {
    display: inline-block;
    padding: 8px 30px;
    background: transparent;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    background: #e0a629;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 13px;
}

.readmorex a:hover {
    background: #aad436;
}

.about-box {
    max-width: 810px;
    margin: 0 auto;
}

.about-desc {
    line-height: 1.8;
    color: #333333;
    text-align: center;
    margin: 20px 0px;
}

.icon-log p {
    margin-bottom: 0px;
}

.icon-log>div {
    margin-bottom: 35px;
    color: #FFF;
}

.icon-log span {
    margin-right: 20px;
}

.icon-log div p:nth-child(1) {
    font-size: 60px;
    line-height: 60px;
}

.icon-log div p:nth-child(2) {
    font-size: 27px;
    line-height: 27px;
    margin-top: 5px;
}

.about-detail a.readmore-about {
    display: inline-block;
    padding: 6px 20px;
    color: #333;
    background: transparent;
    border: 2px solid #007aec;
    border-radius: 40px;
    margin-top: 20px;
}

#price-contain {
    padding: 60px 0px;
    background: url('../images/icon-price.jpg') no-repeat top center;
    background-size: cover;
}

#price-contain h3 {
    font-size: 33px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'SFUDinEngAlt';
    padding-left: 24px;
    line-height: 33px;
    position: relative;
}

#price-contain h3:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 4px;
    height: 30px;
    background: #FFF;
}

#price-contain h3~ul {
    list-style: none;
    display: flex;
    padding: 0px;
    margin-top: 15px;
}

#price-contain h3~ul li {
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFF;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.6s;
}

#price-contain h3~ul li:hover,
#price-contain h3~ul li.active {
    background: #FFF;
}

.desc-price {
    width: 100%;
    border-top: 3px solid #FFF;
    height: 470px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}

.desc-price:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: -6px;
    left: 0px;
    background: #FFF;
}

.price-detail {
    height: 100%;
    overflow-y: auto;
}

.price-detail::-webkit-scrollbar {
    width: 4px;
}

.price-detail::-webkit-scrollbar-track {
    background: #999;
}

.price-detail::-webkit-scrollbar-thumb {
    background: #FFF;
}

.price-detail::-webkit-scrollbar-thumb:hover {
    background: #FFF;
}

.box-detail {
    overflow: hidden;
}

.img-price img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-price .col--2 a {
    display: block;
    overflow: hidden;
}

.img-price .col--2 {
    position: relative;
}

.img-price .col--2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.img-price .col--2:hover::before {
    -webkit-animation: circle_hv .75s;
    animation: circle_hv .75s;
}

.img-price .col--2 a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-price .col--2:hover a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.img-price .col--2 {
    width: 50%;
}

.box-detail.non-active {
    display: none
}

.box-detail ul {
    list-style: none;
    padding: 0px;
    padding-right: 15px;
    margin: 0px -30px;
}

.box-detail ul li {
    width: calc(100% / 2);
    padding: 0px 30px;
    margin-bottom: 20px;
}

.box-detail ul li h4 a {
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
}

.box-detail ul li div {
    color: #FFF;
    margin-bottom: 3px;
    font-size: 15px;
}

#booking-contain {
    padding: 50px 0px;
    background-size: cover;
    background: #F7F7F7;
}

.box-img-adv {
    width: 100%;
    height: 500px;
    position: relative;
}

.box-img-adv img {
    width: 690px;
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: none;
}

.btn-click-here {
    text-align: center;
}

.btn-click-here a {
    padding: 10px 0px;
    border-radius: 40px;
    position: relative;
}

.btn-click-here a:before {
    border-radius: 40px;
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border: solid 24px rgba(255, 255, 255, 0.15);
    animation: keyframe-one 1s ease-in-out backwards infinite;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.btn-click-here a span {
    display: inline-block;
    padding: 10px 40px;
    background: #000;
    color: #FFF;
    border-radius: 40px;
    position: relative;
    text-transform: uppercase;
}

@-webkit-keyframes keyframe-one {

    0%,
    100% {
        top: -24px;
        right: -24px;
        bottom: -24px;
        left: -24px;
        opacity: 0;
    }

    50% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 1;
    }
}

@-moz-keyframes keyframe-one {

    0%,
    100% {
        top: -24px;
        right: -24px;
        bottom: -24px;
        left: -24px;
        opacity: 0;
    }

    50% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 1;
    }
}

@-o-keyframes keyframe-one {

    0%,
    100% {
        top: -24px;
        right: -24px;
        bottom: -24px;
        left: -24px;
        opacity: 0;
    }

    50% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 1;
    }
}

@keyframes keyframe-one {

    0%,
    100% {
        top: -24px;
        right: -24px;
        bottom: -24px;
        left: -24px;
        opacity: 0;
    }

    50% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 1;
    }
}

.news-contain {
    padding: 30px 0px 20px;
}

.news-contain h5 {
    font-size: 18px;
    color: #FFF;
    font-family: 'SVN-Revolution';
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    background: #92191e;
    padding: 7px 10px 2px;
    line-height: 30px;
}

.news-contain .slick-vertical .slick-slide {
    border: 0px solid transparent;
}

.newsindex-box.dd-bnone {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0px dashed #CCC;
}

.newsindex-box .newsindex-img {
    width: 218px;
    overflow: hidden;
}

.newsindex-box .newsindex-img img {
    display: block;
    width: 100%;
}

.newsindex-box .newsindex-numb {
    width: 92px;
    font-size: 62px;
    font-family: 'Playfair Display';
    color: #e0a629;
    font-weight: 400;
    line-height: 30px;
}

.newsindex-box .newsindex-desc {
    width: calc(100% - 92px);
    z-index: 2;
    text-align: left;
    position: relative;
}

.newsindex-box .newsindex-desc p.time {
    color: #ff8eb6;
    font-style: italic;
    margin-bottom: 0px;
    position: absolute;
    display: block;
    width: 100px;
}

.newsindex-box .newsindex-desc h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    height: 48px;
}

.newsindex-box .newsindex-desc h3 a {
    color: #333;
}

.newsindex-box:hover .newsindex-desc h3 a {
    color: #e0a629;
}

.newsindex-box .newsindex-desc p {
    color: #5e5e5e;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    -webkit-line-clamp: 3;
}

.newsindex-box .newsindex-desc p span:nth-child(1) {
    font-size: 30px;
    text-transform: uppercase;
    font-style: initial;
    color: #333;
}

.newsindex-box .newsindex-desc p span:nth-child(2) {
    font-size: 60px;
    text-transform: uppercase;
    font-style: initial;
    color: #1b6446;
    font-weight: bold;
    opacity: 0.3;
    top: -23px;
    right: 6px;
    position: absolute;
}

.newsindex-box .newsindex-desc p a {
    color: #ff0000;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    padding: 0px 15px 5px;
    border-bottom: 1px solid #e1e1e1;
}

.box-white {
    background: #FFF;
}

.news-box .news-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-box .news-img {
    position: relative;
}

.news-box .news-img a {
    display: block;
    overflow: hidden;
}

.news-box .news-img a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news-box:hover a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.news-box .news-img img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.news-box .news-desc {
    width: 100%;
    position: relative;
}

.news-box .news-desc p {
    margin-bottom: 10px;
}

.news-box .news-desc h3 {
    line-height: 20px;
}

.news-box .news-desc h3 a {
    font-size: 17px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
}

.news-box:hover .news-desc h3 a {
    color: #f45657;
}

.news-box .news-desc p:nth-child(3) {
    color: #333333;
    line-height: 24px;
}

.news-box .news-desc p a {
    display: inline-block;
    padding: 6px 25px;
    font-size: 15px;
    color: #FFF;
    background: #1b1b1b;
    text-transform: uppercase;
    border-radius: 3px;
}

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

.social-top {
    list-style: none;
    position: relative;
    z-index: 2;
    margin: 0px 0px 0px;
    padding: 0px;
    color: #333;
}

.social {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0px;
    color: #FFF;
}

.social li {
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 10px;
}

.social li:last-child {
    margin-right: 0px;
}

.social li img {
    max-width: 30px;
}

.social-line {
    position: relative;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    z-index: 2;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.control-carousel:hover {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.wrap-full {
    margin: 0 auto;
}

/* Header */

/*Header top three*/
.header-top {
    position: relative;
    background: #e0a629;
    padding: 5px 0px;
    color: #FFF;
}

.header-in {
    position: relative;
}

.logo-header {
    position: relative;
}

.logo-header:before {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 5px);
    content: '';
    left: -5px;
    top: 0px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 85px;
    border-bottom-right-radius: 85px;
}

.menu-icon {
    position: absolute;
    top: 120%;
    left: 50%;
    margin-left: -35px;
}

.icon-menu {
    width: 70px;
    height: 70px;
    border: 2px solid #FFF;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #fbcd00;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-icon ul {
    list-style: none;
}

.menu-icon>ul {
    width: 70px;
}

.menu-icon>ul>li {
    width: 70px;
    height: 70px;
    border: 2px solid #FFF;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #aad436;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 1, 1);
    position: relative;
}

.menu-icon>ul.active>li {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}

.menu-icon>ul>li>a {
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.menu-icon ul ul {
    width: 220px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    padding-left: 20px;
    top: -5px;
    transition: all 0.3s;
}

.menu-icon ul ul li {
    background: #aad436;
    margin-bottom: 5px;
    margin-top: 15px;
    border-radius: 30px;
    transition: all 0.3s;
    position: relative;
}

.menu-icon ul li:hover {
    background: #fbcd00;
}

.menu-icon>ul>li:hover>ul,
.menu-icon>ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.menu-icon>ul>li:hover>ul>li,
.menu-icon>ul>li>ul>li:hover>ul>li {
    margin-top: 5px;
}

.menu-icon ul ul li h2,
.menu-icon ul ul li h3 {
    margin: 0px;
}

.menu-icon ul ul li a,
.menu-icon ul ul li ul li a {
    padding: 8px 20px;
    color: #FFF;
    font-size: 15px;
    display: block;
    border-radius: 30px;
    text-decoration: none;
}

.banner {
    margin-right: 105px;
    margin-top: -30px;
}

.hotlin-text {
    position: absolute;
    right: 40px;
    bottom: -7px;
    width: 415px;
    transform: rotate(-3deg);
}

.logo-header a img {
    position: relative;
    max-height: 125px;
}

.btn-page-info {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.btn-page-info>div {
    position: relative;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address {
    text-align: left;
    font-weight: 400;
}

.address span {
    width: 42px;
}

.address div {
    width: calc(100% - 52px);
}

.hotline {
    font-weight: 400;
}

.hotline span {
    color: #FFF;
}

.btn-page-info>div small {
    position: absolute;
    top: -9px;
    right: -5px;
    display: inline-block;
    color: #333;
    padding: 2px 10px;
    border-radius: 30px;
    background: #f0b716
}

.btn-page-info>div p {
    margin-bottom: 0px;
}

.btn-page-info>div.hotline p {
    font-weight: 700;
    color: #d01414;
    font-size: 18px;
    line-height: 20px;
}

.left-banner {
    width: 156px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 111;
}

.img-logo {
    margin-bottom: 10px;
}

/* Menu */
#menu-contain {
    transform: translateX(0%);
    transition: all 0.6s;
    padding: 0px 0px 0px;
    position: sticky;
    z-index: 99;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
}

#menu-contain.open {
    opacity: 1;
    transform: translateY(-100%);
}

#menu-contain.menu-sticky {
    position: sticky;
    top: -1px;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);
    box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);
}

.logo-header {
    transition: all 0.6s;
    width: 170px;
    height: 174px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-bottom: 15px;
    z-index: -1;
}

.logo-header img {
    transition: all 0.6s;
}

#menu-contain.menu-sticky .logo-header {
    margin-top: 25px;
    transform: scale(0.7)
}

#menu-contain.menu-sticky .logo-header img {}

#menu-contain.open-bg {
    padding: 0px 0px;
}

#menu-contain.open-bg-in {
    padding: 0px 0px;
}

#menu-contain.menu-inpage {
    position: sticky;
    top: 0px;
}

.categories {
    width: 284px;
    position: relative;
    z-index: 90901;
}

.categories .head-categories {
    background: #e0a629;
    padding: 0px 0px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    line-height: 33px;
}

.categories .head-categories span:nth-child(2) {
    order: 1;
    padding: 16px 10px;
    background: #d99a14;
    width: 43px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.categories .head-categories span:nth-child(1) {
    order: 2;
    width: calc(100% - 43px);
    text-align: left;
    font-size: 16px;
    color: #FFF;
    padding-left: 15px;
}

.categories .head-categories img {
    display: block;
}

.menu-inpage .content-categories {
    display: none;
}

.menu-inpage .categories:hover .content-categories {
    display: block;
}

.content-categories {
    width: 100%;
    z-index: 90;
    border: 1px solid #e2e2e2;
    border-top: 0px;
    padding: 10px;
    height: calc(100% - 44px);
    overflow-y: auto;
}

.categories.right-p {
    width: 100%;
}

.right-p .content-categories {
    height: auto;
    position: relative;
    margin-bottom: 25px;
}

.content-categories::-webkit-scrollbar {
    width: 10px;
}

.content-categories::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.content-categories::-webkit-scrollbar-thumb {
    background: #888;
}

.content-categories::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.content-categories ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #FFF;
}

.content-categories ul li {
    padding: 9px 8px;
    position: relative;
}

.content-categories ul li:not(:last-child) {
    border-bottom: 1px dashed #dbdbdb;
}

.content-categories>ul ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 250px;
    z-index: 102;
}

.content-categories>ul>li:hover ul {
    display: block;
}

.content-categories h2 {
    margin: 0px;
}

.content-categories h2 a {
    font-size: 15px;
    color: #333;
    display: block;
    padding-left: 15px;
    background: url('../images/icon-vuong.png') no-repeat left 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.content-categories a:hover {
    color: #d99a14;
}

.openMenu {
    display: block;
    position: fixed;
    top: 0%;
    margin-top: 110px;
    right: 30px;
    z-index: 100;
    cursor: pointer;
    width: 110px;
    height: 110px;
}

.openMenu:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: solid 2px #fff;
    border-radius: 50%;
}

.openMenu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 12px rgba(255, 255, 255, 0.35);
    animation: circle 1s ease-in-out backwards infinite;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.openMenu>span {
    position: absolute;
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    border: solid 1px #fff;
    line-height: 72px;
    border-radius: 50%;
}

.openMenu>span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 1px;
    height: 45px;
    background: #fff;
    margin: auto;
}

@-webkit-keyframes circle {

    0%,
    100% {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    50% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@-moz-keyframes circle {

    0%,
    100% {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    50% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@-o-keyframes circle {

    0%,
    100% {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    50% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@keyframes circle {

    0%,
    100% {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    50% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

.list-left {
    width: 265px;
    margin-right: 10px;
    position: relative;
    margin-top: -1px;
}

.list-left h4 {
    margin-bottom: 0px;
    height: 46px;
    line-height: 46px;
    background: #d5000a url(../images/icon-list.png) no-repeat 86% center;
    font-size: 16px;
    padding: 0px 30px 0px 20px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    box-shadow: 1px 2px 5px #4e4949;
}

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

.list-left.show-menu {
    cursor: pointer;
}

.list-left.show-menu>ul {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    transition: all .3s;
}

.list-left.show-menu:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

#menu-contain.menu-sticky .list-left>ul {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    transition: all .3s;
}

#menu-contain.menu-sticky .list-left:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.list-left>ul {
    position: absolute;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 5px 10px #c7c3c3;
    background: #FFF;
    padding-top: 0px;
}

.list-left>ul li {
    padding: 0px 12px 0px 22px;
    line-height: 40px;
    position: relative;
}

.list-left>ul li:not(:first-child) {
    border-top: 1px solid #e3e3e3;
}

.list-left>ul>li a {
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
}

.list-left>ul li:hover {
    background: #d5000a;
}

.list-left>ul>li:hover>a,
.list-left>ul>li>ul>li:hover>a {
    color: #FFF;
}

.list-left>ul>li a i {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 20px;
}

.list-left>ul>li>ul {
    position: absolute;
    width: 100%;
    left: 100%;
    z-index: 9999999999;
    background: #FFF;
    top: 0px;
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.list-left>ul>li:hover>ul {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}

.list-left>ul li:last-child span {
    font-family: 700;
}

.list-left>ul li:last-child {
    cursor: pointer;
}

.list-left>ul li:last-child:hover span {
    color: #FFF;
}

.list-left>ul>li:nth-child(n+10) {
    display: none;
}

.list-left>ul>li:last-child {
    display: block;
}

.list-left>ul:hover>li:nth-child(n+10) {
    display: block;
}

.menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
}

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

.menu>ul {
    width: 100%;
}

.btn-top-info {
    width: 60px;
    display: flex;
    justify-content: space-between;
    display: none;
}

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

.menu ul li ul li {
    padding: 0px 15px;
}

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

.menu ul li ul li a {
    color: #333;
}

.menu ul li a h2,
.menu>ul>li>a {
    font-size: 15px;
    color: #333;
    margin: 0px;
    position: relative;
}

.menu ul li ul li a h2 {
    color: #333;
}

.menu ul li a {
    color: #333;
    padding: 5px 0px;
}

.logo-header a {
    padding: 0px 0px !important;
}

.menu>ul>li {
    padding: 0px 20px;
}

.menu>ul>li:nth-child(1),
.menu>ul>li:nth-child(2),
.menu>ul>li:nth-child(3),
.menu>ul>li:nth-child(4),
.menu>ul>li:nth-child(5) {
    padding: 0px 15px;
    position: relative;
}

.menu>ul>li:nth-child(4) {
    position: relative;
    z-index: 0
}

.menu>ul>li:first-child {
    padding-left: 0px;
}

.menu>ul>li:last-child {
    padding-right: 0px;
}

.menu>ul>li>a {
    padding: 14px 0px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.menu>ul>li:hover>a:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e0a629;
    left: 0px;
    bottom: 0px;
    content: '';
}

.menu>ul>li>a:hover,
.menu>ul>li>a:hover h2,
.menu>ul>li>a.active {
    color: #e0a629 !important;
}

#menu-contain.menu-inpage .menu>ul>li>a:hover,
#menu-contain.menu-inpage .menu>ul>li>a:hover h2,
#menu-contain.menu-inpage .menu>ul>li>a.active {
    color: #FFF !important;
}

.menu ul li h2 {
    margin-bottom: 0px;
}

.menu ul li a:hover,
.menu ul li h2 a:hover {
    color: #e0a629;
}

.menu ul li ul {
    position: absolute;
    min-width: 240px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    top: 100%;
    padding: 5px 0px;
    left: 15px;
    z-index: 9;
}

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

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

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

.menu ul li ul li h2 a {
    font-size: 14px;
    padding: 8px 13px;
}

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

.menu ul li ul li a:hover {
    color: #eb000f;
}

.red-menu {
    color: #e40c0c;
    font-weight: 700;
}

.green-menu {
    color: #18b80f;
    font-weight: 700;
}

.box-catagory {
    padding: 25px 50px 10px;
    min-height: 175px;
}

.catagory-page {
    margin-top: -85px;
    position: relative;
    z-index: 2222;
}

.catagory-page .col-jn--3 {
    height: 100%;
    text-align: center;
}

.catagory-page .col-jn--3:nth-child(2n+1) .box-catagory {
    background: #e1e1e1;
}

.catagory-page .col-jn--3:nth-child(2n+2) .box-catagory {
    background: rgb(223, 223, 223);
    background: linear-gradient(0deg, rgba(223, 223, 223, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #FFF;
    box-shadow: 0px 0px 5px #777;
    position: relative;
}

.catagory-page .box-catagory .img {
    margin-bottom: 10px;
}

.catagory-page .box-catagory h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.catagory-page .box-catagory h3 a {
    color: #333;
    text-decoration: none;
}

/* Search */
.menu-responsive {
    display: none;
}

.menu-mobile {
    width: 35px;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -17.5px;
    z-index: 102;
    /* padding: 0px 5px; */
    box-sizing: border-box;
    height: 35px;
    display: none;
    cursor: pointer;
}

.menu-mobile * {
    box-sizing: border-box;
}

.menu-mobile>span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    content: '';
    margin-top: 17px;
}

.menu-mobile>span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    content: '';
    position: absolute;
    margin-top: -8px;
    left: 0px;
}

.menu-mobile>span:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    content: '';
    position: absolute;
    margin-top: 8px;
    left: 0px;
}

.search {
    color: #3333;
    cursor: pointer;
    background: #FFF;
    border-radius: 5px;
    border-radius: 40px;
    display: flex;
    justify-content: flex-end;
}

.search.open {
    width: 240px;
    background: #fff;
}

.search p {
    float: left;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #333;
    font-size: 14px;
}

.search-header {
    width: 575px;
    position: relative;
}

.search-over {
    width: 100%;
    position: relative;
    padding: 15px 0px;
    background: #444446;
}

.inner-search {
    width: 100%;
    display: flex;
    background: transparent;
    overflow: hidden;
    height: 36px;
    border-radius: 30px;
    justify-content: space-between;
    max-width: 255px;
    border: 1px solid #d8d8d8;
}

.inner-search input {
    width: calc(100% - 40px);
    height: 35px;
    float: left;
    line-height: 35px;
    outline: none;
    border: 0px;
    background: transparent;
    /* text-indent: 10px; */
    font-size: 14px;
    padding: 0px 20px;
    color: #333333;
}

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

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

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

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

.inner-search button {
    background: transparent;
    border: none;
    width: 40px;
    height: 35px;
    color: #333;
    position: relative;
    font-size: 15px;
    border-radius: 5px;
}

.inner-search select {
    background: #ebeff1;
    border: 0px;
    width: 95px;
    border-radius: 5px;
}

.r-search-order {
    width: 100%;
    display: flex;
    padding: 10px 10px;
    background: #f5f5f5;
}

.r-search-order input {
    width: calc(100% - 35px);
    height: 40px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 15px;
}

.r-search-order input::-webkit-input-placeholder {
    color: #ccc;
}

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

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

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

.r-search-order button {
    background: #208700;
    border: none;
    width: 180px;
    height: 40px;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
}

.mm-listitem a {
    font-size: 15px;
}

/* Menu RP */
.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: var(--color-red);
    position: relative;
    line-height: normal;
}

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

#menu {
    display: none;
}

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

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

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

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

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

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

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

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

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

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

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

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

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

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

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

/* Slideshow */
#slider {
    position: relative;
    margin-top: -90px;
}

.right-slider {
    padding-left: 284px;
    padding-top: 9px;
}

.slide-left {
    width: 66%;
}

.slide-right {
    width: calc(34% - 10px);
}

.slideshow .owl-theme .owl-nav {
    height: 0px;
    margin-top: 0px;
}

.slideshow img {
    width: 100%;
    object-fit: cover;
    display: block;
}

#cate-img-contain {
    margin: 10px 0px;
}

#product-new-arrival {
    padding: 50px 0px 30px;
}

#adv-img-contain {
    padding: 0px 0px;
}

/* Partner */
#partner-contain {
    padding: 10px 48px;
    background: #ececec;
    margin-top: 10px;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: rgb(175 175 175 / 10%);
    margin-bottom: 20px;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    /* max-width: 1200px; */
}

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

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

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

.album-gallery {
    min-height: 400px;
}

#gallery-contain {
    padding: 50px 0px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box {
    margin-bottom: 14px;
}

.gallery-box img {
    width: 100%;
}

.gallery-box h3 {
    position: absolute;
    bottom: 10px;
    left: 0px;
    padding: 10px 20px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.6);
    transform: translateX(-100%);
    transition: all 0.6s;
}

.gallery-box h3 a {
    color: #FFF;
    text-decoration: none;
}

.gallery-box:hover h3 {
    transform: translateX(0%);
}

.pic-gallery {
    position: relative;
}

.pic-gallery span {
    position: absolute;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    top: 10px;
    left: 10px;
    border-radius: 4px;
    color: #FFF;
}

.title-gallery {
    padding: 10px;
    text-align: center;
}

.title-gallery h3 {
    margin-bottom: 0px;
    font-size: 15px;
}

.title-gallery a {
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.box-gallery:hover a {
    color: #d90000;
}

.news-lt-box .wlt-50 {
    width: calc(100% / 2 - 10px);
    position: relative;
}

.news-lt-box .wlt-50 img {
    object-fit: cover;
    width: 100%;
}

.news-lt-box .wlt-50 a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    z-index: 1;
}

.video-main {
    position: relative;
    height: 400px;
}

.video-main iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.listvideos {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: var(--color-black);
    margin-top: 10px;
    cursor: pointer;
}

.in-video.owl-theme .owl-nav {
    margin-top: 0px;
    height: 0px;
}

.in-video.owl-theme svg .a {
    fill: none;
    stroke: #FFF;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.in-video.owl-theme .owlleft,
.in-video.owl-theme .owlright {
    width: 35px;
    height: 45px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: calc(-45px / 2);
    background: transparent;
}

.in-video.owl-theme .owlleft {
    left: -45px;
}

.in-video.owl-theme .owlright {
    right: -45px;
}

/* Video */
.video {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    text-align: center;
    cursor: pointer;
}

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

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

.pic-video {
    position: relative;
}

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

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

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

/* Album */
.album {
    margin-bottom: 20px;
}

.pic-album {
    position: relative;
    z-index: 2;
}

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

.name-album {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.name-album a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.box-album:hover .name-album {
    color: #f25657;
}

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

.wrap-brand .wrap-content {
    max-width: 1200px;
    padding: 0px;
    position: relative;
}

.owl-brand {
    padding: 0px 40px;
}

.brand {
    display: block;
    border: 1px solid #eee;
}

.brand img {
    width: 100%;
}

/* Sản Phẩm */
.wrap-product {
    margin-bottom: 50px;
}

.search-contain h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    display: block;
}

.search-contain p {
    font-size: 15px;
    line-height: 28px;
}

.search-contain p a {
    padding: 9px 15px 8px;
    background: #f8b931;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
}

.in-product.owl-theme .owl-nav {
    margin-top: 0px;
    height: 0px;
}

.in-product.owl-theme svg .a {
    fill: none;
    stroke: #040404;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.in-product.owl-theme .owlleft,
.in-product.owl-theme .owlright {
    width: 35px;
    height: 45px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: calc(-55px / 2);
    background: #FFF;
    box-shadow: 0px 0px 5px #e5e5e5;
}

.in-product.owl-theme .owlleft {
    left: -15px;
}

.in-product.owl-theme .owlright {
    right: -15px;
}

.page-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.box-product {
    position: relative;
    display: block;
    transition: all 0.6s;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 10px;
    background: #FFF;
}

.box-product:hover {
    border-color: #cb922a;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%)
}

.box-product.border {
    border: 1px solid #e5e5e5
}

.page-grid .box-product {
    border-radius: 0px;
}

.pic-product {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.sale-percent {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../images/icon-sale.png') no-repeat center;
    right: 10px;
    top: 10px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
}

.pic-product a img {
    width: 100%;
    transition: all 0.6s;
}

.pic-product:hover img {
    transform: scale(1.1)
}

.status-product {
    position: absolute;
    top: 10px;
    max-width: 90px;
}

.status-product img {
    margin-left: 10px;
}

.status-product .btn-status {
    display: inline-block;
    padding: 3px 20px 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #FFF;
    font-family: 'Roboto';
    font-weight: 700;
}

.status-product .btn-status.new {
    background: #ffb800;
}

.status-product .btn-status.limited {
    background: #cb2a32;
}

.name-product {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 23px;
    font-weight: 400 !important;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.name-product a {
    color: #333333;
    text-decoration: none;
}

.name-product.text-split {
    -webkit-line-clamp: 1;
}

.box-product:hover .name-product a {
    color: #c50000;
}

.desc-kg {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
}

.title-product {
    position: relative;
    padding: 15px 0px 0px;
    border-top: 0px;
    text-align: left;
    border-top: 0px;
    overflow: hidden;
}

.name-infor {
    transition: all 0.7s;
    padding: 0px 15px;
    min-height: 80px;
    position: relative;
}

a.view {
    position: absolute;
    display: inline-block;
    padding: 4px 20px;
    right: 15px;
    color: #FFF;
    border-radius: 40px;
    background: #e0a629;
    bottom: 8px;
    text-decoration: none;
}

a.view:hover {
    background: #b8871b;
}

.properties a.color-properties {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0px 0px 3px 0px;
    border: 2px solid #e1e1e1;
    padding: 5px;
    margin-right: 3px;
    border-radius: 50%;
    overflow: hidden;
}

.properties a.color-properties.active,
.properties a.color-properties:hover {
    border-color: #e5101d;
    color: #e5101d;
    cursor: pointer;
}

.color-properties input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
    z-index: -1;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.btn-contact-pro {
    background: rgb(0, 85, 168);
    background: linear-gradient(90deg, rgba(0, 85, 168, 1) 0%, rgba(40, 118, 195, 1) 100%);
    position: absolute;
    right: 0px;
    bottom: 8px;
    border: 0px;
    border-radius: 30px;
    color: #FFF;
    padding: 5px 20px;
    width: 100px;
    height: 33px;
    cursor: pointer;
    outline: none;
    font-size: 13px;
}

.price-product {
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-product span {
    display: block;
    width: 100%;
    font-family: 'Playfair Display';
}

.price-new {
    font-size: 16px;
    color: #244f21;
    font-weight: 700 !important;
    order: 1;
}

.price-new-si {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
}

.price-new-si strong {
    color: var(--color-red);
}

.price-old {
    font-size: 14px;
    color: #a9a9a9;
    text-decoration: line-through;
    order: 1;
    font-weight: 600;
    margin-right: 0px !important;
}

.price-per {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: 400;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 2px 14px;
    background: #186786;
}

.new-product {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    background: url('../images/new.png') no-repeat;
    font-size: 12px;
    border-radius: 5px;
    width: 49px;
    height: 48px;
    text-align: center;
    text-indent: -9999px;
}

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

button.cart-add {
    border: 1px solid #eb000f;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    padding: 4px 10px;
    z-index: 9;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
    background: #eb000f;
}

button.like-add {
    border: 1px solid #cccccc;
    background: transparent;
    color: #CCCCCC;
}

button.btn-detail {
    border: 1px solid #333;
    cursor: pointer;
    color: #333;
    text-align: center;
    padding: 13px 25px;
    position: absolute;
    z-index: 9;
    right: 0px;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
    width: 100%;
}

button.btn-detail {
    background: transparent;
}

button.btn-detail:hover {
    color: #FFF;
    border-color: #7fa38d;
}

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

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

/* Sản Phẩm Detail */
.container-product {
    background: #FFF;
}

.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;
    width: 45%;
    /* overflow: hidden; */
}

.right-pro-detail {
    position: relative;
    width: 55%;
    /* overflow: hidden; */
}

.left-pro-detail .MagicZoom {
    width: 100%;
    text-align: center;
}

.slider-nav-product,
.slider-for-product {
    display: none
}

.slider-nav-product .slick-prev svg,
.slider-nav-product .slick-next svg {
    transform: rotate(90deg);
}

.slick-prev svg,
.slick-next svg {
    font-size: 16px;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    width: 30%;
    left: 35%;
}

svg .b {
    fill: none;
    stroke: #544d4d;
    stroke-width: 960;
    stroke-miterlimit: 10;
}

.slider-nav-product .slick-next {
    bottom: 0px;
    top: auto;
}

.slider-nav-product .slick-prev,
.slider-nav-product .slick-next {
    border-radius: 0px;
    opacity: 1;
    background: #f1f1f1;
    transform: none;
    left: 0px;
    width: 100%;
    right: auto;
    display: flex !important;
    line-height: initial;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.slider-nav-product .slick-prev {
    top: -35px;
}

.slider-nav-product .slick-next {
    bottom: -33px;
}

.slider-nav-product .slick-next:before,
.slider-nav-product .slick-prev:before {
    display: none;
}

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

.owl-thumb-pro {
    padding: 0px 40px;
}

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

.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: 22px;
    display: block;
    color: #333;
    font-weight: 600;
    font-family: 'Roboto';
}

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

.social-product ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0px;
}

.social-product li {
    margin-right: 5px;
}

.social-product button {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #FFF;
    background: #03a5fa;
    border-radius: 2px;
    outline: none;
}

iframe .zb-btn-blue--30x30 {
    background: #000000 !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
    font-size: 14px;
}

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

.attr-pro-detail li {
    margin-bottom: 10px;
}

.attr-pro-detail li:nth-child(1) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.attr-label-pro-detail {
    margin: 0px 15px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}

.attr-label-pro-detail.mr-5 {
    margin: 0px 5px 0px 0px !important;
    font-weight: 500;
}

.attr-label-pro-detail.d-block {
    display: block;
}

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

.attr-content-pro-detail.flex {
    display: flex !important;
}

.price-new-pro-detail {
    font-size: 27px;
    color: #eb000f;
    font-weight: 700;
    padding-right: 30px;
}

.price-percent {
    padding: 2px 6px;
    background: #028891;
    color: #FFF;
    font-size: 12px;
    border-radius: 5px;
}

.price-old-pro-detail {
    font-weight: 500;
    color: #afafaf;
    text-decoration: line-through;
    padding-right: 30px;
    font-size: 20px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0px 0px 3px 0px;
    border: 2px solid #e1e1e1;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    overflow: hidden;
}

.size-pro-detail {
    border: 2px solid #ebebeb;
    padding: 2px 5px 2px 5px;
    display: block;
    position: relative;
    font-size: 16px;
    min-width: 35px;
    text-align: center;
    margin-right: 5px;
    font-weight: 500;
    border-radius: 3px;
}

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

.size-pro-detail.disabled,
.color-pro-detail.disabled,
.size-pro-detail.disabled:hover,
.color-pro-detail.disabled:hover {
    border-color: #d2d2d2;
    color: #d2d2d2;
    cursor: not-allowed;
}

.color-pro-detail.disabled:before,
.size-pro-detail.disabled:before,
.color-pro-detail.disabled:hover:before,
.size-pro-detail.disabled:hover:before {
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: transparent;
    content: '';
    cursor: not-allowed;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
    z-index: -1;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 130px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

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

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

.show-numb-text {
    margin-bottom: 20px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 10px 15px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.cart-pro-detail a {
    cursor: pointer;
    min-width: 49%;
}

.cart-pro-detail span {
    display: block;
    position: relative;
    z-index: 22
}

.cart-pro-detail a.addnow {
    border: 2px solid #eb000f;
    color: #000000;
}

.cart-pro-detail a {
    position: relative
}

.cart-pro-detail a:before {
    position: absolute;
    width: 0%;
    left: 50%;
    height: 100%;
    content: '';
    background: #000000;
    top: 0px;
    transition: all .3s;
}

.cart-pro-detail a:after {
    position: absolute;
    width: 0%;
    right: 50%;
    height: 100%;
    content: '';
    background: #000000;
    top: 0px;
    transition: all .3s;
}

.btn-ani {
    position: relative;
    overflow: hidden;
}

.btn-ani:before {
    position: absolute;
    width: 0%;
    left: 50%;
    height: 100%;
    content: '';
    background: #7fa38d;
    top: 0px;
    transition: all .3s;
    z-index: 0;
}

.btn-ani:after {
    position: absolute;
    width: 0%;
    right: 50%;
    height: 100%;
    content: '';
    background: #7fa38d;
    top: 0px;
    transition: all .3s;
    z-index: 0;
}

.btn-ani:hover:before,
.btn-ani:hover:after {
    width: 50%;
}

.btn-ani span {
    position: relative;
    z-index: 1;
}

.cart-pro-detail a:hover:before,
.cart-pro-detail a:hover:after {
    width: 50%;
}

.cart-pro-detail a.addnow:before,
.cart-pro-detail a.addnow:after {
    background: #eb000f;
}

.cart-pro-detail a:hover {
    color: #FFF;
}

.cart-pro-detail a.buynow {
    border: 2px solid #eb000f;
    color: #FFF;
    background: #eb000f;
}

.cart-pro-detail a.buynow:before,
.cart-pro-detail a.buynow:after {
    background: rgba(255, 255, 255, 0.1);
}

.cart-pro-detail a:hover {
    color: #FFF !important;
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    display: flex;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px dashed #e1e1e1;
}

.tags-pro-detail a:hover {
    background-color: #333333;
    color: #FFF;
}

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

.tabs-pro-detail {
    width: 100%;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #c9902a;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    background: #ffffff;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #c9902a;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.tabs-pro-detail .ul-tabs-pro-detail li:not(:last-child) {
    border-right: 1px solid #c9902a;
}

/* Toc */
.margin-detail {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px #e7e7e7
}

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

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

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

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

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

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

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

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

/* Bài viết */
.news {
    display: block;
}

.pic-news a {
    display: block;
    overflow: hidden;
}

.pic-news img {
    width: 100%;
    /* object-fit: cover; */
}

.pic-news img {
    width: 100%
}

.pic-news {
    width: 35%;
}

.info-news {
    width: 65%;
}

.name-news {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 700;
}

.name-news a {
    color: #333;
    text-decoration: none;
}

.news-box:hover a {
    color: #cc0001;
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-size: 15px;
    margin-top: 5px;
    font-style: italic;
}

.desc-news {
    color: #333333;
    margin-top: 7px;
    line-height: 22px;
    font-size: 15px;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgb(199 199 199 / 15%);
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
}

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

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

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

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

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

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

/*Ulti*/
.product-contain {
    padding: 60px 0px;
}

#product-contain-noibat {
    background: url('../images/bg-bottom-service.png') no-repeat bottom left, url('../images/bg-top-service.png') no-repeat top right, #ffffff;
}

#product-contain-moi {
    background: #fffbf2;
}

.product-contain.none {
    padding-top: 0px;
}

.why-contain {
    padding: 0px 0px 0px;
    background: url('../images/bg-why.png') no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.why-contain .left-why {
    width: 57.5%;
    background: url('../images/bg-tieuchi-left.png') no-repeat;
    background-size: cover;
}

.why-contain .right-why {
    width: 42.5%;
    min-height: 642px;
    background: url('../images/bg-tieuchi-right.png') no-repeat;
    background-size: cover;
}

.why-contain .hoa-a {
    position: absolute;
    top: -60px;
    right: 0px;
}

.why-item {
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 60px;
}

.why-item:nth-child(1) {
    border-right: 1px solid #fed377;
}

.why-item:nth-child(2),
.why-item:nth-child(1) {
    border-bottom: 1px solid #fed377;
}

.why-item:nth-child(3) {
    border-right: 1px solid #fed377;
}

.whyb {
    text-align: center;
}

.whyb .img {
    text-align: center;
    margin-bottom: 10px;
}

.whyb .img img {
    transition: all 0.4s;
}

.whyb:hover img {
    transform: rotate(20deg)
}

.why-contain h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #132a3b;
    margin-bottom: 0px;
}

.whyb .desc {
    width: 100%;
    color: #333;
    position: relative;
    text-align: center;
    padding: 0px 20px;
}

.whyb .desc h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #FFF;
    font-family: 'Playfair Display';
    font-weight: bold;
}

.whyb .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
}

.whynb .item15 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Contact */
.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-contact .article-contact {
    width: 48%;
    color: #333;
}

.form-contact {
    width: 47%;
}

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

.left-news .input-contact {
    width: 49%;
}

.bg-newsletter {
    background: #ffe8f0;
    padding: 50px 0px;
    background-size: cover;
}

#newsletter-contain h4 {
    color: #333;
    z-index: 2;
    display: inline-block;
    position: relative;
    line-height: 42px;
    padding: 0px 20px 10px 0px;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 40px;
}

#newsletter-contain h4:before {
    width: 48px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    background: #ff8eb6;
    z-index: 222;
}

#newsletter-contain .input-contact {
    width: 100%;
    margin-bottom: 10px;
}

#newsletter-contain .input-contact:nth-child(5) {
    width: 100%;
    margin-bottom: 12px;
}

#newsletter-contain .btn-box {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

#newsletter-contain .btn-box .btn {
    background: #ff8eb6;
    border: 1px solid #ff8eb6;
    border-radius: 40px;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 11px 16px 8px;
}

#newsletter-contain .btn-box .btn img {
    vertical-align: middle;
}

#newsletter-contain .input-contact span {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
}

#newsletter-contain .input-contact input {
    height: 40px;
    padding: 5px 10px 5px 10px;
    border: none;
    color: #333;
    background: #FFF;
    border-radius: 5px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #dbdbdb;
}

#newsletter-contain .input-contact input::-webkit-input-placeholder {
    /* Edge */
    color: #333;
}

#newsletter-contain .input-contact input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

#newsletter-contain .input-contact input::placeholder {
    color: #333;
}

#newsletter-contain .input-contact textarea::-webkit-input-placeholder {
    /* Edge */
    color: #333;
}

#newsletter-contain .input-contact textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

#newsletter-contain .input-contact textarea::placeholder {
    color: #333;
}

#newsletter-contain .input-contact textarea {
    border: none;
    padding: 5px 20px;
    height: 84px;
    color: #333;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #dbdbdb;
}

.input-contact input {
    text-indent: 10px;
}

.left-news .input-contact input {
    border-radius: 50px;
    box-shadow: 0px 0px 0px #dbdbdb;
    border: 1px solid transparent;
    height: 46px;
}

.left-news .input-contact:nth-child(5),
.btn-box {
    width: 100%;
}

.btn-box {
    text-align: center;
}

.btn-box .btn {
    height: 46px;
    padding: 5px 30px;
    background: #244f21;
    border: 1px solid #244f21;
    text-transform: uppercase;
    border-radius: 50px;
}

.left-news .input-contact textarea {
    border-radius: 10px;
    box-shadow: 0px 0px 0px #dbdbdb;
    border: 1px solid transparent;
    height: 92px;
}

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

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

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

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

/* Footer */
.footer-article {
    position: relative;
    z-index: 9;
}

.s-footer {
    max-width: 716px;
    margin: 0 auto;
}

.footer-news h3 {
    font-size: 34px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'SVN-BookAntiquabold';
    background: -webkit-linear-gradient(#FFF, #b7b7b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-news:nth-child(1) {
    width: 244px;
    position: relative;
}

.box-i-left {
    width: 45%;
}

.box-i-right {
    width: 55%;
    padding-left: 15px;
}

.footer-news:nth-child(2) {
    width: 474px;
}

.footer-news:nth-child(3) {
    width: 286px;
}

.footer-news:nth-child(4) {
    width: 158px;
}

.logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.hotl {
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #FFF;
}

.name-footer {
    font-size: 20px;
    margin-bottom: 10px;
    color: #FFFF;
    text-transform: uppercase;
    font-weight: 700;
}

.title-footer {
    font-size: 14px;
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.box-i-right h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    line-height: 30px;
}

.info-footer {
    color: #FFF;
}

.item-footer {
    text-align: center;
    width: calc(100% / 4 - 20px);
}

.item-footer span {
    display: block;
    width: 100%;
}

.item-footer span:nth-child(2) {
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0px;
}

.info-footer iframe {
    width: 100%;
    height: 244px;
}

.info-footer h3 {
    color: #FFF;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
}

.info-footer h2 {
    color: #FFF;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}

.info-footer p {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.info-footer p img {
    vertical-align: middle;
    float: left;
    margin-right: 8px;
}

.phone-bottom b {
    font-size: 18px;
    color: #f8b931;
}

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

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

.footer-ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

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

.footer-ul li a {
    color: #333;
    position: relative;
}

.footer-ul li a:hover {
    color: #ff8eb6;
}

.footer-bottom {
    padding: 30px 0px;
    border-top: 1px solid #DDD;
}

.footer-bot:nth-child(1) {
    width: 370px;
}

.footer-bot:nth-child(2) {
    width: 310px;
}

.footer-bot:nth-child(3) {
    width: 182px;
}

.hoptac {
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 3px;
    text-transform: uppercase;
    background: #e71818;
    margin-top: 15px;
}

.search-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99010;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
}

.search-fixed.left {
    transform: translateX(100%);
}

.search-fixed.left.on {
    transform: translateX(0);
}

.search-fixed.right {
    transform: translateX(-100%);
}

.search-fixed.right.on {
    transform: translateX(0);
}

.search-fixed.bottom {
    transform: translateY(-100%);
}

.search-fixed.bottom.on {
    transform: translateY(0);
}

.search-fixed.top {
    transform: translateY(100%);
}

.search-fixed.top.on {
    transform: translateY(0);
}

.search-fixed .search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

.search-fixed .search-form * {
    outline: none;
}

.search-fixed .search-form input {
    width: calc(100% - 130px);
    height: 55px;
    padding: 5px 10px;
    border: 1px solid #abaaaa;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.search-fixed .search-form button {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #333;
    background: #FFF;
    border: none;
    cursor: pointer;
}

.search-fixed .search-form button:hover {
    color: #FFF;
    background: #333;
}

.slogan-newsletter {
    margin-bottom: 0.5rem;
    color: var(--color-gray);
}

.left-newsletter {
    width: 55%;
}

.center-newsletter {
    width: 40.5%;
    background: url('../images/dksi.png') no-repeat center;
    padding: 40px;
}

.newsletter-content {
    max-width: 768px;
    margin: 0 auto;
}

.img-newsletter {
    width: 118px;
}

.form-newletter {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #a2a2a2;
    padding: 40px 40px 50px;
}

.form-newletter h5 {
    padding: 10px 20px;
    background: #cc8d16;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 0px;
}

.form-newletter .pl-line {
    position: relative;
    text-align: left;
}

.form-newletter p {
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.form-newsletter {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 0px;
    border-top: 0px;
    position: relative;
}

.form-newsletter .invalid-feedback {
    display: none !important;
}

.form-newletter .pl-line h5 {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}

.newsletter-input {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.newsletter-input label {
    color: #374897;
    font-weight: 700;
}

.newsletter-input:nth-child(6) {
    width: 100%;
    margin-bottom: 15px;
}

.newsletter-input input {
    font-size: 14px;
    border-right: 0px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.newsletter-input input:focus {
    background: transparent;
    color: #FFF;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #FFF;
}

.newsletter-input input::-moz-placeholder {
    color: #FFF;
}

.newsletter-input input:-moz-placeholder {
    color: #FFF;
}

.newsletter-input textarea::-webkit-input-placeholder {
    color: #FFF;
}

.newsletter-input textarea::-moz-placeholder {
    color: #FFF;
}

.newsletter-input textarea:-ms-input-placeholder {
    color: #FFF;
}

.newsletter-input textarea:-moz-placeholder {
    color: #333;
}

.newsletter-input textarea.form-control {
    font-size: 14px;
    border-right: 0px;
    height: 52px;
    padding: 13px 15px;
    border-radius: 40px;
    background: #FFF;
    border: 1px solid #ebebeb;
    color: #333;
}

.newsletter-button {
    width: 50px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 0px;
}

.newsletter-button button[type=submit],
.newsletter-button button[type=reset] {
    border: 1px solid transparent;
    color: #FFF;
    display: inline-block;
    padding: 7px 5px;
    font-weight: 700;
    cursor: pointer;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}

.footer-tags {
    background: #FFF;
    padding: 40px 0px 25px;
}

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

.label-tags {
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    padding: 4px 10px 6px 10px;
}

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

.list-tags li {
    float: left;
    margin: 0px 5px 5px 0px;
}

.list-tags li a {
    color: #333333;
    padding: 6px 10px 8px 10px;
    border-radius: 3px;
    display: block;
    position: relative;
}

.list-tags li:not(:last-child) a:after {
    position: absolute;
    width: 3px;
    height: 1px;
    background: #333;
    right: -1px;
    top: 50%;
    content: '';
}

.list-tags li a:hover {
    color: #d00000
}

.footer-powered {
    color: #333;
    background: #e0a629;
}

.footer-powered .wrap-content {
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 400;
}

.copyright {
    margin-bottom: 0px;
    font-size: 15px;
}

.copyright * {
    color: #333;
}

.cooperate {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.cooperate img {
    vertical-align: middle;
}

.cooperate span {
    text-transform: uppercase;
    font-size: 17px;
    margin-right: 30px;
    cursor: pointer;
}

.cooperate button {
    width: 143px;
    height: 40px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    background: url('../images/btn-linehe.png') no-repeat top center;
    border: 0;
    font-weight: 700;
    cursor: pointer;
}

.statistic {
    margin-bottom: 0px;
    text-align: left;
    color: #333;
}

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

#footer-maps {
    width: 100%;
    height: 400px;
    position: relative;
}

#footer-maps 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;
}

/* Phân Trang */
.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;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 20px;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #aad436;
    background: transparent;
    font-size: 15px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #FF0000;
}

/* Popup custom */
.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}

/* 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: 100px;
    right: 35px;
    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;
    font-weight: 400;
}

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

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

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

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

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

.hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .1);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover:hover:before {
    -webkit-animation: circle_hv .75s;
    animation: circle_hv .75s;
}

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

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

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

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

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

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

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

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

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

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

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

/* 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: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

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

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    color: #fff;
    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: #fff;
    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: 20px;
    top: 30%;
    z-index: 10;
    background: #c50000;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

/* Toolbar */
.toolbar {
    background: var(--color-red);
    width: 100%;
    padding: 3vw;
    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: 3.5vw;
    display: none;
}

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

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

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

svg .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.owlleft,
.owlright {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: calc(-55px / 2);
}

.owlleft {
    left: 10px;
}

.owlright {
    right: 10px;
}

.owlleft-icon {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -16.5px;
    width: 33px;
    height: 33px;
    opacity: 1;
    transition: all 0.6s;
}

.owlright-icon {
    position: absolute;
    right: -70px;
    top: 50%;
    margin-top: -16.5px;
    width: 33px;
    height: 33px;
    opacity: 1;
    transition: all 0.6s;
}

#partner-contain .owl-nav {
    height: 0px;
}

#partner-contain .owl-nav .owlleftimg {
    position: absolute;
    width: 7px;
    height: 12px;
    background: url('../images/arrow-left.png') no-repeat;
    content: '';
    left: -20px;
    top: 50%;
    margin-top: -6px;
}

#partner-contain .owl-nav .owlrightimg {
    position: absolute;
    width: 7px;
    height: 12px;
    background: url('../images/arrow-right.png') no-repeat;
    content: '';
    right: -20px;
    top: 50%;
    margin-top: -6px;
}

.slideshow .slider-img {
    display: block;
    position: relative;
    background: #FFF;
}

.slideshow .slider-img img {
    object-fit: cover;
}

.tranform-slider {
    max-width: 550px;
    position: absolute;
    color: #FFF;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9999;
}

.tranform-slider h4 {
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.tranform-slider p:last-child {
    margin-bottom: 0px;
}

.tranform-slider p:not(:last-child) {
    margin-bottom: 30px;
}

.tranform-slider p a {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
}

.content-main.mb-40 {
    margin-bottom: 40px;
}

.sticky-right {
    position: sticky;
    top: 92px;
    margin-bottom: 40px;
    z-index: 28;
}

.boxright {
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
}

.boxright h5 {
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 15px;
}

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

.listnews li {
    list-style: none;
    padding: 7px 0;
    font-weight: 500;
    position: relative;
}

.listnews li .text-dark {
    color: #464545 !important;
}

.listnews li a {
    text-decoration: none;
    font-size: 16px;
}

.listnews li a:hover {
    color: #d40101 !important;
}

.listnews li:not(:last-child) {
    border-bottom: 1px solid rgb(162 162 162 / 10%);
}

.listnews li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 10%);
    z-index: 1121;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: all 0.6s;
}

.listnews li ul li a {
    color: #464545;
}

.listnews li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.box-news-right h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.box-news-right .i-news {
    margin-bottom: 10px;
}

.box-news-right .img-news a {
    display: block;
    overflow: hidden;
}

.box-news-right .desc-news h3 a {
    font-size: 14px;
    color: #333;
}

.box-news-right .desc-news {
    margin-top: 0px;
}

.box-news-right .desc-news h3 {
    line-height: 18px;
    margin-bottom: 0px;
}

.box-news-right .desc-news a {
    color: #333;
    text-decoration: none;
}

.box-news-right .desc-news:hover h3 a {
    color: #e40000;
}

.cart-no-numb {
    margin-bottom: 20px;
}

.product-slide.owl-theme .owl-nav {
    display: none;
}

.post-box {
    position: relative;
}

.post-box .post-desc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.post-box .post-desc h3 {
    margin: 0px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post-box .post-desc h3 a {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}

.post-box .post-desc p {
    color: #a8a8a8;
    margin: 0px;
    font-size: 13px;
}

.post-box .post-desc p span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #431103;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 18px;
}

.footer {
    background: url('../images/bg-footer.png') no-repeat top center;
    font-size: 14px;
    color: #FFF;
    position: relative;
    background-size: cover;
    padding: 250px 0px 80px;
}

.footer:before {
    width: 100%;
    height: 43px;
    position: absolute;
    content: '';
    top: 70px;
    left: 0px;
    background: #000;
    background-size: cover;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.desc-product {
    height: 690px;
    overflow-y: scroll;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.desc-product::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
}

.desc-product::-webkit-scrollbar {
    width: 3px;
    background-color: #fae0e0;
    height: 3px;
}

.desc-product::-webkit-scrollbar-thumb {
    background-color: #f9f9f9;
    border: 2px solid #777;
    border-radius: 2px;
}

.box-scroll {
    padding-right: 10px;
}

.search-advance * {
    outline: none !important;
}

.search-advance {
    padding: 10px 0px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2001;
}

.search-advance .item10 {
    position: relative;
}

.search-advance .form-post-place {
    position: absolute;
    top: 37px;
    left: 10px;
    z-index: 9;
    background: #FFF;
    min-width: 220px;
    border: 1px solid #ced4da;
    display: none;
}

.search-advance .form-post-place.hidden {
    display: block;
}

.form-post-place-scroll {
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.form-post-place-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
}

.form-post-place-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #fae0e0;
    height: 3px;
}

.form-post-place-scroll::-webkit-scrollbar-thumb {
    background-color: #f9f9f9;
    border: 2px solid #777;
    border-radius: 2px;
}

.search-advance .form-post-place:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -5px;
    margin-top: -5px;
    z-index: 1;
}

.search-advance .form-post-place:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #c8c8c8;
    border-top: 0;
    margin-left: -6px;
    margin-top: -6px;
}

.search-advance .form-search {
    font-size: 14px;
    height: 35px;
}

.search-advance .form-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
}

.search-advance .form-search::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
}

.search-advance .form-search:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
}

.search-advance .form-search:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
}

.search-advance button.btn-full-search {
    font-size: 13px;
    height: 35px;
    border: 1px solid #ced4da;
    display: block;
    padding: 0px 10px;
    border-radius: 3px;
    min-width: 138px;
    text-align: left;
    position: relative;
    background: #FFF;
}

.search-advance button.btn-full-search:after {
    top: calc(50% - 3px);
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #8c8989;
    border-width: 6px;
    margin-left: -6px;
}

.search-advance .form-group.mb-0 {
    margin-bottom: 0px;
}

.search-advance .form-post-place ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.search-advance .form-post-place ul li {
    padding: 7px 10px;
    position: relative;
    cursor: pointer;
}

.search-advance .form-post-place ul li:hover {
    background: #f5f5f5;
}

.search-advance .form-post-place ul li.active:after {
    content: " ";
    float: left;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    right: 4px;
    background: url('../images/icon/check.svg') no-repeat center;
    background-size: 100%;
}

.price-search {
    margin: 0px -5px 10px;
}

.price-search div {
    padding: 0px 5px;
}

.price-search div button.btn-ok {
    height: 35px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #f5720e;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
}

.boxmarker {
    color: #fff;
    background-color: #f5720e;
    padding: 2px 5px;
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    text-align: center;
    font-weight: bold;
}

.infomarker h5 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 34px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
}

.infomarker p {
    margin: 0;
    padding: 0;
}

.infomarker h5 a {
    color: #f5720e
}

#boxsuggest {
    width: 300px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 30px;
    background: #FFF;
    border: #ccc 1px solid;
    border-radius: 5px;
    z-index: 999;
    display: none;
}

#boxsuggest p {
    margin: 0;
    padding: 5px;
    list-style: decimal;
}

.progress-wrap {
    position: fixed;
    bottom: 97px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 1001010;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f077';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #e40000;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #e40000;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.result-order h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #208700;
    margin-bottom: 15px;
    font-weight: 700;
}

.table th,
.table td {
    padding: 5px;
}

.table th {
    font-family: 'Mulish-ExtraBold';
}

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

.single_image_effect:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-ms-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-o-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/*** Smart Search ***/
.search-suggest {
    position: relative;
}

.smart-search-wrapper {
    position: absolute;
    background: #fff;
    z-index: 999999;
    top: 100%;
    width: 100%;
    border-top: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #CCC;
    text-align: left;
    max-height: 400px;
    overflow-y: scroll;
}

/* width */
.smart-search-wrapper::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.smart-search-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.smart-search-wrapper::-webkit-scrollbar-thumb {
    background: #fab140;
}

/* Handle on hover */
.smart-search-wrapper::-webkit-scrollbar-thumb:hover {
    background: #67b10e;
}

.is-sticky .smart-search-wrapper {
    top: 94%
}

.smart-search-wrapper>a {
    width: 100%;
    float: left;
    text-decoration: none;
    padding: 8px 10px;
    border-bottom: 1px dashed #c5c5c5
}

.smart-search-wrapper .search-image {
    padding-right: 10px;
}

.smart-search-wrapper .search-title {
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    color: #333;
}

.smart-search-wrapper .search-price {
    color: #FF0000;
    padding-right: 10px;
}

.smart-search-wrapper .search-price-compare {
    color: #333;
    text-decoration: line-through;
}

.smart-search-wrapper a:hover {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(242, 246, 250, 1) 47%, rgba(233, 241, 246, 1) 77%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 255, 255, 1)), color-stop(47%, rgba(242, 246, 250, 1)), color-stop(77%, rgba(233, 241, 246, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(242, 246, 250, 1) 47%, rgba(233, 241, 246, 1) 77%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(242, 246, 250, 1) 47%, rgba(233, 241, 246, 1) 77%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(242, 246, 250, 1) 47%, rgba(233, 241, 246, 1) 77%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(242, 246, 250, 1) 47%, rgba(233, 241, 246, 1) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f1f6', GradientType=1)
}

.smart-search-wrapper>a:last-child {
    border-bottom: 0
}

.flexbox-grid-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.flexbox-auto-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.flexbox-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flexbox-align-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.overflow-hidden {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.in-qty {
    display: flex;
}

.in-qty span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: #72c518;
    color: #FFF;
}

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

.pagination-btn a {
    display: inline-block;
    width: 230px;
    text-align: center;
    padding: 4px 10px 7px;
    color: #FFF;
    line-height: 30px;
    background: #8eb09b;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 5px;
}

.line-post {
    margin: 13px 0px;
    border-top: 1px solid #CCC;
}

.desc-select {
    width: 900px;
    margin: 0 auto;
}

.desc-select select {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-transform: uppercase;
    outline: none;
    border-radius: 8px;
}

.desc-select .select2-container--default .select2-selection--single {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #868686;
    border-radius: 10px;
}

.desc-select .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 60px;
    user-select: none;
    -webkit-user-select: none;
}

.desc-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
    line-height: 58px;
    text-transform: uppercase;
}

.desc-select .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desc-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
}

.desc-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.adv-center {
    padding: 20px 0px;
}

ul.lienkettrai,
ul.lienketphai {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: fixed;
    width: 50px;
    top: 30%;
    z-index: 9;
}

ul.lienkettrai li,
ul.lienketphai li {
    width: 50px;
}

ul.lienkettrai {
    left: 10px;
}

ul.lienketphai {
    right: 10px;
}

ul.lienkettrai li img,
ul.lienketphai li img {
    max-height: 50px;
}

.grid-sizer {
    width: 25%;
}

.grid-gutter {
    width: 0;
}

.grid-item {
    padding: 15px;
    vertical-align: top;
}

.grid-large-width-height-masonry-item,
.grid-large-width-masonry-item {
    width: 50%;
}

.grid-default-masonry-item,
.grid-large-height-masonry-item {
    width: 25%;
}

.grid-item img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.grid-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.grid-test {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 260px);
}

.item-test {
    background: black;
}

.item-test:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}

.item-test:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2;
}

.item-test:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2/4;
}

.item-test:nth-child(6) {
    grid-column: 1/2;
    grid-row: 3/5;
}

.item-test:nth-child(9) {
    grid-column: 2/4;
    grid-row: 4/6;
}

.item-test:nth-child(11) {
    grid-column: 4/5;
    grid-row: 5/7;
}

.item-test:nth-child(12) {
    grid-column: 1/3;
    grid-row: 6/7;
}

.grid-item-image-holder img {
    height: 100%;
    display: none;
}

.item-test a {
    height: 100%;
    display: block;
    position: relative;
}

.item-test .grid-item-image-holder {
    height: 100%;
    display: block;
}

.item-test .grid-item-image-holder .grid-item-image-overlay {
    background-color: rgba(0, 0, 0, .75);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: background .6s ease-in-out, opacity .6s ease-in-out;
    transition: background .6s ease-in-out, opacity .6s ease-in-out;
}

.item-test:hover .grid-item-image-overlay {
    background: rgba(0, 0, 0, .65);
    opacity: 1;
}

.item-test .grid-item-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
}

.item-test .grid-item-text-overlay-inner {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.item-test .grid-item-text-holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: top;
    padding: 30px;
    text-align: left;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .6s ease-out .2s;
    -ms-transition: opacity .6s ease-out .2s;
    transition: opacity .6s ease-out .2s;
}

.item-test .grid-ptf-category-holder {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    font-family: Georgia, sans-serif;
    letter-spacing: 0;
    font-style: italic;
    text-transform: capitalize;
    -ms-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transfomr .3s ease-out;
    z-index: 2222;
}

.item-test .grid-item-title {
    color: #fff;
    -ms-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
    transition: transfomr .5s ease-out;
    margin-top: 6px;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}

.item-test:hover .grid-item-text-holder {
    opacity: 1;
}

.item-test:hover .grid-item-title {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .6s ease-in-out .3s;
    -ms-transition: -ms-transform .6s ease-in-out .3s;
    transition: transform .6s ease-in-out .3s;
}

.item-test:hover .grid-ptf-category-holder {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -ms-transition: -ms-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

#register-contain {
    padding: 40px 0px;
}

.box-regis-auto {
    max-width: 754px;
    margin: 0px auto;
}

.box-gis {
    cursor: pointer;
    padding: 12px 11px;
    background: #f5f5f5;
}

.box-gis h3 {
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 0px;
    text-transform: uppercase;
}

.social-bottom {
    list-style: none;
    margin: 0px;
}

.sticky-product {
    position: sticky;
    top: 10px;
    margin-bottom: 10px;
}

.timer-product {
    padding: 2px 10px 3px;
    background: #f9f9f9;
    font-size: 27px;
    color: #3f855a;
    font-weight: 700;
    border: 1px solid #ebebeb;
}

.btn-style {
    background: #8eb09b;
    padding: 4px 15px;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 30px;
    border-radius: 4px;
    width: calc(100% - 240px);
    text-align: center;
    cursor: pointer;
}

.col-flex {
    width: 240px;
}

.form-coupon {
    width: 100%;
    border: 1px solid #8eb09b;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
}

.form-coupon input {
    width: calc(100% - 116px);
    height: 36px;
    padding: 3px 15px 4px;
    outline: none;
    background: #FFF;
    text-transform: uppercase;
    border: none;
}

.form-coupon button {
    width: 116px;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 4px 15px;
    line-height: 28px;
    border-radius: 4px;
    border: none;
    background: #8eb09b;
    outline: none;
}

.social-detail {
    margin-bottom: 20px;
}

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

.social-detail ul li {
    margin-right: 10px;
}

.content-tabs-pro-detail table {
    width: 100%;
    border-collapse: collapse;
    border-color: #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.content-tabs-pro-detail table th,
.content-tabs-pro-detail table td {
    border: 1px solid #CCC;
    padding: 10px;
    position: relative;
}

.content-tabs-pro-detail h2 {
    font-size: 18px;
}

.content-tabs-pro-detail h3 {
    font-size: 16px;
}

.content-tabs-pro-detail h4 {
    font-size: 15px;
}

.content-tabs-pro-detail img {
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 15px;
}

.countdown-period {
    display: none;
}

.img-detail {
    width: 50%;
    padding: 15px 15px;
    margin-bottom: 0px !important;
}

.img-detail img {
    width: 100%;
}

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

.accordion>ul>li {
    margin: 10px 0px;
}

.accordion>ul>li>h4 {
    font-size: 18px;
    padding: 12px 15px 14px;
    background: #f5f5f5;
    color: #333;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 0px;
    cursor: pointer;
}

.accordion-content {
    padding: 15px 22px;
    display: none;
}

.bg-mauthich {
    padding: 60px 0px 30px;
}

.accordion-content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}

.accordion-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.accordion-content p {
    margin-bottom: 10px;
}

.accordion-content ul,
.accordion-content ol {
    margin-bottom: 20px;
}

.timer-item {
    font-weight: 700;
    margin-bottom: 50px;
}

.timer-item ul {
    max-width: 400px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.timer-item ul li {
    text-align: center;
}

.timer-item ul li span {
    display: block;
}

.timer-item ul li span:nth-child(1) {
    font-size: 40px;
}

.timer-item ul li span:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
}

.btn-top-info>div {
    position: relative;
    height: 33px;
    padding: 3px 0px;
    display: flex;
    align-items: center;
    width: 35px;
    justify-content: center;
}

.btn-top-info>div>span {
    display: inline-block;
    padding: 10px 0px 9px;
    position: relative;
    width: 35px;
    position: relative;
    text-align: center;
}

.btn-top-info>div>span small {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #D90;
    border-radius: 50%;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    top: 2px;
    right: -9px;
}

.btn-top-info>div>span img {
    cursor: pointer;
    vertical-align: middle;
}

.btn-top-info>div>span:hover {
    overflow: visible;
}

.btn-top-info>div>span:hover .nav-top {
    opacity: 1;
    z-index: 2;
    overflow: visible;
    margin-top: 0px !important;
}

.nav-top {
    position: absolute;
    top: 97%;
    min-width: 140px;
    left: -60px;
    background: #FFF;
    padding: 5px 15px !important;
    box-shadow: 0px 0px 10px #d2d2d2;
    opacity: 0;
    overflow: hidden;
    z-index: -22;
    margin-top: 15px !important;
    transition: all 0.4s;
}

.search-order .nav-top {
    width: 220px;
    left: -100px;
}

.search-order .nav-top li a:hover {
    color: #8eb09b;
}

.nav-top li {
    display: block;
    background: #FFF;
}

.nav-top li span {
    display: block;
    padding: 5px 10px 7px;
    background: #FFF;
    margin: 10px 0px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    background: linear-gradient(to right, #606160, #383c3b);
    cursor: pointer;
    position: relative;
}

.nav-top li span:hover {
    background: linear-gradient(to right, #a9c6b4, #8eb09b);
}

.table-order {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
}

.table-order th,
.table-order td {
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
}

.icon-like {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.set-width {
    width: 100% !important;
    margin: 0px !important;
}

.payment-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 20px;
}

.payment-footer span {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}

.img-slid {
    width: 100%;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.logo-mobile {
    display: none;
}

.giaychungnhan-img {
    border: 1px solid #e9e9e9;
}

.left-news {
    width: 54.2%;
    background: #e0a629 url(../images/bg-dknt.png) no-repeat top center;
    padding: 80px 60px;
}

.right-news {
    width: 40%;
    border-left: 2px solid #e0a629;
}

.start-animate {
    z-index: 1.0E+17 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    position: absolute;
    top: 60px;
    left: 40px;
    width: 100px;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0)
    }

    50% {
        transform: rotate(180deg) scale(1.5)
    }

    100% {
        transform: rotate(360deg) scale(0)
    }
}

.content-page-article-right {
    order: 1;
}

.content-page-article-left {
    order: 2
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 300px;
    width: 100%;
}

.mySwiper {
    height: 120px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    cursor: pointer;
    background: #000;
}

.mySwiper .swiper-slide img {
    opacity: 0.4;
    transition: all 0.6s;
}

.mySwiper .swiper-slide-thumb-active img {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider .owl-nav {
    height: 0px;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 10
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #FFF !important;
    border: 1px solid #FFF !important;
    border-radius: 50%;
    margin: 0px 3px;
}

.owl-dots .owl-dot.active {
    background: #ee9d1e !important;
    border: 1px solid #ee9d1e !important;
}

.load-tab {
    display: none;
}

.load-tab.active {
    display: block;
}

.view-more {
    margin-top: 20px;
    text-align: center;
}

.view-more a {
    background: transparent;
    display: inline-block;
    padding: 6px 30px;
    color: #244f21;
    border: 1px solid #e2ac36;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.view-more a img {
    vertical-align: middle;
    margin-top: -3px;
}

#feedback-contain {
    padding: 80px 0px 50px;
    background: url('../images/bg-feedback.png') no-repeat;
    background-size: cover;
    position: relative;
}

.feedback-cont {}

.feedback-box {
    width: 100%;
}

.feedback-box h4 {
    color: #FFF;
    margin: 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
}

.feedback-box h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    position: relative;
}

.feedback-box h3:before {
    position: absolute;
    width: 73px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    content: '';
    background: #ffc71e;
}

.feedback-desc {
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    position: relative;
    height: 305px;
    display: flex;
    align-items: center;
    padding: 110px 93px 80px;
    text-align: center;
}

.feedback-desc:after {
    position: absolute;
    width: 55px;
    height: 37px;
    background: url('../images/icon-phay.png') no-repeat right;
    content: '';
    right: 50%;
    margin-right: -27.5px;
    top: 60px;
}

.feedback-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    font-size: 15px;
    font-style: italic;
}

.feedback-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    position: relative;
    min-height: 85px;
}

.feedback-img {
    width: 90px;
}

.feedback-img img {
    position: relative;
    border-radius: 50%;
    border: 3px solid #FFF;
}

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

.feedback-account h6 {
    font-size: 17px;
    color: #FFF;
    margin-bottom: 0px;
    font-weight: 700;
}

.feedback-account p {
    font-size: 13px;
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 5px;
}

.in-feedback .owl-nav {
    height: 0px;
}

.in-feedback .owl-dots {
    position: absolute;
    bottom: -72px;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 10
}

.in-feedback .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: transparent !important;
    border: 1px solid #FFF !important;
    border-radius: 50%;
    margin: 0px 3px;
}

.in-feedback .owl-dots .owl-dot.active {
    background: #aa8453 !important;
    border: 1px solid #aa8453 !important;
}

.review-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}

.review-circle {
    width: 270px;
    height: 270px;
}

.review-circle .circle {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #FFF !important;
    border-radius: 92% 110% 132% 88%;
}

.review-circle .circle:nth-child(1) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin1 6s linear infinite;
    animation: spin1 6s linear infinite;
    border-color: #c7c7c7;
}

.review-circle .circle:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
    border-color: #c7c7c7;
}

.review-circle .circle:nth-child(3) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin3 6s linear infinite;
    animation: spin3 6s linear infinite;
    border-color: #c7c7c7;
}

.review-circle .circle:nth-child(4) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: spin4 6s linear infinite;
    animation: spin4 6s linear infinite;
    border-color: #c7c7c7;
}

/*---------------Spin----------------- */
@keyframes spin1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }

    100% {
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg);
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }

    100% {
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg);
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg);
    }

    100% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg);
    }

    100% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }
}

@-webkit-keyframes spin4 {
    0% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }

    100% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg);
    }
}

@keyframes spin4 {
    0% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg);
    }

    100% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg);
    }
}

.pagenews {
    height: 260px;
    overflow: hidden;
    padding-left: 48px;
}

.fanpage {
    padding-left: 60px;
    margin-top: 25px;
    padding-top: 60px;
    border-top: 2px solid #e0a629;
}

.slideshow .owl-nav {
    height: 0px;
}

.box-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #c2c2c2;
}

.box-price.no-mb {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px dotted #c2c2c2;
}

.box-price .pic-price {
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-price .pic-price>a {
    display: inline-block;
    width: 80px;
}

.box-price .pic-price>div.img {
    width: 78px;
}

.box-price .pic-price>div.info {
    width: calc(100% - 84px);
}

.box-price .pic-price>div h3 {
    font-size: 16px;
    font-weight: 500;
}

.box-price .pic-price>div h3 a {
    color: #000;
    text-decoration: none;
}

.box-price .pic-price>div p {
    font-size: 14px;
    color: #8a8a8a;
}

.box-price .price-in {
    width: 130px;
    text-align: right;
    font-family: 'Playfair Display';
    font-size: 16px;
}

.product-category {
    padding: 45px 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px rgb(163 163 163 / 20%);
}

.item_pricelist {
    padding: 0 10px
}

#before-after-contain {
    padding: 80px 0px 40px;
}

.before-after-img {
    position: relative;
    overflow: hidden;
}

.mark-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pos-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 241, .3);
    outline: none;
    margin: 0;
    transition: all .2s;
    top: 0px;
}

.pos-image:hover {
    background: rgba(242, 242, 241, .1);
}

.pos-image::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 400px;
    background: white;
    cursor: pointer;
}

.btn-difference {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../images/btn-truocsau.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    z-index: 2;
    transform: translate(-50%, -50%);
    pointer-events: none;
    margin-left: -3px;
}

.before-after-img img {
    width: 100%;
}

.before-after-desc h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.before-after-desc h4 a {
    color: #333;
}

.before-after-desc p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
}

.content-main img {
    width: inherit !important;
    height: inherit !important;
}

/*  */
.slick-dots {
    bottom: -40px
}

.slick-dots li,
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #FBB253
}

.slick-dots li button:before {
    display: none
}

.product-category {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.content-tabs {
    opacity: 0;
    visibility: hidden;
    position: relative
}

.content-tabs.active {
    opacity: 1;
    visibility: visible;
    position: relative
}

.content-tabs.active .product-category {
    position: relative
}

/* Booking */
.company-txt {
    font-size: 25px;
    text-align: center;
    color: #d1c51d;
    font-weight: bold;
}

.company-txt span {
    color: #e0a629;
}

.company-txt div {
    font-size: 14px;
    color: #000;
    margin: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-txt div svg {
    width: 12px;
    margin-right: 10px;
}

.fc-daygrid-day-events {
    display: none;
}

.fc-day.active,
.fc-day:hover {
    background-color: #7dbe1f !important;
    color: #fff;
}

.fc-basic-view .fc-body .fc-row {
    height: auto !important;
    min-height: 3em !important;
}

.fc-day-number {
    padding: 10px !important;
}

.khunggio-d {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 3px 3px;
    margin-bottom: 20px;
    position: relative;
}

.khunggio-item-block,
.khunggio-item {
    border: #e0a629 solid 1px;
    border-radius: 3px;
    padding: 5px 10px;
    display: grid;
    align-items: center;
    justify-items: center;
    font-size: 12px;
    transition: 0.2s all;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.khunggio-item.active.khunggio-item-block,
.khunggio-item:hover {
    background: #e0a629 !important;
    color: #fff !important;
}

.khunggio-item-block span,
.khunggio-item span {
    font-size: 15px;
    margin-bottom: -2px;
}

.khungio-block {
    position: absolute;
    background: #0000002b;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.khunggio-item-block {
    background: #00000038;
}

.khunggio-item.khunggio-item-block {
    background: transparent;
}

.next-arr {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0px;
    cursor: pointer;
}

.prev-arr {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 0px;
    cursor: pointer;
}

.nhanvien-item {
    width: fit-content;
    margin: 0px auto;
}

.nhanvien-txt {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.nhanvien-slide {
    margin: 10px 0px;
}

.next-arr {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0px;
    cursor: pointer;
}

.prev-arr {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 0px;
    cursor: pointer;
}

.nhanvien-item {
    width: fit-content;
    margin: 0px auto;
    opacity: 0.4;
    display: grid;
    justify-items: center;
}

.nhanvien-txt {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.nhanvien-slide {
    margin: 10px 0px;
}

.slick-current .nhanvien-item {
    opacity: 1;
}

.nhanvien-item {
    width: fit-content;
    margin: 0px auto;
    opacity: 0.4;
    display: grid;
    justify-items: center;
}

.contain-book.margin-booking {
    margin: 0 14%;
    margin-bottom: 40px;
}




/* Fake order */
.show_order {
	position: fixed;
	bottom: -300px;
	left: 20px;
	background: #fff;
	width: 450px;
	z-index: 999;
	box-shadow: 0px 0px 5px #999;
	transition: all 1s;
}

.ds_order h3 {
	font-size: 13px;
	word-break: break-all;
	word-spacing: normal;
}

.box_order {
	display: flex;
	align-items: center;

	position: relative;
}

.box_order img {

	margin-right: 10px;
	width: 80px;
}

.box_order .fake_order_time {
	padding: 5px;
	/* position: absolute;
	right: 10px;
	bottom: 10px; */
	text-align: right;
	width: 100%;
	font-size: 12px;
	font-style: italic;
}

.ds_order {
	padding-top: 10px;
}