
.facilities-wrap .banner {
  height: 416px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 300px;
}
.facilities-wrap .btn {
  display: block;
  width: 275px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 27px;
  color: white;
  background: #c8161e;
  border-radius: 800px;
  margin: 0 30px;
}

.order-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 12px 56px 16px 24px;
  box-sizing: border-box;
  font-size: 27px;
  line-height: 1;
  color: #c8161e;
  background-image: url("/resources/common/img80/gjenroll/title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.order-title .order {
  position: absolute;
  left: 24px;
  top: -43px;
  z-index: -1;
  font-size: 48px;
  font-weight: bold;
  color: #999;
}

.facilities-wrap .title {
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  font-size: 35px;
  text-align: center;
  padding: 38.4px 0 24px;
}
.facilities-wrap .underline {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 107px;
  height: 2px;
  background: #c8161e;
  margin-left: -53.6px;
}
.facilities-wrap .title span {
  color: #c8161e;
}

.fix-link {
  position: fixed;
  top: 360px;
  left: 28px;
  width: 176px;
  height: 94.4px;
  z-index: 66;
}
.fix-link img {
  width: 100%;
  height: 100%;
}

.divs {
  box-shadow: 0 0 8px 0 #ccc;
  padding-bottom: 40px;
}
.divs>div {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
}
.div1 {
  margin-top: 52px;
  background: #fff5f5;
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 24px;
}
.text9 {
  font-size: 14.4px;
  font-weight: 400;
  padding: 32px 52px;
}
.div1 .text9 {
  padding: 32px 28px 0 0;
}

.div2 {
  margin-top: 60px;
  padding-top: 60px;
}
.text10 {
  font-size: 14.4px;
  color: #666;
  padding: 20px 0;
}
.icon-message {
  font-size: 32px;
}
.lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.lr .left {
  flex: 1;
  margin-right: 36px;
  font-size: 27px;
  border: 2px solid #ccc;
  padding: 16px 36px;
}
.lr .left:hover {
  color: #c8161e;
  border-color: currentColor;
}

.lr .btn {
  margin: 0;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lr .btn span{
  margin: 2px 8px 0 0;
}

.div3,.div4,.div5 {
  margin-top: 72px;
  padding-top: 56px;
}
.div4 .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.div4 .images img {
  margin-bottom: 12px;
}

.div5 img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.abilities {
  background: #fceeef;
  margin-bottom: 32px;
  padding: 32px 0 8px 40px;
}
.abilities .list {
  display: flex;
  align-items: center;
  font-size: 14.4px;
  margin-bottom: 24px;
}
.abilities .left {
  font-weight: 480;
  width: 216px;
}
.abilities .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.abilities .right>div {
  min-width: 192px;
}


.div3 .swiper-slide{
  width: 309px;
  height: 365px;
  color: #666;
  font-size: 14.4px;
  padding: 40px 44px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.div3 .swiper-slide img{
  display: block;
  width: 136px;
  height: 136px;
  margin: 0 auto 20px;
}
.div3 .name{
  position: relative;
  padding-left: 3px;
}
.div3 .name span{
  color: #333;
  font-weight: 480;
}
.div3 .redline{
  position: absolute;
  left: -8px;
  top: 3px;
  z-index: 1;
  width: 4.8px;
  height: 17.6px;
  background: #c8161e;
  border-radius: 80px;
}
.div3 .desc {
  position: relative;
  margin: 20px 0 36px;
}
.div3 .desc.hide {
  display: -webkit-box;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.div3  .btn-all {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 92px;
  height: 24px;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid currentColor;
  border-radius: 80px;
}



.reform {
  padding: 30.4px 16px 24px;
  display: flex;
  justify-content: space-between;
}
.reform .items {
  position: relative;
  width: 323px;
  box-shadow: 0 0 6.4px 0 #ccc;
  border-radius: 8px;
  padding-bottom: 130px;
}
.reform img {
  width: 100%;
  height: 176px;
  border-radius: 8px 8px 0 0;
}

.reform .text7 {
  color: #c8161e;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  padding: 24px 0 16px;
}

.reform .text8 {
  padding: 0 28.8px;
  font-size: 16px;
  color: #666;
}
.reform .btn {
  position: absolute;
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
  margin: 0;
  z-index: 1;
  font-size: 19px;
}





.videos-wrap {
  padding: 20px 0 40px;
  display: flex;
  justify-content: space-between;
}
.videos-wrap .icon-play {
  color: white;
  position: absolute;
  z-index: 2;
  font-size: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  cursor: pointer;
}
.videos-wrap .left .icon-play {
  font-size: 68.8px;
  top: 104px;
}

.videos-wrap .left {
  width: 544px;
  position: relative;
}
.videos-wrap .video {
  background: #333333;
  width: 100%;
  min-height: 289.6px;
}
.videos-wrap .video-info {
  border: 1px solid #979797;
  color: #666;
  padding: 8px 12px 20px;
}
.videos-wrap .teacher {
  font-size: 19.2px;
  color: #333;
  margin-bottom: 4px;
}
.videos-wrap .right {
  flex:1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.videos-wrap .list {
  display: flex;
  justify-content: space-between;
}

.videos-wrap .course {
  width: 253px;
  margin-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
.videos-wrap .course img {
  width: 100%;
  height: 125px;
}
.videos-wrap .course .info {
  padding: 5px 8px 8px;
  border: 1px solid #979797;
}
.videos-wrap .course .badges {
  display: flex;
  padding-top: 4px;
}

.videos-wrap .course .badge {
  background: #eae8e8;
  padding: 0 9.6px;
  margin-right: 16px;
}

.videos-wrap .right .swiper-slide{
  display: flex;
  flex-wrap: wrap;  
  padding-bottom: 32px;
}


.my-swiper-pagination span.swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 5px;
  background: #d8d8d8;
  opacity: 1;
  margin: 0 2px;
  border-radius: 8px;
}
.my-swiper-pagination span.swiper-pagination-bullet-active {
  background: #2e7cfd;
}






