
#SpecialSlider {
  position: relative;

}
@media (max-width: 767px) {
  #SpecialSlider {
    border-color: transparent;
  }
}
#SpecialSlider .MS-content {
  margin: 15px 0px;
  overflow: hidden;
  white-space: nowrap;

}
@media (max-width: 767px) {
  #SpecialSlider .MS-content {
    margin: 0;
  }
}
#SpecialSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;

  border-right: none;
  width: 25%;
}
@media (max-width: 1200px) {
  #SpecialSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #SpecialSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #SpecialSlider .MS-content .item {
    width: 50%;
  }
}

#SpecialSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #SpecialSlider .MS-controls button {
    display: none;
  }
}
#SpecialSlider .MS-controls button:hover {
  cursor: pointer;
}
#SpecialSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #SpecialSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#SpecialSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #SpecialSlider .MS-controls .MS-right {
    right: -2px;
  }
}








.site-mainSlider {
  position: relative;

}
@media (max-width: 767px) {
  .site-mainSlider {
    border-color: transparent;
  }
}
.site-mainSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;


}

@media (max-width: 767px) {
  .site-mainSlider .MS-content {
    margin: 0;
  }
}
.site-mainSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;

  border-right: none;
  width: 25%;
  padding: 20px;
}
@media (max-width: 1200px) {
  .site-mainSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .site-mainSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site-mainSlider .MS-content .item {
    width: 50%;
  }
}

.site-mainSlider .MS-controls button {

  position: absolute;
  border: none;
  background: transparent;
  font-size: 20px;
  outline: 0;
  top: 50%;
  background: white;
  /* border: 1px solid #eee; */
  box-shadow: -1px 1px 5px #eee;
  width: 30px;
  height: 100px;
  transform: translate(0% , -50%);
  color: gray;
}
@media (max-width: 767px) {
  .site-mainSlider .MS-controls button {
    /*display: none;*/
  }
}
.site-mainSlider .MS-controls button:hover {
  cursor: pointer;
}
.site-mainSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 992px) {
  .site-mainSlider .MS-controls .MS-left {
    /*left: -2px;*/
  }
}
.site-mainSlider .MS-controls .MS-right {
  /*right: 10px;*/
}
@media (max-width: 992px) {
  .site-mainSlider .MS-controls .MS-right {
    /*right: -2px;*/
  }
}


.tab4Slider {
  position: relative;

}
@media (max-width: 767px) {
  .tab4Slider {
    border-color: transparent;
  }
}
.tab4Slider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;

}
@media (max-width: 767px) {
  .tab4Slider .MS-content {
    margin: 0;
  }
}
.tab4Slider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;

  border-right: none;
  width: 25%;
}
@media (max-width: 1200px) {
  .tab4Slider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .tab4Slider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .tab4Slider .MS-content .item {
    width: 50%;
  }
}
.tab4Slider .MS-content .item p {

  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
.tab4Slider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  .tab4Slider .MS-controls button {
    display: none;
  }
}
.tab4Slider .MS-controls button:hover {
  cursor: pointer;
}
.tab4Slider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  .tab4Slider .MS-controls .MS-left {
    left: -2px;
  }
}
.tab4Slider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  .tab4Slider .MS-controls .MS-right {
    right: -2px;
  }
}


/*************** new style main educate ***********************/
.main-educate {
  margin-bottom: 12px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 15px rgba(136, 136, 136, 0.12), 0 1px 5px rgba(144, 144, 144, 0.24);
}
.main-educate-title1 {
  width: 100%;
  height: auto;
  padding: 20px 20px 0 15px;
}
.main-educate-title1 h2{
  font-size: 20px;
}
.main-educate .main-educate-title1 fieldset {
   border-top: 1px solid #afafaf;
 }
