@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('fixed.css');

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #FFF;
}

i {font-style: italic;}
b {font-weight: bold;}
u {text-decoration: underline;}
.pos_rel {position: relative;}

.wrapper {
	max-width: 1065px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrapper1 {
	max-width: 905px;
}

.wrap_list {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
}

.txt_con_ul_padd ul {
    box-sizing: border-box;
    padding: 0 0 0 35px;
}

.thm1_bg {
	background: #665C9F;
}

.thm1_rgba_bg {
	background: rgba(102, 92, 159, 0.85);
}

.header_bg {
	min-height: 120px;
}

.thm1_mnu_div {
	margin: 65px 0 0;
}

ul.thm1_mnu_lst li {
	color: #FFF;
	font-size: 14px;
	float: left;
	list-style-type: none;
}

ul.thm1_mnu_lst li a {
	color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 6px;
}

.thm1_lgo_div {
	position: relative;
	width: 28%;
	box-sizing: border-box;
	min-height: 120px;
}

.thm1_lgo_div img {
	position: absolute;
	top: 30%;
	left: 50%;
	max-width: 250px;
	-ms-transform: translate(-50%,0); /* IE 9 */
	-webkit-transform: translate(-50%,0); /* Safari */
	transform: translate(-50%,0);
	z-index: 1;
}

.banner_bg {
	background: url('../images/banner.jpg') no-repeat scroll center center / cover transparent;
	min-height: 360px;
}

.lft_banner_div {
	width: 28%;
	min-height: 360px;
}

.hd_lne_div {
	box-sizing: border-box;
	padding: 40px 0;
}

.thm1_hd1 {
	color: #FFF;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.content_bg {
	box-sizing: border-box;
	padding: 30px 0;
}

.thm1_hd2 {
	font-size: 22px;
	color: #333;
	letter-spacing: 2px;
}

ul.thm1_pdt_lst li {
	margin: 0 1.4% 30px;
	width: 30%;
	display: inline-block;
	float: none;
	list-style-type: none;
}

ul.thm1_pdt_lst li .thm1_pro_img_div {
	position: relative;
	overflow: hidden;
	height: 135px;
}

ul.thm1_pdt_lst li .thm1_pro_img_div .pro_tle_div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px;
}

ul.thm1_pdt_lst li .thm1_pro_img_div .pro_tle_div span {
	font-size: 22px;
	color: #FFF;
	letter-spacing: 2px;
}

