[class^="section-home-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-home-"] {
    padding: 40px 0; } }

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }

.section-home-slider {
  padding: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item:before {
      background-image: var(--bg-img);
      background-size: cover;
      background-position: center; }
    .section-home-slider .slider-item:after {
      background-image: linear-gradient(130deg, #03132D 0%, #FFFFFF00 100%);
      opacity: 0.85; }
    .section-home-slider .slider-item .slide--image {
      position: relative; }
      .section-home-slider .slider-item .slide--image:before, .section-home-slider .slider-item .slide--image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .section-home-slider .slider-item .slide--image > a {
        position: relative;
        z-index: 2; }
    .section-home-slider .slider-item .slide--content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      color: #ffffff; }
      .section-home-slider .slider-item .slide--content .title1 {
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 4px;
        color: var(--shop-color-main);
        text-transform: uppercase; }
      .section-home-slider .slider-item .slide--content .title2 {
        font-size: 70px;
        line-height: 1.2; }
      .section-home-slider .slider-item .slide--content .desc {
        font-size: 18px; }
      .section-home-slider .slider-item .slide--content .btn-more {
        margin-top: 40px; }
  @media (min-width: 1200px) {
    .section-home-slider .slider-item .slide--content {
      width: 55%; } }
  @media (max-width: 991px) {
    .section-home-slider .slider-item {
      text-align: center; } }
  @media (max-width: 767px) {
    .section-home-slider .slider-item {
      padding: 60px 0; }
      .section-home-slider .slider-item:before {
        background-image: var(--bg-imgmb); }
      .section-home-slider .slider-item .slide--content .title1 {
        font-size: 14px; }
      .section-home-slider .slider-item .slide--content .title2 {
        font-size: 32px; }
      .section-home-slider .slider-item .slide--content .desc {
        font-size: 15px; } }

.section-home-about1 {
  background: #eeeeeee;
  color: #050a30; }
  .section-home-about1 .row {
    justify-content: center;
    margin: 0; }
  .section-home-about1 .about-item {
    display: flex;
    gap: 25px; }
    .section-home-about1 .about-item .item-img {
      flex: 0 0 70px; }
    .section-home-about1 .about-item .item-detail .title {
      font-size: 24px;
      margin-bottom: 10px; }
    .section-home-about1 .about-item .item-detail .desc {
      margin: 0; }
  @media (max-width: 991px) {
    .section-home-about1 .row {
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-home-about1 .about-item {
      gap: 15px; }
      .section-home-about1 .about-item .item-img {
        flex: 0 0 50px; }
      .section-home-about1 .about-item .item-detail .title {
        font-size: 18px;
        margin-bottom: 5px; } }

.section-home-about2 .heading-title desc {
  margin: 0; }

.section-home-about2 .btn-mb {
  display: none; }

@media (max-width: 991px) {
  .section-home-about2 {
    text-align: center; }
    .section-home-about2 .btn-pc {
      display: none; }
    .section-home-about2 .btn-mb {
      display: block; } }

.section-home-blog {
  background: #f5f5f5; }
  .section-home-blog .owl-carousel.owl-style .owl-dots {
    bottom: -40px; }
  .section-home-blog.section-home-blog1 .item-article .info-article .media-tag {
    display: none; }
  @media (max-width: 767px) {
    .section-home-blog .owl-carousel.owl-style .owl-dots {
      bottom: -20px; } }

.section-home-collection .btn-more {
  margin-top: 30px; }

@media (max-width: 991px) {
  .section-home-collection .list-pro {
    margin: 0; }
  .section-home-collection .owl-carousel .owl-item > div {
    padding: 0; }
  .section-home-collection .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 30px);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--shop-color-main);
    outline: none; }
    .section-home-collection .owl-carousel .owl-nav button svg {
      width: 10px;
      height: 10px; }
    .section-home-collection .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .section-home-collection .owl-carousel .owl-nav button.owl-next {
      right: -10px; }
    .section-home-collection .owl-carousel .owl-nav button.disabled {
      opacity: 0.5; } }

.section-home-counter {
  position: relative;
  background-image: url(//theme.hstatic.net/1000180878/1001363322/14/home_counter_img.jpg?v=472);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff; }
  .section-home-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 135, 168, 0.9); }
  .section-home-counter .list-counter {
    justify-content: center; }
    .section-home-counter .list-counter .counter-item .counter-num {
      letter-spacing: 0.125rem;
      line-height: 1;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      height: 2.8125rem;
      font-size: 2.8125rem;
      font-weight: 600;
      font-family: "Open Sans", sans-serif; }
      .section-home-counter .list-counter .counter-item .counter-num > span {
        z-index: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: transform 2s ease;
        transform: translateY(0);
        line-height: 1;
        /*&:last-child{
					&:not([style^="transform:"]) {
					color: $colorMain;
				}
				}*/ }
        .section-home-counter .list-counter .counter-item .counter-num > span span {
          flex: 0 0 100%;
          height: 100%; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(1) > span {
        transition-delay: 0s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(2) > span {
        transition-delay: 0.375s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(3) > span {
        transition-delay: 0.75s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(4) > span {
        transition-delay: 1.125s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(5) > span {
        transition-delay: 1.5s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(6) > span {
        transition-delay: 1.875s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(7) > span {
        transition-delay: 2.25s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(8) > span {
        transition-delay: 2.625s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(9) > span {
        transition-delay: 3s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(10) > span {
        transition-delay: 3.375s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(11) > span {
        transition-delay: 3.75s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(12) > span {
        transition-delay: 4.125s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(13) > span {
        transition-delay: 4.5s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(14) > span {
        transition-delay: 4.875s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(15) > span {
        transition-delay: 5.25s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(16) > span {
        transition-delay: 5.625s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(17) > span {
        transition-delay: 6s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(18) > span {
        transition-delay: 6.375s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(19) > span {
        transition-delay: 6.75s; }
      .section-home-counter .list-counter .counter-item .counter-num:nth-child(20) > span {
        transition-delay: 7.125s; }
    .section-home-counter .list-counter .counter-item .counter-title {
      font-size: 18px;
      font-weight: 600;
      margin: 15px 0 0; }
  @media (max-width: 991px) {
    .section-home-counter .list-counter {
      gap: 30px 0; } }
  @media (max-width: 767px) {
    .section-home-counter .list-counter .counter-item .counter-num {
      height: 2.5rem;
      font-size: 2.5rem; }
    .section-home-counter .list-counter .counter-item .counter-title {
      font-size: 16px;
      margin: 10px 0 0; } }

.section-home-review .review-item {
  padding: 70px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  background: var(--shop-color-bg);
  margin: 10px; }
  .section-home-review .review-item .item-icon {
    position: absolute;
    top: 55px;
    left: calc(50% - 40px); }
    .section-home-review .review-item .item-icon svg {
      width: 80px;
      height: 80px;
      fill: rgba(19, 38, 67, 0.05); }
  .section-home-review .review-item .item-detail p {
    margin-bottom: 0; }
  .section-home-review .review-item .item-detail .desc {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(19, 38, 67, 0.8); }
  .section-home-review .review-item .item-detail .name {
    font-size: 28px;
    font-weight: 600;
    color: var(--shop-color-main); }
  .section-home-review .review-item .item-detail .position {
    font-size: 12px; }
  .section-home-review .review-item:hover {
    background: var(--shop-color-main);
    color: #fff; }
    .section-home-review .review-item:hover .item-detail .desc, .section-home-review .review-item:hover .item-detail .name {
      color: #fff; }

.section-home-review .owl-carousel.owl-style .owl-dots {
  bottom: -40px; }

@media (max-width: 767px) {
  .section-home-review .review-item {
    padding: 40px; }
    .section-home-review .review-item .item-icon {
      top: 25px; }
    .section-home-review .review-item .item-detail .desc {
      font-size: 15px; }
    .section-home-review .review-item .item-detail .name {
      font-size: 18px; }
  .section-home-review .owl-carousel.owl-style .owl-dots {
    bottom: -20px; } }

.section-home-video {
  position: relative;
  background-image: url(//theme.hstatic.net/1000180878/1001363322/14/home_video_img.jpg?v=472);
  background-size: cover;
  background-position: center; }
  .section-home-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 19, 45, 0.8); }
  .section-home-video .heading-title {
    margin-bottom: 80px; }
    .section-home-video .heading-title .title1, .section-home-video .heading-title .title2 {
      color: #fff; }
  .section-home-video .video .icon-play {
    display: inline-block;
    position: relative;
    color: #fff;
    background: var(--shop-color-main);
    width: 100px;
    height: 100px;
    line-height: 116px;
    box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8);
    border-radius: 50%; }
    .section-home-video .video .icon-play i {
      font-size: 32px;
      margin-left: 5px; }
    .section-home-video .video .icon-play:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate1 2s;
      animation: pulsate1 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, 0.75);
      top: -25%;
      left: -25%;
      background: rgba(198, 16, 0, 0); }
  @media (min-width: 1200px) {
    .section-home-video {
      padding: 100px 0; }
      .section-home-video .heading-title .title2 {
        font-size: 48px; } }
  @media (max-width: 767px) {
    .section-home-video .heading-title {
      margin-bottom: 40px; }
    .section-home-video .video .icon-play {
      width: 60px;
      height: 60px;
      line-height: 65px; }
      .section-home-video .video .icon-play i {
        font-size: 20px; } }

.section-home-about3 {
  background: #f5f5f5; }
  .section-home-about3 .list-about {
    display: flex;
    flex-flow: column;
    gap: 10px; }
  .section-home-about3 .about-item {
    display: flex;
    gap: 25px; }
    .section-home-about3 .about-item .item-img {
      flex: 0 0 60px; }
    .section-home-about3 .about-item .item-detail .title {
      font-size: 24px;
      margin-bottom: 5px; }
  @media (min-width: 1200px) {
    .section-home-about3 .about-content {
      padding-left: 40px; } }
  @media (max-width: 991px) {
    .section-home-about3 {
      padding-bottom: 0; }
      .section-home-about3 .row {
        flex-flow: column-reverse;
        gap: 20px; }
      .section-home-about3 .heading-title {
        text-align: center; }
      .section-home-about3 .about-banner {
        padding: 0; } }
  @media (max-width: 767px) {
    .section-home-about3 .about-item {
      gap: 15px; }
      .section-home-about3 .about-item .item-img {
        flex: 0 0 50px; }
      .section-home-about3 .about-item .item-detail .title {
        font-size: 18px;
        margin-bottom: 5px; } }

.section-home-teacher .teacher-item .item-img {
  position: relative; }
  .section-home-teacher .teacher-item .item-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 29, 58, 0.8);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0; }
  .section-home-teacher .teacher-item .item-img .item-social {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    padding: 20px;
    right: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .section-home-teacher .teacher-item .item-img .item-social a {
      display: inline-block;
      color: var(--shop-color-main);
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 2px;
      border-radius: 100px;
      background: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 50px, 0);
      transform: translate3d(0, 50px, 0);
      transition: all 0.3s ease;
      text-align: center; }
      .section-home-teacher .teacher-item .item-img .item-social a:hover {
        background: var(--shop-color-main);
        color: #fff; }

.section-home-teacher .teacher-item .item-detail {
  padding: 15px 20px 20px; }
  .section-home-teacher .teacher-item .item-detail .name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px; }
  .section-home-teacher .teacher-item .item-detail .subject {
    font-size: 15px;
    color: rgba(19, 38, 67, 0.8);
    margin: 0; }

.section-home-teacher .teacher-item:hover .item-img:before {
  opacity: 1; }

.section-home-teacher .teacher-item:hover .item-img .item-social {
  opacity: 1; }
  .section-home-teacher .teacher-item:hover .item-img .item-social a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .section-home-teacher .teacher-item:hover .item-img .item-social a:nth-child(1) {
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    .section-home-teacher .teacher-item:hover .item-img .item-social a:nth-child(2) {
      -webkit-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .section-home-teacher .teacher-item:hover .item-img .item-social a:nth-child(3) {
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s; }

@media (max-width: 767px) {
  .section-home-teacher .list-teacher > div:nth-child(odd) {
    padding-right: 7.5px; }
  .section-home-teacher .list-teacher > div:nth-child(even) {
    padding-left: 7.5px; }
  .section-home-teacher .teacher-item .item-img .item-social {
    padding: 10px; }
    .section-home-teacher .teacher-item .item-img .item-social a {
      width: 30px;
      height: 30px;
      line-height: 30px; }
  .section-home-teacher .teacher-item .item-detail {
    padding: 10px 15px 20px; }
    .section-home-teacher .teacher-item .item-detail .name {
      font-size: 16px;
      margin-bottom: 5px; }
    .section-home-teacher .teacher-item .item-detail .subject {
      font-size: 14px; } }

.section-home-form {
  position: relative;
  background-image: url(//theme.hstatic.net/1000180878/1001363322/14/home_form_img.jpg?v=472);
  background-size: cover;
  background-position: center;
  scroll-margin-block-start: 120px; }
  .section-home-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 19, 45, 0.8); }
  .section-home-form .heading-title .title1, .section-home-form .heading-title .title2 {
    color: #fff; }
  .section-home-form .contact-form .input-group input, .section-home-form .contact-form .input-group textarea {
    font-size: 14px; }

.section-home-teacher .teacher-item .item-img:before {
  display: none; }