.main-educate .main-educate-title1 fieldset legend {
  width: 14%;
  font-size: 15px;
  font-weight: 600;
  color: #505050;
}
.main-educate-items {
  width: 100%;
  height: auto;
  margin:  20px 0;
  padding: 0 12px;
}
.main-educate-images {
  width: 100%;
  height:400px;
  border-radius: 3px;
  position: relative;
}
.main-educate-images img {
  width: 100%;
  height:100%;
  border-radius: 3px;
  object-fit: cover;
}
.main-educate-title {
  width: 100%;
  height: 70px;
  overflow: hidden;
  padding: 10px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0 0 3px 3px;
}
.main-educate-title a{
  text-decoration: none;
 color: #f9f9f9;
  font-size: 20px;
}
.more-educate-commercial {
  width: 100%;
  height: auto;
  padding: 0 2px;
  margin: 20px 0;
}
.more-educate-commercial-title {
  width: 100%;
  height: auto;
  padding: 15px 10px;

}
.more-educate-commercial-title h3{
 color: white;
  font-size: 20px;
  font-weight: 900;
}
.more-educate-image {
  width: 100%;
  height: 140px;
  position: relative;
  border-radius: 3px;

}
.more-educate-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.more-educate-options {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 30px;

}
.more-educate-options ul{
 margin: 0;
  padding: 0;
  list-style-type: none;
}
.more-educate-options ul li{
  display: inline-block;
  margin: 0 5px;
  width: auto;
  background-color: #1d3557;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
 }
.more-educate-options ul li:hover{
  background-color: rgba(29, 53, 87, 0.8);

}
.more-educate-options ul li a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
/*************************** sub educate ************************/
.sub-educate-section {
  margin-bottom: 12px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 15px rgba(136, 136, 136, 0.12), 0 1px 5px rgba(144, 144, 144, 0.24);
  padding: 10px;
}
.sub-educate-title1 {
  width: 100%;
  height: auto;
  padding: 20px 20px 0 0;
}
.sub-educate-title1 h2 {
  font-size: 20px;
}
.sub-educate-main-context {
  width: 100%;
  height: auto;
  text-align: justify;
  padding: 5px 20px;
}
.sub-educate-main-context p{
 font-size: 14px;
  line-height: 23px;
}
.sub-educate-main-video {
  margin: 10px 0;
}
.sub-educate-main-video video {
  object-fit: fill;
  width: 100%;
  height: 380px;
}
.sub-educate-main-tab-section {
   width: 100%;
   height: auto;
 }
.sub-educate-main-tab-section li{
 width: auto;
  margin: 0 0 0 4px;
  padding: 6px 25px;
  background-color: #e8e8e8;
  border-radius: 1px;
}
.nav-tabs {
  border-bottom: 1px solid #1d3557;
}
.sub-educate-main-tab-section li.active{
  background-color: #1d3557;
}
.sub-educate-main-tab-section li.active a{
  color: white;
}
.sub-educate-main-tab-section li a{
 color: black;
  text-decoration: none;
  font-size: 13px;
}
.sub-educate-tab-op1 {
  width: 100%;
  height: auto;
  padding: 30px 20px;
}
.sub-educate-tab-op1 p{
 font-size: 14px;
}
.sub-educate-tab-op1-context1 {
  width: 100%;
  height: auto;
  text-align: justify;
}
.sub-educate-tab-op1-context1 p{
 font-size: 14px;
}
.sub-educate-tab-op1-context2 {
  width: 100%;
  height: auto;
  text-align: justify;
}
.sub-educate-tab-op1-context2-title {
  width: 100%;
  height: auto;
  padding: 5px 0;
}
.sub-educate-tab-op1-context2-title h3{
 font-size: 18px;
}
.sub-educate-tab-op1-context2 p{
  font-size: 14px;
}

.sub-educate-tab-op2-items {
  margin: 0 0 40px 0;
}
.sub-educate-tab-op2-items p{
  font-size: 14px;
}
.sub-educate-comments-section {
  width: 100%;
  height: auto;
}
.sub-educate-comments-items {
  border: 1px solid #eee;
  margin: 10px 0;
  padding: 15px;
}
.sub-educate-comments-items-title {
  overflow: hidden;
  padding: 5px 18px;
  border-bottom: 2px solid #003663;
  margin-bottom: 5px;
}
.sub-educate-comments-name {
  float: right;
}
.sub-educate-comments-name p{
  font-size: 14px;

}
.sub-educate-comments-items-title span{
  float: left;
  font-size: 12px;
  font-weight: 100;
  color: grey;
}
.sub-educate-comments-context {
  width: 100%;
  height: auto;
  text-align: justify;
  padding: 10px ;
}

