@font-face {
	font-family: 'elephant-italic';
	src: url('../fonts/elephnti.ttf') format('truetype');
}
body{
	font-family: 'Lato', sans-serif;	
	color: #333333;
	font-size: 16px;
	background: url(../images/front/batik-left.png) left bottom no-repeat, url(../images/front/batik-right.png) right top no-repeat;
	background-size: 40%;
	background-color : #e7e7e7;
}
body.page-regulation{
	background: url(../images/front/batik-left-regulation.png) left bottom no-repeat, url(../images/front/batik-right-regulation.png) right top no-repeat;
	 background-size: 40%;
	 background-color : #e7e7e7;
}
body.page-news{
	background: url(../images/front/batik-left-news.png) left bottom no-repeat, url(../images/front/batik-right-news.png) right top no-repeat;
	 background-size: 40%;
	 background-color : #e7e7e7;
}
body.page-about{
	background: url(../images/front/batik-left-about.png) left bottom no-repeat, url(../images/front/batik-right-about.png) right top no-repeat;
	 background-size: 40%;
	 background-color : #e7e7e7;
	 height:100%;
}
body	{
	height: 100vh;
} 
html, body.static-page{
	min-height: 100%; 
}
img{
	max-width: 100%;
}
.warning{
	width:100%;
	height:auto;
	padding:100px 0;
	text-align:center;
}
.warning:after{
	border:none !important;
}
.error-message{
	color:#F00;
	font-size:14px;
}
.show-mobile{
	display: none !important;
}
.shade{
	background: rgba(0,0,0,0.2);
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 2;
	position:absolute;
	}

a:hover, a:focus, a:active, button:hover, button.active, button:focus{
	text-decoration: none !important;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset:0px;
}

#main-banner{
	position: relative;
}

.slider-container	{
	height: 100vh;
}
.slider-container .slick-track {
	position: relative;
	height: 100vh;
}
.slider-item img{		
	transition: transform 20s linear, -webkit-transform 20s linear;
}
.slick-slide-image { 
	transition: all 10s ease-out;
	width: 100%;
} 
.reset-animation .slick-slide-image {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0s ease-out;
	transition: all 0s ease-out;
	opacity: 0;
	transform: translateY(-1%);
}

.slider-item:nth-child(2) img{
	transform: scale(1, 1);
	transition: transform 4s linear, -webkit-transform 4s linear;
}
.slide-item:first-child img.slick-slide-image {
	transition: transform 10s linear, -webkit-transform 10s linear;
	transform: translateY(-30%);
	opacity: 0;
}

.slider-item.slick-active:nth-child(2) img{
	transform: scale(1.2, 1.2);
	transition: transform 5s linear, -webkit-transform 5s linear;
}
.slider-item.slick-active:first-child img{ 
	transform: translateY(-30%);
	transition: transform 20s linear, -webkit-transform 20s linear;
}
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	height: 61px;
	width: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 9;
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
}

.slick-prev:before {
	content: ' ';
	background-image: url(../images/front/arrow-left.png);


}
.slick-next:before {
	content: '';
	background-image: url(../images/front/arrow-right.png) ;

}

.splash-logo-container{
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	z-index: 5;
	transform: translate(-50%, -50%);
} 