ul.thm1_pdt_lst li .thm1_lst_con_div {
	box-sizing: border-box;
	padding: 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.thm1_pdt_lst li .thm1_lst_con_div .thm1_lst_con_hd {
	color: #333;
    font-size: 16px;
    height: 44px;
    line-height: 1.3;
    overflow: hidden;
	text-align: left;
}

ul.thm1_pdt_lst li .thm1_lst_con_div .thm1_lst_con_para {
	color: #666;
    display: block;
    float: none !important;
    font-size: 13px;
    height: 70px;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
}

.thm1_lst_con_val {
	color: #fd6966;
	font-size: 20px;
}

.thm1_lst_con_btn {
	background: #fd6966;
	font-size: 14px;
	color: #FFF;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

.instr_bg {
	background: url('../images/banner.jpg') no-repeat scroll center center / cover transparent;
}

.instr_bg_ovrly {
	background: rgba(102, 92, 159, 0.5);
	padding: 30px 0 60px;
}

.instr_pro_img_div {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 125px;
	height: 125px;
}

.instr_pro_det {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 2;
	font-size: 18px;
}

.thm1_spons {
	color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.thm_log_wid {
	max-width: 251px;
	max-height: 155px;
}

/* Template 3 */
.lft_banner_div_tem3 {
	width: 28%;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
}

.header_bg_tem3 {
	padding: 30px 0;
}

.thm3_log_wid {
	max-width: 277px;
	max-height: 77px;
}
/* Template 3 */

/* Template 2 */
.wrapper1_thm1 {
	max-width: 750px;
}

.wrapper_thm1 {
	max-width: 700px;
}

.header_bg_tem2 {
	padding: 20px 0;
}

.thm2_mnu_div {
	margin: 35px 0 0;
}

ul.thm2_mnu_lst li {
	color: #888;
	font-size: 12px;
	float: left;
	list-style-type: none;
}

ul.thm2_mnu_lst li a {
	color: #888;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 6px;
	font-weight: bold;
}

.thm3_hd_bor {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 5px 20px 10px;
}

.thm3_hd {
	color: #595959;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 2px;
}

.thm3_pdt_img_div {
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 30px 20px;
}

.thm3_pdt_img_div img {
	border-bottom: 5px solid #FFF;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
/* Template 2 */

/* Template 4 */
.thm4_mnu_div {
	margin: 60px 0 0;
}

.header_bg_tem4 {
	padding: 20px 0;
	height: 455px;
}

.thm4_vid_div {
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.videoWrap {
	position: relative;
	padding-bottom: 56.6%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
}

.videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thm4_hd1 {
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.thm4_hd_padd {
	padding: 70px 0 0;
}

.thm4_log_wid {
	max-width: 277px;
	max-height: 77px;
}
/* Template 4 */

/* Template 5 */
.header_bg_tem5 {
	padding: 20px 0;
}

ul.thm5_mnu_lst li {
	line-height: 32px;
	float: left;
	list-style-type: none;
}

ul.thm5_mnu_lst li a {
	color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 15px;
}

ul.thm5_mnu_lst li a:hover, ul.thm5_mnu_lst li a.thm5_mnu_lst_act {
	color: #333;
    background: #FFF;
	font-weight: bold;
}

.thm5_vid_lft_div {
	width: 56%;
}

.thm5_vid_rht_div {
    margin: 0 0 0 5%;
    width: 29%;
}

.thm5_rht_hd_div {
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px;
}

.thm5_hd {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 22px;
}

.thm5_lst_con_para {
	color: #666;
    font-size: 13px;
    line-height: 1.3;
	letter-spacing: 1px;
}

.thm5_rdm_btn {
	border: 1px solid #CCC;
	border-radius: 3px;
	font-weight:bold;
	font-size: 11px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 14px;
	display:inline-block;
	background: -moz-linear-gradient(270deg, #ffffff 0%, #cccccc 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #ffffff 0%, #cccccc 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #ffffff 0%, #cccccc 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #ffffff 0%, #cccccc 100%); /* ie10+ */
	background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie6-9 */
}
/* Template 5 */

/* Template 6 */
.thm6_bg {
	background: #f2f2f2;
}

ul.thm6_mnu_lst li {
	color: #333;
	font-size: 18px;
	float: left;
	list-style-type: none;
}

ul.thm6_mnu_lst li a {
	color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 6px;
}

.thm6_hd1 {
	color: #333;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.thm6_lgo_div {
	position: relative;
	width: 28%;
	box-sizing: border-box;
	min-height: 120px;
}

.thm6_lgo_div img {
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: 1;
}

.thm6_bann_hd_div {
	background: rgba(0, 0, 0, 0.85);
	width: 50%;
	height: 230px;
	box-sizing: border-box;
	margin: 60px 0 0;
	position: relative;
	overflow: hidden;
}

.thm6_bann_div {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 390px;
	box-sizing: border-box;
	-ms-transform: translate(0,-50%); /* IE 9 */
	-webkit-transform: translate(0,-50%); /* Safari */
	transform: translate(0,-50%);
}

.thm6_hd {
	color: #FFF;
	font-size: 34px;
}

.thm6_hd_para {
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;
}
/* Template 6 */

/* Template 7 */
.thm7_bann_min_hei {
	min-height: 435px;
}

.thm7_logo_div {
	width: 21%;
	box-sizing: border-box;
	padding: 0 10px 20px;
	max-height: 110px;
}

.thm7_logo_div img {
	margin: -10px 0 0;
}

.thm7_mnu_div {
	background: rgba(255, 255, 255, 0.57);
	width: 79%;
}

ul.thm7_mnu_lst li {
	line-height: 87px;
	float: left;
	list-style-type: none;
}

ul.thm7_mnu_lst li a {
	color: #333;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 0 15px;
}

.thm7_hd {
	display: inline-block;
	padding: 0 60px;
	box-sizing: border-box;
	letter-spacing: 3px;
	color: #fff;
    font-size: 34px;
	line-height: 62px;
}
/* Template 7 */

/* Product Theme 1 */
.banner_bg_padd_tb {
	padding: 100px 0;
	box-sizing: border-box;
}
.banner_bg_padd_tb1 {
	padding: 80px 0;
	box-sizing: border-box;
	background: #F2F2F2;
}

.nw_hd_para_pro {
	color: #FFF;
	font-size: 26px;
	letter-spacing: 1px;
}

.nw_thm_a_pro {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 30px;
	border-radius: 25px;
	background: #0070BA;
	color: #FFF;
	font-size: 17px;
}

.nw_thm_sub_hd_pro {
	color: #333;
	font-size: 30px;
	letter-spacing: 1px;
}

.col_wht {
	color:#FFF;
}

.col_blk {
	color:#000;
}

.instr_img {
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 3px;
	max-width: 360px;
	box-sizing: border-box;
}

.nw_thm_instr_nm {
	color: #FFF;
	font-size: 24px;
}

ul.sls_thm_lst li {
	display: inline-block;
    float: none;
    list-style-type: none;
    width: 33.33333333%;
	box-sizing: border-box;
	padding: 0 15px 30px;
}

ul.sls_thm_lst li .sls_thm_lst_hei {
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
	background: #FFF;
	/* height: 335px; */
}

ul.sls_thm_lst li .sls_thm_lst_hei1 {
	/* height: 295px; */
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div {
	box-sizing: border-box;
	padding: 15px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_val_txt {
	font-size: 24px;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_lnk {
	font-size: 14px;
	color: #FFF;
	padding: 3px 14px 4px;
	min-width: 110px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_instr_div {
	font-size: 16px;
	color: #666;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str {
	font-size: 24px;
	color: #C0C0C0;
	margin: 0 2px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str_val {
	font-size: 24px;
	color: #000;
	margin: 0 0 0 10px;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_str_val span {
	opacity: 0.4;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div {
    height: 200px;
    overflow: hidden;
    position: relative;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div img {
    min-height: 200px;
	width: 100%;
	float: left;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div .pro_tle_div {
    bottom: 0;
    box-sizing: border-box;
    height: 40px;
    left: 0;
    line-height: 40px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

ul.sls_thm_lst li .sls_thm_lst_hei .thm1_pro_img_div .pro_tle_div span {
    color: #fff;
/*    font-size: 24px;*/
    font-size: 20px;
    letter-spacing: 1px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd {
    color: #333;
    font-size: 16px;
    height: 72px;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
	font-weight: 600;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd1 {
    color: #333;
    font-size: 16px;
    height: 26px;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .thm1_lst_con_hd1 span {
    font-weight: 600;
}

.banner_bg_mobile {
	display: none;
}

.col-6 {
	width: 50%;
	float: left;
	min-height: 1px;
}

ul.sls_thm_lst li .sls_thm_lst_hei .sls_thm_lst_cnt_div .sls_thm_lst_reg_prc_txt {
	font-size: 13px;
	color: #666;
}

/* @media (min-width: 768px) {
	.wrap_list {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.wrap_list {
		width: 940px;
	}
} */
@media (min-width: 1200px) {
	.wrap_list {
		width: 1140px;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.wrapper, .wrapper1, .wrapper1_thm1, .wrapper_thm1, .wrap_list {
		max-width: 300px;
	}
	
	.thm2_mnu_div, .thm4_mnu_div {
		margin: 15px 0;
		clear: both;
	}	
	
	ul.thm1_pdt_lst li, ul.sls_thm_lst li {
		margin: 0 0 30px;
		width: 100%;
	}
	
	.lft_banner_div_tem3, .thm5_vid_lft_div, .thm5_vid_rht_div, .thm7_logo_div, .thm7_mnu_div, .thm1_lgo_div, .thm1_mnu_div, .thm6_lgo_div, .thm1_mnu_div {
		width: 100%;
		clear: both;
		margin: 15px 0;
	}
	
	.lft_banner_div {
		display: none;
	}
	
	.thm6_bann_div {
		width: 250px;
	}	
	
	ul.thm1_pdt_lst li .thm1_pro_img_div img, .thm6_bann_hd_div {
		width: 100%;
	}
	
	.header_bg {
		min-height: auto;
	}
	
	.thm7_hd {
		padding: 0;
	}
	
	.thm7_logo_div {
		max-height: none;
	}
	.banner_bg_desk {
		display: none;
	}
	.banner_bg_mobile {
		display: block;
	}
}