@import url("../webfonts/RSU_Regular/stylesheet.css");
@import url("../webfonts/RSU_BOLD/stylesheet.css");



/*---------------------------- Start Head ----------------------------------------*/
a,p,h1,h2,h3,h4,h5,h6{
	font-family:"RSU Regular"!important;
}
body{
	background-color:white;
	font-family:"RSU Regular"!important;
}
.header{
	margin:auto;
	width:1400px;
	height:440px;
}
.header_logo_box{
	margin:auto;
	width:100%;
}
.header_logo{
	margin: auto;
	width:100%;
	height: 150px;
}

/* top menu */
table.header_menu{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
table.header_menu td{
	font-family:"RSU Regular";
	font-size:20px;
	text-align:center;
}
table.header_menu td a{
	text-decoration:none;
	color:#00adef;
}
/* end top menu */


/*------ Button (top menu) --------*/

/* product button */
.btn_product {
	width:100%;
	height:100%;
    background-color: white;
	font-family:"RSU Regular";
    color: #00adef;
    font-size: 20px;
    border: none;
    cursor: pointer;
	float:none;
}
.btn_product:hover{
    background-color: #00adef;
	color:white;
}
.btn_product-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 195px;
    z-index: 1;
	font-size:14px;
	text-align:center;
	margin-top:6px;
}
.btn_product-content a {
	height:34px;
	line-height:35px;
    text-decoration: none;
    display: block;
}
.btn_product a:hover {
    background-color: #00adef;
	color:white;
}
.showProduct{
	display:block;
}
/* end product button */

/* topvehicle button */
.btn_topvehicle {
	width:100%;
	height:100%;
	background-image:url(../image/button_bg/menu_1.png);
	font-family:"RSU Regular";
    color: #00adef;
    font-size: 14px;
    border: none;
    cursor: pointer;
	float:none;
}
.btn_topvehicle:hover, .btn_topvehicle:focus{
    background-image:url(../image/button_bg/menu_3.png);
	color:white;
}
.btn_topvehicle-content {
    display: none;
    position: absolute;
    min-width: 195px;
    z-index: 1;
	font-size:14px;
	text-align:center;
	margin-left:215px;
	margin-top:-34px;
}
.btn_topvehicle-content a {
	height:34px;
	line-height:35px;
    background-color: white;
    text-decoration: none;
    display: block;
}
.btn_topvehicle a:hover {
    background-color: #00adef;
	color:white;
}
.showtopVehicle{
	display:inline;
}
/* end topvehicle button*/

/* toptruck button */
.btn_toptruck {
	width:100%;
	height:100%;
    background-image:url(../image/button_bg/menu_1.png);
	font-family:"RSU Regular";
    color: #00adef;
    font-size: 14px;
    border: none;
    cursor: pointer;
	float:none;
}
.btn_toptruck:hover{
    background-image:url(../image/button_bg/menu_3.png);
	color:white;
}
.btn_toptruck-content {
    display: none;
    position: absolute;
    min-width: 195px;
    z-index: 1;
	font-size:14px;
	text-align:center;
	margin-left:100px;
	margin-top:-34px;
}
.btn_toptruck-content a {
	height:34px;
	line-height:35px;
    background-color: white;
    text-decoration: none;
    display: block;
}
.btn_toptruck a:hover {
    background-color: #00adef;
	color:white;
}
.showtopTruck{
	display:inline;
}
/* end toptruck button*/

.topHighlight{
	padding-top:10px;
	margin:0 auto;
	width:100%;
	height:200px;
}

/*------  End Button (top menu) --------*/


/* Side menu bar*/


