@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: 'SVN-ALoveOfThunder';
    src: url('../fonts/ext/SVN-ALoveOfThunder.eot');
    src: url('../fonts/ext/SVN-ALoveOfThunder.eot') format('embedded-opentype'), url('../fonts/ext/SVN-ALoveOfThunder.woff2') format('woff2'), url('../fonts/ext/SVN-ALoveOfThunder.woff') format('woff'), url('../fonts/ext/SVN-ALoveOfThunder.ttf') format('truetype'), url('../fonts/ext/SVN-ALoveOfThunder.svg#SVN-ALoveOfThunder') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'iCielAlina-regular';
    src: url('../fonts/ext/iCielAlina-regular.eot');
    src: url('../fonts/ext/iCielAlina-regular.eot') format('embedded-opentype'), url('../fonts/ext/iCielAlina-regular.woff2') format('woff2'), url('../fonts/ext/iCielAlina-regular.woff') format('woff'), url('../fonts/ext/iCielAlina-regular.ttf') format('truetype'), url('../fonts/ext/iCielAlina-regular.svg#iCielAlina-regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'iCielBrushUp';
    src: url('../fonts/ext/iCielBrushUp.eot');
    src: url('../fonts/ext/iCielBrushUp.eot') format('embedded-opentype'), url('../fonts/ext/iCielBrushUp.woff2') format('woff2'), url('../fonts/ext/iCielBrushUp.woff') format('woff'), url('../fonts/ext/iCielBrushUp.ttf') format('truetype'), url('../fonts/ext/iCielBrushUp.svg#iCielBrushUp') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Medium';
    src: url('../fonts/ext/Mulish-Medium.eot');
    src: url('../fonts/ext/Mulish-Medium.eot') format('embedded-opentype'), url('../fonts/ext/Mulish-Medium.woff2') format('woff2'), url('../fonts/ext/Mulish-Medium.woff') format('woff'), url('../fonts/ext/Mulish-Medium.ttf') format('truetype'), url('../fonts/ext/Mulish-Medium.svg#Mulish-Medium') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Bold';
    src: url('../fonts/ext/Mulish-Bold.eot');
    src: url('../fonts/ext/Mulish-Bold.eot') format('embedded-opentype'), url('../fonts/ext/Mulish-Bold.woff2') format('woff2'), url('../fonts/ext/Mulish-Bold.woff') format('woff'), url('../fonts/ext/Mulish-Bold.ttf') format('truetype'), url('../fonts/ext/Mulish-Bold.svg#Mulish-Bold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/ext/Oswald-Bold.eot');
    src: url('../fonts/ext/Oswald-Bold.eot') format('embedded-opentype'), url('../fonts/ext/Oswald-Bold.woff2') format('woff2'), url('../fonts/ext/Oswald-Bold.woff') format('woff'), url('../fonts/ext/Oswald-Bold.ttf') format('truetype'), url('../fonts/ext/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'UTMBeautifulCaps';
    src: url('../fonts/ext/UTMBeautifulCaps.eot');
    src: url('../fonts/ext/UTMBeautifulCaps.eot') format('embedded-opentype'), url('../fonts/ext/UTMBeautifulCaps.woff2') format('woff2'), url('../fonts/ext/UTMBeautifulCaps.woff') format('woff'), url('../fonts/ext/UTMBeautifulCaps.ttf') format('truetype'), url('../fonts/ext/UTMBeautifulCaps.svg#UTMBeautifulCaps') format('svg');
    font-display: swap;
}

/* 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: 'Roboto', sans-serif;
    background: #FFF;
    font-weight: 400;
    overflow-x: hidden;
}

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 {
    max-width: 1312px;
    padding: 0px 6px;
    margin: 0px auto;
}

.container-jn-full {
    width: 1320px;
    padding: 0px 10px;
    margin: 0px auto;
}

.wrap-main,
.wrap-content {
    padding: 0px 10px;
}

.margin-in-top {
    margin-top: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-6 {
    margin-bottom: 6px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-24 {
    margin-bottom: 24px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.padding-arrow {
    padding: 35px 0px 28px;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
}

.row25 {
    margin: 0px -25px;
}

.item25 {
    padding: 0px 25px;
}

.row20 {
    margin: 0px -20px;
}

.item20 {
    padding: 0px 20px;
}

.row30 {
    margin: 0px -30px;
}

.item30 {
    padding: 0px 30px;
}

.row45 {
    margin: 0px -45px;
}

.item45 {
    padding: 0px 45px;
}

.row15 {
    margin: 0px -15px;
}

.item15 {
    padding: 0px 15px;
}

.row12 {
    margin: 0px -12px;
}

.item12 {
    padding: 0px 12px;
}

.row9 {
    margin: 0px -9px;
}

.item9 {
    padding: 0px 9px;
}

.row10 {
    margin: 0px -10px;
}

.item10 {
    padding: 0px 10px;
}

.row3 {
    margin: 0px -3px;
}

.item3 {
    padding: 0px 3px;
}

.row5 {
    margin: 0px -5px;
}

.item5 {
    padding: 0px 5px;
}

.row6 {
    margin: 0px -6px;
}

.item6 {
    padding: 0px 6px;
}

.col-jn-1 {
    width: calc(100% / 1);
}

.col-jn-2 {
    width: calc(100% / 2);
}

.col-jn-3 {
    width: calc(100% / 3);
}

.col-jn-4 {
    width: calc(100% / 4);
}

.col-jn-5 {
    width: calc(100% / 5);
}

.col-jn-6 {
    width: calc(100% / 6);
}

.col-jn-7 {
    width: calc(100% / 7);
}

.col-jn-8 {
    width: calc(100% / 8);
}

.col-jn-9 {
    width: calc(100% / 9);
}

.col-jn--1 {
    width: calc(100% / 12 * 1);
}

.col-jn--2 {
    width: calc(100% / 12 * 2);
}

.col-jn--3 {
    width: calc(100% / 12 * 3);
}

.col-jn--4 {
    width: calc(100% / 12 * 4);
}

.col-jn--5 {
    width: calc(100% / 12 * 5);
}

.col-jn--6 {
    width: calc(100% / 12 * 6);
}

.col-jn--7 {
    width: calc(100% / 12 * 7);
}

.col-jn--8 {
    width: calc(100% / 12 * 8);
}

.col-jn--9 {
    width: calc(100% / 12 * 9);
}

.col-jn--10 {
    width: calc(100% / 12 * 10);
}

.col--x1 {
    width: 40%;
}

.col--x2 {
    width: 20%;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}
.wrap-full{
    width: 100%;
    overflow-x: hidden;
}
/* General */
.title-main {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-bottom: 17px;
    background: url('../images/icon-title.png') no-repeat center bottom;
}

.title-main h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Times News Roman';
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.title-main ul.list-status-product {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0px;
}

.title-main ul.list-status-product li {
    margin: 0px 4px;
}

.title-main ul.list-status-product li {
    padding: 8px 20px;
    text-transform: uppercase;
    border: 1px solid #000000;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    min-width: 168px;
    text-align: center;
}

.title-main ul.list-status-product li.active {
    color: #FFF;
    background: #000000;
}

.tabs-index {
    display: none;
}

.tabs-index.tabs-show {
    display: block;
}

.tabs-list {
    display: none;
}

.tabs-list.tabs-show {
    display: block;
}

.list-page-product {
    color: #344c68;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

.list-page-product li {
    text-transform: uppercase;
    margin: 0px 6px;
    cursor: pointer;
    color: #333;
    padding: 7px 15px;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 16px;
}

.list-page-product li.active,
.list-page-product li:hover {
    color: #FFFFFF;
    background: #040404;
}

.tab-change-index {
    display: none;
}

.tab-change-index.show {
    display: block;
}

.title-main.white {
}

.title-main.none {
    margin-bottom: 0px;
}

.title-main.text-left {
    text-align: left;
}

.title-main p {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #727272;
}

.title-main.white p {
    color: #FFF;
}

.title-main.white h3 {
    color: #FFF;
}

.title-main h3 {
    color: #00a135;
    z-index: 2;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    line-height: 55px;
    padding: 0px 20px 0px;
    font-size: 50px;
    font-family: "SVN-ALoveOfThunder";
}

.title-main h3.fw {
    font-weight: 500;
}

.title-main.white h3 {
    color: #feae01;
}

.title-main.yelo h3:after {
    background: #ffd518 url('../images/icon-title.png') no-repeat center;
}

.title-main.yelo:after,
.title-main.yelo:before {
    border-top: 1px dashed #FFF;
}

.title-main h5 {
    font-family: 'UTMTimes';
    font-size: 32px;
    color: #929292;
    display: block;
}

.title-main a {
    display: inline-block;
    position: absolute;
    right: 0px;
    line-height: 37px;
    color: #333;
    text-align: center;
    top: 0px;
    letter-spacing: 1px;
    text-decoration: none;
}

.title-main a:hover {
    color: #208700;
}

.title-main.in-detail {
    text-align: left;
    background: none;
    padding-top: 0px;
    margin-bottom: 20px;
}

.title-main h1 {
    font-size: 30px;
    color: #00a135;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 4px;
}

.title-main-detail h1 {
    font-size: 25px;
    color: #00a135;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    font-weight: 700;
}

.box-white-detail {
    background: #FFF;
}

.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 a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: 0;
}

.video-img img {
    width: 100%;
}

.box-video {
    position: relative;
}

.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;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

.playBut {

    /*  border: 1px solid red;*/
    display: inline-block;
    -webkit-transition: all 0.5s ease;
}

.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #FFF;
    transform: translateY(0);
}

