#main {
  height: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .container {
    max-width: unset;
  }
}

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

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

/*-------------------------------------------------
 =  Table of Css

 1.Some default basic style of template
 2.Header
 3.Isotope filtering
 4.General
 5.Slider
 6.feature section
 7.Collection section
 8.Countdown section
 9.popular courses section
 10.course-post
 11.Events
 12.events-posts
 13.video-post
 14.News sections
 15.blog post
 16.testimonial section
 17.Sidebar
 18.single post
 19.teachers section
 20.about section
 21.portfolio section
 22.pricing section
 23.single event section
 24.single course section
 25.cart section
 26.Contact
 27.Footer
-------------------------------------------------*/

body {
  font-family: "Raleway", sans-serif;
}

.reset-elem,
.top-line .right-top-line ul,
.dropdown,
.mobile-menu nav.mobile-nav ul {
  margin: 0;
  padding: 0;
}

p,
.paragraph {
  font-size: 15px;
  color: #7d7e7f;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

h1,
.heading1 {
  color: #707070;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.header-title {
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

h2,
.heading2 {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 26px;
}

h3,
.heading3 {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 14px;
  line-height: 28px;
}

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

a,
.anchor {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#container.move {
  margin-left: -300px;
  margin-right: 300px;
}

#container.active {
  opacity: 1;
}

.container {
  max-width: 1240px;
}

.menu-logo {
  max-width: 280px;
  height: auto;
}

@media (max-width: 1024px) {
  .menu-logo {
    max-width: 240px;
  }
}

@media (max-width: 414px) {
  .menu-logo {
    max-width: 220px;
  }
}

@media (max-width: 350px) {
  .navbar a.navbar-brand {
    margin-right: 0 !important;
  }

  header .navbar-brand {
    padding: 20px !important;
  }

  .mobile-menu {
    width: 280px !important;
  }

  #container.move {
    margin-right: 265px !important;
  }
}

#quick-links {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

#quick-links .link-block {
  position: relative;
}

#quick-links .link-block-item {
  width: 220px;
  height: 220px;
  border-radius: 10% 10%;
  -webkit-filter: drop-shadow(13px 13px 0px rgba(0, 0, 0, 0.161));
          filter: drop-shadow(13px 13px 0px rgba(0, 0, 0, 0.161));
  background-color: var(--background);
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#quick-links .link-block-item .title h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
}

#quick-links .link-block-item .icon {
  position: absolute;
  top: 40px;
}

@media (max-width: 769px) {
  .link-block-item {
    width: 200px !important;
    height: 200px !important;
  }

  .link-block-item .title h2 {
    font-size: 30px !important;
  }

  .link-block-item .icon {
    width: 60px;
  }
}

@media (max-width: 414px) {
  .link-block-item {
    width: 120px !important;
    height: 120px !important;
  }

  .link-block-item .title h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }

  .link-block-item .icon {
    top: 20px !important;
    width: 40px !important;
  }
}

#link {
  padding: 80px 0;
}

#link .item {
  width: 280px;
  height: 100%;
}

#link .item img {
  height: 120px;
  width: 280px;
  -o-object-fit: 100% auto;
     object-fit: 100% auto;
}

#mission {
  background-image: url(/template/app/img/svg/mission_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

#mission .mission-body {
  position: relative;
  top: 100px;
}

#mission .mission-body .mission-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.1px;
}

#mission .mission-body .mission-content {
  margin: 20px 20px 20px 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  color: #9e9e9e;
}

#latest_news {
  padding: 80px 0;
  background-color: #3c8fd5;
}

#latest_news .header-section {
  margin-bottom: 50px;
}

#latest_news .header-section .news-header .header-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 11px;
}

#latest_news .news-item {
  display: block;
  width: 100%;
  height: 380px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 5px;
}

#latest_news .news-item .feature-img-section {
  width: 100%;
  height: 230px;
}

#latest_news .news-item .feature-img-section a {
  display: block;
}

#latest_news .news-item .feature-img-section img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

#latest_news .news-item .title-section {
  padding: 30px;
  display: block;
}

#latest_news .news-item .title-section a {
  font-weight: 600;
  font-size: 18px;
  color: #565656;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#latest_news .news-item:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

#video-section {
  width: 100%;
  padding: 50px 0 0 0;
}

#video-section .header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  overflow: hidden;
}