.sidebar{
	padding-top:38px;
	margin:10px 210px;
	width:200px;
	height:auto;
}
.sidebar_productIcon{
	margin:0px 0px;
	width:200px;
	height:auto;
}
#sidemenu{
	width:200px;
	height:350px;
	font-family: "RSU Regular";
	font-size:16px;
	text-align:center;
}
#sidemenu ul{
	list-style:none;
	margin:auto;
}
#sidemenu ul li{
	width:200px;
	height:35px;
	margin-left:-42px;
}
#sidemenu ul li a{
	text-decoration:none;
	background:white;
	color:#00adef;
	display:block;
	list-style:none;
	line-height:35px;
}
#sidemenu ul li a:hover{
	background:#00adef;
	color:white;
}
#sidemenu ul li ul{
	list-style:none;
	margin-left:30px;
}

/* vehicle button */
.btn_sidevehicle {
	width:195px;
	height:34px;
	background-image:url(../image/button_bg/menu_1.png);
	font-family:"RSU Regular";
    color: #00adef;
    font-size: 14px;
    border: none;
    cursor: pointer;
	float:none;
}
.btn_sidevehicle:hover, .btn_sidevehicle:focus{
    background-image:url(../image/button_bg/menu_3.png);
	color:white;
}
.btn_sidevehicle-content {
    display: none;
    position: absolute;
    min-width: 195px;
    z-index: 1;
	font-size:14px;
	text-align:center;
	margin-left:115px;
	margin-top:-35px;
}
.btn_sidevehicle-content a {
	height:34px;
	line-height:35px;
	color:#00adef;
    background-color: white;
    text-decoration: none;
    display: block;
}
.btn_sidevehicle-content a:hover {
    background-color: #00adef;
	color:white;
}
.showsideVehicle{
	display:inline;
}
/* end vehicle button*/

/* truck button */
.btn_sidetruck {
	width:195px;
	height:34px;
	margin-left:5px;
	background-image:url(../image/button_bg/menu_1.png);
	font-family:"RSU Regular";
    color: #00adef;
    font-size: 14px;
    border: none;
    cursor: pointer;
	float:none;
}
.btn_sidetruck:hover, .btn_sidetruck:focus{
    background-image:url(../image/button_bg/menu_3.png);
	color:white;
}
.btn_sidetruck-content {
    display: none;
    position: absolute;
    min-width: 195px;
    z-index: 1;
	font-size:14px;
	text-align:center;
	margin-left:100px;
	margin-top:-35px;
}
.btn_sidetruck-content a {
	height:34px;
	line-height:35px;
	color:#00adef;
    background-color: white;
    text-decoration: none;
    display: block;
}
.btn_sidetruck-content a:hover {
    background-color: #00adef;
	color:white;
}
.showsideTruck{
	display:inline;
}
/* end truck button*/

.sidebar_Social{
	margin:20px auto;
	width:200px;
	text-align:center;
}
.sidebar_fbfanpage{
	margin:10px auto;
	width:200px;
	height:auto;
}
.sidebar_contactIcon{
	margin:0px auto;
	width:200px;
	height:auto;
}

/*---------------------------- End Head ------------------------------------------*/


/* Start Footer*/

.footer_main{
	margin:0 auto;
	width:1400px;
	height:auto;
}

.wrapfooter{
 	overflow: hidden;
	margin:0px auto;
	width:100%;
	height:auto;
}
.wrapfooter_text1{
	margin:0 auto;
	width:750px;
	height:300px;
	font-family: "RSU Regular";
	color:black;
}
.wrapfooter_text1_sec1{
	margin:0;
	width:250px;
	height:300px;
	font-family: "RSU Regular";
	color:black;
}
.textfont1{
	margin:0 60px;
	width:300px;
	font-size:30px;
}
.wrapfooter_text1_sec2{
	margin:-254px 300px;
	width:250px;
	height:300px;
	font-family: "RSU Regular";
	color:black;
}
.wrapfooter_text1_sec3{
	margin:-357px 500px;
	width:250px;
	height:300px;
	font-family: "RSU Regular";
	color:black;
}
#menufooter{
	margin:0;
	font-size:12px;
}
#menufooter li{
}
#menufooter li a{
	text-decoration:none;
	color:black;
}
#menufooter li a:hover{
	text-decoration:none;
	color:#CCC;
}