.video-img: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);
    }

}

.video-img:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}

#feedback-contain {
    padding: 60px 0px;
}

.feedback-img {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
}

.feedback-img span {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-right: 15px;
}

.feedback-img > div {
    width: calc(100% - 76px - 15px)
}

.feedback-img h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1px;
}

.feedback-desc {
    margin: 0 auto;
    width: 260px;
    height: 260px;
    padding: 68px 40px;
    text-align: center;
    color: #333;
    position: relative;
}

.feedback-desc:before {
    position: absolute;
    top: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: url('../images/bg-feedback.png') no-repeat center;
    -webkit-animation: cicleRate 10s infinite; /* Safari 4+ */
    -moz-animation: cicleRate 10s infinite; /* Fx 5+ */
    -o-animation: cicleRate 10s infinite; /* Opera 12+ */
    animation: cicleRate 10s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes cicleRate {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@-moz-keyframes cicleRate {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@-o-keyframes cicleRate {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes cicleRate {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.feedback-desc p {
    margin-bottom: 0px;
}

.feedback-img p {
    margin-bottom: 0px;
    color: #333;
}

.con-feed {
    height: 340px;
    overflow: hidden;
}

.quotation-input {
    margin-bottom: 10px;
}

.quotation-input .form-control {
    height: 37px;
    width: 100%;
    border: none;
}

.quotation-input textarea.form-control {
    height: 104px;
}

.quotation-button input[type=submit] {
    padding: 8px 12px;
    border: none;
    border-radius: 3px;
    height: 43px;
}

.quotation-button p {
    padding: 5px 5px 5px 38px;
    color: #FFF;
    background: url('../images/icon-hotline1.png') no-repeat left center;
    font-size: 20px;
}

#feedback-contain .feedback-right {
    width: 485px;
    color: #FFF;
}

.box-arr {
    padding: 10px 0px 10px;
}

.box-arr select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    outline: none;
}

.row-feed {
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 10px;
}

.row-feed .img {
    width: 150px;
}

.row-feed .img img {
    border-radius: 50%;
}

.row-feed .desc {
    width: calc(100% - 160px);
}

.row-feed .desc h5 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    color: #4c9fad;
    text-transform: uppercase;
}

.row-feed .desc h5:before {
    width: 250px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
}

.row-feed .desc p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: #333333;
    font-weight: 400;
}

.row-feed .desc p:last-child {
    margin-bottom: 0px;
    font-style: inherit;
}

.in-feedback.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.in-feedback.owl-theme .owl-nav.disabled + .owl-dots * {
    outline: none;
}

.in-feedback.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    position: relative;
}

