@charset "utf-8";

body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#FFF;
	background-color:#333;
}
h1{font-size: 48px; text-transform:uppercase; font-weight:700; margin-bottom:50px;}
h2{font-size:36px;}
h3{font-size:28px;}
h1,h2,h3,h4,h5,h6{font-family: 'Oswald', sans-serif; font-weight:400;}
a{color:#fab207;}
.clearfloat{clear:both; height:0; font-size:1px; line-height:0px;}
.btn{background-color:#fab207; padding:15px 45px; font-size:18px; font-weight:100; color:#000; font-family: 'Oswald', sans-serif; font-weight:400; border-radius:0; letter-spacing:1px; text-transform:uppercase;}
.btn:hover{color:#FFF; background-color:#fbc70f;}
.btn-black{background-color:#222; color:#FFF;}
.btn-black:hover{background-color:#333; color:#FFF;}

/* --- NAVBAR --- */
.navbar{
	background-color:#222;
	width:100%;
	margin: 0;
	border: none;
	border-top:solid 1px #fab207;
	padding: 10px 0 0;
	box-shadow:0 10px 10px rgba(0,0,0,0.05);
	position:fixed;
	top:0;
	z-index:2;
}
.navbar-brand img{
	height:60px;
}
.navbar-right{
	margin:0;
	text-align:center;
	padding-right:15px;
	color: #fff;
}
.navbar-brand{
	height:100px;
}
.navbar-nav > li{
	display:block;
}
ul.nav.navbar-nav.navbar-right{
	margin:25px 0 0;
}
ul.nav.navbar-nav.navbar-right li a{
	margin:0 20px;
	padding:10px 0 42px;
	color: #FFF;
	font-size:13px;
	font-weight: 300;
	letter-spacing:2px;
	border-bottom: 3px solid #222;
}
.navbar-inverse .navbar-nav>.open>a{
	background-color:transparent;
	color:#222;
}
ul.nav.navbar-nav.navbar-right li.icon{
	
}
ul.nav.navbar-nav.navbar-right li.icon a{
	margin:0 0 0 2px;
	padding:10px 8px;
}
ul.nav.navbar-nav.navbar-right li:not(.icon) a:hover{
	border-bottom: 3px solid #fab207;
	color:#fab207;
}
ul.nav.navbar-nav.navbar-right li.active a{
	background-color: transparent;
	border-bottom: 3px solid #fab207;
}
ul.nav.navbar-nav.navbar-right li.active a:hover{
	color: #fab207;
}
button.navbar-toggle{
	border: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #222;
}
.navbar-collapse{
	float:right;
	width:75%;
	margin:0;
	text-align:right;
}
.navbar-nav .dropdown-menu li a{
  font-size: 0.80em;
  padding:10px 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > li > a:focus{background: none;}
.dropdown-parent{position: relative;}
.dropdown-child{
	display:none;
	position: absolute;
	margin:0;
	padding:0;
	list-style:none;
	background: #242424;
	z-index: 99999;
	border:1px solid #242424;
	border-bottom: 0;
	color:#FFF !important;
	left:0;
}
.dropdown-child li{
	margin:0;
	padding:0;
	border-bottom: 1px solid #242424;
	display: block;
	text-align: left;
}
ul.nav.navbar-nav.navbar-right li .dropdown-child li a{margin:0; padding:9px 15px 9px !important; color: #EEE; border:none;}
ul.nav.navbar-nav.navbar-right li .dropdown-child li a:hover{color:#FFF; background: #2f2f2f; border:none;}
.dropdownnav:hover ul.dropdown-child{display: block;}
.dropdownnav a span{
	font-size: 0.9125em;
}
ul.dropdown-child a{
	white-space: nowrap;
	display: block;
}
/* --- END NAVBAR --- */



.menu-btn{
	display:none;
	padding:5px;
	position:absolute;
	z-index:81;
	top:30px;
	left:auto;
	right:15px;
	cursor:pointer;
}
.index .menu-btn{
	top:15px;
}
.menu-btn img{
	width:20px;
	height:20px;	
}
.menu-btn:hover{
	background:#333;
}
.menu-btn .v2{
	display:none;
}
.menu-right{
	width:100%;
	height:100vh;
	padding:15px;
	position:fixed;
	z-index:101;
	background-image:url(), url(../images/front/bg-splat.jpg);
	background-position:right top, left bottom;
	background-repeat:no-repeat;
	background-color:#F0F0F0;
	background-size:60% auto, 60% auto;
	text-align:center;
	left:0;
	top:0;
}
.mobile-lang{
	float:left;
}
.mobile-lang a{
	display:inline-block;
	padding:5px 10px;
	color:#000;
	font-weight:bold;
}
.mobile-lang a.active{
	border:solid 1px #FFF;
}
.mobile-logo{
	width:100%;
	top:100px;
	left:0;
	text-align:center;
	position: absolute;
	display: inline-block;
	z-index:102;
}
.mobile-logo img{
	height:90px;
	margin:0px 0 0;
}
.close {
	float:right;
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	top:0;
	overflow: hidden;
	cursor:pointer;
	opacity:1;
	background-color:#EEE;
}
.menu-right .close{
	right:0;
}
.menu-right .close img{
	width:20px;
	height:20px;
}
.menu-right .close::before, .menu-right .close::after {
	background: #FFF;	
}
.works .close::before, .works .close::after {
	background: #000;	
}
.close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.hairline::before, .close.hairline::after {
	height: 1px;
}
.close.thick::before, .close.thick::after {
	height: 4px;
	margin-top: -2px;
}
.close:focus, .close:hover{
	opacity:1;
}
.menu-right ul{
	margin:25vh 0 0;
	padding:0;
	font-size:3vw;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	list-style:none;
}
.menu-right ul li{
	margin:0;
	padding:0;
	line-height:50px;
}
.menu-right ul a{
	text-decoration:none;
	color:#222;
	font-weight:bold;
	letter-spacing:1px;
}
.menu-right ul a:hover{
	color:#f8dc01;
}


/* HEADER */
.nav-group{
	background-image:url(../images/front/welcome4.jpg);
	background-size:60% 100%;
	background-repeat:no-repeat;
	background-position:left top;
}
.index .nav-group{
	background-image:none;
}

/* BANNER */
.banner-container{
	width:100%;
	height:auto;
	margin:110px 0 0;
}
.banner-container img{
	width:100%;
	height:auto;
}


/* --- SLIDESHOW --- */
.slideshow{
	margin:110px 0 0;
	padding: 0;
}
.slideshow img{
	width: 100%;
	height:auto;
	object-fit:cover;
}
.slideshow .caption-slider{
	z-index: 999;
	color: #fff;
	margin:0;
	padding:0;
	position:absolute;
	top:320px;
	left:110px;
}
.slideshow .caption-slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slideshow .caption-slider li{
	margin:0;
	padding:0;
	font-size:72px;
	font-family:Oswald;
	font-weight:100;
	color:#FFF;
	line-height:0.9em;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.slideshow .caption-slider li strong{
	color:#33ccff;
	font-weight:700;
}
.slideshow .caption-slider li:last-child{
	font-size:150px;
	color:#ffcc00;
	text-align:right;
	margin:-50px -50px 0 0;
	font-weight:700;
}
.caption-slider .name-loc{
	float:left;
	padding:20px 30px;
}
.caption-slider .name-loc h3{
	margin:0 0 2px;
	padding:0;
	font-size:28px;
	font-weight:normal;
}
.caption-slider .name-loc span{
	font-weight:100;
}
.caption-slider .btns{
	float:left;
}
.my_btn_prev, .my_btn_next{
	margin:0;
	cursor: pointer;
	font-weight: 100;
	background-color: #3a3a3a;
	padding: 14px 30px;
}
.my_btn_prev:hover, .my_btn_next:hover{
	background:#222;
}
.my_btn_prev{
	border-bottom:1px solid #999;
}
.slick-dots{
	position: absolute;
	z-index:1000;
	margin:-40px auto 0;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 42px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
	color: black;
}


#slidermobile{
	margin:110px 0 0;
	display:none;
}
/* --- END SLIDESHOW --- */



.hm_about{
	background-color:#252525;
	padding:60px 0;
	text-align: center;
}
.hm-about-content{
	padding: 15px 320px;
}
.hm-about-content h2{
	margin:0 0 30px;
}
.hm-about-content p{
	margin-bottom:25px;
	font-size: 18px;
	font-weight: 300;
}
.hm-about-content .btns{
	margin-top:10px;
	padding: 0;
}
.hm-about-content .btns a{
	text-decoration: none;
}



.glance{
	padding:60px 0 80px;
	background-color:#2b2b2b;
	text-align:center;
}
.glance h2{
	margin:0 0 40px;
}
.glance img{
	width:40%;
	height:auto;
}
.glance span{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
}
.service_ctn h3{
	 margin-bottom:0;
}



.productpreview{
	width:100%;
	padding:60px 0 190px 0;
	background-image:url(), url(../images/front/bg-splat.jpg);
	background-position:right top, left bottom;
	background-repeat:no-repeat;
	background-size:30%, 30%;
	background-color:#333;
	color:#222;
}
.swiper-container{
	width:100%;
	height:280px;
}
.swiper-pagination{
	width:100%;
	bottom:150px !important;
}
.swiper-pagination-bullet{
	margin:0 2px;
}
.swiper-pagination-bullet-active{
	background:#000 !important;
}
.productpreview h2{
	margin:0 0 50px;
	padding:0;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.productpreview h3{
	color:#FFF;
}
.productpreview li a{
	color:#222;
}
.productpreview a:hover{
	text-decoration:none;
}
.productpreview li a:hover{
	text-decoration:none;
}
.productpreview ul{
	list-style:none;
}
.productpreview li{
	padding:15px;
	background-color:#FFF;
	border-radius:10px;
	color:#222;
	font-size:16px;
	line-height:1em;
}
.productpreview li img{
	width:100%;
	height:200px;
	object-fit:cover;
	margin:0 0 15px;
	border-radius:4px;
}
.productpreview li small{
	font-size:11px;
	line-height:10px;
}
.productpreview .more{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:65px;
}
.productpreview .more a{
	color:#000;
	background-color:#fab207;
}

#popuphome h2{
	text-transform:uppercase;
	font-weight:700;
	font-size:36px;
}
#popuphome ul{
	list-style:none;
	margin:0;
	padding:0;
}
#popuphome li{
	margin:0;
	padding:0 15px;
}
#popuphome li img{
	width:100%;
	height:auto;
}
#popuphome .close{right:0; top:0; width:20px; height:20px; text-align:center; display:inline-block; position:absolute; z-index:2; font-weight:normal; line-height:15px; color:#000; border-radius:50%; opacity:1;}



/*--- Parallax ---*/
.parallax{
	background-image: url(../images/front/bg-quote.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.parallax-inner{
	text-align: center;
	padding: 50px 0 80px;
	width: 100%;
}
.parallax-inner p{
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	padding: 30px 300px 0;
}
.parallax-inner img{
	width: 2px;
	line-height: 10px;
}
.parallax-inner h5{
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}
/*--- Parallax ---*/

.hm_pc{
	color:#222;
	background-color:#FFF;
	padding:50px 0 70px;
	text-align: center;
}
.hm_pc img{
	width: 100%;
	height:160px;
	object-fit:contain;
}
.hm_pc .slick-slide{
	margin:30px 30px;
}
.hm_pc .col-xs-6{
	padding:0 5px;
}
.hm_pc .btn{
	margin-top:30px;
}


.insist{
	padding:80px 15px 100px;
	background-image:url(../images/front/bg-insist.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
	background-color:#edf0ed;
}
.insist h2{
	margin:0;
}
.insist p{
	margin:30px 0 40px;
	font-size:48px;
	color:#FFF;
}



.quotes{
	padding:80px 15px;
	background-image:url(../images/front/bg-quotes.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-size:auto 100%;
	background-color:#edf0ed;
}
.quotes .col-sm-5{
	text-align:center;
}
.quotes h2{
	margin:0;
	font-size:32px;
	font-weight:100;
	text-shadow:0 0 5px rgba(0,0,0,0.2);
}
.quotes h3{
	margin:0;
	font-size:48px;
	font-weight:bold;
	text-shadow:0 0 5px rgba(0,0,0,0.2);
	text-transform:uppercase;
}
.quotes img{
	height:60px;
	width:auto;
	margin:50px 0 10px;
}


.hm_contact{
	background-image: url(../images/front/bg-contact.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding: 50px 0 30px;
}
.hm_contact_sct{
	padding: 30px 240px;
}
.hm_contact_sct h3{
	color: #fff;
	font-size: 36px;
	padding-bottom: 30px;
}
.hm_contact_sct a.btn{
	padding: 10px 30px;
	border: 1px solid #fff;
	font-weight: 700;
	font-size:18px;
}



.office{
	margin:0 0 -6px;
	padding:0;
}
.office h2{
	margin:50px 0 60px;
}
.office .col-sm-4{
	font-size:18px;
}
.office p strong{
	font-family:'Oswald', sans-serif;
	font-size:28px;
}

.footer{
	background-color:#2a2a2a;
	color:#FFF;
}
.footer_ctn img:hover{
	opacity: 0.4;
}
.footer-logo{
	text-align:center;
}
.footer-logo img{
	height:80px;
	width:auto;
	margin:40px 10px 40px 0;
}
.footer-intro{
	padding:40px 0 0;
	color:#DDD;
	line-height:1.2em;
}
.social{
	width:100%;
	margin:0 0 15px;
}
.social img{
	width:auto;
	height:60px;
	margin:5px;
}
.social a{
	display:inline-block; width:50px; height:50px; line-height:50px; text-align:center; background-color:#444; border-radius:50%;
}
.social a:first-child img{
	margin:5px 0;
}
.social img:hover{
	opacity:0.7;
}
.copyright{
	height:120px;
	padding:30px 15px 70px 0;
	line-height:20px;
	text-align:right;
	font-size:13px;
	font-weight:300;
	color:#CCC;
	letter-spacing:1px;
}


#sidebar2{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 90px;
	z-index:200;
}
#sidebar2 img{
	width:60px;
	height:60px;
}
#sidebar2 a{
	display:block;
}
#sidebar2 a:first-child{
	margin-bottom:5px;
}



/*-- ABOUT --*/
.about{
	padding:160px 15px 50px;
	font-size:17px;
}
.about-content{
	line-height:2em;
	text-align:center;
}
.about-content h1{
	margin:0 0 50px;
	text-align: center;
}
.about-content h3{
	margin-bottom:25px;
	line-height: 10px;
	font-weight:700;
	color: #000;
}
.about-content img{
	float:right;
	width:80%;
	height:auto;
	margin:0;
}
.about-content ul{
	padding-left: 15px;
}
.about-content ul li{
	color: #000;
}
.ceomessage-content{
	padding:50px 15px;
	text-align:center;
	background-color:#2a2a2a;
	border-bottom:solid 1px #4a4a4a;
}
.ceomessage-content h3{
	margin:20px 0 30px;
	font-size:36px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:1px;
	text-align:center;
}
.ceomessage-content p{
	margin-bottom:15px;
	font-size:14px;
}
.ceomessage-content img{
	float:right;
	width:100%;
	height:auto;
	margin:0 0 50px;
}
.ceomessage-content strong{
	color:#fab207;
}


/* Create three equal columns that floats next to each other */
.column {
	display: none; /* Hide all elements by default */
}
/* The "show" class is added to the filtered elements */
.column.show {
	display: block;
}
.column.show:nth-child(3n+1) {
	/*clear:left;*/
}





/* ARTICLE */
.article .news_archieve{
	margin-bottom:50px;
	font-size:18px;
	font-weight:bold;
}
.article .news_archieve a{
	color:#000;
}
.article .news_archieve img{
	width:100%;
	height:200px;
	margin-bottom:10px;
	object-fit:cover;
}


/* ARTICLE DETAIL */
.article h1, .article_detail h1{
	margin:50px 0 50px;
}
.article_detail .pd{
	padding:0 0 50px;
}
.article_detail .pd .container{
	font-size:18px;
}
.article_detail .client-logo-container{
	display:none;
}


/* CLIENTS */
.clients{
	padding:50px 0 0;
	background-color:#FFF;
	color:#333;
}
.clients h1, .clients p{
	text-align:center;
}
.clients-widget{
	padding:0 0 50px;
	background-color:#FFF;
	color:#333;
}
.clients-widget .col-xs-6{
	margin-bottom:30px;
}
.clients-widget img{
	width:100%;
	height:auto;
}

/* SERVICES */
.services .news_archieve{
	margin-bottom:20px;
}
.services .news_archieve:last-child{
	margin-bottom:100px;
}
.services .news_archieve a{
	color:#000;
}
.services .news_archieve img{
	width:100%;
	height:100px;
	margin-bottom:10px;
	object-fit:contain;
}
.services .news_archieve .na_title{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.services .news_archieve .na_brief{
	color:#222;
	font-weight:normal;
}


/* PRODUCT */
.productcategory-container{
	padding:0 0 100px;
}
.productcategory-container h1{
	margin:50px 0 0;
	text-align:center;
}
.productcategory-container h2{
	margin:20px 0 20px;
	padding:0 0 15px;
	font-size:20px;
	text-align:center;
	border-bottom:dashed 1px #666;
}
.productcategory-container h3{
	margin:15px 0 30px;
	text-align:center;
}
.productcategory-container .pc-icon{
	float:left;
	width:100%;
	margin:50px 0 10px;
	text-align:center;
}
.productcategory-container .pc-icon-inner{
	display:inline-block;
	width:90px;
	height:90px;
	padding:15px;
	background-color:#FF9;
	border-radius:50%;
}
.productcategory-container .pc-icon img{
	width:auto;
	height:60px;
}
.productcategory-container .intro{
	font-size:16px;
}
.productcategory-container .intro ul{
	margin:0 0 10px;
	padding:0;
}
.productcategory-container .intro li{
	margin:0 0 0 17px;
	padding:0 0 0 1px;
}
.productcategory-container .cats ul{
	margin:0 -15px;
	padding:0;
	list-style:none;
}
.productcategorydetail-item{
	margin:0 0 30px;
}
.productcategorydetail-item:nth-child(4n+1){
	clear:left;
}
.productcategorydetail-item img{
	width:100%;
	height:150px;
	object-fit:cover;
}
.productcategorydetail-item .name{
	margin:5px 0 0;
	line-height:1em;
}
.productcategorydetail-item .name a{
	color:#222;
}

/*-- CONTACT --*/
.contact_sct{
	margin-bottom:50px;	
}
.contact h1{
	margin:50px 0 50px;
	text-align:center;
}

.maps{
	margin-bottom:50px;
}
.maps iframe{
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.maps iframe.clicked{
	pointer-events: auto;
}
.form-group input{
	padding:10px 12px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.form-group textarea{
	height:100px;
	background-color: #fff;
	color: #222;
	border-radius: 0;
}
.contact_sct .linebelow{
	margin-bottom:30px;
	border-bottom:solid 1px #FFF;
}
.contact_ctn{
	margin-bottom:50px;
	font-size:20px;
	line-height:32px;
}
.contact_ctn h3{
	margin:0 0 30px;
}





.delay>*:nth-child(1) {
  animation-delay: 0s;
} 
.delay>*:nth-child(2) {
  animation-delay: 0.2s  ;
} 
.delay>*:nth-child(3) {
   animation-delay: 0.4s;
} 
.delay>*:nth-child(4) {
  animation-delay: 0.6s;
} 
.delay>*:nth-child(5) {
	animation-delay: 0.8s;
} 
.delay>*:nth-child(6) {
	animation-delay: 0.9s;
} 
.delay>*:nth-child(7) {
	animation-delay: 1s;
} 
.delay>*:nth-child(8) {
	animation-delay: 1.4s;
}


.notify{
	color:#FFF;
}