* { margin: 0; padding: 0; }
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
   font-family: 'Open Sans', sans-serif !important;
   color:#222;
}
h1 {
	font-size:48px;
	line-height:58px;
	font-weight:700;
}
h2 {
	font-size:40px;
	line-height:55px;
	font-weight:400;
	text-transform:uppercase;
}
h3 {
	font-size:21px;
	line-height:normal;
	font-weight:700;
	margin-bottom:10px;
}
p {
	font-size:18px;
	line-height:27px;
	margin-bottom:27px;
	font-weight:500;
}
.big-button {
	display:block;
	width: 255px;
	height: 50px;
	text-align:center;
	line-height:50px;
	background: #B28448 ;
	border-radius: 3px;
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
}
.rf_submit {
	cursor:pointer;
	background: #B28448 !important;
	border: none;
	border-radius: 3px !important;
	font-family: 'Open Sans', sans-serif;
	font-size:16px !important;
	font-weight:700;
	color:#fff;
}
.rf_submit_disabled {
	cursor: not-allowed !important;
	user-select:none !important;
	pointer-events:none !important;
	background: #dac2a3 !important;
	border: none;
	border-radius: 3px !important;
	font-family: 'Open Sans', sans-serif;
	font-size:16px !important;
	font-weight:700;
	color:#fff;
}
.big-button:hover,
.rf_submit:hover {
	text-decoration:none !important;
	background:#946931 !important;
}
.container-wrapper-flex {
	display:flex;
	justify-content:center;
}
.container-classic {
	width:1140px;
}
.container-read {
	width:730px;
}
.container-text {
	width:540px;
}
.my-row {
	display: flex;
	flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.mycol-6 {
	width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.mycol-4 {
	width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}
.desc-text {
	font-size:18px;
	line-height:27px;
}
.serv-desc-text {
	font-size:16px;
	line-height:25px;
}
.module {
	margin-top: 125px;
	display:block;
}
.module-first {
	margin-top: 0;
}
.module-title {
	position:relative;
	margin-bottom:30px;
}
.mudule-ghost-title {
	position:absolute;
	z-index:-1;
	bottom:0;
	text-transform:uppercase;
	font-weight:700;
	font-size:100px;
	line-height:125px;
	color:#F5F0E9;
}
.last {
	margin-bottom:0 !important;
}
header {
	position: fixed;
	z-index:9;
    top: 0;
    left: 0;
    width: 100%;
}
.white-header .header-data {
	padding: 10px 50px;
	height:55px;
	background:rgba(255, 255, 255, 0.97);
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
} 
.white-header .logo img{
	height: 35px;
}
.header-data {
	display:flex;
	justify-content:space-between;
	padding: 15px 50px;
}
.header-left,
.header-right {
	display:flex;
	align-items: center;
}
.logo {
	margin-right:30px;
}
.top-menu li {
	display:inline-block;
}
.top-menu a {
	display:block;
	text-decoration:none;
	padding: 5px 12px;
	font-size:16px;
	font-weight:700;
	color:#222;
}
.top-menu a:hover,
.top-menu a:focus {
	color:#B28448;
}
.language {

}
.language li {
	list-style:none;
}
.language a {
	font-size:16px;
	color:#222;
	text-decoration:none;
	display:flex;
	align-items:center;
}
.language a:hover,
.language a:focus {
	color: #B28448;
}
.language img {
	margin-right:5px;
	position: relative;
	top: 1px;
	filter: brightness(0) saturate(100%) invert(48%) sepia(15%) saturate(19%) hue-rotate(15deg) brightness(93%) contrast(85%);
}
.lang-active {
	display:none !important;
}
.top-phone a {
	font-size:20px;
	font-weight:700;
	margin-left:15px;
	text-decoration: none;
	color: #222;
}
.top-phone a:hover {
	color: #B28448;
}
#MobBut {
	display:none;
}
.banner-wrapper {
	display:block;
	height:533px;
}
.banner-wrapper .container-classic {
	display:flex;
}
.banner-first {
	position:absolute;
	top:0;
	z-index:-1;
	background-position: center;
    width: 70%;
    height: 578px;
}
.banner-data {
	width:52%;
	height:356px;
	margin-top:150px;
	padding: 0 125px 0 50px;
	position:relative;
}
.en-banner-data {
	width:46%;
}
.banner-desc {
	font-size:20px;
	line-height:30px;
	margin-top:20px;
}
.banner-data .big-button{
	position:absolute;
	bottom:0;
}
.banner-second {
	position:absolute;
	right:0;
	top:100px;
	display: block;
    overflow: hidden;
    height: 533px;
	width:50%;
}
.banner-second img {
	width: 100%;
    height: 533px;
    object-fit: cover;
}
.service {
	height:380px;
	background:#fff;
    margin-bottom:30px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	padding-top: 15px;
	padding-left: 20px;
	position:relative;
}
.service-data {
	width:330px;
	position:relative;
	z-index:3;
}
.white-shape {
	position:absolute;
	z-index:2;
	right:170px;
	top:0;
	width:170px;
	height:100%;
	background:#fff;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.service-image {
	position:absolute;
	display:block;
	right:0;
	top:0;
	z-index:0;
	width:255px;
	height:100%;
	background:#eee;
	overflow:hidden;
}

.service-image img {
    height: 100%;
}
.image-center img {
	width:100%;
	object-fit:cover;
}
.highlight {
	display:flex;
}
.highlight img {
	margin-right:15px;
}
.about-us {
	margin-top:75px;
	height:415px;
	background:#f5f5f5;
}
.about-us .container-wrapper-flex,
.about-us .container-classic,
.about-us .my-row,
.arrive-higlights .container-wrapper-flex,
.arrive-higlights .container-classic,
.arrive-higlights .my-row {
	height:100%;
}
.about-us-data-wrapper,
.arrive-higlights-data-wrapper {
	display:flex;
	align-items:center;
}
.about-us-text {
	font-size:20px;
	line-height: 30px;
	margin-top:15px;
}
.about-gallery-a {
	display: block;
	height: 415px;
	width: 100%;
	overflow: hidden;
}
.about-gallery-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet {
  background: #fff !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #B28448 !important; 
}
.member-photo {
	display: block;
    overflow: hidden;
    height: 433px;
	margin-bottom:15px;
}
.member-photo img {
	width: 100%;
    height: 433px;
    object-fit: cover;
}
.member h3 {
	margin-bottom:0;
}
.member-post {
	font-size:18px;
}
.arrive-step {
	display:flex;
}
.arrive-number {
	width: 80px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size:135px;
    color:#B28448;
    flex-shrink: 0;
    line-height: 100px;
    margin-right: 16px;	
}
.arrive-higlights {
	margin-top:50px;
	background:#f5f5f5;
	height:400px;
	overflow: hidden;
}
.arrive-higlights h2 {
	font-size:30px;
	margin-bottom:10px;
}
.arrive-higlights li {
	font-size:24px;
	line-height:43px;
	list-style:none;
	display:flex;
}
.arrive-higlights li::before {
	font-size: 22px;
    color: #B28448;
    font-family: 'FontAwesome'!important;
    margin-right: 10px;
    content: "\f058";
	position:relative;
	top:3px;
}
.arrive-higlights-image {
	display: block;
    height: 400px;
}
.arrive-higlights-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-text {
	text-align:center;
	font-size:24px;
}
.contanct-wrapper ul {
	margin-top:50px;
	margin-bottom:30px;
}
.contanct-wrapper li {
	text-align:center;
	list-style:none;
	font-weight:700;
	font-size:24px;
}
.contanct-wrapper li a {
	color:#222;
	text-decoration:none;
}
.contanct-wrapper {
	display:flex;
	flex-direction: column;
	align-items:center;
}
.phonesign:before {
	font-size: 21px;
    color: #4DA735;
    font-family: 'FontAwesome'!important;
    margin-right: 5px;
    content: "\f232";
}
.phone-line img {
	filter: brightness(0) saturate(100%) invert(47%) sepia(74%) saturate(415%) hue-rotate(62deg) brightness(101%) contrast(92%);
	height: 23px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
footer {
	height:50px;
	background:#333;
	margin-top:75px;	
}
footer .container-wrapper-flex {
	height:100%;
}
.footer-data {
	color:#fff;
	font-size:14px;
	display:flex;
	height:100%;
	justify-content:space-between;
	align-items:center;	
}
footer li {
	display:inline-block;
}
footer a {
	display:block;
	text-decoration:none;
	padding: 5px 9px;
	font-size:14px;
	color:#fff;
}
footer a:hover,
footer a:focus {
	text-decoration: underline;
}
#hidden-content {
	display:none;
}
.myform {
	width:440px;
}

.item-page {
	margin-top:96px;
}
.policy-body h1 {
	text-align:center;
	margin-bottom:50px;
}
.error {
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	margin: 200px 0;
}
.er-tit {
	font-size:150px;
	font-weight:700;
}
.er-desc {
	font-size:20px;
	color:#777;
	margin-bottom:75px;
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 12px;
    z-index: 1000;
    display: none;
}

.cookie-consent p {
    display: inline;
    margin: 0;
	font-size: 18px;
}

.cookie-consent a {
    color: #fff;
    text-decoration: underline;
	font-size: 18px;
}

.cookie-consent button {
    background-color: #B28448;
    border: none;
    color: #fff;
    padding: 6px 12px;
    margin-left: 16px;
    cursor: pointer;
    border-radius: 3px;
	font-size: 18px;
}

.cookie-consent button:hover {
    background-color: #946931;
}

@media all and (max-width: 1830px) {
	.banner-data {
		padding: 0 50px 0 50px;
	}
}
@media all and (max-width: 1672px) {
	h1 {
	font-size: 40px;
	line-height: 48px;
	}
	.arrive-higlights h2 {
	font-size:26px;
	line-height:33px;
	}
}
@media all and (max-width: 1431px) {
	.banner-data {
	width:60%;
	}
	.en-banner-data {
	width:54%;
	}
	.banner-second {
    height: 533px;
	width:40%;
	}
}
@media all and (max-width: 1200px){
	h1 {
	font-size: 32px;
	line-height: 38px;
	}
	.container-classic {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}
	.header-data {
	padding: 15px;
	}
	.white-header .header-data {
	padding: 10px 15px;
	height:55px;
	} 
	.logo {
	margin-right:15px;
	}
	.logo img{
	height: 45px;
	}
	.banner-desc {
    font-size: 18px;
    line-height: 27px;
	}
	.banner-wrapper {
	height:400px;
	}
	.banner-first {
    width: 70%;
    height: 510px;
	}
	.banner-data {
	width:55%;
	height:370px;
	margin-top:100px;
	padding: 0 15px;
	}
	.en-banner-data {
		width:49%;
	}
	.banner-second {
    height: 430px;
	width:45%;
	}
	.banner-second img {
		height: 430px;
	}
	.mudule-ghost-title {
    font-size: 80px;
    line-height: 100px;
	}
	.service {
    margin-bottom:30px;
	}
	.service-data {
	width:310px;
	position:relative;
	z-index:3;
	}
	.white-shape {
	right:130px;
	width:170px;
	}
	.service-image {
		width:200px;
		height:100%;
	}
	.desc-text {
    font-size: 16px;
    line-height: 25px;
	}
	.module {
    margin-top: 75px;
	}
	.highlight {
    display: block;
	}
	.highlight-image {
		display:flex;
		justify-content:center;
		margin-bottom:15px;
	}
	.highlight-data {
		text-align:center;
	}
	.about-us,
	.about-gallery-a	{
		height: 385px;
	}
	.about-us-text {
		font-size: 18px;
		line-height: 27px;
		margin-top: 10px;
	}
	.sigProThumb img,
	.sigProThumb a {
		height:385px !important;
	}
	.arrive-higlights {
	height:350px;
	}
	
	.arrive-higlights li {
	font-size:20px;
	line-height:34px;
	}
	.arrive-higlights li::before {
	font-size: 18px;
	top:1px;
	}
	.arrive-higlights-image {
	display: block;
    height: 350px;
	}
}
@media all and (max-width: 992px) {
	.container-read,
	.container-text {
		width:100%;
		padding-left:15px;
		padding-right:15px;
	}

	.header {
		padding: 10px 15px;
		height: 55px;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
	}
	.header-data {
		padding:0;
	}
	.header .logo img {
		height: 35px;
	}
	#MobBut {
		background: #B28448; 
		padding:6px 8px;
		border-radius:3px; 
		display:block;
		margin-left:15px;
	}
	.MobOp {
		display:block;
		width:22px;
		height:25px;
	}
	.MobClose {
		display:none; 
		width:22px;
		height:25px;
	}
	.mOpen {
	   display:block !important;
	   }
	.mClose {
	   display:none;
	   }
	.top-menu {
		position:absolute;
		top:55px;
		right:0;
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0px 7px 12px -6px rgba(0,0,0,0.35);
		width:100%;
		padding: 5px 0;
		display:none;
	}
	.top-menu nav {
		float:right;
	}
	.banner-desc {
		font-size: 16px;
		line-height: 25px;
		}
		.en-banner-data {
		width:54%;
	}
	.service {
		height: 100%;
		position:relative;
		padding-left:0;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
	}
	.service-col {
		margin-bottom: 30px;
	}
	.service-data {
		width:100%;
		padding-left:15px;
		margin-bottom:20px;
		padding-right:15px;
	}
	.white-shape {
		display:none;
	}
	.service-image {
		position:static;
		width:100%;
		height:200px;
		overflow:hidden;
	}

	.service-image img {
		height:auto;
	}
	.image-center img {
		width: 100%;
		height:100%;
		object-fit: none;
	}
	.serv-desc-text {
		padding-right:15px;
	}
	.cookie-consent button {
		margin-top: 16px;
	}
	.cookie-consent p {
		display: block;
	}	
}
@media all and (max-width: 767px) {
	h1 {
		font-size:25px;
		line-height:29px;
	}
	.en-banner-data h1 {
		font-size:24px;
		line-height:29px;
	}
	h2 {
		font-size:32px;
	}
		p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.en-banner-data .banner-desc {
		margin-top: 10px;
	}
	.policy-body h1 {
		margin-bottom: 20px;
	}
	.language a {
		font-size: 14px;
	}
	.language img {
		width:14px;
		height:14px;
	}
	.top-phone {
		display:none;
	}
	footer {
		height: auto;
		background: #333;
		margin-top: 75px;
		padding: 20px 0;
	}
	.footer-data {
		display: block;
	}
		footer .container-wrapper-flex {
		height: auto;
	}
	.copyright {
		margin-top:15px;
	}
	footer a {
		padding: 5px 9px 5px 0;
	}
	.module-first {
		margin-top: 50px !important;
	}
	.mudule-ghost-title {
		font-size:32px;
		line-height:32px;
		color:#fff;
	}
	.mycol-6,
	.mycol-4	{
		width: 100%;
	}
	.banner-wrapper {
		height: 340px;
	}
	.en-banner-wrapper {
		height: 280px;
	}
	.banner-second {
		display:none;
	}
	.banner-first {
		width: 100%;
		height: 450px;
	}
	.en-banner-wrapper .banner-first {
		height: 400px;
	}
	.banner-data {
		width: 100%;
		height: auto;
		margin-top: 80px;
		padding: 0 15px;
	}
	.banner-desc {
		margin-top:15px;
	}
	.banner-data .big-button {
		position: static;
		margin-top:20px;
	}
	.myform {
		width: auto;
		max-width:440px;
	}
	#hidden-content{
		padding:40px 15px !important; 
	}
	.service {
		height: auto;
		min-height:auto;
		background: none;
		margin-bottom: 20px;
		box-shadow: none;
		padding-top: 0;
		padding-left: 0;
	}
	.service-data {
		padding-left:0;
		margin-bottom:0;
		padding-right:0;
	}
	.service-col {
		margin-bottom: 10px;
	}
	.white-shape {
		display:none;
	}
	.service-image {
		position: static;
		display: block;
		width: 100%;
		height: 150px;
		background: none;
		margin-top:10px;
	}
	.service-image img {
		height: 100%;
	}
	.last {
		margin-bottom:20px !important;
	}
	.module-title {
		margin-bottom: 15px;
	}
	.module {
		margin-top: 30px;
	}
	.highmodule {
		margin-top:10px;
	}
	.highlight {
		margin-bottom:20px;
	}
	.about-us {
		margin-top: 20px;
		height: auto;
		padding: 15px 0;
	}
	.about-us-text {
		font-size: 16px;
		line-height: 25px;
	}
	.about-us-data {
		margin-bottom:15px;
	}
	.about-gallery-a {
		height: 264px;
	}
	.member {
		margin-bottom:20px;
	}
	.member-photo {
		height: 300px;
		margin-bottom: 5px;
	}
	.member-photo img {
		width: 100%;
		height: 100%
	}
	.arrive-step {
		margin-bottom:20px;
		flex-direction:column;
	}
	.arrive-number {
		font-size: 100px;
		line-height: 80px;
		margin-right: auto;
		margin-left: auto;
		text-align:center;
		margin-bottom:15px;
	}
	.arrive-data {
		text-align:center;
	}
		.arrive-higlights {
		margin-top: 0;
		height: auto;
	}
	.arrive-higlights-image {
		height:220px;
		margin-bottom:10px;
	}
	.arrive-higlights-data {
		padding: 0 15px 15px;
	}
	.arrive-higlights h2 {
		font-size: 21px;
		line-height: 25px;
	}
	.arrive-higlights li {
		font-size: 18px;
		line-height: 30px;
	}
	.item-page a {
		word-break: break-all;
	}
	.contact-text {
		text-align: left;
		font-size: 18px;
	}
	.contanct-wrapper {
		display:block;
	}
	.contanct-wrapper li {
		text-align: left;
		font-size: 18px;
		margin-bottom:5px;
	}
	.contanct-wrapper ul {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
}
.notice_div_ribbin {
	padding: 10px !important;
	box-shadow: 1px 0 12px rgba(0, 0, 0, 0.3);
	display:flex !important;
	justify-content:center;
	
}
.inner3,
.inner1 {
	width: auto !important;
}
.inner1 {
	padding: 0 50px;
	display:flex;
	flex-wrap:wrap;
}
.eb_contentwrap {
	float:none !important;
}
.eb_privacypolicy {
	float:none !important;
	padding-left: 0 !important;
}