.in-feedback.owl-theme .owl-dots .owl-dot span:before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    opacity: 0;
    transition: all 0.6s;
}

.in-feedback.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #92191e;
}

.in-feedback.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before {
    opacity: 1;
}

#album-contain {
    padding: 10px 0px 30px;
    background-size: cover;
}

#album-contain h5 {
    font-family: 'Mulish-ExtraBold';
    text-transform: uppercase;
    color: #208700;
    padding-left: 15px;
    border-left: 3px solid #ffaf04;
    margin-bottom: 20px;
}

.album-left {
    width: 560px;
}

.album-right {
    width: calc(100% - 560px);
}

.grid-ablum {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 180px 180px;
    grid-gap: 5px;
    width: 100%;
}

.grid-ablum .item {
    position: relative;
    background: #F90;
}

.grid-ablum .item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}

.grid-ablum .item:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: '';
    z-index: 2;
    position: absolute;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.6);
}

.grid-ablum .item:hover:before {
    opacity: 1;
    transform: scale(1);
}

.grid-ablum .item {
    position: relative;
    overflow: hidden;
    background: #D90;
}

.grid-ablum .item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    background: transparent;
}

.grid-ablum .album-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    padding: 10px;
    background: transparent;
    text-align: center;
}

.grid-ablum .item:nth-child(1) .album-box {
    padding: 30px;
}

.grid-ablum .item span {
    padding: 5px 10px;
    font-size: 13px;
    color: #FFF;
    border: 1px solid #FFF;
    display: inline-block;
    text-transform: uppercase;
}

.grid-ablum .item:not(:nth-child(1)) span {
    display: none;
}

.grid-ablum .item h3 {
    color: #FFF;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.grid-ablum .item:nth-child(1) .album-box {
    font-size: 34px;
}

.grid-ablum .item:nth-child(1)  h3 {
    font-size: 34px;
}

.grid-ablum .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.6s;
}

.grid-ablum .item:hover img {
    transform: scale(1.05);
}

.album-ce h3 {
    margin-top: 40px;
    opacity: 0;
    transition: all 0.5s;
}

.album-ce span {
    margin-top: 40px;
    opacity: 0;
    transition: all 0.8s;
}

.grid-ablum .item:hover h3 {
    margin-top: 0px;
    opacity: 1;
}

.grid-ablum .item:hover span {
    margin-top: 0px;
    opacity: 1;
}

#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;
}

.product-contain {
    padding: 30px 0px 30px;
}

.product-contain.bg {
    background: #f5f5f5;
}

#product-contain-noibat {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}

.bg-product-contain {
    background: #f9f9f9;
}

#product-cata {
    padding: 60px 0px 0px;
}

#product-cata .col-480 {
    width: 42%;
}

#product-cata .col-325 {
    width: 29%;
}

#product-cata .first-cata {
}

#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;
}

#adv-contain {
    padding: 0px 0px 0px;
    overflow: hidden;
    max-width: 100%;
}

#adv-contain img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
.adv-img:hover img{
    transform: scale(1.1) !important;
}

#adv-contain .col-jn-3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.service-box {
    padding: 50px 0px;
    background-attachment: fixed;
    min-height: 400px;
}

.service-box .box-service {

}

.service-box .box-service .pic-service {
    position: relative;
    overflow: hidden;
    padding: 5px;
    background: #FFF;
}

.service-box .box-service .title-service span {
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    border-radius: 50%;
    background: #FD665D;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: calc(50% - 20px);
}

.service-box .box-service .pic-service img {
    transition: all 0.6s;
}

.service-box .box-service:hover .pic-service img {
    transform: scale(1.05)
}

.service-box .box-service .title-service {
    position: relative;
}

.service-box .box-service .title-service h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-box .box-service .title-service h3 a {
    color: #333;
    text-decoration: none;
}

.service-box .box-service:hover .title-service h3 a {
    color: #e40000;
}

.service-box .box-service  .title-service p {
    margin-bottom: 0px;
    text-align: center;
}

.service-box .box-service  .title-service p a {
    color: #e40000;
    text-decoration: underline;
}

#about-contain {
    padding: 90px 0px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.left-icon {
    width: 452px;
    height: 123px;
    background: url('../images/bg-about-left.png') no-repeat top center;
    left: 0px;
    top: 0px;
    position: absolute;
}

.right-icon {
    width: 259px;
    height: 263px;
    background: url('../images/bg-about-right.png') no-repeat top center;
    right: 0px;
    top: -22px;
    position: absolute;
    z-index: 99;
}

.about-left {
    width: calc(100% - 610px - 35px);
    margin-right: 48px;
    position: relative;
}

.box-gt-img {
}

.about-left a {
    display: block;
    position: relative;
}

.about-left img {
    width: 100%;
}

.about-img-one {
    position: relative;
}

.about-img-one img {
    display: block;
    width: 100%;
}

.about-img {
    position: relative;
}

.about-img a:nth-child(1) {
    display: block;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.about-img a:nth-child(2) {
    display: block;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: -60px;
    z-index: 0;
}

.about-right {
    width: 582px;
    text-align: center;
}

.about-right h5 {
    color: #333333;
    font-size: 74px;
    font-family: 'UTMBeautifulCaps';
    position: relative;
    z-index: 2;
}

.about-right h3 {
    color: #ffc20e;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    font-family: 'SVN-ALoveOfThunder';
}

.about-desc {
    line-height: 1.8;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
}

.readmorex {
    margin-top: 32px;
    display: block;
}

a.readmore-about {
    display: inline-block;
    padding: 8px 40px 6px;
    color: #00a135;
    background: #c7ecbf;
    border: 2px solid #00a135;
    margin-top: 0px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 40px;
    position: relative;
    font-weight: 700;
}

a.readmore-about:before {
    content: '';
    width: 30px;
    height: 33px;
    position: absolute;
    top: -14px;
    left: -6px;
    background: url('../images/icon-la.png') no-repeat top;
}

.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;
}

