@import url(owl.carousel.css);
@import url(easy-responsive-tabs.css);


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
	background: #000;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
	
}




/* rotate script & opacity
img:hover, img.setting:hover {
	 transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;

	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	  filter: alpha(opacity=90);
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;
}
*/


.search-bar input {
	font-size: 12px;
	width: 100%;
	padding: 3px 10px;
	border:1px solid #D9D9D9;
	border-radius: 6px 6px;
	margin-top: 7px;
	background: #ffffff url(../img/search.png) right center no-repeat;
}

.indonesian a, .english a {
	color: #da1e25;
}

.most-top {
	height: 75px;
	background: #000;
	padding-top: 18px;
	border-bottom: 9px solid rgb(187,187,187);
	width: 100%;
	margin-left: 0;
}

.most-top .col-md-5 {
	padding: 0;
}

.indonesian, .english {
	float: right;
	padding: 7px 0 7px 20px;
	color: #fff;
	-webkit-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	-webkit-box-shadow: 0 1px 5px -5px #303030;
	box-shadow: 0 1px 5px -5px #303030;
}


.english {
	margin-right: 15px;
	background: url(../img/english.png) left center no-repeat;
}

.indonesian {
	background: url(../img/indonesia.png) left center no-repeat;
}

.nav > li ul {
	z-index: 9999;
	background: #000;
	padding: 0;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	-webkit-box-shadow: 5px 5px 15px -1px #191919;
	box-shadow: 5px 5px 15px -1px #191919;
}


.nav > li >  ul li {
	background: #555; 
	display: block; 
	color: #fff;
	padding: 6px 9px;
}

.nav > li >  ul li a {
	color: #fff;
	text-shadow: 0 -1px 0 #000
}

.nav > li >  ul li:hover {
	background: #666;
}

.nav > li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.slider-area {
	background: #000;
}

.main-content {
	background-color: #ffffff
}

.box-content {
	background: #ffffff;
	padding: 15px 27px;
}


.logo-about img {
	width: 100%;
}

.more {
	font-family: 'Oswald', sans-serif;
	background: #ab181d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ab181d 0%, #da1e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab181d), color-stop(100%,#da1e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ab181d 0%,#da1e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ab181d 0%,#da1e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ab181d 0%,#da1e25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ab181d 0%,#da1e25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab181d', endColorstr='#da1e25',GradientType=0 ); /* IE6-9 */
	padding: 5px 12px;
	color: #fff;
	margin-top: 10px;
}

.more span {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 20px;
	background: url(../img/more.png) no-repeat right center;
}

.more:hover {
	background: #ab181d;
	text-decoration: none;
	color: #ffffff;
	background: #da1e25; /* Old browsers */
	background: -moz-linear-gradient(top,  #da1e25 0%, #ab181d 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da1e25), color-stop(98%,#ab181d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #da1e25 0%,#ab181d 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #da1e25 0%,#ab181d 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #da1e25 0%,#ab181d 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #da1e25 0%,#ab181d 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1e25', endColorstr='#ab181d',GradientType=0 ); /* IE6-9 */
}

.middle-home {
	margin-bottom: 20px;
}

.middle-home h3 {
	color: #D61E24;
}

.news-home li {
	list-style-image: url(../img/blue-right.png) ;
}

.news-home {
	padding-left: 12px;
	margin: 0;
}

.news-home  h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 16px;
}

.news-home li p {
	font-size: 12px;
}

.news-home  h4 a {
	font-size: 16px;
	margin-bottom: 0;
	font-family: 'Roboto Slab', serif;
	color: #000;
	font-weight: bold;
	line-height: 18px;
}

.news-home li p {margin-top: 0; padding-top: 0;}

.list_carousel {
	margin: 0 0 30px 60px;
	width: 360px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	color: #000;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	min-height: 500px;
}

.list_carousel figcaption h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	margin-top: 15px;
	float: right;
	margin-right: 8px;
}
.next {
	margin-top: 15px;
	float: right;
}

