/*
Theme Name: Lors
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: fixed;
    top: 0;
    left: 20px;
    height: 60%;
    z-index: 9;
}
div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid #23795d;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
div.reservation .call {
    color: #23795d;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
    letter-spacing: 9px;
}
div.reservation .call span {
    font-size: 24px;
    color: #fbd367;
    letter-spacing: 1px;
    font-family: 'BROLIMO', sans-serif;
}
div.reservation a .icon svg {
    fill: rgb(35 121 93);
    font-size: 24px;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --c-white: #fff;
    --c-black: #000;
    --c-star: #ffd700;
    --c-dot-1: #ffe268;
    --c-dot-2: #ff005c;
    --c-dot-3: #ffab73;
    --c-dot-4: #4a47a3;
    --c-dot-5: #80abff;
    --size-1: 4px;
    --size-2: 8px;
    --size-3: 16px;
    --dot-anim-duration: 400s;
    --gradient-primary: linear-gradient(90deg,#1ac643 0,#0e8b63 21%,#23795d 41%,#b59234 68%,#fbd365);
	--gra-lors: linear-gradient(90deg,#06795d,#028b3d);
	--animation-primary: gradient 15s ease infinite;
    --c-body-bg: #fff;
    --c-text-main: #161f38;
    --c-text-light: #575861;
    --c-gray-light: #efefef;
    --c-gray-lighter: #f9f9f9;
    --c-border: #dadce5;
    --shadow-opacity: 0.2;
    --c-shadow: 0 10px 10px rgba(0, 0, 0, var(
    --shadow-opacity));
    --fontlors:
    "BROLIMO", sans-serif;
--gra: linear-gradient(90deg,#1ac643 0,#0e8b63 21%,#23795d 41%,#b59234 68%,#fbd365);
	--gra-text: linear-gradient(90deg,#1ac643 0,#62df76 21%,#e7d385 41%,#b59234 68%,#fbd365);
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}
@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Black.eot');
    src: url('./fonts/BROLIMO-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Black.woff2') format('woff2'),
        url('./fonts/BROLIMO-Black.woff') format('woff'),
        url('./fonts/BROLIMO-Black.ttf') format('truetype'),
        url('./fonts/BROLIMO-Black.svg#BROLIMO-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-DemiBold.eot');
    src: url('./fonts/BROLIMO-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-DemiBold.woff2') format('woff2'),
        url('./fonts/BROLIMO-DemiBold.woff') format('woff'),
        url('./fonts/BROLIMO-DemiBold.ttf') format('truetype'),
        url('./fonts/BROLIMO-DemiBold.svg#BROLIMO-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Bold.eot');
    src: url('./fonts/BROLIMO-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Bold.woff2') format('woff2'),
        url('./fonts/BROLIMO-Bold.woff') format('woff'),
        url('./fonts/BROLIMO-Bold.ttf') format('truetype'),
        url('./fonts/BROLIMO-Bold.svg#BROLIMO-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Light.eot');
    src: url('./fonts/BROLIMO-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Light.woff2') format('woff2'),
        url('./fonts/BROLIMO-Light.woff') format('woff'),
        url('./fonts/BROLIMO-Light.ttf') format('truetype'),
        url('./fonts/BROLIMO-Light.svg#BROLIMO-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO Extra';
    src: url('./fonts/BROLIMO-ExtraLight.eot');
    src: url('./fonts/BROLIMO-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-ExtraLight.woff2') format('woff2'),
        url('./fonts/BROLIMO-ExtraLight.woff') format('woff'),
        url('./fonts/BROLIMO-ExtraLight.ttf') format('truetype'),
        url('./fonts/BROLIMO-ExtraLight.svg#BROLIMO-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO Normal';
    src: url('./fonts/BROLIMO-Normal.eot');
    src: url('./fonts/BROLIMO-Normal.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Normal.woff2') format('woff2'),
        url('./fonts/BROLIMO-Normal.woff') format('woff'),
        url('./fonts/BROLIMO-Normal.ttf') format('truetype'),
        url('./fonts/BROLIMO-Normal.svg#BROLIMO-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Medium.eot');
    src: url('./fonts/BROLIMO-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Medium.woff2') format('woff2'),
        url('./fonts/BROLIMO-Medium.woff') format('woff'),
        url('./fonts/BROLIMO-Medium.ttf') format('truetype'),
        url('./fonts/BROLIMO-Medium.svg#BROLIMO-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Heavy.eot');
    src: url('./fonts/BROLIMO-Heavy.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Heavy.woff2') format('woff2'),
        url('./fonts/BROLIMO-Heavy.woff') format('woff'),
        url('./fonts/BROLIMO-Heavy.ttf') format('truetype'),
        url('./fonts/BROLIMO-Heavy.svg#BROLIMO-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-ExtraBold.eot');
    src: url('./fonts/BROLIMO-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-ExtraBold.woff2') format('woff2'),
        url('./fonts/BROLIMO-ExtraBold.woff') format('woff'),
        url('./fonts/BROLIMO-ExtraBold.ttf') format('truetype'),
        url('./fonts/BROLIMO-ExtraBold.svg#BROLIMO-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-UltraBold.eot');
    src: url('./fonts/BROLIMO-UltraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-UltraBold.woff2') format('woff2'),
        url('./fonts/BROLIMO-UltraBold.woff') format('woff'),
        url('./fonts/BROLIMO-UltraBold.ttf') format('truetype'),
        url('./fonts/BROLIMO-UltraBold.svg#BROLIMO-UltraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-UltraLight.eot');
    src: url('./fonts/BROLIMO-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-UltraLight.woff2') format('woff2'),
        url('./fonts/BROLIMO-UltraLight.woff') format('woff'),
        url('./fonts/BROLIMO-UltraLight.ttf') format('truetype'),
        url('./fonts/BROLIMO-UltraLight.svg#BROLIMO-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-SemiBold.eot');
    src: url('./fonts/BROLIMO-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-SemiBold.woff2') format('woff2'),
        url('./fonts/BROLIMO-SemiBold.woff') format('woff'),
        url('./fonts/BROLIMO-SemiBold.ttf') format('truetype'),
        url('./fonts/BROLIMO-SemiBold.svg#BROLIMO-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Thin.eot');
    src: url('./fonts/BROLIMO-Thin.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Thin.woff2') format('woff2'),
        url('./fonts/BROLIMO-Thin.woff') format('woff'),
        url('./fonts/BROLIMO-Thin.ttf') format('truetype'),
        url('./fonts/BROLIMO-Thin.svg#BROLIMO-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BROLIMO';
    src: url('./fonts/BROLIMO-Regular.eot');
    src: url('./fonts/BROLIMO-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BROLIMO-Regular.woff2') format('woff2'),
        url('./fonts/BROLIMO-Regular.woff') format('woff'),
        url('./fonts/BROLIMO-Regular.ttf') format('truetype'),
        url('./fonts/BROLIMO-Regular.svg#BROLIMO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.material-icons, material-icons-outlined, .material-icons-round { font-size: inherit; }


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.close-lors svg {
    max-width: 40px;
    max-height: 40px;
}
.display-mbn {
    display: none !important;
}
.close-lors {
    opacity: 1 !important;
    top: 15%;
    right: 10%;
}
.off-canvas-center.mfp-bg.mfp-ready {
    opacity: 1;
}
.lors-omb .banner-link {
    background: linear-gradient(360deg,#060610 0,rgba(6,6,16,.6) 62.69%,rgba(6,6,16,.1) 78.68%);
}
.slide-lors ol.flickity-page-dots {
    bottom: 20vh !important;
    width: 100%;
    left: 0;
}
.about .about-img .img {
    padding: 0 50px 50px 15px !important;
}
.ovl video.video-bg.fill.hide-for-medium {
    display: block !important;
}
.ovl > .bg:before {
    z-index: 9;
}
.info-mb .footer-link svg {
    fill: #fff !important;
}
.info-mb p {
    margin-bottom: 10px;
}
.copyright-footer {
    font-size: 10px;
    color: #fff;
}
.absolute-footer {
    background-color: #08533b !important;
}
.footer-mobile button.toggle {
    right: 0 !important;
    left: unset;
}

.footer-mobile button.toggle i {
    font-size: 20px;
}

.footer-mobile .accordion-item > a {
    padding-left: 0;
    border: none;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer-mobile .accordion-item a:hover, .footer-mobile .accordion-item a.active {
    background-color: unset;
    font-weight: 500;
}

.footer-mobile .accordion-inner {
    padding: 0;
    padding-bottom: 10px;
}

.footer-mobile .accordion-inner .menu-footer-link a span {
    color: #fff !important;
    font-size: 14px;
}

.footer-mobile .accordion-inner .menu-footer-link a {
    padding: 10px 0;
}
.bg-submit {
    right: 0 !important;
    background-size: 450% 100% !important;
    animation: unset !important;
}
.box-input-max {
    display: block !important;
}
.off-canvas-left .mfp-content, .header-block-block-1 {
    width: 100%;
}
.menu-mobile-block .is-divider {
    background: #CAC531;
    background: -webkit-linear-gradient(to right, #F3F9A7, #CAC531);
    background: linear-gradient(to right, #F3F9A7, #CAC531);
}
.mobile-sidebar ul.nav-sidebar.nav-vertical li a {
    justify-content: start;
    font-size: 13px;
    line-height: 34px;
    letter-spacing: .98px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    padding-top: 0;
    padding-bottom: 0;
}
}
.header-bg-color {
    /* background: var(--gra-lors) !important; */
}
.ovl .video-overlay:before {
    content: '';
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.1) 50%,transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10;
}
.ovl > .bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.1) 50%,transparent);
}
.menuhome a.nav-top-link span {
    display: none;
}