#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: 60px 0px;
    background: url('../images/bg-dangky.png') no-repeat center;
    background-size: cover;
}

.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);
    -webkit-animation: keyframe-one 1s ease-in-out backwards infinite;
    -moz-animation: keyframe-one 1s ease-in-out backwards infinite;
    -o-animation: keyframe-one 1s ease-in-out backwards infinite;
    -ms-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: 50px 0px 30px;
    background: #f8f8f8;
}

.title-news {
    color: #00a135;
    z-index: 2;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    line-height: 55px;
    font-size: 50px;
    font-family: "SVN-ALoveOfThunder";
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title-news:before {
    width: 100px;
    height: 2px;
    background: #000000;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.newsindex-box.dd-none {
    display: none !important;
}

.newsindex-box {
    margin-bottom: 30px;
}

.newsindex-box .newsindex-img {
    width: 150px;
}

.newsindex-box .newsindex-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsindex-box .newsindex-desc {
    width: calc(100% - 150px);
    text-align: left;
    position: relative;
}

.newsindex-box .newsindex-desc h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.newsindex-box .newsindex-desc h3 a {
    color: #333;
}

.newsindex-box:hover .newsindex-desc h3 a {
    color: #00a135;
}

.newsindex-box .newsindex-desc p {
    margin-bottom: 9px;
    color: #5a5a5a;
    font-size: 13px;
}

.newsindex-box .newsindex-desc p:last-child {
    margin-bottom: 0px;
}

.newsindex-box .newsindex-desc p a {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    color: #00a135;
    border: 1px solid #00a135;
}

.newsindex-box .newsindex-desc .time {
    font-size: 13px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 5px;
    position: absolute;
    left: -65px;
    top: 30px;
    background: #00a135;
    padding: 7px 20px 7px 30px;
}

.newsindex-box .newsindex-desc .time span {
    font-size: 20px;
}

#product-ag-contain-mobile {
    display: none;
}

.product-ag-img {
    width: 50%;
}

.product-ag-img a {
    padding: 5px;
    background: #dfdfdf;
    border-radius: 5px;
}
.product-ag-img img{
    transition: all 0.3s ease-in-out;
}
.product-ag-img:hover img{
    transform: scale(1.1);
}

.product-ag-desc {
    width: 50%;
}

.product-ag-desc h3 {
    margin-bottom: 15px;
}

.product-ag-desc h3 a {
    font-size: 35px;
    color: #47b500;
    text-decoration: none;
    font-family: 'Quicksand';
    font-weight: 700;
}

.product-ag-desc p:nth-child(2) {
    line-height: 26px;
    margin-bottom: 20px;
}

.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 {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0pc;
    margin: 0px;
    margin-top: 15px;
}

.social li {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
}

.social li:last-child {
    margin-right: 0px;
}

.social li img {
    max-height: 30px;
}

.social-line {
    position: relative;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}

.social-line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #79b766;
    left: 0px;
    bottom: 50%;
}

.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;
}

/* Header */

/*Header top three*/
#header-top-three {
    color: #FFF;
    font-size: 14px;
    position: relative;
    background: #00a135;
}

#header-top-three p {
    margin-bottom: 0px;
    color: #FFF;
}

#header-top-three p.pr-none {
    padding-right: 0px;
}

.header-top {
    position: relative;
    padding: 8px 0px;
    line-height: 24px;
}

.header-top .social {
    margin-top: 0px;
    margin-left: 50px;
}

.header-bottom {
}

#header {
    position: relative;
    z-index: 9999;
    background: #FFF;
}

.logo-header {
    width: 158px;
    position: relative;
    overflow: hidden;
    top: -40px;
    z-index: 9900;
    height: 158px;
    transition: all 0.5s;
}

.logo-header img {
    transition: all 0.6s;
}

.logo-scroll .logo-header {
    top: -33px;
}

.logo-scroll img {
    transform: scale(0.57);
}

.banner-header {
    width: 100%;
    text-align: center;
}

.banner-img {
}

.hotline {
    text-align: left;
    font-size: 30px;
    padding-left: 65px;
    position: relative;
    padding-top: 3px;
}

.hotline span {
    position: absolute;
    display: inline-block;
    width: 58px;
    height: 54px;
    overflow: hidden;
    left: 0px;
    position: absolute;
    top: 0px;
}

.hotline p:nth-child(2),
.cart p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #FFF;
}

.hotline p:nth-child(3),
.cart p:nth-child(3) {
    font-size: 18px;
    color: #d00000;
    font-weight: 700;
}

.cart {
    border: 1px solid #00a135;
    text-align: left;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.cart > span {
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url('../images/icon-cart.png') no-repeat center;
    overflow: hidden;
    left: 0px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.cart > span > span {
    display: inline-block;
    background: #dd0000;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #FFF;
    border-radius: 50%;
    font-size: 11px;
    margin-top: 7px;
    display: none;
}

.img-logo {
    margin-bottom: 10px;
}

.hotline-banner {
    width: 184px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
}

.social-banner {
    list-style: none;
    margin-bottom: 0px;
}

.social-banner img {
    max-width: 30px;
}

.social-search-top {
    margin-bottom: 21px;
    margin-top: 25px;
}

/* Menu */
#menu-contain {
    transform: translateX(0%);
    transition: all 0.6s;
    padding: 0px 0px;
    height: 90px;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
}

#menu-contain:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: url('../images/bg-line-top.png') repeat top center;
    left: 0px;
    top: 0px;
    z-index: 2222;
}

#menu-contain.open {
    opacity: 1;
    transform: translateY(-100%);
}

#menu-contain.menu-sticky {
    position: sticky;
    top: 0px;
    transform: translateY(0px);
    z-index: 1000;
}

#menu-contain .container-jn {
    position: relative;
}

#menu-contain.open-bg {
    padding: 0px 0px;
}

#menu-contain.open-bg-in {
    padding: 0px 0px;
}

.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);
    -webkit-animation: circle 1s ease-in-out backwards infinite;
    -moz-animation: circle 1s ease-in-out backwards infinite;
    -o-animation: circle 1s ease-in-out backwards infinite;
    -ms-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: 260px;
    margin-right: 10px;
    position: relative;
}