#video-section .header-section .video-header {
  width: 100%;
  height: 60px;
  max-width: 300px;
  background-image: url("/template/app/img/svg/common-header.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#video-section .header-section .video-header .header-icon {
  position: relative;
  top: 15px;
  left: 35px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

#video-section .header-section .video-header .header-title {
  position: relative;
  top: -10px;
  left: 90px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1.1px;
}

#video-section .video-body {
  width: 100%;
  height: 100%;
}

#video-section .video-body .grid-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}

#video-section .video-body .grid-item {
  width: 100%;
  height: 580px;
  border: 2px solid white;
  display: block;
  position: relative;
  overflow: hidden;
}

#video-section .video-body .grid-item-both-side {
  width: 100%;
  height: 200px;
  border: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#video-section .video-body .grid-item-both-side .cover {
  width: 50%;
  position: relative;
}

#video-section .video-body .grid-item-both-side .detail {
  width: 50%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #57c0ee;
}

#video-section .video-body .grid-item-both-side .detail p {
  width: 80%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

#video-section .video-body .poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#video-section .video-body .poster:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#video-section .video-body .play-icon {
  position: absolute;
  background-image: url(/template/app/img/svg/play.svg);
  background-size: auto;
  background-repeat: no-repeat;
  width: 67px;
  height: 70px;
  cursor: pointer;
  bottom: 15px;
  right: 20px;
  z-index: 2;
}

#video-section .video-body .play-icon:hover {
  background-image: url(/template/app/img/svg/play_hover.svg);
  background-size: auto;
  background-repeat: no-repeat;
  width: 67px;
  height: 70px;
  z-index: 3;
}

#video-section .video-body .placeholder-panel {
  padding: 20px;
  color: #fff;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #1783e2f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#video-section .video-body .placeholder-panel p {
  width: 80%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

#video-section .video-body .grid-col:nth-child(1) {
  width: calc(100% / 1920 * 710 - 1.25px);
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#video-section .video-body .grid-col:nth-child(2) {
  width: calc(100% / 1920 * 710 - 1.25px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#video-section .video-body .grid-col:nth-child(2) .item-top {
  height: calc(100% / 2);
}

#video-section .video-body .grid-col:nth-child(2) .item-bottom {
  height: calc(100% / 2);
}

#video-section .video-body .grid-col:nth-child(3) {
  width: calc(100% / 1920 * 500 - 1.25px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#video-section .video-body .more-grid {
  width: 100%;
  border: 2px solid white;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  background-color: #57c0ee;
  height: 200px;
}

#video-section .video-body .more-grid p {
  width: 80%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

#video-section .video-body .more-grid:hover {
  background-color: gray;
}

@media (max-width: 769px) {
  #video-section #video-section {
    padding: 0;
  }

  #video-section .video-body .grid-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  #video-section .video-body .grid-item {
    width: 100%;
    height: 360px;
    border: 2px solid white;
    display: block;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    position: relative;
    overflow: hidden;
  }

  #video-section .video-body .grid-col:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  #video-section .video-body .grid-col:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  #video-section .video-body .grid-col:nth-child(2) .item-top {
    height: 100%;
  }

  #video-section .video-body .grid-col:nth-child(2) .item-bottom {
    height: 100%;
  }

  #video-section .video-body .grid-col:nth-child(3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  #video-section .video-body .grid-item-both-side {
    width: 100%;
    height: 360px;
    border: 2px solid white;
    display: block;
    position: relative;
  }

  #video-section .video-body .grid-item-both-side .cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
  }

  #video-section .video-body .grid-item-both-side .cover:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  #video-section .video-body .grid-item-both-side .detail {
    padding: 20px;
    color: #fff;
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: #1783e2f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #video-section .video-body .grid-item-both-side .detail p {
    width: 80%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }

  #video-section .video-body .more-grid {
    height: 85px;
  }
}

@media (max-width: 414px) {
  .placeholder-panel {
    display: inline-block !important;
  }

  .placeholder-panel p {
    font-size: 22px !important;
  }

  .detail {
    display: inline-block !important;
  }

  .detail p {
    font-size: 22px !important;
  }
}

#topic-section {
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0;
}

#topic-section .header-section {
  display: block;
  margin-bottom: 30px;
}

#topic-section .header-section .header-title {
  text-align: center;
  font-size: 56px;
  line-height: unset;
}

