/************
 * @IMPORT
************/ 
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/************
 * @VARIABLE

 Primary: #E89724 , Secondary: #572414, White: #FFFFFF, Dark: #545454
************/ 
:root{
	--primaryColor:#572414;
	--primaryDark:#545454;
	--primaryLight:#572414;
	--stLight:#C6F68D;
	--labelColor:#FFFBEB;
	--ndLight:#DEFABB;
	--titleColor:#383838;
	--lightGray:#F5F5F5;
	--white:#ffffff;
	--white-color: #FFFFFF;
	--red:#ff0018;
    --secondary-color: #572414;
	--bgFooterDark:#572414;
	--primaryColor-rgb: #e8972499;
	


	/****FONT SIZE ****/
	--titleHero:64px;
	--titlePage:48px;
	--subTitle:32px;
	--headingTitle:24px;
	--subHeading: 20px;
	--singleLine:16px;
	--HeadingLg:64px;
	--HeadingSmall:40px;
	--body:18px;


    --background-card-item-color: #f2dcb64d;
	--nav-color: #572414;
    --nav-hover-color: #E89724;
    --nav-dropdown-color: #572414;
    --nav-dropdown-hover-color: #E89724;
    --nav-dropdown-background-color: #FFFFFF;
    --nav-mobile-background-color: #FFFFFF;

	--section-color: #f2dcb6;
	--primary-color: #e89724;

}

.main-color{
	color: var(--primary-color);
}
.section-sub-title{
	font-weight: 700;
}

 /* Default for 2000px width */
 .ts-banner-title { font-size:60px !important; }
 .ts-1 { font-size: 48px !important; }
 .ts-2 { font-size: 30px !important; }
 .ts-3 { font-size: 25px !important; }
 .ts-4 { font-size: 18px !important; }
 .ts-5 { font-size: 14px !important; }


 
 /* PC 14-16 inch */
 @media (min-width: 1025px) and (max-width: 1600px) {
   .ts-banner-title { font-size:55px !important; }
   .ts-1 { font-size: 40px !important; }
   .ts-2 { font-size: 26px !important; }
   .ts-3 { font-size: 22px !important; }
   .ts-4 { font-size: 16px !important; }
   .ts-5 { font-size: 14px !important; }
   .container{
		/* max-width: 1200px; */
  	}
 }
 
 /* PC 10 inch */
 @media (min-width: 900px) and (max-width: 1024px) {
   .ts-banner-title { font-size:40px !important; }
   .ts-1 { font-size: 36px !important; }
   .ts-2 { font-size: 24px !important; }
   .ts-3 { font-size: 20px !important; }
   .ts-4 { font-size: 15px !important; }
   .ts-5 { font-size: 14px !important; }

   .container{
		max-width: 800px;
	}
 }
 
 /* Tablet */
 @media (min-width: 426px) and (max-width: 768px) {
   .ts-banner-title { font-size:35px !important; }
   .ts-1 { font-size: 32px !important; }
   .ts-2 { font-size: 22px !important; }
   .ts-3 { font-size: 18px !important; }
   .ts-4 { font-size: 14px !important; }
   .ts-5 { font-size: 12px !important; }
 
   	.container{
		max-width: 600px;
	}
	
 }
.content-body{
	margin-top: 116px;
}
@media (max-width: 834px) {
	.content-body{
		margin-top: 45px;
	}
}
 
 /* Phone */
 @media (max-width: 425px) {
   .ts-banner-title { font-size:30px !important; }
   .ts-1 { font-size: 28px !important; }
   .ts-2 { font-size: 20px !important; }
   .ts-3 { font-size: 16px !important; }
   .ts-4 { font-size: 12px !important; }
   .ts-5 { font-size: 12px !important; }

   .navbar-brand .logo-header{
	height: 50px !important;
	width: auto;
}
	
 }
 .form-control:focus{
   box-shadow: 0 0 0 .25rem rgba(232, 151, 36, .25) !important;
   border: rgba(232, 151, 36, .25);
 }

/************
 * @CSS RAW
************/ 
html,body{
	font-size: var(--singleLine);
	color: var(--titleColor);
	font-family: "Inter", sans-serif, 'Battambang',system-ui;
	background-color: #eef3f8;

}
h1,h2{
	font-family: "Inter", sans-serif, 'Battambang',system-ui;
}
header{
	position: fixed;
	top:0;
	height: 80px;
	width: 100%;
	background-color: var(--white);
	z-index: 1000;
	display: inline-table;
	box-shadow: 0 4px 6px rgba(177, 194, 221, 0.25);
}
header.sticky{
/*	position: fixed;
    left: 0;
    top: 0;
    width: 100%;*/
    /* transition: top 0.3s;
    background-color:white;
	backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); 
    z-index: 999; */
}
.faq-body {
	background: white;
	border-radius: 10px;
}

.accordion-faq-item:not(.collapsed)::after {
	background-image: url(../images/icons/ep_arrow-up-bold.svg);
	transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-faq-item::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	margin-right: 10px;
	content: "";
	background-image: url(../images/icons/ep_arrow-up-bold.svg);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}


.title-primary{
		color: var(--primaryColor);
}

.small-title{
	background: #57241426;
	width: fit-content;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px; 
	color: var(--primaryColor);
	padding: 5px 25px;
}  

.h-100{
	min-height: 300px;
}
.container-b {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	position: absolute;
	left: 0;
}
.containerA {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	position: absolute;
	right: 0;
}

.ad-image {
	width: 250px;
    height: 390px;
    background: url(../images/bg/ad.svg) no-repeat center / cover;
    
} 
.ad2-image {
    width: 263px;
    height: 459px;
    background: url(../images/bg/ad2.svg) no-repeat center / cover;
    position: absolute;
    right: 0;
    margin-top: -1px;
} 

.news-bee{
	position: absolute;
	right: 100px;
	top: 70px;
	width: 50px;
	height: auto;
}
.news-bee img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-flower{
	position: absolute;
	right: 0;
	top: 20px;
	width: 200px;
	height: auto;
}
.news-flower img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-bg-bee{
	position: relative;
	background-image: url(../images/bg/bg3.svg);
	color:#EBFFEE;
	overflow: hidden;
	background-position: top left; /* or 0 0 */
	background-repeat: no-repeat;
}
@media(min-width: 835px) and (max-width: 1024px){
	.news-bee{
		right: 30px;
		top: 95px;
		width: 30px;
	}
	.news-flower{
		top: 75px;
		width: 100px;
	}
}
@media(min-width: 431px) and (max-width: 834px){
	.news-bee{
		right: 30px;
		top: 95px;
		width: 30px;
	}
	.news-flower{
		top: 75px;
		width: 100px;
	}
}
@media(max-width: 430px){
	.news-bee{
		right: 30px;
		top: 15px;
		width: 30px;
	}
	.news-flower{
		top: 0;
		width: 100px;
	}
}
.rounded-4{
	border-radius: 20px !important;
}

/* Keyframes for infinite rotation */
@keyframes rotateFlower {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

a.navbar-brand img {
    width: 165px;
    height: 90px;	
}
@media (min-width: 834px) and (max-width: 1450px){
	a.navbar-brand img {
		width: auto;
		height: 90px;	
	}
}
@media(min-width: 1200px) and (max-width: 1350px){
	.header-phone{
		display: none !important;
	}
}
#error404{
	height: 100vh;
}
.title-404 {
    font-size: 120px;
    font-weight: 700;
}
ul,ol{
	margin: 0;
	padding: 15px;
}
.wrap-menu-top {
	display: flex !important;
    flex-basis: auto;
    border-bottom: 1px solid #D9D9D9;
    height: 36px;
    align-items: center;
}
.wrap-menu-top img{
	width: auto;
	height: 16px;
}
.menu-top ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
.menu-top ul li{
	display: inline-block;
	margin: 0 10px;
	position: relative;
}