.list-left h4 {
    margin-bottom: 0px;
    height: 46px;
    line-height: 46px;
    background: #000000 url(../images/icon-list.png) no-repeat 24px center;
    font-size: 16px;
    padding: 0px 10px 0px 56px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
}

.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: #000000;
}

.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-right {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0px;
    top: 45px;
    margin-top: -20px;
    z-index: 999999;
}

.menu {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 90px;
}

.menu ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.menu > ul {
    width: calc(50% - (158px / 2));
    height: 90px;
    position: relative;
    z-index: 99999;
}

.menu ul li {
    position: relative;
    z-index: 99;
}

.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;
}

.menu > ul.left-menu > li {
    margin-right: 100px;
}

.menu > ul.right-menu > li {
    margin-left: 84px;
}

.menu > ul > li > a {
    padding: 16px 0px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.menu > ul > li > a img {
    vertical-align: middle;
    float: left;
    margin-top: -7px;
}

.menu > ul > li > a:hover,
.menu > ul > li > a:hover h2,
.menu > ul > li > a.active {
    color: #00a135;
}

.menu ul li h2 {
    margin-bottom: 0px;
}

.menu ul li a:hover,
.menu ul li h2 a:hover {
    color: #00a135;
}

.menu ul li ul {
    position: absolute;
    min-width: 200px;
    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;
}

.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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: #f25657;
}

/* Search */
.menu-responsive {
    display: none;
}

.menu-mobile {
    width: 40px;
    background: transparent;
    z-index: 102;
    padding: 2px 5px;
    box-sizing: border-box;
    height: 40px;
    display: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #00a135;
    border-radius: 5px;
}

.menu-mobile * {
    box-sizing: border-box;
}

.menu-mobile > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #00a135;
    content: '';
    margin-top: 17px;
}

.menu-mobile > span:after {
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background: #00a135;
    content: '';
    position: absolute;
    margin-top: -8px;
    left: 5px;
}

.menu-mobile > span:before {
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background: #00a135;
    content: '';
    position: absolute;
    margin-top: 8px;
    left: 5px;
}

.search {
    width: 40px;
    color: #FFF;
    display: flex;
    cursor: pointer;
    height: 40px;
    background: #b2b2b2;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
}

.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: 544px;
    position: relative;
}

.inner-search {
    width: 230px;
    display: flex;
    background: transparent;
    overflow: hidden;
    border-right: 1px solid #2b2a2a;
}

.inner-search input {
    width: calc(100% - 35px);
    height: 54px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 15px;
    padding: 0px 10px;
}

.inner-search input::-webkit-input-placeholder {
    color: #FFF;
}

.inner-search input:-moz-placeholder {
    color: #FFF;
}

.inner-search input::-moz-placeholder {
    color: #FFF;
}

.inner-search input:-ms-input-placeholder {
    color: #FFF;
}

.inner-search button {
    background: transparent;
    border: none;
    width: 56px;
    height: 54px;
    color: #FFF;
}

.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;
    font-weight: 700;
}

/* 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;
}

#hamburger {
    display: block;
    width: 45px;
    height: 23px;
    position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

/* 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 */
.slideshow {
}

.destop-bottom {
    display: none
}

.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;
}

.top-search-page {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.top-search-page svg.is-regular {
    width: 24px;
    height: 24px;
    fill: none;
}

.top-search-page h4 {
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-search-page p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.content-search {
    width: 730px;
    margin: 0 auto;
}

.content-search ul {
    list-style: none;
    display: flex;
    padding: 0px;
}

.content-search ul li {
    margin-right: 27px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}

.content-search ul li:hover,
.content-search ul li.active {
    color: #f8b931;
}

.filter-search {
    width: 100%;
    display: flex;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #92191e;
}

.filter-search .input-search {
    width: calc(100% - 62px);
    position: relative;
    padding: 0px 10px;
}

.filter-search  .filter-advance {
    position: absolute;
    right: 7px;
    z-index: 5;
    top: 7px;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.filter-search .input-search input {
    font-size: 12px;
    width: 100%;
    height: 35px;
    border: none;
    padding: 5px 0px;
    outline: none;
}

.filter-search .btn-search {
    width: 60px;
    height: 35px;
}

.filter-search .btn-search button {
    width: 100%;
    height: 33px;
    color: #FFF;
    background: #92191e;
    border: none;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    margin: 1px;
}

/* Partner */
.wrap-partner {
    padding: 0px 10px;
}

.wrap-partner .wrap-content {
    max-width: 1200px;
    padding: 0px;
    position: relative;
}

.owl-partner {
    padding: 0px 40px;
}

#partnerOwl {
    padding: 30px 0px;
    background: #f7f7f7;
}

.pic-part {
    display: block;
    border: 1px solid #eee;
    background: #FFF;
    text-align: center;
}

.partner img {
    width: 100%;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: rgb(175 175 175 / 10%);
    margin-bottom: 20px;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    width: 100%;
}

.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-box {
    padding: 50px 0px 20px;
}

.pic-gallery {
    position: relative;
}

.pic-gallery img {
    width: 100%;
    object-fit: cover;
}

.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%;
}

.box-album {
    position: relative;
}

.box-album > a {
    position: absolute;
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.name-album {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    padding-bottom: 10px;
}

.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;
}

.product {
}

.box-product {
    position: relative;
    display: block;
}

.pic-product {
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.pic-product img {
    width: 100%;
}

.pic-product .action {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name-product {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
}

.name-product a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

.name-product.text-split {
    -webkit-line-clamp: 2;
}

.box-product:hover .name-product a {
    color: #c50000;
}

.desc-kg {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
}

.title-product {
    position: relative;
    padding: 10px 0px 0px;
    border-top: 0px;
    text-align: center;
}

.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;
    font-weight: 700;
}

.price-product span {
    font-weight: 500;
    padding: 0px 5px;
}

.price-new {
    font-size: 15px;
    color: #ca0000;
    font-weight: 700 !important;
    margin-right: 10px;
}

.price-new-si {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
}

.price-new-si strong {
    color: var(--color-red);
}

.price-old {
    font-size: 15px;
    color: #747474;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: url('../images/sale.png') no-repeat center;
    font-size: 10px;
    width: 36px;
    height: 25px;
    text-align: center;
    line-height: 27px;
}

.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 {
    position: relative;
    cursor: pointer;
    float: left;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 7px 7px 7px;
    border: none;
    z-index: 9;
    min-width: 110px;
    outline: none;
    bottom: -40px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.btn-xemchitiet {
    position: relative;
    cursor: pointer;
    float: left;
    color: #00a135;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 7px 7px 7px;
    border: 1px solid #00a135;
    z-index: 9;
    min-width: 110px;
    outline: none;
    bottom: -20px;
    opacity: 0;
    text-align: center;
    background: #FFF;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
    margin-bottom: 10px;
}

.box-product:hover button.cart-add {
    bottom: 0px;
    opacity: 1;
}

.box-product:hover .btn-xemchitiet {
    bottom: 0px;
    opacity: 1;
}

.btn-xemchitiet:hover {
    background: #D90000;
    text-decoration: none;
    color: #FFF;
}

button.cart-add {
    background: #00a135;
}

button.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

/* Sản Phẩm Detail */
.container-product {
    background: #FFF;
}

.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position: relative;    /* max-height: 494px; */
    overflow: hidden;    /* height: 473px; */
}

.left-pro-detail .MagicZoom {
    width: 100%;
    text-align: center;
}

.slider-nav-product {
}

.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: -28px;
}

.slider-nav-product .slick-next:before,
.slider-nav-product .slick-prev:before {
    display: none;
}

.right-pro-detail {
    color: #333;
}

.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: 28px;
    display: block;
    color: #00a135;
    font-weight: 700;
}