/* End Footer*/

/*---------------------------- tab ----------------------------------------*/
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
	width:740px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
	font-family: "RSU Regular";
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ccc;
}

/* Create an active/current tablink class */
div.tab button.active {
	background-image:url(../image/button_bg/button_bg_grey_clicked.png);
	width:246px;
	height:53px;
	font-family: "RSU Regular";
}

/* Style the tab content */
.brochure_tabcontent{
	padding-top:10px;
    display: none;
	width:714px;
}
.a3_button{
	background-image:url(../image/button_bg/button_bg_grey_notclicked.png);
	width:246px;
	height:53px;
	color:#ccc;
}
.a4_button{
	background-image:url(../image/button_bg/button_bg_grey_notclicked.png);
	width:246px;
	height:53px;
	color:#ccc;
}
.a5_button{
	background-image:url(../image/button_bg/button_bg_grey_notclicked.png);
	width:246px;
	height:53px;
	color:#ccc;
}
/*---------------------------- tab ----------------------------------------*/

.PT_text_grey{
	font-family: "RSU Regular";
	font-size:19px;
	color:#6D6E70;
}
.PT_text_grey_contact{
	font-family: "RSU Regular";
	font-size:72px;
	color:#6D6E70;
}
.PT_text_blue{
	font-family: "RSU Regular";
	font-size:19px;
	color:#005AAA;
}

.PT_text_red{
	font-family: "RSU Regular";
	font-size:19px;
	color:#ED1C24;
}
table.product_spec{
    border-collapse: collapse;
    width: 743px;
	font-family:"RSU Regular";
    text-align: center;
    border: #005aaa thin solid;
}
table.product_spec td{
    background-color: #00adef;
	color:white;
	font-size:14px;
    text-align: center;
    border: #005aaa thin solid;
}
table.product_spec th{
	color:#005aaa;
    height: 100%;
    background-color: white;
	font-size:14px;
    text-align: center;
    border: #005aaa thin solid;
}
table.product_spec td h1{
	color:black;
    font-size: 11px;
    text-align: left;
    margin: -1px -5px -1px -1px;
    background-color: white;
}
table.product_spec th h1{
	color:black;
    font-size: 11px;
    text-align: left;
    margin-left: -3px;
    margin-bottom: -4px;
    background-color: aqua;
}

.error404_body{
	font-family: "RSU Regular";
	font-style:italic;
	color:red;
}

.content_body{
	margin:-963px auto;
	width:1400px;
	height:auto;
    min-height: 1000px;
	font-family: "RSU Regular";
}
.content_section{
	margin:0 440px;
	width:960px;
	height:auto;
    color: #005aaa;
    font-size: 20px;
    text-align: left;
}
.content_header{
    width: 747px;
	height: 155px;
    background-image:url(../image/Header/product_content_header.png);
    color: white;
}
.content_header p:nth-child(1){
    margin-left: 25px;
    margin-top: 0px;
    font-size: 50px;
    line-height: 70px;
    font-style: italic;
}
.content_header p:nth-child(2){
    text-decoration: none;
    margin-left: 110px;
    margin-top: -10px;
    font-size: 27px;
    font-style: italic;
}
.content_header p:nth-child(3){
    margin-left: 140px;
    margin-top: -30px;
    font-size: 27px;
    font-style: italic;
}
.content_header p:nth-child(4){
    margin-left: 545px;
    margin-top: -158px;
    font-size: 24px;
    font-style: italic;
}
.content_header p:nth-child(5){
    margin-left: 500px;
    margin-top: -15px;
    font-size: 12px;
    font-style: italic;
}
.content_header p:nth-child(6){
    margin-left: 490px;
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
}
.content_header p:nth-child(7){
    margin-left: 485px;
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
}
.content_header p:nth-child(8){
    margin-left: 480px;
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
}
.content_header p:nth-child(9){
    margin-left: 475px;
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
}
.product_name{
    background-image:url(../image/Header/product_name_bg.png);
    width: 743px;
    height: 49px;
    line-height: 49px;
}
.product_name a{
    margin-left: 20px;
    text-decoration: none;
    color: white;
    font-size: 28px;
    font-style: italic;
}