.menu-top ul li a{
	color: var(--titleColor);
	display: block;
	text-decoration: none;
	font-size: 14px;
}
.menu-top .left-menu ul li:first-child{
	margin-left: 0;
}
.menu-top .right ul li:last-child{
	margin-right: 0;
}
.menu-top .left-menu ul li{
	position: relative
}
span.sm {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
}
.menu-top ul.left-menu li::before{
	content: '';
	position: absolute;
	height: 10px;
	width: 1px;
	background-color: #B3B3B3;
	top:5px;
	right: -10px;
	transform: rotate(15deg);
	z-index: 1;
}
/*.navbar.navbar-expand-lg {*/
/*    height: 72px;*/
/*}*/
.menu-top ul.left-menu li:last-child::before{
	background-color: transparent;
}
.menu-primary ul li{
	margin: 10px;
}
.menu-primary ul li a{
	font-size: var(--singleLine);
	color: var(--secondary-color);
	text-decoration: none;
	display: block;
	font-weight: 600;
	padding:5px 10px;
	border-radius: 4px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	font-size: 14px;

}
.menu-primary ul li.current_page_item a{
	color: var(--primary-color);
}
/* .menu-primary ul li a:hover{
	background-color:#F5F5F5;
} */
.navbar-toggler{
	border-color: var(--primary-color);
}
span.m-h{
    margin-left: 5px;
}
.animate{
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}
.animate-5{
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
}
.lang {
    align-items: center;
    display: inline-flex;
	
}
.trp-language-switcher{
	width: inherit;
}
.trp-language-switcher > div{
	border:0;
	padding:0;
	background-image: none;
}
.trp-language-switcher > div > a > img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0;
	margin-right: 5px;
}
.trp-language-switcher > div > a {
    display: block;
    padding: 3px 12px;
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
	margin-bottom: 10px;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
	background-color: transparent;
	width: inherit !important;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, 
.trp-language-switcher:hover .trp-ls-shortcode-language{
	padding: 0px;
	width: inherit !important;
}
.lang img{
	margin-right: 10px;
}
.btn-order-now{
	display: flex; 
	justify-content: center; 
	align-items: center; 
	background-color: var(--primary-color); 
	border-radius: 25px; 
	padding: 0.5rem 1rem 0.5rem 1rem;
	cursor: pointer;
}
.text-btn-order-now{
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.btn-nd{
	background-color: var(--ndLight);
	color: var(--primaryColor);
	align-items: center;
	border-radius: 50px;
	padding: 10px 20px;
	border:0;
}
.btn-nd:hover,
.btn-nd:checked+.btn-nd, .btn-nd.active, .btn-nd.show, .btn-nd:first-child:active, :not(.btn-check)+.btn-nd:active{
	background-color: var(--stLight);
	color: var(--primaryColor);
}
.btn-outline{
	align-items: center;
	border-radius: 50px;
	padding: 10px 20px;	
	border:1px solid #0000;
}
.btn-outline:hover,
.btn-outline:checked+.btn-outline, .btn-outline.active, .btn-outline.show, .btn-outline:first-child:active, :not(.btn-check)+.btn-outline:active{
	border-color: #ccc;
	background-color: var(--white);
}

/* ============ OUR HONEY dropown ==========*/
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900;
    margin-left: 8px; 
    font-size: 14px; 
}
.menu-item-has-children > a {
    display: inline-block;
}

.menu-item-has-children > a:hover {
    color: var(--primary-color); 
}

.menu-item-has-children .sub-menu {
    display: none; 
    position: absolute;
    left: 0;
    top: 100%; 
    background-color: var(--white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 0;
    z-index: 1000; 
    list-style: none;
    margin: 0;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu li {
    padding: 0;
    margin: 0;
}

.menu-item-has-children .sub-menu li a {
    color: var(--secondary-color);
    text-decoration: none;
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #F2DCB64D;
    color: var(--primary-color);
}

@media (max-width: 834px) {
    .menu-item-has-children {
        width: 100%;
    }
    .menu-item-has-children .sub-menu {
        position: static;
        box-shadow: none;
    }
}

/*******************
******* TITLE ********
********************/
.titleHero{
	font-size: var(--titleHero);
	font-weight: 700;
}
.label-header{
	font-size: 16px;
	background-color: var(--labelColor);
	padding: 5px 10px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
}
.label-header.upcoming-event{
	background-color: var(--red);
}
#immigration .label-header{
	background-color: #CFF7D3;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;	
	color: var(--primaryColor);
}
.titleHero span{
	color: var(--primaryColor);
}
.titlePage{
	font-size: var(--titlePage);
	font-weight: 700;
	align-items: center;
	color: var(--secondary-color);
}
@media (max-width: 430px) {
	.titlePage{
		font-size: 28px;
	}
}
@media (min-width: 431px) and (max-width: 834px) {
	.titlePage{
		font-size: 32px;
	}
}
.titlePage span{
	color: var(--primaryColor);
}
.titlePage label{
	color: #B3B3B3;
}
.titlePage a{
	float: right;
}
.headingTitle{
	font-size: var(--headingTitle);
}
.heading{
	font-size: var(--headingTitle);
	font-weight: 600
}
.subTitle{
	font-size: var(--subTitle);
	padding:15px 0;
}
.subHeading{
	font-size: var(--subHeading);
	font-weight: 400;
}
.title-benefit{
	font-size: var(--headingTitle);
	font-weight: 600;
}
.label-slider {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 20px;
    color: var(--primaryColor);
    font-size: var(--singleLine);
    background-image: url(../images/bg/slide-label.svg);
    background-repeat: no-repeat;
    height: 60px;
    background-size: cover;
    align-items: center;
    z-index: 1;
}
.label-private {
    position: absolute;
    top: -2px;
    right: -25px;
    padding: 5px 20px;
    color: var(--primaryColor);
    font-size: var(--singleLine);
    background-image: url(../images/bg/label-private.svg);
    background-repeat: no-repeat;
    height: 60px;
    background-size: contain;
    align-items: center;
    z-index: 1;
}
.label-private .right{
	display: inline-flex;
	align-items: center;
	padding: 5px 15px;
}
.label-private.left {
    transform: rotateY(180deg);
    left: -25px;
    background-position: left;
    right: inherit;
    top: -2px;
}
.label-private.left .left {
    transform: rotateY(180deg);
    padding: 5px 15px;
    align-items: center;
    display: inline-flex;
}
.label-slider .p-2{
	align-items: center;
	display: inline-flex;
}
.label-slider a,
.label-private a{
	text-decoration: none;
	color: var(--primaryColor);
}
.top-section .subTitle.color-body p{
	color: #383838;
}
.relative{
	position: relative;
}
.vertical-center {
    height: 85%;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
/*******************
******* SECTION ********
********************/
.top-section {
    padding: 100px 0 250px;
    background-repeat: no-repeat;
    background-position-x: right;
    position: relative;
    display: block;
}
.top-section::before{
	content: '';
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 100%;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 70%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 70%);
background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.top-section .subTitle p{
	color: #757575;
}
section.hero-section{
    margin-top: 160px;
}
.section-header{
	position: relative;
	display: block;
	padding:100px 0;
}
.banner-home{
	position: absolute;
	top:0;
	right: 0;
	z-index: 0;
}
.banner-image{
	border-radius: 20px;
	overflow: hidden;
	margin: 30px 0 60px;
}
.banner-image img{
	width: 100%;
	height: auto;
}
.bodyBase{
	font-size: var(--singleLine);
	font-weight: 400;
}
.bodyStrong{
	color: #757575;
	font-weight: 600;
	font-size: var(--singleLine);
}
.bodySmall{
	font-size: 14px;
	color: #757575;
}
.body-slide .titlePage{
	margin-bottom: 15px;
}
.body-slide ul li{
	line-height: 35px;
	font-weight: 600
}
.wrap-benefit{
	text-align: center;
	padding: 30px;
}
.icon-benefit{
	padding: 15px 0;
}
.icon-benefit img{
	width: 75px;
	height: auto;
}
.dt-200{
	margin-top:-200px;
}
.dt-200 .subTitle{
	padding-top: 0;
}
.p-6{
	padding:60px;
}
.py-6{
	padding: 60px 0;
}
.py-7{
	padding: 70px 0;
}
.py-8{
	padding: 80px 0;
}
.py-9{
	padding: 90px 0;
}
.py-10{
	padding: 100px 0;
}
.pb-6{
	padding-bottom:60px;
}
.pb-10{
	padding-bottom:100px;
}
.pb-20{
	padding-bottom:200px;
}
.pt-6{
	padding-top:60px;
}
.pt-10{
	padding-top:100px;
}
.pt-20{
	padding-top:200px;
}
.p-6 .bodyBase{
	margin-bottom: 30px;
	display: block;
}
.pl-3{
	padding-left: 30px;
}
.pl-6{
	padding-left: 60px;
}
.pr-6{
	padding-right: 60px;
}
.mb-6{
	margin-bottom: 60px;
}
.mt-6{
	margin-top: 60px;
}
.mt-7{
	margin-top: 70px;
}
.mt-8{
	margin-top: 80px;
}
.mt-9{
	margin-top: 90px;
}
.mt-10{
	margin-top: 100px;
}
.my-6{
	margin: 60px 0;
	display: block;
}
.my-7{
	margin: 70px 0;
	display: block;
}
.my-8{
	margin: 80px 0;
	display: block;
}
.my-9{
	margin: 90px 0;
	display: block;
}
.my-10{
	margin: 100px 0;
	display: block;
}
.br-1{
	border-radius: 15px;
}
.br-2{
	border-radius: 20px;
}
.br-3{
	border-radius: 30px;
}
.dynamic-top{
	padding-top: var(--pt);
}
.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.no-gutters > .remove-left{
    padding-right: 15px;
    padding-left: 0px;
}
.no-gutters > .remove-right{
    padding-right: 0px;
    padding-left: 15px;
}
.wrap-dotted {
    display: block;
    margin-bottom: 15px;
}
.wrap-dotted ul,
.share,
.slide-play ul,
.page-numbers,
.nav-item,
.social ul{
    list-style: none;
}
.wrap-dotted ul li{
	display: inline-block;
	margin: 5px;
}
.wrap-dotted ul li.dotted-img img{
	width: 34px;
	height: 34px;
	border-radius: 50px;
	transition: transform 0.5s ease;
}
.wrap-dotted ul li.dotted-img.active img{
	transform: scale(1.2);
}
li.dotted-img:hover{
	cursor: pointer;
}
.wrap-slider{
	position: relative;
	display: block;
	background-color: var(--white);
	border-radius: 15px;
	overflow: hidden;
}
.slide-play{
	display: block;
	text-align: center;
	margin-top:15px;
}

.slide-play ul li{
	display: inline-block;
	margin: 5px
}
.slide-play ul li a{
	display: block;
}
.wrap-img-item {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.wrap-news{
	padding:30px 0;
}
.border-heading {
	position: relative;
    border-bottom: 2px solid var(--titleColor);
    padding: 15px 0;
    margin-bottom: 15px;
}
.border-heading ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.border-heading ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.border-heading ul li a{
	display: block;
}
.absolute-left {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-0%, -50%);
}
.news-list{
	position: relative;
	padding: 15px 40px 15px;
/*	border-bottom: 1px solid #B3B3B3;*/
}
.news-list::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: calc(100% - 40px);
	border-bottom: 1px solid #B3B3B3;
	z-index: 0;
}
.news-list:last-child::before{
	border: transparent;
}
.news-list a{
	position: relative;
	text-decoration: none;
	display: block;
	color: var(--titleColor);
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;	
}
.news-list:hover a{
	padding-left: 5px;
/*	font-weight: 600;*/
}
.news-list a::before{
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	left: -15px;
	top:50%;
	transform: translate(-100%, -50%);
	background-image: url(../images/icons/thunder.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.news-public{
	color: #B3B3B3;
	padding: 10px 0;
}
.container-item-news{
	width: 100%;
	position: relative;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	background-color: red;
}
.container-item-news img.news-thumb{
	width: 100%;
	max-height: 280px !important;
}
.trasition{
	position: absolute;
	top: 50%;
    left: 50%;	   
    transform: translate(-50%, -50%);   
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
}
.link-news:hover img.news-thumb.trasition{	
	 transform: translate(-50%, -50%) rotate(-5deg) scale(1.1);
}
a .container-item-news{
	color: var(--titleColor);
}
.link-news {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.honey-article{
	position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.honey-article-item:hover img.news-thumb.trasition{	
	transform: translate(-50%, -50%) rotate(-5deg) scale(1.1);
}

.honey-article-item{
	width: 100%;
	position: relative;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
.honey-article-item img.news-thumb{
	width: 100%;
	min-height: 170px !important;
}
.honey-article-content { 
	position: absolute;
    bottom: -100%; /* Start off-screen */
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #ffc1079c; 
    align-items: center;
    justify-content: center;
    transition: bottom 0.5s ease-in-out;

}
.honey-article-item:hover .honey-article-content {
	bottom: 0%;
}

@media (max-width: 500px) {
    .honey-article-item img.news-thumb.trasition {
        transform: translate(-50%, -50%) rotate(-5deg) scale(1.1);
    }
    .honey-article-content {
        bottom: 0% !important;
		background-color: #ffffff4f !important;
    }
	
}



/* secssion-2222222222222 */

.bee-shape-maquee {
	background-image: url(../images/bg/bee-box.svg);
    background-origin: inherit;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat;
    width: 195px;
    height: 210px;
    transition: 0.7s;
    position: relative;
    margin: 5px;
    justify-content: center;
    align-items: center;
}

.bg-home-4{
	position: relative;
	background-image: url(../images/bg/bg4.svg);
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 50px;
}
.type-bee-descriptions{
	font-size: 18px;
	color: var(--primaryDark);
	font-weight: 400;
}
.type-bee-box-image{
	height: 530px;
	width: auto;
}
.type-bee-box-image img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
@media (max-width: 430px) {
	.bg-home-4 {
		background-image: unset;
		background-color: var(--section-color);
		height: auto;
	}
    .custom-section-type-left{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.type-bee-box-image{
		height: 350px;
	}
}

@media (min-width: 431px) and (max-width: 991px) {
	.bg-home-4 {
		background-image: unset;
		background-color: var(--section-color);
		height: auto;
	}
    .custom-section-type-left{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.type-bee-box-image{
		height: 400px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.bg-home-4 {
		min-height: 630px;
	}
}
/* ========================== */
.news-content{
	position: absolute;
	padding:30px;
	width: 85%;
/*	height: 36%;*/
	background-color: var(--white);
	border-radius: 15px;
   	left: 50%;
    transform: translate(-50%, -0%);
    bottom: 30px;
	transition: height 0.9s ease;
}
.news-desc{
	height: 0;
	transition: height 0.9s ease;
}
.news-desc .news-public{
	font-size: var(--singleLine);
	padding: 0;
}
/*.link-news:hover .news-content{
	height: 60%;
}*/
.link-news:hover .hidden{
	display: block;
	opacity: 1;
	color: var(--primaryColor);
}
.link-news:hover .news-title{
	display: none;
	opacity: 0;
}
.link-news:hover .hidden.news-public{
	color: #757575;
	font-weight: 400;
}

.news-label{
	font-size: var(--singleLine);
	background-color: var(--primaryLight);
	color: var(--white);
	padding:8px 10px;
	border-radius: 8px;
}
.news-label.upcoming-event{
	background-color: var(--red);
}

.btn-news{
	width: 50%;
    border: 1px solid rgba(84, 84, 84, 0.15);
    border-radius: 10px;
    height: 44px;
    padding: 12px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	column-gap: 10px;
	font-weight: 600;
	color: var(--primaryDark);
}
.btn-news:hover{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    transition: 0.1s;
	color: var(--white);
}
.btn-news:hover svg path {
    fill: var(--white);
}
.btn-store{
	width: 50%;
    border: 1px solid rgba(84, 84, 84, 0.15);
    border-radius: 10px;
    height: 44px;
    padding: 12px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	column-gap: 10px;
	font-weight: 600;
	color: var(--primaryDark);
}
.btn-store:hover{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    transition: 0.1s;
	color: var(--white);
}
.btn-store:hover svg path {
    fill: none;
	stroke: var(--white);
}
.news-title{
	font-size: 20px;
	text-decoration: none;
}
.honey-article-content-title{
	color: var(--white);
	font-size: 22px;
	font-weight: 500;
}
.btn-read-us{
	background: var(--white);
    border-radius: 25px;
    padding: 10px 40px;
    color: var(--primary-color);
    font-weight: 700;
	font-size: 16px;
	border: none;
} 
.vertical-bottom{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;	
    height: 100%;
}
.vertical-bottom p {
    padding: 0;
    margin: 0;
}
.immigration-single-img{
	display: inline-block;
}
.imm-single{
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.imm-single::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg/dotted-gray.png);
	background-repeat: repeat;
	opacity: 1;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.imm-single img{
	max-width: 100%;
	height: auto;
	z-index: 1;
	position: relative;
}
.obj-img{
	position: absolute;
	left: 50%;
	bottom:0%;
	transform: translate(-75%, 20%);
	z-index: 2;
}
.blog-immi ul,
.blog-immi ol{
	padding: 0 15px;
}
.immi-circle{
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-color: var(--primaryLight);
	background-position: center;
	right: 50%;
	bottom: 0%;
	transform: translate(75%, 20%);
	z-index: 1;
}
.immi img.stamp{
	width: 120px;
	height: auto;
	transform: translate(-100%, 0%);
}
.hidden{
	display: none;
	transition: .7s all;
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
	-o-transition: .7s all;
	opacity: 0;
}

.news-article .wr-news{
	margin-bottom: 25px;
}
.pagination{
	display: block;
	margin-top:30px;
}

.page-numbers li{
	display: inline-block;
	margin: 2px;
}
.page-numbers li a,
.page-numbers li span{
	display: inline-flex;
	color: var(--titleColor);
	padding:10px 20px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;	
}
.page-numbers li span.current{
	background-color: var(--primaryLight);
	color: var(--white);
}
.page-numbers li a:hover{
	background-color: #F5F5F5;
}
.grid-item{
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	display: block;
}

.grid-item img{
	max-width: 100%;
	height: auto;
}
.obj-item{
	padding: 52px;
	align-items: center;
	display: block;
}
.wrap-thumb{
	position: relative;
}
.team-thumb{
	position: relative;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #3330;
	z-index: 1;
}
.team-thumb img{
	max-width: 100%;
}
.team-item{
	margin:60px 0;
	display: block;
}
.team-item .subTitle{
	padding:0;
}
.team-label{
	font-size: var(--singleLine);
	display: inline-block;
	font-style: italic;
	color: var(--titleColor);
	background-color: var(--labelColor);
	border-radius: 4px;
	padding:5px 10px;
	margin:15px 0;
}
.team-social {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0%, 0%);
    opacity: 0;
    z-index: 0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;

}
.team-social ul{
	list-style:none;
	z-index: 0;
}
.team-social ul li{
	display: inline-block;
	margin: 5px
}
.team-social ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 30px;
    background-color: #cdcdcd2e;
    padding: 2px;
    align-items: center;
}

.team-item:hover .team-social{
	transform: translate(0%, 100%);
	opacity: 1
}
.team-item:hover .team-thumb{
	border-color: var(--primaryColor);
}
.error{
	color: var(--red);
	font-size: 14px;
}
.gm-style-iw-chr{
	display: none;
}
.fix-item{
	transition: top 0.5s ease;
}
.addtop{
	margin-top:216px;
}
.fix-item.fixed{
	position: fixed;
	top:216px;
	flex: 0 0 auto;
	width: var(--dynamic);	

}
.fix-sicial.fixed.shared{
	position: fixed;
	top:216px;
	flex: 0 0 auto;
	width: var(--share-bar);	
    max-height: calc(100vh - 200px);	

}
.fix-sicial.fixed.shared .mt-10{
	margin-top:0 !important;
}

.sidebar.fix-item.fixed{
    overflow-y: auto;
    max-height: calc(100vh - 200px);	
}

.sidebar.fix-item.fixed::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.dynamic{
	position: relative;
}
.fix-item.fixed.fix-absolute,
.fix-item.fix-absolute{
	position: absolute;
	width: var(--dynamic);	
	bottom:0;
	top: initial !important;

}
/*.team-fixed.fix-absolute{
	padding-right: 60px;
}*/
.fix-sicial.fix-absolute{
	position: absolute;
	padding-right: 15px;
	bottom:60px;
	top: initial !important;

}
/*.fix-item.fixed::-webkit-scrollbar-thumb {
    background-color: var(--primaryColor);
    border-radius: 10px;
    border: 0px solid var(--white);
}*/
.overflow-hide{
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.private-relative{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.private-relative img{
	border-radius: 20px;
}
.private-relative .priv-icon {
    align-items: center;
    display: inline-flex;
}
.private-relative span img {
    border-radius: 0;
    margin-right: 5px;
    width: 18px;
}
.border-private{
	border-radius: 20px;
	border:10px;
	display: inline-block;
}
.border-private::before{
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(222,250,187,1) 45%, rgba(246,255,234,1) 100%);
    border-radius: inherit; /* Inherit border radius from parent */
    background-clip: padding-box; 
}

.private-nd{
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	position: relative;
/*	position: absolute;*/
	margin-top: -120px;
	z-index: 1;
}

.priv-circle-small {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-70%, -80%);
    background-color: #CFF7D3;
    z-index: 0;
}
.priv-circle-big {
    width: 255px;
    height: 255px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-18%, -24%);
    background-color: #FFE8A3;
    z-index: 0;
}
.left.priv-circle-small{
	transform: translate(-94%, -20%);
}
.left.priv-circle-big{
    transform: translate(-40%, -78%);
}
.priv-circle-big img {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-15%, -15%);
    width: 140px;
    height: 140px;
}
.left.priv-circle-small img {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(35%, -25%);
    width: 80px;
    height: 80px;
}
.nav-item li{
	display: inline-block;
	margin: 0 2px;
}
.nav-item li a{
	padding: 5px 15px;
	border-radius: 8px;
	background-color:#E3E3E3;
	color: var(--titleColor);
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px	;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}
.nav-item li a.active{
	background-color: var(--primaryLight);
	color: var(--white);

}
.nav-item li a:hover{
	background-color:#D9D9D9;
}
.scroll {
    position: fixed;
    right: 40px;
    bottom: calc(50%);
    opacity: 0;
    line-height: 24px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
.scroll a {
    position: relative;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: var(--singleLine);
    align-items: center;
    display: inline-block;
    background-color: var(--primaryLight);
    line-height: 50px;
    box-shadow: 0 1px 5px 0 #0737504f;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.scroll a:hover{
	background-color: var(--primaryDark);
}
.scroll.active {
    opacity: 1;
    bottom: calc(5%);
    z-index: 4;
}
.scroll a svg{
	margin-top:-2px;
}
.scroll a svg path{
	stroke: #fff;
}
.scroll.change a{
	background-color: var(--white);
}
.scroll.change a:hover{
	background-color: #ffffffdb;
}
.scroll.change a svg path{
	stroke: var(--primaryColor);
}
.form {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    padding: 30px;
}
.form .row{
	padding-bottom: 20px;
}
.form .row:last-child{
	padding-bottom: 0;
}
.header-form {
    padding-bottom: 30px;
}
.form .row label{
	padding-bottom: 5px;
}
.form .btn{
	width: 100%;
}
#contentMap {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    margin-left: 10px;
}
.map-label{
	position: absolute;
	width: 95%;
	left: 50%;
	bottom: 0%;
	transform: translate(-50%, -20%);
}
::placeholder {
  color: #B3B3B3 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B3B3B3 !important;
}
::-ms-input-placeholder {
  color: #B3B3B3 !important;
}
::-webkit-input-placeholder {
  color: #B3B3B3;
}
input::placeholder,
.first-class{
  color: #B3B3B3 !important;
}

textarea::placeholder {
  color: #B3B3B3 !important;
}
.header-form .bodyBase,
.form span{
    color: #B3B3B3;
}
.select{
	position: relative;
}
.select::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/icons/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    right: 5px;
    transform: rotate(90deg);
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #dee2e6;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.wrap-booking{
	position: absolute;
	top:25%;
	left: 30%;
	transform: translate(0%, 0%);
	z-index: 2;
}
a.book-btn{
    position: relative;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background-color: var(--primaryLight);
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
   	transition: .3s all;
   	-webkit-transition: .3s all;
   	-moz-transition: .3s all;
   	-o-transition: .3s all;
   	z-index: 999;
}
a.book-btn:hover{
	background-color: var(--primaryDark);
}
a.book-btn::before{
	content: '';
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 100px;
	border:3px solid var(--primaryLight);
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);	
   	transition: .3s all;
   	-webkit-transition: .3s all;
   	-moz-transition: .3s all;
   	-o-transition: .3s all;	
   	animation: borderColorPulse 3s infinite
}
@keyframes borderColorPulse {
    0% { border-color: var(--primaryLight);}
    10% { border-color: #09af0075;}
    20% { border-color:  var(--primaryLight);}
    30% { border-color: #09af0075;}
    40% { border-color:  var(--primaryLight);}
    50% { border-color: var(--primaryLight);}
    60% { border-color: #09af0075;}
    70% { border-color:  var(--primaryLight);}
    80% { border-color: #09af0075;}
    90% { border-color:  var(--primaryLight);}
    100% { border-color: #09af0075;}
}
a.book-btn:hover::before{
	animation: borderColorChange 2s infinite;
}
 
a.book-btn span{
	width: 25px;
	height: 25px;
}
.label-booking{
	position: absolute;
	top:-60px;
}
.label-booking div {
	position: relative;
    background-color: var(--primaryLight);
    padding: 5px;
    font-size: 12px;
    border-radius: 4px;
   	transition: .3s all;
   	-webkit-transition: .3s all;
   	-moz-transition: .3s all;
   	-o-transition: .3s all;	
}
.label-booking div::after{
    content: "";
    position: absolute;
    display:inline-block;
    border: 7px solid transparent;
    border-top:8px solid var(--primaryLight);
    border-bottom:0 none;
    left: 0%;
    bottom: 0;
    transform: translate(50%, 100%);
   	-webkit-transition: .3s all;
   	-moz-transition: .3s all;
   	-o-transition: .3s all;	    
}
a.book-btn:hover .label-booking div{
	background-color: var(--ndLight);
	color: var(--primaryColor);
}
a.book-btn:hover .label-booking div::after{
	border-top:8px solid var(--ndLight);
}
.form-check-input:checked {
    background-color: var(--primaryLight);
    border-color: var(--primaryLight);
}
.form-check-input{
	border-color: var(--primaryLight);
}
.form-check-input:focus {
    border-color: var(--primaryLight);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.overflow{
	overflow: hidden;
}
.contact-item{
	padding: 30px !important;
	border-radius: 15px;
	margin-top: 30px;
	overflow: hidden;
}
.wrap-immigration {
    padding: 20px 0 60px;
}
.wrap-immigration a{
	text-decoration: none;
	padding: 20px 30px;
	border-radius: 20px;
	display: block;
	margin-bottom: 15px;
}
.wrap-immigration a:hover{
	background-color:#F5F5F5;
}
.wrap-immigration a .heading,
a .sidebar-list .heading{
	color: var(--titleColor);
}
.wrap-immigration a:hover .heading{
	color: var(--primaryColor);
}
.wrap-immigration a .subHeading,
a .sidebar-list .heading .bodyBase,
.visa-section-head .bodyBase{
	color: #757575;
}
.visa-sidebar a{
	position: relative;
	display: block;
	padding: 15px 0;
}
.visa-sidebar a:hover .heading{
	color: var(--primaryColor);
}
.visa-sidebar a::before{
	content: '';
	position: absolute;
	height: 1px;
	right:0;
	bottom: 0;
	width: calc(100% - 55px);
	border-bottom: 1px solid #D9D9D9;
}
.visa-sidebar a:last-child::before{
	border-bottom: 0;
}
.immi-title {
    display: inline-flex;
    align-items: center;
}
.visa .immi-title {
    display: table;
    align-items: center;
}
.visa .immi-title .label-header{
	background-color: #DEFABB;
	color: var(--primaryColor);
	font-size: var(--singleLine);
	border-radius: 8px;
	padding: 8px 10px;
}
.visa-wrap-list{
	margin-bottom: 40px;
	display: block;
}
.copy-message {
    background-color: var(--primaryColor);
    color: #fff;
    padding: 15px;
    width: 25%;
    position: fixed;
    bottom: -100px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 0%);
    border-radius: 5px 5px 0 0;
   	opacity: 0;
   	transition: .5s all;
   	-webkit-transition: .3s all;
   	-moz-transition: .3s all;
   	-o-transition: .3s all;
}
.news-header .label-header{
	background-color: var(--primaryLight);
	color: var(--white);
	border-radius: 8px;
}
.author {
    display: inline-block;
    margin:15px 0;
}
.author-content .news-public{
	padding: 0;
}
.author-thumb {
    border-radius: 40px;
    overflow: hidden;
    align-items: center;
    display: inline-block;
    margin-right: 10px;
}
.author-content {
    display: inline-block;
}
.context-text img{
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin:15px 0;
}
.context-text a {
    color: var(--titleColor);
    text-decoration: none;
    position: relative;
}
.context-text a::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid var(--titleColor);
}
.context-text ul,
.context-text ol{
	margin-left: 15px;
}
.author-box{
	margin: 60px 0 0;
	padding: 15px 30px;
	border-radius: 20px;
	background-color: #cdcdcd2e;
}
ul.author-social {
    list-style: none;
    padding: 10px 0 0;
}
ul.author-social li{
	display: inline-block;
}
.container-list{
	display: block;
	background-color: #cdcdcd2e;
	border-radius: 10px;
	padding: 10px;

	border: 1px solid #D9D9D9;
	margin-bottom: 15px;
}
.container-list .bodyStrong{
	padding: 10px 20px;
	position: relative;
}
.container-list .bodyStrong:hover{
	cursor: pointer;
}
span.icon{
	position: absolute;
	right: 0;
	top:50%;
	transform: translate(-0%, -50%);
}
.container-list .card-body{
	border:0;
	padding: 0px 30px 10px 20px;
	background-color: transparent;
}
.open-coll::before,
.open-coll.collapsed.active::before{
	content: '';
	position: absolute;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center; 
    right: 0;
    top: 50%;
    transform: translate(-0%, -50%);    	
}

.open-coll.active::before{
	content: '';
	position: absolute;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/chevron-up.svg);
    background-repeat: no-repeat;
    background-position: center; 
    right: 0;
    top: 50%;
    transform: translate(-0%, -50%);    	
}
ul.share,
ul.nav-item{
	padding:0;
}
ul.share li a {
    width: 36px;
    height: 36px;
    background-color: #cdcdcd2e;
    border-radius: 40px;
    display: block;
    margin: 10px 0;
}
ul.share li a:hover{
	background-color: #E3E3E3;
}
.sidebar-list .immi-title{
	align-items: inherit;
}
.immi-title img{
	margin-right: 15px;
}
span.link {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 1%;
    top: 50%;
    text-align: center;
    align-items: center;
    line-height: 38px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transform: translate(0%, -50%);
}
.wrap-immigration a:hover span.link{
	 background-color: var(--primaryLight);
}
.wrap-immigration a:hover span.link svg path{
	stroke: var(--white);
}
.wrap-immigration a span.link:hover{
	background-color: var(--primaryDark);
}
.footer-header{ 
	padding-bottom:30px;
	align-items: center;
}

.contact-content{
	padding: 30px 0; 
}
.contact-content ul{
	list-style: none;
	padding: 0;
	/* padding-left: 30px; */
}
.contact-content ul li,
.contact-content .address-block span{
	line-height: 30px;
	font-size: var(--singleLine);
}
.contact-content .address-block{
	padding-left: 30px;
	color: #EBFFEE;

}
.contact-content div > div > div{
	position: relative;
	display: block;
}
.contact-content a{
	text-decoration: none;
	color: #EBFFEE;
	font-size: var(--singleLine);
}

.social ul li{
	display: inline-block;
	margin-right: 5px;
}
.social ul li a {
    display: block;
    height: 36px;
    width: 36px;
    background-color: var(--white);
    border-radius: 40px;
}
.social ul li a:hover{
	background-color: #ffffffdb;
}
.email-block{
	margin-top:15px;
}
.phone-block::before{
	content: '';
	position: absolute;
	left: 0;
	top:3px;
	width: 20px;
	height: 20px;
    background-image: url(../images/icons/telegram-white.svg);
    background-repeat: no-repeat;
    background-position: center;	
}
.email-block::before{
	content: '';
	position: absolute;
	left: 0;
	top:5px;
	width: 20px;
	height: 20px;
    background-image: url(../images/icons/email.svg);
    background-repeat: no-repeat;
    background-position: center;	
}
.work-block::before{
	content: '';
	position: absolute;
	left: 0;
	top:3px;
	width: 20px;
	height: 20px;
    background-image: url(../images/icons/clock.svg);
    background-repeat: no-repeat;
    background-position: center;	
}
.address-block::before{
	content: '';
	position: absolute;
	left: 0;
	top:3px;
	width: 20px;
	height: 20px;
    background-image: url(../images/icons/location.svg);
    background-repeat: no-repeat;
    background-position: center;	
}
.address-block .btn-primary{
	display: table;
	margin-top:15px;
}
.copyright{
	padding:24px 0;
	font-size: 14px;
	font-weight: 400;
}
.on-stamp{
	position: relative;
	display: block;
}
img.stamp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80%, -70%);
    width: 160px;
    z-index: 4;
}
.header-phone{
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 5px;
}
.header-phone-icon{
	width: 35px;
    height: 35px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-phone-icon i{
	color: var(--white);
	font-size: 12px;
}
.header-phone-number{
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 14px;
}
/*******************
******* ICON ********
********************/
.arrow-right {
    width: 20px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icons/icon-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.btn-outline .arrow-right {
    width: 20px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icons/icon-right-black.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.arr-right{
    width: 20px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.arr-left {
    width: 20px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icons/arrow-right.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
}
.btn-nd .arrow-right {
    width: 20px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.location{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/map-pin.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 5px;
}
.lock{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/sm-lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 5px;
}
.lock-m{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/sm-lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 5px;
}
.star{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 5px;
}
.global{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icons/globe.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin:0 5px;
}
.clock{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/icons/clock-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.play-prev{
    width: 44px;
    height: 44px;
    display: inline-block;
    background-image: url(../images/icons/left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-radius: 30px;    
}
.play-next{
    width: 44px;
    height: 44px;
    display: inline-block;
    background-image: url(../images/icons/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-radius: 30px;
}
.border-heading .play-next,
.border-heading .play-prev{
	background-color: #F5F5F5;
}
.wrap-news .play-prev,
.wrap-news .play-next{
	background-color: #F5F5F5;
}
.play{
    width: 44px;
    height: 44px;
    display: inline-block;
    background-image: url(../images/icons/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-radius: 30px;    
}
.pause{
    width: 44px;
    height: 44px;
    display: inline-block;
    background-image: url(../images/icons/pause.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-radius: 30px;    
}
.calendar{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.phone{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/phone.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.facebook{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/facebook.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.linkedin{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/linkedin.svg);
    background-repeat: no-repeat;
    background-position: center;	
}
.instagram{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/instagram.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.twitter{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/twitter.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.youtube{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/youtube.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.telegram{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/telegram.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.link-i{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/link-i.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.up{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/chevron-up.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.down{
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(../images/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
.bar{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/icons/bar.svg);
    background-repeat: no-repeat;
    background-position: center; 	
}
/*.author-content .facebook,
.author-content .linkedin,
.author-content .twitter,
.author-content .telegram,
.author-content .instagram,
.author-content .youtube
{
	background-size: 35%;
}*/
/************
 * BACKGROUND
************/ 



.item-faq {
	padding: 10px 10px;
	margin: 10px 10px;
}





.bg-repeat{
	position: relative;
	/* background-color: var(--bgFooterDark); */
	background-image: url(../images/bg/footer/footer-bg.svg);
	color:#EBFFEE;
	overflow: hidden;
	margin-top: -5rem;
}
.bg-repeat::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg/repeat2.png);
	background-repeat: repeat;	
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: .2;
}
.bg-repeat-2{
	position: relative;
	background-color: var(--primaryColor);
	color:#EBFFEE;
	overflow: hidden;
}
.bg-repeat-2::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg/repeat.png);
	background-repeat: repeat;	
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: .2;
}
.bg-dotted-grey{
	position: relative;
	background-color: #F5F5F5;
	color:#EBFFEE;
	overflow: hidden;
}
.bg-dotted-grey .titlePage{
	color: #B3B3B3;
}
.bg-dotted-grey .subHeading{
	color: #757575;
}
.bg-dotted-grey .core-item .titlePage{
	color: #383838;
}
.bg-dotted-grey::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg/dotted-gray.png);
	background-repeat: repeat;	
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: .2;
}
.bgLightGray{
	background-color: var(--lightGray);
	display: block;
}
.obj-item.bg-st{
	background-color:#CFF7D3;
	display: block;
}
.bg-st,
.bg-st .bodyStrong{
	color: #02542D;
}
.obj-item.bg-nd{
	background-color: #DEFABB;
	display: block;
}
.bg-nd,
.bg-nd .bodyStrong{
	color: #09AF00;
}
.bg-white{
	background-color: var(--white);
}
.slide-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;	
    padding:60px;
    z-index: 0;
    position: relative;
}

.slide-item::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
}
.news-slider .slick-list {
/*    margin-left: 0;*/
}
.news-slider .slick-slide{
	margin-right: 20px;
}
.event-slide .slick-list {
    margin-right: 0px;
}
.event-slide .slick-slide{
	margin-right: 8px;
}
.body-slide{
	color: var(--titleColor);
}
.z-index{
	position: relative;
	z-index: 1;
}
.no-event {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding: 150px;
    background-color: #E3E3E3;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--primaryColor);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/*#beforeSend{
	display: none;
}
#afterSend{
	display: none;
}*/
/************
 * @RESPONSIVE
************/ 
/************** KH STYLE*****************/
html[lang="km"] .label-booking{
    top: -45px;
}
html[lang="km"] .label-booking div{
    width: max-content;
}
/*@import "responsive.css";*/

@media only screen and (max-width: 1200px){
	.menu-primary ul li {
	    margin: 2px;
	}
	.menu-primary ul li a{
		padding: 5px;
	}		
	.wrap-img-item{
		right: 0;
	}
	.wrap-booking{
		position: absolute;
		top:15%;
		left: 50%;
		transform: translate(0%, 0%);
		z-index: 2;
	}	
}
@media only screen and (max-width: 990px){
    a.navbar-brand img{
		width: auto;
        height: 50px;
    }
	.immigration-single-img{
		margin-bottom: 60px;
	}
	.center-m{
		text-align: center;
	}
	.event-slide .slick-list {
	    margin-right: -15px;
	}	
	.event-slide .slick-slide{
		margin-right: 20px;
	}	
	.navbar-collapse{
		background-color:#fff;
		padding: 15px;
		border-bottom: 1px solid #D9D9D9;

	}
	button:focus:not(:focus-visible) {
	    box-shadow: 2px 4px 0px transparent;
	}
	.navbar-collapse{
		z-index: 995;
	}
	.no-gutters{
		margin-right: initial;
    	margin-left: initial;
	}
	.team-item{
		text-align: center;
	}
	.team-social,
	.team-item:hover .team-social{
	    left: 50%;
	    bottom: 0;
	    transform: translate(-50%, 80%);
	     opacity: 1; 
	    z-index: 0;

	}
	.fix-item.fixed{
		position: relative;
	}
	.pb-20{
		padding: 0;
	}	
	.m-h{
		display: none;
	}	

	.hero-section.section-header .btn {
	    margin-bottom: 30px;
	}
	.banner-home{
		position: relative;
	}	
	.banner-home img{
		max-width: 100%;
	}
	.wrap-img-item{
		width: 100%;
		display: none;
	}
	.slide-item{
		padding: 60px 15px 15px;
		background-image: none !important;
	}
    .copy-message{
    	width: 50%;
    }
	.wrap-booking{
		position: absolute;
		top:inherit;
		left: 50%;
		bottom:4%;
		transform: translate(0%, 0%);
		z-index: 2;
	} 
	a.book-btn{
	    width: 30px;
	    height: 30px;
	    padding: 4px;
	}

	a.book-btn::before{
		width: 38px;
		height: 38px;
		border:2px solid var(--primaryLight);


	}
	a.book-btn span{
		width: 18px;
		height: 18px;
	}
	.menu-items-right{
		flex-direction: column;
        align-items: start;
		padding-left: 7px;
	}
	.trp-language-switcher > div > a{
		padding: 0;
	}
	  		
}

@media only screen and (max-width: 769px){
	header{
		height: inherit;
	}
	header.sticky{
		/*background-color: var(--white);*/
	}
	
	.banner-home img{
		max-width: 100%;
	}		

	.navbar-brand img {
	    width: 170px;
	}	
	.menu-top{
		display: none;
	}
	.titleHero{
		font-size: var(--titlePage);
	}
	.top-section{
		padding: 10px 0 250px;
	}
	.section-header{
		padding:15px 0;
	}
	.subTitle{
		font-size: var(--subHeading);
	}
	.subHeading p{
		margin-bottom: 0;
	}
	.p-6 {
	    padding: 15px;
	}
	.pt-6{
		padding-top: 15px;
	}
	.mb-6{
		margin-bottom: 15px;
	}	

	.py-10{
		padding:30px 0;
	}
	.header-section {
	    display: inline-block;
	    margin: 30px 0 15px;
	}
	.titlePage a {
	    float: left;
	    margin-top: 15px;
	}	
	.scroll.active{
		bottom: calc(6%);
	}	
	.wrap-news{
		padding: 0;
	}
	.news-content {
	    padding: 15px;
	    width: 90%;
	    bottom: 15px;
	}
	.priv-circle-big img {
	    transform: translate(-9%, -40%);
	    width: 100px;
	    height: 100px;
	}	
	.left.priv-circle-small img{
		transform: translate(15%, -30%);
	}
	.priv-circle-small{
		left: 46%;
	}
	.left.priv-circle-big {
	    transform: translate(-30%, -65%);
	}	
	.pl-6{
		padding-left: 0;
	}
	.pr-6 {
    	padding-right: 15px;
	}

	#customerService .subHeading p,
	#customerService .titlePage,
	#clientService .subHeading p,
	#clientService .titlePage,
	#clientService .heading{
		padding: 0 15px;
	}
	.client-service .subHeading p{
		margin-bottom: 15px !important;
	}
	.pt-10 {
	    padding-top: 50px;
	}
	.nav-item li a{
		margin-bottom: 8px;
	}		
	.no-gutters > .remove-right:first-child
	{
		padding-right: 0px;
		padding-left:0;
	}
	.no-gutters > .remove-left:last-child{
		padding-right: 0px;
		padding-left:0;
	}
	.bar{
	    width: 30px;
	    height: 25px;		
	}
    .ps-sm {
        padding-left: 40px;
    }
    .form .row label{
    	padding-top:10px;
    }	
    span.link{
    	position: relative;
    	margin: 15px 0 0;
    }
    .wrap-immigration a{
    	background-color: #F5F5F5;
    	border-radius: 15px;
    }
    .wrap-immigration a .subHeading{
    	padding: 15px 0;
    }
    .dynamic-top{
    	padding-top: 30px;
    }
    .addtop{
    	margin-top: 0;
    }
    .py-5.nav-order{
    	padding-top: 15px !important;
    	padding-bottom: 15px !important;
    }

}

@media only screen and (max-width: 580px){
	section.hero-section{
		margin-top: 72px;
	}
	.subHeading.rm-space-top{
		padding: 15px 0 60px;
	}
	.col-m-2{
		width: 50%;
		text-align: center;
	}
	.wrap-benefit{
		padding: 15px;
	}
	.clear-space-m{
		padding: 0;
	}
	.border-private{
		width: 60%;
	}
	.private-relative img{
		width: 100%;
	}
	.private-nd{
		width: 70%;
		margin-top: -80px;
	}
	.private-nd img{
		width: 100%;
	}
	.priv-circle-big{
		transform: translate(-20%, -42%);
	}
	.priv-circle-big img{
		transform: translate(-22%, -22%);
	}
	.left.priv-circle-big{
		transform: translate(-30%, -60%);
	}
	.left.priv-circle-small{
		transform: translate(-90%, -30%);
	}
	.left.priv-circle-small img{
		transform: translate(30%, -30%);
		width: 70px;
	}
	.py-10{
		padding: 15px 0;
	}
	.top-m{
		margin-top:15px;
	}
	.core-item.mt-5{
		margin-top:15px !important;
	}
	.news-slider .slick-list {
	    margin-left: 10px;
	}
	.subTitle.measure-2.pe-5 {
	    padding: 0 !important;
	}	
	.map-label{
		transform: translate(-50%, -5%);
	}	
	.map-label .text-end{
		text-align: left !important;
	}
	.map-label .text-end .btn{
		margin: 15px 30px;
	}
}
.page-title{
	font-size: 60px;
	color: white;
	font-weight: 700px;
}
@media only screen and (max-width: 375px){
	.titlePage a {
        float: right;
    }
}
/* ========================================================== about us page*/
.home-image .content:before {
	content: "";
	background: var(--background-color-rgb);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.home-image .content {
	--default-color: #ffffff;
	--background-color-rgb: rgba(84, 84, 84, 0.45);
	width: 100%;
	min-height: calc(100vh - 116px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.home-image .content img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% ;
	object-fit: cover;
	z-index: 1;
	border-radius: 0;
	margin: 0;
}
.home-image .content .container {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.home-image .content .container .small_title {
	color: var(--primary-color);
	background-color: var(--white-color);
	font-size: 1rem;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 25px;
}
.home-image .content .container h1 {
	color: var(--white-color);
	font-size: 8rem;
	font-weight: 600;
	display: flex;
	gap: 0.1em;
}
.bounce-h1 span {
    display: inline-block;
    transition: transform 0.3s ease; 
    animation: none; 
}

.bounce-h1 span:hover {
    transform: translateY(-30px);
    animation: hoverBounce 0.6s ease; 
}

.bounce-h1 span {
    animation: leaveBounce 0.6s ease;
}

/* Bounce Animation for Hover */
@keyframes hoverBounce {
    0% { transform: translateY(-30px); }
    30% { transform: translateY(-45px); }
    50% { transform: translateY(-30px); }
    70% { transform: translateY(-37px); }
    100% { transform: translateY(-30px); }
}

/* Bounce Animation for Leave */
@keyframes leaveBounce {
    0% { transform: translateY(-30px); }
    30% { transform: translateY(-15px); }
    50% { transform: translateY(0); }
    70% { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}

.home-image .content .container h6{
	color: var(--white-color);
	font-size: 4rem;
	font-weight: 500;
}
@media (max-width: 430px) {
	.home-image .content {
		min-height: calc(100vh - 76px);
	}
	.home-image .content .container h1 {
		
		font-size: 4rem;
		font-weight: 500;
	}
	
	.home-image .content .container h6 {
		font-size: 2rem;
		font-weight: 400;
	}
}
@media (min-width: 431px) and (max-width: 834px) {
	.home-image .content {
		min-height: calc(100vh - 76px);
	}
	.home-image .content .container h1 {
        font-size: 4rem;
        font-weight: 600;
    }
    .home-image .content .container h6 {
        font-size: 2rem;
        font-weight: 600;
    }
}
@media (min-width: 835px) and (max-width: 1024px) {
	.home-image .content {
		min-height: calc(100vh - 116px);
	}
}
/* history */
.history{
	background-color: var(--primary-color);
	position: relative;
	margin-top: 7rem;
	min-height: 500px;
}
.history .frame_logo {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	left: 50%;
	top: 0;
	background-color: #EEF3F8;
	transform: translate(-50%, -130px);
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.history .frame_logo .logo{
	width: 130px;
	height: 130px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.history .frame_logo .logo .logo_img{
	width: 110px;
	height: 80px;
	object-fit: contain;
	display: block;
}
.history .svg_bg {
	position: absolute;
	top: 5%;
	left: 1%;
}
.history .svg-rectangle-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.history .svg-rectangle-2 {
	position: absolute;
	left: 25%;
	top: 10%;
}
.history .svg-rectangle-3 {
	position: absolute;
	right: 34%;
	top: 7%;
}
.history .svg-rectangle-4 {
	position: absolute;
	left: 40%;
	bottom: 0;
}
.history .svg-rectangle-5 {
	position: absolute;
	right: 5%;
	top: 15%;
}
.history .svg-rectangle-6 {
	position: absolute;
	right: 0;
	bottom: 5%;
}
.history .container-md{
	padding-top: 100px;
}
.section-about-us-history{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.history-image{
	width: 600px;
	height: auto;

} 
 .history-image img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.history-group-title .description{
	color: var(--white-color);
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
@media (max-width: 430px){
	.history .svg_bg {
		position: absolute;
		top: 8%;
		left: 1%;
	  }
	.section-about-us-history{
		flex-direction: column-reverse;
		text-align: center;
	}
	.history-image{
		width: 300px;
		height: 300px;
	}
	.svg-rectangle-none{
		display: none;
	}
	.history-group-title{
		width: 100%;
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
}
@media (max-width: 768px){
	.svg-rectangle-none{
		display: none;
	}
}
@media (min-width: 431px) and (max-width: 991px){
	.section-about-us-history{
		flex-direction: column-reverse;
		text-align: center;
		gap: 0 !important;
	}
	.section-about-us-history-left{
		width: 100%;
		display: flex;
        justify-content: center;
	}
	.history-group-title{
		width: 100%;
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	.history-image{
		width: 350px;
		height: 350px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.history-image{
		width: 350px;
		height: 350px;
	}
}
/* Quality Working */
.quality_working {
    position: relative;
    background-color: var(--section-color);
}
.quality-working-bg{
	min-height: 208px;
	margin-top: -2px;
	background-image: url(../images/about-us/working-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.quality_working .svg_bg {
    position: absolute;
    top: -3px;
    left: 0;
}

.quality_working .bee_bg {
    position: absolute;
    top: 2%;
    right: 5%;
    width: 100px;
    height: auto;
}

.quality_working .flower {
    position: absolute;
    bottom: 40%;
    left: 2rem;
    width: 200px;
    height: auto;
}

.quality_working .flower .spin-flower {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

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

.container-md.position-relative {
    padding-top: 12rem;
    padding-bottom: 6rem;
}

.quality_description {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
}
/* market */
.about_us_title_text {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
}

.market_slide {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.market-slide-track {
    display: flex;
    align-items: center;
    position: relative;
    animation: market-slide 15s linear infinite;
}

.bee-shape-maquee-market {
    opacity: 0;
    animation: item-fade 15s linear infinite;
}
.market-item-image{
	height: auto;
	width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-slide-item {
    width: 65%;
    height: auto;
	object-fit: contain;
}

@keyframes market-slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes item-fade {
    0%, 5% {
        opacity: 0;
    }
    6%, 94% {
        opacity: 1;
    }
    95%, 100% {
        opacity: 0;
    }
}
.market_slide::before,
.market_slide::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 1;
}

.market_slide::before {
    left: 0;
    background: linear-gradient(90deg, #F2DCB6 43.44%, rgba(242, 220, 182, 0) 99.74%);
}

.market_slide::after {
    right: 0;
    background: linear-gradient(270deg, #F2DCB6 43.44%, rgba(242, 220, 182, 0) 99.74%);
}
@media (max-width: 430px) {
	.bee-shape-maquee {
		width: auto;
		height: 185px;
	}
	.market-item-image{
		width: 100px;
		margin-bottom: 80px;
	}
	.quality-working-bg{
		display: none;
	}
}
@media (min-width: 431px) and (max-width: 768px) {
	.bee-shape-maquee {
		width: auto;
		height: 200px;
	}
	.market-item-image{
		width: 120px;
		margin-bottom: 75px;
	}
	.quality-working-bg{
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
	.market-item-image{
		width: 150px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.market-item-image{
		width: 150px;
		margin-bottom: 30px;
	}
}
@media (max-width: 399px) {
    .container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

    .custom-reponsive-screen {
        margin-top: 230px !important;
    }

    .modify-reponsive-screen {
		bottom: 202px !important;
        right: 90px !important;
    }

    .quality_working .bee_bg {
        top: 40%;
        right: 5%;
        width: 50px;
        height: auto;
    }

    .clip-path-mobile {
        width: 180px !important;
        height: 180px !important;
    }
}
@media (min-width: 400px) and (max-width: 414px) {
    .container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

    .custom-reponsive-screen {
        margin-top: 230px !important;
    }

    .modify-reponsive-screen {
        bottom: 215px !important;
        right: 108px !important;
    }

    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }

    .clip-path-mobile {
        width: 200px !important;
        height: 200px !important;
    }
}
@media (min-width: 415px) and (max-width: 430px) {
    .container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

    .custom-reponsive-screen {
        margin-top: 230px !important;
    }

    .modify-reponsive-screen {
        bottom: 240px !important;
        right: 113px !important;
    }

    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }
}
@media (min-width: 431px) and (max-width: 472px) {
	.container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

	.custom-reponsive-screen {
		margin-top: 200px !important; 
		justify-content: center !important; 
		gap: 20px; 
	}
	.modify-reponsive-screen {
		bottom: 26% !important;
		right: auto !important;
		left: 50%; 
		transform: translateX(-50%); 
	}
	.clip-path-mobile {
		width: 170px; 
		height: 210px; 
		background-size: cover; 
		background-position: center; 
	}
    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }

}
@media (min-width: 473px) and (max-width: 513px) {
	.container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

	.custom-reponsive-screen {
		margin-top: 200px !important; 
		justify-content: center !important; 
		gap: 20px; 
	}
	.modify-reponsive-screen {
		bottom: 27% !important;
		right: auto !important;
		left: 50%; 
		transform: translateX(-50%); 
	}
	.clip-path-mobile {
		width: 170px; 
		height: 210px; 
		background-size: cover; 
		background-position: center; 
	}
    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }
}
@media (min-width: 514px) and (max-width: 598px) {
	.container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

	.custom-reponsive-screen {
		margin-top: 200px !important; 
		justify-content: center !important; 
		gap: 20px; 
	}
	.modify-reponsive-screen {
		bottom: 28% !important;
		right: auto !important;
		left: 50%; 
		transform: translateX(-50%); 
	}
	.clip-path-mobile {
		width: 170px; 
		height: 210px; 
		background-size: cover; 
		background-position: center; 
	}
    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }
}
@media (min-width: 599px) and (max-width: 690px) {
	.container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

	.custom-reponsive-screen {
		margin-top: 200px !important; 
		justify-content: center !important; 
		gap: 20px; 
	}
	.modify-reponsive-screen {
		bottom: 29% !important;
		right: auto !important;
		left: 50%; 
		transform: translateX(-50%); 
	}
	.clip-path-mobile {
		width: 170px; 
		height: 210px; 
		background-size: cover; 
		background-position: center; 
	}
    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }
    
}
@media (min-width: 691px) and (max-width: 767px) {
	.container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 0;
        width: 100px;
    }

    .quality_working_the_title {
        text-align: center;
    }

	.custom-reponsive-screen {
		margin-top: 200px !important; 
		justify-content: center !important; 
		gap: 20px; 
	}
	.modify-reponsive-screen {
		bottom: 30% !important;
		right: auto !important;
		left: 50%; 
		transform: translateX(-50%); 
	}
	.clip-path-mobile {
		width: 170px; 
		height: 210px; 
		background-size: cover; 
		background-position: center; 
	}
    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 50px;
        height: auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .container-md.position-relative {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .quality_working_the_title {
        text-align: center;
    }

    .quality_working .flower {
        bottom: 90%;
        left: 10px;
        width: 100px;
    }

    .quality_working .bee_bg {
        top: 35%;
        right: 5%;
        width: 70px;
        height: auto;
    }

    .custom-reponsive-screen {
        justify-content: center !important;
        margin-left: 0 !important;
        margin-top: 230px !important;
    }

    .modify-reponsive-screen {
        bottom: 235px !important;
        right: 260px !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
	.custom-reponsive-screen {
        margin-top: 10rem !important;
    }
	.quality_working .flower {
		bottom: 30%;
		width: 100px;
	}
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.custom-reponsive-screen {
        margin-top: 10rem !important;
    }
	.quality_working .flower {
		bottom: 33%;
		width: 100px;
	}
}

/* ==================================================== end about us page */

/* ========================================================== career page */
/* banner */
.career_home {
    position: relative;
    height: 500px;
    background-color: var(--secondary-color);
}

.career_home .circle_1 {
    position: absolute;
    left: -6rem;
}

.career_home .circle_2 {
    position: absolute;
    bottom: 0;
    left: -2rem;
}

.career_home .circle_3 {
    position: absolute;
    bottom: 0;
}

.career_home .net_background {
    position: absolute;
    width: auto;
}

.career_home .svg_background {
    position: absolute;
    height: 350px;
    width: auto;
    top: 5rem;
}

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

.the_career_title {
    max-width: 560px;
    position: relative;
    padding-left: 1.5rem;
}

.vertical-line {
    width: 2px;
    height: 14.5rem;
    background-color: var(--primary-color);
    position: absolute;
    top: 8rem;
    left: 0;
}

.the_career_title .career_des {
    color: var(--white-color);
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
}

.the_career_title .career_title_white {
    color: var(--white-color);
    font-size: 3rem;
    font-weight: 600;
}

.the_career_title .career_title_yellow {
    color: var(--primary-color);
    font-size: 3rem;
    font-weight: 600;
    margin-top: -1rem;
}

.the_career_image {
    width: 500px;
    height: 500px;
}

.the_career_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.career_home .career_frame_icon {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    left: 50%;
    bottom: -18rem;
    background-color: var(--white-color);
    transform: translate(-50%, -130px);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.career_home .career_frame_icon .career_icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -35px;
    position: absolute;
    z-index: 2;
}

.career_home .career_frame_icon .career_icon .icon_img {
    width: 110px;
    height: 80px;
    object-fit: contain;
    display: block;
    position: absolute;
    z-index: 3;
}
@media (max-width: 430px) {
	.career_home{
		height: auto;
		padding-top: 2rem;
		margin-top: 20px;
	}
	.career_home .net_background{
		display: none;
	}
	.career_home .circle_1{
		display: none;
	}
	.career_home .circle_2 svg{
		width: 400px !important;
	}
	.career_home .container-md{
		flex-direction: column !important;
	}
	.the_career_title {
		flex-direction: column-reverse !important;
	}
	.career_home .svg_background{
		display: none;
	}
	.career_home .container-md .the_career_image{
		width: 400px;
		height: 400px;
	}
	.career_home .container-md .the_career_image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.the_career_title{
		padding-left: 0;
		text-align: center;
	}
	.vertical-line {
		width: 14.5rem;
		height: 2px;
		top: 280px;
		left: 50%;
		transform: translate(-50%);
	}
	.the_career_title .career_title_white, .the_career_title .career_title_yellow {
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.career_home .net_background img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media (min-width: 431px) and (max-width: 834px) {
	.the_career_title {
        max-width: 400px;
    }
    .career_home .container-md .the_career_image {
        width: 300px;
        height: 300px;
    }

    .career_home .container-md .the_career_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .career_home .svg_background{
        position: absolute;
        height: 180px;
        width: auto;
        top: 0;
    }
    .career_home .svg_background img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .vertical-line {
        height: 15rem;
        top: 1.5rem;
    }
	.career_home .net_background{
		display: none;
	}
	.career_home .net_background img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.the_career_title .career_title_white, .the_career_title .career_title_yellow {
		font-size: 2rem;
		margin-bottom: 5px;
	}
}
@media (min-width: 835px) and (max-width: 1600px) {
	.career_home .net_background {
		display: none;
	}
}
/* work with us */
.work_with_us {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: var(--white-color);
    position: relative;
}

.work_with_us .work_svg_bg {
    position: absolute;
    top: 10%;
    right: 0;
}

.work_with_us_the_title .work_with_us_des {
    color: var(--dark-color);
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
}

.work_with_us_include {
    color: var(--secondary-color);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

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

.benefits_shape img {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 30px;
    height: 30px;
}

.benefits_des {
    color: var(--dark-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
}
/* Join Us */
.career_choose_us {
    position: relative;
}

.career_choose_us .svg_bg_flower {
    position: absolute;
    top: 3rem;
    right: 2rem;
    width: 200px;
    height: auto;
}

.spin-flower {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: spin 25s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.career_choose_us .svg_bg_1 {
    position: absolute;
    top: 0;
    right: 0;
}

.career_choose_us .svg_bg_2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.career_choose_us .bee_bg_1 {
    position: absolute;
    top: 17rem;
    right: 10%;
    width: 50px;
    height: 50px;
}

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

.career_choose_us .bee_bg_2 {
    position: absolute;
    top: 8rem;
    right: 30%;
    width: 50px;
    height: 50px;
}

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

.career_choose_us .container-md {
    padding-top: 12rem;
    padding-bottom: 6rem;
}


.career_choose_us .container-md .career_choose_us_the_title .career_choose_us_title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.career_choose_us .container-md .career_choose_us_the_title .career_choose_us_small {
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 25px;
    background-color: var(--white-color);
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.career_choose_us .container-md .career_choose_us_the_title .career_choose_us_description {
    color: var(--dark-color);
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
}


.career_choose_us_tab_view .career_choose_us_item button {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.8rem;
}

.career_choose_us_tab_view .career_choose_us_item button.active {
    background-color: transparent;
    color: var(--primary-color);
}

.career_choose_us_tab_view .career_choose_us_item button.active::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.career_choose_us_item_des {
    color: var(--dark-color);
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
}
@media (max-width: 430px) {
	.career_choose_us .svg_bg_flower {
		top: 1rem;
		right: 1rem;
		width: 100px;
	}
	.career_choose_us .svg_bg_1 {
		width: 200px;
		height: auto;
	}
	.career_choose_us .svg_bg_1 img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.career_choose_us .bee_bg_1 {
		top: 5rem;
		right: 10%;
		width: 30px;
		height: 30px;
	}
	.career_choose_us .svg_bg_2 {
		width: 150px;
		height: auto;
	}
	.career_choose_us .svg_bg_2 img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.career_choose_us .bee_bg_2 {
		top: 2rem;
		right: 20%;
		width: 30px;
		height: 30px;
	}
	.career_choose_us .container-md {
		padding-top: 6rem;
	}
	.career_choose_us .container-md .career_choose_us_the_title {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.career_choose_us .container-md .career_choose_us_the_title .career_choose_us_title {
		font-size: 32px;
	}
	.career_choose_us_image{
		margin-top: 3rem;
	}
}
@media (min-width: 431px) and (max-width: 834px) {
	.career_choose_us .svg_bg_flower {
		top: 1rem;
		right: 1rem;
		width: 100px;
	}
	.career_choose_us .svg_bg_1 {
		width: 200px;
		height: auto;
	}
	.career_choose_us .svg_bg_1 img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.career_choose_us .bee_bg_1 {
		top: 5rem;
		right: 10%;
		width: 30px;
		height: 30px;
	}
	.career_choose_us .svg_bg_2 {
		width: 150px;
		height: auto;
	}
	.career_choose_us .svg_bg_2 img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.career_choose_us .bee_bg_2 {
		top: 2rem;
		right: 20%;
		width: 30px;
		height: 30px;
	}
	.career_choose_us .container-md {
		padding-top: 6rem;
	}
	.career_choose_us .container-md .career_choose_us_the_title {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.career_choose_us_image .career_choose_us_img_2{
		justify-content: center !important;
		margin-top: 13rem !important;
	
	}
	.career_choose_us_image .career_choose_us_img_1{
		right: 18rem !important;
        bottom: 15rem !important;
	}
}
/* get your dream */
.get_your_dream {
    position: relative;
    background-color: var(--white-color);
}
.get_your_dream .container-md{
	padding-top: 10rem; 
	padding-bottom: 15rem;
}
.get_your_dream .svg_bg_flower {
    position: absolute;
    top: 2rem;
    left: 5rem;
    width: 200px;
    height: auto;
}
.get_your_dream .svg_bg_flower .spin-flower {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: spin 25s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.get_your_dream_title .the_title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.get_your_dream_title .the_description {
    color: var(--dark-color);
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
}

.get_your_dream_title .the_button {
    padding: 10px 20px;
    width: fit-content;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
}

.get_your_dream_image {
    height: 220px;
    width: auto;
    border-radius: 10px;
}

.get_your_dream_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 430px) {
	.get_your_dream .svg_bg_flower {
		top: 0;
		left: 1rem;
		width: 100px;
		height: auto;
	}
	.get_your_dream .container-md{
		padding-top: 6rem; 
		padding-bottom: 15rem;
	}
	.get_your_dream_title .the_title {
		font-size: 32px;
	}
}
@media (min-width: 431px) and (max-width: 834px) {
	.get_your_dream .svg_bg_flower {
		top: 0;
		left: 1rem;
		width: 100px;
		height: auto;
	}
	.get_your_dream .container-md{
		padding-top: 6rem; 
		padding-bottom: 15rem;
	}
}
/* ========================================================== end career page */
/* ========================================================== New & Update page */
/* banner - hero */
.section-new-and-update-top{
	margin-top: 115px;
}
.top-content {
	background-image: url(../images/new-and-update/new-and-update-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-bottom: 2rem;
}
.top-content .container{
	padding-top: 5rem;
	padding-bottom: 10rem;
}
.top-title-bg {
	text-align: center;
	position: relative;
}
.top-title-bg .bg{
	height: 5rem;
}
.top-title-bg .div-content {
	top: 10%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: var(--white-color);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.top-title-bg .div-content .div-content-title {
	font-size: 40px;
	font-weight: 700;
}
.top-title-bg .div-content .div-content-description {
	font-size: 18px;
	font-weight: 400;
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.top-second-section {
	margin-top: 5rem;
}
.top-second-section .flex-content {
	display: flex;
	gap: 3rem;
	align-items: center;

}
.top-second-section .img {
	width: 30%;
}
.top-second-section img {
	border-radius: 10px;
	width: 100%;
	object-fit: contain;
}
.top-second-section .content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 70%;
  }

  .top-second-section .content .content-title {
	color: var(--primary-color);
	font-size: 45px;
	font-weight: 700;
  }

  .top-second-section .content .content-description {
	color: white;
	font-size: 18px;
	font-weight: 400;
	display: -webkit-box; 
	  -webkit-line-clamp: 6; 
	  -webkit-box-orient: vertical; 
	  overflow: hidden; 
	  text-overflow: ellipsis;
  }
  

  .spin-image {
	width: 150px;
	height: auto;
	animation: spin 25s linear infinite;
  }

  @keyframes spin {
	from {
	  transform: rotate(0deg);
	}

	to {
	  transform: rotate(360deg);
	}
  }

  .top-content .container{
	position: relative;
  }
  .element-spin-img{
	position: relative;
	width: 100%;
	height: 20px;
	top: -200px;
  }
  .element-spin-img .flower-image-spin{
	position:absolute; 
	right: 5%;
	top: 70px;
}
   /* Pc 10inch */
   @media (min-width: 1025px) and (max-width: 1600px) {
	
	.top-title-bg .div-content .div-content-title {
	  font-size: 30px;
	  font-weight: 700;
	}

	.top-title-bg .div-content .div-content-description {
	  font-size: 16px;
	}

	.top-title-bg .img-bg {
	  height: 12rem;
	  /* width: 50rem; */
	}
	.top-title-bg .div-content {
	  gap: 1rem;
	}
	.top-second-section{
	  margin-top: 5rem;
	}
	.top-second-section .content .content-title {
	  color: var(--primary-color);
	  font-size: 35px;
	  font-weight: 700;
	}

	.top-second-section .content .content-description {
	  font-size: 16px;
	}

   }

  /* Pc 10inch */
  @media (min-width: 835px) and (max-width: 1024px) {
	.section-new-and-update-top{
		margin-top: 77px;
	}
	.top-content .container{
	  padding-top: 2rem;
	}
	.top-title-bg .div-content .div-content-title {
	  font-size: 26px;
	  font-weight: 700;
	}

	.top-title-bg .div-content .div-content-description {
	  font-size: 16px;
	}

	.top-title-bg .img-bg {
	  height: 8rem;
	  /* width: 50rem; */
	}
	

	.top-title-bg .div-content {
	  gap: 1rem;
	}

	.top-second-section .content .content-title {
	  font-size: 24px;
	  font-weight: 700;
	}

	.top-second-section .content .content-description {
	  font-size: 16px;
	}
	.top-title-bg .div-content{
	  width: 100%;
	}

	.top-second-section{
	  margin-top: 2rem;
	}
	.top-second-section .content{
	  gap:0.5rem;
	}
  }

  /* Tablet */
  @media (min-width: 431px) and (max-width: 834px) {
	.section-new-and-update-top{
		margin-top: 77px;
	}
	.top-content .container{
	  padding-top: 2rem;
	  padding-bottom: 2rem;
	}
	.top-title-bg .div-content .div-content-title {
	  font-size: 18px;
	  font-weight: 700;
	}

	.top-title-bg .div-content .div-content-description {
	  font-size: 12px;
	}

	.top-title-bg .img-bg {
	  height: 7rem;
	  /* width: 50rem; */
	}
	

	.top-title-bg .div-content {
	  gap: 1rem;
	}

	.top-second-section .content .content-title {
	  font-size: 18px;
	  font-weight: 700;
	}

	.top-second-section .content .content-description {
	  font-size: 12px;
	}

	.top-second-section{
	  margin-top: 1rem;
	}
	.top-second-section .content{
	  gap:0.5rem;
	}
	.top-title-bg .div-content{
	  width: 100%;
	}
	/* .spin-image{
	  width: 60px !important;
	} */

	.element-spin-img .flower-image-spin{
		top: 170px;
        width: 150px;
        right: 40px;
	}
  }

  /* phone */
  @media (max-width: 430px) {
	.section-new-and-update-top{
		margin-top: 77px;
	}
	.element-spin-img .flower-image-spin{
		top: 150px;
        width: 100px;
        right: 25px;
	}
	.top-content {
	  background-image: none;
	  background-color: #572414;
	  min-height: unset;
	}

	.top-content .container{
	  padding-top: 2rem;
	  padding-bottom: 2rem;
	}
	.top-title-bg .div-content .div-content-title {
	  font-size: 18px;
	  font-weight: 700;
	}

	.top-title-bg .div-content .div-content-description {
	  font-size: 12px;
	}

	.top-title-bg .img-bg {
	  height: 10rem;
	  /* width: 50rem; */
	}
	.top-title-bg .div-content {
	  gap: 1rem;
	}

	.top-second-section .content .content-title {
	  font-size: 18px;
	  font-weight: 700;
	}

	.top-second-section .content .content-description {
	  font-size: 12px;
	}

	.top-second-section{
	  margin-top: 3rem;
	}
	.top-second-section .content{
	  gap:0.5rem;
	}
	.top-title-bg .div-content{
	  width: 100%;
	}
	
	/* .spin-image{
	  width: 60px !important;
	} */
	.top-second-section .flex-content {
	  flex-direction: column;
	  
	}
	.flex-content div{
	  width: 100% !important;
	}
	.top-title-bg .div-content .div-content-description {
  
	display: -webkit-box; 
	  -webkit-line-clamp: 5; 
	  -webkit-box-orient: vertical; 
	  overflow: hidden; 
	  text-overflow: ellipsis;

	}

	.top-second-section .content .content-description {
	display: -webkit-box; 
	  -webkit-line-clamp:unset
  }
	
  .section-faq-top .row-top-content {
	padding-top: 10rem;
	padding-bottom: 10rem;
  }
  .font-size-mobile-text{
	font-size: var(--font-size-mobile-text-14) !important;
  }
  .d-none-text-button-mobile{
	display: none;
  }
  }

:root {
	--font-size-mobile-title: 18px;
	--font-size-mobile-sub-title-16: 16px;
	--font-size-mobile-text-14: 14px;
	--banner-text-shadow:  rgb(250, 242, 242) 4px 0px 0px, rgb(250, 242, 242) 3.87565px 0.989616px 0px, rgb(250, 242, 242) 3.51033px 1.9177px 0px, rgb(250, 242, 242) 2.92676px 2.72656px 0px, rgb(250, 242, 242) 2.16121px 3.36588px 0px, rgb(250, 242, 242) 1.26129px 3.79594px 0px, rgb(250, 242, 242) 0.282949px 3.98998px 0px, rgb(250, 242, 242) -0.712984px 3.93594px 0px, rgb(250, 242, 242) -1.66459px 3.63719px 0px, rgb(250, 242, 242) -2.51269px 3.11229px 0px, rgb(250, 242, 242) -3.20457px 2.39389px 0px, rgb(250, 242, 242) -3.69721px 1.52664px 0px, rgb(250, 242, 242) -3.95997px 0.56448px 0px, rgb(250, 242, 242) -3.97652px -0.432781px 0px, rgb(250, 242, 242) -3.74583px -1.40313px 0px, rgb(250, 242, 242) -3.28224px -2.28625px 0px, rgb(250, 242, 242) -2.61457px -3.02721px 0px, rgb(250, 242, 242) -1.78435px -3.57996px 0px, rgb(250, 242, 242) -0.843183px -3.91012px 0px, rgb(250, 242, 242) 0.150409px -3.99717px 0px, rgb(250, 242, 242) 1.13465px -3.8357px 0px, rgb(250, 242, 242) 2.04834px -3.43574px 0px, rgb(250, 242, 242) 2.83468px -2.82216px 0px, rgb(250, 242, 242) 3.44477px -2.03312px 0px, rgb(250, 242, 242) 3.84068px -1.11766px 0px, rgb(250, 242, 242) 3.9978px -0.132717px 0px;
}

/* Last news */
.last-news-bg{
	position: absolute;
	left: 0;
	bottom: -75px;
}

/* ===== Faq Page ===== */
.section-faq{
	background-image: url(../images/faqq/FAQ-bg.png);
	min-height: 1500px;
}
.faq-left-side .faq-title{
	font-size: 3rem;
	color: var(--white);
	font-weight: 600;
	line-height: 50px;
}
.faq-left-side .faq-description{
	font-size: 1rem;
	color: var(--white);
	font-weight: 400;
}
.faq-right-side{
	width: 490px;
	height: 463px;
}
.faq-right-side .faq-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 430px) {
	.faq-left-side{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.faq-left-side .faq-title{
		font-size: 18px;
	}
	.faq-left-side .faq-description{
		margin-top: 0 !important;
	}
	.faq-right-side{
		width: 300px;
		height: 300px;
	}
	.col-right-faq{
		margin-top: 10px;
	}
}
@media (min-width: 431px) and (max-width: 834px) {
	.faq-right-side{
		width: 250px;
		height: 250px;
	}
}
@media (min-width: 1024px) and (max-width: 1600px) {
	.faq-right-side{
		width: 350px;
		height: 350px;
	}
}
/* ====== Recipes and News Card components ====== */
.recipe-news-card {
    min-height: 280px;
    border: none;
    border-radius: 15px;
    position: relative;
    transition: transform 1s ease;
    box-shadow: 0 4px 20px 0 #B1C2DD6E;
    justify-content: space-between;
}
.recipe-news-card .recipe-card-body{
    position: relative;
}
.recipe-news-card .recipe-news-img {
    height: 160px;
    width: auto;
    border-radius: 10px;
    position: relative;
}

.recipe-news-card .recipe-news-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.5s ease;
	position: absolute;
	bottom: 35px;
}

.recipe-news-card:hover img {
    transform: translateY(-0.7rem);
}

.recipe-news-card .about-recipe-news {
    margin-top: 10px;
	position: absolute;
	top: 120px;
}

.recipe-news-card .about-recipe-news .recipe-news-title {
    color: var(--primaryDark);
    font-size: 14px;
    font-weight: 600;
}

.recipe-news-card .about-recipe-news .recipe-news-description {
    font-size: 12px;
    font-weight: 300;
    color: var(--primaryDark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
/* ===== about us section FAQ ===== */
.aboutus-section-faq{
	background-color: var(--white);
	background-image: url(../images/about-us/aboutus-section-faq-bg.png);
	padding-top: 100px;
    padding-bottom: 100px;
}
/* ===== about us section Process ===== */
.process_aboutUs {
    min-height: 905px;
    background-image: url(../images/about-us/about-us-section-process-bg.png);
    position: relative;
}

.process_aboutUs .bee_bg {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 450px;
    height: 400px;
}

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


.process_aboutUs .process_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.process_aboutUs .container-md {
    padding-top: 6rem;
}

.process_line_content {
    position: relative;
    width: 50%;
}

.dot_top {
    position: absolute;
    top: -25%;
    left: 40%;
    transform: translate(10%, 25%);
}

.dot_bottom {
    position: absolute;
    bottom: -23%;
    left: 40%;
    transform: translate(10%, 25%);
}

.step1_content {
    position: absolute;
    top: -70%;
    left: -45%;
    transform: translate(0%, 25%);
    width: 200px;
    font-weight: 700;
    color: var(--secondary-color);
    text-align: center;
    font-size: 14px;
}

.step2_content {
    position: absolute;
    bottom: -75%;
    left: -40%;
    transform: translate(0%, 25%);
    width: 200px;
    font-weight: 700;
    color: var(--secondary-color);
    text-align: center;
    font-size: 14px;
}

:root {
    --box-size: 180px;
    --line-thickness: 1px;
    --color: black;
}

.group_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.group_line {
    .line {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative
    }

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


    .line>*:before,
    .line>*:after {
        content: '';
        position: absolute;
        top: 0px;
        width: inherit;
        height: inherit;
        border: var(--line-thickness) dotted var(--color);
        box-sizing: border-box;
    }

    .up_line {
        width: var(--box-size);
        height: var(--box-size);
    }

    .up_line:before {
        left: calc(-1 * (var(--box-size) / 2) + (var(--line-thickness) / 2));
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    }

    .up_line:after {
        left: calc((var(--box-size) / 2) - (var(--line-thickness) / 2));
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    }

    .down_line {
        width: var(--box-size);
        height: var(--box-size);
    }

    .down_line:before {
        left: calc(-1 * (var(--box-size) / 2) + (var(--line-thickness) / 2));
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    }

    .down_line:after {
        left: calc((var(--box-size) / 2) - (var(--line-thickness) / 2));
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    }

}
@media (min-width: 601px) and (max-width: 767px){
	.process_aboutUs {
		background-image:unset;
		background-color: var(--white);
	}
	.process_aboutUs .bee_bg {
		position: absolute;
		bottom: 5%;
		left: 5%;
		width: 350px;
		height: 300px;
	}
	.process_line_content {
		width: 80%;
	}
	.group_line {
		display: none;
	}
	.group-process-content{
		margin-top: 20% !important;
	}
}

@media (min-width: 768px) and (max-width: 901px){
	.process_aboutUs {
		background-image:unset;
		background-color: var(--white);
	}
	.process_aboutUs .bee_bg {
		position: absolute;
		bottom: 5%;
		left: 5%;
		width: 350px;
		height: 300px;
	}
	.process_line_content {
		width: 92%;
	}
	.group-process-content{
		margin-top: 20% !important;
	}
}
@media (min-width: 902px) and (max-width: 991px){
	.process_line_content {
		width: 95%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.process_line_content {
		width: 70%;
	}
}
@media (min-width: 1200px) and (max-width: 1399px){
	.process_line_content {
		width: 61%;
	}
}

@media (min-width:601px){
	.about-us-process-mobile{
		display: none;
	}
}
@media  (max-width: 600px){
	.process_aboutUs {
		display: none;
	}
	.about-us-process-mobile{
		padding-top: 60px;
		background-image: url(../images/about-us/about-us-process-bg-mobile.png);
		min-height: 1400px;
		position: relative;
	}
	.about-us-process-mobile-image{
		width: 200px;
		height: 200px;
		position: absolute;
		left: -20px;
		top: 300px;
	}
	.about-us-process-mobile-image img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.about-us-process-mobile-title{
		display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
	}
	.about-us-process-step-1{
		width: 240px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.step-content{
		font-size: 18px;
		font-weight: 600;
		color: var(--secondary-color);
	}
	.process-body-mobile{
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: column;
		align-items: center;
	}
	.step-line{
		width: 20px;
		height: auto;
	}
	.step-line img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
/* ===== Contact us page ===== */
.section-store{
	padding-top: 200px;
	position: relative;
	padding-bottom: 100px;
}
.section-store-svg-1{
	position: absolute;
	top: 115px;
	right: 0;
}
.section-store-svg-2{
	position: absolute;
	top: 170px;
	left: 0;
}
.section-store-svg-3{
	position: absolute;
	bottom: 80px;
	right: 0;
}
.market_slide_contact_us{
	overflow: hidden;
    position: relative;
    width: 100%;
}
.market_slide_contact_us::before,
.market_slide_contact_us::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 1;
}
.market_slide_contact_us::before{
	left: 0;
    background: linear-gradient(90deg, #EEF3F8 43.44%, rgba(242, 220, 182, 0) 99.74%) !important;
}

.market_slide_contact_us::after {
    right: 0;
    background: linear-gradient(270deg, #EEF3F8 43.44%, rgba(242, 220, 182, 0) 99.74%) !important;

}
@media (max-width: 375px){
	.market_slide {
		padding: 0;
	}
	.market_slide-item {
        width: 35px;
        height: auto;
        margin-bottom: 165px;
    }

}
@media (min-width: 376px) and (max-width: 430px){
	.market_slide {
		padding: 0;
	}
	.market_slide-item {
        width: 40px;
        height: auto;
        margin: auto;
        margin-bottom: 155px;
    }
}
@media (max-width: 430px){
	.section-store{
		padding-top: 130px;
		padding-bottom: 0;
	}
	.section-store-svg-1{
		top: 75px;
		width: 200px;
		height: auto;
	}
	.section-store-svg-2{
		width: 80px;
		height: auto;
	}
	.section-store-svg-1 img,
	.section-store-svg-2 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (min-width: 431px) and (max-width: 834px){
	.section-store{
		padding-top: 150px;
		padding-bottom: 0;
	}
	.section-store-svg-1{
		top: 75px;
		width: 300px;
		height: auto;
	}
	.section-store-svg-2{
		width: 80px;
		height: auto;
	}
	.section-store-svg-1 img,
	.section-store-svg-2 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.market_slide {
		padding: 0;
	}
	.market_slide-item {
		margin-bottom: 105px;
		width: 80px;
    }
}
@media (min-width: 835px) and (max-width: 1024px){
	.section-store{
		padding-top: 150px;
		padding-bottom: 0;
	}
	.section-store-svg-1{
		top: 80px;
		width: 300px;
		height: auto;
	}
	.section-store-svg-1 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.section-store-svg-3{
		display: none;
	}
}
.page-contact-us{
	background-image: url(../images/contact-us-page-bg.png);
	position: relative;
	padding-bottom: 200px;
	
}
.contact-us-flower{
	position: absolute;
	width: 200px;
	height: auto;
	left: 10px;
	top: 40%;
}
.contact-us-flower .spin-flower{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.small-title-contact-us{
	background-color: var(--white-color);
	color: var(--primary-color);
}
.contact-us-card{
	border: none;
    border-radius: 25px;
	height: 345px;
    padding: 10px;
    position: relative;
    transition: transform 1s ease;
    box-shadow: 0 4px 20px 0 #B1C2DD6E;
}
.contact-us-card:hover{
	transform: scale(1.05);
    cursor: pointer;
}
.contact-us-card-body{
	background-color: #f2dcb64d;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 1s ease;
}
.contact-us-card-content{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-us-card-icon{
	background-color: var(--white-color);
    color: var(--primary-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.contact-us-card-title{
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 600;
}
.contact-us-card-content{
	color: var(--primaryDark);
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.button-contact-us-frame{
	position: absolute;
    height: 70px;
    width: 150px;
    bottom: 0;
    right: 0;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
    border-radius: 30px 0 25px 0;
    transition: transform 1s ease;
}
.button-contact-us{
	background-color: #F2DCB6;
    border-radius: 25px 0 20px 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
}
.botton-contact-us-text{
	background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 20px 5px 25px 5px;
    position: absolute;
    width: 86%;
    height: 73%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.button-text {
    position: absolute;
    white-space: nowrap;
    transition: opacity 0.5s ease-in;
}

.default-text {
    opacity: 1;
}

.hover-text {
    opacity: 0;
}

.button-contact-us:hover .default-text {
    opacity: 0;
}

.button-contact-us:hover .hover-text {
    transform: translateX(0);
    opacity: 1;
    background-color: var(--secondary-color);
}
.card-map-contact-form{
	border-radius: 25px;
	margin-top: 200px;
}

.contact-with-socail-media-title{
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 600;
}
.contact-with-socail-media-description{
	color: var(--primaryDark);
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.socail-media-frame-icon{
	background-color: #57241426;
    width: 100%;
    height: auto;
	border-radius: 25px 30px 0 25px;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	text-decoration: none;

}
.socail-media-circle-icon{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: var(--white-color);
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0px 4px 4px 0px rgba(84, 84, 84, 0.2);

}
.socail-media-circle-icon i{
	color: var(--primary-color);
	font-size: 18px !important;
}
.socail-media-icon-title{
	font-size: 14px;
	color: var(--secondary-color);
	font-weight: 600;
}
.contact-us-form{
	background-color: var(--secondary-color);
    border-radius: 0 25px 25px 0;
}
.contact-us-form-body{
	border: none;
	padding: 30px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.heading-contact-form{
	color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
}
.custom-form-control{
	height: 50px;
}
.custom-form-control, .custom-input-textarea{
	background-color: rgba(255, 255, 255, 0.15);
	border: none;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 300;
}
.custom-form-control::placeholder,
.custom-input-textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.custom-form-control:focus,
.custom-input-textarea:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.2);
	box-shadow: none;
}
.btn-submit-form{
	background-color: var(--primary-color);
    align-items: center;
    border-radius: 5px;
    padding: 15px 20px;
    border: none;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
}
.btn-submit-form:hover{
	background-color: var(--primary-color);
    color: var(--white-color); 
}
@media (min-width: 390px) and (max-width: 430px) {
	.small-title-contact-us{
		font-size: 12px;
	}
	.contact-us-flower{
		width: 100px;
		top: 47%;
	}
	.card-map-contact-form{
		margin-top: 70px;
	}
	.contact-us-form-body{
		padding: 50px 0 50px 0;
	}
	.contact-us-form {
		width: 94.3%;
		margin-left: 12px;
		border-radius: 0 0 25px 25px;
	}

}
@media (max-width: 389px) {
	.small-title-contact-us{
		font-size: 12px;
	}
	.contact-us-flower{
		width: 100px;
		top: 47%;
	}
	.card-map-contact-form{
		margin-top: 70px;
	}
	.contact-us-form-body{
		padding: 50px 0 50px 0;
	}
	.contact-us-form {
		width: 94%;
		margin-left: 12px;
		border-radius: 0 0 25px 25px;
	}

}
@media (min-width: 431px) and (max-width: 834px) {
	.contact-us-form {
		width: 97%;
		margin-left: 12px;
		border-radius: 0 0 25px 25px;
	}
	.contact-us-form-body{
		padding: 50px 20px 50px 20px;
	}
	.contact-us-flower{
		width: 150px;
		top: 38%;
	}
	.card-map-contact-form{
		margin-top: 90px;
	}
}
@media (min-width: 834px) and (max-width: 1024px) {
	.contact-us-form-body{
		padding: 30px 0 30px 0;
	}
}
/* ===== Recipes Page ===== */
.section-recipe-bg {
    background: url(../images/recipe/recipe-top-mg-img.png);
    background-size: cover;
}
.section-recipe .top-content-container {
    padding-left: 20rem;
    padding-right: 20rem;
    text-align: center;
}
.section-recipe .top-description {
    max-width: 1100px;
    color: var(--secondary-color);
    margin: auto;
    text-align: center;
    text-shadow: rgb(250, 242, 242) 4px 0px 0px, rgb(250, 242, 242) 3.87565px 0.989616px 0px, rgb(250, 242, 242) 3.51033px 1.9177px 0px, rgb(250, 242, 242) 2.92676px 2.72656px 0px, rgb(250, 242, 242) 2.16121px 3.36588px 0px, rgb(250, 242, 242) 1.26129px 3.79594px 0px, rgb(250, 242, 242) 0.282949px 3.98998px 0px, rgb(250, 242, 242) -0.712984px 3.93594px 0px, rgb(250, 242, 242) -1.66459px 3.63719px 0px, rgb(250, 242, 242) -2.51269px 3.11229px 0px, rgb(250, 242, 242) -3.20457px 2.39389px 0px, rgb(250, 242, 242) -3.69721px 1.52664px 0px, rgb(250, 242, 242) -3.95997px 0.56448px 0px, rgb(250, 242, 242) -3.97652px -0.432781px 0px, rgb(250, 242, 242) -3.74583px -1.40313px 0px, rgb(250, 242, 242) -3.28224px -2.28625px 0px, rgb(250, 242, 242) -2.61457px -3.02721px 0px, rgb(250, 242, 242) -1.78435px -3.57996px 0px, rgb(250, 242, 242) -0.843183px -3.91012px 0px, rgb(250, 242, 242) 0.150409px -3.99717px 0px, rgb(250, 242, 242) 1.13465px -3.8357px 0px, rgb(250, 242, 242) 2.04834px -3.43574px 0px, rgb(250, 242, 242) 2.83468px -2.82216px 0px, rgb(250, 242, 242) 3.44477px -2.03312px 0px, rgb(250, 242, 242) 3.84068px -1.11766px 0px, rgb(250, 242, 242) 3.9978px -0.132717px 0px;
}

.section-recipe .top-title {
    font-size: 64px;
    padding-top: 5rem;
    font-weight: 700;
    text-shadow: rgb(250, 242, 242) 4px 0px 0px, rgb(250, 242, 242) 3.87565px 0.989616px 0px, rgb(250, 242, 242) 3.51033px 1.9177px 0px, rgb(250, 242, 242) 2.92676px 2.72656px 0px, rgb(250, 242, 242) 2.16121px 3.36588px 0px, rgb(250, 242, 242) 1.26129px 3.79594px 0px, rgb(250, 242, 242) 0.282949px 3.98998px 0px, rgb(250, 242, 242) -0.712984px 3.93594px 0px, rgb(250, 242, 242) -1.66459px 3.63719px 0px, rgb(250, 242, 242) -2.51269px 3.11229px 0px, rgb(250, 242, 242) -3.20457px 2.39389px 0px, rgb(250, 242, 242) -3.69721px 1.52664px 0px, rgb(250, 242, 242) -3.95997px 0.56448px 0px, rgb(250, 242, 242) -3.97652px -0.432781px 0px, rgb(250, 242, 242) -3.74583px -1.40313px 0px, rgb(250, 242, 242) -3.28224px -2.28625px 0px, rgb(250, 242, 242) -2.61457px -3.02721px 0px, rgb(250, 242, 242) -1.78435px -3.57996px 0px, rgb(250, 242, 242) -0.843183px -3.91012px 0px, rgb(250, 242, 242) 0.150409px -3.99717px 0px, rgb(250, 242, 242) 1.13465px -3.8357px 0px, rgb(250, 242, 242) 2.04834px -3.43574px 0px, rgb(250, 242, 242) 2.83468px -2.82216px 0px, rgb(250, 242, 242) 3.44477px -2.03312px 0px, rgb(250, 242, 242) 3.84068px -1.11766px 0px, rgb(250, 242, 242) 3.9978px -0.132717px 0px;
    color: var(--secondary-color);
}
.section-recipe .description {
    font-weight: 400;
    font-size: 18px;
	color: var(--secondary-color);
}
.btn-all-recipes {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.btn-all-recipes-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;

}
.recipe-top-card-list {
    padding: 0rem 5rem 5rem 5rem;
}
.recipe-top-card-list .card {
    width: 75%;
	position: relative;
    border-radius: 10px;
}
.recipe-top-card-list .card .card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primaryDark);
}

.card-description-content {
    width: 200px;
}

.primary-dot {
    height: 10px;
    width: 10px;
    background-color: rgba(27, 197, 144, 1);
    border-radius: 50%;
    margin-top: 7px;
}

.recipe-top-card-list .card .card-description {
    font-size: 14px;
    color: var(--primaryDark);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
}
.banner-recipes-card-image {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-recipes-card-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: -5px 0px 25px 0px rgba(177, 194, 221, 0.25);
}
.recipes-spin-flower {
    position: absolute;
    right: 5%;
    top: 25%;
}
.recipe-search-bg {
    position: relative;
    background-image: url(../images/recipe/recipe-listing-search-bg.png);
    background-size: cover;
    height: 300px;
    width: 100%;
}
.search-recipes-title {
    color: var(--secondary-color);
    font-weight: 700;
}
.total-recipes {
    color: var(--primaryColor);
}
.input-search-box {
    width: 100%;
    padding-top: 30px;
}
/* Pc 10inch */
@media (min-width: 769px) and (max-width: 1024px) {
    .section-recipe .top-content-container {
        padding-left: 0rem;
        padding-right: 0rem;
        text-align: center;
    }
	.recipe-top-card-list {
        padding: 0 0 3rem 0;
    }
	.recipe-top-card-list .card .card-description {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100px;
	}
}

/* Tablet */
@media (min-width: 501px) and (max-width: 768px) {
    .section-recipe .top-content-container {
        padding-left: 0rem;
        padding-right: 0rem;
        text-align: center;
    }

    .section-recipe .top-title {
        font-size: 30px;
        padding-top: 2rem;
        font-weight: 700;
    }

    .section-recipe .description {
        font-size: 16px;
    }

    .section-recipe .spin-image {
        width: 100px;
    }

    .recipe-top-card-list {
        padding: 0 0 3rem 0;
    }
	.recipe-top-card-list .card .card-description {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 170px;
	}
}



/* phone */
@media (max-width: 500px) {
    .section-recipe .top-content-container {
        padding-left: 0rem;
        padding-right: 0rem;
        text-align: center;

    }

    .section-recipe .top-title {
        font-size: 24px;
        padding-top: 2rem;
        font-weight: 700;
    }

    .section-recipe .spin-image {
        width: 100px;
    }

    .bg-imgage {
        display: none;
    }

    .recipe-top-card-list .card {
        width: 90%;
    }

    .section-footer .menu-grid {
        align-items: center;
    }

    .recipe-top-card-list {
        padding: 1rem;
    }
}
/* ===== Vacancy Page ===== */
.section-vancancy {
    background-image: url(../images/vancancy/top-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    min-height: 1000px;
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 10rem;
}
.section-vancancy-top .img-flower {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-50);
}
.vacancy-top-title{
	font-weight: 700;
	color: var(--primary-color);
}
.vacancy-top-descriptioin{
	color: var(--secondary-color);
	font-weight: 400;
}
.type-of-job-title{
	color: var(--secondary-color);
}
@media (min-width: 431px) and (max-width: 834px) {
    .section-vancancy-top .img-flower {
		top:100%;
	}  
}
@media(max-width: 430px) {
    .section-vancancy-top .img-flower {
		top:100%;
	}
	.job-card .card-left-img {
		width: 30% !important;
	}  
	.job-card .card-content {
		width: 40% !important;
	}
	
	.job-card .card-content-date {
		width: 30% !important;
	}
}
@media (min-width: 1024px) and (max-width: 1600px) {
	.section-vancancy-top .img-flower {
		top:100%;
	}
	
}
@media (min-width: 900px) and (max-width: 1024px) {
    .spin-image {
        width: 100px;
    }
}
.job-card {
    border-radius: 10px;
	height: auto;
	padding: 10px;
	border: none;
}
.card-content-title {
    color: var(--secondary-color);
    text-decoration: none;
}


.type-of-job {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.type-of-job-items {
    border-radius: 10px;
    padding: 10px 30px 10px 30px;
    border: 1px solid;
    cursor: pointer;
    color: #545454;
}

.type-of-job-items:hover {
    background-color: var(--primary-color);
    color: white;
}
.type-of-job-items.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}
.job-search-result {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.job-card .card-left-img {
    width: 15%;
}
.job-card-img-frame{
	width: 90px;
	height: 90px;
	border-radius: 10px;
}
.job-card-img-frame .card-img {
    width: 100%;
	height: 100%;
    object-fit: cover;
	border-radius: 10px;
}

.job-card .card-content {
    width: 40%;
}

.job-card .card-content-date {
    width: 35%;
}

.job-descriptions p{
    margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.job-card .card-content-date .apply-job {
    color: var(--primary-color);
    padding: 3px 20px 3px 20px;
    border: 1px solid #E89724;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
}
@media (max-width: 900px) {
	.d-none-svg{
		display: none !important;
	}
}
/* ====== Company Certification - Home ====== */
.section-company-certification{
	position: relative;
	margin-bottom: 50px;
}
.cc-spin-flower{
	width: 200px;
	height: auto;
	position: absolute;
	left: 0;
	top: 50px;
}
.section-cc-title{
	width: 50%;
}
.section-cc-title .descriptions{
	font-size: 18px;
	color: var(--primaryDark);
	font-weight: 400;
}
.section-cc-image{
	width: 50%;
}
.cc-image-frame{
	width: 500px;
	height: 500px;
}
.cc-image-frame img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.recognition-text{
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 600;
}
.marquee-recognition-from-ministry {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.marquee-recognition-from-ministry::before,
.marquee-recognition-from-ministry::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 1;
}

.marquee-recognition-from-ministry::before {
    left: 0;
    background: linear-gradient(to right, rgb(238 243 248), rgba(248, 249, 250, 0));
}

.marquee-recognition-from-ministry::after {
    right: 0;
    background: linear-gradient(to left, rgb(238 243 248), rgba(248, 249, 250, 0));
}
@media (max-width: 430px) {
	.section-company-certification{
		margin-bottom: 0;
	}
	.marquee-recognition-from-ministry {
		padding: 40px 0 0 0;
	}
	.cc-spin-flower{
		width: 100px;
		top: -70px;
	}
    .cc-body-d-flex{
		flex-direction: column-reverse;
	}
	.section-cc-title{
		width: 100%;
		text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
	}
	.section-cc-image{
		width: 100%;
        display: flex;
        justify-content: center;
	}
	.cc-image-frame{
		width: 300px;
		height: 300px;
	}
	
}
@media (min-width: 431px) and (max-width: 834px) {
	.section-company-certification{
		margin-bottom: 0;
	}
	.marquee-recognition-from-ministry {
		padding: 40px 0 0 0;
	}
	.cc-spin-flower{
		width: 100px;
		top: -50px;
	}
    .cc-body-d-flex{
		flex-direction: column-reverse;
	}
	.section-cc-title{
		width: 100%;
		text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
	}
	.section-cc-image{
		width: 100%;
		display: flex;
        justify-content: center;
	}
	.cc-image-frame{
		width: 400px;
		height: 400px;
	}
}
@media (min-width: 835px) and (max-width: 1024px) {
	.section-company-certification{
		margin-bottom: 0;
	}
	.marquee-recognition-from-ministry {
		padding: 40px 0 0 0;
	}
    .cc-body-d-flex{
		flex-direction: column-reverse;
	}
	.section-cc-title{
		width: 100%;
		text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
	}
	.section-cc-image{
		width: 100%;
		display: flex;
        justify-content: center;
	}
	.cc-spin-flower{
		width: 100px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.section-company-certification{
		margin-bottom: 0;
	}
	.marquee-recognition-from-ministry {
		padding: 40px 0 0 0;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.section-company-certification{
		margin-bottom: 0;
	}
	.marquee-recognition-from-ministry {
		padding: 40px 0 0 0;
	}
}
/* ====== Faq - Home ====== */
.section-frequency-ask-question {
	min-height: 600px;
	background-color: var(--white);
	background-image: url(../images/bg/bg-2.svg);
}
.section-faq-title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.custom-faq-row-padding{
		margin-right: 0 !important;
	}
@media (max-width: 430px) {
    .section-frequency-ask-question {
		min-height: 700px;
		
	}
    .section-faq-title{
		padding: 25px 0;
	}
	
}
@media (min-width: 431px) and (max-width: 834px) {
    .section-frequency-ask-question {
		min-height: 700px;
		
	}
}
/* ===== Footer socail media icon ===== */
.footer-section-socail-media{
	display: flex !important;
	gap: 10px;
}
.footer-section-circle-icon{
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: var(--secondary-color);
	border: 1px solid rgba(255, 255, 255, 0.75);
	display: flex !important;
	justify-content: center;
    align-items: center;
	cursor: pointer;
	padding-top: 1px;
	padding-left: 1px;
}
.footer-section-circle-icon:hover{
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
.footer-section-circle-icon i{
	color: rgba(255, 255, 255, 0.75);;
	font-size: 22px;
}
.footer-section-title{
	color: var(--white);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (max-width: 399px){
	.footer-section-circle-icon{
		width: 30px;
		height: 30px;
	}
	.footer-section-circle-icon i{
		font-size: 18px;
	}
}
@media (min-width: 426px) and (max-width: 834px){
	.footer-section-circle-icon{
		width: 25px;
		height: 25px;
	}
	.footer-section-circle-icon i{
		font-size: 13px;
	}
}
/* ===== Card Share ===== */
.card-share{
	padding: 25px;
    border-radius: 15px
}
.card-share-header{
	display: flex;
	justify-content: space-between;
}
.card-share-title{
	color: var(--primaryDark);
    font-size: 18px;
    font-weight: 600;
}
.card-share-btn-cancel{
	height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #E8972426;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.card-share-btn-cancel i{
	color: var(--primaryDark);
	font-size: 20px;
}

.card-share-socail-icon{
	height: 73px;
    width: 73px;
    border-radius: 50%;
    background-color: #E8972426;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	cursor: pointer;
}
.card-share-socail-icon i{
	color: var(--primaryDark);
	font-size: 45px;
}
.share-socail-text{
	color: var(--primaryDark);
	font-size: 14px;
	font-weight: 400;
}
.card-share-socail-icon-frame{
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 10px;
}
.input-copy-link {
    position: relative;
}

.btn-outline-secondary {
    border: none;
    color: var(--primaryDark);
    font-size: 22px;
    background-color: #E8972426;
    border-radius: 0 15px 15px 0 !important;
}

.btn-outline-secondary:hover {
    border: none;
    color: var(--primaryDark);
    font-size: 22px;
    background-color: #E8972426;
    border-radius: 0 15px 15px 0 !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--primaryDark);
    background-color: #E8972426 !important;
    border-color: none;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
}

#copyTarget {
    min-height: 60px;
    border-radius: 15px 0 0 15px;
    background-color: #E8972426;
    border: none;
    color: var(--primaryDark);
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
}

#copyTarget:focus {
    box-shadow: none !important;
}

.copied {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -25px;
    transition: opacity 0.5s ease, top 0.5s ease;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
}

.copied.show {
    opacity: 1;
    top: -40px;
}
@media (max-width: 425px){
	.card-share-socail-icon{
		height: 40px;
		width: 40px;
	}
	.card-share-socail-icon i{
		font-size: 22px;
	}
}
/* ===== Product Details ===== */
.section-product-details {
    padding-top: 70px;
	padding-bottom: 70px;
}
.product-details-image{
	width: 400px;
    height: 400px;
    background-color: var(--white-color);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: rgba(177, 194, 221, 0.25) 0px 4px 12px;
    border-radius: 25px;
    border: 1px solid rgba(87, 36, 20, 0.15);
}
.product-image-right img{
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.botton-view-overlay-img{
	position: absolute;
    bottom: 1%;
    right: 1%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(84, 84, 84, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.botton-view-overlay-img i{
	color: var(--primaryDark);
    font-size: 14px;
    padding-left: 1px;
}
.product-details-title{
	color: var(--secondary-color);
    font-size: 32px;
    font-weight: 600;
}
.product-details-text-small{
	color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
}
.product-details-descriptions{
	color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
}
.sub-product-image{
	height: 110px;
    width: 110px;
    background-color: var(--white-color);
	display: block;
    border: 3px solid transparent; 
    /* transition:0.5s ease-in; */
	/* border-radius: 27px; */
}
.sub-product-image img{
	width: 100%;
    height: 100%;
    border-radius: 25px;
	
}
.sub-product-image.active , 
.sub-product-image:hover {
    border-color: var(--primary-color); 
	border-radius: 27px;
	box-shadow: 0px 8px 20px 0px rgba(177, 194, 221, 0.5);
}
.sub-product-image:hover::after{
	border:none;
}
.botton-share-product{
	background: var(--primary-color);
    padding: 15px 20px;
    border-radius: 15px;
    color: var(--white-color);
    text-decoration: none;
    cursor: pointer;
	width: fit-content;
	font-weight: 500;
	font-size: 18px;
}
.botton-share-product svg path{
	fill: var(--white);
}
.botton-share-article{
	background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 15px;
    color: var(--white-color);
    text-decoration: none;
    cursor: pointer;
	width: fit-content;
	font-weight: 500;
	font-size: 18px;
}
.botton-share-article svg path{
	fill: var(--white);
}
.overlay-image{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}
.overlay-image img {
    height: 500px;
    width: auto;
    cursor: pointer;
}
.tab_view .tab_view_item button {
    color: var(--dark-color);
    font-weight: 600;
}

.tab_view .tab_view_item button.active {
    padding: 0;
	background-color: unset;
}
.tab_view .tab_view_item button {
    padding: 0;
	background-color: unset;
}

.tab_view .tab_view_item .tab-view-description.active::after {
    content: "";
    border-bottom: 3px solid var(--primary-color);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
    border-radius: 5px 5px 0 0;
}
.tab_view .tab_view_item .tab-view-description.active {
    padding: 0;
	background-color: unset;
	color: var(--primary-color);
}
.tab-pane-text {
    color: var(--dark-color);
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
}

.product_in_details {
    position: relative;
    background-image: url(../images/product-list-in-product-detail-bg.png);

}

.product_in_details .product_in_details_bg {
    position: absolute;
    width: auto;
}

.product_in_details .flower_bg {
    position: absolute;
    top: 5%;
    right: 50px;
	width: 200px;
}
.product_in_details .flower_bg .spin-flower{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_in_details .container-md .more_product_title,
.recipe .container-md .recipe_title {
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 600;
}

@media (min-width: 431px) and (max-width: 834px){
	.section-product-details {
		padding-top: 40px !important;
	}
	.product-details-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 25px;
		text-align: center;
	}
	.col-image-details{
		display: flex;
        justify-content: center;
	}
	.botton-share-product{
		font-size: 16px !important;
	}
	.botton-share-article{
		font-size: 16px !important;
		padding: 5px 20px;
	}
	.product_in_details .flower_bg {
		top: 40px;
        right: 40px;
        width: 150px;
	}
	.product_in_details .container-md .more_product_title,
	.recipe .container-md .recipe_title {
		font-size: 22px;
}
}
@media (max-width: 430px) {
    .section-product-details {
        padding-top: 50px;
    }
	.product-details-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 25px;
		text-align: center;
	}
	.col-image-details{
		display: flex;
        justify-content: center;
	}
	.sub-product-image{
		height: 80px;
    	width: 80px;
	}

    .tab_view {
        flex-direction: row !important;
    }

    .product_in_details .container-md .more_product_title {
        font-size: 18px !important;
    }
	.recipe .container-md .recipe_title {
		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.botton-share-product{
		padding: 5px 20px;
		font-size: 14px;
	}
	
	.botton-share-article{
		font-size: 14px !important;
		padding: 5px 20px;
	}
	.product_in_details .flower_bg {
		top: 15px;
        right: 25px;
        width: 100px;
	}
	.input-search-recipes{
		padding-top: 0;
		padding-bottom: 50px;
	}
}
@media (max-width: 768px) {
	.recipe .container-md .recipe_title {
		margin-bottom: 40px;
	}
	.input-search-recipes{
		padding-top: 0;
		padding-bottom: 50px;
	}
	
}
.wp_nav_menu li a {
	text-transform: capitalize !important;
}
/* ===== Home Page ===== */
/* Product List */
.home-section-products{
	position: relative;
}
.home-section-products-background{
	position: absolute;
	left: 0;
	top: 400px;
}

/* section-testimonial */
.home-section-testimonial{
	background-color: var(--secondary-color);
	position: relative;
	min-height: 650px;
}

.rectangle-1{
	position: absolute;
	top: 3%;
	left: 0;
}
.rectangle-2{
	position: absolute;
	top: 0;
	left: 50%;
}
.rectangle-3{
	position: absolute;
	bottom: 0;
	left: 0;
}
.rectangle-4{
	position: absolute;
	bottom: 0;
	left: 30%;
}
.rectangle-5{
	position: absolute;
	bottom: 15%;
	right: 25%;
}
.rectangle-6{
	position: absolute;
	bottom: 1%;
	right: 0;
}
/* .rectangle-1 svg,
.rectangle-2 svg,
.rectangle-3 svg,
.rectangle-4 svg,
.rectangle-5 svg,
.rectangle-6 svg{
	width: 100px;
} */
.section-testimonial-svg-background{
	width: 200px;
	height: auto;
	position: absolute;
	top: -1px;
	right: 0;
}
.home-testimonial{
	position: relative;
    padding: 110px 0 40px 0;
}
.section-testimonial-svg-background img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-testimonial-title{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-testimonial-title-small{
	background: rgba(255, 255, 255, 0.15);
	color: var(--white) !important;
}
.section-testimonial-botton{
	background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 25px;
    font-weight: 600;
    width: fit-content;
    font-size: 18px;
    padding: 10px 25px;
	text-decoration: none;
}
.section-testimonial-botton:hover{
	background-color: #e8972499 !important;
}
.section-testimonial-card{
	margin-left: 200px;
}

.testimonial-carousel{
	width: 555px;
}
.section-testimonial-card-body{
	width: 555px;
	background-color: var(--white);
	border-radius: 15px;
	min-height: 280px;
}

.home-section-testimonial-content{
	position: absolute;
}
.home-section-testimonial-content-body{
	gap: 160px;
}
.section-testimonial-image-background{
	width: 400px;
    height: 400px;
	position: absolute;
    top: 120px;
}
.section-testimonial-image-background img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-user-info-body{
	display: flex;
    gap: 20px;
	margin-bottom: 20px;
}
.testimonial-user-profile {
    width: 64px;
    height: 64px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
}
.testimonial-user-profile img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-user-info{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-user-name{
	font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.testimonial-user-positon{
	font-size: 14px;
    font-weight: 700;
    color: var(--dark-color);
}
.testimonial-user-rating{
	display: flex;
    gap: 10px;
    margin-top: 13px;
	margin-left: 30px;
}
.testimonial-user-rating i{
	font-size: 12px;
    color: var(--primary-color);
}
.testimonial-user-description{
	font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
}
.testimonial-button-slide{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.testimonial-btn-control-slide{
	background-color: var(--white-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	border: none;
}
.testimonial-btn-control-slide i{
    color: var(--primary-color);
	font-size: 20px;
}
@media (max-width : 399px){
	.home-section-testimonial{
		padding: 50px 0;
		min-height: 700px;
	}
	.home-testimonial{
		padding: 0;
	}
	.section-testimonial-svg-background{
		width: 60px;
	}
	.section-testimonial-image-background {
		display: none;
	}
	.home-section-testimonial-content-body{
		gap: 30px;
		flex-direction: column-reverse;
		justify-content: center;
        align-items: center;
		
	}
	.testimonial-carousel{
		width: unset;
	}
	 .section-testimonial-card{
		margin-left: 0;
		max-width: 350px;
		min-height: 280px;
	}
	.section-testimonial-card-body{
		max-width: 350px;
	}
	.section-testimonial-title{
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.section-testimonial-botton{
		font-size: 12px;
		padding: 10px 20px;	
	}
	.testimonial-user-name{
		font-size: 16px;
	}
	.testimonial-user-positon{
		font-size: 12px;
	}
	.testimonial-user-rating{
		margin-left: 0;
		margin-top: 15px;
	}
	.rectangle-1,
	.rectangle-2,
	.rectangle-3,
	.rectangle-4,
	.rectangle-5,
	.rectangle-6{
		display: none;
	}
}
@media (min-width:400px) and (max-width: 430px){
	.home-section-testimonial{
		padding: 50px 0;
		min-height: 700px;
	}
	.home-testimonial{
		padding: 0;
	}
	.section-testimonial-svg-background{
		width: 60px;
	}
	.section-testimonial-image-background {
		display: none;
	}
	.home-section-testimonial-content-body{
		gap: 30px;
		flex-direction: column-reverse;
		justify-content: center;
        align-items: center;
		
	}
	.testimonial-carousel{
		width: unset;
	}
	 .section-testimonial-card{
		margin-left: 0;
		max-width: 390px;
		min-height: 280px;
	}
	.section-testimonial-card-body{
		max-width: 390px;
	}
	.section-testimonial-title{
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.section-testimonial-botton{
		font-size: 12px;
		padding: 10px 20px;	
	}
	.testimonial-user-name{
		font-size: 16px;
	}
	.testimonial-user-positon{
		font-size: 12px;
	}
	.testimonial-user-rating{
		margin-left: 0;
		margin-top: 15px;
	}
	.rectangle-1,
	.rectangle-2,
	.rectangle-3,
	.rectangle-4,
	.rectangle-5,
	.rectangle-6{
		display: none;
	}
}
@media (min-width: 431px) and (max-width: 570px){
	.home-section-testimonial{
		padding: 50px 0;
		min-height: 700px;
	}
	.home-testimonial{
		padding: 0;
	}
	.section-testimonial-svg-background{
		width: 60px;
	}
	.section-testimonial-image-background {
		display: none;
	}
	.home-section-testimonial-content-body{
		gap: 30px;
		flex-direction: column-reverse;
		justify-content: center;
        align-items: center;
		
	}
	.testimonial-carousel{
		width: unset;
	}
	 .section-testimonial-card{
		margin-left: 0;
		max-width: 390px;
		min-height: 280px;
	}
	.section-testimonial-card-body{
		max-width: 390px;
	}
	.section-testimonial-title{
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.section-testimonial-botton{
		font-size: 12px;
		padding: 10px 20px;	
	}
	.testimonial-user-name{
		font-size: 16px;
	}
	.testimonial-user-positon{
		font-size: 12px;
	}
	.testimonial-user-rating{
		margin-left: 0;
		margin-top: 15px;
	}
	.rectangle-1 svg,
	.rectangle-2 svg,
	.rectangle-3 svg,
	.rectangle-4 svg,
	.rectangle-5 svg,
	.rectangle-6 svg{
		width: 100px;
	}
}
@media (min-width: 571px) and (max-width: 834px){
	.home-section-testimonial{
		padding: 0;
		min-height: 750px;
	}
	.section-testimonial-image-background {
		top: 300px;
		left: -100px;
	}
	.home-testimonial {
		position: relative;
		padding: 50px 0 0 0;
	}
	.home-section-testimonial-content {
		position: absolute;
		left: 50%;
        transform: translateX(-50%);
	}
	.home-section-testimonial-content-body{
		gap: 50px;
		flex-direction: column-reverse;
		justify-content: center;
        align-items: center;
		
	}
	 .section-testimonial-card{
		margin-left: 0;
		width: 555px;
	}
	.section-testimonial-title{
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.section-testimonial-botton {
		font-size: 14px;
		padding: 7px 25px;
	}
	.section-testimonial-svg-background {
		width: 65px;
	}
	.rectangle-1 svg,
	.rectangle-2 svg,
	.rectangle-3 svg,
	.rectangle-4 svg,
	.rectangle-5 svg,
	.rectangle-6 svg{
		width: 100px;
	}
	
}
@media (min-width: 835px) and (max-width: 1024px){
	.home-section-testimonial{
		padding: 0;
		min-height: 750px;
	}
	.section-testimonial-image-background {
		top: 300px;
		left: -100px;
	}
	.home-testimonial {
		position: relative;
		padding: 50px 0 0 0;
	}
	.home-section-testimonial-content {
		position: absolute;
		left: 50%;
        transform: translateX(-50%);
	}
	.home-section-testimonial-content-body{
		gap: 50px;
		flex-direction: column-reverse;
		justify-content: center;
        align-items: center;
		
	}
	 .section-testimonial-card{
		margin-left: 0;
		width: 555px;
	}
	.section-testimonial-title{
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.section-testimonial-botton {
		font-size: 14px;
		padding: 7px 25px;
	}
	.section-testimonial-svg-background {
		width: 150px;
	}
	.rectangle-1 svg,
	.rectangle-2 svg,
	.rectangle-3 svg,
	.rectangle-4 svg,
	.rectangle-5 svg,
	.rectangle-6 svg{
		width: 150px;
	}
}
@media (min-width: 1025px) and (max-width: 1440px){
	.home-section-testimonial{
		padding: 100px 0;
		min-height: 750px;
	}
	 .section-testimonial-card{
		margin-left: 0;
		width: 555px;
	}
	.home-section-testimonial-content-body{
		gap: 50px;
	}
	.section-testimonial-svg-background{
		width: 100px;
	}
	.rectangle-1 svg,
	.rectangle-2 svg,
	.rectangle-3 svg,
	.rectangle-4 svg,
	.rectangle-5 svg,
	.rectangle-6 svg{
		width: 200px;
	}
}
/* Form Contact */
.form-item input {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.form-item input:hover{
	border: 1px solid var(--primary-color);
}
.form-item input:focus,
.form-item input:focus-visible {
    outline: none;
	border: 1px solid var(--primary-color);
}
.form-item input:-webkit-autofill {
    background-color: rgba(255, 255, 255, 0.15) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid var(--primary-color) !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    transition: background-color 5000s ease-in-out 0s;
    appearance: none;
}

.form-item textarea {
    width: 100%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.form-item textarea:hover{
	border: 1px solid var(--primary-color);
}
.form-item textarea:focus,
.form-item textarea:focus-visible {
    outline: none;
	border: 1px solid var(--primary-color);
}
.form-submit p input{
    cursor: pointer;
    width: 100%;
	height: 50px;
    padding: 10px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: #fff;
}
.form-submit p input:hover{
	background-color: #e8972499 ;
}
.form-submit p{
    width: 100%;
	height: 50px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px 30px 30px 30px;
    padding: 1rem;
    background-color: #ffff;
    border-radius: 15px;
	border: none;
}



/* Slide */
.marquee-recognition-from-ministry {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding: 20px 0;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .marquee-recognition-from-ministry::before,
    .marquee-recognition-from-ministry::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        pointer-events: none;
        z-index: 1;
    }

    .marquee-recognition-from-ministry::before {
        left: 0;
        background: linear-gradient(to right, rgb(238 243 248), rgba(248, 249, 250, 0));
    }

    .marquee-recognition-from-ministry::after {
        right: 0;
        background: linear-gradient(to left, rgb(238 243 248), rgba(248, 249, 250, 0));
    }

    .marquee-track {
        display: flex;
        gap: 20px;
        white-space: nowrap;
        will-change: transform;
        -webkit-transform: translateZ(0);
    }

    .ministry-logo-shape {
        background-image: url('../images/bg/bee-box.svg');
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;

        width: 195px;
        height: 210px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px;
        flex: 0 0 auto;
    }

    .ministry-logo {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .ministry-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    /* Responsive */
    @media screen and (max-width: 1024px) {
        .ministry-logo-shape {
            width: 170px;
            height: 185px;
        }

        .ministry-logo {
            width: 85px;
            height: 85px;
        }
    }

    @media screen and (max-width: 500px) {
        .ministry-logo-shape {
            width: 120px;
            height: 135px;
        }

        .ministry-logo {
            width: 65px;
            height: 65px;
        }

        .marquee-recognition-from-ministry::before,
        .marquee-recognition-from-ministry::after {
            width: 50px;
        }
    }