.title5 {
    font-size: 20px;
    font-weight: 700;
}
h1.title-video {
    margin-bottom: 0;
    font-family: var(--fontlors);
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
h1.title-video span.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
h4.title-video {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.sec-title {
    font-weight: bold;
    color: #23795d;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sec-subtitle {
    color: #23795d;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.sec-title span {
    color: #23795d;
}
.text-gra h5, .text-gra h2, .text-gra h3 {
    background: var(--gra);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0.14em 0;
    -webkit-text-stroke: 0.5px transparent;
    transform: translateZ(0);
    transform-style: preserve-3d;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: fragmentletter;
}

/* ------- Image About Home --------*/
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 65px 65px 15px;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 65px;
    right: 0;
    left: 65px;
    bottom: 0;
    background: linear-gradient(-90deg,#247a5c,#298b3e);
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: transparent;
}
.about .about-img .img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -6%;
    bottom: 60%;
    left: -3%;
    background-image: url(/wp-content/uploads/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.about .circle-lors {
    position: absolute;
    top: 200px;
    right: -40%;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
}
.about .circle-lors svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/* --------- Footer Custom -----------*/
.absolute-footer {
    /* background: var(--gra-lors); */
    padding: 5px 0 5px;
    font-size: 14px;
    display: none;
}
a#top-link.back-to-top {
    background: #fff;
    border: 1px solid #00b74f;
    bottom: 90px;
}

a#top-link.back-to-top i {
    color: #00b74f;
}
a.footer-sdt span {
    font-size: 24px;
    margin: 0;
    line-height: 24px;
    display: flex;
    font-weight: normal;
}
a.footer-sdt {
    display: flex;
    align-items: center;
}
a.footer-sdt svg {
    margin-right: 20px;
}
.footer-icon-text span {
    transform: translateY(-3px);
}
.footer-link span {
    margin: 0;
    display: flex;
    transform: translateY(-3px);
    margin-left: 18px;
    font-size: 14px;
}
.footer-link {
    display: flex;
    align-items: flex-start;
}
.footer-link svg {
    max-width: 16px;
    min-width: 16px;
    fill: var(--primary-color) !important;
    max-height: 20px;
}
.box-footer-link p {
    margin-bottom: 10px;
}
.menu-footer-link a {
    min-height: unset;
}

.menu-footer-link a span {
    font-size: 14px;
    line-height: 20px;
    transition: .5s;
}
.box-input-max {
    display: flex;
    gap: 1em;
}

.flh .box-input-max {
    display: block;
}

.flh-2 {
    display: flex !important;
    width: 100%;
}

.box-input-max.flh-2 .box-input {
    max-width: 50%;
    flex-grow: 1;
}
@media only screen and (max-width: 48em) {
.box-input-max.flh-2 .box-input {
    max-width: unset;
}
  .flh-2 {
    flex-wrap: wrap;
}
}
.box-input input, #dangnhap input[type=text], #dangnhap [type="password"] {
    background-color: transparent;
    outline: none;
    height: 35px;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
}