#foo4 h3 {
	color: #000;
	margin-bottom: 3px;
}

#foo4 p {margin-bottom: 15px;}

footer {
	background-image: url(../img/bg-footer.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 15px 0;
	color: #ffffff;
}

.medsos {
	font-weight: bold;
	color: #fff;
}

.medsos img:hover {
	 transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;

	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	  filter: alpha(opacity=60);
	  -moz-opacity: 0.6;
	  -khtml-opacity: 0.6;
	  opacity: 0.6;
}

.foot-menu, .yoko-group {
	padding: 0;
	float: right;
}

.foot-menu li, .yoko-group li {
	display: inline;
	list-style: none;
}

.foot-menu li {
	margin-right: 15px;
}

.foot-menu li:last-child {
	margin-right: 0;
}

.foot-menu li a {
	font-weight: 18px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

.yoko-group li {
	font-size: 12px;
	margin-right: 3px!important;
	margin-left: 3px!important;
}

.yoko-group li:after {
	content: "|"
}

.yoko-group li:last-child:after {
	content: none
}

.sidebar {
	background: #0F0F11
}

.breadcrumb li a, .news-detail h4, .resp-tabs-container h4 {
	font-family: 'Roboto Slab', serif;
}

.breadcrumb ul  {
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	display: inline;
	list-style: none;
}

.head-sidebar {
	background: #ab181d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ab181d 0%, #da1e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab181d), color-stop(100%,#da1e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ab181d 0%,#da1e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ab181d 0%,#da1e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ab181d 0%,#da1e25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ab181d 0%,#da1e25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab181d', endColorstr='#da1e25',GradientType=0 ); /* IE6-9 */
	padding: 10px 12px;
}

.head-sidebar h5 {
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.full-width {background: #fff; padding: 20px;}
ul.category-list, ul.category-news { padding: 10px 10px }

ul.category-news a {
	padding: 10px 5px!important;
	font-size: 12px!important;
}

ul.category-news > li {
	padding-bottom: 4px;
	padding-top: 4px;
}

ul.category-news > li.active {
	border-color: #e41e26
}

ul.category-news > li.active a {
	color: #e41e26
}

ul.category-list a, ul.category-news a {
	color: #fff;
	font-size: 14px; line-height:1.2em; padding: 7px 10px}

ul.category-list > li, ul.category-news > li {
	border-bottom: 1px solid #ddd;list-style: none;}

ul.category-list > li > a {
	background: url(../img/category-arrow-close.png) right center no-repeat;
	display:block; font-size:14px; color:#ffffff; }

ul.category-list > li > a:hover {
	font-weight: bold;
	cursor: pointer;
	text-decoration:none; }

.active-non-sub a {
	color: #D11D24!important;
	font-weight: bold;}

ul.category-list ul {
	padding: 0;
	display:none; }
ul.category-list ul li { 
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
	border-bottom: none;
	list-style:none;
	background: url(../img/side-list.png) no-repeat 25px center;
}
ul.category-list ul li a {
	font-size: 12px;
	padding-left:0px; display:block; 
	color:#fff;}
ul.category-list ul li a:hover {color:#d92930;}



ul.category-list ul li ul {padding-left:25px; padding-top:15px; }


ul.category-list > li a.have-sub-closed:hover {
  color: #39B54A
}

ul.category-list > li ul li a:hover {background: none;}

ul.category-list li.opened > a { 
	color: #C91C22;
  font-weight: bold; 
  background: url(../img/category-arrow-open-white.png) no-repeat right center;
}

ul.category-list > li .intro {
    font-size: 30px!important;
    height: 50px;
}

.inner-content {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.inner-content h2, .contact h2, .contact-form h3, .full-width h2, .homeabout-head h2 {
	font-family: 'Oswald', sans-serif;
	color: #E41E26;
	font-weight: bold;
}

.contact h2 {
	padding: 0;
	margin: 0;
}

.product-list {
	border:6px solid #aaaaaa;
	padding: 15px 10px;
	margin-bottom: 20px;
}

.news-list {
	padding: 15 10px;
	margin-bottom: 20px;
}

.product-list figure {
	float: left;
}

.product-list figure img  {
	width: 180px;
	margin-right: 10px;
}

 .news-list figure img {
 	width: 100%;
 }

 .news-list .col-md-4,  .news-list .col-md-7 {
 	padding-right: 0;
 }

 .news-list p {
 	margin-bottom: 3px;
 }

.more-news {
	font-weight: bold;
	font-size: 14px;
	padding-left: 12px;
	background: url(../img/right.png) no-repeat left center;
}


.product-list h4 {
	border-bottom: 3px solid #e41e26;
	font-family: 'Roboto Slab', serif;
	padding-bottom: 5px;
}

.news-list h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.news-list h5 {
	padding: 0;
	margin: 5px 0;
	font-size: 11px
}

.product-list p {
	font-size: 12px;
	margin-bottom: 15px;
}

.product-list h4 a, .news-list h4 a {
	color: #000;
	font-weight: bold;
	font-size: 22px;
}

.product-list h4 a:hover, .news-list h4 a:hover {
	text-decoration: none;
	color: #454444;
}

.desc-prod {
	font-weight: 20px;
}

.detail-product {
	background: #fff;
	height: 351px;
	margin-bottom: -30px
}

.detail-product h5 {
	font-size: 18px;
}

.detail-product  ul.gallery {
	display: inline;
	padding:0 ;
	margin: 50px 0 0 0 ;
}

.product-gallery {
	margin: 120px 0 0 0 ;
}

.detail-product  ul.gallery figure {
	width: 85px;
	height: 85px;
	overflow: hidden;

}

.detail-product  ul.gallery img {
	border: 1px solid #000;
	width: 100%;
	padding: 10px 10px 0 10px
}

.detail-product  ul.gallery li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.separate20 {
	height: 20px;
	clear: both;
	position: relative;
}



.brochure {
	font-family: 'Oswald', sans-serif;
	background: #00407e; /* Old browsers */
	background: -moz-linear-gradient(top,  #00407e 2%, #0399bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#00407e), color-stop(100%,#0399bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00407e 2%,#0399bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00407e 2%,#0399bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00407e 2%,#0399bf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00407e 2%,#0399bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00407e', endColorstr='#0399bf',GradientType=0 ); /* IE6-9 */

	padding: 5px 12px;
	color: #fff;
	margin-top: 80px;
}

.brochure span {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 30px;
	background: url(../img/pdf.png) no-repeat right center;
}

.brochure:hover, .brochure:focus {
	color: #fff;
	text-decoration: none;
	background: #0399bf; /* Old browsers */
	background: -moz-linear-gradient(top,  #0399bf 1%, #00407e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0399bf), color-stop(100%,#00407e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0399bf 1%,#00407e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0399bf 1%,#00407e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0399bf 1%,#00407e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0399bf 1%,#00407e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0399bf', endColorstr='#00407e',GradientType=0 ); /* IE6-9 */

}

.phone {
	background: url(../img/phone.png) no-repeat left center;
	padding-left: 20px;
	width: 80px;
}

.fax {
	background: url(../img/fax.png) no-repeat left center;
	padding-left: 20px;
	width: 80px;
}

.contact p {
	margin-bottom: 5px;
}

.contact h4 {
	color: #e41e26
}

.contact-form .form-control {
	background: #000;
	margin-bottom: 10px;
}

.contact-form button {
	border: none;
	outline: none;
}

.capthca .form-control, .capthca img {
	float: left;
} 
.capthca img {margin-right: 10px;}

.capthca .form-control  {
	width: 150px
}

.news-detail figure > img {
	width: 100%!important;
}

.news-detail h4 {
	font-size: 24px;
	font-weight: bold;
}












