@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Regular.ttf);
	font-weight: 400;
}
@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Medium.ttf);
	font-weight: 500;
}
@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Bold.ttf);
	font-weight: 600;
}
@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Heavy.ttf);
	font-weight: 700;
}
@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Black.ttf);
	font-weight: 800;
}

@font-face {
	font-family: 'Lato';
	src: url(../../asset/font/Lato-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: 'Motherland-Signature';
	src: url(../../asset/font/NVN-Motherland-Signature.ttf);
	font-weight: 400;
}
@font-face {
	font-family: 'SVN-Aptima';
	src: url(../../asset/font/SVN-Aptima.ttf);
	font-weight: 400;
}
@font-face {
	font-family: 'SVN-Aptima';
	src: url(../../asset/font/SVN-Aptima-Bold.ttf);
	font-weight: 700;
}
.mb-60{margin-bottom:60px!important}.mb-50{margin-bottom:50px!important}.mb-45{margin-bottom:45px!important}.mb-40{margin-bottom:40px!important}.mb-35{margin-bottom:35px!important}.mb-30{margin-bottom:30px!important}.mb-25{margin-bottom:25px!important}.mb-20{margin-bottom:20px!important}.mb-15{margin-bottom:15px!important}.mb-10{margin-bottom:10px!important}.mb-0{margin-bottom:0!important}.mt-50{margin-top:50px!important}.mt-45{margin-top:45px!important}.mt-40{margin-top:40px!important}.mt-35{margin-top:35px!important}.mt-30{margin-top:30px!important}.mt-25{margin-top:25px!important}.mt-20{margin-top:20px!important}.mt-15{margin-top:15px!important}.mt-10{margin-top:10px!important}.mt-0{margin-top:0!important}.pb-50{padding-bottom:50px!important}.pb-45{padding-bottom:45px!important}.pb-40{padding-bottom:40px!important}.pb-35{padding-bottom:35px!important}.pb-30{padding-bottom:30px!important}.pb-25{padding-bottom:25px!important}.pb-20{padding-bottom:20px!important}.pb-15{padding-bottom:15px!important}.pb-10{padding-bottom:10px!important}.pb-0{padding-bottom:0!important}.pt-50{padding-top:50px!important}.pt-45{padding-top:45px!important}.pt-40{padding-top:40px!important}.pt-35{padding-top:35px!important}.pt-30{padding-top:30px!important}.pt-25{padding-top:25px!important}.pt-20{padding-top:20px!important}.pt-15{padding-top:15px!important}.pt-10{padding-top:10px!important}.pt-0{padding-top:0!important}.youtube{position:relative;padding-bottom:56.25%;height:0}.youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.description-detail img{max-width:100%!important;height:auto!important}
body{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	background: #181D24;
}
a {
	-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
a:hover, a:focus {
	text-decoration: none;
	background: -webkit-linear-gradient(0deg, #e1b65d, #e8d98a 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	outline: none;
}
.row{
	margin-left: -12px;
	margin-right: -12px;
}
[class*="col-xs-"] {
	padding-left: 12px;
	padding-right: 12px;
}
header {
	background: transparent;
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 0;
}
header ul {
	margin: 0;
}
.logo-header {
	padding: 10px 0;
}
.logo-header img {
	max-height: 46px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #F5D083;
	border-color: #F5D083;
}
.main-nav li {
	float: left;
}
.main-nav > li > a {
	text-transform: uppercase;
	font-size: 15px;
	padding: 26px 20px 10px 20px;
	display: block;
	font-weight: 700;
	position: relative;
}
.main-nav li a img {
	max-height: 18px;
	position: relative;
	margin-top: -2px;
}
.main-nav > li.has-sub > ul, .main-nav > li.has-sub form ul {
	position: absolute;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	min-width: 190px;
	-webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -ms-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in;
	max-width: 250px;
	top: 150px;
}
.main-nav > li.has-sub > ul ul{
	position: absolute;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	min-width: 190px;
	-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
	left: calc(100% - 1px);
}
.main-nav > li.has-sub:hover > ul, .main-nav > li.has-sub:hover form ul {
	opacity: 1;
	visibility: visible;
	top: 90px;
}
.main-nav > li li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.main-nav > li.has-sub ul li{
	float: none;
}
.main-nav > li.has-sub ul li a{
	padding: 2px 16px;
	font-size: 14px;
	text-transform: none;
	color: #fff;
	display: block;
	position: relative;
}
/*.main-nav > li:hover > a:after {
	position: absolute;
	width: calc(100% - 32px);
	left: 16px;
	bottom: 50px;
	content: '';
	height: 0;
	border-bottom: 2px solid #fff;
}
.main-nav > li:hover li:hover a:after {
	position: absolute;
	width: calc(100% - 32px);
	left: 16px;
	bottom: 0;
	content: '';
	height: 0;
	border-bottom: 1px solid #fff;
}*/
footer {
	background-image: url("../img/bg-footer.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 80px 0;
}
footer h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px 0;
}
footer .item:not(:last-child) {
	margin-bottom: 20px;
}
footer .sub-value {
	color: #99999C;
}
footer li a {
	color: #fff;
	-webkit-text-fill-color: unset;
	display: block;
}
footer li:not(:last-child) a {
	margin-bottom: 10px;
}
.f-powered {
	text-align: center;
	padding: 26px 0 24px 0;
	background: #080B0F;
	font-size: 14px;
	color: #dfdfdf;
}
.logo-footer {
	max-width: 240px;
}
section.box{
	padding: 50px 0;
	overflow: hidden;
}
.box .box-title, .box-heading {
	position: relative;
	margin: 0;
	font-family: 'SVN-Aptima';
	font-size: 45px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
}
.box .box-title.white, .box-heading.white {
	position: relative;
	margin: 0;
	font-family: 'SVN-Aptima';
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: unset;
	line-height: 1.4;
}
.box-heading-ms {
	font-family: 'Motherland-Signature';
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	line-height: 2.1;
	margin: 0;
}
.btn-primary {
	color: #fff;
	background: #1C80A4;
	border-color: #1C80A4;
	padding: 5px 20px;
	border-radius: 0;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
	display: inline-block;
	margin: 10px 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #187199 !important;
	border-color: #187199 !important;
}
.owl-prev, .owl-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.owl-prev{
	left: -50px;
}
.owl-next{
	right: -50px;
}
.img img{
	-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;
}
.img-zoom img {
	-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;
}
.img-zoom {
	overflow: hidden;
}
.img:hover img{
	opacity: .8;
}
.img-zoom:hover img{
	transform: scale(1.07);
}
.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px;
	background: #A9C078;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 3px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	padding: 1px;
	border: 1px solid #1C80A4;
	width: 18px;
	height: 18px;
	position: relative;
}
.owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
	background: #1C80A4;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-] {
	background: transparent !important;
	color: #000;
	font-size: 50px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: initial;
}
.owl-prev img, .owl-next img {
	width: 32px;
}
.t-gd {
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.b-gd {
	position: relative;
}
.b-gd::after {
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 bottom: 0px;
	 left: 0;
	 background: linear-gradient(180deg, rgba(24, 29, 36, 0) 80%, rgba(24, 29, 36, 0.84) 90%, #181D24 99%);
	 pointer-events: none;
}
.full-width {
	width: 100%;
}
.box-introduce {
	position: relative;
	overflow: unset;
	overflow: unset !important;
	background-image: url("../img/bg-multi-line.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 0 !important;
}
.box-introduce:before {
	position: absolute;
	content: '';
	background-image: url(../img/bg-home-intro.png);
	background-repeat: no-repeat;
	width: 196px;
	height: 392px;
	left: -34px;
	top: 25%;
	pointer-events: none;
	background-position: left;
}
.box-introduce .large-title {
	font-family: 'SVN-Aptima';
	font-size: 90px;
	text-transform: uppercase;
	position: relative;
	margin-top: -190px;
	line-height: 1.4;
}
.box-introduce .box-heading-ms {
	margin-top: 80px;
}
.box-introduce .description-detail {
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 300;
}
.box-introduce .view-more {
	margin-bottom: 90px;
}
.box-introduce .right {
	padding: 0 30px;
}
.link-more {
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 1px solid #938D6E;
	padding-bottom: 6px;
	font-weight: 600;
}
.link-more img {
	height: 11px;
	margin-left: 6px;
}
.box-service-latest {
	padding-bottom: 100px !important;
}
.box-service-latest .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	margin-top: 50px;
}
.box-service-latest .row {
	margin-left: -20px;
	margin-right: -20px;
}
.box-service-latest .item {
	padding: 10px;
	position: relative;
}
.box-service-latest .item .img-w {
	position: relative;
}
.box-service-latest .item .img-w:before {
	transition: all .4s ease;
}
.box-service-latest .item .img-w:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .4);
}
.box-service-latest .item:before {
	position: absolute;
	content: '';
	transition: all .8s ease;
	background: rgb(162,138,72);
	background: linear-gradient(164deg, rgba(162,138,72,1) 0%, rgba(240,235,171,1) 54%, rgba(162,138,72,1) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.box-service-latest .item:hover:before {
	opacity: 1;
}
.box-service-latest .item:hover:before {
	opacity: 1;
}
.box-service-latest .item:hover .img-w:before {
	opacity: 0;
}
.box-service-latest .item .name {
	position: absolute;
	width: 60%;
	bottom: 40px;
	left: 20%;
	margin: 0;
}
.box-service-latest .item .name h4 {
	margin: 0;
}
.box-service-latest .item .name h4 a {
	font-family: 'SVN-Aptima';
	font-size: 26px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	font-weight: bold;
}
.box-service-latest .item .order {
	pointer-events: none;
	position: absolute;
	left: 10px;
	top: 50px;
	height: 60px;
}
.box-service-latest .item .order img {
	height: 60px;
}
.box-space-featured {
	background-color: #59413E;
	background-image: url("../img/bg-grid.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 100px !important;
}
.box-space-featured .item {
	position: relative;
	padding: 100px;
	transition: all .5s ease;
}
.box-space-featured .item .img{
	position: relative;
	transition: all .4s ease;
}
.box-space-featured .item .img:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .4);
}
.box-space-featured .item .img:hover img{
	opacity: 1;
}
.box-space-featured .box-content {
	width: calc(100% + 30%);
	margin-left: -15%;
}
.box-space-featured .slick-center {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	transform: scale(1.25);
}
.box-space-featured .item .info {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	text-align: center;
	transition: all .4s ease;
}
.box-space-featured .item:not(.slick-center) .info {
	opacity: 0;
}

.box-space-featured .item .info .category {
	font-family: 'SVN-Aptima';
	font-size: 48px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
	white-space: nowrap;
}
.box-space-featured .item .info h4 a {
	font-family: 'SVN-Aptima';
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: bold;
}
.box-space-featured .item .info .pos a {
	font-family: 'SVN-Aptima';
	text-transform: uppercase;
}
.slick-prev,
.slick-next{
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 1;
	transform: translateY(-50%);
	height: 46px;
}
.slick-prev {
	left: calc(15%);
}
.slick-next {
	right: calc(15%);
}
.box-video-embed {
	padding: 0 !important;
}
.box-video-embed .icon-player {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	transition: all .4s ease;
	opacity: 1 !important;
	z-index: 2;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.box-video-embed:hover .icon-player {
	transform: scale(1.2);
}
.box-why-choose-us {
	background-image: url("../img/bg-grid-v.png");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 60px 0 100px 0 !important;
}
.box-why-choose-us .box-title  {
	margin-bottom: 90px;
}
.box-why-choose-us .box-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-why-choose-us .box-content .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(57% - 50px);
}
.box-why-choose-us .box-content .left .img-l {
	width: calc(45% - 15px);
}
.box-why-choose-us .box-content .left .img-r {
	width: calc(55% - 15px);
}
.box-why-choose-us .box-content .left .img-r .img-r-1 {
	margin-bottom: 30px;
	max-width: 80%;
}
.box-why-choose-us .box-content .right {
	width: calc(43% - 50px);
}
.box-why-choose-us .box-content .box-info {
	display: flex;
	flex-flow: row wrap;
}
.box-why-choose-us .box-content .box-info .item {
	margin-bottom: 20px;
}
.box-why-choose-us .box-content .box-info .item .info {
	font-size: 64px;
	font-weight: 700;
}
.box-why-choose-us .box-content .box-info .item .info span + span {
	margin-left: -10px;
}
.box-why-choose-us .box-content .box-info .item .description {
	position: relative;
	top: -10px;
	font-weight: 300;
}
.box-why-choose-us .box-content .box-info .item:nth-child(1) {
	width: 100%;
}
.box-why-choose-us .box-content .box-info .item:nth-child(1) .info {
	width: 100%;
	font-size: 92px;
}
.box-why-choose-us .box-content .box-info .item:nth-child(2) {
	margin-right: 50px;
}
.box-why-choose-us .view-more {
	margin-top: 20px;
}
.box-contact {
	background-size: cover;
	background-repeat: no-repeat;
}
.box-contact .box-contact-wrap {
	max-width: 570px;
	position: relative;
	margin: 50px auto;
	padding: 40px 80px;
}
.box-contact .box-contact-wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.8);
	pointer-events: none;
}
.box-contact .box-contact-wrap button {
	background: transparent;
	border: 0 !important;
	outline: none !important;
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
	padding: 0;
}
.box-contact .box-contact-wrap button img {
	height: 18px;
	margin-left: 10px;
}
.box-contact .box-contact-wrap input, .box-contact .box-contact-wrap textarea {
	border: 0;
	background: transparent;
	box-shadow: 0 0 0;
	border-bottom: 1px solid #BCBAB8;
	border-radius: 0;
	padding: 10px 0;
	margin-bottom: 20px;
}
.banner-head-page-about {
	position: relative;
}
.banner-head-page-about .box-heading {
	margin-bottom: 40px;
}
.banner-head-page-about .info {
	position: absolute;
	max-width: 900px;
	top: 40%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.banner-head-page-about .info .description {
	font-weight: 300;
}
.box-vision-about {
	background-color: #f9f0ec;
	background-image: url(../img/bg-grid.png);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 0 100px !important;
	overflow: unset !important;
}
.box-vision-about .banner {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	margin-top: -238px;
}
.box-vision-about .banner .title {
	font-style: italic;
	color: #000;
	margin-top: 20px;
}
.box-vision-about .info {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.box-vision-about .box-title {
	max-width: 860px;
	margin: 30px auto;
	-webkit-text-fill-color: unset;
	color: #BE8856;
}
.box-vision-about .description {
	color: #000;
}
.box-vision-about .owl-prev img, .box-vision-about .owl-next img {
	width: 44px;
}
.box-vision-about .owl-prev {
	left: -80px;
}
.box-vision-about .owl-next {
	right: -80px;
}
.box-value-about {
	background-image: url(../img/bg-about-value-1.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 80px 0 !important;
}
.box-value-about .description-detail {
	margin-top: 20px;
	margin-bottom: 60px;
}
.box-value-about .content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.box-value-about .content .item {
	width: calc(33.33% - 27px);
	position: relative;
}
.box-value-about .info {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	padding: 40px;
}
.box-value-about .item:before {
	position: absolute;
	content: '';
	background: rgba(0,0,0, .15);
	transition: all .4s ease;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box-value-about .info .title {
	font-family: 'SVN-Aptima';
	font-size: 24px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
	font-weight: bold;
}
.box-value-about .info-h {
	opacity: 0;
	transition: all .4s ease;
}
.box-value-about .info-d {
	transition: all .4s ease;
}
.box-value-about .item:hover:before {
	background: #59413E;
}
.box-value-about .item:hover .info-h {
	opacity: 1;
}
.box-value-about .item:hover .info-d {
	opacity: 0;
}
.box-value-about .item .description {
	margin-top: 15px;
}
.box-eco-system {
	background-image: url(../img/bg-about-value-2.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 100px 0 !important;
}
.box-eco-system .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #A6A2A1;
	padding: 50px 0;
}
.box-eco-system .item > div{
	width: calc(50% - 50px);
}
.box-eco-system .item .description {
	margin-top: 15px;
	transition: all .4s ease;
	opacity: 0;
}
.box-eco-system .item .description.active {
	opacity: 1;
}
.box-news-option {
	background: #59413E;
	padding: 80px 0 100px 0 !important;
}
.box-news-option .box-title {
	margin-bottom: 50px;
}
.box-news-option .item .info {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 40px 40px 40px;
	z-index: 1;
}
.box-news-option .item .info h4 {
	margin: 0;
}
.box-news-option .item .info h4 a {
	font-family: 'SVN-Aptima';
	font-size: 22px;
	color: #fff;
	-webkit-text-fill-color: unset;
}
.box-human-about {
	background: #F9F0EC;
	padding-top: 80px !important;
}
.box-human-about .box-title {
	margin: 0 0 50px 0;
	-webkit-text-fill-color: unset;
	color: #BE8856;
}
.box-human-about .item-wrap {
	display: flex;
	justify-content: space-between;
}
.box-human-about .item-wrap .img-1 {
	width: calc(24% - 30px);
}
.box-human-about .item-wrap .img-2 {
	width: calc(48% - 30px);
}
 .box-human-about .item-wrap .img-3 {
	width: calc(28% - 30px);
}
.box-human-about .item-wrap .img-it .title {
	font-style: italic;
	color: #000;
	margin-top: 11px;
}
.box-human-about .item-wrap .img-1 {
	padding-top: 5%;
}
.box-human-about .item-wrap .img-3 {
	padding-top: 16%;
}
.box-human-about .owl-prev {
	left: 30px;
}
.box-human-about .owl-next {
	right: 30px;
}
.box-human-about .owl-prev img, .box-human-about .owl-next img {
	width: 44px;
}
.banner-head-page-service {
	position: relative;
}
.banner-head-page-service .box-heading {
	font-size: 54px;
}
.banner-head-page-service .info {
	position: absolute;
	top: 35%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
}
.banner-head-page-recruitment {
	position: relative;
}
.banner-head-page-recruitment .info {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
}
.box-information-service-page .item {
	display: none;
	padding: 50px 60px 0 !important;
}
.box-information-service-page .item.active {
	display: block;
}
.box-information-service-page .item-wrap {
	display: flex;
	justify-content: space-between;
}
.box-information-service-page .item-wrap .left {
	width: calc(38% - 50px);
	position: relative;
}
.box-information-service-page .item-wrap .right {
	width: calc(62% - 50px);
}
.box-information-service-page .all-service {
	display: flex;
	color: #FEF2B3;
	margin-bottom: 60px;
}
.box-information-service-page .all-service .sr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid transparent;
	text-align: center;
	padding-top: 9px;
	position: relative;
	transition: all .4s ease;
	cursor: pointer;
}
.box-information-service-page .all-service .sr:hover {
	border: 1px solid #FEF2B3;
}
.box-information-service-page .all-service .sr.active {
	margin-right: 50px;
	border: 1px solid #FEF2B3;
}
.box-information-service-page .all-service .sr.active:after {
	position: absolute;
	content: '';
	width: 40px;
	height: 0;
	border-top: 1px solid #FEF2B3;
	left: 100%;
	top: 18px;
}
.box-information-service-page .box-title {
	max-width: 260px;
}
.box-information-service-page .view-more {
	position: absolute;
	bottom: 5px;
	left: 0;
}
.box-space-featured2-top {
	background-image: url(../img/bg-multi-line.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 350px 0 60px 0 !important;
}
.box-space-featured2 {
	background: #59413E;
	padding: 100px 0 !important;
}
.box-space-featured2 .box-content {
	display: flex;
	justify-content: space-between;
}
.box-space-featured2 .box-content .item {
	width: calc(33.33% - 25px);
}
.box-space-featured2 .box-content .item h4 {
	margin: 0 0 30px;
}
.box-space-featured2 .box-content .item h4 a {
	font-family: 'SVN-Aptima';
	font-size: 22px;
	color: #fff;
	display: block;
}
.box-space-featured2 .box-content .item .img-zoom {
	position: relative;
}
.box-space-featured2 .box-content .item .img-zoom .view-detail {
	position: absolute;
	content: '';
	transition: all .4s ease;
	width: 40px;
	height: 62px;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}
.box-space-featured2 .box-content .item:hover .img-zoom .view-detail {
	opacity: 1;
}
.title-header-page {
	position: relative;
	margin-top: -200px;
}
.title-header-page .box-heading {
	font-family: 'SVN-Aptima';
	font-size: 90px;
	text-transform: uppercase;
	line-height: 1.4;
	max-width: 600px;
}
.service-design-consultancy {
	display: flex;
	margin: 100px 0;
}
.service-design-consultancy > div{
	width: 50%;
}
.service-design-consultancy .right .info {
	padding-left: 100px;
	max-width: 570px;
}
.service-attention {
	margin: 100px 0;
}
.service-attention .box-heading {
	margin-bottom: 50px;
}
.service-implementation-process .box-heading {
	margin-bottom: 50px;
}
.implementation-process-content .top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.implementation-process-content .top .item {
	width: 210px;
	height: 210px;
	border: 1px solid #FADD94;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.implementation-process-content .top .item span {
	display: block;
	max-width: 140px;
}
.implementation-process-content .top .item.active {
	background: rgb(246,213,136);
	background: linear-gradient(164deg, rgba(246,213,136,1) 0%, rgba(254,240,177,1) 100%);
	font-family: 'SVN-Aptima';
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	width: 260px;
	height: 260px;
}
.implementation-process-content .bottom {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.implementation-process-content .bottom .content {
	display: none;
}
.implementation-process-content .bottom .content.active {
	display: block;
}
.implementation-process-content .bottom .content .title {
	font-family: 'SVN-Aptima';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	margin-bottom: 20px;
}
.space-category-header {
	padding: 120px 0 30px 0;
}
.box-category-space {
	text-align: center;
}
.box-category-space ul {
	max-width: 680px;
	margin: 20px auto;
}
.box-category-space ul li {
	display: inline-block;
}
.box-category-space ul li a {
	border: 1px solid #68604a;
	border-radius: 50px;
	padding: 5px 13px;
	display: inline-block;
	margin: 8px;
	font-size: 13px;
}
.box-category-space ul li a.active {
	background: rgb(246,213,136);
	background: linear-gradient(164deg, rgba(246,213,136,1) 0%, rgba(254,240,177,1) 100%);
	color: #000;
	-webkit-text-fill-color: unset;
}
.box-space-wrap {
	background: transparent;
	padding: 0 0 50px 0 !important;
}
.box-space-wrap .box-content {
	display: flex;
	justify-content: left;
	flex-flow: row wrap;
}
.box-space-wrap .box-content .item {
	margin-bottom: 40px;
}
.box-space-wrap .box-content .item:not(:nth-child(3n + 1)){
	margin-left: 36px;
}
.space-detail-header {
	padding: 150px 0 50px 0;
}
.space-detail-image-top .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.space-detail-image-top .img-1 {
	margin-bottom: 4px;
    width: calc(50% - 2px);
}
.space-detail-image-top .img-2 {
	width: calc(50% - 2px);
	margin-bottom: 4px;
}
.space-detail-image-top .img-3 {
	width: 100%;
	margin-bottom: 4px;
}
.space-detail-image-top .img-4 {
	margin-bottom: 4px;
    width: calc(50% - 2px);
}
.space-detail-image-top .img-5 {
	width: calc(50% - 2px);
	margin-bottom: 4px;
}
.space-detail-description {
	background: #59413E;
	padding: 100px 0;
}
.space-detail-description {
	background: #59413E;
	padding: 100px 0;
}
.space-detail-description .top {
	margin-bottom: 100px;
}
.space-detail-description .bottom {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.space-detail-description .img-item {
	margin-bottom: 4px;
	width: calc(50% - 2px);
}
.space-detail-description .img-item:nth-child(3n) {
	width: 100%;
}
.space-detail-next {
	position: relative;
}
.space-detail-next .content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 100px 0;
}
.space-detail-next .content .bottom {
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
}
.space-detail-next .content .bottom-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.space-detail-next .content .bottom-wrap .left {
	width: 60%;
}
.space-detail-next .content .bottom-wrap .right {
	width: 40%;
}
.link-more-bt {
	-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-text-fill-color: unset;
	color: #000;
	border-radius: 50px;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.link-more-bt img {
	height: 15px;
	margin-left: 5px;
}
.link-more-bt:hover {
	background: -webkit-linear-gradient(0deg, #e3ba64, #e3d68f 50%);
	-webkit-text-fill-color: unset;
	color: #000;
	border-radius: 50px;
}
.box-news-category-featured {
	overflow: hidden;
}
.box-news-category-featured .item {
	position: relative;
}
.box-news-category-featured .info {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
.box-news-category-featured .info .view-more img{
	width: unset !important;
	display: inline-block;
}
.box-news-category-featured .info .view-more .link-more {
	border: 1px solid #e3ba64;
	border-radius: 50px;
	padding: 7px 20px 5px;
	font-size: 13px;
	margin-top: 20px;
	display: inline-block;
}
.box-news-category-featured .owl-dots {
	text-align: left;
}
.box-news-category-featured .owl-dot span {
	width: 30px !important;
	height: 2px !important;
	margin: 5px !important;
	background: #af9c76 !important;
	display: block !important;
	transition: opacity .2s ease !important;
	border-radius: 0 !important;
	border: none !important;
}
.box-news-category-featured .owl-dot.active span {
	display: none;
	height: 4px !important;
	background: #e3ba64 !important;
}
.box-news-category-featured .owl-dot span:before {
	display: none !important;
}
.box-news-category-featured .owl-dot.active span:before {
	display: none;
}
.box-news-category-featured .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	width: 1140px;
	left: 50%;
	position: absolute;
	z-index: 1;
	transform: translateX(-50%);
	bottom: 40px;
}
.box-news-category-categories .wrap {
	display: flex;
	align-items: center;
	margin: 60px 0;
}
.box-news-category-categories .wrap .item {
	margin-right: 30px;
}
.box-news-category-categories .wrap .item a {
	display: inline-block;
	font-family: 'SVN-Aptima';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	-webkit-text-fill-color: unset;
	padding-bottom: 3px;
}
.box-news-category-categories .wrap .item a.active, .box-news-category-categories .wrap .item a:hover {
	display: inline-block;
	font-family: 'SVN-Aptima';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 1px solid #F5D083;
}
.box-news-wrap {
	display: flex;
	flex-flow: row wrap;
}
.box-news-wrap .news-item {
	width: calc(33.33% - 27px);
	margin-left: 40px;
}
.box-news-wrap .news-item:nth-child(3n + 1) {
	margin-left: 0;
}
.box-news-wrap .news-item {
	position: relative;
	margin-bottom: 40px;
}
.news-item .info {
	position: absolute;
	bottom: 0;
	padding: 0 30px 30px;
	z-index: 2;
}
.news-item .info a {
	display: inline-block;
	font-family: 'SVN-Aptima';
	font-size: 24px;
	color: #fff;
	-webkit-text-fill-color: unset;
	font-weight: bold;
}
.box-news-category-list {
	margin-bottom: 100px;
}
.box-news-detail-header {
	padding: 150px 0 100px 0;
}
.box-news-detail-header .date-added {
	margin-bottom: 20px;
}
.box-news-detail-content {
	margin: 100px 0;
}
.box-news-detail-content .content {
	padding-right: 60px;
}
.box-news-detail-content .content {
	font-weight: 300;
}
.box-news-detail-content .content .share-box {
	display: flex;
	margin-top: 50px;
}
.box-news-detail-content .content .share-box .text {
	font-weight: 500;
	margin-right: 80px;
	position: relative;
	padding-top: 6px;
}
.box-news-detail-content .content .share-box .text:after {
	position: absolute;
	content: '';
	top: 17px;
	left: 50px;
	width: 40px;
	height: 0;
	border-bottom: 1px solid #F5D083;
}
.box-news-detail-content .content .share-box .list-social-share a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid transparent;
	display: inline-block;
	text-align: center;
	padding-top: 4px;
}
.box-news-detail-content .content .share-box .list-social-share a:hover {
	border: 1px solid #F5D083;
}
.box-sidebar-news-featured .sidebar-title {
	display: inline-block;
	font-family: 'SVN-Aptima';
	font-size: 18px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.box-sidebar-news-featured .news-item {
	margin-bottom: 30px;
}
.box-sidebar-news-featured .news-item .info {
	padding: 0 10px 10px;
}
.box-sidebar-news-featured .news-item .info a {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	-webkit-text-fill-color: unset;
}
.box-sidebar-categories-news {
	margin-top: 60px;
}
.box-sidebar-categories-news a {
	display: block;
	font-family: 'SVN-Aptima';
	font-size: 16px;
	text-transform: uppercase;
	-webkit-text-fill-color: unset;
	margin: 10px 0 20px 0;
	font-weight: bold;
	border-bottom: 1px solid #5A5D62;
	color: #fff;
	padding-bottom: 5px;
}
.box-sidebar-categories-news a:hover {
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box-news-detail-related {
	background: #F9F0EC;
	padding: 80px 0;
}
.box-news-detail-related .box-heading {
	color: #C6966B;
	-webkit-text-fill-color: unset;
	margin-bottom: 40px;
}
.box-join {
	background-image: url("../img/bg-rec-header.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 120px 0 100px 0 !important;
}
.box-join .content {
	max-width: 850px;
	margin: 50px auto 0 auto;
}
.box-join .content .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.box-join .content .item > div{
	width: calc(50% - 30px);
}
.box-join .content .left h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
}
.box-join .content .left .dir {
	border-bottom: 1px solid #969696;
	width: 100px;
}
.box-join .content .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box-join .content .right {
	font-weight: 300;
	font-size: 14px;
}
.box-recruitment-featured {
	background: #F9F0EC;
	padding: 100px 0 !important;
}
.box-recruitment-featured .box-title {
	margin-bottom: 40px;
	color: #C6966B;
	-webkit-text-fill-color: unset;
}
.box-recruitment-featured .box-content {
	display: flex;
	align-items: center;
}
.box-recruitment-featured .box-content .item {
	width: calc(33% - 24px);
	margin-left: 40px;
}
.box-recruitment-featured .box-content .item:nth-child(3n + 1) {
	margin-left: 0;
}
.box-recruitment-featured .box-content .item h4 a {
	-webkit-text-fill-color: unset;
	color: #000;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 24px;
}
.recruitment-category-position {
	background: #59413E;
	padding: 100px 0;
}
.recruitment-category-position .box-heading {
	margin-bottom: 20px;
}
.recruitment-item {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.recruitment-item .title {
	width: 60%;
}
.recruitment-item .title a {
	-webkit-text-fill-color: unset;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 500;
	padding-left: 40px;
	border-left: 2px solid #AEA2A0;
}
.recruitment-item .info {
	width: 40%;
	display: flex;
	justify-content: space-between;
}
.recruitment-item .position {
	font-size: 22px;
	font-weight: 600;
	color: #DCAC7E;
}
.recruitment-item .view-more a {
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-text-fill-color: unset;
	color: #000;
	border-radius: 50px;
	display: inline-block;
	padding: 8px 15px 4px;
	text-transform: uppercase;
}
.recruitment-item .view-more a img {
	height: 10px;
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.recruitment-detail-featured .box-recruitment-featured {
	background: transparent;
}
.recruitment-detail-featured .box-recruitment-featured .box-heading {
	margin-bottom: 50px;
}
.recruitment-detail-featured .box-recruitment-featured .box-content .item h4 a {
	color: #fff;
	font-weight: 500;
}
.recruitment-detail-content {
	background: #F9F0EC;
	color: #000;
	padding: 80px 0;
}
.recruitment-detail-content .recruitment-detail {
	max-width: 750px;
	margin: 0 auto;
}
.recruitment-detail-form {
	background: #59413E;
	padding: 100px 0;
}
.recruitment-form-apply {
	max-width: 570px;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
}
.topic__wrap__box {
	position: relative;
}
.topic__wrap__box .selected {
	position: relative;
	outline: 0 !important;
	margin-top: 8px;
	border-radius: 0;
	height: 44px;
	padding: 12px 20px 4px;
	background: #fff;
	display: block;
	color: #777;
	text-transform: uppercase;
}
.topic__wrap__box .selected.has-item {
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	color: #000;
}
.topic__wrap__box .selected.is-active {
	color: #000;
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
}
.custom-select-opener:before, .custom-select-opener:after {
	content: "";
	display: block;
	position: absolute;
	right: 16px;
	margin: auto;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
}
.custom-select-opener:before {
	top: -7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #222;
}
.custom-select-opener:after {
	top: 7px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #222;
}
/*.topic__wrap__box .custom-select-opener.has-item:before {
	border-bottom: 5px solid #fff;
}
.topic__wrap__box .custom-select-opener.has-item:after {
	border-top: 5px solid #fff;
}*/
/*.custom-select-opener.is-active:before {
	border-bottom: 5px solid #fff;
}
.custom-select-opener.is-active:after {
	border-top: 5px solid #fff;
}*/
.custom-select-data {
	background: #fff;
	max-height: 0;
	display: block;
	overflow-y: auto;
	transition: max-height 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	position: relative;
}
.custom-select-data.is-active {
	max-height: 180px;
}
.custom-select-data-item {
	padding: 8px 20px;
}
.custom-select-data-item:hover {
	outline: none;
	background: #e8e8e8;
}
.cv-upload {
	position: relative;
	height: 44px;
	padding-top: 2px;
	cursor: pointer;
	background: #fff;
	padding-left: 20px;
}
.cv-upload:after {
	position: absolute;
	width: 23px;
	height: 22px;
	content: '';
	background: url("../img/ic-attach.png");
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
}
.cv-upload .description{
	font-size: 12px;
	color: #000;
}
.recruitment-form-apply input, .recruitment-form-apply textarea {
	background: #fff;
	color: #000;
	min-height: 44px;
	border: none;
	padding: 10px 20px 6px;
	box-shadow: 0 0 0 !important;
	border-radius: 0;
}
.recruitment-form-apply .text-danger {
	font-size: 14px;
	margin-bottom: 16px;
	color: #ff8888;
}
.button-recruitment-apply {
	margin-bottom: 30px;
	margin-top: 30px;
}
.button-recruitment-apply a {
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-text-fill-color: unset;
	color: #000;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 30px 6px;
	text-transform: uppercase;
}
.button-recruitment-apply a img {
	height: 10px;
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.contact-page-wrap {
	padding: 120px 0 100px 0;
}
.contact-page-wrap .box-heading-ms {
	position: relative;
	margin-left: -60px;
}
.contact-page-wrap .box-heading {
	position: relative;
	margin-left: 60px;
	margin-bottom: 30px;
}
.contact-page-wrap .description-detail {
	text-align: center;
	font-weight: 300;
	margin-bottom: 80px;
}
.contact-page-wrap .contact-page-form {
	max-width: 750px;
	margin: 0 auto;
}
.form-h-item {
	margin-bottom: 40px;
}
.form-h-item .title {
	font-weight: 300;
}
.form-h-item input, .form-h-item textarea, .form-h-item select {
	border-radius: 0;
	box-shadow: 0 0 0 !important;
	border: 0;
	border-bottom:  1px solid #AC8867 !important;
	font-weight: 500;
	background: transparent;
	color: #AC8867;
	outline: none !important;
}
.form-h-item select option {
	color: #000;
}
.contact-page-form .row {
	margin-left: -20px;
	margin-right: -20px;
}
.contact-page-form .col-xs-12 {
	padding-left: 20px;
	padding-right: 20px;
}
.button-submit-gd {
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-text-fill-color: unset;
	color: #000;
	border-radius: 50px;
	display: inline-block;
	padding: 12px 20px 8px;
	text-transform: uppercase;
	outline: none !important;
	border: none;
}
.button-submit-gd img {
	height: 10px;
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.ct-form-success {
	color: #000;
	background: transparent;
	z-index: 11111;
	position: relative;
}
.box-contact-map {
	position: relative;
	display: flex;
}
.box-contact-map iframe {
	width: 100%;
	height: 600px;
}
.box-contact-map .contact-info {
	position: absolute;
	width: 480px;
	max-width: 100%;
	padding: 30px;
	top: 20px;
	background: #fff;
	color: #001640;
	font-weight: 500;
	font-size: 13px;
	left: 30px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.box-contact-map .contact-info .title {
	position: relative;
	margin: 0 0 12px 0;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: 'SVN-Aptima';
	color: #C6966B;
	-webkit-text-fill-color: unset;
	font-weight: bold;
}
.box-contact-map .contact-info li {
	margin-top: 3px;
	padding-left: 12px;
	position: relative;
}
.box-contact-map .contact-info li:before {
	position: absolute;
	width: 4px;
	height: 4px;
	content: '';
	background: #001640;
	border-radius: 50%;
	left: 0;
	top: 6px;
}
.box-contact-map .contact-info li span {
	font-weight: bold;
}
.box-price-estimation {
	padding: 120px 0 100px 0;
}
.box-price-estimation .box-heading {
	margin-bottom: 60px;
}
.box-estimation {
	font-size: 14px;
	margin-bottom: 80px;
}
.box-estimation .head-title {
	position: relative;
	margin: 0 0 12px 0;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: 'SVN-Aptima';
	color: #fff;
	-webkit-text-fill-color: unset;
	font-weight: bold;
	margin-bottom: 60px;
}
.box-estimation .row {
	margin-left: -20px;
	margin-right: -20px;
}
.box-estimation .col-xs-12 {
	padding-left: 20px;
	padding-right: 20px;
}
.box-estimation-price-fixed {
	background: #F9F0EB !important;
	color: #000;
}
.box-estimation-price-fixed.box-estimation .head-title {
	color: #000;
}
.box-estimation-price-fixed.box-estimation-tmp table tr input {
	background: #fff;
	color: #000;
}
.form-h-item-checkbox {
	position: relative;
}
.form-h-item-checkbox input {
	position: absolute;
	width: 22px;
	height: 22px;
	top: -4px;
	opacity: 0;
	left: 0;
	z-index: 2;
}
.form-h-item-checkbox input + .lb {
	padding-left: 30px;
	padding-top: 2px;
}
.form-h-item-checkbox input + .lb:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url("../img/ic-uncheck.png") no-repeat center center;
	background-size: cover;
	left: 0;
	top: 0;
}
.form-h-item-checkbox input:checked + .lb:before {
	background: url("../img/ic-checked.png") no-repeat center center;
	background-size: cover;
}
.box-estimation-architecture .form-h-item-checkbox {
	margin-top: 22px;
}
#google_translate_element a {
	-webkit-text-fill-color: unset;
}
#google_translate_element {
	    position: absolute;
    right: 10px;
    top: 23px;
  position: static;
}
#google_translate_element span:first-child {
	display: none;
}

.box-estimation-tmp {
	background: #59413E;
	padding: 80px 0;
	margin-bottom: 0;
}
.box-estimation-tmp + .box-estimation-tmp {
	background: #4f3633;
}
.box-estimation-tmp .head-title {
	margin-bottom: 0;
}
.box-estimation-tmp .wrap {
	display: flex;
}
.box-estimation-tmp .wrap .head-title {
	width: 180px;
}
.box-estimation-tmp .wrap .content {
	width: calc(100% - 180px);
}
.box-estimation-tmp th {
	text-transform: uppercase;
	font-weight: 400;
}
.box-estimation-tmp .upc {
	text-transform: uppercase;
	font-weight: 400;
}
.box-estimation-tmp table thead th {
	padding-bottom: 40px;
}
.box-estimation-tmp table tbody tr td {
	padding-bottom: 10px;
}
.box-estimation-tmp table tbody tr:last-child td {
	padding-bottom: 30px;
}
.box-estimation-tmp table tr input {
	width: 120px;
	background: #7A5D59;
	outline: none !important;
	box-shadow: 0 0 0 !important;
	text-align: center;
	height: 40px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
}
.box-estimation-architecture select, .box-estimation-structure select, .box-estimation-architecture input {
	font-size: 14px;
}
.box-estimation-owner input, .box-estimation-owner textarea {
	font-size: 14px;
}
.box-estimation-owner .is-error {
	color: #ff4444;
	margin-top: 2px;
}
.box-estimation-tmp table * {
	border: 0 !important;
}
.box-estimation-tmp table tfoot td {
	border-top: 1px solid #ccc !important;
	padding-top: 20px;
}
.box-estimation-tmp.in-active {
	background: #7A5D59;
	padding: 40px 0;
}
.box-estimation-tmp.in-active .content {
	display: none;
}
.box-estimation-owner {
	padding: 100px 0 0 0;
	margin-bottom: 20px;
}
.box-estimation-owner .form-h-item-checkbox {
	margin-top: 10px;
}
.flex.-space-between {
	display: flex;
	justify-content: space-between;
}
.top-page-drop {
	background: #181D24;
	position: fixed;
	width: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.top-page-drop .top {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin-bottom: 80px;
}
.top-page-drop .top .logo img{
	max-height: 60px;
}
.top-page-drop .top .close-btn img{
	max-height: 42px;
}
.top-page-drop .middle {
	display: flex;
	justify-content: space-between;
}
.top-page-drop .middle .left {
	width: 33.33%;
}
.top-page-drop .middle .center {
	width: 33.33%;
}
.top-page-drop .middle .right {
	width: 33.33%;
}
.top-page-drop .middle .title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #7A7E81;
	margin-bottom: 20px;
}
.top-page-drop .middle .left li a {
	text-transform: uppercase;
	color: #7A7E81;
	font-family: 'SVN-Aptima';
	font-size: 22px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 12px;
}
.top-page-drop .middle .center li a {
	text-transform: uppercase;
	color: #7A7E81;
	font-family: 'SVN-Aptima';
	font-size: 40px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 12px;
	position: relative;
}
.top-page-drop .middle .center li a:before {
	position: absolute;
	content: '';
	left: -60px;
	top: 30px;
	width: 40px;
	border-top: 1px solid #F5D083;
	opacity: 0;
	transition: all .4s ease;
}
.top-page-drop .middle .center li a:hover:before {
	opacity: 1;
}
.top-page-drop .middle .center .price {
	text-transform: uppercase;
	border: 1px solid #F5D083;
	font-family: 'SVN-Aptima';
	font-size: 22px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	padding: 7px 40px;
}
.top-page-drop .middle .lb {
	font-weight: 400;
	font-size: 13px;
}
.top-page-drop .middle .vl {
	font-weight: 600;
}
.top-page-drop .middle .right .item {
	margin-bottom: 16px;
}
.social-media-top {
	margin-top: 70px;
}
.social-media-top img {
	height: 14px;
	margin: 0 auto;
	display: block;
}
.social-media-top a {
	width: 30px;
	height: 30px;
	border: 1px solid transparent !important;
	border-radius: 50%;
	-webkit-text-fill-color: unset;
	display: block;
	padding-top: 7px;
}
.social-media-top a:hover {
	border: 1px solid #F5D083 !important;
}
.contact-fixed {
	position: fixed;
	right: 20px;
	bottom: 10%;
	z-index: 150;
}
.contact-fixed img {
	max-width: 40px;
}
.contact-fixed .contact-item {
	margin-bottom: 10px;
}
.contact-fixed .contact-item img {
	transition: all 4s ease;
}
.contact-fixed .contact-item:hover img {
	filter: brightness(1.5);
}
.box-human-about .content {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.box-human-about .content .item {
	padding: 0 20px;
}
/*Update*/
.box-vision-about .banner .img-w {
	position: relative;
}
.box-vision-about .banner .img-w::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0;
	pointer-events: none;
	z-index: 1;
	background-image: url(../img/bg-gd-team.png);
	background-repeat: no-repeat;
	background-position: 0 101%;
	background-size: 100%;
}
.box-value-about .content .item .img-w:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .4);
}
.space-detail-next .content:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .5);
}
.space-detail-next .content .bottom-wrap .right {
	border: 5px solid #F5D083;
}
.box-news-category-featured .info .view-more .link-more:hover {
	background: -webkit-linear-gradient(0deg, #F5D083, #FEF2B3 50%);
	-webkit-text-fill-color: unset;
	color: #000;
}
.box-news-category-featured .info .view-more .link-more:hover img {
	filter: brightness(1) invert(1);
}
.box-space-featured2 .box-content .item .img-zoom:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .5);
	opacity: 0;
	transition: all .4s ease;
	z-index: 1;
	pointer-events: none;
}
.box-space-featured2 .box-content .item .img-zoom:hover:before {
	opacity: 1;
}
.box-introduce .img-left img {
	position: relative;
	top: -30px;
}
.box-space-featured .item .img {
	position: relative;
}
.box-space-featured .item .info .category {
	font-size: 22px;
	font-weight: bold;
}
.box-space-featured .item .info h4 a {
	font-size: 22px;
}
.box-space-featured .item .info h4{
	margin: 0 0 25px;
}
.box-space-featured2 .info {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	text-align: center;
	transition: all .4s ease;
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: all .4s ease;
}
.box-space-featured2 .item:hover .info {
	opacity: 1;
}
.box-space-featured2 .info .category {
	font-family: 'SVN-Aptima';
	font-size: 18px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(0deg, #F5D083, #fff5c4 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
	white-space: nowrap;
	font-weight: bold;
}
.box-space-featured2 .info h4 a {
	font-family: 'SVN-Aptima';
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: bold;
}
.box-space-featured2 .info .pos a {
	font-size: 15px;
	font-family: 'SVN-Aptima';
	text-transform: uppercase;
}
.box-news-category-featured .item .img {
	position: relative;
}
.box-news-category-featured .item .img img {
	opacity: 1 !important;
}
.box-news-category-featured .item .img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, .5);
	pointer-events: none;
}
.banner-head-page {
	position: relative;
}
@media screen and (min-width: 992px) {
	.box-vision-about .banner {
		margin-top: -190px;
	}
	.box-news-category-featured .item h4.box-heading {
		max-width: 80%;
	}
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		width: 940px;
	}
	.box .box-title, .box-heading {
		font-size: 38px;
	}
	.banner-head-page-title {
		font-family: 'SVN-Aptima';
		text-transform: uppercase;
		line-height: 1.4;
		font-size: 55px;
	}
	.banner-head-page-title {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		width: 1140px;
	}
	.box .box-title, .box-heading {
		font-size: 45px;
	}
	.banner-head-page-title {
		font-family: 'SVN-Aptima';
		text-transform: uppercase;
		line-height: 1.4;
		font-size: 80px;
	}
}
@media screen and (min-width: 1401px) {
	.container {
		width: 80%;
	}
	.img-responsive {
		width: 100%;
	}
	.box-introduce .img-left img {
		position: relative;
		top: -40px;
	}
	.box-news-category-featured .info {
		top: 80px;
	}
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		width: calc(80% - 20px);
	}
}
@media screen and (min-width: 1600px) {
	.container {
		width: 1500px;
	}
	body {
		font-size: 20px;
	}
	.main-nav li a img {
		max-height: 26px;
	}
	.main-nav > li > a {
		font-size: 20px;
	}
	.logo-header {
		padding: 3px 0;
	}
	.logo-header img {
		max-height: 60px;
	}
	.box-introduce .large-title {
		font-size: 130px;
	}
	.box .box-title, .box-heading {
		font-size: 64px;
	}
	.box-heading-ms {
		font-size: 40px;
	}
	.link-more {
		border-bottom: 0;
	}
	.box-service-latest .item .name h4 a {
		font-size: 36px;
	}
	.top-page-drop .middle .left li a {
		font-size: 36px;
	}
	.top-page-drop .middle .center li a {
		font-size: 64px;
	}
	.top-page-drop .middle .center .price {
		font-size: 36px;
	}
	.top-page-drop .middle .title {
		font-size: 15px;
	}
	.box-why-choose-us .box-content .box-info .item .info {
		font-size: 100px;
	}
	.box-why-choose-us .box-content .box-info .item:nth-child(1) .info {
		font-size: 140px;
	}
	.box-introduce .large-title {
		margin-top: -280px;
	}
	.box-space-featured .item .info .category {
		font-size: 28px;
		font-weight: bold;
	}
	.box-space-featured .item .info h4{
		margin: 0 0 30px;
	}
	.box-space-featured .item .info h4 a{
		font-size: 28px;
	}
	.box-space-featured .item {
		padding: 140px;
	}
	.form-control {
		font-size: 20px;
	}
	.box-contact .box-contact-wrap button {
		font-size: 32px;
	}
	.f-powered {
		font-size: 20px;
	}
	footer h2 {
		font-size: 24px;
	}
	.box-vision-about .banner {
		max-width: 1420px;
		margin-top: -300px;
	}
	.box-value-about .description-detail {
		max-width: 50%;
	}
	.box-value-about .info .title {
		font-size: 36px;
	}
	.box-category-space ul li a {
		font-size: 20px;
	}
	.box-category-space ul {
		max-width: 1220px;
	}
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		width: 1480px;
	}
	.box-news-category-featured .info .view-more .link-more {
		font-size: 20px;
	}
	.box-news-category-categories .wrap .item a {
		font-size: 22px !important;
	}
	.banner-head-page-service .box-heading {
		font-size: 80px;
	}
	.banner-head-page-service .info {
		top: 25%;
	}
	.box-information-service-page .box-title {
		max-width: 400px;
	}
	.box-introduce .img-left img {
		position: relative;
		top: -60px;
	}
	.box-space-featured2 .info .category {
		font-size: 28px;
	}
	.box-space-featured2 .info h4 a {
		font-size: 28px !important;
	}
	.box-space-featured2 .info .pos a {
		font-size: 18px;
	}
	.box-news-category-featured .info {
		top: 110px;
	}
	.banner-head-page-title {
		font-family: 'SVN-Aptima';
		text-transform: uppercase;
		line-height: 1.4;
		font-size: 120px;
	}
  #google_translate_element {
    top: 27px;
}
}
@media screen and (min-width: 1800px) {
	.container {
		width: 1650px;
	}
	.box-introduce .img-left img {
		position: relative;
		top: -100px;
	}
	.box-space-featured .item .info .category {
		font-size: 34px;
		font-weight: bold;
	}
	.box-space-featured .item .info h4{
		margin: 0 0 30px;
	}
	.box-space-featured .item .info h4 a{
		font-size: 34px;
	}
	.box-space-featured2 .info .category {
		font-size: 34px;
	}
	.box-space-featured2 .info h4 a {
		font-size: 34px !important;
	}
	.box-space-featured2 .info .pos a {
		font-size: 22px;
	}
	.box-news-category-featured .info {
		top: 140px;
	}
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		width: 1650px;
	}
}
@media screen and (min-width: 768px) {
	footer .row .column-1 {
		width: 31%;
	}
	footer .row .column-3, footer .row .column-4 {
		width: 22%;
	}
	.w-70 {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 991px) {
	.box-introduce .large-title {
		font-size: 50px;
		margin-top: -140px;
	}
	.box .box-title, .box-heading {
		font-size: 32px;
	}
	.box-heading-ms {
		font-size: 26px;
	}
	.box-space-featured .item .info .category {
		font-size: 18px;
	}
	.box-space-featured .item .info h4 a {
		font-size: 18px;
	}
	.box-space-featured .item {
		padding: 50px;
	}
	.box-why-choose-us .box-content .box-info .item:nth-child(1) .info {
		font-size: 52px;
	}
	.box-why-choose-us .box-content .box-info .item .info {
		font-size: 44px;
	}
	.box-vision-about .banner {
		max-width: 640px;
		margin-top: 50px;
	}
	.box-eco-system .item {
		padding: 30px 0;
	}
	.title-header-page .box-heading {
		font-size: 70px;
	}
	.service-design-consultancy .right .info {
		padding-left: 20px;
	}
	.box .box-title.white, .box-heading.white {
		font-size: 32px;
	}
	.box-estimation-tmp .wrap {
		display: block;
	}
	.box-estimation-tmp .head-title {
		margin-bottom: 40px;
	}
	.box-estimation-tmp .wrap .content {
		width: 100%;
	}
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		width: 710px;
	}
	.banner-head-page-title {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.logo-header, .main-nav, .main-nav li {
		float: none !important;
	}
	.menu-mobile {
		border: 1px solid #1C80A4;
		padding: 7px 10px;
		border-radius: 3px;
	}
	.menu-mobile i{
		margin-right: 5px;;
	}
	header {
		position: relative;
	}
	.main-nav > li > a {
		font-size: 17px;
		padding: 10px 0;
		line-height: unset !important;
	}
	.main-nav > li.has-sub > ul, .main-nav > li.has-sub form ul{
		opacity: 1;
		visibility: visible;
		position: static;
		background: transparent;
	}
	.main-nav {
		display: none;
	}
	.main-nav > li > a {
		color: #000;
	}
	.main-nav > li.has-sub ul li a {
		padding: 8px 16px;
		color: #000;
		font-size: 16px;
	}
	.logo-header img {
		max-height: 36px;
	}
	.logo-header {
		padding: 2px 0 5px 0;
	}
	.header-mobile {
		display: flex;
		justify-content: space-between;
	}
	.header-mobile .open-menu-bar {
		padding: 10px 0;
	}
	.header-mobile .open-menu-bar img {
		height: 20px;
	}
	.top-page-drop {
		overflow: auto;
		height: 100vh;
	}
	.top-page-drop .top {
		display: flex;
		justify-content: space-between;
		padding-top: 10px;
		margin-bottom: 40px;
	}
	.top-page-drop .middle {
		flex-direction: column;
	}
	.top-page-drop .middle > div {
		width: 100% !important;
	}
	.top-page-drop .middle ul {
		margin-bottom: 20px;
	}
	.top-page-drop .middle .left li a {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.top-page-drop .middle .center li a {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.top-page-drop .middle .center .price {
		margin-top: 0px;
		margin-bottom: 35px;
		font-size: 16px;
	}
	.social-media-top {
		margin-top: 20px;
	}
	.box-introduce .large-title {
		font-size: 30px;
		margin-top: -100px;
	}
	.box-introduce .right {
		padding: 0;
	}
	.box .box-title, .box-heading {
		font-size: 20px;
	}
	.box .box-title.white, .box-heading.white {
		font-size: 20px;
	}
	.box-heading-ms {
		font-size: 18px;
	}
	.box-service-latest .top {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	.box-service-latest .item a img {
		width: 100%;
	}
	.box-service-latest .item .name {
		width: 80%;
		left: 10%;
	}
	.box-service-latest .item .name h4 a {
		font-size: 20px;
	}
	.box-why-choose-us .box-content {
		flex-direction: column;
	}
	.box-why-choose-us .box-content .left {
		width: 100%;
	}
	.box-why-choose-us .box-content .right {
		width: 100%;
	}
	footer {
		padding: 50px 0 20px;
	}
	.logo-footer {
		max-width: 100%;
	}
	.logo-footer img {
		max-height: 70px;
		margin: 0 auto;
		margin-bottom: 0;
	}
	footer h2 {
		margin: 0 0 6px 0;
	}
	.column-1, .column-2, .column-3 {
		margin-bottom: 30px;
	}
	.banner-head-page-about .info .description {
		display: none;
	}
	.box-vision-about .owl-nav {
		display: none;
	}
	.box-value-about .content {
		flex-direction: column;
	}
	.box-value-about .content .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.box-value-about .info {
		position: static;
		transform: unset;
		text-align: center;
		padding: 10px 0 20px;
		opacity: 1 !important;
	}
	.box-value-about .info-d {
		display: none;
	}
	.box-value-about .item:before {
		background: transparent !important;
	}
	.box-value-about {
		padding: 50px 0 20px 0 !important;
	}
	.box-eco-system .item > div {
		width: 100%;
	}
	.box-eco-system .item {
		flex-direction: column;
	}
	.box-eco-system .item .description {
		opacity: 1 !important;
	}
	.box-eco-system {
		padding: 20px 0 50px 0 !important;
	}
	.box-news-option .item {
		margin-bottom: 20px;
	}
	.banner-head-page-service .box-heading {
		font-size: 20px;
		font-weight: bold;
	}
	.box-information-service-page .item-wrap {
		flex-direction: column;
	}
	.box-information-service-page .item-wrap .left {
		width: 100%;
		position: relative;
	}
	.box-information-service-page .all-service {
		margin-bottom: 16px;
	}
	.box-information-service-page .view-more {
		display: none;
	}
	.box-information-service-page .item-wrap .right {
		width: 100%;
		margin-top: 30px;
	}
	.box-information-service-page .item {
		padding: 0 !important;
	}
	.box-space-featured2-top {
		background: unset;
		padding: 0 0 20px 0 !important;
	}
	.box-space-featured2 .box-content {
		flex-direction: column;
	}
	.box-space-featured2 .box-content .item {
		width: 100%;
		margin-bottom: 40px
	}
	.title-header-page .box-heading {
		font-size: 24px;
		text-align: center;
		margin-top: 5%;
		font-weight: bold;
	}
	.service-design-consultancy {
		margin: 100px 0 20px;
		flex-direction: column;
	}
	.service-design-consultancy > div {
		width: 100%;
		margin-bottom: 20px;
	}
	.implementation-process-content .top .item {
		width: 100px;
		height: 100px;
		font-size: 11px;
	}
	.implementation-process-content .top .item.active {
		font-size: 11px;
		width: 100px;
		height: 100px;
	}
	.space-category-header {
		padding: 30px 0 30px 0;
	}
	.box-space-wrap .box-content .item:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.space-detail-header {
		padding: 30px 0 30px 0;
	}
	.space-detail-description .top {
		margin-bottom: 30px;
	}
	.space-detail-description {
		background: #59413E;
		padding: 50px 0;
	}
	.space-detail-next .content .bottom {
		position: static;
	}
	.space-detail-next .content {
		padding: 10px 0;
	}
	.box-space-featured2 {
		padding: 0 0 50px 0 !important;
	}
	.box-join {
		padding: 30px 0 30px 0 !important;
	}
	.box-join .content .item > div {
		width: calc(50% - 10px);
	}
	.box-join .content .left .dir {
		width: 10px;
	}
	.box-recruitment-featured {
		padding: 50px 0 !important;
	}
	.box-recruitment-featured .box-title {
		margin-bottom: 20px;
	}
	.box-recruitment-featured .box-content {
		flex-direction: column;
	}
	.box-recruitment-featured .box-content .item {
		width: 100%;
		margin-left: 40px;
	}
	.box-recruitment-featured .box-content .item {
		margin-left: 0;
	}
	.box-recruitment-featured .box-content .item h4 a {
		margin-top: 0;
		margin-bottom: 22px;
	}
	.recruitment-item .title a {
		font-size: 16px;
		padding-left: 10px;
	}
	.recruitment-item .position {
		font-size: 16px;
	}
	.recruitment-item {
		flex-flow: row wrap;
	}
	.recruitment-item .title {
		width: 100%;
		margin-bottom: 10px;
	}
	.recruitment-item .info {
		width: 100%;
	}
	.recruitment-category-position,
	.recruitment-detail-form {
		padding: 50px 0;
	}
	.contact-page-wrap {
		padding: 30px 0 50px 0;
	}
	.box-contact-map .contact-info {
		position: static;
		width: 100%;
		max-width: 100%;
	}
	.box-contact-map {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.box-price-estimation {
		padding: 30px 0 50px 0;
		overflow: hidden;
	}
	.box-estimation .head-title {
		margin-bottom: 30px;
	}
	.box-estimation {
		margin-bottom: 20px;
	}
	.box-estimation-owner {
		padding: 50px 0 0 0;
	}
	.box-estimation-tmp {
		padding: 50px 0;
	}
	.box-estimation-tmp {
		padding: 50px 0;
		margin-bottom: 0 !important;
	}
	.box-estimation-tmp .head-title {
		margin-bottom: 0 !important;
	}
	.table-responsive {
		border: 0;
	}
	.box-estimation-tmp .wrap .content {
		margin-top: 20px;
	}
	.box-news-category-featured {
		overflow: hidden;
		margin-top: 10px;
	}
	.box-news-wrap .news-item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.box-news-category-categories .wrap {
		margin: 30px 0;
		flex-direction: column;
	}
	.box-news-category-categories .wrap .item {
		margin-right: 0;
		text-align: left;
		margin-bottom: 6px;
	}
	.box-news-detail-header {
		padding: 30px 0 30px 0;
	}
	.box-news-detail-content {
		margin: 30px 0;
	}
	.box-news-detail-content .content {
		padding-right: 0;
	}
	.box-news-detail-content .content .share-box {
		display: flex;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.nav-mobile {
		display: flex;
		align-items: center;
	}
	.nav-mobile li:not(:last-child) {
		margin-right: 12px;
		width: 44px;
		background: linear-gradient(164deg, rgba(246,213,136,1) 0%, rgba(254,240,177,1) 100%);
		padding: 3px 0;
		border-radius: 4px;
	}
	.nav-mobile li a {
		display: block;
		line-height: 12px;
		font-size: 13px;
		text-align: center;
		color: #000;
		-webkit-text-fill-color: unset;
		font-weight: 500;
	}
	.box-news-category-featured .info {
		top: 8px;
	}
	.box-news-category-featured .info .box-heading-ms {
		display: none;
	}
	.box-news-category-featured .owl-nav.disabled+.owl-dots {
		display: none;
	}
	.banner-head-page-title {
		font-size: 30px;
	}
  #google_translate_element {
    right: 230px;
    top: 8px;
}
}