.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;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 10px;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.attr-content-pro-detail.flex {
    display: flex !important;
}

.price-new-pro-detail {
    font-size: 25px;
    color: var(--color-red);
    font-weight: 700;
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0px 0px 3px 0px;
    border: 2px solid white;
    padding: 5px;
    margin-right: 5px;
}

.size-pro-detail {
    border: 2px solid #333;
    padding: 2px 5px 2px 5px;
    display: block;
    position: relative;
    font-size: 12px;
    min-width: 24px;
    text-align: center;
    margin-right: 5px;
}

.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.active:before,
.size-pro-detail.active:before,
.color-pro-detail:hover:before,
.size-pro-detail:hover:before {
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #e5101d;
    content: '';
    cursor: pointer;
}

.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;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.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;
    font-family: 'Oswald-Bold';
    text-transform: uppercase;
    border-radius: 3px;
}

.cart-pro-detail a {
    cursor: pointer;
    min-width: calc(50% - 5px);
}

.cart-pro-detail span {
    display: block;
    position: relative;
    z-index: 22
}

.cart-pro-detail a.addnow {
    border: 2px solid #00a135;
    color: #00a135;
}

.cart-pro-detail a {
    position: relative
}

.cart-pro-detail a:before {
    position: absolute;
    width: 0%;
    left: 50%;
    height: 100%;
    content: '';
    background: #00a135;
    top: 0px;
    transition: all .3s;
}

.cart-pro-detail a:after {
    position: absolute;
    width: 0%;
    right: 50%;
    height: 100%;
    content: '';
    background: #00a135;
    top: 0px;
    transition: all .3s;
}

.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: #00a135;
}

.cart-pro-detail a:hover {
    color: #FFF;
}

.cart-pro-detail a.buynow {
    border: 2px solid #D90000;
    color: #D90000;
}

.cart-pro-detail a.buynow:before,
.cart-pro-detail a.buynow:after {
    background: #D90000;
}

.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 {
    margin: 1rem 0px 2rem 0px;
    display: flex;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #000000;
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #00a135;
    display: flex;
    flex-wrap: wrap;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    background: #eee;
    padding: 8px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #00a135;
    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;
}

/* 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;
    border-radius: 5px;
}

.pic-news img {
    width: 100%;    /* object-fit: cover; */
}

.pic-news img {
    width: 100%
}

.pic-news {
    width: 35%;
}

.info-news {
    width: 65%;
    padding-left: 15px;
}

.name-news {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
}

.name-news a {
    color: #333;
    text-decoration: none;
}

.news-box:hover a {
    color: #00a135;
}

.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;
}

.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*/
.bg-line-why {
    background: url('../images/bg-visao-line.png') no-repeat center;
}

.why-box {
    padding: 50px 0px 50px;
    background-size: cover;
    background: #00a135;
}

.why-box .box-why {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.why-box .box-why .pic-why {
    width: 148px;
    height: 148px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 50%;
}

.why-box .box-why .pic-why img {
    border-radius: 50%;
}

.why-box .box-why .title-why h3 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: 700;
    line-height: 30px;
}

.why-box .box-why .title-why h3 a {
    color: #333333;
    text-decoration: none;
}

.why-box .box-why .title-why p {
    text-align: center;
    color: #333;
    line-height: 21px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 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;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
}

.input-contact input {
    text-indent: 10px;
}

.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;
}

.s-footer {
    max-width: 716px;
    margin: 0 auto;
}

.footer-news {
    overflow: hidden;
}

.footer-news:nth-child(1) {
    width: 425px;
}

.footer-news h2 {
    font-family: "SVN-ALoveOfThunder";
    text-transform: uppercase;
    color: #ffc20e;
    font-size: 40px;
}

.box-i-left {
    width: 45%;
}

.box-i-right {
    width: 55%;
    padding-left: 15px;
}

.footer-news:nth-child(2) {
    width: 148px;
}

.footer-news:nth-child(3) {
    width: 274px;
}

.footer-news:nth-child(4) {
    width: 390px;
}

.footer-news .social-bottom {
    list-style: none;
    padding-left: 0px;
}

.logo-footer {
    margin-bottom: 10px;
}

.hotl {
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #FFF;
}

.title-footer1 {
    font-size: 14px;
    margin-bottom: 0.75rem;
    color: #f8b931;
    text-transform: uppercase;
    font-weight: 700;
}