.product_name a:hover{
    color: white;
}
.product_code{
    margin-top: -46px;
    margin-left: 645px; 
}
.product_code a{
    text-decoration: none;
    color: white;
    font-size: 28px;
}
.product_code a:hover{
    color: white;
}
.product_img{
    width: 743px;
    min-height: 381px;
}

.recommended{
    margin-top:auto;
    width: 710px;
	font-family:"RSU Regular";
    text-decoration: none;
    display: block;
    padding-left: 20px;
}
.recommended h1{
    Color:#005aaa; 
    font-size: 20px;
}
.recommended p{
    padding-left: 40px;
    margin-top: -18px;
    Color:#6D6E70;    
}
.recommended h2{
    font-size: 14px;
    font-style: italic;
    Color:#ED1C24;    
    text-align: center;
}

.content_aboutUs_header{
	font-family: "RSU Regular";
	font-size:40px;
	color:#005AAA;
    width: 830px;
    text-align: center
}
.content_aboutUs_text{
    width: 830px;
	font-family: "RSU Regular";
	font-size:19px;
	color:#005AAA;
}

.content_article_list{
    margin: -145px 0 0 210px;
    width: 749px;
    height: 155px;
}
.content_article_list a{
    font-size: 16px;
    color:#005aaa;
}
.content_article_list h2{
    font-size: 14px;
    color:#6D6E70;
}

.content_article_page{
    width: 800px;
    text-align: center;
}
.content_article_page h1{
    font-size: 20px;
    color:#005aaa;
}
.content_article_page h2{
    font-size: 16px;
    color:#6D6E70;
    text-align: left;
}
table.article_banner{
    width 800px;
    text-align: center;
}
table.article_banner td{
}
.content_article_banner{
    width: 205px;
    height: 155px;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
}
.text_onBanner{
    margin-top: -50px;
    margin-left: 1px;
    width: 203px;
    background-color: black;
    opacity: 0.5;
	text-align:center;
}
.text_onBanner a{
    text-decoration: none;
    color: white;
}

/*-- --*/
.sub-content-center{
	text-align:center!important
}
.sub-content-section{
	margin-top:16px!important;
	margin-bottom:16px!important
}
.sub-content-btn,.sub-content-button{
	border:none;
	display:inline-block;
	outline:0;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap
}
.sub-content-blue,.sub-content-hover-blue:hover{
	color:#fff!important;
	background-color: #F90!important
}

/* article_edit */
.article_edit_content_section{
	margin:0 440px;
	width:700px;
	height:auto;
    color: #005aaa;
    font-size: 20px;
    text-align: left;
}
.article_edit_table_section{

	width:auto;
	height:100px;
    color: #005aaa;
    font-size: 20px;
    text-align: left;
}
.article_table > tr > th{
	padding-top:20px;
	
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius:0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size:16px;
  line-height: 1.42857143;
  border-radius:0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-submit {
    color: #fff;
    background-color: #00adef;
    border-color: #39C9FD;
}
.table > tr > th{
	padding-top:20px;
}

.table > tr > td{
	font-size:13px;
}

.table > tbody > tr > td{
	color:#8f929f;
	padding-top:2px;
	padding-bottom:2px;
	

}

.table > thead > tr > th{
	padding-top:10px;
	color:#005aaa;
	border-bottom:solid 1px #CCCCCC;
}
.table > tbody > tr > td{ 
	font-size:16px;
	padding-top:5px;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
  padding:5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e9f1da;
}
.table-hover>tbody>tr:hover{background-color:#f5f5f5;}
.table-responsive>.table-bordered{border:0;}
/* article_edit */