* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: fix 1s 1;
	overflow-x: hidden;
}
li, ol, ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: inside;
	display: block;
}
p {
	line-height: 1.6;
}
img {
	max-width: 100%;
}
p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1rem;
}
a, a:focus, a:hover {
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: #eaa659!important;
}
::placeholder {
	color: #444;
}
::-webkit-scrollbar {
	width: 8px;
	background-color: #fff;
	transition: .5s;
	height: 8px;
}
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #c3c3c3;
}
.btn {
	box-shadow: none;
	text-transform: capitalize;
	font-size: 15px;
	padding: 0 2rem;
	transition: .5s;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
}
.preloader {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
}
.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #eaa659;
	-webkit-animation: preloader 1.5s forwards;
	animation: preloader 1.5s forwards;
}
.preloader span:last-child {
	animation-delay: -1.2s;
	-webkit-animation-delay: -1.2s;
}
@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: .5;
	}
	25% {
		transform: scale(10, 10);
		opacity: .5;
	}
	100% {
		transform: scale(100, 100);
		opacity: 0;
	}
}
@-webkit-keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: .5;
	}
	25% {
		transform: scale(10, 10);
		opacity: .5;
	}
	100% {
		transform: scale(100, 100);
		opacity: 0;
	}
}
.arrow {
	font-size: 60px;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
.mb-menu {
	font-size: 40px;
	display: none;
}
.mb-menu span.trigger {
	position: relative;
	background: #fff;
	height: 2px;
	width: 100%;
	display: block;
	transition: .5s;
}
.mb-menu span.trigger:after, .mb-menu span.trigger:before {
	content: "";
	background: #fff;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	transition: .5s;
}
.mb-menu span.trigger:before {
	top: -8px;
}
.mb-menu span.trigger:after {
	top: 8px;
}
.mb-menu.open span.trigger {
	background: 0 0;
}
.mb-menu.open span.trigger:before {
	transform: rotate(45deg);
	top: 0;
}
.mb-menu.open span.trigger:after {
	transform: rotate(-45deg);
	top: 0;
}
.founder-avatar {
	display: block;
	margin-bottom: 15px;
}
.founder-img {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	padding: 5px;
	box-shadow: 0 0 18px 1px rgb(0 0 0 / 13%);
}
.founder-img img {
	border-radius: 100%}
	.menu-button {
		position: relative;
		width: 60px;
		height: 60px;
		z-index: 11;
		transition: all .3s;
	}
	.menu-button:active {
		-webkit-transform: translateY(2px);
		-moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		transform: translateY(2px);
	}
	.menu-btn-morphing-path {
		fill: #ffaca3;
		-webkit-transition: fill .5s ease-in-out;
		-o-transition: fill .5s ease-in-out;
		-moz-transition: fill .5s ease-in-out;
		transition: fill .5s ease-in-out;
	}
	.open-menu {
		position: absolute;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		display: block;
		width: 60px;
		height: 60px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: transparent;
	}
	.open-menu span {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 24px;
		height: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #242d70;
	}
	.open-menu span::after, .open-menu span::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #242d70;
	}
	.open-menu span::before {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	.open-menu span::after {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}
	.logo {
		position: relative;
		top: 0;
		z-index: 112;
	}
	.logo .txt_logo {
		display: block;
		font-size: 30px;
		font-weight: 400;
		color: #675252;
		position: absolute;
		left: 17px;
		top: 7px;
	}
	.logo_fixed {
		height: 50px;
	}
	.flat-sidenav {
		position: sticky;
		z-index: 1050;
		margin: 0 auto;
		top: 0;
		transition: all .3s;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
		background: #fff;
	}
	.flat-sidenav.sticky-on, .header_search {
		position: fixed;
		background: #3db0e6!important;
		top: 0!important;
		box-shadow: 0 8px 11px -6px rgba(0, 0, 0, .2)!important;
		height: 65px;
	}
	.fp-viewing-home .flat-sidenav, .fp-viewing-home-0 .flat-sidenav {
		background: #fff;
    /* top: 30px;
    */box-shadow: none;
    /* padding: 0;
*//* display: none */}
.logo a {
	display: inline-block;
}
.fp-viewing-home .flat-sidenav .logo a img {
	max-width: 45px;
	position: relative;
	z-index: 114;
}
.logo a img {
	max-width: 115px;
}
.flat-sidenav.open-sideNav {
	right: 0;
}
.menu-sidenav nav li {
	font-weight: 400;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 50ms;
	-o-transition-duration: 50ms;
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	line-height: 1.6;
	position: relative;
	margin: 0;
	display: inline-flex;
	align-items: center;
}
.menu-sidenav nav li:last-child {
	margin-left: 20px;
}
nav ul li.active {
	background: 0 0;
}
.menu-sidenav nav li a {
	font-size: 15px;
	font-weight: 500;
	background: 0 0;
	position: relative;
	padding: 10px 15px;
	color: #444;
	display: inline-flex;
	text-transform: capitalize;
}
.menu-sidenav nav li.active:before {
	content: "";
	width: 40px;
	height: 55px;
	position: absolute;
	background: url(../active.png) center no-repeat;
	background-size: 100%;
	top: 0;
	left: calc(50% - 25px);
}
.menu-sidenav nav {
	background: 0 0;
	box-shadow: none;
}
.menu-sidenav nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}
.logo-sidenav {
	position: relative;
	display: flex;
	align-items: center;
}
.logo-sidenav img {
	height: 50px;
}
.page-question .sidenav-content {
	width: 100%;
	align-items: center;
	padding: 5px 0;
}
.page-question .sidenav-content .sidenav-menu {
	display: flex;
	flex-direction: row-reverse;
}
.sidenav-content {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	align-items: center;
}
.menu-sidenav {
	display: block;
	position: relative;
}
.menu-sidenav:after {
	content: "";
	clear: both;
	display: table;
}
.fullpage-wrapper {
	transition: all .3s;
}
#fp-viewing-null .fullpage-wrapper {
	padding-top: 66px;
}
.droppdown-user {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	background: #fff;
	width: 150px;
	z-index: 1;
	display: none;
	border-radius: 5px;
	box-shadow: 0 0 17px 0 rgba(0, 0, 0, .1);
}
.droppdown-user.show {
	display: block;
}
.logo-sidenav .business-image {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	flex-direction: row-reverse;
	background: rgba(255, 255, 255, .4);
	border-radius: 6px;
	padding: 5px 10px;
}
.logo-sidenav .business-image img {
	margin-left: 10px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	box-shadow: 0 4px 8px 0 rgba(128, 196, 220, .33);
}
.logo-sidenav .business-image span small {
	display: flex;
	text-align: left;
	align-items: center;
	color: #fff;
}
.droppdown-user li a {
	color: #222;
	display: block;
	width: 100%;
	line-height: 35px;
	text-align: left;
	padding: 0 10px;
	font-size: 14px;
}
.droppdown-user ul {
	margin: 5px 0;
}
.full-height {
	height: 100%}
	.align-center {
		align-items: center;
		justify-content: center;
	}
	.logo-hero {
		position: relative;
		display: block;
	}
	.logo-dtp img {
		max-width: 185px;
	}
	.hero-logo {
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
    /* max-width: 90%;
    */margin: 45px auto 0;
    align-items: center;
}
.hero-heading-title {
	width: 50%;
	position: relative;
}
.heading-title-slogan h3 {
	font-size: 45px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.7;
}
.main-side-path {
	fill: #272f7c;
}
.main-section {
	position: relative;
	background-color: #fff;
	padding: 0;
}
.main-section_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}
.main-section_background .main-background-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	fill: #1784a9;
}
.main-section_content {
	position: relative;
	padding: 6rem 0;
	z-index: 1;
}
.fullheight {
	position: static;
	height: auto;
}
.waves-effect {
	font-size: 14px;
	background: #eaa659;
	color: #fff;
	font-weight: 500;
	padding: 15px 35px;
	line-height: 20px;
	position: relative;
	z-index: 9;
	display: inline-block;
	-webkit-transition: all .35s;
	transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	text-transform: uppercase!important;
	border: none;
	letter-spacing: 2px;
	border-radius: 4px;
	overflow: hidden;
}
.waves-effect:after {
	content: "";
	width: 13px;
	height: 13px;
	background: #161f44;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 1;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.waves-effect:hover {
	color: #fff!important;
}
.waves-effect:hover:after {
	width: 100%;
	height: 100%;
	top: 0;
}
.main-color span {
	position: relative;
	z-index: 2;
}
@media only screen and (min-width:1200px) {
	.fullheight {
		position: relative;
		height: 100%;
		margin: 0;
	}
}
.main-section_content.fullscreen, .main-section_content.split {
	padding: 0;
}
@media only screen and (min-width:1200px) {
	.main-section_content {
		padding: 0;
	}
}
.content-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-padding {
	position: relative;
	padding: 90px 0;
}
.p-0 {
	padding: 0!important;
}
.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.content-block {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10rem 10%;
}
.image {
	position: relative;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.image-about {
	background-image: url(../img/ve-chung-toi-01.png);
}
.image-business {
	background-image: url(../img/bg_3.jpg);
}
.image-contact {
	background-image: url(../img/bg_8.jpg);
}
.image-customer {
	background-image: url(../img/ve-chung-toi-02.png);
}
.col-xl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.flex-xl-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-moz-box-orient: horizontal!important;
	-moz-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-block {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10rem;
}
.content-section_media {
	height: auto;
}
.image {
	height: 100vh;
}
.content-section_media {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.content-section_info {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.business-bg {
	background: url(../images/user/background/bg_3.jpg) no-repeat center;
	background-size: cover;
}
.section-title {
	position: relative;
	display: inline-block;
}
.section-title h2 {
	font-weight: 700;
	color: #222;
	position: relative;
	padding-bottom: 5px;
	font-size: 30px;
}
.section-title h2:before {
	position: absolute;
	width: 7px;
	left: 0;
	height: 7px;
	border-radius: 10px;
	top: 45px;
	background: #eaa659;
	transition: .5s;
}
.section-title h2:after {
	position: absolute;
	height: 2px;
	width: 65px;
	left: 13px;
	top: 47px;
	background: #eaa659;
	transition: .5s;
}
.divider {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 3rem;
}
span.divider:before {
	content: "";
	position: absolute;
	width: 7px;
	left: 0;
	height: 7px;
	border-radius: 10px;
	top: 0;
	background: #eaa659;
	transition: .5s;
}
span.divider:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 65px;
	left: 13px;
	top: 2px;
	background: #eaa659;
	transition: .5s;
}
.divider.mb-style-2:before {
	left: calc(50% - 10px);
	border: 2px solid #fff;
	z-index: 1;
	width: 12px;
	height: 12px;
	top: -3px;
}
.divider.mb-style-2.di-fff:before {
	background: #fff;
}
.divider.mb-style-2.di-fff:after {
	background: #fff;
}
.divider.mb-style-2:after {
	left: calc(50% - 68px);
	width: 120px;
}
.contact-info .subtitle {
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #141414;
	line-height: 1.5;
	margin: 1.6rem 0 1rem .2rem;
}
.contact-info p {
	display: flex;
	position: relative;
	margin-bottom: 15px;
}
.contact-info p i {
	margin-right: 15px;
	font-size: 18px;
	color: #eaa659;
}
.btn-holder {
	display: block;
	margin: 2.2rem 0 0 .2rem;
}
ul.menu {
	display: block;
	position: relative;
}
ul.menu li {
	display: block;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	-moz-transition: opacity .3s, transform .3s, -moz-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s;
	width: 100%;
	background: 0 0!important;
}
ul.menu li a {
	display: block;
	position: relative;
	padding: 1.2rem 0;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 25px;
}
ul.menu li.active a {
	color: #fff;
}
.no-touch ul.menu li:hover a {
	color: #272f7c;
}
@media only screen and (min-width:1600px) {
	ul.menu li a {
		font-size: 4rem;
	}
}
.navigation_content .menu-wrapper nav {
	height: auto;
	background: 0 0;
	box-shadow: none;
	line-height: 1.6;
}
.m-0 {
	margin-bottom: 0;
}
@media (min-width:768px) {
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
}
.fp-enabled body, html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
	overflow: hidden;
	position: relative;
}
.fp-scroller {
	overflow: hidden;
}
.iScrollIndicator {
	border: 0!important;
}
.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	right: 10px;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translate3d(0, -50%, 0);
}
#fp-nav.fp-right {
	right: 17px;
}
#fp-nav.fp-left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0!important;
	right: 0;
	margin: 0 auto!important;
}
.fp-slidesNav.fp-bottom {
	bottom: 17px;
}
.fp-slidesNav.fp-top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
	background: #eaa659;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 7px;
	width: 7px;
	border: 0;
	background: #b7b7b7;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px;
}
.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
	height: auto!important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important;
}
.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.nav-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	max-width: 100%;
	padding: 0 2rem;
}
@media only screen and (max-width:546px) {
	.main-section_intro .headline {
		padding: 3rem 0;
	}
}
.quote-object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3rem 10%
}
@media only screen and (min-width:1200px) {
	.quote-object {
		padding: 4rem;
	}
}
@media only screen and (min-width:1600px) {
	.quote-object {
		padding: 4rem;
	}
}
.quote-morphing-object {
	fill: #f7f7f7;
}
@media only screen and (min-width:1366px) {
	.content-block {
		position: absolute;
		left: 0;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 10rem;
	}
	.content-block.auto-height {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding: 10rem;
	}
	.content-block.additional-block {
		padding: 10rem;
	}
	.content-block.footer-block {
		padding: 7.2rem 10rem;
	}
}
blockquote {
	display: block;
	position: relative;
	text-align: center;
	border-left: 0;
}
blockquote i {
	display: block;
	font-size: 2.5rem;
	line-height: 2!important;
	color: #eaa659;
}
@media only screen and (min-width:768px) {
	blockquote i.material-icons {
		font-size: 5rem;
		margin-bottom: 15px;
	}
	blockquote p {
		font-size: 15px;
	}
	blockquote cite {
		font-size: 14px;
		display: block;
		margin-top: 15px;
		color: #eaa659;
	}
}
.section-scrolldown {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	display: none;
}
.section.active .section-scrolldown {
	display: block;
}
.section-scrolldown.has-mouse a {
	color: #eaa659;
	display: inline-block;
	text-align: center;
	pointer-events: none;
	transition-duration: .25s;
	transition-property: color, background-color, border-color;
	transition-timing-function: ease-out;
	-webkit-appearance: none;
}
.section-scrolldown.has-mouse .text {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	opacity: .8;
}
.icon-mouse {
	position: relative;
	width: 16px;
	margin-top: 30px;
	height: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px #161f44 solid;
	display: inline-block;
}
.icon-mouse:before {
	content: "...";
	word-wrap: break-word;
	line-height: .4;
	width: 3px;
	height: 13px;
	position: absolute;
	top: -28px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.icon-mouse-point {
	position: absolute;
	width: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 4px;
	left: 0;
	right: 0;
	top: 5px;
	background-color: #161f44;
	display: inline-block;
	margin: 0 auto;
	-moz-animation: scrollmouse 1.5s infinite;
	-webkit-animation: scrollmouse 1.5s infinite;
	animation: scrollmouse 1.5s infinite;
}
@-webkit-keyframes scrollmouse {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(8px);
		opacity: 0;
	}
}
@keyframes scrollmouse {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(8px);
		opacity: 0;
	}
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-moz-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
.bounce {
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.checkbox-switch {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 80px;
	height: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	line-height: 1.2;
	font-size: 14px;
}
.checkbox-switch input.input-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}
.checkbox-switch .checkbox-animate {
	position: relative;
	width: 80px;
	height: 30px;
	background-color: #f8f8f8;
	-webkit-transition: background .25s ease-out 0s;
	transition: background .25s ease-out 0s;
	border: 1px solid #ccc;
	border-radius: 30px;
}
.checkbox-switch .checkbox-animate:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f44336;
	top: 4px;
	left: 5px;
	-webkit-transition: left .3s ease-out 0s;
	transition: left .3s ease-out 0s;
	z-index: 10;
}
.checkbox-switch.active .checkbox-animate {
	background-color: #ff4646;
	border-color: #ff4646;
}
.checkbox-switch.active .checkbox-animate:before {
	left: 55px;
	background-color: #fff;
}
.checkbox-switch .checkbox-off, .checkbox-switch .checkbox-on {
	float: left;
	color: #000;
	font-weight: 700;
	line-height: 30px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.checkbox-switch .checkbox-off {
	margin-left: 39px;
	opacity: 1;
}
.checkbox-switch .checkbox-on {
	display: none;
	float: right;
	margin-right: 35px;
	opacity: 0;
}
.checkbox-switch.active .checkbox-animate .checkbox-off {
	display: none;
	opacity: 0;
}
.checkbox-switch.active .checkbox-animate .checkbox-on {
	color: #fff;
}
.checkbox-switch.active .checkbox-animate .checkbox-on {
	display: block;
	opacity: 1;
}
.switch-language {
	display: flex;
	align-items: center;
	position: relative;
}
.menu-sidenav nav li a.flag-icon {
	padding: 0;
	margin-left: 10px;
}
.menu-sidenav nav li a.flag-icon:first-child {
	margin-left: 0;
}
.menu-sidenav nav li a.flag-icon span {
	width: 30px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	font-size: 14px;
}
.menu-sidenav nav li a.flag-icon span i {
	line-height: 0;
}
.menu-sidenav nav li a.flag-icon span.icon-vn {
	background: #e51e1e;
	color: #ffef00;
}
.menu-sidenav nav li a.flag-icon span.icon-jp {
	background: #fff;
	color: #e51e1e;
}
.flat-sidenav.fixed-top.on-scroll .switch-language .icon-jp {
	border: 1px solid #eee;
}
.menu-sidenav nav li a.flag-icon::before {
	content: "";
	left: 0;
}
.menu-sidenav nav li a.flag-icon:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.effect-up {
	animation-name: effect-up;
	-webkit-animation-name: effect-up;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes effect-up {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes effect-up {
	0% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
.heading-page-breadcrumb {
	height: 400px;
	width: 100%;
	position: relative;
}
.breadcrumb-container-inner {
	width: 100%;
	position: relative;
	height: 100%;
	padding: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumb-container-inner h2 {
	font-size: 56px;
	font-weight: 800;
	color: #fff;
	margin: 0;
	transform: translateY(30px);
	text-align: center;
}
.vc_column_container {
	position: relative;
}
.container-elemetor {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.about-1 {
	padding: 0;
	display: flex;
	position: relative;
	justify-content: flex-start;
}
.about-1-img {
	position: relative;
}
.about-1-img img {
	width: 680px;
	max-width: initial;
}
.accordeon-wrap {
	position: relative;
	width: 100%;
	padding: 5rem;
	background: #fff;
	box-shadow: -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 6%);
}
.about-company .table td {
	font-size: 14px;
	border-bottom: 1px dashed #eee;
	vertical-align: middle;
}
.elementor-section {
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0;
}
.elementor-container {
	margin: 0 auto;
}
.card-logo {
	width: 100%;
	height: 100%;
	box-shadow: -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 6%);
}
.card-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo-info {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 100px 0;
	padding-left: 150px;
	padding-right: 70px;
	background: #f7f7f7;
	height: 670px;
}
.text-left-1 {
	display: flex;
	align-items: center;
}
.text-left-1 strong {
	font-weight: 600;
	color: #e19d52;
}
.text-left-1 i {
	color: #eaa659;
	font-size: 30px;
	line-height: 15px;
	margin-right: 20px;
}
.flat-sidenav.fixed-top.on-scroll {
	position: fixed;
	top: 0;
	background: #fff;
	padding: 5px;
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 6%);
}
.flat-sidenav.fixed-top.on-scroll li a {
	color: #282828;
}
@media screen and (max-width:1366px) {
	.accordeon-wrap {
		/* max-width: 865px; */
	}
	.about-company .table td:first-child {
		width: 35%;
	}
	.elementor-container {
		max-width: 100%;
	}
}
.form_contact {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	flex-direction: column;
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}
.form_contact input, .form_contact textarea {
	border: 0;
	outline: 0;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	width: 100%;
	margin-top: 1em;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	resize: none;
	background: #f7f7f7;
	height: 50px;
	font-size: 14px;
}
.form_contact input:focus, .form_contact textarea:focus {
	-moz-box-shadow: 0 0 2px #e74c3c!important;
	-webkit-box-shadow: 0 0 2px #eaa659!important;
	box-shadow: 0 0 2px #eaa659!important;
}
.form_contact textarea {
	height: 126px;
}
.footer {
	position: relative;
}
.footer-form {
	position: relative;
	padding: 100px 0;
	display: block;
	background: #fff;
	background-image: url(../img/form-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	border-style: none;
	margin-bottom: 0;
	width: 100%;
}
.contact-content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}
.form_wrapper {
	padding: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.footer-form-content {
	position: relative;
	text-align: center;
	min-height: 700px;
}
.footer-form-content .section-title {
	display: inline-block;
}
.footer-form-content .section-title h2:before {
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	top: 43px;
}
.footer-form-content .section-title h2:after {
	left: 15px;
	right: 15px;
	width: auto;
}
.form_contact button {
	margin-top: 1rem;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.form_contact button:after {
	border-radius: 6px;
	top: -15px;
}
.form_contact button:hover:after {
	top: 0;
}
.company-info {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	padding-left: 2rem;
	display: flex;
	flex-direction: column;
}
.company-logo {
	display: inline-block;
	margin-bottom: 3rem;
}
.company-logo img {
	max-width: 82px;
}
.company-info-content {
	position: relative;
}
.company-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1rem;
}
.company_contact p {
	display: flex;
	align-items: flex-start;
}
.company_contact p i {
	font-size: 20px;
	margin-right: 15px;
	color: #eaa659;
	line-height: 25px;
}
.process-section {
	position: relative;
	padding: 100px 0;
}
.process-img {
	position: relative;
	overflow: hidden;
	height: 250px;
	padding: 20px 0;
}
.process-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.process-icon {
	display: flex;
	height: 100%;
	position: relative;
	max-width: 75px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.process-icon:before {
	content: "";
	width: 1px;
	background: #ccc;
	display: block;
	margin: 0 auto;
	height: 100%
}
.icon-bi {
	display: inline-flex;
	width: 70px;
	position: absolute;
	height: 70px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: #fff;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #7f7f7f;
	transition: .4s;
}
.row_step {
	transition: .3s;
}
.row_step:hover {
	background: #fff;
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 6%);
}
.row_step:hover .icon-bi {
	background: #eaa659;
	color: #fff;
	border-color: #eaa659;
}
.process-info {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
}
.title-center {
	text-align: center;
	margin-bottom: 3rem;
}
.title-center .section-title h2 {
	display: inline-block;
}
.title-center .section-title h2:before {
	left: calc(50% - 3px);
}
.title-center .section-title h2:after {
	display: none;
}
.title-center .section-title h2 span {
	position: relative;
}
.title-center .section-title h2 span:before {
	content: "";
	height: 2px;
	width: 65px;
	background: #ebab62;
	display: inline-block;
	position: absolute;
	top: 48px;
	left: calc(50% - 75px);
}
.title-center .section-title h2 span:after {
	content: "";
	height: 2px;
	width: 65px;
	background: #ebab62;
	display: inline-block;
	position: absolute;
	top: 48px;
	right: calc(50% - 75px);
}
.process-info-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.process-info-title span {
	font-size: 56px;
	font-weight: 600;
	color: #ccc;
}
.process-info-title .title-4 {
	transition: .3s;
	font-size: 20px;
	font-weight: 500;
	margin-left: 10px;
}
.row_step:hover .process-info-title span, .row_step:hover .title-4 {
	color: #eaa659;
}
.process-info p {
	color: #777;
}
.process-info p.text-sm {
	color: #eaa659;
	font-weight: 500;
}
.section-3 {
	padding: 100px 0;
	background: #f7f7f7;
}
.feature-box-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	font-size: 15px;
}
.feature-box-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #eaa659;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}
.feature-box-wrapper:hover:before {
	top: 15px;
	left: -15px;
}
.feature-wrapper-content {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	font-size: 15px;
	width: 100%;
}
.feature-box-thumb {
	position: relative;
	z-index: 9;
	margin-bottom: 15px;
	padding: 30px;
	display: inline-flex;
	align-items: center;
	margin: 0;
	min-height: 110px;
	height: 100%;
	border-right: 1px solid #eaa659;
	color: #eaa659;
	width: 110px;
}
.feature-box-content {
	position: relative;
	padding: 0 15px;
	width: calc(100% - 110px);
}
.feature-box-thumb span {
	font-size: 45px;
	font-weight: 600;
}
.section-promise .feature-wrapper-content.active {
	background: #eaa659;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	min-height: 150px;
}
.section-promise .feature-wrapper-content.active .feature-box-thumb {
	color: #fff;
	font-size: 45px;
	padding-left: 40px;
}
.section-promise .feature-wrapper-content.active .line-2:before, .section-promise .feature-wrapper-content.active .line:before {
	width: 100%;
}
.section-promise .feature-wrapper-content.active .line-2:after, .section-promise .feature-wrapper-content.active .line:after {
	height: 100%;
}
.flex-center {
	justify-content: center;
}
.section-promise {
	background: url(../img/loi-hua.png) no-repeat top;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}
.section-promise:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(22 31 68 / 50%);
}
.section-3-content {
	position: relative;
}
.promise-right {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
}
.promise-right-content {
	position: relative;
	padding: 3rem;
}
.promise-right-content h3 {
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 2rem;
}
.section-promise .feature-wrapper-content {
	background: rgb(255 255 255 / 35%);
	color: #fff;
}
.section-promise .feature-box-wrapper:before {
	background: 0 0;
}
.section-promise .feature-wrapper-content .feature-box-thumb {
	border-right-color: rgb(241 241 241 / 35%);
	color: #fff;
}
.feature-wrapper-content .line, .feature-wrapper-content .line-2 {
	opacity: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.feature-wrapper-content .line:after, .feature-wrapper-content .line:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	-webkit-transition: all .35s;
	transition: all .35s;
	background: #fff;
	width: 1px;
	height: 1px;
}
.feature-wrapper-content .line-2:after, .feature-wrapper-content .line-2:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	-webkit-transition: all .35s;
	transition: all .35s;
	background: #fff;
	width: 1px;
	height: 1px;
}
.section-promise .feature-box-wrapper:hover .line, .section-promise .feature-box-wrapper:hover .line-2 {
	opacity: 1;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.section-promise .feature-box-wrapper:hover .line-2:before, .section-promise .feature-box-wrapper:hover .line:before {
	width: calc(100% - 20px);
}
.section-promise .feature-box-wrapper:hover .line-2:after, .section-promise .feature-box-wrapper:hover .line:after {
	height: calc(100% - 20px);
}
.section-promise .feature-wrapper-content.active .line, .section-promise .feature-wrapper-content.active .line-2 {
	opacity: 1;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.campaign-block {
	position: relative;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
	display: flex;
	margin-bottom: 40px;
	transition: 2s;
}
.campaign-header {
	width: 40%;
	min-height: 380px;
	position: relative;
	background: #e0effd;
	display: flex;
	align-items: center;
	justify-content: center;
}
.campaign-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.campaign-content {
	padding: 3rem;
	position: relative;
	width: 60%;
}
.campaign-title {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 15px;
	color: #eaa659;
}
.campaign-description {
	font-size: 15px;
}
.footer-content {
	position: relative;
	padding: 70px 0 30px;
	background: #ececec;
}
.footer_inner {
	position: relative;
	padding: 0 2rem;
}
.title-footer {
	font-weight: 600;
	display: block;
	margin-bottom: 1rem;
}
.footer-link {
	position: relative;
}
.footer-link li {
	font-size: 15px;
}
.footer-link li p {
	display: flex;
	align-items: flex-start;
	color: #777;
	margin-bottom: 0;
}
.footer-link li p i {
	margin-right: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #e19d52;
}
.footer-link li a {
	color: #777;
}
.footer-link li a.icon_footer {
	display: inline-flex;
	width: 40px;
	border: 1px solid #777;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 18px;
	transition: .3s;
}
.footer-link li a.icon_footer:hover {
	color: #fff!important;
	background: #eaa659;
	border-color: #eaa659;
}
.footer-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-list li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	border: 1px solid #777;
	margin-right: 10px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.footer-list li a:hover {
	background: #eaa659;
	border-color: #eaa659;
	color: #fff;
}
.footer-bottom {
	position: relative;
	padding: 10px;
	background: #ececec;
	text-align: center;
}
.logo-bottom {
	display: inline-block;
	margin-bottom: 1rem;
}
.logo-bottom img {
	width: 55px;
}
.coppyright {
	font-size: 10px;
	font-weight: 500;
	color: #777;
}
.maps {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .5s;
}
.maps iframe {
	width: 100%;
	height: 100%;
}
.map-form-switcher {
	display: inline-block;
	border: 5px solid rgba(255, 255, 255, .4);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 40px;
	position: relative;
	top: -40px;
	z-index: 4;
}
.switcher-bg {
	background: #fff;
	padding: 15px 36px;
	border-radius: inherit;
}
.switcher-text {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	top: 2px;
}
span.switcher-toggle {
	display: inline-block;
	vertical-align: middle;
	margin: 0 22px;
	border: 1px solid #e8ecef;
	border-radius: 25px;
	background: #ccc;
	width: 70px;
	height: 35px;
	position: relative;
	left: -4px;
	cursor: pointer;
	-webkit-transition: all .45s linear;
	-moz-transition: all .45s linear;
	-ms-transition: all .45s linear;
	-o-transition: all .45s linear;
	transition: all .45s linear;
}
span.switcher-toggle .icon {
	display: block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid #e8ecef;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.b-map-form-holder.active .switcher-toggle {
	background: #e9a556;
}
.b-map-form-holder.active .switcher-toggle .icon {
	left: 100%;
	margin-left: -30px;
}
.b-map-form-holder.active .form_wrapper, .b-map-form-holder.active:before {
	opacity: 0;
	visibility: hidden;
}
.modal-custom {
	position: fixed;
	z-index: 9999;
	background: rgb(0 0 0 / 30%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.modal-custom.open {
	display: block;
}
.alert-modal {
	margin: 70px auto;
	position: relative;
}
.alert-content {
	background: #fff;
	max-width: 400px;
	margin: 0 auto;
	padding: 2rem;
	text-align: center;
	border-radius: 10px;
}
.alert-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	height: 32px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
}
.alert-action a.btn-main {
	background: #eaa659;
	color: #fff;
	border-color: #eaa659;
}
.campaign-header .item {
	position: absolute;
	max-width: 100%;
	margin: 0 0 0 auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	grid-column: span 2;
	-webkit-tap-highlight-color: transparent;
}
.item:nth-of-type(even) {
	margin: 0 auto 0 0;
}
.item:first-of-type {
	grid-column: span 1;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
.item__svg {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	padding: 1rem;
}
.item__clippath, .item__deco, .item__deco_ai, .item__img {
	transform-origin: 50% 50%;
}
.item--style-2 .item__deco {
	fill: #c7e3fc;
}
.item--style-2 .item__deco_ai {
	fill: #ffc107;
}
.item--style-2 .item__deco_indesign {
	fill: #f36;
}
span.icon_svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
	padding: 15px;
	background: 0 0;
	z-index: 1;
	color: #fff;
	transition: .3s;
}
.campaign-header:hover span.icon_svg {
	transition: .3s;
	color: #2da9ff;
	border-color: #2da9ff;
}
.campaign-header:hover span.icon_ai {
	transition: .3s;
	color: #ff9a00;
	border-color: #ff9a00;
}
.campaign-header:hover span.icon_indesign {
	transition: .3s;
	color: #f36;
}
.title-detail {
	font-weight: 700;
	font-size: 25px;
}
.detail-box {
	display: block;
	position: relative;
	border: 1px solid #d5d5d5;
}
.ex-detail {
	background: #010101;
	text-align: center;
	padding: 15px;
}
.ex-detail h4 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-align: left;
	border-left: 5px solid #eaa85d;
	padding-left: 15px;
	font-weight: 600;
}
.mask-set {
	display: flex;
	justify-content: center;
	padding: 2rem;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}
.ex-image {
	padding: 0 15px;
}
.before_process {
	background: #eaa569;
	color: #fff;
}
.ex-image label {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	border-radius: 4px;
}
.after_process {
	background: #eaa659;
	color: #fff;
}
.ex-image ul {
	list-style: disc;
	display: flex;
	flex-wrap: wrap;
}
.ex-image ul li {
	width: 50%;
}
.ex-image ul li p i {
	font-size: 5px;
	color: #eaa659;
	margin-right: 10px;
}
.ex-image ul li p {
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.loader_page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eaa659;
	z-index: 9999;
	-webkit-animation: byeshutter 3s forwards;
	animation: byeshutter 3s forwards;
}
.loader_page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 100%;
	left: calc(50% - 4px);
	width: 0;
	height: 0;
	-webkit-animation: shutteropen 3s forwards;
	animation: shutteropen 3s forwards;
}
.contentScale {
	animation: contentScale 1.7s forwards;
	margin: 0;
}
@keyframes byeshutter {
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
		z-index: -1;
	}
}
@keyframes shutteropen {
	0% {
		transform: scale(0, 0);
		opacity: 1;
	}
	0% {
		width: 0;
		height: 1px;
	}
	50% {
		width: 1px;
		height: 1px;
	}
	90% {
		width: 1000px;
		height: 1000px;
	}
	100% {
		transform: scale(5, 5);
		opacity: 1;
	}
}
100% {
	transform: perspective(800px) scale(1) rotateX(0);
}
.section-inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.example_work_list {
	padding: 1rem;
	flex-wrap: wrap;
	position: relative;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(100px, 1fr));
	z-index: 1;
}
.ex_item {
	position: relative;
}
.ex_item figure {
	position: relative;
	transition: 1s;
}
.ex_item figure:before {
	content: "";
	background: rgb(255 255 255 / 15%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	right: 100%;
	transition: all .5s;
}
.ex_item figure:after {
	content: "";
	background: rgb(255 255 255 / 15%);
	position: absolute;
	top: 100%;
	left: 100%;
	bottom: 0;
	right: 0;
	transition: all .5s;
}
.ex_item:hover figure:before {
	bottom: 0;
	right: 0;
}
.ex_item:hover figure:after {
	top: 0;
	left: 0;
}
.ex_item label {
	background: #eaa569;
	font-weight: 500;
	font-size: 11px;
	color: #fff;
	line-height: 23px;
	border-radius: 3px;
	padding: 0 5px;
	margin-bottom: 5px;
}
.ipad-device {
	display: none;
}
.subtitle-2 {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	padding: 5px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 2;
	background: #fef9f3;
	border-radius: 4px;
}
.subtitle-2 i {
	font-size: 20px;
	color: #eaa659;
	margin-right: 5px;
}
.panel-example {
	position: relative;
	overflow: hidden;
}
.ex_caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(234 165 105 / 30%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ex-image a, .ex_caption button {
	color: #fff!important;
	border: 1px solid #eaa569;
	padding: 5px 15px;
	background: #eaa569;
	outline: 0;
}
.panel-example img {
	transition: .3s;
}
.panel-example:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.panel-example:hover .ex_caption {
	opacity: 1;
	visibility: visible;
}
.nav-content-top {
	margin-top: 5rem;
	position: relative;
}
.nav-content-top ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1024px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.nav-content-top ul li {
	padding: 0 1rem;
	font-size: 20px;
	font-weight: 500;
	width: 25%;
}
.nav-content-top ul li.driver-circle {
	font-size: 6px;
	padding: 0;
	font-weight: 700;
}
.grid-box {
	background: rgb(255 255 255 / 74%);
	border-radius: 0;
	padding: 1.2rem;
	position: relative;
	border: 1px solid #fff;
	width: 100%;
}
.icon-box {
	display: block;
	margin-bottom: 10px;
	font-size: 35px;
}
.title-box {
	font-size: 18px;
}
.icon-box .fa-tags {
	color: #eaa659;
}
.icon-box .fa-users {
	color: #03a9f4;
}
.icon-box .fa-layer-group {
	color: #ff5722;
}
.icon-box .fa-calendar-check {
	color: #4caf50;
}
.carousel {
	padding-top: 0;
	background: rgb(255 255 255 / 50%);
}
.carousel-inner {
	min-height: 75px;
}
.carousel-caption {
	color: #fff;
	top: 50%;
	padding: 0;
}
.carousel-caption h3 {
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #000;
	position: relative;
	display: inline-block;
	background: none;
	z-index: 1;
	margin: 0;
}
.carousel-caption h3 span {
	position: relative;
}
.elementor-work-2 {
	padding: 2rem;
	display: flex;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
	position: relative;
}
.elementor-work-2 .campaign-header {
	width: 100%;
}
.box-container p {margin: 0;}
.elementor-work-2 .campaign-block {
	box-shadow: none!important;
	background: 0 0;
	flex-direction: column;
	align-items: center;
}
.elementor-work-2 .campaign-block .campaign-header {
	background: 0 0!important;
}
.elementor-work-2 .campaign-block .btn-holder {
    margin-top: 0;
}
.section-subtitle {
	font-size: 18px;
	font-weight: 500;
}
.two-column {
	margin-top: 1rem;
}
.single-item {
	position: relative;
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 6%);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
}
.single-item h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.icon-container {
	width: 70px;
	text-align: center;
	font-size: 45px;
}

.box-container {
	width: calc(100% - 80px);
	text-align: left;
}
.icon-container .fa-clipboard-check {
	color: #eaa659;
}

.icon-container .fa-calendar-check {
	color: #06759b;
}
.campaign-block.a3 {
	/* transform: translateX(-80px); */
}
.campaign-block.a2 {
	transform: translateY(-110px);
}
.campaign-block.a1 {
	/* transform: translateX(80px); */
}
.label-box {
	display: flex;
	min-height: 65px;
	background: #eaa659;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.6;
	padding: 10px;
	margin-bottom: 5px;
	font-weight: 600;
}
.ex-image.inner-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.ex-image.inner-list p {
	width: 25%;
}
p.subtitle {
	font-weight: 600;
}
hr.driver-border {
	margin: 2.5rem 0;
	background: #eaa659;
	height: 3px;
	opacity: 1;
}
.banner-wrapper {
	height: 450px;
	position: relative;
	background-size: cover!important;
}
.banner-content {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.banner-text {
	position: relative;
	color: #fff;
	padding-bottom: 3rem;
}
.banner-text h2 {
	font-size: 25px;
	margin-bottom: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
.banner-text p {
	font-size: 15px;
}
.fp-viewing-home-0 .flat-sidenav li a {
	/* color: #fff */
}
.banner-gallery {
	position: relative;
}
.floating-image {
    position: relative;
    width: 100%;
}
.v1 {
	position: absolute;
	top: 100px;
	right: 0;
}
.v1 img {
	max-width: 60px;
}
.v2 {
	position: absolute;
	left: 0;
	top: 115px;
}
.v2 img {
	/* width: 30px; */
}
.v3 {
	position: absolute;
	bottom: -120px;
	right: 100px;
}
.v3 img {
	width: 50px;
}
.v4 {
	position: absolute;
	left: 40%;
	top: 120px;
}
.v4 img {
	/* width: 30px; */
}
.v5 {
	position: absolute;
	top: -100px;
	right: 45%;
}
.v5 img {
	width: 40px;
}
.v6 {
    position: absolute;
    top: -70px;
}
.v7 {
    position: absolute;
    left: -20%;
    top: 50%;
}
.v8 {
    position: absolute;
    top: -150px;
    left: 50%;
}
.title-effect-2 {
	height: 45px;
	position: relative;
	width: 45px;
	margin-bottom: 15px;
	animation: inherit;
	opacity: 1;
}
.title-effect-2 {
	margin-right: 1rem;
	margin-bottom: 0;
}
.title-effect-2 .ellipse {
	width: 100%;
	height: 100%;
	background: #eaa569;
	border-radius: 50%;
	animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
	transform: rotate(0deg);
}
.title-effect-2 i {
	position: absolute;
	top: 14px;
	left: 50%;
	color: #ffffff;
	font-size: 16px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%);
}
.ml-70 {
	margin-left: 70px;
}
.wiget-image {
    position: relative;
    padding: 0rem 3rem;
}

.wiget-image img {
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.wiget-image:before {content: "";position: absolute;content: "";top: 30px;left: 20px;background-color: rgba(255, 255, 255, 0.6);height: calc(100% - 60px);width: calc(100% - 3rem);border-radius: 10px;box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 7%);z-index: -1;}

.wiget-image:after {
    position: absolute;
    content: "";
    top: 60px;
    left: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    height: calc(100% - 120px);
    width: calc(100% - 3rem);
    border-radius: 10px;
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 7%);
    z-index: -2;
}
.pos-3 {
    position: absolute;
    bottom: -28px;
    left: 22%;
}

img.pos-1 {
    position: absolute;
    top: 0;
    right: 10%;
}

img.pos-2 {
    position: absolute;
    top: 50%;
    left: 5%;
}
.testimonials-section {
    margin-top: 5rem;
}

.testimonials-section:before {
    background: #fafaff;
    top: 0;
    content: "";
    left: 0;
    right: 25%;
    position: absolute;
    z-index: 0;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}

.testimonial-carousel {
    position: relative;
    margin-top: 2rem;
}

.testimonial.style-5 {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-img {
    position: relative;
    width: 450px;
    z-index: 1;
}

.testimonial-content {
    width: calc(100% - 400px);
    background: #fff;
    margin-left: -150px;
    border-radius: 10px;
    padding: 50px 50px 50px 200px;
    position: relative;
    box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 5%);
}

.testimonial-img img {
    border-radius: 15px 28% 70% 15px;
}
.text-imporant {
    margin-top: 1.5rem;
    display: inline-flex;
    position: relative;
}

.text-imporant p {
    margin: 0;
    font-size: 18px;
}
.text-imporant p span {
    font-weight:600;
	color:#eaa659;
}
.text-imporant i {
    position: absolute;
    right: 0;
    font-size: 35px;
    color: #eaa659;
    top: -18px;
}

.justify-center {
	justify-content: center;
	align-items: center;
}

.readmore_work .campaign-block {
	flex-direction: column;
	align-items: center;
	box-shadow: none !important;
	margin-bottom: 0;
}
.readmore_work .campaign-block a {
	width:100%;
	display:flex;
	justify-content:flex-end;
}
.readmore_work .campaign-header {
	background: none;
	box-shadow: none;
	min-height: 150px;
	margin: 0 2rem;
	width: 200px;
}

.readmore_work .item__svg {
	height: 200px;
	padding: 0;
}

.readmore_work span.icon_svg {
	font-size: 20px;
	padding: 0;
}
.button-small {
	padding: 10px 15px;
	font-size: 14px;
	letter-spacing: 1px;
}