.sub-educate-comments-context p{
 font-size: 14px;
  font-weight: 200;
}
.sub-educate-comments-rate {
  text-align: left;
}
.sub-educate-comments-rate p{
  font-size: 13px;
}
.sub-educate-enroll-section {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  padding: 15px 15px 5px 15px;
  border-radius: 3px;
  margin: 20px 0 0 0;
  box-shadow: 0 1px 15px rgba(136, 136, 136, 0.12), 0 1px 5px rgba(144, 144, 144, 0.24);
}
.sub-educate-enroll {
  width: 100%;
  height: auto;

}
.sub-educate-enroll-title  {
  width: 100%;
  height: auto;
  padding: 3px 5px;
  border-bottom: 1px solid #dedede;
}
.sub-educate-enroll-title p {
  font-size: 15px;
}
.sub-educate-enroll-price-section{
 width: 100%;
  height: auto;
  padding: 15px 5px;
}
.sub-educate-enroll-price span {
  font-size: 14px;
  color: #003663;
  font-weight: 600;
}
.sub-educate-enroll-price-offer span {
  font-size: 12px;
  text-decoration: line-through;
}

.sub-educate-enroll-btn button {
  padding: 5px 20px;
  font-size: 14px;
  color: white;
  background-color: #003663;
  border-radius: 5px;
  border: 1px solid #002f57;
  float: left;

}
.sub-educate-enroll-before {
  width: 100%;
  height: auto;
  margin: 5px 0;
  border-top: 1px solid #e2e2e2;
  padding: 6px 10px;
}
.sub-educate-enroll-before span{
 font-size: 12px;
  font-weight: 400;
}

.sub-educate-share-section {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  padding: 15px 15px 5px 15px;
  border-radius: 3px;
  margin: 20px 0 0 0;
  box-shadow: 0 1px 15px rgba(136, 136, 136, 0.12), 0 1px 5px rgba(144, 144, 144, 0.24);
}

.sub-educate-share-title {
  width: 100%;
  height: auto;
  padding: 3px 5px;
  border-bottom: 1px solid #dfdfdf;
}
.sub-educate-share-title p{
    font-size: 15px;
}

.sub-educate-share-options {
  width: 100%;
  height: auto;
  padding: 10px 10px 0 0;
}

.sub-educate-share-options ul li{
  display: inline-block;
  padding: 10px;
  margin: 2px ;
}
.sub-educate-share-options ul li a{
  font-size: 20px;
  color: #003663;
  text-decoration: none;
}
.sub-educate-related-section {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  padding: 15px 15px 5px 15px;
  border-radius: 3px;
  margin: 20px 0 0 0;
  box-shadow: 0 1px 15px rgba(136, 136, 136, 0.12), 0 1px 5px rgba(144, 144, 144, 0.24);
  position: sticky;
  top: 180px;
}

.sub-educate-related-title {
  width: 100%;
  height: auto;
  padding: 3px 5px;
  border-bottom: 1px solid #dfdfdf;
}
.sub-educate-related-title h3{
  font-size: 15px;
}

.sub-educate-related-items {
  width: 100%;
  height: auto;
  padding: 10px 10px 0 0;
}
.sub-educate-related-sub-item {
  width: 100%;
  height: auto;
  padding: 5px ;
  border-bottom: 1px solid #d6d6d6;
}
.sub-educate-related-sub-item-image {
  width: 100%;
  height: 40px;
}
.sub-educate-related-sub-item-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-educate-related-sub-item-link {
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.sub-educate-related-sub-item-link a{
 text-decoration: none;
  font-size: 12px;
}

.aside-project-header {
  text-align: center;
  background: #003663;
  color: white;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.aside-project-header h6 {
  margin-bottom: 0;
  font-size: 14px;
}