#dangnhap {}
.box-input input:focus {
    box-shadow: none !important;
    background: transparent !important;
}
.box-input label, #dangnhap label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

#dangnhap label {
    text-align: left;
}
.box-input::placeholder { /* WebKit browsers */
    color: #fff !important;
}
.box-input-button input.wpcf7-submit {
    text-transform: uppercase !important;
    position: relative;
    height: 52.21px;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    text-align: right;
    padding-right: 20px !important;
    background: transparent !important;
    border: none;
}

.flh .box-input-button input.wpcf7-submit {
    text-align: center;
}

#dangnhap input[type=submit], #dangnhap button[type=submit] {
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
}

.box-input-button input.wpcf7-submit:hover {box-shadow: none;}

.box-input-button .bg-submit {
    position: absolute;
    top: 0;
    right: -58.335vw;
    bottom: 0;
    left: 0;
    background: var(--gradient-primary);
    height: 52.21px;
    background-size: 200% 200%;
    animation: var(--animation-primary);
}

.flh .box-input-button .bg-submit {right: 0;}

.box-input-button {
    position: relative;
}
.icon-send {
    position: absolute;
    width: 50px;
    z-index: 10;
    left: 20px;
}

.icon-send svg {
    fill: #fff;
    height: 35px;
    margin-top: 10px;
}