.title-footer {
    font-size: 16px;
    margin-bottom: 5px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    line-height: 30px;
}

.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;
}

.info-footer i {
    width: 30px;
    margin-right: 10px;
    border: 1px solid #e4e2e2;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #e4e2e2;
}

.info-footer h2 {
    color: #FFF;
    margin-bottom: 20px;
}

.info-footer p {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.info-footer p img {
    vertical-align: middle;
    float: left;
    margin-right: 4px;
}

.phone-bottom b {
    font-size: 18px;
    color: #f8b931;
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.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 {
    padding-left: 14px;
    color: #FFF;
    position: relative;
}

.footer-ul li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    left: 0px;
    top: 3px;
    background: url('../images/arrow.png') no-repeat left center;
}

.footer-ul li a:hover {
    color: #00a135;
}

.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;
}

.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);
}

#newsletter-contain {
    background: transparent;
    padding: 10px 0px;
    margin-bottom: -30px;
}

.newsletter-content {
    max-width: 768px;
    margin: 0 auto;
}

.img-newsletter {
    width: 118px;
}

.form-newletter {
    padding: 0px 0px 0px 0px;
    max-width: 768px;
    margin: 0 auto;
}

.form-newletter .pl-line {
    position: relative;
    text-align: left;
}

.form-newletter p {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 0px;
}

.form-newsletter {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.form-newsletter .col-jn--6 {
    position: relative
}

.form-newsletter .col-jn--6:nth-child(1):after {
    position: absolute;
    width: 1px;
    height: calc(100% - 15px);
    background: #FFF;
    content: '';
    right: 0px;
    top: 0px;
}

.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: 12px;
}

.newsletter-input.w-100 {
    width: 100%;
}

.newsletter-input input {
    font-size: 14px;
    border-right: 0px;
    border: none;
    height: 40px;
    padding: 0px 10px;
    border-radius: 0px;
    background: rgb(49 47 47 / 30%);
    border: none;
    color: #FFF;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #FFF;
}

.newsletter-input input::-moz-placeholder {
    color: #FFF;
}

.newsletter-input input:-ms-input-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: #FFF;
}

.newsletter-input input:focus {
    background: rgb(49 47 47 / 30%);
    box-shadow: 0px 0px 0px transparent;
}

.newsletter-input textarea.form-control {
    height: 77px;
    border: none;
    text-indent: 0px;
    padding: 10px;
    background: rgb(49 47 47 / 30%);
    border-radius: 5px;
    outline: none;
    color: #FFF;
    font-size: 14px;
}

.newsletter-input textarea.form-control:focus {
    box-shadow: 0px 0px 0px transparent;
}

.newsletter-button {
    width: 100%;
    text-align: center;
}

.newsletter-button button[type=submit] {
    border: 0px;
    color: #FFF;
    display: inline-block;
    padding: 7px 12px;
    cursor: pointer;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    background: #d22215;
    text-transform: uppercase;
}

.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: #FFF;
    background: #020201;
    padding: 20px 0px;
}

.footer-powered .wrap-content {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 400;
}

.copyright {
    margin-bottom: 0px;
}

.copyright a {
    color: #FFF;
}

.statistic {
    margin-bottom: 0px;
}

.statistic span {
    padding-right: 10px;
}

.statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 355px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.map-store {
    position: relative;
    height: 355px;
}

.map-store ul {
    position: absolute;
    top: 10px;
    right: 10px;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 0px;
    z-index: 2;
}

.map-store ul li {
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 5px;
    background: #00a135;
    color: #FFF;
    font-size: 12px;
    border-radius: 3px;
}

.map-store ul li.active,
.map-store ul li:hover {
    background: #82bc41;
}

.map-store ul li span {
    display: none;
}

.maps-page iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.bottom-contact .map-store {
    height: 500px;
}

