:root {
	--theme-color: #292663 !important;
	--theme-color2: #f04e58 !important;
	--theme-color3: #81d742 !important;
	--text-color: #292663 !important;
	--link-color: #086ff5 !important;
	--bg-color: #e5e4ff;
	--black: #2e2e2e;
	--grey: #e8e8e8;

	/* --font-maro: Manrope, sans-serif !important;
	--font-bri: Bricolage Grotesque, sans-serif !important;
	--font-kanit: Kanit, sans-serif !important; */

	--regular: "Saira";
	--medi: "Saira-medi", sans-serif;
	--semi: "Saira-semi", sans-serif;
	--bold: "Saira-bold", sans-serif;
	--extra-bold: "Saira-extra-bold", sans-serif;
	--max-black: "Saira-black", sans-serif;

	--size-14: 0.875rem;
	--size-20: 1.25rem;
	--size-24: 1.5rem;
	--size-28: 1.75rem;
	--size-30: 1.875rem;
	--size-36: 2.25rem;
	--size-40: 2.5rem;
}
@font-face {
	font-family: "Saira-black";
	src: url("../fonts/Saira-Black.woff2") format("woff2"),
		url("../fonts/Saira-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "Saira-extra-bold";
	src: url("../fonts/Saira-ExtraBold.woff2") format("woff2"),
		url("../fonts/Saira-ExtraBold.ttf") format("truetype");
	font-weight: bolder;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Saira-bold";
	src: url("../fonts/Saira-BoldItalic.woff2") format("woff2"),
		url("../fonts/Saira-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Saira-bold";
	src: url("../fonts/Saira-Bold.woff2") format("woff2"),
		url("../fonts/Saira-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Saira-semi";
	src: url("../fonts/Saira-SemiBold.woff2") format("woff2"),
		url("../fonts/Saira-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Saira-semi";
	src: url("../fonts/Saira-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/Saira-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Saira";
	src: url("../fonts/Saira-Regular.woff2") format("woff2"),
		url("../fonts/Saira-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Saira-medi";
	src: url("../fonts/Saira-MediumItalic.woff2") format("woff2"),
		url("../fonts/Saira-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Saira-medi";
	src: url("../fonts/Saira-Medium.woff2") format("woff2"),
		url("../fonts/Saira-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: normal;
	font-family: var(--bold);
}

p,
a,
ul,
li,
div {
	font-family: var(--regular);
}

.featured-box .icon-box-img .icon-inner img {
  	padding-top: 0 !important;
}

.p-mb-0 p {
  	margin-bottom: 0;
}

.align-item-center {
  	align-items: center;
}

.wpcf7-spinner{
  	display: none !important;
}

body .mfp-wrap.mfp-ready{
  	z-index: 999999;
}

.menu-footer a{
	min-height: unset;
	padding: 0;
	transition: 0.3s;
}
.menu-footer a:hover{
	color: var(--theme-color2);
}
.menu-footer a:hover span{
	color: var(--theme-color2);
}

.absolute-footer{
	color: var(--text-color) !important;
	font-size: 1rem !important;
}
.footer-top{
	border-radius: 90px;
}

a.button.white.btn-white-big {
    color: var(--text-color) !important;
    font-family: var(--bold) !important;
    transition: 0.3s;
}

a.button.white.btn-white-big:hover {
    box-shadow: none;
    background-color: var(--theme-color) !important;
    color: #ffffff !important;
}

.footer-top{
	background-image: url('../images/line-footer-1.png');
	background-repeat: no-repeat;
    background-position: 7% 0px;
}
.footer-top::after{
	content:  url('../images/line-footer-2.png');
	position: absolute;
    left: 56%;
    transform: translateX(-50%);
    bottom: -17px;
}
.footer-top .btn-white-big:before{
	content: "";
    position: absolute;
   	left: -23px;
    top: -14px;
    width: 100px;
    height: 100px;
    display: block;
    background-image: url("../images/plane.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.stack-social .img{
	transition: 0.3s;
}
.stack-social .img:hover{
	transform:translateY(-3px);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-top li a{
	font-size: 14px !important;
	color: var(--text-color) !important;
}
.header-nav-main li a{
	text-transform: uppercase !important;
	font-weight: unset;
	font-family: var(--bold);
}

.header-nav-main.nav-left{
	padding-left: 60px;
}
.header-top{
	border-bottom: 1px solid #ccc;
}
.header-main:after,.header-top:after{
	content: "";
    width: 35.5%;
    background-color: var(--theme-color2);
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.header-top:after{
    height: 41px;
    bottom: -1px;
}
a.hotline-header {
    display: flex;
    align-items: center;
	gap: 12px;
}
a.hotline-header .text{
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	line-height: 1.2;
}
a.hotline-header .text strong{
	font-size: 20px;
}
a.hotline-header .text span{
	text-transform: inherit;
	display: block;
	font-size: 14px;
}
.header-wishlist-icon a{
	color: #fff !important;
}
.header-wishlist-icon a i{
	font-size: 26px !important;
}
.header-wishlist-icon a i:after{
	background-color: #fff;
	color: var(--theme-color);
}

.header-nav-main.nav-right .header-search a i{
	color: #fff;
	font-size: 22px !important;
}
.btn-dark,.btn-light,.btn-custom-2{
	padding: 10px 30px 10px 100px !important;
	position: relative;
	font-size: 16px !important;
	font-weight: unset !important;
	font-family: var(--bold) !important;
}
.btn-dark:before,.btn-light:before,.btn-custom-2:before{
	content: "";
	width: 50px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	transition: 0.3s;
}
.btn-dark:hover:before,.btn-light:hover:before,.btn-custom-2:hover:before{
	transform: rotate(10deg);
}
.btn-custom-2:hover{
	box-shadow: none !important;
}
.btn-light:before{
	background-color: var(--text-color);
}
.btn-light:hover:before{
	background-color: #fff;
}

.banner-top .row .col-left{
	flex-basis: 61.5%;
	max-width: 61.5%;
}
.banner-top .row .col-right{
	flex-basis: 35.5%;
	max-width: 35.5%;
}
.banner-top .col-left .rank-math-breadcrumb{
	margin-left: max(calc((100vw - 1410px) / 2), 0px);
	position: absolute;
    bottom: 30px;
	
}
.banner-top .col-left .rank-math-breadcrumb p{
	margin-left: 5px;
	font-size: 20px;
	color: var(--text-color);
	font-family: var(--bold) !important;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 20px;
	padding-left: 70px;
	position: relative;
}
.banner-top .col-left .rank-math-breadcrumb p:before{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 5px;
	background-color: var(--theme-color2);
	top: 50%;
	transform: translateY(-50%);
	left: 0px;

}
.banner-top .col-left .rank-math-breadcrumb p a{
	font-family: var(--bold) !important;
	color: var(--text-color);
}
.banner-top .col-left .rank-math-breadcrumb p a:hover{
	color: var(--theme-color2);
}

.text-center .title-small-custom p{
	margin: 0 auto 7px;
	
}

.title-small-custom p{
	padding-left: 70px;
	position: relative;
	margin-bottom: 7px;
	width: max-content;
	font-size: 18px;
}
.title-small-custom p:before{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 5px;
	background-color: var(--theme-color2);
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.box-icon-h50 .icon-box-img img{
	height: 50px;
	width: auto;
	object-fit: contain;
}

.box-icon-h50 .icon-box-text h3{
	transition: 0.3s;
}
.box-icon-h50:hover .icon-box-text h3{
	color: var(--theme-color2);
}
.box-staff {
    border-radius: 20px;
    position: relative;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.box-staff::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 2px;
    height: 20px;

    border-radius: 50%;
    background: transparent;

    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.18);

    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.box-staff:hover {
    transform: translateY(-10px);
}

.box-staff:hover::after {
    opacity: 1;
}

.box-staff .box-text{
	border-radius: 20px;
	height: calc(100% - 260px);

}
.box-staff:before{
	content: "";
	width: 100%;
	height: 85%;
	background-color: #dbdee0;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 20px;
}
.box-staff .box-image img {
    display: block;
	scale: 0.9;
	margin-bottom: -20px;
	height: 280px;
	object-fit: contain;
	width: auto;
}
.box-staff.box-staff-2:before{
	background-color: #f1c9b4;
}
.box-staff.box-staff-3:before{
	background-color: #ffd4d4;
}
.box-staff.box-staff-4:before{
	background-color: #dcf8f3;
}
.box-staff.box-staff-5:before{
	background-color: #fef9e9;
}
.box-staff.box-staff-6:before{
	background-color: #ffdccc;
}
.section-quytrinh .col-left .col-inner{
	padding-left: max(calc((100vw - 1395px) / 2), 0px) !important;
}

.slide-quytrinh .flickity-viewport {
    min-height: 390px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.slide-quytrinh .flickity-viewport .col {
	animation: fillHeight 0s 0.2s linear forwards;
}

.slide-quytrinh .flickity-prev-next-button{
	opacity: 1 !important;
    width: 45px;
    height: 45px;
    border-radius: 99%;
    background: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.slide-quytrinh .flickity-prev-next-button:hover{
	background-color: var(--theme-color2) !important;
}
.slide-quytrinh .flickity-prev-next-button:hover svg path{
	fill: #fff;
}
.slide-quytrinh .flickity-prev-next-button.previous{
    left: -20px;
    transform: rotateY(180deg) translateY(110%);
}
.slide-quytrinh .flickity-prev-next-button.next{
	left: -12px;
	right: unset;
	transform: rotateY(180deg) translateX(20%);
}
.slide-quytrinh .flickity-prev-next-button svg{
	padding: 15px;
}
.slide-quytrinh .flickity-viewport .col .col-inner{
	border-left: 1px solid #eee;
	transition: 0.3s;
	height: 100%;
}
.slide-quytrinh .flickity-viewport .col .col-inner:hover{
	background-color: #e5e4ff;
}
.slide-quytrinh .flickity-viewport .col:first-child .col-inner{
	border-left: 0px;
}
.slide-quytrinh .flickity-page-dots{
	display: none;
}

.box-timeline .icon-box-img img{
	height: 60px;
	object-fit: contain;
	width: auto;
}
.section-hanhtrinh{
	padding-left: 70px !important;
	padding-right: 70px !important;
	padding-bottom: 150px !important;
	border-radius: 30px;
}
.section-hanhtrinh .section-bg img{
	top: 200px;
}
.col-timeline-number{
	padding: 0px 60px !important;
	margin-top: -100px !important;
}
.col-timeline-number>.col-inner{
	background-color: #fff;
	border-radius: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.box-feedback{
	width: max-content !important;
}

.row-feedback .flickity-viewport{
	min-height: 350px;
}

.row-feedback .flickity-page-dots{
	bottom: -10px;
	opacity: 0 !important;

}

.row-feedback .flickity-prev-next-button.previous{
	left: 32%;
}
.row-feedback .flickity-prev-next-button.next{
	right: 32%;
}
.row-feedback .flickity-prev-next-button{
	opacity: 1 !important;
    width: 45px;
    height: 45px;
    border-radius: 99%;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.row-feedback .flickity-prev-next-button svg {
    padding: 15px;
}
.row-feedback .flickity-prev-next-button:hover {
    background-color: var(--theme-color2) !important;
}
.row-feedback .flickity-prev-next-button:hover svg path {
    fill: #fff !important;
}


.row-feedback .col.is-selected{
	opacity: 1;
}
.row-feedback .col{
	opacity: 0.5;
}

.faq-acc .accordion-title {
	font-size: 18px;
	font-weight: 600 !important;
	padding-left: 0;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-color: #ededf1;
}

.faq-acc .accordion-item:nth-child(1) .accordion-title {
	border-top: none;
}

.faq-acc .accordion-inner {
	padding: 0;
}

.faq-acc .accordion-title.active {
	font-weight: 600 !important;
	background-color: transparent;
	color: var(--theme-color);
}

.accordion .toggle {
	left: unset !important;
	right: 0;
	margin-right: 0 !important;
	top: 0.5em !important;
	color: #000;
	opacity: 1;
}
.partner-wrap{
	min-height: 350px;
}
.list-national{
	margin-bottom: 50px;
}
.list-national button{
	font-size: 18px;
}
.list-national button.active{
	font-family: var(--bold);
	color: var(--theme-color2);
}
.list-logo-brand {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list-logo-brand > div {
    width: calc((100% - 150px) / 6);
	align-self: center;
}
.list-logo-brand img{
	height: 100px;
	object-fit: contain;
	width: auto;
	display: block;
	margin: 0 auto;
}

.flickity-page-dots .dot{
	border: 3px solid var(--theme-color2) !important;
}
.flickity-page-dots .dot.is-selected{
	background-color: var(--theme-color2) !important;
}

.staff-row-number{
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
	max-width: calc(1410px - 30px) !important;
	position: relative;
	z-index: 99;
}
.gallery-staff-box{
	position: relative;
}
.gallery-staff-box .gallery-col.col{
	position: absolute;
	padding: 0px !important;
	bottom: 0;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	flex-basis: unset !important;
    max-width: unset !important;
}
.gallery-staff-box .gallery-col.col:nth-child(1){
	width: 263px !important;
	z-index: 99999;
}
.gallery-staff-box .gallery-col.col:nth-child(2){
	width: 314px !important;
	z-index: 9999;
	left: 37%;
}
.gallery-staff-box .gallery-col.col:nth-child(3){
	width: 290px !important;
	z-index: 9999;
	left: 72%;
}
.gallery-staff-box .gallery-col.col:nth-child(4){
	width: 263px !important;
	z-index: 999;
	left: 19%;
}
.gallery-staff-box .gallery-col.col:nth-child(5){
	width: 260px !important;
	z-index: 999;
	left: 91%;
}
.col-staff-1 .col-inner{
	position: relative;
}
.circle-1 {
    position: absolute !important;
    right: -50%;
    bottom: 0;
    transform: translateY(32%);
    display: block;
    width: 900px !important;
    z-index: -1;
}
.col-wrap-circle-2{
	position: relative;
}
.col-wrap-circle-2 .circle-2{
	position: absolute;
    width: 900px !important;
    top: 10%;
    left: -57%;
    z-index: -1;
}
.col-wrap-circle-2 .boss-img{
	position: relative;
	margin-bottom: 0 !important;
	
}
.col-wrap-circle-2 .boss-img .img-inner:before{
	content: "";
	width: 80%;
	height: 150px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(
        to top,
        #eff6ff 0%,
        #eff6ff 10%,
        rgba(239,246,255,.9) 30%,
        rgba(239,246,255,.55) 55%,
        rgba(239,246,255,0) 100%
    );
}

.col-wrap-circle-2 .boss-img:before{
	content: "";
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 99%;
    right: 72%;
    bottom: 0;
    z-index: 2;
}
.box-staff-list .box-image{
	position: relative;
	z-index: 1;
	background-color: #eff6ff;
	border-radius: 40px;
	padding: 30px 30px 0px;
	overflow: hidden; 
}
.box-staff-list .box-image::before {
  content: "";
  position: absolute;
  inset: 0; 
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(41, 38, 99, 1) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity;
}

.box-staff-list:hover .box-image::before {
  opacity: 1;
}
.box-staff-list .box-image img{
	height: 320px;
	width: auto;
	object-fit: contain;
}
.box-icon-jot .icon-box-img img{
	height: 90px;
	width: auto;
	object-fit: contain;
}
.font-big-jot p{
	font-size: 150px;
    line-height: 0.8;
    text-transform: uppercase;
   	margin-bottom: -8px;
	font-family: var(--max-black);
}
.section-join-team{
	border-radius: 70px;
}
.box-staff-bottom{
	position: relative;
}
.box-staff-bottom .gallery-col.col{
	position: absolute;
    padding: 0px !important;
    bottom: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    flex-basis: unset !important;
    max-width: unset !important;
	z-index: 1;
}

.box-staff-bottom .gallery-col.col:nth-child(1){
	width: 233px;
	z-index: 99999;
}
.box-staff-bottom .gallery-col.col:nth-child(2){
	width: 205px;
	left: 33%;
	z-index: 9999;
}
.box-staff-bottom .gallery-col.col:nth-child(3){
	width: 220px;
	left: 65%;
	z-index: 9999;
}
.box-staff-bottom .gallery-col.col:nth-child(4){
	width: 229px;
	left: 16%;
	z-index: 999;
}
.box-staff-bottom .gallery-col.col:nth-child(5){
	width: 196px;
	left: 80%;
	z-index: 999;
}
.box-staff-bottom .gallery-col.col:nth-child(6){
	width: 209px;
	left: -1%;
	z-index: 99;
}
.box-staff-bottom .gallery-col.col:nth-child(7){
	width: 187px;
	left: 96%;
	z-index: 99;
}

.col .col-inner.dark .rank-math-breadcrumb p{
	color: #ffffff;
}
.col .col-inner.dark .rank-math-breadcrumb p a{
	color: #ffffff;
}
.section-title-normal{
	border-color: var(--theme-color) !important;
}
.section-title-normal span{
	font-size: 32px;
	border-color: var(--theme-color2) !important;
}
.section-title-normal a{
	font-size: 16px !important;
	color: var(--text-color);
}


/* post */
.meta-post-custom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-size: 14px;
	margin-bottom: 20px;
}
.meta-post-custom>div{
	display: flex;
    align-items: center;
	gap: 5px;
}
.post-item .is-divider{
	display: none;
}
.post-item .post-title{
	font-size: 18px;
	margin-bottom: 20px;
	
}
.post-item .post-title a{
	font-family: var(--bold);
	transition: 0.3s;
}
.post-item:hover .post-title a{
	color: var(--theme-color2);
}
.post-item .read-more a{
	display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
	color: var(--text-color);
	transition: 0.3s;
}
.post-item .read-more a:hover{
	color: var(--theme-color2) !important;
}
.post-item .read-more a img{
	transition: 0.3s;
}
.post-item .read-more a:hover img{
	transform: translateX(10px);
}
.post-item .box-image{
	border-radius: 40px;
	overflow: hidden;
}
.blog-section-1 > .col:nth-child(1){
	flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
}
.blog-section-1 > .col:nth-child(1) .box-image .image-cover{
	padding-top: 36% !important;
}

.menu-post-featured{
	align-items: center;
    flex-direction: row !important;
    justify-content: flex-end !important;
    gap: 20px;
    margin-top: -75px;
	position: relative;
	z-index: 99;
}
.menu-post-featured a span{
	text-transform: uppercase;

}
.menu-post-featured a:hover{
	color: var(--theme-color2);
}
.menu-post-featured a:hover span{
	color: var(--theme-color2);
}
.blog-vertical-index .post-item .box-image {
	border-radius: 20px;
	overflow: hidden;
}
.big-post-overlay .col-inner .box-overlay .box-image:before {
    content: "";
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #292663;
	background: linear-gradient(0deg, rgba(41, 38, 99, 1) 0%, rgba(23, 17, 132, 0.56) 52%, rgba(16, 9, 145, 0.33) 76%, rgba(8, 0, 158, 0) 100%);
	z-index: 9;
}
.big-post-overlay .col-inner .box-overlay .box-text{
	z-index: 99;
}
.big-post-overlay .post-title{
	font-size: 24px;
}
.big-post-overlay .post-item .read-more a{
	color: #fff;
}
.big-post-overlay .post-item .read-more img{
	filter: brightness(0) invert(1);
}

.col-content-banner-blog a.button{
	margin-bottom: -100px;
}
.custom-dots-flick {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
    position: absolute;
    bottom: -120px;
	/* margin-left: max(calc((100vw - 1410px) / 2), 0px); */
    right: max(calc((100vw - 1410px) / 2), 0px);
    width: max-content !important;
}

.custom-dots-flick .dot-item {
    position: relative;
	margin: 0px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    padding: 10px 5px 0;
    transition: color 0.3s ease;
}


.custom-dots-flick .dot-item.is-active::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 30px;
    background-color: var(--theme-color2); 
    border-radius: 2px;
}
.blog-wrapper.page-wrapper{
	padding-top: 0px;
}
.container-breadcrumbs{
	background-color: #e5e4ff;
	padding: 10px 0px;
	margin-bottom: 40px;
}
.container-breadcrumbs p{
	margin-bottom: 0px;
	font-size: 14px;
}
h1.page-title{
	font-size: 32px;
}
.widget .widget-title {
	font-size: 26px;
	    letter-spacing: 0;
    font-weight: unset;
	font-family: var(--bold);
}
.widget .is-divider{
	background-color: var(--theme-color2);
}
.widget .current-cat>a,.widget .current-cat>a:hover{
	color: var(--theme-color2) !important;
}

.nav-pagination {
    margin-bottom: 40px !important;
}
.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
    border-radius: 0px;
    line-height: 2.2;
	color: #fff !important;
}
ul.links.nav-pagination li a {
    color: var(--theme-color);
    border-radius: 0px !important;
    border-width: 1px;
    line-height: 2.3;
}

.post-pre{
	padding-right: 20px;
}
.post-next {
	padding-left: 20px;
}
.post-pre, .post-next {
	display: flex;
	align-items: center;
}

.post-pre .thumb {
	width: 56px;
	height: 56px;
	margin-right: 8px;
	border-radius: 6px;
	overflow: hidden;
}

.post-next .thumb {
	width: 56px;
	height: 56px;
	margin-left: 8px;
	border-radius: 6px;
	overflow: hidden;
}

.post-pre .thumb img, .post-next .thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
}

.post-pre .title, .post-next .title {
  	width: calc(100% - 64px);
}

.post-pre .title a, .post-next .title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 10px;
	font-weight: 600;
	color: #2F2B43;
}

.post-pre .title span, .post-next .title span {
	color: #7A7493;
	font-size: 12px;
}
h4.title-relate {
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 0px;
}
#comments .comment-respond{
	padding: 20px !important;
	border-radius: 12px;
}
.wrap-post-relate{
	margin-top: 20px;
}
.share-icons .icon i{
    top: 0px;
}

.single .entry-header-text{
	padding-bottom: 0px;
}

.wrap-form-contact input {
	height: 45px !important;
	box-shadow: none !important;
	border-radius: 4px !important;
}
.wrap-form-contact input[type="checkbox"]{
	height: auto !important;
	width: 20px;
    height: 20px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.wpcf7-list-item label{
	display: flex !important;
	align-items: center;
}

.wrap-form-contact textarea {
	box-shadow: none !important;
	border-radius: 4px !important;
}

.wpcf7-spinner {
  	display: none !important;
}

.wrap-form-contact .wpcf7-submit {
	margin-right: 0;
	margin-left: auto;
	display: block;
}

/* home */
.slider-home{
	padding: 0px 150px;
}
.slider-home:before{
	content: "";
	display: block;
	position: absolute;
	width: 274px;
	height: 258px;
	background-image: url('../images/square-box-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
    bottom: -15%;
}
.slider-home:after {
    content: "";
    width: 35.5%;
    background-color: var(--theme-color2);
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.slider-home .slider{
	z-index: 1;
}
.sec-bottom-banner-home{
	z-index: 0;
}
.sec-bottom-banner-home:after {
    content: "";
    width: 35.5%;
    background-color: var(--theme-color2);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.slider-home .custom-dots-flick{
	color: #fff;
	font-family: var(--extra-bold);
	font-size: 40px;
	bottom: -12%;
	margin: 0;
}
.slider-home .custom-dots-flick {
    right: max(calc((100vw - 1220px) / 2), 0px);
    gap: 12px;
}


.custom-dots-flick .line{
	border-left: 1px solid #fff;
    height: 30px;
    margin: 0 7.5px;
    position: relative;
    vertical-align: middle;
}
.slider-home .flickity-prev-next-button{
	bottom: -10%;
	min-height: unset;
	top: unset;
    z-index: 99;
    opacity: 1 !important;
	width: 120px;
    font-weight: unset;
}
.slider-home .flickity-prev-next-button.previous{
	right: 12% !important;
	background-image: url('../images/arrow-left.svg');
	background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 30px;
	border-right: 1px solid #fff;
}
.slider-home .flickity-prev-next-button.previous:hover{
	background-position: 0px center;
}
.slider-home .flickity-prev-next-button.next:hover{
	background-position: right 0px center;
}
.slider-home .flickity-prev-next-button.next{
	left: 88% !important;
	background-image: url('../images/next-arrow.svg');
	background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 30px;
}

.slider-home .flickity-prev-next-button.previous .btn-text{
	margin-left: 18px;
	transition: 0.3s;
}
.slider-home .flickity-prev-next-button.next .btn-text{
	margin-right: 18px;
	transition: 0.3s;
}
.row-giatri-home{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.row-giatri-home .col.medium-6{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	transition: 0.3s;
}
.row-giatri-home .col:hover{
	background-color: var(--bg-color);
}
.row-giatri-home .featured-box .icon-box-img{
	margin-bottom: 30px;
}
.row-giatri-home .featured-box .icon-box-img img{
	height: 55px;
	object-fit: contain;
	width: auto;
}
.row-giatri-home .featured-box .icon-box-text h3{
	min-height: 64px;
	margin-bottom: 20px;
}
.row-giatri-home .featured-box .icon-box-text ul li{
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-left: 0px;
}
.row-giatri-home .featured-box .icon-box-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/dot-ulli.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.section-intro-2 .section-bg img{
	max-width: 933px;
	object-fit: contain;
}

.row-giatri-home .featured-box .icon-box-text .text img{
	margin-bottom: 0px;
}
.slide-hesinhthai .col .col-inner{
	transition: 0.3s;
}
.slide-hesinhthai .col .col-inner:hover{
	background-color: var(--bg-color) !important;
}
.slide-hesinhthai .flickity-viewport {
    box-shadow: none !important;
}
.slide-hesinhthai .icon-box .icon-box-img{
	margin-bottom: 40px;
}
.slide-hesinhthai .icon-box .icon-box-img img{
	height: 92px;
	object-fit: contain;
	width: auto;
}
.slide-hesinhthai .icon-box .line-left{
	border-left: 5px solid var(--theme-color2);
	margin-bottom: 10px;
}
.section-hesinhthai{
	border-radius: 100px;
}
.slide-hesinhthai .flickity-prev-next-button{
	opacity: 0 !important;
}
.row-wcu > .col{
	z-index: 1;
	position: relative;
}
.row-wcu > .col:hover{
	z-index: 10;
}
.row-wcu > .col > .col-inner{
	transition: 0.3s;
	border: 1px solid #eee;
	border-right: 1px solid transparent;
	position: relative;
	z-index: 1;
}
.row-wcu > .col:last-child .col-inner{
	border-right: 1px solid #eee;
}
.row-wcu .col > .col-inner{
	transition: 0.3s;
	background-color: #fff;
}
.row-wcu .col > .col-inner:hover{
	transform: translateY(-7px);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	z-index: 10;
}

.menu-blog-sec .menu-item:hover a{
	color: var(--theme-color2);
}
.list-post-simple .box-vertical .box-image{
	width: 0%;
}
.list-post-simple .box-vertical .box-text{
	padding-left: 0px;
	padding-bottom: 0px;
}
.list-post-simple .box-vertical .read-more{
	display: none;
}
.gallery-customer img{
	mix-blend-mode: multiply;
}
.gallery-customer .col-inner,.gallery-customer .col-inner .gallery-box  {
	height: 100%;
	display: flex;
	align-items: center;
}
.gallery-customer .col-inner .gallery-box .box-image{
	display: flex;
}

.section-customer{
	border-radius: 100px;
}
.stack-product-cat .img{
	width: 90px !important;
}
.stack-product-cat .img a{
	width: 90px;
	height: 90px;
	border: 2px solid #d7d7d7;
	border-radius: 12px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
	transition: 0.3s;
}
.stack-product-cat .img img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.stack-product-cat .img a:hover,.stack-product-cat .img a.active{
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
}
.stack-product-cat .img a:hover img,.stack-product-cat .img a.active img{
	filter: brightness(0) invert(1);
}

.products .product-small.box{
	position: relative;
}

.product-small .box-image {
	margin-bottom: -120px;
	z-index: 99;
	display: flex;
	justify-content: flex-start; 
	position: relative;
	width: 100%;
	height: 250px;
	transition: 0.3s;
}


.product-small .box-image img, .product-small.box .box-image img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 250px;
	height: 250px;
	object-fit: contain;
	display: block;
	
	transform: translateX(-90%) scale(0.9);
	
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}


.product-small.box:hover .box-image img, .product-small:hover .box-image img {
	transform: translateX(-50%) scale(1);
}



.product-small.box .box-text{
	text-align: left;
	padding: 150px 70px 40px 40px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.rate-wrap {
   	position: absolute;
    right: 40px;
    top: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
	font-family: var(--bold);
}

.product-small.box .title-wrapper a{
	font-size: 18px;
	font-family: var(--bold);
	color: var(--text-color);
	margin-top: 20px;
}
.product-small.box .box-excerpt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	margin-bottom: 20px;
}
.product-small.box .price-wrapper{
	position: absolute;
	right: 40px;
    bottom: 50px;
}
/* .product-small.box .box-image img{
	transform: scale(0.96);
	transition: 0.3s;
} */
.product-small.box .price-wrapper span{
	color: var(--text-color);
	font-family: var(--bold);
	font-size: 30px;
}
.product-small.box .add-to-cart-button a{
	width: 115px;
	height: 60px;
	border-radius: 30px 30px 0px 30px;
	background-color: var(--text-color);
	background-image: url('../images/cart-icon.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 37px;
	transition: 0.3s;
	display: block !important;
}
.product-small.box a.add_to_cart_button:before {
    content: "+1";
    position: absolute;
    left: 58%;
    transform: translateX(-50%);
    color: var(--theme-color2);
    line-height: 1;
    top: -10px;
    font-family: var(--bold);
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
}

.product-small.box .add-to-cart-button a:hover{
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
}
.product-small.box .add-to-cart-button a:hover{
	box-shadow: none !important;
}
.product-small.box .add-to-cart-button a.added_to_cart.wc-forward{
	opacity: 0;
}

.product-small.box:hover .box-text{
	background-color: var(--bg-color);
}

.section-product{
	border-radius: 100px;
    margin-top: -100px;
}
.product-small.box .add_to_cart_button.added:before {
	animation: up_cart_plus 2s ease 0s 1 normal forwards;
}
.product-small.box .image-tools.bottom{
	left: 40px;
    top: 245px;
	bottom: unset;
    z-index: 99;
	padding: 0;
}
.product-small.box .add_to_wishlist{
	background-color: transparent;
    width: max-content;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    box-shadow: none;
    border: none;
}
.product-small.box .add_to_wishlist span{
	display: none;
}
.product-small.box .image-tools > .wishlist-icon{
	display: none;
}
.product-small.box .yith-wcwl-add-button,.product-small.box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse{
	margin-bottom: 0px;
}
.product-small.box .yith-wcwl-add-button svg,.product-small.box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback svg{
	width: 30px;
	height: 30px;
}
.product-small.box .yith-wcwl-add-button svg:hover{
	fill: var(--theme-color2);
}

.product-small.box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback{
	font-size: 0;
}
.product-small.box .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a{
	display: none;
}

/* detail product */

.detail-shop-head-custom{
	padding: 70px 0px;
	background-color: #f4f4f4;
}
.detail-shop-head-custom .title-shop-detail {
	font-size: 60px;
	font-weight: unset;
	font-family: var(--extra-bold);
	color: var(--text-color);
}
.detail-shop-head-custom .woocommerce-breadcrumb *{
	color: var(--text-color);
	font-size: 16px;
}
.product-gallery .woocommerce-product-gallery .flickity-slider img{
	max-height: 500px;
	width: auto;
	display: block;
	object-fit: contain;
	margin: 0 auto;
}
.product-gallery .image-tools{
	display: none;
}
.product-gallery .woocommerce-product-gallery{
	background-color: #eff6ff;
	padding: 30px;
	border-radius: 40px;
}
.product-gallery .product-thumbnails .col a{
	padding: 5px;
	background-color: #eff6ff;
	border-radius: 20px;
	
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover{
	border-color: var(--theme-color2) !important;
}
.product-gallery .product-thumbnails .col img{
	height: 112px;
	display: block;
	width: auto;
	object-fit: contain;
	margin: 0 auto;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img{
	transform:unset !important;
}
.product-info .product-title{
	font-size: 34px;
	color: var(--text-color);
}
.product-info .product-page-price span{
	font-size: 30px;
	font-family: var(--bold);
	color: var(--theme-color2);
}
.product-info .cart .single_add_to_cart_button {
	padding: 0px 100px;
	height: 60px;
	font-weight: unset;
	font-family: var(--bold);
}
.product-info .cart .single_add_to_cart_button:before{
    content: "";
    width: 50px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    transition: 0.3s;
}
.product-info .cart .single_add_to_cart_button:hover:before{
    transform: rotate(10deg);
}
.product-info .cart .quantity input{
	height: 60px;
	min-width: 32px;
}
.wrap-wishlish-share{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.wrap-wishlish-share .yith-wcwl-add-button a{
	background-color: transparent;
	font-weight: unset;
	font-family: var(--regular);
	color: var(--text-color);
	display: flex;
	align-items: center;
	width: max-content;
    border: none;
    gap: 16px;
	font-size: 16px;
	padding-left: 0px;
}
.wrap-wishlish-share .yith-wcwl-add-to-wishlist,.wrap-wishlish-share .yith-wcwl-add-button{
	margin: 0px !important;
}
.wrap-wishlish-share .yith-wcwl-add-button a svg{
	width: 27px;
}
.wrap-wishlish-share .share{
	position: relative;
}
.wrap-wishlish-share .share .wrap-share{
	position: absolute;
	top: 115%;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	width: max-content;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.wrap-wishlish-share .share .wrap-share.active{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.wrap-wishlish-share .share .wrap-share a{
	margin-bottom: 0px !important;
}
.wrap-wishlish-share .share .share-single{
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: unset;
	font-family: var(--regular);
	margin: 0px ;
}
.wrap-wishlish-share .share .share-single img{
	width: 22px;
}
.wrap-wishlish-share .yith-wcwl-wishlistaddedbrowse{
	display: flex !important;
	flex-direction: row !important;
    gap: 16px;
    margin: 0px !important;
    margin-block-end: unset !important;
}
.wrap-wishlish-share .yith-wcwl-wishlistaddedbrowse .feedback{
	display: flex !important;
	align-items: center;
	gap: 16px;
}
.wrap-wishlish-share .yith-wcwl-wishlistaddedbrowse a{
	text-decoration: underline;
	color: #086ff5;
}

.product-info .product-short-description{
	font-size: 16px;
}
.product-info .product-short-description p{
	margin-bottom: 16px;
}
.product-footer .woocommerce-tabs{
	border: none !important;
}
.product-footer .woocommerce-tabs .product-tabs li a{
	font-size: 20px;
	color: var(--text-color);
}
.product-footer .woocommerce-tabs .product-tabs li a:before{
	top: unset !important;
	bottom: 0px !important;
}
.product-footer .woocommerce-tabs .tab-panels{
	padding-top: 25px;
}

.product-small.box .image-tools-custom{
	right: unset;
	left: 40px;
    top: 245px;
	bottom: unset;
    z-index: 99;
	padding: 0;
	position: absolute;
}
.related-products-wrapper{
	border: none !important;
	padding-top: 20px;
	margin-bottom: 50px;
}
.related-products-wrapper .product-section-title{
	text-transform: inherit;
	font-size: 32px;
	margin-bottom: 30px;
}

.menu-bar-box {
	width: 48px;
	height: 48px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	z-index: 100;
}
.menu-bar-box span {
	width: 25px;
	height: 3px;
	background: var(--text-color);
	border-radius: 10px;
	transition: 0.4s;
	text-align: left;
}
.menu-bar-box span:nth-child(2){
	width: 15px;
}
.menu-bar-box.active span:nth-child(1) {
  	transform: rotate(45deg) translate(6px, 6px);
}
.menu-bar-box.active span:nth-child(2) {
  	opacity: 0;
}
.menu-bar-box.active span:nth-child(3) {
  	transform: rotate(-45deg) translate(6px, -6px);
}
.single-product .menu-box-custom {
	margin-top: -65px;
}
.menu-box-custom {
   padding: 20px 0px;
   position: relative;
}
.menu-box-custom .box-item{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
	border-radius: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
	background-color: #fff;

}
.menu-box-custom .mega-menu{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: 110%;
	transition: 0.3s;
	background: #fff;
    padding: 30px 50px 0px 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 40px;
}
.menu-box-custom .mega-menu.active{
	opacity: 1;
	visibility: visible;
	top: 80%;
	z-index: 999;
}

.menu-box-custom .menu-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	width: 75%;
}
.menu-box-custom .menu-box li{
	list-style: none;
	margin-bottom: 0px;
	position: relative;
}
.menu-box-custom .menu-box li.current-menu-parent:before, .menu-box-custom .menu-box li.current-menu-item:before{
	content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 22px;
    background-color: var(--theme-color2);
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}
.menu-box-custom .menu-box li a{
	font-size: 20px;
	font-weight: unset;
	font-family: var(--bold);
	color: var(--text-color);
	transition: 0.3s;
}
.menu-box-custom .menu-box li a:hover{
	color: var(--theme-color2);
}
.menubar-and-search {
    display: flex;
    align-items: center;
    gap: 70px;
}
.menubar-and-search button{
	margin: 0px !important;
}
.menubar-and-search .search-icon-custom img{
	transition: 0.3s;
}
.menubar-and-search .search-icon-custom:hover img{
	transform: rotate(15deg);
}
.mega-menu .ux-menu a:hover,.mega-menu .ux-menu a:hover span{
	color: var(--theme-color2);
}
.tax-product_cat .menu-box-custom,.post-type-archive-product .menu-box-custom{
    margin-top: -65px;
}
.term-description {
    padding: 30px;
    border-radius: 12px;
    border: 1px dashed;
}
.woocommerce-ordering select{
	height: 50px;
	border-radius: 8px;
}
.category-page-row{
	padding-top: 100px !important;
}

/* shops */
.tab-product-shops ul.nav{
	margin-top: -130px;
}.tab-product-shops ul.nav li{
	margin: 0px 40px;
	position: relative;
}
.tab-product-shops ul.nav li:after{
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 99%;
	background-color: var(--text-color);
}
.tab-product-shops ul.nav li:last-child:after{
	content: none;
}
.tab-product-shops ul.nav li a{
	font-weight: unset;
	font-family: var(--regular);
	color: var(--text-color);
	position: relative;
}
.tab-product-shops ul.nav li:hover a,.tab-product-shops ul.nav li.active a{
	color: var(--theme-color2);
}
.tab-product-shops ul.nav li.active a:before{
	content: "";
	width: 4px;
	height: 40px;
	background-color: var(--theme-color2);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 110%;
}
.badge-custom {
    position: absolute;
    right: -9px;
    bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.badge-custom span{
	display: block;
}
.badge-custom .badge-best-price{
	transform: translateX(33px);
}
.badge-custom .badge-new{
	transform: translateX(5px);
}

@keyframes up_cart_plus {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	50% {
		opacity: 1;
		visibility: visible;
		margin-top: -20px;
	}

	100% {
		opacity: 0;
		visibility: hidden;
		margin-top: -20px;
	}
}
.header-nav .cart-item .header-cart-icon:after{
	background-color: #fff !important;
	color: var(--text-color) !important;
}

/* sidebar megamenu */
/* ================================
   SIDEBAR
================================ */

#mega-menu-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 300px;
    height: 100vh;
    z-index: 99999;

    background: #fff;
	padding: 30px;
    /* Ẩn sidebar ban đầu */
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;

    transition:
        transform 0.4s ease,
        opacity 0.3s ease,
        visibility 0s linear 0.4s;

    overflow-y: auto;
}


/* Sidebar active */
#mega-menu-sidebar.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;

    transition:
        transform 0.4s ease,
        opacity 0.3s ease,
        visibility 0s linear 0s;
}


/* ================================
   OVERLAY
================================ */

.mega-menu-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
	
    transition:
        opacity 0.3s ease,
        visibility 0s linear 0.3s;
}


/* Overlay active */
.mega-menu-overlay.active {
    opacity: 1;
    visibility: visible;

    transition:
        opacity 0.3s ease,
        visibility 0s linear 0s;
}


/* ================================
   BODY
================================ */

body.mega-menu-open {
    overflow: hidden;
}


/* ================================
   BUTTON
================================ */

#menu-sidebar-left {
    cursor: pointer;
}

#menu-sidebar-left.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

#menu-sidebar-left.active span:nth-child(2) {
    opacity: 0;
}

#menu-sidebar-left.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

#menu-sidebar-left span {
    transition: all 0.3s ease;
}
.mega-menu-ladipage .menubar-and-search{
	gap: 40px;
}
.btn-icon-map-left{
	font-size: 18px !important;
    font-weight: unset !important;
    font-family: var(--regular);
    background-image: url(../images/pin-map.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left center;
    padding-left: 40px !important;
	transition: 0.3s;
}
.btn-icon-map-left:hover{
	color: var(--theme-color2) !important;
}

.btn-cskh-head.white{
	background-color: #ffc23e !important;
	font-weight: unset;
	font-family: var(--bold);
	font-size: 18px !important;
	color: var(--text-color) !important;

	background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right 15px center;
    padding-right: 40px !important;
}
.btn-light.white.button {
	background-color: #fff !important;
}
.btn-light.white:before{
	background-color: var(--text-color);
}
.btn-light.white.button:hover{
	background-color: var(--theme-color) !important;
	color: #fff !important;
}
.btn-light.white.button:hover:before{
	background-color: #fff !important;
}
.mega-menu-sidebar-left ul li{
	list-style: none;
}
.mega-menu-sidebar-left .top-menu ul li a{
	font-weight: unset;
	font-family: var(--bold);
	color: var(--theme-color2);
}
.mega-menu-sidebar-left .mega-menu .row .col{
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
}


/* cannone page */
.col-bg-qua .col-inner{
	background-image:url('../images/bg-qua-col.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.z-index-1{
	z-index: 1;
}
.z-index-2{
	z-index: 22;
}
.row-quytrinh-7 .col-inner p{
	padding: 0px 10px;
}
.br-20 img{
	border-radius: 20px;
}

.cloud-effect{
	position: absolute !important;
	bottom: 0px;
}
.cloud-effect.cloud-left-1{
	left: 0;
	max-width: 1200px;
}
.cloud-effect.cloud-left-2{
	left: 15%;
	max-width: 1000px;
}
.cloud-effect.cloud-right-1{
	right: 0;
	max-width: 1200px;
}
.cloud-effect.cloud-right-2{
	right: 17%;
	max-width: 1000px;
}

.banner-cannone.is-full-height{
	height: calc(100vh + 170px) !important;
	min-height: calc(100vh + 170px) !important;
}
.banner-cannone .section-content{
	height: 100%;
}

.item-abs{
	position: absolute !important;
}
.col-cannone-product-item .item-abs{
	max-width: 300px;
	margin-bottom: 0px !important;
}
.col-cannone-product-item .item-product-1{
	bottom: 44%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 180px;
	z-index: 9999;
}
.col-cannone-product-item .item-product-2{
	bottom: 47%;
    left: 31%;
    transform: translateX(-50%);
    max-width: 150px;
    z-index: 99;
}
.col-cannone-product-item .item-product-3{
	bottom: 48%;
    right: 13%;
    transform: translateX(-50%);
    max-width: 140px;
    z-index: 99;
}
.col-cannone-product-item .item-leaf-1{
	bottom: 86%;
    left: 41%;
    transform: translateX(-50%);
    max-width: 150px;
    z-index: 999;
}
.col-cannone-product-item .item-leaf-2{
	bottom: 72%;
    right: 21%;
    transform: translateX(-50%);
    max-width: 140px;
    z-index: 999;
}
.col-cannone-product-item .item-tree-left-1{
	bottom: 48%;
    left: 20%;
    transform: translateX(-50%);
    max-width: 130px;
    z-index: 999;
}
.col-cannone-product-item .item-tree-left-2{
	bottom: 66%;
    left: 14%;
    transform: translateX(-50%);
    max-width: 200px;
    z-index: 9;
}
.col-cannone-product-item .item-tree-right-1{
	bottom: 50%;
    right: 3%;
    transform: translateX(-50%);
    max-width: 130px;
    z-index: 999;
}
.col-cannone-product-item .item-tree-right-2{
	bottom: 72%;
    right: -2%;
    transform: translateX(-50%);
    max-width: 200px;
    z-index: 9;
}
.section-number-cannone{
	margin-top: -300px;
}

/* CSS Khởi tạo trạng thái ban đầu cho GSAP Animation */
/* .row-head-cannone,
.row-content-cannone,
.section-number-cannone {
	opacity: 0;
	visibility: hidden;
} */

/* Ép Card sản phẩm và các lớp con tạo một Stacking/Transform Context riêng */
.col-cannone-product-item,
.cloud-effect,
.item-abs {
	will-change: transform, opacity;
	backface-visibility: hidden;
}
.row-content-cannone {
	position: relative;
}

.col-cannone-product-item {
	position: relative;
	z-index: 10;
	will-change: transform, opacity;
	transform-origin: center center;
}

.col-box-shadown>.col-inner{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* end caonnone page */

/* nakata */
.col-gate .col-inner{
	background-image: url('../images/bg-col-gate.png');
	height: 181px;
    background-repeat: no-repeat;
    background-size: contain;
}
.col-gate .col-inner:hover{
	background-image: url('../images/bg-col-gate-red.png');
}

.box-menu-gate{
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	padding-top: 40px;
	position: relative;
}
.box-menu-gate:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 25px;
	background-color: var(--theme-color2);
	left: 50%;
	transform: translateX(-50%);
	top: 8px;
}
.box-menu-gate:hover:before{
	background-color: #fff;
}
.box-menu-gate:hover img{
	filter: brightness(0) invert(1);
}
.box-menu-gate .icon-box-img{
	margin-bottom: 0px !important;
	height: 40px;
}
.box-menu-gate .icon-box-img img{
	height: 37px;
	width: auto;
	object-fit: contain;
}
.box-menu-gate .icon-box-text{
	height: calc(100% - 40px);

}
.box-menu-gate .icon-box-text h3{
	color: #fff !important;
	font-size: 16px;
    line-height: 22px;
}
.col-bg-intro-nakata>.col-inner{
	background-image: url('../images/bg-demo.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	border-radius: 70px;
}
.col-bg-intro-nakata>.col-inner:before{
	content: "";
	position: absolute;
	height: 150px;
	width:550px;
	background-image: url('../images/bg-small-left.png');
	background-repeat: no-repeat;
	background-size: contain;
	    top: -1px;
    left: -90px;
}
.col-bg-intro-nakata>.col-inner:after{
	content: "";
	position: absolute;
	height: 150px;
	width:550px;
	background-image: url('../images/bg-small-left.png');
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -60px;
    right: -10px;
}

.text-vertical{
	writing-mode: vertical-rl;
	position: relative;
	font-family: var(--max-black);
}
.text-vertical p{
	font-family: var(--max-black);

}
.text-vertical:before{
	content: "";
	position: absolute;
	width: 132px;
	height: 132px;
	background-image: url('../images/cirlcle-text-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.title-line-left{
	position: relative;
}
.title-line-left:before{
	content: "";
	width: 45px;
	height: 5px;
	background-color: var(--theme-color2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;

}
.box-step-nakata .icon-box-img{
	margin-bottom: 30px !important;
}
.box-step-nakata .icon-box-img img{
	height: 180px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.tab-product-nakata ul.nav{
	justify-content: space-around;
}
.tab-product-nakata ul.nav li a{
	font-size: 20px;
	color: var(--text-color);
}
.tab-product-nakata ul.nav li.active a,.tab-product-nakata ul.nav li:hover a{
	color: var(--theme-color2);
}
.tab-product-nakata .tab-panels{
	padding-top: 50px;
}

/* end nakata */

/* the choya */
.box-icon-choya .icon-box-img img{
	height: 160px;
	object-fit: contain;
	width: auto;
}
.col-box-intro-choya>.col-inner{
	background-image: url('../images/bg-intro-box.png');
	background-repeat: no-repeat;
	background-size: 366px;
	background-position: left 33% bottom;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box-icon-intro2-choya .icon-box-img img{
	width: 30px;
	object-fit: contain;
}
.box-icon-intro2-choya .icon-box-img svg{
	width: 65px;
	height: auto;
	object-fit: contain;
}
.box-icon-intro2-choya .icon-box-img svg path{
	stroke: var(--text-color) !important;
}

.box-icon-intro2-choya .icon-box-text h3{
	margin-bottom: 0px;
}
.col-become-partner .item-fish.item-abs{
	max-width: 260px;
	left: -30px;
	top: -30px;
}
.col-become-partner .item-fish-2.item-abs{
	max-width: 360px;
	bottom: -30px;
	right: -60px;
}
.col-become-partner .col-inner{
	background-image: url('../images/bg-dust.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.col-become-affilate .col-inner{
	background-image: url('../images/banner-aff.png');
	background-size: 325px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box-icon-product-cat .icon-box-img img{
	height: 53px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.box-icon-product-cat .icon-box-img{
	background-color: #f5f4f1;
    border-radius: 14px;
    width: 100% !important;
    height: 120px;
	width: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
}
.box-icon-product-cat:hover .icon-box-img{
	border-radius: 99%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background-color: var(--theme-color);
}
.box-icon-product-cat:hover .icon-box-img img{
	filter: brightness(0) invert(1);
}

/* Chỉ ẩn các phần tử khi trang không phải là Admin/UX Builder */
html.js-gsap-init .banner-choya .row-head-cannone,
html.js-gsap-init .banner-choya .row-content-choya,
html.js-gsap-init .banner-choya .quote-choya,
html.js-gsap-init .banner-choya .item-abs {
	opacity: 0;
	visibility: hidden;
}

.banner-choya.is-full-height{
	height: calc(100vh - 150px) !important;
	min-height: calc(100vh - 150px) !important;
}
.banner-choya .section-content{
	height: 100%;
}

.banner-choya .item-abs{
	max-width: 300px;
}

.banner-choya .item-abs.cloud{
	max-width: 1410px;
    left: 50%;
    transform: translateX(-50%);
    top: 18%;
    z-index: 1;
}
.banner-choya .item-abs.moutain-left-1{
	max-width: 560px;
	bottom: 0;
	left: 3%;
	z-index: 111;
}
.banner-choya .item-abs.moutain-left-2{
	max-width: 626px;
    bottom: 2%;
    left: 8%;
    z-index: 11;
}
.banner-choya .item-abs.moutain-left-3{
	max-width: 1520px;
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.banner-choya .item-abs.moutain-right-1{
	max-width: 560px;
	bottom: 0;
	right: 3%;
	z-index: 111;
}
.banner-choya .item-abs.moutain-right-2{
	max-width: 730px;
	bottom: 3%;
	right: 8%;
	z-index: 11;
}
.banner-choya .item-abs.moutain-right-3{
	max-width: 720px;
	bottom: 6%;
	right: 11.5%;
	z-index: 9;
}
.banner-choya .item-abs.pine-tree-left{
	max-width: 310px;
	bottom: 30%;
	left: 0;
	z-index: 99;
}
.banner-choya .item-abs.pine-tree-right{
	max-width: 310px;
    bottom: 30%;
	right: 0;
	z-index: 99;
}
.banner-choya .item-abs.cane-left{
	max-width: 90px;
    top: 30%;
    left: 33%;
}
.banner-choya .item-abs.cane-right{
	max-width: 150px;
    top: 30%;
    right: 25%;
}
.banner-choya .item-abs.product-item1{
	max-width: 133px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7%;
	z-index: 8;
}
.banner-choya .item-abs.product-item2{
	max-width: 110px;
	left: 43%;
	transform: translateX(-50%);
	bottom: 7%;
	z-index: 9;
}
.banner-choya .item-abs.product-item3{
	max-width: 112px;
	left: 57.2%;
	transform: translateX(-50%);
	bottom: 7%;
	z-index: 9;
}
.row-content-choya{
	position: relative;
	z-index: 99999;
}
.banner-choya .item-abs.quote-choya{
	max-width: max-content;
	right: 6%;
	bottom: 20%;
}
.banner-choya .item-abs.quote-choya span{
	font-family: var(--max-black);
	font-weight: 900;
	font-size: 300px;
	color: #e1c7c4;
}

/* end the choya */

/* nakata */
body:not(.ux-builder) .banner-nakata .row-head-cannone,
body:not(.ux-builder) .banner-nakata .slide-nakata,
body:not(.ux-builder) .banner-nakata .item-abs,
body:not(.ux-builder) .gate-menu {
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity;
}
.gate-menu {
	z-index: 9;
}

.slide-nakata .custom-dots-flick{
	bottom: unset;
    right: unset;
    left: 20px;
	top: 10px;
    flex-direction: column;
	z-index: 9999;
}
.slide-nakata .custom-dots-flick .dot-item{
	padding: 0;
	color: #bfbfbf;
	font-size: 32px;
	font-family: var(--max-black);
	font-weight: 900;
	transition: 0.3s;
	line-height: 1;
    min-height: unset;
}
.slide-nakata .custom-dots-flick .dot-item.is-active{
	font-size: 40px;
	color: var(--theme-color);
}
.slide-nakata .custom-dots-flick .dot-item.is-active::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    width: 44px;
    height: 5px;
    background-color: #6690f5;
	border-radius: 0px;
}

.banner-nakata.is-full-height{
	height: calc(100vh - 150px) !important;
	min-height: calc(100vh - 150px) !important;
	max-width: 1688px;
	margin: 0 auto;
}
.banner-nakata> .section-content{
	height: 100%;
	border-radius: 0px 0px 70px 70px;
	overflow: hidden;
}
.banner-nakata .row-head-cannone{
	position: relative;
	z-index: 99999;
}
.banner-nakata .moutain-left-1{
	max-width: 625px;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.banner-nakata .moutain-right-1{
	max-width: 712px;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.banner-nakata .moutain-right-2{
	max-width: 1119px;
	bottom: 0;
	right: 0;
	z-index: 9998;
}
.banner-nakata .moutain-right-3{
	max-width: 1320px;
	bottom: 0;
	right: 0;
	z-index: 9991;
}
.banner-nakata .main-moutain{
	max-width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.banner-nakata .main-moutain-2{
	max-width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.banner-nakata .the-sun{
	max-width: 537px;
	bottom: 24%;
	right: 10%;
	z-index: 1;
}
.banner-nakata .peach{
	z-index: 999;
	max-width: 354px;
	bottom: 8%;
	left: 42%;
	transform: translateX(-50%);
}
.banner-nakata .quote-nakata{
	right: 5%;
	bottom: 20%;
	z-index: 9992;
}
.banner-nakata .quote-nakata p{
	font-size: 170px;
	margin-bottom: 0px;
	font-family: var(--max-black);
	line-height: 1;
	font-weight: 900;
	color: #fff;
}

.img-product-nakata img{
	height: 667px;
	z-index: 9992;
	width: auto !important;
	display: block;
	margin: 0 auto;
	object-fit: contain;
}
.slide-nakata{
	z-index: 9998;
	margin-top: 60px;
}
.gate-menu{
	margin-top: -140px;
}


/* end nakata */

/* QBB */
.title-with-btn h3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.title-with-btn img{
	margin-bottom: 0px !important;
}
.col-right-ads .img-banner-ads{
	right: -55px;
    bottom: -45px;
    position: absolute;
}



/* end QBB */


.menu-mobile-bottom.show-for-small {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    z-index: 99;
	padding: 10px;
	box-shadow: 
		rgba(50, 50, 93, 0.25) 0px -4px 6px -1px,
		rgba(0, 0, 0, 0.3) 0px -2px 4px -1px;

}
.menu-mobile-bottom .box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
	
}
.menu-mobile-bottom .box-item .menu-wrap{
	width: calc(100% - 64px);
}
.menu-mobile-bottom .box-item .menu-side{
	width: 64px;
}
.menu-mobile-bottom .box-item .menu-side .menu-bar-box{
	margin-bottom: 0px;
}
.menu-mobile-bottom .menu-mobile-bottom{
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.menu-mobile-bottom .menu-mobile-bottom li{
	list-style: none;
	margin-bottom: 0px;
}
.menu-mobile-bottom .menu-mobile-bottom li a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
	color: var(--text-color);
}
.menu-mobile-bottom .menu-mobile-bottom li.current-menu-item a{
	color: var(--theme-color2);
}

.social-sidebar-left {
    position: fixed;
    left: 10px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999999;
}
.social-sidebar-left a,.social-sidebar-right a{
	width: 48px;
    height: 48px;
    border: 1px solid #00000000;
    border-radius: 12px;
    display: block;
    overflow: hidden;
	transition: 0.3s;
}
.social-sidebar-left a:hover,.social-sidebar-right a:hover{
	border-color: var(--theme-color2);
}
.social-sidebar-left a img,.social-sidebar-right a img{
	width: 48px;
	height: 48px;
	object-fit: cover;
}
.social-sidebar-right {
    position: fixed;
    right: 10px;
    top: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99999;
}
.woocommerce-mini-cart li img{ 
	object-fit: contain !important;
}
button.button,a.button{
	font-weight: unset;
	font-family: var(--regular);
}



.woocommerce-checkout label {
	font-weight: unset;
	font-family: var(--bold);
}
.woocommerce-billing-fields__field-wrapper input {
	border-radius: 6px;
	height: 45px;
	box-shadow: none;
}
.woocommerce-additional-fields__field-wrapper textarea {
	border-radius: 6px;
	box-shadow: none;
}


.woocommerce-checkout .woocommerce-billing-fields input,.woocommerce-checkout .woocommerce-billing-fields select,.woocommerce-checkout .woocommerce-billing-fields .select2-selection.select2-selection--single{
	height: 48px !important;
	border-radius: 6px !important;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important; */
	box-shadow: 0px -1px 0px 0px #2F2B431A inset !important;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-selection.select2-selection--single .select2-selection__rendered{
	height: 48px;
	line-height: 48px;
}

.mega-menu-nganh-hang.has-dropdown .nav-dropdown-full.sub-menu,.mega-menu-nganh-hang.has-dropdown:hover .nav-dropdown-full.sub-menu{
	max-width: 1680px !important;
}
.mega-menu-nganh-hang .row.mega-menu-topbar{
	margin: 0px;
}
.mega-menu-topbar .section-title .section-title-main{
	font-size: 16px;
}
.mega-menu-topbar .section-title {
	font-weight: unset;
	font-family: var(--regular);
}
.mega-menu-topbar .ux-menu .ux-menu-link__link{
	font-size: 16px !important;
}
.mega-menu-topbar .ux-menu .ux-menu-link__link:hover span{
	color: var(--theme-color2);
}

@media (min-width: 3000px) {
	.header-top:after {
		bottom: -3px;
        height: 43px;
	}
}

@media (min-width: 2560px) {

	.header-main:after, .header-top:after,.sec-bottom-banner-home:after {
		width: 38.5%;
	}

    .footer-top{
		background-position: 19% 0px;
	}
	.footer-top .btn-white-big:before{
		left: -23px;
		top: -14px;
	}
	.footer-top::after{
		bottom: -5px;
		left: 55%;
	}
	.slider-home .custom-dots-flick {
		right: max(calc((100vw - 1510px) / 2), 0px);
		gap:12px;
	}
	.banner-cannone.is-full-height{
		height: calc(100vh - 170px) !important;
		min-height: calc(100vh - 170px) !important;
	}
	.banner-choya.is-full-height{
		height: calc(100vh - 170px) !important;
		min-height: calc(100vh - 170px) !important;
	}
	/* choya  */
	.banner-choya .item-abs.cloud{
		max-width: 1920px;
		left: 50%;
		transform: translateX(-50%);
		top: 12%;
		z-index: 1;
	}
	.banner-choya .item-abs.moutain-left-1{
		max-width: 719px;
		bottom: 0;
		left: 3%;
		z-index: 111;
	}
	.banner-choya .item-abs.moutain-left-2{
		max-width: 826px;
		bottom: 2%;
		left: 3%;
		z-index: 11;
	}
	.banner-choya .item-abs.moutain-left-3{
		max-width: 1920px;
		bottom: 6%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.banner-choya .item-abs.moutain-right-1{
		max-width: 686px;
		bottom: 0;
		right: 3%;
		z-index: 111;
	}
	.banner-choya .item-abs.moutain-right-2{
		max-width: 832px;
		bottom: 3%;
		right: 8%;
		z-index: 11;
	}
	.banner-choya .item-abs.moutain-right-3{
		max-width: 960px;
		bottom: 6%;
		right: 12.5%;
		z-index: 9;
	}
	.banner-choya .item-abs.pine-tree-left{
		max-width: 405px;
		bottom: 40%;
		left: 0;
		z-index: 99;
	}
	.banner-choya .item-abs.pine-tree-right{
		max-width: 418px;
		bottom: 40%;
		right: 0;
		z-index: 99;
	}
	.banner-choya .item-abs.cane-left{
		max-width: 141px;
		top: 20%;
		left: 38%;
	}
	.banner-choya .item-abs.cane-right{
		max-width: 219px;
		top: 20%;
		right: 30%;
	}
	.banner-choya .item-abs.product-item1{
		max-width: 173px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 7%;
		z-index: 8;
	}
	.banner-choya .item-abs.product-item2{
		max-width: 146px;
		left: 43%;
		transform: translateX(-50%);
		bottom: 7%;
		z-index: 9;
	}
	.banner-choya .item-abs.product-item3{
		max-width: 150px;
		left: 57%;
		transform: translateX(-50%);
		bottom: 7%;
		z-index: 9;
	}
	.row-content-choya{
		position: relative;
		z-index: 99;
	}
	.banner-choya .item-abs.quote-choya{
		max-width: max-content;
		right: 10%;
		bottom: 30%;
	}
	.banner-choya .item-abs.quote-choya span{
		font-family: var(--extra-bold);
		font-weight: 900;
		font-size: 400px;
		color: #e1c7c4;
	}
	/* end choya */

	/* nakta */
	.banner-nakata.is-full-height{
		height: calc(100vh - 400px) !important;
		min-height: calc(100vh - 400px) !important;
		max-width: 1688px;
		margin: 0 auto;
	}
	.banner-nakata> .section-content{
		height: 100%;
		border-radius: 0px 0px 70px 70px;
        overflow: hidden;
	}

	.banner-nakata .moutain-left-1{
		max-width: 625px;
		bottom: 0;
		left: 0;
		z-index: 9999;
	}
	.banner-nakata .moutain-right-1{
		max-width: 712px;
		bottom: 0;
		right: 0;
		z-index: 9999;
	}
	.banner-nakata .moutain-right-2{
		max-width: 1119px;
		bottom: 0;
		right: 0;
		z-index: 9998;
	}
	.banner-nakata .moutain-right-3{
		max-width: 1320px;
		bottom: 0;
		right: 0;
		z-index: 9991;
	}
	.banner-nakata .main-moutain{
		max-width: 100%;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	.banner-nakata .main-moutain-2{
		max-width: 100%;
		bottom: 0;
		left: 0;
		z-index: 99;
	}
	.banner-nakata .the-sun{
		max-width: 537px;
		bottom: 24%;
		right: 10%;
		z-index: 1;
	}
	.banner-nakata .peach{
		z-index: 999;
        max-width: 354px;
        bottom: 8%;
        left: 39%;
        transform: translateX(-50%);
	}
	.banner-nakata .quote-nakata{
		right: 5%;
        bottom: 20%;
        z-index: 9992;
	}
	.banner-nakata .quote-nakata p{
		font-size: 170px;
        margin-bottom: 0px;
        font-family: var(--max-black);
        line-height: 1;
        font-weight: 900;
		color: #fff;
	}

	.img-product-nakata img{
		height: 667px;
		z-index: 9992;
		width: auto !important;
		display: block;
		margin: 0 auto;
		object-fit: contain;
	}
	.slide-nakata{
		z-index: 9998;
    	margin-top: 60px;
	}
	.gate-menu{
		margin-top: -140px;
	}


	/* end nakata */


} 
/* end 2k screen */
/* Laptop 1368 */
@media (min-width: 1024px) and (max-width: 1439px) {

	.header-main:after, .header-top:after {
		content: "";
		width: 30.5%;
		background-color: var(--theme-color2);
		height: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
	}
	.sec-bottom-banner-home:after {
		content: "";
		width: 30.5%;
		background-color: var(--theme-color2);
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
	}
	.slider-home .custom-dots-flick {
		font-size: 20px;
	}
	.slider-home .flickity-prev-next-button {
		bottom: -12%;
	}

    .section-quytrinh .row-collapse .col-left{
		padding-left: 15px !important;
	}
	.section-quytrinh .row-collapse .col-right .col-inner{
		padding-left: 0px !important;
	}
	.slide-quytrinh .flickity-viewport .col .col-inner{
		padding: 30px !important;
	}
	.row-hesinhthai{
		padding: 0px 15px !important;
	}

	.gallery-staff-box .gallery-col.col:nth-child(1){
		width: 193px !important;
	}
	.gallery-staff-box .gallery-col.col:nth-child(2){
		width: 244px !important;
		left: 37%;
	}
	.gallery-staff-box .gallery-col.col:nth-child(3){
		width: 220px !important;
		left: 67%;
	}
	.gallery-staff-box .gallery-col.col:nth-child(4){
		width: 173px !important;
		left: 19%;
	}
	.gallery-staff-box .gallery-col.col:nth-child(5){
		width: 170px !important;
		left: 83%;
	}

	.box-staff-bottom .gallery-col.col:nth-child(7) {
		left: 90%;
	}
	.box-staff-bottom .gallery-col.col:nth-child(5) {
		left: 76%;
	}

	.font-big-jot p {
		font-size: 120px;
	}

	.slider-home {
		padding: 0px;
	}
	.slider-home .custom-dots-flick {
		right: max(calc((100vw - 720px) / 2), 0px);
	}
	.banner-cannone.is-full-height{
		height: calc(100vh + 170px) !important;
		min-height: calc(100vh + 170px) !important;
	}
	
	/* choya */

	.banner-choya.is-full-height{
		height: calc(100vh + 0px) !important;
		min-height: calc(100vh + 0px) !important;
	}
	.banner-choya .item-abs.cloud{
		max-width: 1110px;
        left: 50%;
        transform: translateX(-50%);
        top: 29%;
        z-index: 1;
	}
	.banner-choya .item-abs.moutain-left-1{
		max-width: 460px;
		bottom: 0;
		left: 1%;
		z-index: 111;
	}
	.banner-choya .item-abs.moutain-left-2{
		max-width: 526px;
		bottom: 2%;
		left: 3%;
		z-index: 11;
	}
	.banner-choya .item-abs.moutain-left-3{
		max-width: 1220px;
		bottom: 6%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.banner-choya .item-abs.moutain-right-1{
		max-width: 460px;
		bottom: 0;
		right: 1%;
		z-index: 111;
	}
	.banner-choya .item-abs.moutain-right-2{
		max-width: 630px;
		bottom: 3%;
		right: 0%;
		z-index: 11;
	}
	.banner-choya .item-abs.moutain-right-3{
		max-width: 620px;
		bottom: 6%;
		right: 4.5%;
		z-index: 9;
	}
	.banner-choya .item-abs.pine-tree-left{
		max-width: 210px;
		bottom: 30%;
		left: 0;
		z-index: 99;
	}
	.banner-choya .item-abs.pine-tree-right{
		max-width: 210px;
		bottom: 30%;
		right: 0;
		z-index: 99;
	}
	.banner-choya .item-abs.cane-left{
		max-width: 80px;
        top: 36%;
        left: 22%;
	}
	.banner-choya .item-abs.cane-right{
		max-width: 140px;
		top: 30%;
		right: 25%;
	}
	.banner-choya .item-abs.product-item1{
		max-width: 100px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 7%;
		z-index: 8;
	}
	.banner-choya .item-abs.product-item2{
		max-width: 88px;
        left: 42%;
        transform: translateX(-50%);
        bottom: 7%;
        z-index: 9;
	}
	.banner-choya .item-abs.product-item3{
		max-width: 92px;
        left: 58.2%;
        transform: translateX(-50%);
        bottom: 7%;
        z-index: 9;
	}
	.row-content-choya{
		position: relative;
		z-index: 99999;
	}
	.banner-choya .item-abs.quote-choya{
		max-width: max-content;
		right: 6%;
		bottom: 20%;
	}
	.banner-choya .item-abs.quote-choya span{
		font-family: var(--max-black);
		font-weight: 900;
		font-size: 250px;
		color: #e1c7c4;
	}

	/* end choya */

	/* nakata */
	.slide-nakata{
		margin-top: 0px;
	}
	.banner-nakata .moutain-left-1{
		max-width: 425px;
		z-index: 9999;
	}
	.banner-nakata .moutain-right-1{
		max-width: 512px;
	}
	.banner-nakata .moutain-right-2{
		max-width: 819px;
	}
	.banner-nakata .moutain-right-3{
		max-width: 1024px;
	}
	.banner-nakata .main-moutain{
		max-width: 100%;
	}
	.banner-nakata .main-moutain-2{
		max-width: 100%;
	}
	.banner-nakata .the-sun{
		max-width: 337px;
        bottom: 36%;
	}
	.banner-nakata .peach{
		max-width: 230px;
	}
	.banner-nakata .quote-nakata{
		right: 5%;
		bottom: 20%;
		z-index: 9992;
	}
	.banner-nakata .quote-nakata p{
		font-size: 110px;
	}
	.img-product-nakata img{
		height: 467px;
	}
	.slide-nakata{
		z-index: 9998;
		margin-top: 0px;
	}
	.gate-menu{
		margin-top: -80px;
	}
	.title-product-nakata{
		font-size: 1rem !important;
	}
	.slide-nakata .custom-dots-flick .dot-item{
		font-size: 26px;
	}
	.slide-nakata .custom-dots-flick .dot-item.is-active {
		font-size: 36px;
	}

	/* end nakata */

}

/* Tablet */
@media (max-width: 1024px) {
    .list-logo-brand > div {
        width: calc((100% - 90px) / 4);
    }
	.slider-home {
		padding: 0px;
	}
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-main:after, .header-top:after{
		content: none;
	}

	.pb-0-mb{
		padding-bottom: 0 !important;
	}
	.align-item-center-mb {
		align-items: center;
	}
	.rank-math-breadcrumb{
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-top{
		border-radius: 0px;
		background-position: right 0px;
	}
	.footer-top::after{
		content: none;
	}
	.list-logo-brand > div {
        width: calc((100% - 30px) / 2);
    }
	.sec-bottom-banner-home{
		padding-top: 100px !important;
	}
	.sec-bottom-banner-home:after {
		width: 100%;
		height: 20%;
	}
	.slider-home .custom-dots-flick {
		color: #fff;
		font-size: 30px;
		bottom: -13%;
	}
	.slider-home .custom-dots-flick {
		right: unset;
		left: 15px;
		gap: 12px;
	}
	.slider-home .flickity-prev-next-button{
		display: block !important;
		bottom: -12%;
	}
	.slider-home .flickity-prev-next-button.previous{
		left: unset;
		right: 32% !important;
	}
	.slider-home .flickity-prev-next-button.next {
		left: 66% !important;
		right: unset;
	}
	.section-hesinhthai {
		border-radius: 30px;
	}
	.stack-product-cat{
		flex-wrap: wrap;
		justify-content: space-between !important;
		gap: 10px;
	}
	.stack.stack-product-cat > .img{
		margin: 0 !important;
	}
	.badge-custom{
		bottom: 40%;
		max-width: 50px;
		right: -7px;
	}
	.badge-custom .badge-best-price {
		transform: translateX(3px);
	}
	.badge-custom .badge-new {
		transform: translateX(2px);
	}
	.product-small.box .box-text {
		padding: 150px 20px 20px 20px;
		border-radius: 25px;
	}
	.product-small.box .image-tools.bottom{
		left: 20px;
	}
	.product-small.box .price-wrapper {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.product-small.box .add-to-cart-button a {
		width: 80px;
		height: 40px;
		background-size: 27px;
	}
	.section-product,.section-customer {
		border-radius: 30px;
	}
	.list-post-simple .box-vertical .box-image {
		width: 0% !important;
	}
	.banner-top .row .col-left {
		flex-basis: 100%;
		max-width: 100%;
	}
	.banner-top .row .col-right {
		flex-basis: 100%;
		max-width: 100%;
	}
	.banner-top .col-left .rank-math-breadcrumb {
		bottom: 0px;
	}
	.banner-top .col-left .rank-math-breadcrumb p{
		font-size: 12px;
		padding-left: 30px;
		margin-bottom: 5px;
	}
	.banner-top .col-left .rank-math-breadcrumb p:before{
		width: 20px;
		height: 2px;
	}

	.btn-dark,.btn-light,.btn-custom-2{
		padding: 5px 25px 5px 80px !important;
		position: relative;
		font-size: 16px !important;
	}
	.btn-dark:before,.btn-light:before,.btn-custom-2:before{
		width: 30px;
		height: 3px;
	}
	.row-hesinhthai{
		padding: 0px 15px !important;
	}
	.section-quytrinh .row-collapse .col-left{
		padding-left: 15px !important;
	}
	.slide-quytrinh .flickity-prev-next-button.next{
		left: unset !important;
        right: -3px !important;
        transform: rotateY(0deg) translateX(20%);
	}
	.slide-quytrinh .flickity-page-dots{
		display: block;
		bottom: -30px;
	}
	.slide-quytrinh .flickity-prev-next-button.previous {
		left: -10px;
    	transform: rotateY(0deg) translateY(20%);
	}
	.section-hanhtrinh {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-bottom: 150px !important;
		border-radius: 30px;
	}
	.col-timeline-number {
		padding: 0px 20px !important;
		margin-top: -100px !important;
	}
	.col-timeline-number>.col-inner{
		padding: 0px 10px;
	}
	.row-feedback .flickity-prev-next-button.previous{
		left: 0;
	}
	.row-feedback .flickity-prev-next-button.next {
		right: 0;
	}
	.row-feedback .flickity-page-dots{
		opacity: 1 !important;
	}

	.circle-1 {
		width: 300px !important;
	}
	.gallery-staff-box .gallery-col.col:nth-child(1) {
		width: 103px !important;
	}
	.gallery-staff-box .gallery-col.col:nth-child(2) {
		width: 120px !important;
	}
	.gallery-staff-box .gallery-col.col:nth-child(3) {
		width: 115px !important;
		left: 70%;
	}
	.gallery-staff-box .gallery-col.col:nth-child(4) {
		width: 103px !important;
	}
	.gallery-staff-box .gallery-col.col:nth-child(5) {
		width: 100px !important;
		left: 85%;
	}

	.col-wrap-circle-2 .boss-img:before {
		width: 200px;
		height: 200px;
		left: 43%;
		transform: translateX(-50%);
		right: unset;
		bottom: -130px;
	}
	.col-wrap-circle-2 .circle-2 {
		position: absolute;
		width: 600px !important;
		top: 30%;
		left: 50%;
		transform: translateX(-50%);
	}

	.box-staff-list .box-image {
		position: relative;
		z-index: 1;
		background-color: #eff6ff;
		border-radius: 12px;
		padding: 10px 10px 0px;
		overflow: hidden;
	}
	.box-staff-list .box-image img {
		height: 150px;
		display: block;
	}
	.section-join-team {
		border-radius: 40px;
	}

	.font-big-jot p {
		font-size: 72px;
		text-align: center;
	}

	.box-staff-bottom .gallery-col.col:nth-child(1) {
		width: 110px;
		
	}
	.box-staff-bottom .gallery-col.col:nth-child(2) {
		width: 90px;
		left: 36%;
	}
	.box-staff-bottom .gallery-col.col:nth-child(3) {
		width: 100px;
		left: 62%;
	}
	.box-staff-bottom .gallery-col.col:nth-child(4) {
		width: 90px;
		left: 22%;
	}
	.box-staff-bottom .gallery-col.col:nth-child(5) {
		width: 70px;
		left: 74%;
	}
	.box-staff-bottom .gallery-col.col:nth-child(6) {
		width: 80px;
		left: 11%;
	}
	.box-staff-bottom .gallery-col.col:nth-child(7) {
		width: 70px;
		left: 89%;
	}
	.col-content-banner-blog a.button {
		margin-bottom: -60px;
	}
	.blog-section-1 > .col:nth-child(1) {
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	.blog-section-1 > .col:nth-child(1) .box-image .image-cover {
		padding-top: 75% !important;
	}
	.menu-post-featured {
		justify-content: flex-start !important;
		margin-top: 0px;
		flex-wrap: wrap;
	}

	.blog-vertical-index .box-vertical {
		display: flex;
		align-items: center;
	}
	.blog-vertical-index .box-vertical .box-image {
		width: 35% !important;
	}
	.blog-vertical-index .box-vertical .box-image .image-cover {
		padding-top: 100% !important;
	}
	.blog-vertical-index .box-vertical .box-text {
		width: 75%;
		padding-left: 15px;
	}
	.blog-vertical-index .box-vertical .box-text .post-title {
		font-size: 16px;
	}
	.blog-vertical-index .box-vertical .box-image img {
		object-fit: cover;
	}
	.blog-vertical-index .box-vertical .box-text .from_the_blog_excerpt {
		display: none;
	}
	.title-long-item .section-title-normal a{
		display: none;
	}

	.detail-shop-head-custom .title-shop-detail{
		font-size: 24px;
	}
	.detail-shop-head-custom {
		padding: 30px 0px;
	}
	.product-gallery .woocommerce-product-gallery{
		border-radius: 10px;
	}
	.product-gallery .woocommerce-product-gallery .flickity-slider img{
		max-height: 300px;
	}
	.product-gallery .product-thumbnails .col img {
		height: 72px;
	}
	.product-gallery .product-thumbnails .col a {
		border-radius: 8px;
	}
	.product-info{
		padding-top: 20px !important;
	}
	.product-info .cart .single_add_to_cart_button{
		width: 100%;
	}
	.wrap-wishlish-share {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 16px;
	}
	.wrap-wishlish-share .share .share-single{
		padding-left: 0px;
	}
	.product-main{
		padding-bottom: 0px !important;
	}
	.wc-tabs.product-tabs li{
		width: max-content;
		margin: 0px 15px !important;
	}

	.row-slider .flickity-prev-next-button.flickity-button{
		width: 40px !important;
	}
	.row-slider .flickity-prev-next-button.flickity-button svg{
		padding: 12px !important;
	}

	.shop-page-title .woocommerce-result-count{
		display: block !important;
	}
	.term-description{
		padding: 20px;
	}
	.detail-shop-head-custom .woocommerce-breadcrumb *{
		font-size: 14px;
	}
	.mobile-nav .cart-item img{
		filter: brightness(1) invert(1);
		width: 26px;
	}
	.tab-product-shops ul.nav {
		margin-top: 0px;
		justify-content: flex-start;
	}
	.tab-product-shops ul.nav li.active a:before{
		content: none;
	}

	.col-cannone-product-item .item-product-1 {
		max-width: 90px;
	}
	.col-cannone-product-item .item-product-2 {
        max-width: 75px;
        left: 30%;
	}
	.col-cannone-product-item .item-product-3 {
		max-width: 75px;
        right: 9%;
	}
	.col-cannone-product-item .item-tree-left-1 {
		max-width: 60px;
	}
	.col-cannone-product-item .item-tree-left-2 {
		max-width: 90px;
	}
	.col-cannone-product-item .item-tree-right-1 {
		max-width: 60px;
	}
	.col-cannone-product-item .item-tree-right-2 {
		max-width: 90px;
	}
	.col-cannone-product-item .item-leaf-1 {
		max-width: 80px;
	}
	.col-cannone-product-item .item-leaf-2 {
		max-width: 60px;
	}
	.banner-cannone.is-full-height {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 150px !important;
    }
	
	.section-number-cannone {
		margin-top: -180px;
	}
	.col-box-shadown>.col-inner{
		border-radius: 10px !important;
	}
	.col-box-shadown>.col-inner .col.pb-0{
		padding-bottom: 20px !important;
	}
	.col-box-shadown>.col-inner .col.pb-0.col-bg-qua{
		padding-bottom: 0px !important;
	}

	/* choya */

	.banner-choya.is-full-height {
		height: calc(100vh + 10px) !important;
		min-height: calc(100vh + 10px) !important;
	}

	.banner-choya .item-abs.cloud{
		max-width: 400px;
        left: 50%;
        transform: translateX(-50%);
        top: 62%;
        z-index: 1;
	}
	.banner-choya .item-abs.moutain-left-1{
		max-width: 160px;
		bottom: 0;
		left: 0%;
		z-index: 111;
	}
	.banner-choya .item-abs.moutain-left-2{
		max-width: 156px;
		bottom: 2%;
		left: 3%;
		z-index: 11;
	}
	.banner-choya .item-abs.moutain-left-3{
		max-width: 360px;
		bottom: 6%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.banner-choya .item-abs.moutain-right-1{
		max-width: 160px;
		bottom: 0;
		right: 1%;
		z-index: 111;
	}
	.banner-choya .item-abs.moutain-right-2{
		max-width: 180px;
		bottom: 3%;
		right: 0%;
		z-index: 11;
	}
	.banner-choya .item-abs.moutain-right-3{
		max-width: 200px;
		bottom: 6%;
		right: 4.5%;
		z-index: 9;
	}
	.banner-choya .item-abs.pine-tree-left{
		max-width: 110px;
		bottom: 30%;
		left: 0;
		z-index: 99;
	}
	.banner-choya .item-abs.pine-tree-right{
		max-width: 110px;
		bottom: 30%;
		right: 0;
		z-index: 99;
	}
	.banner-choya .item-abs.cane-left{
		max-width: 60px;
        top: 36%;
        left: 7%;
	}
	.banner-choya .item-abs.cane-right{
		max-width: 110px;
        top: 35%;
        right: 1%
	}
	.banner-choya .item-abs.product-item1{
		max-width: 80px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 7%;
		z-index: 8;
	}
	.banner-choya .item-abs.product-item2{
		max-width: 65px;
        left: 30%;
        transform: translateX(-50%);
        bottom: 7%;
        z-index: 9;
	}
	.banner-choya .item-abs.product-item3{
		max-width: 70px;
        left: 70.4%;
        transform: translateX(-50%);
        bottom: 7%;
        z-index: 9;
	}
	.row-content-choya{
		position: relative;
		z-index: 99999;
	}
	.banner-choya .item-abs.quote-choya{
		max-width: max-content;
        right: 6%;
        bottom: 37%;
	}
	.banner-choya .item-abs.quote-choya span{
		font-family: var(--max-black);
		font-weight: 900;
		font-size: 100px;
		color: #e1c7c4;
	}

	/* end choya */

	/* nakata */
	.banner-nakata.is-full-height {
		height: calc(100vh - 120px) !important;
		min-height: calc(100vh - 120px) !important;
		max-width: 100%;
		margin: 0 auto;
	}
	.slide-nakata{
		margin-top: 0px;
	}
	.banner-nakata .moutain-left-1{
		max-width: 200px;
	}
	.banner-nakata .moutain-right-1{
		max-width: 200px;
	}
	.banner-nakata .moutain-right-2{
		max-width: 320px;
	}
	.banner-nakata .moutain-right-3{
		max-width: 370px;
	}
	.banner-nakata .main-moutain{
		max-width: 100%;
	}
	.banner-nakata .main-moutain-2{
		max-width: 100%;
	}
	.banner-nakata .the-sun{
		max-width: 137px;
        bottom: 10%;
	}
	.banner-nakata .peach{
		max-width: 140px;
        left: 33%;
	}
	.banner-nakata .quote-nakata{
		right: 5%;
		bottom: 8%;
		z-index: 9992;
	}
	.banner-nakata .quote-nakata p{
		font-size: 30px;
	}
	.img-product-nakata img{
		height: 367px;
	}
	.slide-nakata{
		z-index: 9998;
		margin-top: 0px;
	}
	.gate-menu{
		margin-top: -60px;
	}
	.title-product-nakata{
		font-size: 1rem !important;
	}
	.slide-nakata .custom-dots-flick .dot-item{
		font-size: 26px;
	}
	.slide-nakata .custom-dots-flick .dot-item.is-active {
		font-size: 36px;
	}
	.banner-nakata> .section-content {
		border-radius: 0px 0px 20px 20px;
	}
	.slide-nakata .custom-dots-flick .dot-item.is-active::before{
		width: 35px;
	}

	.col-bg-intro-nakata>.col-inner{
		border-radius: 20px;
	}
	.text-vertical p {
		margin: 0px 0px 0px -20px;
	}
	.text-vertical:before {
		width: 70px;
		height: 70px;
		top: -26px;
		left: 18%;
	}
	.col-bg-intro-nakata>.col-inner:before {
		width: 250px;
	}
	.col-bg-intro-nakata>.col-inner:after {
		height: 50px;
		width: 250px;
		bottom: 0px;
	}
	.col-sanpham-nakata > .col-inner{
		border-radius: 20px;
	}
	.tab-product-nakata ul.nav li a {
		font-size: 14px;
	}
	/* end nakata */

	/* qbb */
	.col-product-qbb .col-inner,.col-banner-ads .col-inner{
		border-radius: 20px !important;
	}
	.col-right-ads .img-banner-ads {
		bottom: -15px;
		position: relative;
		right: 0px;
	}

	/* end qbb */

	#menu-sidebar-left.active span:nth-child(1){
		transform: translateY(10px) rotate(45deg);
	}

}

@keyframes fillHeight {
	0% {
		height: auto;
	}
	100% {
		height: 100%;
	}
}

@keyframes glowing-btn{
	0% {
		box-shadow: 0 0 0 0 #c10000;
	}
	100% {
		box-shadow: 0 0 0 8px rgba(255, 188, 0, 0);
	}
}