/*************** Lors Button ***********/
.lbtn button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.lbtn button.learn-more {
  width: 12rem;
  height: auto;
}
.lbtn button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #23795d;
  border-radius: 1.625rem;
}
.lbtn button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.lbtn button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.lbtn button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.lbtn button:hover .circle .icon.arrow::before {
    border-top: 0.125rem solid #eaaf4c;
    border-right: 0.125rem solid #eaaf4c;
}
.lbtn button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #23795d;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.lbtn button:hover .circle {
  width: 100%;
}
.lbtn button:hover .circle .icon.arrow {
  background: #eaaf4c;
  transform: translate(1rem, 0);
}

.lbtn button:hover .circle .icon.arrow {}
.lbtn button:hover .button-text {
  color: #fbd367;
}
.btn-sim {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  border-width: 1px !important;
  font-weight: 400;
}
.btn-sim:after {
  content: "";
  background: #474747;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-45deg) translateY(-3em);
  transform-origin: 0% 100%;
  transition: 0.3s;
}
.btn-sim:hover {
  color: #FFF;
  box-shadow: 1em 1em 0 -0.125em #FFF, 1em 1em #a0a0a0;
}
.btn-sim:hover:after {
  transform: rotate(0deg);
}

.butn-dark a {
    font-weight: 400;
    text-transform: uppercase;
    background: #f7c655;
    color: #23795d;
    padding: 15px 40px;
    margin: 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 3px;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #23795d;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-dark a:hover span {
    color: #fff;
}
/************* Lors Slide *************/
.slide-lors ol.flickity-page-dots {
    bottom: -30px;
}

.slide-lors ol.flickity-page-dots li.dot {
    margin: 0 20px;
    height: 8px;
    width: 8px;
    position: relative;
    background: #DCA447;
    border:none;
}