.splash-logo-container a{
	display: inline-block;
	padding:3px;
	border:1px solid #fff;
}
.logo-splash{
	width:300px;
}
a.btn-enter{
	border:0;
	background :#333333;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	float:right; 
	position: absolute;
		top: 50%;
		right: 0; 
	z-index: 5;
	transform: translate(0%, -50%);
}
a.btn-enter2{
	border-left: 8px solid #333;
	padding-left: 12px;
	font-size: 20px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	color: #333;
	line-height: 20px;
}
.btn-submit{
	background: #333;
	color: #fff;
	border-radius: 0;
}
.logo-container{
	padding-top: 25px;
	/*width: 200px;*/
}
.main-nav{
	margin-right:15px;
	text-align: right;
}
.main-nav ul{
	padding:0;
} 
.main-nav ul li{
	display: inline-block;
	padding-left: 20px;
	text-align:center;
	vertical-align:top;
	line-height:1em;
}
.main-nav ul li a{
	display: block;
	padding-top: 30px;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	border-top: 10px solid transparent;

}
.main-nav ul li:hover a{
	border-top: 10px solid #999;
}
.main-nav ul li.active a{
	border-top: 10px solid #333;
}
.cn .main-nav ul li a{
	font-size:15px;
}
.lang-container{
	background: rgba(214,214,214,1);
	background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(211,211,211,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(100%, rgba(211,211,211,1)));
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(211,211,211,1) 100%);
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(211,211,211,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(211,211,211,1) 100%);
	background: linear-gradient(to bottom, rgba(214,214,214,1) 0%, rgba(211,211,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d3d3d3', GradientType=0 );
}
.langlist-container{
	padding:0;
	margin:0 15px 0 0;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	text-align: right;
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.langlist-container li{ 
	display: inline-block;
	vertical-align: top;
}
.langlist-container a{
	background: #c5c5c5;
	padding:6px 10px;
	font-size: 10px;
	display: block;
	line-height: 11px;
	color: #333;
	margin-right: 1px;
	vertical-align: top;

}
.langlist-container li.active a, .langlist-container li a:hover{
	color: #fff;
	background: #333333;
	}
.content-page{
	min-height: 400px;
}

h1.page-title {
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 30px;
	line-height:1em;
}
h1.hometitle.page-title{
	font-size: 100px;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: normal;
}
.page-title.regulation-title{
	padding:0;
}
.htitle-white{
	color: #fff;
}
.htitle-black{
	color: #333;
}
.home-img-wrapper{
	text-align:right;
}
.tag-home{
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
} 
.tag-home img{
	max-width:330px;
	height:auto;	
}
.tag-home strong{
	font-family: 'elephant-italic';
}
.home-address{
	margin:30px 0 30px;
	padding-left: 20px;
	font-size:14px;
}
.home-contact{
	margin-top:10px;
	padding-left: 20px;
	font-size:14px;
}
.home-contact ul{
	padding:0;
	margin:0;
}
.home-contact ul li{
	display: inline-block;
	width:100%;
	margin:0;
	padding:3px 0 3px 22px;
	font-size:13px;
	line-height:1em;
	background-repeat:no-repeat;
	background-position:left;
}
.about-tab .nav-pills li, .regulations-tab .nav-pills li, .services-tab .nav-pills li{
	padding: 0 0px;
}
.about-tab .nav-pills li a, .regulations-tab .nav-pills li a, .services-tab .nav-pills li a{
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1.5;
	border-radius: 0;
	padding:0 20px;
}
.about-tab .nav-pills .nav-link.active , .nav-pills .show>.nav-link, .regulations-tab .nav-pills	.nav-link.active , .services-tab .nav-pills .nav-link.active{
	background :transparent;
	border-radius: 0;
	color: #333;
}
.about-tab .nav-pills .nav-link span.menu-linebar, .regulations-tab .nav-pills .nav-link span.menu-linebar, .services-tab .nav-pills .nav-link span.menu-linebar{ 
	transform-origin: 100% 50%; 
	border-top: 2px solid	#333; 
	display: inline-block;
	transform: scaleX(0);	
	width: 80px;
}
.regulations-tab{
	display:none;
}
.regulations-tab .nav-pills .nav-link span.menu-linebar{ 
	width: 20px;
}
.about-tab .nav-pills .nav-link:hover span.menu-linebar, .about-tab .nav-pills .nav-link.active span.menu-linebar,
.regulations-tab .nav-pills .nav-link:hover span.menu-linebar, .regulations-tab .nav-pills .nav-link.active span.menu-linebar,
.services-tab .nav-pills .nav-link:hover span.menu-linebar, .services-tab .nav-pills .nav-link.active span.menu-linebar{
	transform: scaleX(1); transform-origin:	0% 50%;
	transition: transform 250ms ease-in-out;
}
.about-tab .nav-pills li:hover a, .regulations-tab .nav-pills li:hover a, .services-tab .nav-pills li:hover a{
	border-radius: 0;
	color: #333;
}
.about-content, .regulations-content, .services-content, {
	font-weight: 14px;
	font-weight: 300;
}
.tab-content, .regulation-content{
	padding-top: 30px;
}
.tab-content h3{
	font-size: 20px;
	font-weight: normal;
}
.getintouch-link{
	color: #333;
	font-weight: bold;
	border-left: 10px solid rgba(255,255,255,0.5);
	display: block;
	padding-left: 15px;
}


/** news list **/
.news-item{
	padding:0 0 25px;
}
.news-item .news-image{
	border-bottom: 5px solid #333;
}
.news-item .news-image img{
	width:100%;
	height:300px;
	object-fit:cover;
}
.news-item-desc{
	margin-bottom:20px;
	line-height:1.1em;
}
.news-list-container > .row > div{
	margin-bottom: 30px;
}
.news-list-container > .row > div::after{
	content: '';
	position: absolute;
	bottom:25px;
	border-bottom: 1px solid #333;
	right: 15px;
	left:15px;
}
.news-item .news-date{
	padding:15px 0 8px;
	font-size: 13px;
	font-weight: 300;
}
.news-item .news-item-title h2{
	margin:0 0 5px;
	padding:0;
	font-size: 18px;
	font-weight: bold;
	line-height:1.2em;
}
.news-item .news-item-title a h2{
	color:#222;
}
.btn-more{
	padding-bottom: 10px;
	color: #333;
	border-bottom: 3px solid #333;
}
.btn-more-container{
	margin-bottom:50px;
}


/** news detail **/
.news-detail-date{
	font-size:16px;
	font-weight:300;
}
h1.news-detail-title{
	margin:0 0 30px;
	padding:0;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	letter-spacing:0;
}
.news-detail-image{
	width:100%;
	margin-bottom:15px;
	text-align:center;
}
.news-detail-source{
	font-size:14px;
	font-style:italic;
}
.news-list-container.see-also{
	margin-top:30px;
}
.news-list-container.see-also h3{
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:1px;
}

/** highlighted **/
body.page-highlighted .content-page h3{
	font-size:19px;
	font-weight:bold;
}
body.page-highlighted .content-page p{
	font-size:15px;
}
body.page-highlighted .content-page .main-image{
	width:100%;
	height:100%;
	object-fit:cover;
}


/** range **/
body.page-range h3{
	font-size:20px;
	font-weight:bold;
}


/** portfolio list **/
#regulation {
	display: block;
	width: 100%;
	padding: 0 12px;
	margin-bottom: 35px;
	text-align: center;
	list-style:none;
}

#regulation .item {
	/*display: none;
	opacity: 0;*/
	width: 100%;
	margin-bottom: 25px;
	margin-right: 20px; 
}
#regulation .item a {
	display:	block;
	max-width: 100%;
	text-decoration: none;
	background: #fff;
	border-top: 5px solid #333;
	padding:0 15px;

}
.reg-date {
	font-size: 60px;
	font-weight: 300;
	line-height: 50px;
	color: #333;	
	padding: 20px 0;
	background: #bebebe; 

}
.reg-date span{ 
	font-size: 12px;
	display: block;
	line-height: normal;
	font-weight: normal;

}
.reg-info{
	background:#d5d5d5;
	color: #333;

}
.reg-info .regnumber{
	font-size: 14px;
	padding-top: 20px;

}
.reg-info .reg-title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px
}
.description .main-image{
	width:98%;
}
.quote-sp blockquote{
	padding:0 50px;
	position: relative;
	margin:0 0 15px;
	text-align:justify;
	line-height:1.3em;
}
.quote-sp blockquote:before, .quote-sp blockquote:after{
	font-size: 50px;
	content: ' '; 
	padding:0;
	position: absolute;
	width: 30px;
	height: 30px;
}
.quote-sp blockquote:before{
	background: url(../images/front/blockquote-left.png) no-repeat top left;
	background-size: contain;
	left: 0;
	top: 0;

}
.quote-sp blockquote:after{
	background: url(../images/front/blockquote-right.png) no-repeat top left;
	background-size: contain;
	right: 0;
	bottom: 0;

}
.client-contentpage .quote-sp blockquote{
	margin-top: 0;
}
.teammember-container .col-sm-6{
	font-size:15px;
	text-align:justify;
	margin-bottom:30px;
}
.teammember-container .col-sm-6:nth-child(2n+1){
	clear:left;
}
.teammember-img{
	width:50%;
	margin:5px 0 0 25%;
}
.teammember-name {
	padding-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 18px;
}
.teammember-name > span{
	display: block;
	font-size:14px;
	font-weight: normal;
}
.industries-list-container{
	padding-top: 30px;
}
.industries-list-container h2{
	font-size: 24px;
}
.client-icon-list{
	margin:0;
	padding:0;
	margin-bottom: 20px
}
.client-icon-list li{
	display: inline-block;
	width: 24%;
	padding:0 0px;
	text-align: center;
}
.client-icon-list li img{
	width: 50px;
	margin:0 auto;
}
.industry-list{
	padding:0;
	margin:0;
}
.industry-list li{
	width: 24%;
	padding-right: 10px;
	display: inline-block;
}
.industry-list li:before{
	content: '●';
	display: inline-block;
	width: 18px;
	height: 20px;
}