#topic-section .header-section .subtitle {
  font-size: 36px;
  color: #707070;
  text-align: center;
  line-height: 41px;
}

#topic-section .topic-body .rounded-circle {
  max-height: 350px;
}

#topic-section .topic-body .topic-title {
  color: #2f2f32;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 28px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .topic-body .rounded-circle {
    max-height: 300px !important;
  }
}

@media (max-width: 768px) {
  #topic-section .header-title {
    font-size: 32px !important;
  }

  #topic-section .subtitle {
    font-size: 20px !important;
  }

  #topic-section .topic-body .rounded-circle {
    max-height: 280px !important;
  }
}

#top_news {
  width: 100%;
  height: 278px;
  display: inline;
}

#top_news .top_news_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(100%/5);
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 15px;
  background-color: #ffc107;
}

#top_news .top_news_header .header_title {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

#top_news .top_news_header .header_icon {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 132.148px;
  text-align: center;
}

#top_news .top_news_header .header_icon .news_icon {
  width: 132.148px;
  height: 132.147px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

#top_news .top_news_header .more-btn {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500px;
}

#top_news .top_news_header .more-btn a {
  color: #fff;
}

#top_news .top_news_body {
  width: calc(100%-286px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#top_news .top_news_body .flex-item {
  width: calc(100%/5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: auto;
      align-self: auto;
  padding: 25px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#top_news .top_news_body .flex-item .date {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #2e3e77;
  line-height: normal !important;
}

#top_news .top_news_body .flex-item .desc {
  margin-top: 15px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: normal !important;
}

#top_news .top_news_body .odd {
  border-top: 15px solid #ffc107;
  border-bottom: 15px solid #ffc107;
  border-right: 1px dashed gray;
  line-height: 100px;
}

#top_news .top_news_body .odd:hover {
  margin-top: -20px;
  -webkit-box-shadow: 0 0 10px #4783f3;
          box-shadow: 0 0 10px #4783f3;
}

#top_news .top_news_body .even {
  border-top: 15px solid #ffc107;
  border-bottom: 15px solid #ffc107;
  border-right: 1px dashed gray;
  line-height: 100px;
}

#top_news .top_news_body .even:hover {
  margin-top: -20px;
  -webkit-box-shadow: 0 0 10px #2e3e77;
          box-shadow: 0 0 10px #2e3e77;
}

@media screen and (max-width: 1280px) {
  .header_title {
    font-size: 28px !important;
  }

  .header_icon {
    width: 100%;
  }

  .header_icon .new_icon {
    width: 100px !important;
    height: 100px !important;
    left: 0;
    top: 0;
  }

  .flex-item {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .flex-item .date {
    font-size: 20px !important;
  }

  .flex-item .desc {
    font-size: 22px !important;
    letter-spacing: 2px !important;
  }
}

@media screen and (max-width: 1024px) {
  .header_title {
    font-size: 20px !important;
  }

  .header_icon {
    width: 100%;
  }

  .header_icon .new_icon {
    width: 100px !important;
    height: 100px !important;
    left: 0;
    top: 0;
  }

  .flex-item {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .flex-item .date {
    font-size: 16px !important;
  }

  .flex-item .desc {
    font-size: 18px !important;
    letter-spacing: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .top_news_header {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 100% !important;
  }

  .flex-item {
    width: calc(100%/2) !important;
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .flex-item .date {
    font-size: 16px !important;
  }

  .flex-item .desc {
    font-size: 18px !important;
    letter-spacing: 2px !important;
  }

  .flex-item:nth-child(2) {
    border-bottom-width: 0 !important;
  }

  .flex-item:nth-child(3) {
    border-bottom-width: 0 !important;
  }

  .top_news_header {
    padding: 10px !important;
    height: 100px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    background-color: #57c0ee;
  }

  .top_news_header .header_title {
    font-size: 40px !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .top_news_header .header_icon {
    width: 50px !important;
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .top_news_header .header_icon .news_icon {
    width: 50px !important;
    height: auto;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }

  .top_news_header .more-btn {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#bottom_slider .bx-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 313px;
}

/*
@media screen and (max-width: 414px) {
    .bx-viewport {
        height: 215px !important;
    }
}
*/

.back-button {
  margin-top: 30px !important;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.back_to_top {
  position: fixed;
  right: 25px;
  bottom: 14px;
  display: none;
  z-index: 999;
}

.back_to_top.overFooterOnBottom {
  position: fixed !important;
  bottom: 14px !important;
}

.back_to_top a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #c1c1c1;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #9a9a98;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back_to_top a:hover {
  -webkit-box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.6);
}

.back_to_top a i {
  font-size: 40px;
  line-height: 44px;
}

#footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: unset;
  width: 100%;
  background-color: #fff;
}

#footer ul {
  list-style-type: none;
}

#footer .copyright {
  height: 50px;
  background-color: black;
  color: white;
  letter-spacing: 1.2px;
  width: 100%;
}

#footer .copyright .inner {
  padding-top: 10px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}

#footer .copyright .inner .left {
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#footer .copyright .inner .right {
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 15px;
}

#footer .copyright .inner .right a {
  font-size: 12px;
  color: grey;
}