.slide-lors ol.flickity-page-dots li.dot.is-selected {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    background: #DCA447;
}
.slide-lors ol.flickity-page-dots li.dot.is-selected::before {
    width: 24px;
    height: 24px;
    content: "";
    left: -8px !important;
    top: -8px !important;
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 1px solid #DCA447;
    animation: rotate 5s linear infinite, prixClipFix 5s linear;
    background: transparent;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
.slide-lors .flickity-slider .is-selected .bg {
  width: 100%;
  animation: move 20s ease;
  /* Add infinite to loop. */
  -ms-animation: move 20s ease;
  -webkit-animation: move 20s ease;
  -0-animation: move 20s ease;
  -moz-animation: move 20s ease;
  position: absolute;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    -o-transform: scale(1.0);
    /* Opera */
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}


/************* Scroll button **************/
.masthead__scroll {}
.d-flex {
    display: flex;
}
.items-center {
    align-items: center;
    justify-content: center;
}
.text-15 {
    font-size: 15px !important;
}
.masthead__scroll .-icon {
    position: relative;
}
.masthead__scroll .-icon > *:nth-child(1) {
    width: 28px;
    height: 40px;
    border: 2px solid white;
    border-radius: 200px;
}
.masthead__scroll .-icon > *:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-radius: 100%;
    animation: moveUpDown 1s ease-in-out infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.text-white {
    color: #fff ;
}
.mr-10 {
    margin-right: 10px !important;
}
.text-right {
    text-align: right;
}
.lh-15 {
    line-height: 1.5 !important;
}
.type-9 {
    position: relative;
    z-index: 0;
}

/************** Title **************/
@keyframes fragmentletter {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes zoom {
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.5, 1.5, 1.5); }
  100% { transform: scale3d(1, 1, 1); }
}

.nested_title .big_t {
    white-space: nowrap;
    font-size: 150px;
    font-family: var(--fontlors), Sans-Serif;
    color: #efeadc;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(-100%);
    transition: transform 0.5s ease-out;
}
.transform-effect {
  transform: translateX(0);
}