/* contact */
.maps{
	padding:0 15px 50px;
}
.maps iframe{
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
#map_canvas{width:100%; height:340px;}
#gmapcontent{margin:0; padding:0;}
#gmapcontent h2{font-size:16px; line-height:1.2em; margin:0 0 2px 0;}
#gmapcontent p{margin:0; font-size:12px;}
#gmapcontent #bodyContent{width:100%; height:auto; margin:0 0 5px 0;}
#contactFrom > .form-group{
	margin-bottom:5px;
	position: relative;
}
#contactFrom input[type="text"], #contactFrom textarea{
	width: 100%;
	border:0;
	border-bottom: 1px solid #333;
	background: transparent;
	border-radius: 0;
	padding:5px 10px;
}
#contactFrom textarea{
	height: 70px;
	border:0;
	background: #ececec;

}
#contactFrom textarea::-webkit-input-placeholder, #contactFrom input::-webkit-input-placeholder { /* Edge */
	color: #999;
	font-weight: 300;
}

#contactFrom input:-ms-input-placeholder , #contactFrom textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
	font-weight: 300;
} 
#contactFrom input[type=text]:focus, #contactFrom textarea:focus{
	box-shadow: none;
	outline: none;
}
.home-content.content-page{
	display: flex;
	min-height: 60vh;
	justify-content: center;
	align-items: center;
	padding:15px 0;
}
.lang-cn .home-content.content-page p, .lang-cn .home-content.content-page li{
	line-height:2.2em;
}
.page-home.lang-cn .home-content.content-page p, .page-home.lang-cn .home-content.content-page li{
	line-height:1.5em;
}
/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** media queries **/
@media screen and (max-width: 720px) {
	h1 { font-size: 2.7em; }
}

