@font-face {
    font-family: 'robotoregular';
    src: url('font-custom/roboto-regular_1-webfont.woff2') format('woff2'),
         url('font-custom/roboto-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'robotoregular';
}
.navbar-light .navbar-toggler {
	border-color: #fff;
  	border-left: 2px solid #000;
	border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='15' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar {
	background: url('../images/bottom-shadow-menu.jpg') bottom repeat-x;
	border-bottom: 1px solid #ff0000;
}
.clear {
	clear: both; display: block; height: 1px;
}
#banner_page {
 	background: url('../images/banner.png') repeat-x; display: block; width: 100%; 
 	padding-top: 30px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 55px;
}
#banner_page h4 {
	font-size: 13px; font-weight: bold; float: left;
}
 #navbarsLeft {
	position: fixed;
	  top: 69px;
	  left: 0;
	  z-index: 5;
	  width: 220px; /*example + never use min-width with this solution */
  	  background: #fff;
  	  opacity: 0.95;
}
#logo_menu {
	width: 245px;
}
#body_overlay {
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ccc;
  z-index: 4;
  display: none;
}
ul.navbar-nav {
	padding: 5px 25px;
}
ul.navbar-nav > li > a {
	border-top: 1px solid #b7b7b7;
	color: #333333;
	font-size: 13px;	
}
ul.navbar-nav > li > a:hover, #navActive .nav-link {
	color: #ff0000;
}
ul#submenu_company, ul#submenu_services {
	display: none;
	padding-top: 0px; 
	padding-left: 25px;
	width: 200px;
	
}
ul#submenu_company > li, ul#submenu_services > li {
	list-style: none;
	padding: 3px 0px;
}
ul#submenu_company > li > a, ul#submenu_services > li > a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	display: block;
}
ul#submenu_company > li > a:hover, ul#submenu_services > li > a:hover {
	font-weight: bold;
}
#main_body.page_home {
	padding: 85px 20px;
}
#main_body.page_services, #main_body.page_careers {
	padding: 0px 20px; 
}
#main_body.page_contactus, #main_body.page_news, #main_body.page_company {
	margin-top: 20px;
}
#home_thumb {
	width: 100%;
	margin: 15px 0px;
}
.body_row.home_desc h4.no_bg {
	text-align: center; color: #394156; font-size: 18px; font-weight: bold;
}
.body_row.contactus_desc p {
	text-align: center; color: #394156; font-size: 13px;
}
.body_row.company_desc p {
	text-align: justify; color: #394156; font-size: 13px; padding: 0px 20px; line-height: 1.75em;
}
#detail_desc_welcome {
	display: none; font-size: 14px; line-height: 1.75em; text-align: justify;
}
.body_row.services_desc p, .body_row.services_desc p, .body_row.careers_desc p, .body_row.home_desc p {
	text-align: justify; color: #394156; font-size: 13px;
}
#readmore_welcome_home {
	display: block; text-align: center; margin-bottom: 15px;
}
.body_row.company_desc ul, .body_row.contactus_desc ul, .body_row.services_desc ul {
	color: #394156; font-size: 13px; margin: auto; display: block; width: 280px; margin-bottom: 15px;	
}
.body_row.careers_desc ul {
	margin: 8px; padding: 8px;
}
.body_row.careers_desc ul li {
	color: #394156; font-size: 13px; text-align: justify;
}
.body_row.careers_desc p  a {
	color:#f00; text-decoration: none;
}
.body_row.careers_desc p  a:hover {
	color:#ff8382;
}
.body_row.contactus_desc p a, .body_row.company_desc p a {
	color: #fd3e3d; text-decoration: none;
}
.body_row.contactus_desc p a:hover, .body_row.company_desc p a:hover {
	color: #fe8f8e;
}
.body_row.careers_list a {
	display: block; text-align: center; margin-bottom: 15px;
}
.body_row.careers_desc h4 {
	text-align: left; color: #f00; font-size: 12px; font-weight: bold;
}
.body_row.product_list {
	display: block; width: 58%; margin: 25px auto; 
}
.body_row.product_list a img {
	margin-bottom: 5px; margin-right: 2px; width: 70px;
}
#latest_news.body_row.home_desc h4.with_bg {
	text-align: center; color: #cccccc; font-size: 14px; background-color: #333333; font-weight: bold; padding: 5px 0px;
}
#latest_news .latest_news_row {
	display: block;
	width: 85%;
	border-bottom: 1px solid #bdbdbb;
	text-align: center;
	padding: 15px 0px;
	margin: auto;
}
#latest_news .latest_news_row a {
	text-decoration: none;
}
#latest_news .latest_news_row .latest_news_date {
	color: #ff0000; margin-right: 15px; font-size: 13px;
}
#latest_news .latest_news_row .latest_news_desc {
	color: #333333; font-weight: bold; font-size: 13px;
}
#footer_body {
	border-top: 1px solid #ff0000; padding: 15px 0px; text-align: center;
}
#footer_images {
	margin: auto; width: 100%;
}
#footer_body p {
	text-align: center; font-size: 12px; color: #999999; margin-top: 15px;
}
#back_top_page {
	display: none; width: 46px; height: 36px; right: 5px; position: fixed; z-index: 10; bottom: 20px;
}
#main_body.page_news .list_page_news a {
	display: block; text-align: center; color: #333; text-decoration: none; padding: 6px 0px; font-weight: bold; font-size: 13px;
}
#main_body.page_news .list_page_news a:hover {
	color: #f00;
}
#main_body.page_news .list_page_news .news_detail {
	 border-bottom: 1px solid #bdbdbb; width: 85%; margin: auto; font-size: 13px; margin-bottom: 10px; display: none;
}
#main_body.page_news .list_page_news .news_detail p {
	margin: 0px; padding-top:  5px; padding-bottom: 5px; line-height: 1.75em;
}
#main_body.page_news .list_page_news .news_detail p .date_news {
	color: #f00;
}
#flags_area {
	float: right; margin-top: -5px;
}
#flags_area a img {
	opacity: 0.5;
}
#flags_area a img:hover {
	opacity: 1;
}
.detail_product_contents {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2000;
	overflow: auto;
	opacity: 0.92;
}
#collection_detail_product .header_area {
	text-align: right; padding: 15px 0px; 
}
#collection_detail_product .header_area a {
	font-size: 22px; color: #333; text-decoration: none; margin-right: 35px;
}
#collection_detail_product .header_area a:hover {
	font-size: 22px; color: #a3a0a0;
}
#collection_detail_product .image_area {
	display: block; text-align: center; margin-bottom: 25px;
}
#collection_detail_product h4 {
	color: #f00; text-align: center;
}
#collection_detail_product .detail_product_header_text {
	font-weight: bold; font-size: 13px; text-align: center;
}
#collection_detail_product .detail_product_header_desc {
	text-align: justify; line-height: 1.75em; padding: 0px 25px; font-size: 13px;
}
#navActive #submenu_company.submenu_on, #navActive #submenu_services.submenu_on {
	display: block;
}
#subnavActive a {
	font-weight: bold;
}
@media (min-width: 100px) {
	#logo_menu {
		width: 110px;
	}
	#navbarsLeft {
		position: fixed;
		  top: 61px;
	}
}
@media (min-width: 302px) {
	#logo_menu {
		width: 180px;
	}
	#navbarsLeft {
		position: fixed;
		  top: 61px;
	}
}
@media (max-width: 420px) {
	#latest_news .latest_news_row .latest_news_date,
	#latest_news .latest_news_row .latest_news_desc {
		display: block;
	}
}
@media (max-width: 330px) {
	#flags_area {
		float: none; display: block;
	}
	#banner_page h4 {
		float: none; display: block;
	}
	.body_row.company_desc ul {
		width: 180px;
	}
}