/* 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: #00a135;
    border-color: #00a135;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: #00a135;
    color: #fff;
    border-color: #00a135;
}

/* 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;
    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: #00a135;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    display: none;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.toolbar ul li a img {
    height: 30px;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    display: block;
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #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%
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

}

@-webkit-keyframes shake-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

}

@-o-keyframes shake-anim {
    0%,
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

}

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;
}

.slideshow .slider-img {
    display: block;
}

.slideshow .slider-img img {
    object-fit: cover;
}

.content-main.mb-40 {
    margin-bottom: 40px;
}

.row-booking .col-jn--4 {
    width: calc(100% / 12 * 4);
}

.row-booking .col-jn--8 {
    width: calc(100% / 12 * 8);
}

.row-booking .time-frame {
    width: calc(100% / 7);
}

.contain-book {
    max-width: 800px;
    margin: 0px auto;
    padding: 30px;
    box-shadow: 0px 0px 10px #f1f1f1
}

.row-booking p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0px;
}

.row-booking input[type=text],
.row-booking textarea,
.row-booking select {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #FFF;
    outline: none !important;
    color: #333;
    padding: 0px 10px;
}

.validation-booking.was-validated .row-booking input[type=text][required] {
    border: 1px solid #d41212;
}

.validation-booking.was-validated .row-booking input[type=text][required]:valid {
    border: 1px solid #32ab02;
}

.select2-container * {
    outline: none !important;
}

.row-booking textarea {
    height: 100px;
    padding: 10px 10px;
}

.row-booking input[type=text]:focus,
.row-booking textarea:focus {
    border: 1px solid #0099FF;
}

.select-time {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #1182fc;
    background: #FFF;
    outline: none !important;
    color: #333;
    padding: 0px 10px;
}

.select-time.active {
    border: 1px solid #1182fc;
    background: #1182fc;
    color: #FFF;
}

.select-time:hover {
    border: 1px solid #1182fc;
    background: #f5f5f5;
    color: #333;
}

.time-frame {
    margin-bottom: 6px;
}

.time-frame button {
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #1182fc;
    background: #FFF;
    outline: none !important;
    color: #333;
    padding: 0px 10px;
}

.time-frame button .time {
    font-weight: 700;
    color: #1182fc;
}

.time-frame button .slot {
    font-size: 13px;
}

.time-frame button.disable-click {
    cursor: wait;
    pointer-events: none;
    border: 1px solid #B9B9B9 !important;
    color: #B9B9B9 !important;
}

.time-frame button.disable-click .time {
    color: #B9B9B9 !important;
}

.time-frame button:hover {
    border: 1px solid #1182fc;
    background: #f5f5f5;
    color: #333;
}

.time-frame button.active {
    border: 1px solid #1182fc;
    background: #1182fc;
    color: #FFF;
}

.time-frame button.active .time {
    color: #FFF;
}

.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    box-shadow: none !important;
    border-color: #cccccc;
}

.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border-color: #037ada;
}

.row-booking.mb-10 {
    margin-bottom: 10px;
}

.row-booking.mt-20 {
    margin-top: 20px;
}

.row-booking label {
    margin-bottom: 0px;
}

.book-group.red {
    color: #d90000;
    cursor: pointer;
}

.book-group-calender {
    font-weight: 700;
    color: #0099FF;
}

#operatorInfo #operatorAvatar {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 20px;
}

#operatorInfo #operatorContent {
    margin-top: 5px;
    width: calc(100% - 120px);
}

.selection .select2-selection #select2-operator-container img {
    width: 25px !important;
    height: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 33px;
}

.sticky-right {
    position: sticky;
    top: 80px;
    margin-bottom: 40px;
}

.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: -15px;
    font-family: 'Mulish-Bold'
}

.listnews {
    padding: 0;
    margin: 0;
    list-style: none;
}

.listnews li {
    list-style: none;
    padding: 7px 0;
    font-weight: 500;
}

.listnews li .text-dark {
    color: #464545 !important;
}

.listnews li a {
    text-decoration: none;
    font-size: 16px;
}

.listnews li a:hover {
    color: #00a135 !important;
}

.listnews li:not(:last-child) {
    border-bottom: 1px solid rgb(162 162 162 / 10%);
}

.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: #00a135;
}

.cart-no-numb {
    margin-bottom: 20px;
}

@media all and (min-width:800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }

}

.product-slide.owl-theme .owl-nav {
    display: none;
}

.btn.w-100 {
    width: 100%;
}

.btn-hoamai {
    color: #333;
    background-color: #f8b931;
    border-color: #f8b931;
}

.btn-hoamai:hover {
    color: #333;
    background-color: #e2a41f;
    border-color: #e2a41f;
}

.btn-hoamai:focus,
.btn-hoamai.focus {
    color: #333;
    background-color: #e2a41f;
    border-color: #e2a41f;
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 49, 0.5);
}

.btn-hoamai.disabled,
.btn-hoamai:disabled {
    color: #333;
    background-color: #f8b931;
    border-color: #f8b931;
}

.btn-hoamai:not(:disabled):not(.disabled):active,
.btn-hoamai:not(:disabled):not(.disabled).active,.show > .btn-hoamai.dropdown-toggle {
    color: #333;
    background-color: #e2a41f;
    border-color: #e2a41f;
}

.btn-hoamai:not(:disabled):not(.disabled):active:focus,
.btn-hoamai:not(:disabled):not(.disabled).active:focus,.show > .btn-hoamai.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 185, 49, 0.5);
}

.btn-hoamai-register {
    color: #FFF;
    background-color: #1E95A6;
    border-color: #1E95A6;
}

.btn-hoamai-register:hover {
    color: #FFF;
    background-color: #1E95A6;
    border-color: #1E95A6;
}

.btn-hoamai-register:focus,
.btn-hoamai-register.focus {
    color: #FFF;
    background-color: #1E95A6;
    border-color: #1E95A6;
    box-shadow: 0 0 0 0.2rem rgba(37, 176, 195, 0.5);
}

.btn-hoamai-register.disabled,
.btn-hoamai-register:disabled {
    color: #FFF;
    background-color: #1E95A6;
    border-color: #1E95A6;
}

.btn-hoamai-register:not(:disabled):not(.disabled):active,
.btn-hoamai-register:not(:disabled):not(.disabled).active,.show > .btn-hoamai-register.dropdown-toggle {
    color: #FFF;
    background-color: #1E95A6;
    border-color: #1E95A6;
}

.btn-hoamai-register:not(:disabled):not(.disabled):active:focus,
.btn-hoamai-register:not(:disabled):not(.disabled).active:focus,.show > .btn-hoamai-register.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 176, 195, 0.5);
}

.footer {
    background: url('../images/bg-footer.png') no-repeat;
    font-size: 14px;
    background-size: cover;
    padding: 50px 0px 30px;
}

.desc-product {
    height: 690px;
    overflow-y: scroll;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.desc-product::-webkit-scrollbar-track {
    -webkit-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 {
    -webkit-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: 18px;
    text-transform: uppercase;
    color: #208700;
    font-family: 'Mulish-ExtraBold';
    margin-bottom: 15px;
}

.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%)
}

@media (min-width:1025px) {
    .single_image_effect:hover:before {
        -webkit-animation: circle 0.75s;
        -ms-animation: circle 0.75s;
        -o-animation: circle 0.75s;
        animation: circle 0.75s
    }

}

@-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;
}

/*** End Smart Search ***/
#google_language_translator {
    height: 22px;
    overflow: hidden;
    outline: none;
    width: 134px;
    border-left: 1px solid #FFF;
    margin-left: 10px;
}

#google_language_translator select {
    background: none;
    height: 20px;
    padding: 0 5px;
    border: transparent;
    cursor: pointer;
    outline: none;
    color: #FFFF;
    width: 100%;
    margin: 0px;
}

.skiptranslate .goog-te-banner-frame {
    visibility: hidden !important;
}

#google_language_translator {
}

#google_language_translator select option {
    color: #333;
}

#google_translate_element {
    position: relative;
    right: 0;
    top: 1px;
    line-height: 1;
    z-index: 33;
    margin-left: 15px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-menu-frame {
    max-width: 100% !important;
}

.goog-te-menu2 {
    max-width: 100% !important;
    overflow-x: scroll !important;
    box-sizing: border-box !important;
    height: auto !important;
}

body {
    top: 0px !important;
}