@media screen and (max-width: 500px) {
	h1 { font-size: 2.0em; }
	#filter-list { margin:0; padding: 0 18px; }
	#filter-list li { display: block; margin-bottom: 3px; }
	
	#regulation { margin-bottom: 20px; }
	#regulation .item { width: 100%; margin-bottom: 12px; margin-right: 0; }
}

footer{
	 margin-bottom:0;
	 padding-top:15px;
}
.copyright{
	font-weight: 300;
	display: inline-block;
	padding-top: 5px;
	font-size: 12px;
}
.footer-content{
	text-align: right;
	border-right: 15px solid #333;
	font-size: 11px;
	padding-right: 10px;
}
.footer-contact ul{
	padding:0;
	margin:0;
}
.footer-contact ul li{
	display: inline-block;
	margin:0 10px;
	padding:3px 0 3px 22px;
	font-size:13px;
	line-height:1em;
	background-repeat:no-repeat;
	background-position:left;
}
.home-contact .icon-phone, .footer-contact .icon-phone{
	background-image: url(../images/front/icon-phone.png);
	background-size: 20px;
}
.home-contact .icon-clock, .footer-contact .icon-clock{
	background-image: url(../images/front/icon-clock.png);
	background-size: 20px;
}
.home-contact .icon-wa, .footer-contact .icon-wa{
	background-image: url(../images/front/icon-wa.png);
	background-size: 18px;
}
.home-contact .icon-wa a, .footer-contact .icon-wa a{
	color: #333;
}
.home-contact .icon-email, .footer-contact .icon-email{
	background-image: url(../images/front/icon-email.png);
	background-size: 16px;
}
.home-contact .icon-web, .footer-contact .icon-web{
	background-image: url(../images/front/icon-web.png);
	background-size: 16px;
}
.static-page{ 
}
@media (min-width: 576px) {	}

@media (min-width: 768px) {	}

@media (min-width: 992px) {	}

@media (min-width: 1200px) {	}