/*
	Template Name: Saifway Insurance HTML5/CSS3 Template
	Author: Tripples
	Description: Saifway Insurance HTML5/CSS3 Template
	Version: 1.0
*/

/* Table of Content
==================================================
1.    Global Styles
2.    Typography
3.    Top Bar
4.    Header area
5.    Main Slider
6.    Features
7.    Product area
8.    Featured Tab
9.    Content area
10.   Facts
11.   News section
12.   Testimonial
13.   Footer Top
14.   Footer
15.   Sub Pages
16.   Contact Us
17.   News Listing
18.   News Single
19.   Sidebar
20.   Error page
21.   Home Variation
  
*/



@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);

/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
}

.body-inner{
	position: relative;
	overflow: hidden;
}

a:link,
a:visited{
    text-decoration: none;
}

a{
  color: #015f9e;
}


a:hover{
	text-decoration: none;
	color: #000;
}

a.read-more{
	color: #015f9e;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover{
  color: #222;
}

section, .section-padding{
	padding: 70px 0;
	position: relative;
}

.no-padding{
	padding: 0;
}

.media>.pull-left{
	margin-right: 20px;
}

.gap-60 {
	clear: both;
	height: 60px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

.mrb-30{
   margin-bottom: 30px;
}

a:focus{
	outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-padding {
    padding: 0px 50px 0px 0px;
}

.solid-bg{
   background: #f9f9f9;
}

.solid-row {
  background: #f0f0f0;
}

.ts-divider {
   position: relative;
   margin: 20px 0 40px;
}

.ts-divider:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -moz-linear-gradient(left, #ffffff 0, #e0e0e0 30%, #e0e0e0 70%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), 
   color-stop(30%, #e0e0e0), color-stop(70%, #e0e0e0), color-stop(100%, #ffffff));
}

/* Dropcap */

.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}
.dropcap.primary {
  background: #015f9e;
  color: #fff;
}
.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Title */

.title{
   font-size: 12px;
   text-transform: uppercase;
   line-height: 34px;
   font-weight: 400;
   margin-bottom: 60px;
   margin-top: 0;
   text-align: center;
   position: relative;
   letter-spacing: 1px;
}
.title:after {
   content: "";
   position: absolute;
   display: inline-block;
   bottom: -20px;
   width: 100px;
   height: 3px;
   background: #015f9e;
   left: 50%;
   margin-left: -50px;
}
.title .title-head {
  font-size: 36px;
  text-transform: capitalize;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
}

/* Page content title */

.page-content-title.first{
   margin-top: 0;
}

/* Video responsive */

.embed-responsive {
	padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Input form */

.form-control{
	box-shadow: none;
	border: 1px solid #dedede;
	padding: 5px 20px;
	height: 44px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}

.form-control:focus{
	box-shadow: none;
   border: 1px solid #015f9e;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

blockquote {
   padding: 30px;
   border-left: 0;
   margin: 30px 0;
   background: #f9f9f9;
   position: relative;
}

blockquote:before {
   content: "\f10d";
   font-family: FontAwesome;
   position: absolute;
   font-size: 54px;
   color: #E5E5E5;
   top: 8px;
   left: 15px;
   z-index: 0;
}

blockquote p{
   font-size: 16px;
   line-height: 24px;
   font-weight: 300;
   position: relative;
   z-index: 1;
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

/* Button */


.btn-primary {
  background: #015f9e;
}

.btn-dark {
  background: #3a5371;
}

.btn-primary,
.btn-dark {
  color: #fff;
  border-radius: 2px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.btn-primary:hover,
.btn-dark:hover {
  background: #222;
  color: #fff;
}
.know-more-wrapper {
    display: block;
    position: relative;
}
a.button-w3layouts {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #1782C6;
    letter-spacing: 1px;
    font-size: 13px;
    display: inline-block;
    margin-top: 0.5em;
}

/* Ul, Ol */

.list-round-arrow, 
.list-arrow{
   list-style: none;
   margin: 0;
   padding: 0 0 0 15px;
}

.list-round-arrow li:before {
    font-family: FontAwesome;
    content: "\f05d";
    margin-right: 10px;
    color: #3a5371;
}

.list-arrow li:hover {
    color: #015f9e;
}

.list-arrow{
   padding: 0;
}

ul.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}


/* Arrow bg */

.down-arrow-transparent {
  background: url(../images/down-arrow-transparent.png) no-repeat center -1px transparent;
  display: block;
  height: 22px;
  width: 100%;
  margin: 0;
  z-index: 200;
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
  bottom: 0%;
}
.down-arrow-white {
  background: url(../images/down-arrow-white.png) no-repeat top center;
  z-index: 100;
  margin-top: 0;
  min-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.down-arrow-color {
  background: url(../images/down-arrow-color.png) no-repeat top center;
  z-index: 100;
  margin-top: 0;
  min-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Owl carousel */

.owl-carousel.owl-theme .owl-controls .owl-page span{
   width: 10px;
   height: 10px;
   margin: 5px 4px;
   background: #000;
   opacity: 0.3;
}

.owl-carousel.owl-theme .owl-controls .owl-page.active span, 
.owl-carousel.owl-theme .owl-controls.clickable .owl-page:hover span{
   background: #015f9e;
}


/*-- Feature Box, Feature Image box --*/

/* Common feature */

.ts-service-wrapper {
   text-align: center;
}

.ts-service-wrapper .ts-service-image img {
   display: inline-block;
}

.ts-service-wrapper .ts-service-info h3 {
   font-size: 20px;
   letter-spacing: -1px;
}

.ts-service-icon-wrapper {
   text-align: center;
}

.ts-service-icon-wrapper .ts-service-icon {
   font-size: 40px;
   background: #015f9e;
   color: #fff;
   width: 100px;
   height: 100px;
   line-height: 100px;
   display: inline-block;
   border-radius: 100%;
   margin: 25px 0 10px;
}

/*-- Service box icon --*/

.ts-service-box .ts-service-icon i {
   font-size: 36px;
   float: left;
   color: #fff;
   background: #015f9e;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   width: 66px;
   height: 66px;
   line-height: 66px;
   text-align: center;
}

.ts-service-box .ts-service-box-content {
   margin-left: 100px;
}

.ts-service-box .ts-service-box-content ul {
   margin: 0;
   padding: 0 0 0 15px;
}

.ts-service-box .ts-service-box-content h3 {
   font-size: 20px;
   letter-spacing: -1px;
}

/* Service bg */

.service-bg-row {
  background: #015f9e;
}

.service-bg-box {
   position: relative;
   padding: 50px;
   min-height: 350px;
   color: #fff;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.service-bg-box h3,
.service-bg-box p {
   color: #fff;
}

.service-bg-box h3 {
   font-size: 18px;
   font-weight: 700;
}

.service-bg-box .service-bg-icon i {
   font-size: 48px;
   margin-bottom: 20px;
}

.service-bg-box.one {
   background: rgba(0, 0, 0, 0.15);
}

.service-bg-box.two {
   background: rgba(0, 0, 0, 0.2);
}

.service-bg-box.three {
   background: rgba(0, 0, 0, 0.26);
}

/* Typography
================================================== */

body{
   background:#fff;
   color: #555555;
}

body, p {
    font-family: '微软雅黑', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 24px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
	color: #3d4049;
   font-weight: 700;
	font-family: '微软雅黑', sans-serif;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased !important;
}

h1{
   font-size: 36px;
   line-height: 48px;
}

h2{
   font-size: 28px;
   line-height: 36px;
}

h3{
   font-size: 24px;
   line-height: 32px;
}

h4{
   font-size: 18px;
   line-height: 28px;
}

h5{
   font-size: 14px;
   line-height: 24px;
}


/* Top Bar
================================================== */

.top-bar {
   background: #3a5371;
   padding: 10px 0;
}

/* Top menu */

.top-menu ul{
   text-align: right;
}

.top-menu ul li{
   display: inline-block;
}

.top-menu ul li a{
   color: #fff;
   position: relative;
   padding: 0 12px;
   font-size: 14px;
   border-radius: 0;
   line-height: 14px;
   border-right: 1px solid #999;
}

.top-menu ul li:last-child a{
   border-right: 0;
   padding-right: 0;
}

.top-menu ul li a{
   color: #fff;
}

.top-menu li a:hover{
	color: #015f9e;
}

/* Top social */

.top-social ul{
	list-style: none;
  	padding: 0;
  	margin: 0;
}

.top-social li {
  display: inline-block;
  padding: 0;
}

.top-social li a{
   color: #fff;
	margin-right: 15px;
	font-size: 14px;
	-webkit-transition: 400ms;
  	-moz-transition: 400ms;
  	-o-transition: 400ms;
  	transition: 400ms;
}

.top-social li a:hover{
	color: #015f9e;
}


/* Header area
================================================== */

.header{
   background: #fff;
}

.navbar-fixed {
  z-index: 99999;
  position: fixed;
  opacity: .98;
  width: 100%;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
  background: #f7f7f7;
  position: relative;
  min-height: 125px;
  padding: 30px 0 25px 10px;
}
.logo:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: -650px;
  width: 650px;
  background: #f7f7f7;
}
.logo:after {
  content: '';
  position: absolute;
  left: 100%;
  z-index: 999;
  border-top: 125px solid #f7f7f7;
  border-left: 0px solid transparent;
  border-right: 100px solid transparent;
  bottom: 0;
}


/* header right */
.header-right {
  float: right;
}

ul.top-info {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  float: right;
}

ul.top-info li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-left: 22px;
}

ul.top-info li .info-box span.info-icon {
  font-size: 18px;
  color: #1582c7;
  display: inline-block;
}

ul.top-info li .info-box .info-box-content {
  display: inline-block;
  font-family: Montserrat;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.top-info li .info-box .info-box-title {
  font-weight: 500;
  color: #3d4049;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: normal;
}

ul.top-info li .info-box .info-box-subtitle {
  margin: 0 0 5px 0;
  line-height: normal;
  color: #777;
  font-size: 13px;
}


/* Main navigation */

.nav-style-boxed .find-agent{
   margin-right: -15px;
}

.find-agent{
   background: #dab624;
   position: relative;
}


.find-agent a{
   color: #fff;
   padding: 0 30px 0 17px;
   line-height: 65px;
   position: relative;
   z-index: 10;
   font-size: 16px;
   font-weight: 700;
   text-align: center;
}

.find-agent:before{
   content: '';
   position: absolute;
   right: 100%;
   z-index: 999;
   border-bottom: 65px solid #dab624;
   border-left: 30px solid transparent;
   border-right: 0 solid transparent;
   bottom: 0;
}


.site-navigation{
   background: #1582C7;
   box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.2);
}

.navbar-toggle{
	float: left;
	margin-top: 10px;
	padding: 12px;
}

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-toggle{
   float: left;
   margin-top: 10px;
   padding: 12px;
   border-radius: 0;
   margin-right: 5px;
   background: #3a5371;
}

.navbar-toggle .icon-bar{
   background: #fff;
}

.navbar-toggle .i-bar{
	background: #fff;
}

ul.navbar-nav{
   float: left;
   display: inline-block;
}

ul.navbar-nav > li{
   float: none;
   display: inline-block;
}

ul.navbar-nav > li:first-child{
   padding-left: 0;
}

ul.navbar-nav > li:hover > a, 
ul.navbar-nav > li.active > a{
  color: #dab624;
  position: relative;
}


ul.navbar-nav > li{
   padding: 0 45px;
   position: relative;
}

ul.navbar-nav > li:last-child:after{
   background: none;
}

ul.navbar-nav > li > a{
   font-family: Montserrat;
   color: #fff;
   text-rendering: optimizeLegibility;
   font-weight: 700;
   font-size: 15px;
   margin: -1px 0;
   line-height: 25px;
   padding: 22px 0 20px;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

ul.navbar-nav > li > a i{
	font-weight: 700;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}


/* Dropdown */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 0;
   margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {

	ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
	ul.nav li.dropdown:hover ul.dropdown-menu 
   li.dropdown-submenu ul.dropdown-menu {
	    display: none;
	} 

	ul.nav li.dropdown ul.dropdown-menu 
   li.dropdown-submenu:hover ul.dropdown-menu {
	    display: block;
	} 
}

.dropdown-menu{
   text-align: left;
   background: #fff;
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
   border: 0;
}

.dropdown-menu-large{
   min-width: 400px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a{
   padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a{
   color: #015f9e;
}

.navbar-nav>li>.dropdown-menu a{
	background: none;
}

.dropdown-menu li a{
	font-family: Montserrat;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding: 15px 20px ;
	color: #090909;
	border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>.dropdown-menu>.active>a{
	background: none;
	color: #015f9e;
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus{
	color: #015f9e;
}


/* Main Slider
================================================== */

/*-- Main slide --*/

#main-slide .item {
    min-height: 600px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

#main-slide .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;
}


#main-slide .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
   top: 50%;
   margin-top: -135px;
   left: 0;
   padding: 0;
   position: absolute;
   width: 100%;
   color: #fff;
}

.slider-content {
   position: relative;
   display: table;
   height: 100%;
   width: 100%;
}

.slide-title{
   font-size: 68px;
   line-height: 72px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
}

.slide-sub-title{
    font-style: normal;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.slider-text {
   display: table;
   vertical-align: bottom;
   color: #fff;
   padding-left: 40%;
   width: 100%;
   padding-bottom: 0;
   padding-top: 20px;
}

.slider-text .slide-head{
   font-size: 36px;
   color: #0052a5;
   position: relative;
}

.slider-img{
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

.slider-img img {
   display: block;
   position: relative;
   max-height: 100%;
   width: auto;
}

.slider.btn{
   margin: 5px;
   border: 2px solid transparent;
}

.slider.border{
   background: none;
   border: 2px solid #fff;
}

.slider.border:hover{
   background: #015f9e;
   border:2px solid transparent;
}

/* Carousel control */

.carousel-indicators li{
	width: 10px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 100% !important;
   border: 0 !important;
	background: rgba(255,255,255,.5);
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
   background: #015f9e;
    -moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators{
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -25px;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: #fff;
	color: #222;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border-radius: 0;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover{
	background: #222;
   color: #fff;
}

/*-- Animation */
.carousel .item.active .animated1 {
   
}

.carousel .item.active .animated2{
   -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
   animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
   -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
   animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .item.active .animated4{
   -webkit-animation: flipInX 2s ease-in 800ms both;
   animation: flipInX 2s ease-in 800ms both;
}

.carousel .item.active .animated5{
   -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
   animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6{
   -webkit-animation: bounceIn 1s ease-in 500ms both;
   animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7{
   -webkit-animation: bounceIn 1s ease-in 500ms both;
   animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8{
   -webkit-animation: bounceInDown 1s ease-in 800ms both;
   animation: bounceInDown 1s ease-in 800ms both;
}

/*-- Content Box slide --*/

.box-slide .item{
   min-height: 600px;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.box-slider-content{
   top: 50%;
   margin-top: -115px;
   padding: 0;
   position: absolute;
   width: 100%;
}

.box-slider-text{
   background: rgba(255, 255, 255, .8);
   display: inline-block;
   padding: 20px 30px;
   max-width: 550px;
}

.box-slide-title{
   font-size: 28px;
   margin-top: 0;
}

.box-slider-text .btn-primary{
   padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls{
   margin: -20px;
}

.owl-theme.box-slide .owl-pagination{
   position: relative;
   top: -40px;
}

.box-slide.owl-theme .owl-controls .owl-page span{
   opacity: .8;
   background: #fff;
}

.box-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]{
   line-height: 56px;
   width: 56px;
   height: 56px;
   background: #fff;
   color: #222;
   font-size: 36px;
   padding: 0;
   margin: 0;
   position: absolute;
   top: 50%;
   right: 0;
   margin-top: -40px;
}

.box-slide.owl-theme .owl-controls .owl-buttons .owl-prev{
   left: 0;
   right: auto;
}

.box-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]:hover{
   background: #333;
   color: #fff;
}

.box-slide.owl-theme .owl-controls .owl-buttons [class*=owl-] {
   opacity: 0;
   filter: alpha(opacity=0);
   background-image: none;
   background-repeat: no-repeat;
   text-shadow: none;
   -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
   -ms-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
}

.box-slide.owl-theme:hover .owl-controls .owl-buttons [class*=owl-]{
   opacity: 1;
   filter: alpha(opacity=100);
}

/*-- Slider pages --*/

#main-slide.slider-pages .item {
    min-height: 340px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}


/* Features
================================================== */

.ts-features{
   padding-top: 30px;
}

.intro-title{
   font-size: 24px;
   text-transform: uppercase;
   line-height: 32px;
   font-weight: 400;
   margin-bottom: 20px;
   letter-spacing: 1px;
}

.intro-title .title-head {
   font-size: 28px;
   display: block;
   font-weight: 700;
   text-transform: capitalize;
   letter-spacing: 0;
}

.intro-text{
   padding-right: 15px;
}

/* Intro feature */

.intro-feature .ts-service-wrapper .ts-service-info h3 {
   text-transform: capitalize;
   font-weight: 700;
   line-height: 22px;
   font-size: 16px;
   text-transform: uppercase;
}

.ts-service-wrapper .ts-service-icon {
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   -webkit-transform: scale(0.9);
   -ms-transform: scale(0.9);
   transform: scale(0.9);
}
.ts-service-wrapper:hover .ts-service-icon {
   border: 5px solid rgba(0, 0, 0, 0.3);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}


/* Quote */

.quote-form{
   padding-left: 15px;
}

.quote-form .btn-primary{
   background: #E60000;
   font-size: 12px;
   margin-top: 10px;
}

.quote-form .btn-primary:hover{
   background: #333;
}

.quote-form h2{
   margin-bottom: 20px;
}

/* Accordion Feature */

.ts-features .panel-group{
   margin-top: 30px;
}

.panel-body img{
   width: 80px;
   height: 80px;
   margin-left: 15px;
}

/* Product area
================================================== */

.product-area{
   position: relative;
   min-height: 700px;
   padding-bottom: 35px;
   color: #fff;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.product-area .title{
   color: #fff;
}

.owl-theme.product-slide{
   margin-top: 40px;
   padding: 25px 5px 20px 20px;
}

.product-item{
   padding-right: 20px;
}

.product-item .product-title{
   color: #000;
   letter-spacing: 1px;
   font-size: 16px;
   margin-top: 15px;
   text-transform: uppercase;
}

.product-item .product-desc{
   color: #666;
   padding-right: 10px;
}

.product-item .btn-primary{
   padding: 8px 15px;
   font-size: 12px;
   margin-top: 10px;
}

.owl-theme.product-slide .owl-controls {
   background: #333;
   position: absolute;
   top: -40px;
   right: 0;
   padding-right: 5px;
}

.product-slide.owl-theme .owl-controls .owl-buttons [class*=owl-],{
   background: none;
   color: #fff;
   font-size: 28px;
   margin: 0;
}

.product-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]:hover{
   background: none;
   color: #fff;
}

.product-slide.owl-theme .owl-controls .owl-buttons div{
   margin: 5px 0;
   font-size: 26px;
}


/* Product Isotope */

.isotope-nav{
   display: inline-block;
   margin: 0 0 10px;
}

.isotope-nav ul{
   list-style: none;
   margin: 0;
}

.isotope-nav ul li{
   float: left;
   margin-right: 10px;
}

.isotope-nav ul li a{
   color: #fff;
   font-size: 14px;
   padding: 5px 8px;
   margin-right: 5px;
   font-weight: 600;
   text-transform: uppercase;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.isotope-nav ul a.active {
   color: #015f9e;
   border-color: #015f9e;
   border-bottom: 2px solid #015f9e;
}

.isotope-item {
    margin-top: 20px;
}


.isotop-img-conatiner{
   position: relative;
}

.isotop-img-conatiner:after{
   opacity: 0;
   position: absolute;
   content: '';
   top: 0;
   right: auto;
   left: 0;
   width: 100%;
   height: 100%;
    -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;
   background-color: rgba(0, 0, 0, 0.7);
}

.isotop-img-conatiner:hover:after{
   opacity: 1;
}

.isotope-item-info{
   padding: 0 20px;
   z-index: 1;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.isotope-item-title{
   font-size: 18px;
   letter-spacing: 1px;
   position: absolute;
   z-index: 1;
   bottom: 110px;
   color: #fff;
   text-transform: uppercase;
   margin: 0;
   width: 70%;
   opacity: 0;
   transition: bottom 0.2s linear, opacity 0.2s linear;
   -webkit-transition: bottom 0.2s linear, opacity 0.2s linear;
   -moz-transition: bottom 0.2s linear, opacity 0.2s linear;
}

.isotope-item-title a{
   color: #fff;
}

.isotope-item-title a:hover{
   color: #015f9e;
}

.isotop-img-conatiner:hover .isotope-item-title{
   bottom: 85px;
   opacity: 1;
}

.isotope-item-info .btn-primary{
   opacity: 0;
   font-size: 12px;
   z-index: 1;
   position: absolute;
   bottom: 20px;
   padding: 10px 20px;
   transition: bottom 0.2s linear, opacity 0.2s linear;
   -webkit-transition: bottom 0.2s linear, opacity 0.2s linear;
   -moz-transition: bottom 0.2s linear, opacity 0.2s linear;
}

.isotop-img-conatiner:hover .isotope-item-info .btn-primary{
   bottom: 35px;
   opacity: 1;
}

/* Featured Tab
================================================== */

.featured-tab-area{
   padding-bottom: 85px;
}

.featured-tab{
   margin-top: 20px;
}

.featured-tab .tab-content{
   border: 1px solid #ddd;
   border-top: 0;
   padding: 20px 20px 20px;
   overflow: hidden;
}

.featured-tab .nav.nav-tabs{
   background: #f5f5f5;
}

.featured-tab .nav-tabs>li>a{
   font-weight: 500;
   background: none;
   border-radius: 0;
   min-width: 286px;
   padding: 20px 15px;
   border-right: 1px solid #ddd;
   border-top: 5px solid transparent;
   margin-right: -1px;
   color: #555;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.featured-tab.pages .nav-tabs>li>a{
   min-width: 175px;
}

.featured-tab .nav-tabs>li.active>a{
   color: #015f9e;
   background: #fff;
   border-top: 5px solid #015f9e;
   border-left: 1px solid #ddd;
}

.featured-tab .tab-head i{
   font-size: 20px;
}

.tab-content-title{
   font-size: 24px;
}

.featured-tab .tab-pane img.pull-left{
   margin: 0 20px 10px 0;
}

.featured-tab .tab-pane img.pull-right{
   margin: 0 0 0 20px;
}

.featured-tab .tab-icon i {
    font-size: 230px;
}

/* Featured course
================================================== */

.featured-tab-area{
   padding-bottom: 55px;
}

.featured-course{
   margin-top: 20px;
}

.featured-course .tab-content{
   border: 1px solid #ddd;
   border-top: 0;
   padding: 20px 20px 20px;
   overflow: hidden;
}

.featured-course .nav.nav-tabs{
   background: #f5f5f5;
}

.featured-course .nav-tabs>li>a{
   font-weight: 500;
   background: none;
   border-radius: 0;
   min-width: 381px;
   padding: 20px 15px;
   border-right: 2px solid #ddd;
   border-top: 5px solid transparent;
   margin-right: -1px;
   color: #555;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.featured-course.pages .nav-tabs>li>a{
   min-width: 175px;
}

.featured-course .nav-tabs>li.active>a{
   color: #015f9e;
   background: #fff;
   border-top: 5px solid #015f9e;
   border-left: 1px solid #ddd;
}

.featured-course .tab-head i{
   font-size: 20px;
}

.tab-content-title{
   font-size: 24px;
}

.featured-course .tab-pane img.pull-left{
   margin: 0 20px 10px 0;
}

.featured-course .tab-pane img.pull-right{
   margin: 0 0 0 20px;
}

.featured-course .tab-icon i {
    font-size: 230px;
}


/* Content area
================================================== */

.ts-content{
	margin:100px auto;
   background: #fff;
}

.ts-content .ts-padding.left{
   padding-left: 100px;
}

.service-box {
  margin: 25px 0 0 0;
}

.service-box i {
  font-size: 28px;
  margin-right: 5px;
  color: #015f9e;
  float: left;
}

.service-box .service-box-content h3 {
  margin: 0 0 15px;
  font-size: 15px;
  text-transform: uppercase;
}


.ts-content .ts-padding.right{
   position: relative;
}

.popup.cboxElement{
   display: block;
}

.video-icon{
   text-align: center;
   color: #fff;
   display: block;
   top: 50%;
   margin-top: 200px;
   font-size: 36px;
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -80px;
}

.video-icon i{
   width: 80px;
   height: 80px;
   line-height: 80px;
   border: 2px solid #fff;
   display: inline-block;
   border-radius: 100%;
}

.video-icon h2{
   color: #fff;
   position: relative;
   top: -10px;
}


/* Facts
================================================== */

.facts {
   padding: 70px 0;
   background: #015f9e;
   color: #fff;
}

.facts .intro-title{
   color: #fff;
   margin-top: 0;
}

.facts .btn-dark{
   margin-top: 15px;
}

.fact-text{
   padding-top: 10px;
}

.facts-wrapper .ts-facts {
   color: #fff;
   text-align: center;
   padding: 25px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.facts-wrapper .ts-facts:nth-child(2),
.facts-wrapper .ts-facts:nth-child(4) {
   border-right: 0;
}

.facts-wrapper .ts-facts:nth-child(3),
.facts-wrapper .ts-facts:nth-child(4) {
   border-bottom: 0;
}

.facts-wrapper .ts-facts .ts-facts-icon i {
   font-size: 28px;
}

.facts-wrapper .ts-facts .ts-facts-content .ts-facts-num {
   color: #fff;
   font-size: 32px;
   margin: 10px 0 0;
}

.facts-wrapper .ts-facts .ts-facts-content .ts-facts-title {
   font-size: 14px;
   color: #fff;
   margin: 0;
}


/* News section
================================================== */

.news{
   background: url(../images/crossword.png);
   padding-bottom: 85px;
}

.latest-post .post-title{
   font-size: 18px;
   line-height: 24px;
   font-weight: 400;
   margin:0 0 5px;
}

.latest-post .post-title a {
   color: #3d4049;
}

.latest-post .post-title a:hover{
   color: #015f9e;
}

.latest-post .post-item-date, 
.latest-post .post-item-author{
   color: #999;
}

.latest-post .post-item-author{
   margin-left: 5px;
}

.latest-post .btn-primary{
   padding: 10px 18px;
   font-size: 12px;
}

/* Testimonial
================================================== */

.testimonial-slide.owl-carousel .owl-wrapper-outer{
   padding-top: 55px;
   padding-bottom: 16px;
}

.testimonial-quote-item{
   padding: 30px 40px;
   margin: 0 10px;
   background-color: #eeeeee;
   border-radius: 3px;
   position: relative;
}

.testimonial-quote-item:after{
   content: "";
   position: absolute;
   bottom: -16px;
   left: 50px;
   border-width: 16px 0 0 16px;
   border-style: solid;
   border-color: #eeeeee transparent;
   display: block;
   width: 0;
}

.testimonial-quote-item .quote-text{
   margin:10px 0;
   display: inline-block;
}

.testimonial-text:before{
   content: "";
    position: absolute;
    bottom: -22px;
    left: 20px;
    border-width: 21px 15px 0 15px;
    border-style: solid;
    border-color: #a7a7a7 transparent;
    display: block;
    width: 0;
}

.testimonial-text:after{
   content: "";
   position: absolute;
   bottom: -20px;
   left: 21px;
   border-width: 20px 14px 0 14px;
   border-style: solid;
   border-color: #f9f9f9 transparent;
   display: block;
   width: 0;
}

.testimonial-thumb{
   position: absolute;
   top: -50px;
   width: 80px;
   height: 80px;
   margin:0;
   border-radius: 100%;
   border: 5px solid #eeeeee;
}

.quotes-author{
   font-size: 1.1em;
   font-weight: 700;
}

.quotes-subtext{
   font-style: italic;
}


.testimonial-slide.owl-theme .owl-controls{
   text-align: center;
   margin-top: 25px;
   position: relative;
   z-index: 1;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot.active span {
    background: #0052a5;
}

.testimonial-slide.owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 3px;
    margin: 0 2px !important;
    border-radius: 0;
}


/* Testimonial classic */

.testimonial-classic {
   position: relative;
   padding: 30px 30px 15px 30px;
   border-width: 1px;
   border-style: solid;
   border-color: #ddd;
   margin-bottom: 40px;
}
.testimonial-classic:after {
   content: "";
   position: absolute;
   bottom: -40px;
   left: 45px;
   border-style: solid;
   border-width: 40px 0px 0 30px;
   border-color: #ddd transparent;
   display: block;
   width: 0;
   z-index: 1;
}

.testimonial-classic img {
   float: left;
   width: 80px;
   height: 80px;
   border-radius: 100%;
}

.testimonial-classic-text {
    padding-left: 110px;
}

.sidebar .testimonial-classic img {
    float: none;
}

.sidebar .testimonial-classic-text {
    padding-left: 0;
}

.testimonial-classic-author {
  position: absolute;
  bottom: -60px;
  left: 90px;
}

.testimonial-classic-author h3.name {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: normal;
}

.testimonial-classic-author h4.desg {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  text-transform: capitalize;
  line-height: normal;
}

/* Footer Top
================================================== */

.footer-top {
   position: relative;
   bottom: -60px;
   margin-top: -60px;
   z-index: 1;
}

.footer-top-bg {
   background: #015f9e;
   border-radius: 3px;
   margin: 0;
   color: #fff;
}


.footer-top .footer-box {
   padding: 20px 35px 15px;
   min-height: 120px;
}

.footer-top .footer-box i {
   float: left;
   font-size: 28px;
    margin-top: 0px;
   background: rgba(0, 0, 0, 0.3);
   display: inline-block;
   text-align: center;
    width: 54px;
   height: 48px;
   line-height: 48px;
   padding-left: 6px;
}

.footer-top .footer-box .footer-box-content {
   margin-left: 80px;
}

.footer-top .footer-box .footer-box-content h3 {
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 16px;
   color: #fff;
   font-weight: 700;
}

.footer-top .footer-box .footer-box-content p {
   margin: 0;
}

.footer-top .footer-box.two {
   background: rgba(0, 0, 0, 0.07);
}

.footer-top .footer-box.three {
   background: rgba(0, 0, 0, 0.15);
}


/* Footer
================================================== */

.footer{
   background: #25272e;
   color: #87888a;;
   font-size: 14px;  
   position: relative;
   padding: 120px 0 10px;
}

.footer-widget{
   padding-bottom: 40px;
}

.footer .widget-title{
   color: #fff;
   font-size: 16px;
   letter-spacing: 2px;
   text-transform: uppercase;
   margin-top: 0;
   padding-bottom: 10px;
   margin-bottom: 30px;
   position: relative;
}

.footer .widget-title:after{
   content: "";
   background: #015f9e;
   width: 34px;
   height: 1px;
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
}

/* Footer about */

.footer-about{
   padding-right: 40px;
}

.footer-logo{
   margin-bottom: 20px;
}

/* Links */

.footer-widget ul.list-arrow li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 36px;
}

.footer-widget ul.list-arrow li a{
   color: #87888a;
}

.footer-widget ul.list-arrow li a:hover{
   color: #015f9e;
}

/* Newsletter */

.newsletter-widget{
   border: 0;
   padding-top: 0;
}

.newsletter-widget .widget-title{
   margin-top: 0;
   line-height: 40px;
   margin-bottom: 25px;
}

.newsletter-widget .widget-title span{
   font-size: 36px;
   display: block;
   text-transform: uppercase;
}

.newsletter-form{
   position: relative;
}

.newsletter-form input{
   width: 80%;
   margin: 15px 0;
   background: rgba(0,0,0,.1);
   font-size: 12px;
   height: 45px;
   border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-form button {
   position: absolute;
   right: 0;
   top: 0;
   border-radius: 0;
   background: #015f9e url(../images/newsletter-icon.png) no-repeat 20px 50% !important;
   text-indent: -9999em;
}


/* Footer social */

.footer-social{
   margin-top: 40px;
   padding-bottom: 20px;
}

.footer-social .widget-title{
   font-size: 14px;
}

.footer-social ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

.footer-social ul li {
   margin: 0 10px 0 0;
   display: inline-block;
}

.footer-social ul li a {
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   color: #fff;
}

.footer-social ul li a i {
   width: 28px;
   height: 28px;
   line-height: 26px;
   border: 2px solid #9a9b9d;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.footer-social ul li a i:hover {
   border: 2px solid transparent;
}

.footer-social ul li a i.fa-rss:hover {
   background: #faaa5e;
}

.footer-social ul li a i.fa-facebook:hover {
   background: #677fb5;
}

.footer-social ul li a i.fa-twitter:hover {
   background: #70c2e9;
}

.footer-social ul li a i.fa-google-plus:hover {
   background: #c53942;
}

.footer-social ul li a i.fa-pinterest:hover {
   background: #d8545d;
}

.footer-social ul li a i.fa-linkedin:hover {
   background: #3daccf;
}

.footer-social ul li a i.fa-dribbble:hover {
   background: #e299c2;
}

/* Copyright */

.copyright {
   border-top: 1px solid rgba(255, 255, 255, .1);
   font-size: 12px;
   padding: 20px 0;
}

.footer-menu{
   float: right;
}

.footer-menu ul li{
   display: inline-block;
   line-height: 12px;
   padding-left: 8px;
}

.footer-menu ul li a{
   color: #fff;
   padding: 0;
   text-transform: uppercase;
}

.footer-menu ul li a:hover{
   color: #015f9e;
}


#back-to-top {
   right: 40px;
   top: auto;
   z-index: 10;
   -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
   bottom: 25px;
}

#back-to-top .btn.btn-primary{
   font-size: 18px;
   padding: 6px 15px;
}

/* Sub Pages
================================================== */

/*-- Banner --*/

.banner-area {
   position: relative;
   min-height: 250px;
   color: #fff;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    margin-top: -45px;
}

.banner-title{
   color: #fff;
   font-size: 32px;
   text-transform: uppercase;
   line-height: normal;
   margin: 0;
   letter-spacing: 2px;
}

.banner-sec{
   color: #fff;
   font-size: 24px;
   text-transform: uppercase;
   line-height: normal;
   margin: 0;
   letter-spacing: 2px;
}
.breadcrumb{
   font-size: 12px;
   background: none;
   color: #ccc;
   font-weight: 600;
   padding-top: 0;
}

.breadcrumb>li+li:before{
   color: #ccc;
}
.breadcrumb>li a{
   color: #ccc;
}

/*-- Insurance Pages --*/



.page-title{
   font-size: 36px;
   margin-top: 0;
}

.insurance-item-content h3 {
    margin-top: 0;
}


/*-- About us page --*/

.about-us-intro {
    max-width: 750px;
    margin: 0 auto;
}

.about-text {
   display: block;
   min-height: 360px;
   position: relative;
   padding: 20px 50px;
}

.about-img {
   padding: 0;
}

/*-- Page slides --*/

.page-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]{
   background: #fff;
   color: #333;
   font-size: 28px;
   margin: 0;
   position: absolute;
   top: 50%;
   right: 0;
   margin-top: -20px;
}

.page-slide.owl-theme .owl-controls .owl-buttons .owl-prev{
   left: 0;
   right: auto;
}

.page-slide.owl-theme .owl-controls .owl-buttons [class*=owl-]:hover{
   background: #333;
   color: #fff;
}


/*-- Partners carousel --*/

.partner-logo {
    border-right: 1px solid #eee;
    padding: 0 20px;
}

.owl-item:last-child .partner-logo, 
.owl-item:nth-child(5) .partner-logo{
   border-right: 0;
}

.partner-logo img {
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*-- Team page --*/

.team-slide .team-wrapper {
    position: relative;
    max-width: 261px;
    min-height: 260px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.team-slide .team-wrapper .team-img-wrapper {
   position: relative;
   text-align: center;
   display: inline-block;
}

.team-slide .team-wrapper .team-img-wrapper .social-icons {
   top: 50%;
   position: relative;
}

.team-slide .team-wrapper .team-img-wrapper .social-icons i {
   font-size: 30px;
   color: #fff;
   margin-left: 10px;
}

.team-slide .team-wrapper .team-img-wrapper .team-img-wrapper-hover {
   position: absolute;
   text-align: center;
   width: 100%;
   height: 100%;
   z-index: 1;
   opacity: 0;
   background-color: rgba(27, 187, 155, 0.75);
   -webkit-transition: opacity 0.45s;
   -moz-transition: opacity 0.45s;
   -o-transition: opacity 0.45s;
   transition: opacity 0.45s;
   -webkit-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
}

.team-slide .team-wrapper .team-img-wrapper .team-img-wrapper-hover:hover {
   opacity: 1;
}

.team-slide .team-content .ts-name {
   font-size: 16px;
   margin-bottom: 0;
   line-height: normal;
   color: #015f9e;
}

.team-slide .team-content .ts-designation {
   color: #717171;
   font-size: 15px;
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 5px;
}

.team-slide.owl-theme .owl-controls .owl-buttons div{
    padding: 5px 15px;
    font-size: 20px;
    background: #015f9e;
    color: #fff;
    border-radius: 3px;
}

.team-slide.owl-theme .owl-controls .owl-buttons div:hover {
    background: #117964;
}


/*-- Career --*/

.table .btn-primary {
    padding: 5px 25px;
}

.job-box{
   background: #015f9e;
   color: #3a5371;
   position: relative;
   display: table;
   table-layout: fixed;
   width: 100%;
   padding: 20px 30px;
   margin: 0 0 40px;
   border-radius: 3px;
}

.job-box .job-info{
   display: table-cell;
   line-height: 26px;
   padding: 0 10px;
   font-size: 13px;
}

.job-box .job-info .icon{
   float: left;
   width: 25px;
}

.job-box .job-info .desc{
   overflow: hidden;
   font-weight: 500;
}

.job-box .job-info .desc strong{
   display: block;
   color: #fff;
}

/*-- Pricing table  --*/

.plan {
   list-style: none;
   margin: 20px 0;
   padding: 0 0 15px 0;
   text-align: center;
   background: #f6f6f6;
}

.plan.featured .plan-name {
   background: #015f9e;
}

.plan.featured .plan-name h2 {
   color: #fff;
}

.plan.featured .plan-name h2 small {
   color: #fff;
}

.plan.featured a.btn {
   background: #015f9e;
}

.plan.featured a.btn:hover {
   background: #000;
}

.plan-name {
   display: block;
   padding: 40px 0;
   position: relative;
   background: #ececec;
}

.plan-name h2 {
   margin: 0;
   padding: 0;
   font-size: 25px;
   font-weight: 700;
   line-height: normal;
   letter-spacing: -1px;
}

.plan-name h2 small {
   display: block;
   font-size: 16px;
   margin-top: 5px;
}

.plan-price {
   padding: 25px 0;
}

.plan-price h2 {
   font-size: 36px;
   position: relative;
   display: inline-block;
   font-family: 'Roboto', sans-serif;
}

.plan-price h2 .currency {
   top: -0.3em;
   font-size: 70%;
   left: -0.2em;
   font-weight: 400;
}

.plan-price h2 sup {
   font-size: 55%;
   top: -0.9em;
}

.plan-price h2 strong {
   display: inline-block;
}

.plan-price h2 small {
   display: block;
   font-size: 18px;
   line-height: normal;
   font-style: italic;
   margin-top: 15px;
}

.plan-duration {
   margin-top: -40px;
   margin-bottom: 15px;
}

.plan li > ul {
   padding: 0 50px;
   margin-bottom: 0;
}

.plan li > ul li {
   border-top: 1px dotted #e5e5e5;
   padding: 20px 0;
}

.plan li > ul li:first-child {
   border-top: 0 !important;
}

.plan a.btn {
   display: block;
   margin: 17px auto;
   padding: 13px 20px 11px;
   max-width: 150px;
   font-size: 12px;
   font-weight: 700;
   background: #272d33;
}

.plan a.btn:hover {
   background: #000;
}

/*-- Faq --*/

.panel-default>.panel-heading{
   background: none;
   border-radius: 0;
   position: relative;
}

.panel-group .panel{
   border-radius: 0;
}

h4.panel-title{
   font-size: 14px;
   background: none;
   border: 0;
   padding: 8px 0 8px 0;
   line-height: normal;
   border-radius: 0;
}

h4.panel-title a{
   color: #015f9e;
}

h4.panel-title span{
   float: right;
}

h4.panel-title a.collapsed{
   color: #333;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before{
   font-family: "FontAwesome";
   position: absolute;
   z-index: 0;
   font-size: 14px;
   right: 15px;
   padding: 0 5px;
   text-align: center;
   top: 50%;
   margin-top: -7px;
}

h4.panel-title a:before {
   content: "\f106";
}

h4.panel-title a.collapsed:before {
   content: "\f107";
}

.panel-body ul{
   padding-left: 25px;
}

.panel-group .btn.btn-primary.solid:hover{
   color: #333;
}

/* Action for all page */

.call-action-all{
   background: #f5f5f5;
   padding: 30px 0 20px;
}

.action-text{
   float: left;
}

.action-text h2{
   font-size: 28px;
   margin: 0;
   line-height: normal;
}

.action-text p{
   font-size: 20px;
   color: #fff;
}

.call-action-all .action-btn{
   float: right;
}

.call-action-all .action-btn .btn-primary{
   padding: 12px 25px;
}


/* Contact Us
================================================== */

.map {
    height: 420px;
    z-index: 1;
}
.map img{
	max-width:100%
}

.contact-form-title{
   margin-top: 0;
   margin-bottom: 30px;
   line-height: normal;

}

.contact-three{
   padding-top: 0;
}


.contact-info-box {
   margin-top: 25px;
}

.contact-info-box i {
   float: left;
   font-size: 20px;
   color: #777777;
}

.contact-info-box .contact-info-box-content {
   padding-left: 40px;
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 15px;
}

.contact-info-box .contact-info-box-content h4 {
   font-size: 16px;
   line-height: normal;
   font-weight: 700;
   color: #777;
}

.contact-info-box .contact-info-box-content p {
   margin-bottom: 0;
}

.contact-info-box:last-child .contact-info-box-content {
   border-bottom: 0;
}


/* News Listing
================================================== */

.post{
   border-bottom: 1px solid #dedede;
   padding: 0 0 30px;
   margin: 0 0 45px;
}

.post.last{
   padding-bottom: 0;
   margin-bottom: 0;
   border-bottom: 0;
}

.post-body{
   padding: 20px 0;
}

.entry-header .entry-title{
	margin: 5px 0 35px;
	position: relative;
   line-height: 28px;
   text-transform: capitalize;
}

.entry-header .entry-title:after{
	content: "";
   position: absolute;
   display: inline-block;
   bottom: -18px;
   left: 0;
   width: 80px;
   height: 3px;
   background: #015f9e;
}

.entry-header .entry-title a{
	color: #3d4049;
}

.entry-header .entry-title a:hover{
	color: #015f9e;
}


/* Meta */

.post-meta{
   padding-bottom: 10px;
}

.post-meta a{
	color: #3d4049;
}

.post-meta a:hover{
   color: #015f9e;
}

.post-meta span{
	margin-right: 10px;
   padding-right: 10px;
   border-right: 1px solid #dedede;
   line-height: 12px;
   display: inline-block;
}

.post-meta .post-comment{
   border-right: 0;
}

.post-meta .post-comment .comments-link{
   margin-left: 5px;
}

.post-footer .btn.btn-primary{
   font-size: 12px;
   padding: 12px 20px;
   margin-top: 10px;
}

/* Pagination */

.paging{
	margin-bottom: -5px;
}

.pagination{
	margin: 0;
}

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	color: #fff;
  	background: #015f9e;
	border: 1px solid transparent;
}


/* News Single
================================================== */


.tags-area{
   margin: 20px 0;
}
.post-tags a{
	border: 1px solid #dedede;
   color: #777;
   display: inline-block;
   font-size: 12px;
   padding: 3px 10px;
   margin-left: 3px;
}

.post-tags a:hover{
   background: #015f9e;
   color: #fff;
   border: 1px solid transparent;
}

/* Post social */

.post-social-icons > li {
    display: inline-block;
}

.post-social-icons a i{
   margin-left: 5px;
   font-size: 16px;
   width: 28px;
   height: 26px;
   line-height: 26px;
   color: #fff;
   text-align: center;
}

.post-social-icons a i.fa-facebook {
   background: #677fb5;
}

.post-social-icons a i.fa-twitter {
   background: #70c2e9;
}

.post-social-icons a i.fa-google-plus {
   background: #c53942;
}

.post-social-icons a i.fa-linkedin {
   background: #3daccf;
}


/* Author box */

.author-box {
   background: #f2f2f2;
   padding: 20px 20px 10px;
   margin: 20px 0;
}

.author-img img{
	width: 110px;
	height: 110px;
	margin-right: 30px;
}

.author-info h3{
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: normal;
}

.author-info h3 span{
   font-size: 14px;
   color: #959595;
   border-left: 1px solid #AFAFAF;
   padding-left: 8px;
   margin-left: 5px;
}

/* Comments area */

.comments-area{
   margin: 40px 0;
}

.comments-list .comment-content {
    margin: 15px 0;
}

.comments-list .comment-reply {
    color: #015f9e;
    text-transform: uppercase;
    font-weight: 500;
}

.comments-counter{
	font-size: 18px;
}
.comments-counter a{
	color: #323232;
}

.comments-list{
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.comments-list .comment.last{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments-list img.comment-avatar{
	width: 84px;
	height: 84px;
	margin-right: 30px;
}

.comments-list .comment-body{
	margin-left: 110px;
}

.comments-list .comment-author{
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
	font-size: 16px;
}

.comments-list .comment-date{
	color: #959595;
	margin-bottom: 5px;
	font-size: 12px;
}

.comments-reply{
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form{
	margin-bottom: 0;
}

.comments-form .title-normal{
   margin-bottom: 20px;
}

.comments-form .btn.btn-primary{
	padding: 10px 20px;
   margin-top: 20px;
}

/* Sidebar
================================================== */

.sidebar .widget-title{
   font-size: 20px;
   font-weight: 700;
   position: relative;
   margin-bottom: 40px;
   margin-top: 0;
   line-height: normal;
   letter-spacing: -1px;
}

.sidebar .widget-title:after{
   content: '';
   width: 30px;
   left: 0;
   bottom: -10px;
   height: 3px;
   background: #015f9e;
   position: absolute;
}

/* Widget common */

.sidebar .widget{
   margin-bottom: 40px;
   margin-left: 20px;
}

.sidebar .widget.box{
   padding: 25px;
}

.widget.box.solid{
   background: #f2f2f2;
}

.widget.box.red{
   background: #ec483b;
   color: #fff;
}

.widget.box.red .widget-title{
   color: #fff;
}

.widget ul li{
   line-height: 30px;
}

.sidebar .widget ul li a{
   color: #3d4049;
}

.sidebar .widget ul li a:hover{
   color: #015f9e;  
}

.sidebar .widget ul li i{
   margin-right: 5px;
}

.sidebar .btn {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

/* Sidebar nav */

.sidebar ul.nav-tabs{
   border:0;
}

.sidebar ul.nav-tabs li.active a, 
.sidebar ul.nav-tabs li:hover a{
   color: #015f9e;
}

.sidebar ul.nav-tabs li a{
   color: #3d4049;
   border-radius: 0;
   padding: 0;
   padding-left: 0;
   font-weight: 400;
   display: inline-block;
}

.sidebar ul.nav-tabs li{
   color: #3d4049;
   line-height: normal;
   font-weight: 600;
   border-bottom: 1px dotted #d3d3d3;
   padding: 15px 0;
}

.sidebar ul.nav-tabs li:last-child{
   border-bottom: 0;
}

/* Widget search */

.widget.widget-search{
   padding: 4px 20px;
   background: #f9f9f9;
}

.widget-search .form-control,
.widget-search .form-control:focus{
   border: 0 !important;
   font-style: italic;
}

.widget-search i{
   color: #3d4049;
   font-size: 18px;
   position: relative;
   top: 0;
}

/* Recent News */

.widget.recent-posts .widget-title{
   margin-bottom: 35px;
}

.widget.recent-posts ul li{
   border-bottom: 1px solid #dedede;
   padding-bottom: 15px;
   margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child{
   border: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img{
   margin-right: 15px;
   width: 90px;
   height: 70px;
}

.widget.recent-posts .post-info .entry-title{
   font-size: 14px;
   font-weight: 700;
   line-height: 20px;
   margin: 0;
}

.widget.recent-posts .entry-title a{
   color: #3d4049;
}

.widget.recent-posts .entry-title a:hover{
   color: #015f9e;
}

.widget.recent-posts .post-date{
   font-weight: 400;
   color: #999;
   text-transform: capitalize;
}

/* Widget tags */

.widget-tags ul > li {
   float: left;
   margin: 3px;
}

.sidebar .widget-tags ul > li a{
   border: 1px solid #dedede;
   color: #777;
   display: block;
   font-size: 13px;
   padding: 3px 15px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover{
   background: #015f9e;
   color: #fff;
   border: 1px solid transparent;
}

/* Error page
================================================== */

.error-page .error-code{
   display: block;
   font-size: 150px;
   line-height: 150px;
   color: #333;
   margin-bottom: 20px;
   text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}

.error-page .error-body .btn{
   margin-top: 30px;
   font-weight: 700;
}



/* Home Variation
================================================== */

/* Header Solid */

.header-solid{
   background: #015f9e;
}

.header-solid .logo, 
.header-light .logo{
   background: none;
   min-height: auto;
}

.header-solid .logo:before, 
.header-solid .logo:after,
.header-light .logo:before, 
.header-light .logo:after{
   position: relative;
   border:0;
}

.header-solid ul.top-info li .info-box span.info-icon, 
.header-solid ul.top-info li .info-box .info-box-subtitle{
   color: rgba(255,255,255,.75);
}

.header-solid ul.top-info li .info-box p.info-box-title{
   color: #fff;
}


/* Header Boxed */

.nav-style-boxed .logo{
   padding-bottom: 10px;
}

.nav-style-boxed .site-navigation{
   box-shadow: none;
}

.nav-style-boxed .site-navigation .container{
   position: relative;
   box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
   background: #015f9e;
   bottom: -30px;
   z-index: 100;
}

.nav-style-boxed .site-navigation.navbar-fixed{
   background: none;
}

.nav-style-boxed .site-navigation.navbar-fixed .container{
   bottom: 0;
}

/* Header light */

.header-light .site-navigation{
   background: none;
}


/* Header White */

.header-white{
   background: #fff;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
}

.header-white .logo{
   background: #015f9e;
   z-index: 1;
   margin-bottom: -15px;
   min-height: 115px;
   padding: 25px 0 25px 15px;
}

.header-white .logo:before{
   background: #015f9e;
}

.header-white .logo:after{
   border-top: 115px solid #015f9e;
}

.header-white .navbar-nav>li>.dropdown-menu{
   left: 0;
}

.header-white ul.navbar-nav > li{
   padding: 0;
}

.header-white ul.navbar-nav > li > a{
   color: #3d4049;
   font-size: 14px;
   padding: 0 15px;
   line-height: 100px;
}

.header-white ul.navbar-nav > li:last-child > a{
   padding-right: 0;
}

.header-white ul.navbar-nav > li:hover > a, 
.header-white ul.navbar-nav > li.active > a{
   color: #015f9e;
}

.header-white .dropdown-menu{
   border-top: 3px solid #015f9e;
}


/* zzhstart */

.w_width {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.ctext {
  padding-left: 70px;
  padding-right: 70px;
}
.Not_ideal {
width: 100%;
background: #fff;
padding-top: calc(10px + 0.28rem);
padding-bottom:calc(10px + 0.5rem);
position: relative;
}

.Not_ideal .contbox {
width: 100%;
margin: calc(10px + 0.5rem) 0 calc(10px + 0.3rem) 0;
}

.Not_ideal ul {
display: flex;
margin:-0.1rem ;
list-style-type: none;
line-height: normal;
}

.Not_ideal ul li { float:left; position:relative;
width: calc(25% - 0.2rem);
margin:1.5rem; 
padding:0 0.1rem 0.1rem 0; 
list-style-type: none; 
}
.Not_ideal ul li:after{ display:block; content:''; position:absolute; right:0; bottom:0; background:#6cb997; border-radius: 12px; box-shadow:0 2px 10px rgba(175,210,192,0.28); width:calc(100% - 0.1rem); height:calc(100% - 0.1rem); z-index:1;}

.Not_ideal ul li .back{ position:relative; min-height:100%; background:#fff; z-index:6;
width:100%;padding:calc(10px + 0.35rem) 0.3rem calc(10px + 0.2rem) 0.3rem;
border: 1px solid #7db698;
border-radius: 12px; box-shadow:0 2px 10px rgba(175,210,192,0.28);
}
.Not_ideal ul li .circle {
height: 150px;
width: 150px;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}

.Not_ideal ul li .tit {
text-align: center;
font-size: 18px;
line-height: 25px;
color: #333333;
margin: 24px 0 20px 0;
}

.Not_ideal ul li .info {
text-align: center;
font-size: 14px;
line-height: 25px;
color: #666;
}

.system {
width: 100%;
background: #f5f5f5;
padding-top: calc(10px + 0.3rem);
padding-bottom:calc(10px + 0.5rem);
position: relative;
}

.system .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.system ul {
display: flex;
justify-content: space-between;
}

.system li {
border-radius: 12px;
padding: 60px 25px 70px 25px;
width: calc(33.3% - 23px);
}

.system li:nth-child(1) {
background: #e8f2ee;
}

.system li:nth-child(2) {
background: #f6f0eb;
}

.system li:nth-child(3) {
background: #eaeef6;
}

.system li .tit {
font-size: 24px;
color: #333;
line-height: 30px;
margin: 40px 0 23px 0;
text-align: center;
}

.system li .info {
font-size: 16px;
color: #666;
line-height: 30px;
text-align: center;
}

.system li .icon {
height: 154px;
width: 154px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}

.teacher_team {
width: 100%;
background: #f7fcfe;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.teacher_team .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.teacher_team .contbox ul {
width: calc(100% + 0.2rem);
margin: 0 -0.1rem;
}
.teacher_team .contbox .slick-track{ display:flex;}
.teacher_team .contbox ul li {
width: 25%;
padding: 0 0.1rem;
}
.teacher_team .contbox ul li  a{ float:left; width:100%; position:relative; min-height:100%;}
.teacher_team ul li .pic {
position: relative;
text-align: center;
font-size: 0;
line-height: 0;
}

.teacher_team ul li .pic img {
text-align: center;
height: 307px;
position: relative;
z-index: 1;
}

.teacher_team ul li .pic:after {
content: "";
background: #afdbff;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 210px;
border-radius: calc(10px + 0.1rem) calc(10px + 0.1rem) 0 0;
}

.teacher_team2 ul li .pic:after {
background: #e9fae8;
}

.teacher_team2 ul li:hover .text {
background: #74bc9c;
}

.teacher_team ul li .text {
width: 100%;
background: #fff;
padding:calc(10px + 0.06rem) 0.32rem;
border-radius:0 0 calc(10px + 0.1rem) calc(10px + 0.1rem);
}

.teacher_team ul li .text .name {
font-size: calc(14px + 0.06rem);
    line-height: calc(20px + 0.1rem);
color: #333;
}

.teacher_team ul li .text .info {
font-size: 14px;
    line-height: calc(20px + 0.04rem);
}

.teacher_team ul li:hover .name {
color: #fff;
}

.teacher_team ul li:hover .info {
color: #fff;
}


.teacher_team .slick-arrow {
height: 62px;
width: 26px;
background: #ebeff1;
top: 50%;
transform: translate(0, -50%);
transition: all .5s ease;
}

.teacher_team .slick-arrow:hover {
background: #469e98;
}

.teacher_team .slick-arrow:after {
content: "";
height: 12px;
width: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
left: 50%;
top: 50%;
}

.teacher_team .slick-prev {
left: -37px;
border-radius: 8px 0 0 8px;
}

.teacher_team .slick-prev:after {
transform: translate(-50%, -50%)rotate(225deg);
margin-left: 2px;
}

.teacher_team .slick-next {
right: -37px;
left: auto;
border-radius: 0 8px 8px 0;
}

.teacher_team .slick-next:after {
transform: translate(-50%, -50%)rotate(45deg);
margin-left: -2px;
}


@media  screen and (max-width: 1024px){
.teacher_team .contbox ul {
width: calc(100% + 0.24rem);
margin: 0 -0.12rem;
}
.teacher_team .contbox ul li {
width: 25%;
padding: 0 0.12rem;
}
.teacher_team .slick-arrow{width: 15px;height: 36px}
.teacher_team .slick-prev{ left:-12px;}
.teacher_team .slick-next{ right:-12px;}
.teacher_team .slick-arrow::after{ width:8px; height:8px; margin-left:-1px;}
.teacher_team .slick-prev:after{ margin-left:1px;}

}
.score_sect{width: 100%;padding-top: calc(10px + 0.29rem);padding-bottom: calc(10px + 0.5rem);background: #f5f5f5;}
.score_sect .list{width: 100%;margin-top: calc(10px + 0.52rem);}
.score_sect .list::after{content: "";display: block;clear: both;}
.score_sect .ul{float: left;width: calc(100% + 10px + 0.26rem);margin: calc(-5px - 0.13rem);}
.score_sect .ul .li{float: left;width: 20%;padding: calc(5px + 0.13rem); list-style-type: none; line-height: normal;}
.score_sect .ul a{float: left;width: 100%;}
.score_sect .ul ._img{float: left;width: 100%;padding-bottom:160.6%; position: relative; overflow: hidden;}
.score_sect .ul img{display: block;width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.score_sect .slick-arrow{ width:26px; height:62px; background:rgba(0,0,0,0.05); z-index:6; margin-top:0.22rem;}
.score_sect .slick-arrow::after{ float:left; width:14px; height:14px; content:''; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-45deg); -ms-transform:translate(-50%,-50%) rotate(-45deg); border-bottom:2px solid #f5f7fa; border-right:2px solid #f5f7fa; margin-left:-3px;}
.score_sect .slick-prev{ left:-27px; border-radius:8px 0 0 8px;}
.score_sect .slick-prev:after{ transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);margin-left:3px;}
.score_sect .slick-next{ right:-27px; border-radius:0 8px 8px 0;}
.score_sect .slick-arrow:hover{ background:#469e98;}
@media screen and (max-width:767px) {
.score_sect .ul{float: left;width: calc(100% + 0.24rem);margin:-0.12rem; padding:5px}
.score_sect .ul .li{float: left;width: 20%;padding:0.12rem;}	
.score_sect .slick-arrow{ width:15px; height:36px;}
.score_sect .slick-arrow::after{ width:8px; height:8px; margin-left:-1px;}
.score_sect .slick-prev{ left:-12px; border-radius:3px 0 0 3px;}
.score_sect .slick-prev:after{ margin-left:1px;}
.score_sect .slick-next{ right:-12px; border-radius:0 3px 3px 0;}
}

.select_sect{width: 100%; margin:70px 0px}
.select_sect .list_pc{ display: block;}
.select_sect .list_ph{ display: none;}
.hj-index-ph{ display: none;}
.select_sect .list{width: 100%;margin-top: calc(10px + 0.5rem);}
.select_sect .list .ul{width: calc(100% + 10px + 0.24rem);display: flex;flex-wrap: wrap;margin: calc(-5px - 0.12rem); padding-left:0px}
.select_sect .list .slick-track{ display:block;} 
.select_sect .list .li{width: 33.33%;border-radius: 12px;padding: calc(5px + 0.12rem); list-style-type: none; line-height: normal;}
.select_sect .list a{display: block;width: 100%;height: 100%;padding: 10px;background: linear-gradient(to top,rgba(187,97,40,0.1),rgba(239,182,147,0.1));border-radius: 12px;padding-bottom: calc(10px + 0.32rem);} 
.select_sect .list ._img{width: 100%;line-height: 0;border-radius: 12px; overflow: hidden;padding-bottom: 84%; position: relative;} 
.select_sect .list ._img img{width: 100%;position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)}
.select_sect .list .cont{width: 100%; padding-top:calc(10px + 0.05rem);}
.select_sect .titbox{display: flex;justify-content: center;margin-bottom: calc(10px + 0.13rem);align-items: center;}
.select_sect .ico{float: left;width:calc(12px + 0.12rem);line-height: 0;display: flex;justify-content: center;align-items: center;}
.select_sect .ico img{ max-width: 100%;}
.select_sect .list .i2{display: none;}
.select_sect .tit{float: left;font-size: calc(16px + 0.08rem);line-height: calc(20px + 0.1rem);color: #333333;margin-left:calc(7px + 0.07rem);font-weight: bold;}
.select_sect .textbox{width: 100%;padding: 0 calc(10px + 0.15rem) 0 calc(10px + 0.06rem) ; text-align:center;}
.select_sect .text{width: 100%; font-size: calc(14px + 0.02rem);line-height: calc(20px + 0.04rem); color: #666;padding-left: calc(13px + 0.1rem);position: relative;margin-bottom: calc(8px + 0.04rem);}
.select_sect .text:last-child{margin-bottom: 0;}
.select_sect .text::after{content: "";display: block;width: 5px;height: 5px; background:#bb6128;border-radius: 2px;position: absolute;top: calc(4px + 0.05rem);left: 0;
-webkit-transform: rotate(45deg); 
-moz-transform: rotate(45deg); 
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.select_sect .list a:hover{background: linear-gradient(to top,rgba(187,97,40,1),rgba(239,182,147,0.5)); color:#fff} 
.select_sect .list a:hover .i2{display: block;} 
.select_sect .list a:hover .i1{display: none;} 
.select_sect .list a:hover .tit{color: #fff;}
.select_sect .list a:hover .text{color: #fff;}
.select_sect .list a:hover .text::after{background: #fff;}
.select_sect .list .slick-dots{display: block;position: relative;width: 100%;height: 7px;display: flex;align-items: center;justify-content: center; margin-top:0.5rem;}
.select_sect .list .slick-dots li{display: block;width: 7px;height: 7px;border-radius: 7px;background: #255b59; opacity:0.35; margin: 0 5px;}
.select_sect .list .slick-dots li.slick-active{width: 22px; opacity:1;}


.select_sect.select_sect-1 .list a{ background:linear-gradient(to top,#ebf2ed,#f9fefb)}
.select_sect.select_sect-1 .list a:hover{ background:linear-gradient(to top,#367c50,#c3f9d7)}
.select_sect.select_sect-1 .text::after{background: #43875c;}

.select_sect.select_sect-2 .list a{ background:linear-gradient(to top,#e5f1f1,#edf7f6)}
.select_sect.select_sect-2 .list a:hover{ background:linear-gradient(to top,#009a92,#1582c7)}
.select_sect.select_sect-2 .text::after{background: #039a93;}

.select_sect.select_sect-3 .list a{ background:linear-gradient(to top,#ecf4f0,#f0f9f5)}
.select_sect.select_sect-3 .list a:hover{ background:linear-gradient(to top,#94efc7,#74bc9c)}
.select_sect.select_sect-3 .text::after{background: #74bc9c;}

.select_sect.TF{background: #fafafa;}
.select_sect.TF .list a{background: linear-gradient(to top,rgba(96,136,219,0.1),rgba(156,187,241,0.1));}
.select_sect.TF .list a:hover{background: linear-gradient(to top,rgba(96,136,219,1),rgba(156,187,241,0.5));}
.select_sect.TF .text::after{background: #6088db;}



@media screen and (max-width:767px) {
.select_sect .list_pc{ display: none;}
.select_sect .list_ph{ display: block;margin-bottom: 0.5rem;}
.select_sect .list .ul{ display:block; padding:5px}
.select_sect .list .slick-track{ display: flex;}
.select_sect .list .li{width: 100%;}
}
/* 公共标题 */
.button{
    display:inline-block;
    padding:20px 35px;
	background-color: #1582c7;
    color:#FFF;
    font-family:montserrat;
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:0.3px;
    font-weight:800;
    min-width:197px;
    border:2px solid transparent;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
}
.pub_title{display: block;width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; padding:70px 0px 50px 0px}
.pub_title .tbox{float: left;font-size: calc(36px + 0.14rem);line-height: calc(20px + 0.14rem);color: #3d4049;font-weight: bold;position: relative;padding-top: calc(10px + 0.1rem);padding-bottom: 2px;}
.pub_title p{ padding:20px 0}
.pub_title .tbox span{position: relative;z-index: 5;}
.pub_title .tbox::after{content: "";display: block;position: absolute;width: 100%;height: calc(10px + 0.02rem);background: linear-gradient(to right,rgba(83,121,227,1),rgba(83,121,227,0));left: 0;bottom: 0;z-index: 1;}
.pub_title .tbox::before{content: "";display: block;position: absolute;width: calc(30px + 0.36rem);height: calc(16px + 0.16rem);background: url(img/img9.png) left no-repeat;background-size: cover;left: calc(-20px - 0.2rem);top: 0;}
.pub_title .stit{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.02rem);color: #666666;text-align: center;margin-top: calc(10px + 0.08rem);}

.Course_Introduction {
width: 100%;
background: #f7fcfe;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
}

.Course_Introduction .contbox {
width: 100%;
margin-bottom: 80px;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.Course_Introduction .contbox:nth-child(2n){
	flex-direction: row-reverse;
}

.Course_Introduction .contbox .left {
width: 54%;
padding-right: 5%;
position: relative;
}

.Course_Introduction .contbox .left .text {
padding-left: 30px;
font-size: 14px;
line-height: 30px;
color: #666666;
position: relative;
}

.spk-a{
	grid-column: span 2;
	padding:0px 5px;
	display: inline-block;
	border-radius:2px;
	background-color:#aaaaaa;
	color:#000;
	opacity:0.8;
	margin-right:10px;
	margin-bottom:5px;
	vertical-align:middle;
}
.Course_Introduction .contbox .left .text:after {
content: "";
height: 19px;
width: 19px;
position: absolute;
left: 0px;
top: 5px;
background: url(img/zpic3.png) center no-repeat;
background-size: 19px;
}



.Course_Introduction .contbox .left .entit {
font-size: 100px;
color: #40a299;
opacity: 0.07;
position: absolute;
bottom: 0;
left: 0;
font-style: italic;
}

.Course_Introduction .contbox .right {
width: 46%;
float: right;
position: relative
}

.Course_Introduction .contbox .right img {
width: 100%;
z-index: 2;
position: relative;
}

.Course_Introduction .contbox .right .positionimg {
position: absolute;
transform: translate(50%, 50%);
bottom: 0;
right: 0;
width: 280px;
z-index: 1;
}

.problem {
width: 100%;
background: #ffffff;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(70px + 0.5rem);
position: relative;
}

.problem:after {
content: "";
width: 100%;
height: 33%;
position: absolute;
bottom: 0;
left: 0;
background: #f5f5f5;
}

.problem .left {
width: 60%;
float: left;
padding-right: 6.5%;
}

.problem .left ul {
position: relative
}

.problem .left ul:after {
content: "";
height: 100%;
width: 1px;
background: #57c1b7;
opacity: 0.3;
position: absolute;
left: 10px;
top: 20px;
}

.problem .left ul li {
margin-bottom: 20px;
}

.problem .left ul li .tit {
font-size: 20px;
line-height: 36px;
color: #57c1b7;
margin-bottom: 10px;
position: relative;
padding-left: 30px;
}

.problem .left ul li .tit:after {
content: "";
height: 19px;
width: 19px;
position: absolute;
left: 2px;
top: 7px;
background: url(img/zpic3.png) center no-repeat;
background-size: 19px;
}

.problem .left ul li .info {
font-size: 16px;
line-height: 30px;
color: #666;
padding-left: 30px;
}

.problem .right {
width: 40%;
float: right;
}

.problem .right img {
width: 100%
}

.problem .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
display: flex;
align-items: center;
flex-wrap: wrap;
position: relative;
z-index: 2;
}

.guide {
width: 100%;
background: #f6fcfe;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.guide .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.guide .contbox ul {
display: flex;
align-items: flex-start;
justify-content: space-between;
}

.guide .contbox ul li {
width: calc(25% - 16px)
}

.guide .contbox ul li .box {
border-radius: 12px;
padding-top: 35px;
padding-bottom: 30px;
}

.guide .contbox ul li .box h4 {
color: #fff;
font-size: 24px;
text-align: center;
margin-bottom: 16px;
}

.guide .contbox ul li .box .circle {
height: 118px;
width: 118px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.guide .contbox ul li:nth-child(1) .box .circle {
border: 5px solid #9aaadc;
}

.guide .contbox ul li:nth-child(2) .box .circle {
border: 5px solid #dd895d;
}

.guide .contbox ul li:nth-child(3) .box .circle {
border: 5px solid #00c4b7;
}

.guide .contbox ul li:nth-child(4) .box .circle {
border: 5px solid #20b0ea;
}

.guide .contbox ul li h6 {
color: #666;
font-size: 18px;
line-height: 36px;
margin-top: 25px;
text-align: center
}

.guide .contbox ul li:nth-child(1) .box {
background: url(img/zpic6.png)#fff top center no-repeat;
background-size: contain;
}

.guide .contbox ul li:nth-child(2) .box {
background: url(img/zpic7.png)#fff top center no-repeat;
background-size: contain;
}

.guide .contbox ul li:nth-child(3) .box {
background: url(img/zpic8.png)#fff top center no-repeat;
background-size: contain;
}

.guide .contbox ul li:nth-child(4) .box {
background: url(img/zpic9.png)#fff top center no-repeat;
background-size: contain;
}

.Boutique {
width: 100%;
background: #fff;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.Boutique .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.Boutique .contbox ul {
display: flex;
justify-content: space-between;
}

.Boutique .contbox ul li {
width: calc(33.3% - 23px);
background: #f2f8fe;
border-radius: 12px;
padding: 40px 25px 120px 25px;
position: relative;
}

.Boutique .contbox ul li .tit {
color: #121212;
font-size: 24px;
}

.Boutique .contbox ul li .info {
font-size: 16px;
line-height: 30px;
color: #666;
margin-top: 25px;
}

.Boutique .contbox ul li .pic {
float: right;
margin-top: 20px;
position: absolute;
bottom: 25px;
right: 30px;
}

.Boutique .contbox ul li .icon {
position: absolute;
right: 30px;
top: 40px;
}

.Boutique .contbox ul li .reservation {
display: inline-block;
font-size: calc(14px + 0.02rem);
line-height: calc(30px + 0.1rem);
color: #ffffff;
background: linear-gradient(to right, #5faca8, #66b0ac);
border-radius: calc(30px + 0.1rem);
padding: 0 calc(5px + 0.25rem);
margin-left: auto;
margin-right: auto;
margin-top: calc(10px + 0.1rem);
}

.ask {
width: 100%;
background: #f6fcfe;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.ask .contbox {
width: 100%;
margin-top: calc(70px + 0.5rem);
}

.ask .contbox ul {
display: flex; flex-wrap:wrap;  margin:0 -0.08rem;
}

.ask .contbox li {
width: calc(20% - 0.16rem);  margin:0 0.08rem;
border-radius: 12px;
background: #fff;
padding: 0 0.16rem;
}

.ask .contbox li .circle {
height: 120px;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 auto;
transform: translate(0, -60px);
background: #fff;
}

.ask .contbox li:nth-child(1) .circle {
border: 5px solid #96b4ee;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.ask .contbox li:nth-child(2) .circle {
border: 5px solid #e8bd6c;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.ask .contbox li:nth-child(3) .circle {
border: 5px solid #74abe7;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.ask .contbox li:nth-child(4) .circle {
border: 5px solid #a0dba8;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.ask .contbox li:nth-child(5) .circle {
border: 5px solid #d7a6eb;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.ask .contbox li .name {
font-size: 24px;
color: #333333;
line-height: 30px;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
transform: translate(0, -60px);
}

.ask .contbox li .info {
font-size: 18px;
line-height: 30px;
color: #666;
margin-top: 10px;
transform: translate(0, -60px);
letter-spacing: 2px;
}

.Competition_course {
width: 100%;
background: #f7fcfe;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.Competition_course .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.Competition_course ul {
display: flex;
justify-content: space-between;
}

.Competition_course li {
height: 100px;
width: calc(20% - 22px);
border-radius: 12px;
text-align: center;
color: #333333;
font-size: 24px;
line-height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all .5s ease;
}

.Competition_course li:hover {
color: #fff;
}

.Competition_course li:nth-child(1) {
background: #e3f0e5;
}

.Competition_course li:nth-child(1):hover {
border: 4px solid #d7eadf;
}

.Competition_course li:nth-child(2) {
background: #d7eafa;
}

.Competition_course li:nth-child(2):hover {
border: 4px solid #d3e5f4;
}

.Competition_course li:nth-child(3) {
background: #f3ebdf;

}

.Competition_course li:nth-child(3):hover {
border: 4px solid #efe6d8;
}

.Competition_course li:nth-child(4) {
background: #f1e0df;
}

.Competition_course li:nth-child(4):hover {
border: 4px solid #ebdada;
}

.Competition_course li:nth-child(5) {
background: #5d85d4;
}

.Competition_course li:nth-child(5) {
border: 4px solid #5c84d3;
}

.NEC_tit .cont {
color: #333;
font-weight: bold;
letter-spacing: 5px;
position: relative;
font-size: 30px;
display: inline-block;
left: 50%;
transform: translate(-50%, 0);
}

.NEC_tit .cont:after {
width: 23px;
height: 25px;
content: "";
background: url(img/zpic23.png) center no-repeat;
background-size: cover;
position: absolute;
top: 50%;
left: -30px;
transform: translate(0, -50%);
}

.NEC_tit .cont::before {
width: 11px;
height: 12px;
content: "";
background: url(img/zpic24.png) center no-repeat;
background-size: cover;
position: absolute;
top: 50%;
right: -20px;
transform: translate(0, -50%);
}

.Exam_content .nec_table .top li {
height: calc(40px + 0.2rem);
background: #3d6cc3;
color: #ffffff !important;
font-size: calc(14px + 0.02rem) !important;
padding: 0 !important;
justify-content: center;
}

.Exam_content .nec_table li {
line-height: 24px;
border-right: 1px solid #668bd7;
border-bottom: 1px solid #668bd7;
display: flex;
align-items: center;
padding-top: 12px;
padding-bottom: 12px;
background: #fff;
}

.Exam_content .nec_table ul {
display: flex;
}

.Exam_content .nec_table .top li:nth-child(1) {
border-top-left-radius: 22px;
}

.Exam_content .nec_table .top li:nth-child(4) {
border-top-right-radius: 22px;
}

.Exam_content .nec_table li:nth-child(1) {
width: 14%
}

.Exam_content .nec_table li:nth-child(2) {
width: 28%
}

.Exam_content .nec_table li:nth-child(3) {
width: 28%
}

.Exam_content .nec_table li:nth-child(4) {
width: 30%
}

.Exam_content .nec_table ul .tit {
font-size: 16px;
color: #333;
text-align: center;
justify-content: center;
}

.Exam_content .nec_table ul .text {
font-size: 14px;
color: #666;
}

.Exam_content .nec_table ul .text:nth-child(2) {
padding-left: 25px;
padding-right: 25px;
}

.Exam_content .nec_table ul .text:nth-child(3) {
padding-left: 60px;
padding-right: 80px;
}

.Exam_content .nec_table ul .text:nth-child(4) {
padding-left: 100px;
}

.Exam_content .nec_table ul:nth-child(4) li:nth-child(3) {
width: 58%;
align-items: flex-start;
}

.Exam_content .nec_table .top {
border: none;
}

/* .Exam_content .nec_table ul {
border-left: 2px solid #466dbd;
} */

.Exam_content .nec_table ul:last-child li {
border-bottom: 0;
}

/* .Exam_content .nec_table ul:last-child {
border-bottom-left-radius: 22px;
border-bottom-right-radius: 22px;
border-bottom: 2px solid #466dbd
} */

.Exam_content .nec_table ul li:last-child {
border-right: 0;
}

.nec_table {
border: 2px solid #466dbd;
border-radius: 22px;
background: #466dbd;
}

.nec_table .border1 {
border-bottom-left-radius: 22px;
}

.nec_table .border2 {
border-bottom-right-radius: 22px;
}

.NEC_info {
width: 100%;
background: #fff;
padding-top: calc(35px + 0.29rem);
padding-bottom: calc(35px + 0.29rem);
position: relative;
}

.NEC_info .NEC_tit .cont {
left: 0;
transform: translate(0, 0);
}

.NEC_info .nec_info_left {
width: 54%;
padding-left: 40px;
padding-right: 70px;

}

.NEC_info .contbox {
display: flex;
justify-content: space-between;
}

.NEC_info .nec_info_right {
width: 46%;
position: relative;
}

.NEC_info .nec_info_right .pic {
width: 100%;
position: relative;
z-index: 2;
}

.NEC_info .nec_info_left .info {
margin-top: 50px;
font-size: 16px;
line-height: 36px;
color: #666;
position: relative;
}

.NEC_info .nec_info_left .info:after {
content: "";
height: 2px;
width: 67px;
background: #3d6cc3;
position: absolute;
top: -25px;
left: 0;
}

.NEC_info .nec_info_left .info .color {
color: #587ac2;
float: left;
}

.NEC_info .positionimg {
position: absolute;
transform: translate(50%, 50%);
bottom: 10px;
right: 0;
width: 280px;
z-index: 1;
}

.teacher_team {
width: 100%;
background: #f7fcfe;
padding-top: calc(10px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.teacher_team .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.teacher_team .contbox ul {
width: calc(100% + 0.2rem);
margin: 0 -0.1rem;
}
.teacher_team .contbox .slick-track{ display:flex;}
.teacher_team .contbox ul li {
width: 25%;
padding: 0 0.1rem;
}
.teacher_team .contbox ul li  a{ float:left; width:100%; position:relative; min-height:100%;}
.teacher_team ul li .pic {
position: relative;
text-align: center;
font-size: 0;
line-height: 0;
}

.teacher_team ul li .pic img {
text-align: center;
height: 307px;
position: relative;
z-index: 1;
}

.teacher_team ul li .pic:after {
content: "";
background: #afdbff;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 210px;
border-radius: calc(10px + 0.1rem) calc(10px + 0.1rem) 0 0;
}

.teacher_team2 ul li .pic:after {
background: #e9fae8;
}

.teacher_team2 ul li:hover .text {
background: #74bc9c;
}

.teacher_team ul li .text {
width: 100%;
background: #fff;
padding:calc(10px + 0.06rem) 0.32rem;
border-radius:0 0 calc(10px + 0.1rem) calc(10px + 0.1rem);
}

.teacher_team ul li .text .name {
font-size: calc(14px + 0.06rem);
    line-height: calc(20px + 0.1rem);
color: #333;
}

.teacher_team ul li .text .info {
font-size: 14px;
    line-height: calc(20px + 0.04rem);
}

.teacher_team ul li:hover .name {
color: #fff;
}

.teacher_team ul li:hover .info {
color: #fff;
}


.teacher_team .slick-arrow {
height: 62px;
width: 26px;
background: #ebeff1;
top: 50%;
transform: translate(0, -50%);
transition: all .5s ease;
}

.teacher_team .slick-arrow:hover {
background: #469e98;
}

.teacher_team .slick-arrow:after {
content: "";
height: 12px;
width: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
left: 50%;
top: 50%;
}

.teacher_team .slick-prev {
left: -37px;
border-radius: 8px 0 0 8px;
}

.teacher_team .slick-prev:after {
transform: translate(-50%, -50%)rotate(225deg);
margin-left: 2px;
}

.teacher_team .slick-next {
right: -37px;
left: auto;
border-radius: 0 8px 8px 0;
}

.teacher_team .slick-next:after {
transform: translate(-50%, -50%)rotate(45deg);
margin-left: -2px;
}


@media  screen and (max-width: 1024px){
.teacher_team .contbox ul {
width: calc(100% + 0.24rem);
margin: 0 -0.12rem;
}
.teacher_team .contbox ul li {
width: 25%;
padding: 0 0.12rem;
}
.teacher_team .slick-arrow{width: 15px;height: 36px}
.teacher_team .slick-prev{ left:-12px;}
.teacher_team .slick-next{ right:-12px;}
.teacher_team .slick-arrow::after{ width:8px; height:8px; margin-left:-1px;}
.teacher_team .slick-prev:after{ margin-left:1px;}

}

.significance {
width: 100%;
background: #fff;
padding-top: calc(30px + 0.29rem);
padding-bottom: calc(10px + 0.5rem);
position: relative;
}

.significance .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.significance ul {
display: flex;
justify-content: space-between;
}

.significance ul li {
width: calc(33.3% - 23px);
}

.significance ul li .pic {
width: 100%;
line-height: 0; overflow:hidden;
}

.significance ul li .pic img {
width: 100%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.significance ul li:hover .pic img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}

.significance ul li .a{ width:100%; position:relative; min-height:100%; overflow:hidden; background: #f8fafd; float:left;
border-radius: 0 0 12px 12px;}
.significance ul li .text {
padding: calc(10px + 0.16rem) calc(10px + 0.22rem) calc(10px + 0.32rem) calc(10px + 0.22rem);
width: 100%;

}

.significance ul li .tit {
font-size: calc(14px + 0.06rem);
line-height: calc(20px + 0.1rem); font-weight:bold;
color: #333;
}

.significance ul li .info {
font-size: calc(14px + 0.02rem);
line-height: calc(20px + 0.1rem);
margin-top: 0.1rem;
color: #666666;
}

.SAT_info {
width: 100%;
background: #f6fffa;
padding-top: calc(30px + 0.29rem);
padding-bottom: calc(30px + 0.5rem);
position: relative;
}

.SAT_info .left {
padding-left: 60px;
}

.SAT_info .pub_title {
justify-content: flex-start;
margin-bottom: 50px;
margin-top: 50px;
}

.SAT_info .contbox {
align-items: initial;
}

.SAT_info .pub_title .tbox::after {
background: linear-gradient(to right, rgba(22, 163, 156, 1), rgba(22, 163, 156, 0));
width: 60%
}

.pub_title.ys .tbox::after {
background: linear-gradient(to right, rgba(218, 182, 36, 1), rgba(22, 163, 156, 0));
width: 60%
}

.SAT_info .right .pic {
border-radius: 46px 0 46px 0;
}

.SAT_infojj {
background: #fcfcf7;
}

.SAT_infojj .contbox .left .entit {
color: #efd290;
}

.SAT_info .pub_title .tbox::after {
background: linear-gradient(to right, rgba(244, 209, 134, 1), rgba(244, 209, 134, 0));
}

.SAT_info .contbox .left .text:after {
background: url(img/zpic36.png) center no-repeat;
background-size: 19px;
}

.SATkaotuan {
width: 100%;
background: #fff;
padding-top: calc(30px + 0.29rem);
padding-bottom: calc(30px + 0.5rem);
position: relative;
}

.SATkaotuan .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.SATkaotuan .contbox ul {
display: flex;
justify-content: space-between
}

.SATkaotuan .contbox ul li {
width: calc(33.3% - 23px);
}

.SATkaotuan .contbox ul li .pic {
width: 100%;
font-size: 0;
line-height: 0;
position: relative;
}

.SATkaotuan .contbox ul li .pic img {
width: 100%;
}

.SATkaotuan .contbox ul li .pic .address {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
color: #fff;
font-size: 30px;
bottom: 30px;
}

.SATkaotuan .contbox ul li .reservation {
display: inline-block;
font-size: calc(14px + 0.02rem);
line-height: calc(30px + 0.1rem);
color: #ffffff;
background: linear-gradient(to bottom, #6fc1bb, #05a19c);
border-radius: calc(30px + 0.1rem);
padding: 0 calc(20px + 0.25rem);
margin-left: auto;
margin-right: auto;
margin-top: calc(10px + 0.1rem);
position: relative;
left: 50%;
transform: translate(-50%, 0);
}

.reason {
width: 100%;
background: #fcfcf6;
padding-top: calc(30px + 0.29rem);
padding-bottom: 0.5rem;
position: relative;
}

.reason .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.pub_title.sat .tbox::after {
background: linear-gradient(to right, rgba(244, 209, 134, 1), rgba(244, 209, 134, 0));
}

.reason ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.reason ul li {
width: calc(50% - 8px);
display: flex;
align-items: center;
height: 140px;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(241, 212, 153, 0.28);
background: #fff;
}

.reason ul li .icon {
border-radius: 12px 56px 0 12px;
display: flex;
align-items: center;
height: 140px;
justify-content: center;
width: 160px;
min-width: 160px;
margin-right: 25px;
background: linear-gradient(to bottom, rgba(246, 218, 159, 1), rgba(201, 157, 62, 1));
}

.reason ul li .text {
font-size: 18px;
line-height: 30px;
color: #666;
}

.scheduling {
width: 100%;
background: #fff;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
position: relative;
}

.scheduling .contbox {
margin-top: 0.5rem;
width: 100%
}

.scheduling ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
}

.scheduling li {
width: calc(50% - 10px);
position: relative;
margin-bottom: 20px;
}

.scheduling li .pic {
width: 100%;
font-size: 0;
line-height: 0;
position: relative;
}

.scheduling li .pic:after {
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
position: absolute;
z-index: 1;
border-radius: 22px;
}

.scheduling li .pic img {
width: 100%;
border-radius: 22px;
height: 255px;
object-fit: cover;
}

.scheduling li .text {
position: absolute;
left: 34px;
top: 55px;
z-index: 2;
}

.scheduling li:nth-child(2n) .text {
right: 34px;
left: auto;
text-align: right;
}

.scheduling li .text .tit {
font-size: 24px;
color: #fff;
font-weight: bold;
margin-bottom: 20px;
}

.scheduling li .text .info {
font-size: 18px;
line-height: 30px;
color: #fff;
}

.scheduling li:nth-child(5) {
height: 207px;
width: 207px;
background: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
line-height: 36px;
color: #fff;
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.scheduling li:nth-child(5):after {
height: 165px;
width: 165px;
background: #c89d3e;
content: "";
position: absolute;
top: 50%;
border-radius: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}

.preparation {
width: 100%;
background: #fcfcf6;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
position: relative;
}

.preparation .contbox {
margin-top: 0.5rem;
width: 100%
}

.preparation .contbox ul {
display: flex;
justify-content: space-between;
}

.preparation .contbox ul li {
background: #fff;
width: calc(16.6% - 16px);
padding: 40px 20px 0 20px;
border-radius: 22px 0 22px 0;
height: 300px;
}

.preparation .contbox ul li .number {
font-size: 60px;
color: #fff;
font-weight: bold;
}

.preparation .contbox ul li .text {
font-size: 16px;
margin-top: 15px;
line-height: 32px;
color: #333333;
}

.preparation .contbox ul li:nth-child(1) .number {
text-shadow: 1px 1px #a1ecae, -1px -1px #a1ecae, 1px -1px #a1ecae, -1px 1px #a1ecae;
}

.preparation .contbox ul li:nth-child(1) {
box-shadow: -2px -2px 10px rgba(89, 209, 129, 0.2);
border-right: 10px solid #58d180;
border-bottom: 10px solid #58d180;
}

.preparation .contbox ul li:nth-child(2) .number {
text-shadow: 1px 1px #2ea2f4, -1px -1px #2ea2f4, 1px -1px #2ea2f4, -1px 1px #2ea2f4;
}

.preparation .contbox ul li:nth-child(2) {
box-shadow: -2px -2px 10px rgba(50, 169, 255, 0.2);
border-right: 10px solid #2ea2f4;
border-bottom: 10px solid #2ea2f4;
}

.preparation .contbox ul li:nth-child(3) .number {
text-shadow: 1px 1px #fe745b, -1px -1px #fe745b, 1px -1px #fe745b, -1px 1px #fe745b;
}

.preparation .contbox ul li:nth-child(3) {
box-shadow: -2px -2px 10px rgba(254, 107, 81, 0.2);
border-right: 10px solid #fe745b;
border-bottom: 10px solid #fe745b;
}

.preparation .contbox ul li:nth-child(4) .number {
text-shadow: 1px 1px #f7c770, -1px -1px #f7c770, 1px -1px #f7c770, -1px 1px #f7c770;
}

.preparation .contbox ul li:nth-child(4) {
box-shadow: -2px -2px 10px rgba(255, 178, 17, 0.2);
border-right: 10px solid #f7c770;
border-bottom: 10px solid #f7c770;
}

.preparation .contbox ul li:nth-child(5) .number {
text-shadow: 1px 1px #b574d1, -1px -1px #b574d1, 1px -1px #b574d1, -1px 1px #b574d1;
}

.preparation .contbox ul li:nth-child(5) {
box-shadow: -2px -2px 10px rgba(194, 110, 216, 0.2);
border-right: 10px solid #b574d1;
border-bottom: 10px solid #b574d1;
}

.preparation .contbox ul li:nth-child(6) .number {
text-shadow: 1px 1px #c6a459, -1px -1px #c6a459, 1px -1px #c6a459, -1px 1px #c6a459;
}

.preparation .contbox ul li:nth-child(6) {
box-shadow: -2px -2px 10px rgba(242, 211, 142, 0.2);
border-right: 10px solid #c6a459;
border-bottom: 10px solid #c6a459;
}

.cost {
width: 100%;
background: #fff;
padding-top: calc(30px + 0.29rem);
padding-bottom: 0.5rem;
position: relative;
}

.cost .contbox {
width: 100%;
margin-top: calc(10px + 0.5rem);
}

.cost .contbox ul {
display: flex;
}

.cost .contbox ul li {
border-radius: 18px;
}

.cost .contbox ul li .top {
text-align: center;
color: #121212;
line-height: 58px;
font-size: 24px;
border-radius: 18px 18px 0 0;
}

.cost .contbox ul li .down {
padding: 15px 20px;
font-size: 16px;
line-height: 30px;
color: #666666;
}

.cost .contbox ul li:nth-child(1) {
border: 3px solid #fad798;
width: 42.3%;
}

.cost .contbox ul li:nth-child(1) .top {
background: #ffefd3;
}

.cost .contbox ul li:nth-child(2) {
border: 3px solid #97a9e0;
margin: 0 20px;
width: 27%;
}

.cost .contbox ul li:nth-child(2) .down {
padding-left: 30%;
}

.cost .contbox ul li:nth-child(2) .top {
background: #cbd4ef;
}

.cost .contbox ul li:nth-child(3) {
border: 3px solid #cbf6ce;
width: 27%;
}

.cost .contbox ul li:nth-child(3) .top {
background: #d8fadc;
}

.cost .contbox ul li:nth-child(3) .down {
padding-left: 20%;
}

.cost .ck {
font-size: 14px;
color: #999;
text-align: center;
margin: 30px 0 16px 0;
}

.wuli2{width:100%;padding-top: calc(10px + 0.28rem);padding-bottom: calc(10px + 0.51rem);}
.wuli2 .zhu{ display:flex; flex-wrap:wrap; width:100%; color:#666; font-size:calc(14px + 0.02rem);line-height: calc(20px + 0.04rem); margin-top:0.27rem; }
.wuli2 .box{ display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin-top:0.25rem;}
.wuli2 .box .li{float:left; width:49.38%; margin-top: calc(10px + 0.2rem); background:#e9f3fb; border-radius:10px; color:#333; font-size:calc(14px + 0.04rem);line-height: calc(20px + 0.26rem); padding:calc(10px + 0.05rem) calc(10px + 0.3rem) calc(10px + 0.17rem) calc(10px + 0.22rem); position:relative; }
.wuli2 .box .li .tit { line-height:50px; font-size:20px; font-weight:bold
	}
.wuli2 .box .li img{ max-width:100%}
.wuli2 .box .li:after{ float:left; width:100%; height:4px; content:''; position:absolute; left:0; top:0; border-radius:4px; background:#407eb7;}

.vedio video{width: 100%;vertical-align: top;}

/**/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.hj-index b {
  display: block;
  color: #121212;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.hj-index .hj-list {
  position: relative;
  margin-top: 40px;
  height: 580px;
}

.hj-index ul{
  list-style-type: none;
    padding: 0;
    margin: 0;
}

.hj-index ul li {
list-style: none;
}

.hj-index .hj-list li {
  position: absolute;
}

.hj-index .hj-list li:nth-of-type(1) {
  top: 0;
  left: 0;
}

.hj-index .hj-list li:nth-of-type(2) {
  top: 357px;
  left: 0;
}

.hj-index .hj-list li:nth-of-type(3) {
  top: 0px;
  left: 360px;
}

.hj-index .hj-list li:nth-of-type(4) {
  top: 290px;
  left: 360px;
}

.hj-index .hj-list li:nth-of-type(5) {
  top: 0;
  right: 0;
}

.hj-index .hj-list li:nth-of-type(6) {
  top: 220px;
  right: 0;
}

.hj-index .hj-list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hj-index .tfxl-more {
  width: 135px;
  height: 34px;
  border: 1px solid #666666;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 58px;
}

.hj-index .tfxl-more a {
  display: block;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}

.parallax-title h2 {
    float: left;
    width: 100%;
	text-align:center;
    color: #FFF;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 10px;
}
.parallax-title p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #dddddd;
    margin: 20px 0 0;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 0.7px;
}

block{

    float:left;

    width:100%;

    padding:110px 0;

    position:relative;

}

.block.less-space{padding:90px 0}

.block.remove-gap{padding-top:0}

.block.no-padding{

    padding-top:0;

    padding-bottom:0;

}

.block.dark{background:#2d2d2d}

.block.gray{background:#f6f6f6}

.block.remove-bottom{padding-bottom:0}

.blackish:before, 

.whitish:before, 

.grayish:before,

.coloured:before{

    background:#000 none repeat scroll 0 0;

    content:"";

    height:100%;

    opacity:0.8;

    z-index:0;

    position:absolute;

    left:0;

    top:0;

    width:100%;

}

.whitish:before{

    background-color:#FFFFFF;

    opacity:0.95;

}

.grayish:before{

    background-color:#fbfbfb;

    opacity:0.95;

}

.parallax,.fixed-bg{

    background-size:cover!important;

    height:100%;

    width:100%;

    margin:0;

    position:absolute;

    left:0;

    top:0;

    z-index:-1;

}

.fixed-bg{

    background-attachment:fixed !important;

    background-size:cover!important;

}

.fixed-bg.stop{background-attachment:unset!important;}
