section {
  display: block;
}
section:before {
  content: "";
  display: table;
}
section:after {
  content: "";
  display: block;
  clear: both;
}
.position {
  padding: 15px 0px;
  background-color: #f5f5f5;
  color: #494949;
  font-size: 16px;
}
.position a {
  font-size: 16px;
  color: #494949;
  padding: 0px 10px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  padding-top: 25px;
  margin: 0 auto;
}

.sec-title {
  font-size: 18px;
  height: 40px;
  text-align: center;
}
.sec-title h3 {
  display: inline-block;
  padding: 0px 40px;
  margin: 0px;
  border-bottom: solid 1px #c4c4c4;
}
.sec-title span {
  display: inline-block;
  border-bottom: solid #148cc1 1px;
  margin-bottom: -1px;
  position: relative;
  padding: 0px 2px 10px;
}
.sec-title span:before {
  content: "";
  width: 4px;
  height: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -6px;
  margin: 0px auto;
  border: solid #148cc1 4px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
}

/*** 

====================================================================
	Section1
====================================================================

***/

.sec1 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(../img/column.about.sec1_bg.png) center top no-repeat;
  background-size: cover;
}
.sec1 .sec-title {
  text-align: left;
  margin-top: -20px;
  padding-left: 20%;
  margin-bottom: 80px;
}
.sec1 .image-column {
}
.sec1 .image-column img {
  display: block;
  width: 100%;
}
.sec1 .info-column .content {
  text-indent: 32px;
}
.sec1 .info-column .content p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 1.8em;
}
/*** 

====================================================================
	Section2
====================================================================

***/
.sec2 .sec-title {
  margin-top: -20px;
  margin-bottom: 40px;
}
.sec2 .info-column .content {
  margin-right: -15px;
  border-top: solid #148cc1 2px;
}
.sec2 .info-column .content .content-inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 50px;
  margin-right: -32%;
  position: relative;
  z-index: 1;
}
.sec2 .info-column .content .content-inner h5 {
  font-weight: 400;
  color: #148cc1;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.sec2 .info-column .content .content-inner p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2em;
  margin-bottom: 2em;
}
.sec2 .image-column .img-container {
  margin-left: -15px;
}
.sec2 .image-column img {
  display: block;
  width: 100%;
}
/*** 

====================================================================
	Section3
====================================================================

***/
.sec3 {
  margin-top: 50px;
}
.sec3 .sec-title {
  position: relative;
  margin-top: 20px;
  margin-bottom: -60px;
  z-index: 5;
}
.sec3 .history img {
  display: block;
  width: 100%;
  margin: 0px auto;
}
/*** 

====================================================================
	Section4
====================================================================

***/
.sec4 {
  background: url(../img/column.about.sec4_bg.png) center top no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.sec4 .sec-title {
  margin-top: 40px;
  margin-bottom: 50px;
  color: white;
}
.sec4 .sec-title h3 {
}
.sec4 .sec-title span {
  border-color: white;
}
.sec4 .sec-title span:before {
  border-color: white;
  border-bottom-color: transparent;
}
.sec4 .scroll-img {
  /*height:0px;*/
  /*padding-bottom:65%;*/
  margin-right: 60px;
}
.honor-carousel .thumb img {
  display: block;
  width: 100%;
}
.honor-carousel:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
	opacity: 1; 
  opacity: 1;
}

.honor-carousel .owl-nav div {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #111d5c;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  /*visibility: hidden;
 	opacity: 0;*/
}
/*.honor-carousel .owl-nav div:hover {
    background-color: #111D5C;
    color: #fff; 
}*/
.honor-carousel .owl-nav div.owl-prev {
  left: -60px;
}

.honor-carousel .owl-nav div.owl-next {
  left: auto;
  right: -60px;
    right: -60px; 
  right: -60px;
}
/*** 

====================================================================
	Section5
====================================================================

***/
.sec5 {
  background: url(../img/column.about.sec5_bg.png) center top no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.sec5 .sec-title {
  margin: 40px 0px;
}
.sec5 .scroll-img {
  height: auto;
}
.qualifications-nav {
  position: relative;
  background-position: center;
  /*! background-image: url(../images/testimonial--shapeellipse.png); */
  background-repeat: no-repeat;
  background-size: contain;
}
.qualifications-nav:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e4e3eb;
}
.slider-img {
	width: 400px;
  height: 240px;
  display: flex !important;
  align-items: center;
}
.slider-img:focus,
.qualifications-nav .slick-slide:focus {
  border: none;
  outline: none;
}