#footer .info {
  margin: 30px 0 0 0;
}

#footer .info .footer-logo {
  margin: 0 10px 0 10px;
}

#footer .info .footer-logo img {
  width: auto;
  height: 100%;
  max-height: 80px;
}

#footer .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .info ul li .contact-info-icon {
  text-align: center;
  margin-right: 12px;
  font-size: 16px;
  width: 30px;
}

#footer .info ul li .contact-info-value {
  font-size: 16px;
}

@media (max-width: 1024px) {
  #footer {
    height: 300px !important;
    background-size: 100% 333px;
  }

  #footer .info {
    margin: 30px 0 0 0;
  }

  #footer .info .footer-logo {
    margin: 0 10px 0 10px;
  }

  #footer .info .footer-logo img {
    width: auto;
    height: 100%;
    max-height: 70px;
  }

  #footer .info ul li .contact-info-icon {
    font-size: 18px !important;
  }

  #footer .info ul li .contact-info-value {
    font-size: 18px !important;
  }
}

@media (max-width: 514px) {
  #footer {
    background-size: cover;
    height: 280px !important;
  }

  #footer .info ul li .contact-info-icon {
    font-size: 14px !important;
  }

  #footer .info ul li .contact-info-value {
    font-size: 14px !important;
  }

  #footer .copyright {
    height: 70px !important;
  }

  #footer .copyright .inner .right {
    margin-left: 14px !important;
    margin-bottom: 10px !important;
  }

  #footer .copyright .inner .right a {
    font-size: 10px !important;
    color: grey;
  }
}

/*------------------------------------------------- */

/* =  Header
 *------------------------------------------------- */

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 1023;
}

.top-line {
  background-color: #2e3e77;
}

.top-line p {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 18px 0;
  margin-bottom: 0;
}

.top-line p i {
  font-size: 18px;
  float: left;
  margin-right: 7px;
  line-height: 24px;
}

.top-line .right-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-line .right-top-line ul {
  display: inline-block;
}

.top-line .right-top-line ul li {
  display: inline-block;
  margin-right: 15px;
}

.top-line .right-top-line ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.top-line .right-top-line button {
  display: inline-block;
  width: 56px;
  heght: 56px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.top-line .right-top-line button i {
  line-height: 60px;
}

.top-line .right-top-line button i.close-search {
  display: none;
}

.top-line .right-top-line button.shop-icon {
  background-color: rgba(0, 0, 0, 0.3);
}

.top-line .right-top-line button span.studiare-cart-number {
  position: absolute;
  font-size: 10px;
  top: 10px;
  right: 10px;
  width: 16px;
  line-height: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #57c0ee;
  color: #fff;
}

.search_bar {
  position: absolute;
  top: 63px;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
  display: none;
}

.search_bar .container {
  position: relative;
}

.search_bar input[type='search'] {
  width: 100%;
  padding: 33px 45px 32px 0;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 300;
}

.search_bar button {
  position: absolute;
  top: 42px;
  right: 15px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #707070;
  cursor: pointer;
}

.navbar {
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: none;
  width: 100%;
  z-index: 1000;
  background-color: #fff !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.navbar a.navbar-brand {
  float: none;
  margin-right: 30px;
}

.navbar a.navbar-brand img {
  margin-bottom: 5px;
}

.navbar .login-button {
  color: #fff;
  text-align: center;
  border: 0;
  padding: 11px 22px;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
  background-color: #f9a134;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar .login-button i {
  font-size: 22px;
  float: left;
  margin-right: 5px;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: -15px;
}

.navbar-nav > li > a {
  color: #707070 !important;
  font-size: 16px;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 40px 10px 40px !important;
  margin: 0 7px -1px;
  position: relative;
}

.navbar-nav > li > a i {
  color: #454545 !important;
  font-size: 16px;
  margin-left: 6px;
}

.navbar-nav > li:last-child > a {
  padding-right: 0 !important;
  margin-right: 0;
}

.navbar-nav > li > a.active,
.navbar-nav > li > a:hover {
  color: #57c0ee !important;
}

.navbar-nav li.drop-link {
  position: relative;
}

.navbar-nav.active > li > a {
  opacity: 0;
  visibility: hidden;
}

.navbar-collapse {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 240px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.dropdown li {
  position: relative;
  display: block;
  padding: 0px 20px;
  border: none;
}

.dropdown li a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #464749;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #e9ecef;
}

.dropdown li a:hover {
  color: #57c0ee;
}

.dropdown li .dropdown.level2 {
  top: 0px;
  margin-top: 0;
  left: 100%;
  margin-left: 10px;
}

.dropdown li:hover .dropdown.level2 {
  margin-left: 0;
}

.dropdown li:last-child a {
  border-bottom: none;
}

.dropdown li.drop-link > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #dee2e6;
}

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -20px;
}

