#gallery-list .info-desc {
  background: white;
  border-left: 4px solid #1f417e;
  margin: 0 auto 0;
  padding: 30px 20px 25px 20px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1.2px;
  font-weight: 300;
}

#gallery-list .content-body {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
}

#gallery-list .list-body {
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}

#gallery-list .list-body .img-title {
  border-bottom: 3px solid #f9f6f2;
  border-radius: 0;
  font-size: 20px;
  line-height: 2.4rem;
  margin-bottom: 30px;
  padding: 15px 10px;
  position: relative;
  text-align: left;
}

#gallery-list .list-body .img-title::after {
  content: '';
  background: #1f417e;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0;
  height: 4px;
  width: 30%;
  z-index: 2;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
}

#gallery-list .list-body .inner-block {
  text-align: center;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  position: relative;
}

#gallery-list .list-body .inner-block a:hover {
  background-color: rgba(26, 74, 28, 0.5);
}

#gallery-list .list-body .inner-block a:hover div h3 {
  font-size: 18px;
  line-height: 2.4rem;
  opacity: 1;
  width: 90%;
  color: #fff;
}

#gallery-list .list-body .inner-block a:hover div h3::before,
#gallery-list .list-body .inner-block a:hover div h3::after {
  position: static;
}

#gallery-list .list-body .inner-block a {
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
  display: block;
  color: white;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#gallery-list .list-body .inner-block a div:hover {
  color: white;
}

#gallery-list .list-body .inner-block a div:hover::before {
  width: 100%;
  height: 100%;
}

#gallery-list .list-body .inner-block a div:hover::after {
  width: 100%;
  height: 100%;
}

#gallery-list .list-body .inner-block a div:hover::before {
  border-bottom-color: white;
  border-left-color: white;
  -webkit-transition: height .3s, width .3s .3s;
  transition: height .3s, width .3s .3s;
}

#gallery-list .list-body .inner-block a div:hover::after {
  border-top-color: white;
  border-right-color: white;
  -webkit-transition: height .3s, width .3s .3s;
  transition: height .3s, width .3s .3s;
}

#gallery-list .list-body .inner-block a div {
  border: 1px solid rgba(255, 255, 255, 0);
  width: 96%;
  height: 93%;
  margin: 6px auto 4px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

#gallery-list .list-body .inner-block a div h3 {
  border-bottom: none;
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#gallery-list .list-body .inner-block a div h3::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 80%;
  left: 0;
  top: 50%;
  background-color: #71c7bf;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  clear: both;
}

#gallery-list .list-body .inner-block a div::before {
  top: -2px;
  left: -2px;
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

#gallery-list .list-body .inner-block a div::after {
  bottom: -2px;
  right: -2px;
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

#gallery-list .list-body .inner-block .img-box {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 2px;
  color: white;
  margin: 0 10px 0 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  vertical-align: middle;
  z-index: 1;
}

#photo-list {
  background-color: white;
}

#photo-list p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300px;
  margin-bottom: 10px;
}

#photo-list .album_title {
  padding-bottom: 10px;
  font-size: 29px;
  color: #1f417e;
  font-weight: 700;
}

#photo-list .desc {
  padding: 0px 20px 10px 0px;
  color: #427BA1;
}

#top-section .slick-slide,
#top-section .slick-slide::before,
#top-section .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#top-section .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-section figure {
  display: block;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

#top-section .top-slider-section {
  position: relative;
  height: auto;
  width: 100%;
  min-height: 8vw;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

#top-section .top-slider-section.slick-initialized {
  opacity: 1;
  visibility: visible;
}

#top-section .slick-dots li button:before {
  font-size: 30px;
  color: #1f417e;
}

#top-section .slick-slide {
  position: relative;
  height: 30vw;
}

#top-section .slick-slide::before {
  background-color: #000000a3;
  opacity: .3;
  z-index: 1;
}

#top-section .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#top-section .slick-slide iframe {
  position: relative;
  pointer-events: none;
}

#top-section .slick-slide figure {
  position: relative;
  height: 100%;
}

#top-section .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#top-section .slick-slide .slide-image.show {
  opacity: 1;
}

#top-section .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

#top-section .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: calc(100%/2 - 5%);
  width: 100%;
}

#top-section .slick-slide .sub-title {
  display: block;
  color: black;
  font-size: 20px;
}

#top-section .slick-slide #caption-link {
  padding-bottom: 5px;
}

#top-section .slick-slide #caption-link a {
  font-size: 14px;
  color: blue;
}

#top-section .slick-slide #caption-link a:hover {
  color: #fff;
}

#top-section .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

#top-section .slick-slide.slick-active {
  z-index: 1;
}

#top-section .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

#top-section .slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

#top-section .mute-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 20px;
  z-index: 1;
}

#top-section .mute-btn button {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

#top-section .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#top-section .caption {
  max-width: 750px;
  width: 100%;
  background-color: #276ca3bf;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}