.slick-slide .slider-img img {
  display: block;
  /*height: 50px;*/
	width: 80px;
	margin: 0 auto;
	cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block !important;
  -webkit-box-shadow: 3px 4px 32px 0px rgba(67, 57, 139, 0.15);
  -moz-box-shadow: 3px 4px 32px 0px rgba(67, 57, 139, 0.15);
  box-shadow: 3px 4px 32px 0px rgba(67, 57, 139, 0.15);
}
.slick-slide.intro-prev .slider-img img,
.slick-slide.intro-next .slider-img img {
  /*height: 100px;*/
  width: 120px;
}
.slick-slide.intro-prev .slider-img img {
  margin-right: auto;
  margin-left: 15px;
}
.slick-slide.intro-next .slider-img img {
  margin-left: auto;
  margin-right: 15px;
}
.slick-slide.slick-center .slider-img img {
  /*height: 200px;*/
  /* width: 200px; */
  width: 100%;
}
.slick-slide .slider-img img .slick-slide {
  text-align: center;
}
.qualifications-nav .slider-for .slick-slide {
  padding: 0;
}
.qualifications-nav .slick-prev,
.qualifications-nav .slick-next {
  height: 40px;
  width: 40px;
  /*border-radius: 100%;
	background-color: #433a8b;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border-color: #433a8b;*/
  z-index: 9;
  opacity: 0.6;
}
.qualifications-nav .slick-prev {
  background: url(../img/column.about.sec5_btn_pre.png) center center no-repeat;
}
.qualifications-nav .slick-next {
  background: url(../img/column.about.sec5_btn_next.png) center center no-repeat;
}
.qualifications-nav .slick-prev:hover,
.qualifications-nav .slick-next:hover,
.qualifications-nav .slick-next:focus,
.qualifications-nav .slick-prev:focus {
  /*background-color: #000000;
	color: #ffffff;
	border-color: #000000;*/
  opacity: 1;
}
.qualifications-nav .slick-prev:before,
.qualifications-nav .slick-next:before {
  /*font-family: "Font Awesome 5 Free";*/
  /*font-weight: 900;*/
  /*font-size: 20px;
	color: #ffffff;
	opacity: 1;
	line-height: 36px;*/
}
.qualifications-nav .slick-prev:before {
  content: "";
  /*content: "\f104";*/
}
.qualifications-nav .slick-next:before {
  content: "";
  /*content: "\f105";*/
}

.qualifications-nav .slick-track {
  padding: 30px 0;
}

/*** 

====================================================================
	Section6
====================================================================

***/

.sec6 {
  background: url(../img/column.about.sec6_bg.png) center top no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.sec6 .sec-title {
  margin: 40px 0px;
}
.sec6 .talents {
  margin: 0px 0px;
  position: relative;
}
.sec6 .talents img {
  display: block;
  width: 100%;
}
.sec6 .talents .txt1 {
  position: absolute;
  width: 38%;
  height: 60%;
  top: 30%;
  left: 8%;
	line-height: 30px;
}
.sec6 .talents .txt1 p {
  font-size: 21px;
  color: white;
  line-height: 2em;
}
.sec6 .welfare {
  width: 60%;
  margin: 100px auto 30px;
  padding: 30px 40px;
  background-color: rgba(203, 96, 10, 0.7);
}
/*.sec6 .welfare img{
	display: block;
	width:100%;
}*/

.sec6 .welfare .title {
  height: 30px;
  line-height: 30px;
}
.sec6 .welfare .title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: solid #ffffff 4px;
  vertical-align: middle;
  margin-right: 15px;
}
.sec6 .welfare .title span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  /*font-weight:600;*/
}
.sec6 .welfare-list {
  width: 80%;
  margin: 40px auto;
}
.sec6 .welfare-list p {
  /*padding:5px 0px;*/
  color: white;
  text-align: justify;
  font-size: 20px;
  margin: 0px;
  line-height: 1.2em;
}
.sec6 .welfare-list p span {
  display: inline-block;
}
.sec6 .welfare-list p:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
}
.sec6 .job-ability {
  margin: 20px 0px 40px;
  height: 30px;
  line-height: 30px;
}
.sec6 .job-ability:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: solid #2794c5 3px;
  vertical-align: middle;
  margin-right: 10px;
}
.sec6 .job-ability span {
  display: inline-block;
  vertical-align: middle;
  color: #36afe7;
  font-size: 18px;
}

.sec6 .scroll-img {
  /* margin: 0px 30px; */
}
.sec6 .scroll-img .owl-prev,
.sec6 .scroll-img .owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
}
.sec6 .scroll-img .owl-prev {
  left: -25px;
}
.sec6 .scroll-img .owl-next {
  right: -25px;
}
.sec6 .scroll-img .job-item {
  background-color: white;
  margin-bottom: 20px;
  /*min-height:340px;*/
  padding: 20px;
}
.sec6 .scroll-img .job-item .title {
  font-size: 16px;
  word-break: break-all;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin: 0px 20px 10px 10px;
}
.sec6 .scroll-img .job-item .title span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: solid #000000 1px;
  position: relative;
}
.sec6 .scroll-img .job-item .title span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #000000 1px;
  transform: translate(-50%, -50%);
  /*box-shadow: 0px 0px 0px 1px #000000;*/
}
.sec6 .scroll-img .job-item .title:after {
  content: ">  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  > > > > >";
  display: inline;
  /*margin-left:0px;*/
  white-space: pre;
}
.sec6 .scroll-img .job-item ol {
  list-style: decimal;
  margin: 0px 0px 0px 30px;
}
.sec6 .scroll-img .job-item ol li {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.sec6 .scroll-img .job-item.big ol {
  margin-right: 0px;
}
.sec6 .scroll-img .job-item.big ol li {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 480px) {
  .sec6 .scroll-img .job-item {
  }
  .sec6 .talents .txt1 p {
    font-size: 12px;
    line-height: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .sec6 .scroll-img .job-item {
    height: 320px;
  }
}

@media only screen and (min-width: 992px) {
  .sec6 .scroll-img .job-item {
    height: 360px;
  }
  .sec6 .talents .txt1 p {
    font-size: 16px;
		line-height: 1.6em;
  }
}
@media only screen and (min-width: 1200px) {
  .sec6 .scroll-img .job-item {
    height: 320px;
		line-height: 1.6em;
  }
}

/*** 

====================================================================
	Section2
====================================================================

***/

.container-head {
  overflow: hidden;
}
