img{
	vertical-align: middle;
}
*{
	box-sizing: border-box;
}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }

.clearfix {
  /* 触发 hasLayout */ 
  zoom: 1; 
 }
.wrapper{
	min-height: 500px;
	/*height: 1000px;*/
}
.inner{
	max-width: 1140px;
	width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

/*404页面开始*/
.error_404 h1{
	 font-size: 200px;
    
    margin: 0;
    color: #1c6eb7;
    margin-bottom: 150px;
	text-align: center;
}
.error_404 h2{
	    font-size: 41px;
    margin: 0;
    color: #1c6eb7;
    margin-bottom: 55px;
}

/*404页面结束*/
/*首页开始*/
.home.banner{
	width: 100%;
	height: 500px;
	position: relative;
	border-top: 5px solid #1c6eb7;
}
.home_banner_content{
	max-width:500px;
	padding: 0 20px;
	margin: 0 auto;

}
.home_banner_content .top{
	padding: 80px 0px;
	

} 
.home_banner_content .top h1{
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	

}
.home_banner_content .top h1:after{
	content: ' ';
    display: block;
    width:90px;
    height: 3px;
    background-color: #fff;
	opacity: 0.5;
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%); 	/* IE 9 */
-moz-transform:translateX(-50%); 	/* Firefox */
-webkit-transform:translateX(-50%); /* Safari 和 Chrome */
-o-transform:translateX(-50%); 	/* Opera */
}
.home_banner_content .bottom{
	padding: 20px 0;
	text-align: center;
}
.home_banner_content .bottom h2{
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 20px;
}
.home_banner_content .bottom>p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.home_banner_content .bottom a{
	max-width: 160px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 14px;
	padding: 20px 30px;
	border-radius: 5px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #1c6eb7;

}
.home_banner_content .bottom a:hover{
	background-color: #2c89db;
}
.home_banner_content .bottom strong{
	display: block;
	font-size: 14px;
	line-height: 1.5;
}
.home_banner_content .bottom  .info strong:first-child{
	color: #1c6eb7;
}
.home_banner_content .bottom  .info strong:last-child{
	color: #fff;
}
.home_course{
	background: #fff;
	background: url(/wp-content/themes/hytechtech/images/course_bg.jpg) no-repeat top center;
	background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 65px;
    overflow: hidden;
}
.home_course_title{
	color:#fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 60px;
}
.home_course_content{
	margin-left: -2%;
	margin-right: -2%;
}
.home_course_content .course_wrap{
	width:29.33%;
	
	margin-left: 2%;
	margin-right: 2%;
	float: left;
    padding: 35px 20px;
	border-radius:5px;
	
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	position: relative;
	background: #fff;
	
	
}
.home_course_content .course_title{
	padding-bottom: 30px;
}
.home_course_content .course_title h4{
	color: #1c6eb7;
	font-size: 20px;
	margin-bottom: 30px;
}
.home_course_content .course_title p{
color: #000;
font-size: 20px;
margin-bottom: 10px;
font-weight: bold;
}
.home_course_content .course_title p span.woocommerce-Price-amount.amount{
	font-size: 40px;
}
.home_course_content .course_title p span.woocommerce-Price-currencySymbol{
	font-size: 22px;
	vertical-align: top;
}
.page-template-template_product .home_course_content .course_title p span.woocommerce-Price-amount.amount{ font-size:20px;}
.page-template-template_product .home_course_content .course_title p span.woocommerce-Price-currencySymbol{ font-size:20px;}
.home_course_content .course_title>span{
	color: rgb(133, 133, 148);
	font-size: 14px;
}
.home_course_content .course_content_box{
	padding-bottom: 75px;
}
.home_course_content .course_content{
	
    padding-top: 30px;
	position: relative;
}
.home_course_content .course_content:before{
	content: ' ';
    display: block;
    width: 90px;
    height: 2px;
	background-color: rgb(217, 217, 217);
    
    position: absolute;
    left: 50%;
    top:0px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.home_course_content .course_content p{
	font-size: 14px;
    line-height: 40px;
    color: rgba(15, 15, 17, 0.8);
}

.home_course_content .course_bottom{
	width: 100%;
	   height: 45px;
	 text-align: center;
	    background: #1c6eb7;
	    position: absolute;
	    bottom: 0;
		left: 0;
		border-radius: 0 0 5px 5px;
}
.home_course_content .course_bottom:hover{
	background: #2c89db;
}
.home_course_content .course_bottom a{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 45px;
	color: #fff;
    font-weight: bold;
}
.home_friendly{
	padding: 100px 0 30px;
}
.home_friendly h3{
	color: #212121;
    font-weight: bold;
    font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
}
.home_friendly .list_box{
	font-size: 0;
	margin-left: -2%;
	margin-right: -2%;
}
.home_friendly .list_box .list{
	width: 29.33%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 20px 20px 40px;
	margin-bottom: 20px;
	border-radius: 5px;
	vertical-align: top;
	display: inline-block;
border: 1px solid transparent;
text-align: center;
cursor: pointer;

}
.home_friendly .list_box .list:hover{
	border: 1px solid #2c89db;
}
.home_friendly .list_box .list a{
	display: block;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
	
	margin: 0 auto;
	margin-bottom: 35px;
	text-align: center;
	background-color: #2c89db;
}
.home_friendly .list_box .list strong{
	color: #000;
	font-size: 16px;
	line-height: 1.5;

	display: block;

}
.home_friendly .list_box .list .strong_box{
	margin-bottom: 20px;
}
.home_friendly .list_box .list p{
	font-size: 14px;
	line-height: 24px;
	color: rgba(15,15,17,0.6);
}
.home_website{
	padding: 100px 0 0;
}
.home_website h3{
	color: #212121;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.home_website p{
	font-size: 14px;
	line-height: 24px;
	color: rgba(15,15,17,0.6);
	text-align: center;
	max-width: 647px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.home_website .content img{
	max-width: 100%;
    margin: 0 auto;
    display: block;
}
/*首页结束*/
.page_public_banner{
	height: 335px;
	position: relative;
}
.page_public_banner h1{
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*contact us 开始*/
/*.contact_us_banner{
	height: 335px;
	position: relative;
}
.contact_us_banner h1{
	font-size: 65px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
.contact_us_content{
	padding: 85px 0 60px 0;
}
.contact_us_content .contact_inner h3{
	font-weight: bold;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 25px;
}
.contact_us_content .contact_inner dd{
	line-height: 25px;
	margin-bottom: 20px;
	color: #4c4c4c;
}
.contact_us_content .contact_inner dd a{
	color: #3f3d3d;
}
.contact_us_content .contact_inner .icon{
	width: 15px;
    height: 15px;   
    display: inline-block;
    margin-right: 10px;
     background: url(/wp-content/themes/hytechtech/images/icon.png) no-repeat;
}
.contact_us_content .contact_inner .icon_home{
	background-position:0 -39px;
    
}
.contact_us_content .contact_inner .icon_iphone{
	background-position:-16px -39px;
    
}
.contact_us_content .contact_inner .icon_email{
	background-position:-32px -39px;
    
}
.contact_us_content .contact_inner .icon_time{
	background-position:-51px -39px;
    
}

/*contact us 结束*/

/*GROUP INTRODUCTION 开始*/


.group_introduction_content{
	padding: 85px 0 60px 0;
}
.group_introduction_content h3{
	font-weight: bold;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 25px;
}
.group_introduction_content p{
	line-height: 25px;
	color: #4c4c4c;
	margin-bottom: 25px;
}
/*GROUP INTRODUCTION 结束*/

/*EDUCATIONAL COUNSELING 开始*/

/*.educational_banner{
	height: 335px;
	position: relative;
}
.educational_banner h1{
	font-size: 65px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
.educational_content {
	padding: 85px 0 60px 0;
}
.educational_content h3{
	font-weight: bold;
    color: #292929;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 25px;
}
.educational_from .gform_heading{
	display:none;
}

.educational_from  .gform_body .gfield_label{
	margin-bottom: 20px;
	 color: #4c4c4c;
}
.educational_from  .gform_body input[type='text']{
	width: 50% !important;
	height: 45px;
	border: 1px solid #1c6eb7 !important;
}
.educational_from  .gform_body  .textarea{
	width: 50% !important;
		border: 1px solid #1c6eb7 !important;
}
.educational_from .gform_footer input[type='submit']{
	padding: 15px 40px;
	background: #1c6eb7;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	border: none;
	outline: none;
}

.educational_from  .gform_body  .gfield_error{
	border-top: 0 !important;
	border-bottom: 0 !important;
}

/*提交成功信息*/
.educational_from .gform_confirmation_wrapper {
	color: #1c6eb7;
}
/*EDUCATIONAL COUNSELING 结束*/
/* ================================================== */
.title_all{
	font-weight: bold;
	color: #1c6eb7;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 25px;
}
.gform_wrapper h3.gform_title{
  display: none;
}
.gform_wrapper .top_label .gfield_label{
  color: #4c4c4c;
}
.contact_us{
padding: 85px 0 60px 0;
}
.contact_us .form{
  max-width:600px;
  margin:0 auto;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
  width:100%!important;
}
.gform_wrapper .gform_footer{
text-align:center;
}
.gform_wrapper .gform_footer input{
background: #1c6eb7;
font-size: 16px !important;
text-transform: uppercase;
font-weight: bold;
padding: 15px 45px;
border: 1px solid #1c6eb7;
border-radius: 6px !important;
line-height: 1;
color: #FFF !important;
-webkit-appearance: none;
cursor: pointer;
margin:0;
}
.gform_wrapper .gform_footer input:hover{
	background: #2c89db;
	
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background: none !important;
border: none !important;
}
.product_detail .inner{
	padding: 70px 20px;
}
.product_detail .gform_wrapper{
  max-width: 600px;
  margin: 0;
  margin-top: 50px;
}
.product_title h4{
	color: #1c6eb7;
    font-size: 20px;
    margin-bottom: 30px;
}
.product_title p{
	color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.single_product_top_content{ position:relative;}
.product_title h1.product_title.entry-title{
	color: #1c6eb7;
    font-size: 20px;
    margin-bottom: 30px;
}
.product_title p span.woocommerce-Price-amount.amount{
	font-size: 40px;
}
.product_title p span.woocommerce-Price-currencySymbol{
	font-size: 22px;
	vertical-align: top;
}
.woocommerce .single_product_top_content div.product form.cart{ padding:0px; margin:0px;}
.woocommerce .single_product_top_content .screen-reader-text{ display:none;}
.woocommerce .single_product_top_content div.product form.cart div.quantity{}
.woocommerce .single_product_top_content .quantity .qty{ font-size:30px; height:auto;}
.woocommerce div.product .single_product_top_content form.cart .button.alt{
	background: #1c6eb7 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	padding: 10px 20px !important;
	border: 1px solid #1c6eb7 !important;
	border-radius: 6px !important;
	line-height: 1 !important;
	color: #FFF !important;
	-webkit-appearance: none;
	cursor: pointer;
	margin:0 !important;
}
.woocommerce div.product .single_product_top_content form.cart .button:hover{background: #2c89db !important;}


.product_title>span{
	color: rgb(133, 133, 148);
    font-size: 14px;
}
.product_content{
	padding-top: 30px;
}

.product_content p{
    font-size: 14px;
    line-height: 40px;
    color: rgba(15, 15, 17, 0.8);
}
@media (max-width:1030px) {
	.home_course_content .course_wrap{
		    width: 46%;
		    margin-bottom: 20px;
	}
}
@media (max-width:860px) {
	.page_public_banner h1{
		font-size:35px;
	}
	
}
@media (max-width:768px) {
	.home.banner{
		height: 300px;
	}
	.home_banner_content .top{
		padding: 10px 0;
	}
	.home_banner_content .top h1{
		font-size: 35px;
	}
	.home_banner_content .top h1:after{
		top: 55px;
	}
	.home_banner_content .bottom h2{
		margin-bottom: 10px;
	}
	.home_banner_content .bottom a{
		margin-bottom: 15px;
		padding: 15px 30px;
	}
	.home_friendly .list_box .list{
		width: 46%;
	}
	.home_website{
		padding-top: 40px;
	}
	.home_course,.home_friendly{
		padding: 40px 0;
	}
	.home_friendly h3,.home_course_title,.home_website h3{
		font-size: 24px;
	}
	.home_course_content{
		margin-left: 0;
		margin-right: 0;
	}
	
	.home_course_content .course_wrap{
		width:100%;
		margin-left: 0;
		margin-right: 0;
		   
	}
	.home_course_content .course_content_box{
		height: auto !important;
		padding-bottom:40px;
	}
	.course_wrap_box{
		height: auto !important;
	}
	.home_friendly .list_box .list{
		padding: 20px;
	}
}
@media (max-width:650px) {
	.educational_from .gform_body input[type='text']{
		width: 100% !important; 
	}
	.educational_from .gform_body .textarea{
		width: 100% !important;
	}
	
}
@media (max-width:600px) {
	
	.page_public_banner h1{
		width: 100%;
		font-size: 30px;
		
	
		text-align: center;
	}
	.home_friendly .list_box{
		margin-left: 0;
		margin-right: 0;
	}
	.home_friendly .list_box .list{
		width:100%;
		margin-left: 0;
		margin-right: 0;
	}
	.home_banner_content .top h1{
		font-size: 24px;
	}
	.home_banner_content .top h1:after{
		top: 45px;
	}
}
@media (max-width: 560px) {
	.product_content ul li{
		display:block;
		width: 100%;
		margin-bottom:40px;
	}
	.error_404 h1{
		font-size: 100px;
	}
	.error_404 h2{
		font-size: 30px;
	}
}
@media (max-width: 350px) {
	.woocommerce .single_product_top_content .quantity .qty{ width:80px;}
}




/**********************Woocommerce Css***********************************/
.woocommerce-message{border-top-color:#1c6eb7 !important;}
.woocommerce-message::before{color: #1c6eb7 !important;}
.woocommerce a.button{ background-color:#1c6eb7 !important; color:#FFF !important;}
.woocommerce a.button:hover{background: #2c89db !important; color:#FFF !important;}

.woocommerce_cart_content .inner{ padding-top:60px;}
.woocommerce table.shop_table{ border:1px solid #d9d9d9 !important; border-radius:0px !important; border-right:none !important; border-top:none !important;}
.woocommerce table.shop_table td{ border-top:1px solid #d9d9d9 !important; color: rgba(15, 15, 17, 0.8) !important; border-right: 1px solid #d9d9d9 !important; }
.woocommerce table.shop_table th{ background:#212121; color:#FFF !important; text-transform: uppercase; font-weight:normal !important; border-right: 1px solid #FFF !important;}
.woocommerce table.shop_table td a,
.woocommerce table.shop_table th a{color: rgba(15, 15, 17, 0.8) !important;}

.woocommerce table.shop_table tr td{ background:#FFF;}
.woocommerce table.shop_table tr:nth-child(2n) td{ background:#f0f0f0;}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2{ font-size:25px; margin-bottom:20px;color: rgba(15, 15, 17, 0.8) !important;}
.woocommerce .quantity .qty{ height:30px;}

.woocommerce-checkout .woocommerce_cart_content .inner{ padding-bottom:50px;}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{border:1px solid #a9a9a9 !important; height:35px !important; padding:10px !important; line-height:25px !important; font-size:14px !important; color:#4c4c4c !important;}
.woocommerce form .form-row textarea{ height:160px !important;} 
.woocommerce form .form-row label{ color:#4c4c4c !important;}
.woocommerce-billing-fields h3{ color:#4c4c4c !important; font-size:20px !important; font-weight:normal !important;}
.woocommerce-additional-fields h3{ color:#4c4c4c !important; font-size:20px !important; font-weight:normal !important;}
#customer_details{ padding-bottom:30px;}
h3#order_review_heading{ color:#4c4c4c !important; font-size:20px !important; font-weight:normal !important; margin-bottom:10px !important;}
.woocommerce form p.form-row{ padding:0px !important;}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{}
.woocommerce button.button.alt{ background-color:#1c6eb7 !important; color:#FFF !important;}
.woocommerce button.button.alt:hover{background: #2c89db !important; color:#FFF !important;}
.woocommerce button.button{ background-color:#1c6eb7 !important; color:#FFF !important;}
.woocommerce button.button:hover{background: #2c89db !important; color:#FFF !important;}
.woocommerce-privacy-policy-text p{ padding-bottom:20px;}
.woocommerce form.checkout_coupon p:first-child{ padding-bottom:10px; color:#4c4c4c !important;}

.woocommerce-error{border-top-color:#1c6eb7 !important;}
.woocommerce-error::before{color: #1c6eb7 !important;}


.woocommerce-order{}
.woocommerce-order p.woocommerce-notice{ color:#4c4c4c !important; padding-bottom:20px;}
.woocommerce ul.order_details{ margin:0px 0px 20px !important;}
.woocommerce ul.order_details li{ color:#4c4c4c !important; margin-bottom:10px !important;}
.woocommerce-order-details{}
h2.woocommerce-order-details__title{ color:#4c4c4c !important; font-size:20px !important; font-weight:normal !important; padding-bottom:10px;}
.woocommerce-customer-details{}
h2.woocommerce-column__title{ color:#4c4c4c !important; font-size:20px !important; font-weight:normal !important; padding-bottom:10px;}
.woocommerce-customer-details address{border:1px solid #a9a9a9 !important;color:#4c4c4c !important; line-height:1.5 !important;}
.woocommerce-customer-details address p.woocommerce-customer-details--phone{ color:#4c4c4c !important;}
.woocommerce-customer-details address p.woocommerce-customer-details--email{ color:#4c4c4c !important;}

.woocommerce p.cart-empty{ color:#4c4c4c !important; padding-bottom:20px;}
.woocommerce p.return-to-shop{padding-bottom:20px;}
.woocommerce-page .woocommerce.columns-3{ padding-top:30px; padding-bottom:30px;}
p.woocommerce-result-count{ color:#4c4c4c !important;}
.woocommerce .woocommerce-ordering select{ height:26px;}

.woocommerce ul.products li.product .woocommerce-loop-product__title{color: #1c6eb7 !important;}
.woocommerce ul.products li.product .price{ color:#000 !important;}

.woocommerce-page .content_inner{
	/*background: #fff;
	background: url(/wp-content/themes/hytechtech/images/course_bg.jpg) no-repeat top center;
	background-size: cover;*/
    text-align: center;
   /* padding-top: 100px;
    padding-bottom: 65px;*/
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{padding: 35px 20px 50px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    position: relative;
    background: #fff;
}
.woocommerce ul.products li.product .button{ position:absolute; left:0px; bottom:0px; width:100%; text-transform:uppercase; padding-top:15px; padding-bottom:15px;border-radius: 0px 0px 5px 5px; }
.woocommerce ul.products li.product a.added_to_cart.wc-forward{color: #1c6eb7 !important; text-transform:uppercase; font-weight:bold;}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals{}