h5.title-footer {
    background: var(--gra);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

.login h5.title-footer {
    font-size: 30px;
    margin-bottom: 20px;
}

#dangnhap .login-remember, #dangnhap .login-remember label, #dangnhap .login-remember input {margin-bottom: 0;}

.card-to{
    transform-origin: left top;
}
.card-nho{}
.card-nho img {}
.card-to:hover .card-nho3 {
    transform: translate(-60px, -30px) skewX(-10deg) rotateZ(-10deg) scaleX(0.9);
}
.card-to:hover .card-nho2 {
    transform: translate(-90px, -20px) skewX(-10deg) rotateZ(-10deg) scaleX(0.9);
}
.card-to:hover .card-nho1 {
    transform: translate(-30px, 0px) skewX(-10deg) rotateZ(-10deg) scaleX(0.9);
}
.card-to > * {
    transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    cursor: auto;
}
.card-to > * {
    transform: rotateY(-5deg) rotateX(5deg);
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.card-to:hover .card-nho1:hover {
    transform: translate(-60px, -30px) skewX(-10deg) rotateZ(-10deg) scaleX(0.9);
}
.card-to:hover .card-nho2:hover {
    transform: translate(-90px, -50px) skewX(-10deg) rotateZ(-10deg) scaleX(0.9);
}
.card-to:hover .card-nho3:hover {
    transform: translate(-50px, -60px) skewX(-10deg) rotateZ(-10deg) scaleX(0.9);
}

.gbg .bg {
    background: var(--gra-lors);
}
.card-img {
    animation: 5s linear 1s 1 normal forwards running iZKLoW;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.card-img:hover {
    transform: scale(1.1);
}
.card-to .card-nho .img-inner {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 0.5px inset;
}
.thel {
	animation: 5s linear 1s 1 normal forwards running iZKLoW;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.thel:hover > * {
	transform: scale(1.1);
}
.single_add_to_cart_button {
    display: none;
}
.buy_now_button.btn-sim {
    margin-top: 30px;
    border-radius: 3px;
    padding: 10px 40px 10px 40px;
}
h1.product-title.product_title.entry-title {
    font-size: 40px;
    background: var(--gra-text) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    padding: 0.14em 0;
    -webkit-text-stroke: 0.5px transparent;
    transform: translateZ(0);
    transform-style: preserve-3d;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: fragmentletter;
}
.product-page-price span {
    font-size: 40px;
    font-weight: 300;
    font-family: var(--fontlors) !important;
    color: #ffdea7 !important;
    letter-spacing: 3px;
}
.buy_now_button.btn-sim:hover {
}
.call-mobile {
	position: fixed;
	right: 11px;
	top: auto;
	bottom: 24px;
	z-index: 999;
}
/* ThÃ nhviÃªn
 * 
 */
.avt-tv img {
    border-radius: 5px;
}
.thong-tin-mem p {
    margin-bottom: 15px;
    font-size: 15px;
    display: flex;
    gap: 5px;
}

p.text-itv span {
}
.title-mem h1.title-video span.text-stroke {
    -webkit-text-stroke: 1px #cec365;
}
.title-mem h1.title-video{
	color: #cec365;
}
.thong-tin-mem h5.title-video.uppercase {
    color: #dcc867;
    font-size: 1.3em;
}
li.account-item ul {
    display: none !important;
    opacity: 0;
}
.tab-tttv .tab-panels {
    background: transparent;
    border-color: #f4c25b;
    border-radius: 0 8px 8px 8px;
}
.tab-tttv li.active > a {
    border: 1px solid #f4c25b;
    background-color: #f4c25b;
    border-radius: 0;
    color: var(--primary-color) !important;
    font-weight: normal;
}
.tab-tttv li > a {font-weight: normal !important;border: 1px solid #f4c25b;}
p.text-ftv {
    font-weight: 500;
    /* text-transform: uppercase; */
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
p.text-ftv span {
    font-size: 15px;
}
.text2-ktv {
    background: #fff3;
    padding: 10px 18px 10px 18px;
    font-size: 14px;
    margin-bottom: 15px;
}
p.text-ktv {
    margin-bottom: 0;
}


/****************** DIEM DEN ******************/
.keyword > h4:before {
    display: inline-block;
    position: absolute;
    right: 100%;
    top: -8px;
    margin-right: 20px;
    font-size: 100px;
    line-height: 100px;
    color: #ffd45c;
    content: '#';
}
.keyword li.tab > a {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.025em;
    color: #777;
    text-align: left;
    white-space: nowrap;
    padding: 0;
}
.keyword li.tab.active a {
    font-weight: 500;
    color: #333;
}
.keyword li.tab.active > a:after {
    display: inline-block;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    margin-left: 50px;
    background-color: #ffae00;
    transition: opacity 0.5s linear;
    vertical-align: middle;
    content: "";
}
.keyword .tab-panels, .keyword ul.nav li.tab {
    border: none;
}
.keyword .tab-panels {
    padding: 0;
}
.keyword .fsh button.flickity-button.flickity-prev-next-button {
    width: 64px !important;
    height: 64px;
    font-size: 0;
    line-height: 0;
}
.keyword .fsh button.flickity-button.flickity-prev-next-button svg {
	display: none;
}
.keyword .fsh button.flickity-button.flickity-prev-next-button.previous {
    bottom: 0;
    background-color: #298a41 !important;
    top: unset;
    opacity: 1;
    right: calc(100% + 32px);
}
.keyword .fsh button.flickity-button.flickity-prev-next-button.next {
    bottom: 0;
    background-color: #fff !important;
    top: unset;
    opacity: 1;
    left: 32px;
}
.keyword .fsh button.flickity-button.flickity-prev-next-button.previous:before {
    width: 15px;
    height: 22px;
    background-position: left 52.38%;
    background-size: 100% 577.27%;
}
.keyword .fsh button.flickity-button.flickity-prev-next-button:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/wp-content/uploads/main_keyword_sprite.png);
    background-repeat: no-repeat;
	content: '';
}
.keyword .fsh button.flickity-button.flickity-prev-next-button.next:before {
    width: 15px;
    height: 22px;
    background-position: left 21.9%;
    background-size: 100% 577.27%;
}
.keyword .fsh button.flickity-button.flickity-prev-next-button:hover {
    background-color: #ffd45c;
}
.keyword .keyword_photoname {
    height: 64px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.keyword .keyword_photoname p {
	margin: 0;
}
.keyword .keyword_photoname:before {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 13px;
    margin: auto;
    background-image: url(/wp-content/uploads/main_keyword_sprite.png);
    background-repeat: no-repeat;
    background-size: 107.14% 976.92%;
	content:'';
}
.keyword > h4 {
	font-size: 2em;
	color: var(--primary-color);
}