a.mobile-nav-toggle {
  position: relative;
  padding: 10px;
  display: none;
  margin-right: 15px;
}

a.mobile-nav-toggle span {
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.mobile-nav-toggle span:before,
a.mobile-nav-toggle span:after {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.mobile-nav-toggle span:before {
  top: -6px;
}

a.mobile-nav-toggle span:after {
  top: 6px;
}

a.mobile-nav-toggle.opened span {
  background-color: transparent;
}

a.mobile-nav-toggle.opened span:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg);
}

a.mobile-nav-toggle.opened span:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background-color: #212529;
  height: 100%;
  z-index: 999999;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu .search-form-box {
  padding: 24px 20px;
}

.mobile-menu .search-form-box form {
  position: relative;
}

.mobile-menu .search-form-box form input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #6c757d;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}

.mobile-menu .search-form-box form button {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  color: #6c757d;
  top: 7px;
  right: 4px;
}

.mobile-menu .shopping-cart-box {
  padding: 0 20px 24px;
  border-bottom: 1px solid #2c3237;
}

.mobile-menu .shopping-cart-box a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  text-transform: uppercase;
}

.mobile-menu .shopping-cart-box a i {
  margin-right: 6px;
}

.mobile-menu .shopping-cart-box a span {
  margin-left: 10px;
  background-color: #57c0ee;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  border-radius: 3px;
  margin-top: -20px;
  margin-left: 8px;
  text-align: center;
}

.mobile-menu .shopping-cart-box a:hover {
  color: #fff;
}

.mobile-menu nav.mobile-nav {
  padding: 24px 20px;
}

.mobile-menu nav.mobile-nav ul li {
  display: block;
}

.mobile-menu nav.mobile-nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
}

.mobile-menu nav.mobile-nav ul li a:hover {
  color: #57c0ee !important;
}

.mobile-menu nav.mobile-nav ul.drop-level {
  padding-left: 16px;
  border-left: 1px solid #333940;
}

.mobile-menu nav.mobile-nav ul.drop-level li a {
  font-size: 14px;
  color: #adb5bd;
}

@media (max-width: 991px) {
  .right-top-line {
    display: none !important;
  }

  .top-line {
    text-align: center;
  }

  .top-line p {
    padding: 10px 0;
  }

  header .search_bar {
    display: none;
  }

  header .navbar-brand {
    padding: 25px;
  }

  a.mobile-nav-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.page-header {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-header h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px grey;
}

section.page-banner-section {
  padding-top: 8px;
}

/* width */

::-webkit-scrollbar {
  width: 13px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #4783f3;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #3c8fd5;
}

#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%;
}

.slider_arrow {
  width: 60px;
  height: 60px;
  outline: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.slider_arrow:hover {
  border-color: #4783f3;
  color: #4783f3;
}

.slider_arrow.right_arrow {
  left: auto;
  right: 50px;
}

.slider_arrow > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider_arrow > svg > path {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.slider_arrow:hover > svg > path {
  fill: #4783f3;
}

#top-section .slick-slide:before {
  all: initial;
}

#top-section .slick-slide:before * {
  all: unset;
}