@media screen and (max-width: 768px) {
  #top-section .mute-btn {
    width: 40px;
    height: 30px;
    top: 10px;
    left: 10px;
  }

  #top-section .mute-btn button {
    font-size: 14px;
  }

  #top-section .top-slider-section {
    margin-bottom: 0px;
  }

  #top-section .slider-caption {
    bottom: 38px;
    font-size: 28px;
  }

  #top-section .slick-dots {
    margin-bottom: 0px !important;
  }

  #top-section .slick-slide .image {
    min-height: 400px !important;
  }

  #top-section .caption {
    width: 90%;
    font-size: 18px;
    bottom: 30px;
    background-color: #276ca3bf;
    padding: 0px;
  }

  #top-section .caption .btn {
    font-size: 0.9rem;
  }

  #top-section .sub-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) {
  #top-section .top-slider-section {
    margin-bottom: 0px;
  }

  #top-section .slider-caption {
    bottom: 38px;
    font-size: 28px;
  }

  #top-section .slick-dots {
    margin-bottom: 0px !important;
  }

  #top-section .slick-slide .slide-media {
    background-repeat: no-repeat;
  }

  #top-section .slick-slide .caption {
    width: 90%;
    font-size: 13px;
    padding: 5px;
    bottom: 45px;
    background-color: #276ca3bf;
  }

  #top-section .slick-slide .sub-title {
    font-size: 13px;
  }

  #top-section .section_list {
    padding: 10px 0 46px 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .slider_arrow {
    display: inline-block !important;
  }
}

.clv_banner_slider .slider_arrow {
  left: 30px;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }

  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }

  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }

  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }

  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

.modal-footer button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.modal-content .close {
  font-size: 26px;
}

.modal-footer {
  background-color: #ffffff;
}

.modal-footer .btn-area {
  border-top-width: 0px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.62) !important;
}

#video-channel .video-post {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}

#video-channel .video-post img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

#video-channel .video-post .video-item .poster {
  width: 640px;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

#video-channel .video-post .video-item h2 {
  font-size: 20px;
  padding: 5px 10px;
}

#video-channel .video-post .video-item .video-link {
  position: absolute;
  top: 42%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #fff;
  padding-left: 3px;
}

#video-channel .video-post .video-item .video-link:hover {
  background-color: #fff;
  color: #2f2f32;
}

.single-course {
  text-align: center;
}

.order {
  -webkit-box-ordinal-group: var(--order-desktop);
      -ms-flex-order: var(--order-desktop);
          order: var(--order-desktop);
}

@media only screen and (max-width: 480px) {
  .order {
    -webkit-box-ordinal-group: var(--order-mobile);
        -ms-flex-order: var(--order-mobile);
            order: var(--order-mobile);
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .order {
    -webkit-box-ordinal-group: var(--order-ipad) !important;
        -ms-flex-order: var(--order-ipad) !important;
            order: var(--order-ipad) !important;
  }
}

.achievement_section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 452px;
          flex: 0 0 452px;
  max-width: 452px;
}

.youtube-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 452px;
          flex: 0 0 452px;
  max-width: 452px;
}

@media (min-width: 481px) and (max-width: 1229px) {
  .achievement_section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .youtube-section {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .useful_section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .news_section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .useful_img {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .events_section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .report_section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .news_section {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .achievement_section {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#video-section .card-title {
  padding: 5px 0 0 5px;
}

#video-section .item {
  width: 100%;
  max-width: 426px;
}

.owl-theme .owl-nav {
  margin-top: 0px;
  height: 0px;
}

.video-prev {
  background-color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0px 50px 50px 0px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
  position: absolute;
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #aaffff;
  color: #1f417e;
  text-decoration: none;
}

.video-next {
  background-color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px 0 0 50px !important;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
          box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
  right: 0;
  opacity: 1;
  visibility: visible;
}

.report_section .report_video {
  width: 100%;
  height: auto;
}

#youtube-list-section .youtube-section {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.youtube-list {
  margin-top: 20px;
}

.section_title {
  background-color: #EDEC61;
}

.section_title svg {
  fill: #908f0f;
}

@media screen and (max-width: 1229px) {
  .youtube-section {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-course {
  position: relative;
}

.single-course .course-img {
  position: relative;
  overflow: hidden;
}

.single-course .course-img a {
  display: block;
}

.single-course .course-img img {
  width: 100%;
}

.single-course .course-img span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00a651;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  padding: 6px 16px 8px;
}

.single-course .course-img span.new-course {
  background-color: #fff;
  color: #00a651;
}

.single-course .course-content {
  padding: 10px 17px 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(225, 225, 225, 0.51);
  box-shadow: 0 0 12px rgba(225, 225, 225, 0.51);
}

.single-course .course-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .single-course .course-content h4 {
    font-size: 14px;
  }
}

.single-course .course-content h4 a {
  color: #333;
}

.single-course .course-content h4 a:hover {
  color: #276ca3;
}

.single-course .course-content p {
  line-height: 23px;
}

.single-course .course-position-content {
  width: 100%;
  top: 95%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  position: absolute;
  padding: 0px 0px 0px;
}

.single-course .course-position-content .credit-duration-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 17px 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-course .course-position-content .course-btn a.default-btn {
  border-radius: 0 50px 51px 0;
  font-size: 14px;
  padding: 15px 40px 15px;
}

@media only screen and (max-width: 767px) {
  .about-img.default-overlay {
    margin-top: 30px;
  }
}

.about-img.default-overlay:before {
  opacity: .5;
}

.about-img.default-overlay img {
  width: 100%;
}

.about-img.default-overlay .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .about-img.default-overlay.about-img-2 {
    margin-top: 0;
  }
}