#top-section .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

#top-section .block-title {
  margin-bottom: 60px;
  margin-top: -6px;
}

#top-section .block-title p {
  margin: 0;
  text-transform: uppercase;
  color: var(--thm-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 24px;
}

#top-section .block-title h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 70px;
  font-weight: 700;
  font-family: var(--heading-font);
  line-height: 1em;
}

#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;
  background-color: black;
  width: 100%;
  min-height: 8vw;
  margin-bottom: 0px;
  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: #2e3e77;
}

#top-section .slick-list {
  height: 733px;
  height: auto;
  max-height: 733px;
}

#top-section .slick-slide {
  position: relative;
  height: 733px;
}

#top-section .slick-slide::before {
  background-color: transparent;
  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 {
  height: 100%;
}

#top-section .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position-y: 15%;
  background-position-x: 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: 18px;
  text-align: left;
  padding: 10px 30px 8px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#top-section .slick-slide .animation {
  -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 .animation {
  -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);
  -webkit-transition: all 7000ms linear;
  transition: all 7000ms linear;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

#top-section .slick-slide.slick-active .caption {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  -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 .slick-slide.slick-active .caption .title {
  max-width: 409px;
  font-size: 30px;
  text-align: left;
  padding: 20px 30px 0px 30px;
  word-break: break-word;
}

#top-section .slick-slide.slick-active .caption .more-btn {
  width: 131px;
  height: 50px;
  background-color: #97bdf9;
  border-radius: 25px 25px;
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#top-section .slick-slide.slick-active .caption .more-btn .btn-text {
  color: #fff;
  font-size: 18px;
}

#top-section .slick-slide.slick-active .caption .more-btn:hover {
  background-color: #ad202a;
}

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

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

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

#top-section .caption {
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  padding: 35px;
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 15%;
  margin-right: auto;
  /* margin-left: auto; */
  text-align: center;
  padding: 10px;
  color: black;
  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(300px);
          transform: translateY(300px);
}

@media screen and (max-width: 1080px) {
  #top-section #prev-button {
    display: none !important;
  }

  #top-section #next-button {
    display: none !important;
  }
}

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

  #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-list {
    height: 400px;
  }

  #top-section .caption {
    width: 80%;
    left: -10%;
    bottom: 10%;
  }

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

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

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

  #top-section .slick-slide .sub-title {
    display: block;
    color: black;
    font-size: 14px;
    text-align: left;
    padding: 0px 15px 10px 15px;
  }

  #top-section .slick-slide.slick-active .caption .title {
    font-size: 20px;
    text-align: left;
    padding: 10px 15px 0px 15px;
    word-break: break-word;
  }

  #top-section .slick-slide.slick-active .caption .more-btn {
    width: 131px;
    height: 50px;
    background-color: #97bdf9;
    border-radius: 25px 25px;
    -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
            box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  #top-section .slick-slide.slick-active .caption .more-btn .btn-text {
    color: #fff;
    font-size: 18px;
  }
}

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

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

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

  #top-section .slick-list {
    height: 400px !important;
  }

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

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

  #top-section .slick-slide .caption {
    width: 80%;
  }

  #top-section .slick-slide .sub-title {
    display: block;
    color: black;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    padding: 0px 15px 0px 15px;
  }

  #top-section .slick-slide.slick-active .caption .title {
    font-size: 20px;
    text-align: left;
    padding: 0px 5px 0px 15px;
    word-break: break-word;
  }

  #top-section .slick-slide.slick-active .caption .more-btn {
    width: 110px;
    height: 40px;
    background-color: #97bdf9;
    border-radius: 25px 25px;
    -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
            box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  #top-section .slick-slide.slick-active .caption .more-btn .btn-text {
    color: #fff;
    font-size: 16px;
  }

  #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);
  }
}

.eqcol-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.eqcol {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
}

.feature-img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.06);
}

.feature-img-link {
  display: block !important;
}

.lg-backdrop {
  z-index: 999999 !important;
}

.lg-outer {
  z-index: 999999 !important;
}

section.feature-section {
  padding: 30px 0 0;
}

.contact-info-value {
  margin-top: 6px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 2px 0px !important;
}

.feature-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background-color: #2e3e77;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

