* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  text-decoration: none !important;
  margin-bottom: 0 !important;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.mt-48 {
  margin-top: 48px;
}
.text-two-lines {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
header {
  background: #1a2c5e;
  width: 100%;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
}
header .header-inner .header-left {
  display: flex;
  align-items: center;
  gap: 23px;
}
header .header-inner .header-left .header-phone, header .header-inner .header-left .header-mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-inner .header-left .header-phone img, header .header-inner .header-left .header-mail img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-inner .header-left .header-phone p, header .header-inner .header-left .header-mail p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
header .header-inner .header-left .nav_lang {
  position: relative;
  flex-direction: column;
  align-items: start;
  display: none;
}
header .header-inner .header-left .nav_lang .current_lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: transparent;
}
header .header-inner .header-left .nav_lang .other-langs {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #fff;
  padding: 6px;
  border-radius: 4px;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 2;
  display: none;
}
header .header-inner .header-left .nav_lang .other-langs .other-lang {
  color: #032970;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
header .header-inner .header-left .active_lang .current_lang i {
  transform: rotate(180deg);
}
header .header-inner .header-left .active_lang .other-langs {
  display: flex;
}
header .header-inner .header-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-inner .header-socials .social-item {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: #1a2c5e;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
header .header-inner .header-socials .social-item img {
  width: 100%;
  height: 100%;
}

nav {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
nav .nav-inner {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #032970;
}
nav .nav-inner .nav-logo {
  width: 180px;
}
nav .nav-inner .nav-logo img {
  width: 100%;
  height: 100%;
}
nav .nav-inner .navbar_menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
nav .nav-inner .navbar_menu .navbar_link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
nav .nav-inner .navbar_menu .navbar_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 2px;
  background: #FBD951;
  transition: 0.4s;
}
nav .nav-inner .navbar_menu .navbar_link:hover {
  font-weight: 500;
  color: #032970;
}
nav .nav-inner .navbar_menu .navbar_link:hover::after {
  width: 100%;
}
nav .nav-inner .navbar_menu .active_link {
  font-weight: 500;
  color: #032970;
}
nav .nav-inner .navbar_menu .active_link::after {
  width: 100%;
}
nav .nav-inner .navbar_menu .navbar_sub_link {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  transition: 0.4s;
}
nav .nav-inner .navbar_menu .navbar_sub_link:hover {
  color: #032970;
}
nav .nav-inner .navbar_menu .nav_drop_menu {
  position: relative;
  padding: 30px 0;
}
nav .nav-inner .navbar_menu .nav_drop_menu .nav_sub_menu {
  position: absolute;
  left: 0;
  top: 94px;
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  width: -moz-max-content;
  width: max-content;
}
nav .nav-inner .navbar_menu .nav_drop_menu .nav_sub_menu .navbar_sub_link {
  padding: 10px 16px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  transition: 0.4s;
  width: 100%;
}
nav .nav-inner .navbar_menu .nav_drop_menu .nav_sub_menu .navbar_sub_link:hover {
  background: #e4eeff;
}
nav .nav-inner .navbar_menu .nav_drop_menu:hover .navbar_link {
  font-weight: 500;
  color: #032970;
}
nav .nav-inner .navbar_menu .nav_drop_menu:hover .navbar_link::after {
  width: 100%;
}
nav .nav-inner .navbar_menu .nav_drop_menu:hover .nav_sub_menu {
  top: 83px;
  opacity: 1;
  visibility: visible;
}
nav .nav-inner .navbar_menu .nav_lang {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}
nav .nav-inner .navbar_menu .nav_lang .current_lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 8px;
  background: #032970;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
nav .nav-inner .navbar_menu .nav_lang .other-langs {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #032970;
  padding: 6px;
  border-radius: 10px;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 2;
  display: none;
}
nav .nav-inner .navbar_menu .nav_lang .other-langs .other-lang {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
nav .nav-inner .navbar_menu .active_lang .current_lang i {
  transform: rotate(180deg);
}
nav .nav-inner .navbar_menu .active_lang .other-langs {
  display: flex;
}
nav .nav-inner .hamburger {
  border-radius: 50px;
  padding: 8px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
}
nav .home_nav {
  border: none;
}

.mobile_navbar_area {
  position: fixed;
  z-index: 999;
  top: -200%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(3, 41, 112, 0.6);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  transition: 0.6s;
}
.mobile_navbar_area .mobile_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.mobile_navbar_area .mobile_menu .mobile_menu_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile_navbar_area .mobile_menu .mobile_menu_top .mobile-lang {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mobile_navbar_area .mobile_menu .mobile_menu_top .mobile-lang .mobile-lang-item {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.mobile_navbar_area .mobile_menu .mobile_menu_top .mobile-lang .active {
  background: #fff;
  color: #032970;
  border-color: #fff;
}
.mobile_navbar_area .mobile_menu .mobile_menu_top .closeMenu {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: auto;
}
.mobile_navbar_area .mobile_menu .mobile_links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu .mobile_link_main {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu .mobile_link_main i {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu .mobile_link_main i::before {
  font-weight: 700 !important;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu .mobile_submenu {
  width: -moz-max-content;
  width: max-content;
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  padding-left: 20px;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu .mobile_submenu .mobile_sub_link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.mobile_navbar_area .mobile_menu .mobile_links .mobile_link_menu .mobile_submenu .active_mobile_sub_link {
  color: #FF632D;
}
.mobile_navbar_area .mobile_menu .mobile_links .active_mobile_link {
  font-weight: 600;
  color: #FF632D;
}

.home-hero-slide {
  width: 100%;
}
.home-hero-slide .hero-item {
  width: 100%;
  height: 700px;
  position: relative;
}
.home-hero-slide .hero-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 50, 136, 0.3);
  z-index: 2;
  border-radius: 12px;
}
.home-hero-slide .hero-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
}
.home-hero-slide .hero-item .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5;
}
.home-hero-slide .hero-item .hero-content .section-title {
  color: #fff;
  max-width: 800px;
}
.home-hero-slide .hero-item .hero-content p {
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: start;
  max-width: 800px;
}
.home-hero-slide .hero_navs {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.home-hero-slide .hero_navs .swiper-button-next, .home-hero-slide .hero_navs .swiper-button-prev {
  position: initial;
  background: #fff;
  width: 60px;
  height: 60px;
  color: #1a2c5e;
}
.home-hero-slide .hero_navs .swiper-button-next::after, .home-hero-slide .hero_navs .swiper-button-prev::after {
  font-size: 20px;
}
.home-hero-slide:hover .hero_navs {
  opacity: 1;
  visibility: visible;
}

.home-about {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.home-about .home-about-main {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 60px;
  width: 100%;
}
.home-about .home-about-main .home-about-img {
  width: 45%;
  min-width: 45%;
  border-radius: 12px;
}
.home-about .home-about-main .home-about-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.home-about .home-about-main .home-about-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.home-about .home-about-main .home-about-content h2 {
  color: #1a2c5e;
}
.home-about .home-about-main .home-about-content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.home-about .home-about-main .home-about-content .about-more {
  margin-top: 40px;
  padding: 16px 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000;
  background: #FBD951;
  position: relative;
  transition: 0.4s;
}
.home-about .home-about-main .home-about-content .about-more:hover {
  background: #032970;
  color: #fff;
}
.home-about .about-boxes {
  padding: 40px 60px;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.0509803922);
  background: #f8f8f8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.home-about .about-boxes .about-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.home-about .about-boxes .about-box .box-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-about .about-boxes .about-box .box-top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  background: #032970;
}
.home-about .about-boxes .about-box .box-top .icon img {
  width: 28px;
  height: 28px;
}
.home-about .about-boxes .about-box .box-top h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #13100a;
}
.home-about .about-boxes .about-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.home-services {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.home-services .home-services-inner .section-title {
  color: #032970;
}
.home-services .home-services-inner .home-services-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-box {
  padding: 20px;
  background: #e4eeff;
  border-radius: 12px;
  transition: 0.4s;
}
.service-box .service-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #FBD951;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.service-box .service-box-icon img {
  width: 100%;
  height: 100%;
}
.service-box .service-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #032970;
}
.service-box .service-box-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.service-box .service-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.service-box .service-box-bottom span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #032970;
}
.service-box .service-box-bottom .direction {
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FBD951;
}
.service-box:hover {
  transform: translateY(-5px);
}
.service-box:hover .service-box-bottom .direction {
  transition: 0.4s;
  background: #032970;
}
.service-box:hover .service-box-bottom .direction svg path {
  transition: 0.4s;
  stroke: #fff;
}

.home-news {
  margin-top: 100px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafafa;
  position: relative;
}
.home-news .home-news-inner {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.home-news .home-news-inner .section-title {
  color: #032970;
}
.home-news .home-news-inner .news-slide {
  margin-top: 60px;
  position: initial;
}
.home-news .home-news-inner .news-slide .news-box {
  width: 392px !important;
  height: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.home-news .home-news-inner .news-slide .swiper-button-next, .home-news .home-news-inner .news-slide .swiper-button-prev {
  background: #032970;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 32px;
}
.home-news .home-news-inner .news-slide .swiper-button-next::after, .home-news .home-news-inner .news-slide .swiper-button-prev::after {
  display: none;
}
.home-news .home-news-inner .news-slide .swiper-button-next {
  right: 20px;
}
.home-news .home-news-inner .news-slide .swiper-button-prev {
  right: 76px;
  left: auto;
}
.home-news .home-news-inner .all_news_link {
  padding: 16px 40px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000;
  background: #FBD951;
  position: relative;
  transition: 0.4s;
  display: block;
  margin: 28px auto 0;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
}
.home-news .home-news-inner .all_news_link:hover {
  background: #032970;
  color: #fff;
}

.news-box {
  padding: 16px;
  border-radius: 12px;
  background: #F9F7F1;
}
.news-box .box-body .news-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}
.news-box .box-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.news-box .box-body .body-bottom {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.news-box .box-body .body-bottom .news-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.news-box .box-body .body-bottom .direction {
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FBD951;
  transition: 0.4s;
}
.news-box .news-box-img {
  margin-top: 28px;
  width: 100%;
  height: 253px;
  border-radius: 12px;
}
.news-box .news-box-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-box:hover {
  background: #E4EEFF;
}
.news-box:hover .box-body .body-bottom .direction {
  background: #032970;
}
.news-box:hover .box-body .body-bottom .direction svg path {
  transition: 0.4s;
  stroke: #fff;
}

.home-course {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.home-course .home-course-inner {
  position: relative;
}
.home-course .home-course-inner .section-title {
  color: #032970;
}
.home-course .home-course-inner .course-slide {
  position: initial;
  margin-top: 60px;
}
.home-course .home-course-inner .course-slide .course-box {
  width: 392px;
}
.home-course .home-course-inner .course-slide .swiper-button-next, .home-course .home-course-inner .course-slide .swiper-button-prev {
  background: #032970;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 34px;
}
.home-course .home-course-inner .course-slide .swiper-button-next::after, .home-course .home-course-inner .course-slide .swiper-button-prev::after {
  display: none;
}
.home-course .home-course-inner .course-slide .swiper-button-next {
  right: 0;
}
.home-course .home-course-inner .course-slide .swiper-button-prev {
  right: 64px;
  left: auto;
}

.course-box {
  padding: 20px;
  background: #E4EEFF;
  border-radius: 12px;
  transition: 0.4s;
}
.course-box .course-box-img {
  width: 100%;
  border-radius: 12px;
  height: 200px;
}
.course-box .course-box-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-box .course-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}
.course-box .course-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.course-box .course-box-bottom span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #032970;
}
.course-box .course-box-bottom .direction {
  min-width: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FBD951;
}
.course-box:hover .course-box-bottom .direction {
  transition: 0.4s;
  background: #032970;
}
.course-box:hover .course-box-bottom .direction svg path {
  transition: 0.4s;
  stroke: #fff;
}

.faq {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.faq .section-title {
  text-align: center;
  color: #032970;
}
.faq .faq-area {
  margin-top: 48px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.faq .faq-area .accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq .faq-area .accordion .accordion__item {
  background: #e4eeff;
  border-radius: 12px;
  padding: 16px;
}
.faq .faq-area .accordion .accordion__item .accordion__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
}
.faq .faq-area .accordion .accordion__item .accordion__btn .accordion__caption {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq .faq-area .accordion .accordion__item .accordion__btn .accordion__icon {
  height: 24px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.faq .faq-area .accordion .accordion__item .accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transform: translateX(16px);
  transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.faq .faq-area .accordion .accordion__item .accordion__content p {
  padding: 1rem 1.8rem;
}
.faq .faq-area .accordion .accordion__item--active .accordion__btn .accordion__icon {
  transform: rotate(180deg);
}
.faq .faq-area .accordion .accordion__item--active .accordion__content {
  opacity: 1;
  transform: translateX(0px);
  max-height: 100vh;
}

.contact_page {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.contact_page .section-title {
  text-align: center;
  color: #032970;
}
.contact_page .contact_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
.contact_page .contact_main .contact-left {
  width: 400px;
  min-width: 400px;
}
.contact_page .contact_main .contact-left h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #8eb9ff;
}
.contact_page .contact_main .contact-left h3 span {
  display: block;
  color: #ffcf00;
}
.contact_page .contact_main .contact-left .contact-img {
  margin-top: 40px;
  width: 400px;
}
.contact_page .contact_main .contact-left .contact-img img {
  width: 100%;
}
.contact_page .contact_main .contact-form {
  max-width: 650px;
  width: 100%;
  padding: 40px 55px;
  background: #e4eeff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.contact_page .contact_main .contact-form input {
  border: none;
  outline: none;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.contact_page .contact_main .contact-form textarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  border-radius: 6px;
  padding: 12px 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  height: 200px;
}
.contact_page .contact_main .contact-form .send_contact_form {
  margin-top: 10px;
  background: #FBD951;
  border-radius: 6px;
  padding: 12px 26px;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  transition: 0.4s;
}
.contact_page .contact_main .contact-form .send_contact_form:hover {
  background: #032970;
  color: #fff;
}

.contact_banner_container {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.contact_banner_container .contact_banner {
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.contact_banner_container .contact_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(3, 50, 136, 0.3);
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.contact_banner_container .contact_banner .section-title {
  color: #fff;
  position: relative;
  z-index: 2;
}
.contact_banner_container .contact_banner .contact_banner_links {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.contact_banner_container .contact_banner .contact_banner_links .wa_link {
  padding: 12px 24px;
  border-radius: 6px;
  background: #25d366;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  transition: 0.4s;
}
.contact_banner_container .contact_banner .contact_banner_links .wa_link:hover {
  background: #27e16d;
}
.contact_banner_container .contact_banner .contact_banner_links .phone_link {
  padding: 12px 24px;
  border-radius: 6px;
  background: #032970;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  transition: 0.4s;
}
.contact_banner_container .contact_banner .contact_banner_links .phone_link:hover {
  background: #1a2c5e;
}

.map {
  max-width: 1440px;
  margin: 100px auto 0;
  width: 100%;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

footer {
  width: 100%;
  margin-top: 100px;
  padding-top: 60px;
  background: #8eb9ff;
  background: #e4eeff;
}
footer .footer-inner {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-inner .footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
footer .footer-inner .footer-main .main-left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
footer .footer-inner .footer-main .main-left .footer-logo {
  width: 250px;
}
footer .footer-inner .footer-main .main-left .footer-logo img {
  width: 100%;
  height: 100%;
}
footer .footer-inner .footer-main .main-left .footer-contact-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-top: 20px;
}
footer .footer-inner .footer-main .main-left .footer-contact-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #000;
}
footer .footer-inner .footer-main .main-left .footer-contact-links a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-inner .footer-main .main-right {
  display: flex;
  align-items: start;
  gap: 120px;
}
footer .footer-inner .footer-main .main-right .footer-services h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #000;
}
footer .footer-inner .footer-main .main-right .footer-services .service-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
footer .footer-inner .footer-main .main-right .footer-services .service-lists a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #032970;
  width: 100%;
}
footer .footer-inner .footer-main .main-right .footer-courses h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #000;
}
footer .footer-inner .footer-main .main-right .footer-courses .course-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
footer .footer-inner .footer-main .main-right .footer-courses .course-lists a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #032970;
  width: 100%;
}
footer .footer-inner .footer-main .main-right .footer-links h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #000;
}
footer .footer-inner .footer-main .main-right .footer-links .links-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
footer .footer-inner .footer-main .main-right .footer-links .links-lists a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #032970;
  width: 100%;
}
footer .footer-inner .footer-main .main-right .footers-socials {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
footer .footer-inner .footer-main .main-right .footers-socials .social-item {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #032970;
  padding: 10px;
  transition: 0.4s;
}
footer .footer-inner .footer-main .main-right .footers-socials .social-item img {
  width: 100%;
  height: 100%;
}
footer .footer-inner .footer-bottom {
  margin-top: 90px;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  border-top: 1px solid #032970;
}
footer .footer-inner .footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
}
footer .footer-inner .footer-bottom p a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #032970;
}

.about-container {
  max-width: 1440px;
  margin: 60px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.about-container .about-banner {
  width: 100%;
  height: 450px;
  border-radius: 6px;
  position: relative;
}
.about-container .about-banner .section-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-container .about-banner img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-container .about-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(3, 50, 136, 0.3);
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.about-container .about-content {
  width: 100%;
  padding: 40px 24px;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.about-container .about-content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.about-container .about-boxes {
  padding: 40px 60px;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.0509803922);
  background: #f8f8f8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.about-container .about-boxes .about-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.about-container .about-boxes .about-box .box-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-container .about-boxes .about-box .box-top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  background: #032970;
}
.about-container .about-boxes .about-box .box-top .icon img {
  width: 28px;
  height: 28px;
}
.about-container .about-boxes .about-box .box-top h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #13100a;
}
.about-container .about-boxes .about-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.allnews-page {
  max-width: 1440px;
  margin: 60px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.allnews-page .section-title {
  text-align: start;
  color: #032970;
}
.allnews-page .allnews-carts {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.allnews-page .more_all_news {
  margin: 48px auto 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 24px;
  background: #032970;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  transition: 0.4s;
}
.allnews-page .more_all_news:hover {
  background: #1a2c5e;
}

.news-detail-container {
  margin: 60px auto 0;
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: start;
  gap: 48px;
}
.news-detail-container .news-detail-left {
  width: 100%;
}
.news-detail-container .news-detail-left .title_news_name {
  font-size: 32px;
  line-height: 48px;
  color: #032970;
  font-weight: 600;
}
.news-detail-container .news-detail-left .news-time {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.news-detail-container .news-detail-left .news-detail-img {
  margin-top: 20px;
  width: 100%;
  height: 500px;
  border-radius: 12px;
}
.news-detail-container .news-detail-left .news-detail-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-container .news-detail-left .news-detail-texts {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.news-detail-container .news-detail-left .news-detail-texts p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.news-detail-container .news-detail-left .news-detail-share {
  width: 100%;
  background: #fff;
  margin-top: 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.news-detail-container .news-detail-left .news-detail-share p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.news-detail-container .news-detail-left .news-detail-share .share-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-detail-container .news-detail-left .news-detail-share .share-links .share-link {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.news-detail-container .news-detail-left .news-detail-share .share-links .fb {
  background: #EDF4FF;
}
.news-detail-container .news-detail-left .news-detail-share .share-links .wp {
  background: #ECFFF5;
}
.news-detail-container .news-detail-left .news-detail-share .share-links .insta {
  background: #FAF5FC;
}
.news-detail-container .news-detail-left .news-detail-share .share-links .simply_link {
  background: #F8F8F8;
  position: relative;
}
.news-detail-container .news-detail-left .news-detail-share .share-links .simply_link .copied_text {
  position: absolute;
  top: -30px;
  background: #d9d9d9;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  display: none;
}
.news-detail-container .other-news {
  min-width: 280px;
  width: 280px;
}
.news-detail-container .other-news .other-news-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: right;
  color: #000;
}
.news-detail-container .other-news .other-news-items {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 8px 8px 40px;
  border-radius: 12px;
  background: #f8f8f8;
}
.news-detail-container .other-news .other-news-items .other-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-detail-container .other-news .other-news-items .other-news-list .other-news-item {
  padding: 16px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 14px;
}
.news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-img {
  height: 120px;
  width: 100%;
  border-radius: 12px;
}
.news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.news-detail-container .other-news .other-news-items .other-news-list .line {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}
.news-detail-container .other-news .other-news-items .other-news-list .line:last-child {
  display: none;
}
.news-detail-container .other-news .other-news-items .all_news {
  margin-left: 16px;
  padding: 12px 24px;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background: #032970;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
}
.news-detail-container .other-news .other-news-items .all_news:hover {
  background: #1a2c5e;
}

.allservice-page {
  max-width: 1440px;
  margin: 60px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.allservice-page .allservice-banner {
  width: 100%;
  height: 350px;
  border-radius: 6px;
  position: relative;
}
.allservice-page .allservice-banner .section-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.allservice-page .allservice-banner img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.allservice-page .allservice-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(3, 50, 136, 0.3);
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.allservice-page .allservice-main {
  margin: 80px auto 0;
  display: flex;
  align-items: start;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
}
.allservice-page .allservice-main .service-links {
  min-width: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.allservice-page .allservice-main .service-links .service-link {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #032970;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: 0.4s;
}
.allservice-page .allservice-main .service-links .service-link i {
  font-size: 20px;
}
.allservice-page .allservice-main .service-links .service-link i::before {
  font-weight: 500 !important;
}
.allservice-page .allservice-main .service-links .service-link:hover {
  color: #fff;
  background: #032970;
  border-color: #032970;
}
.allservice-page .allservice-main .allservice-carts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service_cart {
  border-radius: 12px;
  background: #e4eeff;
  padding: 20px;
  border: 1px solid #8eb9ff;
}
.service_cart .service-cart-img {
  width: 100%;
  height: 230px;
  border-radius: 12px;
}
.service_cart .service-cart-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.service_cart .service-cart-body {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
}
.service_cart .service-cart-body .service_name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.service_cart .service-cart-body .more {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #032970;
  font-weight: 400;
  color: #032970;
  width: -moz-max-content;
  width: max-content;
}

.otherServices {
  margin: 60px auto 0;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
}
.otherServices .section-title {
  color: #032970;
}
.otherServices .otherServices-slide {
  width: 100%;
  margin-top: 40px;
  position: initial;
}
.otherServices .otherServices-slide .service_cart {
  width: 345px;
  height: auto;
}
.otherServices .otherServices-slide .swiper-button-next, .otherServices .otherServices-slide .swiper-button-prev {
  background: #032970;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 34px;
  opacity: 1;
  padding: 6px;
  left: auto;
}
.otherServices .otherServices-slide .swiper-button-next::after, .otherServices .otherServices-slide .swiper-button-prev::after {
  display: none;
}
.otherServices .otherServices-slide .swiper-button-next {
  right: 20px;
}
.otherServices .otherServices-slide .swiper-button-prev {
  right: 80px;
}

.service-detail-container {
  max-width: 1440px;
  width: 100%;
  margin: 60px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
.service-detail-container .service-detail-img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}
.service-detail-container .service-detail-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-container .service-detail {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 40px;
}
.service-detail-container .service-detail .service-detail-content {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}
.service-detail-container .service-detail .service-detail-content .section-title {
  color: #032970;
}
.service-detail-container .service-detail .service-detail-content .service-details-texts {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.service-detail-container .service-detail .service-detail-content .service-details-texts p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.service-detail-container .service-detail .service-detail-share {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  min-width: 75px;
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}
.service-detail-container .service-detail .service-detail-share p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.service-detail-container .service-detail .service-detail-share .share-links {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}
.service-detail-container .service-detail .service-detail-share .share-links .share-link {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.service-detail-container .service-detail .service-detail-share .share-links .fb {
  background: #EDF4FF;
}
.service-detail-container .service-detail .service-detail-share .share-links .wp {
  background: #ECFFF5;
}
.service-detail-container .service-detail .service-detail-share .share-links .insta {
  background: #FAF5FC;
}
.service-detail-container .service-detail .service-detail-share .share-links .simply_link {
  background: #F8F8F8;
  position: relative;
}
.service-detail-container .service-detail .service-detail-share .share-links .simply_link .copied_text {
  position: absolute;
  bottom: -30px;
  right: 0;
  background: #d9d9d9;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  display: none;
}

.allcourse-page {
  max-width: 1440px;
  margin: 60px auto 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.allcourse-page .section-title {
  text-align: start;
  color: #032970;
}
.allcourse-page .allcourse-boxes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.course-detail-container {
  margin: 60px auto 0;
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.course-detail-container .title_course_name {
  max-width: 75%;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #032970;
}
.course-detail-container .course-detail-main {
  display: flex;
  align-items: start;
  gap: 48px;
  margin-top: 40px;
  width: 100%;
}
.course-detail-container .course-detail-main .course-detail-inner {
  width: 100%;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide {
  width: 100%;
  padding-bottom: 48px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .course-detail-slide-img {
  width: 100%;
  height: 550px;
  border-radius: 12px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .course-detail-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next, .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
  width: 48px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #032970;
  border-radius: 50px;
  top: auto;
  bottom: 0;
  opacity: 1;
  left: auto;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next::after, .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev::after {
  display: none;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next {
  right: 0;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
  right: 60px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 8px;
  border-radius: 50px;
  background: #E3E3E4;
  margin: 0;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF632D;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-texts {
  margin-top: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-texts p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share {
  width: 100%;
  background: #f8f8f8;
  margin-top: 40px;
  border-radius: 12px;
  padding: 14px 28px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .share-link {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .fb {
  background: #EDF4FF;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .wp {
  background: #ECFFF5;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .insta {
  background: #FAF5FC;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .simply_link {
  background: #F8F8F8;
  position: relative;
}
.course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .simply_link .copied_text {
  position: absolute;
  top: -30px;
  background: #d9d9d9;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  display: none;
}
.course-detail-container .course-detail-main .other-course {
  min-width: 280px;
  width: 280px;
}
.course-detail-container .course-detail-main .other-course .other-course-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: right;
  color: #000;
}
.course-detail-container .course-detail-main .other-course .other-course-items {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 8px 8px 40px;
  border-radius: 12px;
  background: #f8f8f8;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item {
  padding: 16px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 14px;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-img {
  height: 120px;
  width: 100%;
  border-radius: 12px;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .line {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}
.course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .line:last-child {
  display: none;
}
.course-detail-container .course-detail-main .other-course .other-course-items .all_courses {
  margin-left: 16px;
  padding: 12px 24px;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  background: #032970;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s;
}
.course-detail-container .course-detail-main .other-course .other-course-items .all_courses:hover {
  background: #1a2c5e;
}

@media only screen and (max-width: 1250px) {
  .section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .mt-48 {
    margin-top: 38px;
  }
  header .header-inner {
    padding: 10px 18px;
  }
  header .header-inner .header-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .header-inner .header-socials {
    gap: 16px;
  }
  header .header-inner .header-socials .social-item {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 7px;
  }
  nav {
    padding: 0 18px;
  }
  nav .nav-inner .nav-logo {
    width: 150px;
  }
  nav .nav-inner .navbar_menu {
    gap: 20px;
  }
  nav .nav-inner .navbar_menu .navbar_link::after {
    bottom: -12px;
  }
  nav .nav-inner .navbar_menu .nav_drop_menu {
    position: relative;
    padding: 20px 0;
  }
  nav .nav-inner .navbar_menu .nav_drop_menu .nav_sub_menu {
    top: 70px;
  }
  nav .nav-inner .navbar_menu .nav_drop_menu .nav_sub_menu .navbar_sub_link {
    padding: 8px 14px;
  }
  nav .nav-inner .navbar_menu .nav_drop_menu:hover .nav_sub_menu {
    top: 64px;
  }
  .home-hero-slide .hero-item {
    height: 600px;
  }
  .home-hero-slide .hero-item .hero-content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .home-hero-slide .hero-item .hero-content .section-title {
    max-width: 700px;
  }
  .home-hero-slide .hero-item .hero-content p {
    margin-top: 24px;
    max-width: 700px;
  }
  .home-hero-slide .hero_navs {
    padding-left: 18px;
    padding-right: 18px;
    bottom: 18px;
  }
  .home-hero-slide .hero_navs .swiper-button-next, .home-hero-slide .hero_navs .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .home-hero-slide .hero_navs .swiper-button-next::after, .home-hero-slide .hero_navs .swiper-button-prev::after {
    font-size: 18px;
  }
  .home-about {
    margin: 70px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .home-about .home-about-main {
    gap: 40px;
  }
  .home-about .home-about-main .home-about-img {
    width: 40%;
    min-width: 40%;
  }
  .home-about .home-about-main .home-about-content {
    gap: 18px;
  }
  .home-about .home-about-main .home-about-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-about .home-about-main .home-about-content .about-more {
    margin-top: 30px;
    padding: 14px 36px;
  }
  .home-about .about-boxes {
    padding: 30px 50px;
    gap: 50px;
  }
  .home-about .about-boxes .about-box {
    gap: 16px;
  }
  .home-about .about-boxes .about-box .box-top {
    gap: 14px;
  }
  .home-about .about-boxes .about-box .box-top .icon {
    width: 50px;
    height: 50px;
  }
  .home-about .about-boxes .about-box .box-top .icon img {
    width: 26px;
    height: 26px;
  }
  .home-services {
    margin: 70px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-box .service-box-icon {
    width: 55px;
    height: 55px;
    padding: 13px;
  }
  .service-box .service-name {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .service-box .service-box-short-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .service-box .service-box-bottom .direction {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .home-news {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-news .home-news-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .home-news .home-news-inner .news-slide {
    margin-top: 40px;
  }
  .home-news .home-news-inner .news-slide .news-box {
    width: 350px !important;
  }
  .home-news .home-news-inner .news-slide .swiper-button-next, .home-news .home-news-inner .news-slide .swiper-button-prev {
    background: #032970;
    width: 40px;
    height: 40px;
    padding: 8px;
    top: 25px;
  }
  .home-news .home-news-inner .news-slide .swiper-button-next {
    right: 18px;
  }
  .home-news .home-news-inner .news-slide .swiper-button-prev {
    right: 68px;
  }
  .home-news .home-news-inner .all_news_link {
    margin: 20px auto 0;
    padding: 14px 36px;
  }
  .news-box {
    padding: 16px;
  }
  .news-box .box-body .news-name {
    font-size: 16px;
    line-height: 24px;
  }
  .news-box .box-body p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .news-box .box-body .body-bottom {
    margin-top: 18px;
    gap: 10px;
  }
  .news-box .box-body .body-bottom .direction {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .news-box .news-box-img {
    margin-top: 24px;
    height: 210px;
  }
  .home-course {
    margin: 70px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .home-course .home-course-inner .course-slide {
    position: initial;
    margin-top: 40px;
  }
  .home-course .home-course-inner .course-slide .course-box {
    width: 350px;
  }
  .home-course .home-course-inner .course-slide .swiper-button-next, .home-course .home-course-inner .course-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 8px;
    top: 25px;
  }
  .home-course .home-course-inner .course-slide .swiper-button-prev {
    right: 48px;
  }
  .course-box {
    padding: 16px;
  }
  .course-box .course-name {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .course-box .course-box-bottom .direction {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .faq {
    max-width: 1440px;
    margin: 70px auto 0;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .faq .faq-area {
    margin-top: 38px;
  }
  .faq .faq-area .accordion {
    gap: 18px;
  }
  .faq .faq-area .accordion .accordion__item {
    padding: 14px;
  }
  .faq .faq-area .accordion .accordion__item .accordion__content p {
    padding: 14px 28px;
  }
  .contact_page {
    margin: 70px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .contact_page .contact_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
  .contact_page .contact_main .contact-left {
    width: 350px;
    min-width: 350px;
  }
  .contact_page .contact_main .contact-left h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .contact_page .contact_main .contact-left .contact-img {
    margin-top: 35px;
    width: 350px;
  }
  .contact_page .contact_main .contact-form {
    padding: 30px 45px;
    gap: 12px;
  }
  .contact_page .contact_main .contact-form input {
    padding: 10px 16px;
  }
  .contact_page .contact_main .contact-form textarea {
    padding: 10px 16px;
    height: 150px;
  }
  .contact_page .contact_main .contact-form .send_contact_form {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .contact_banner_container {
    margin: 70px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .contact_banner_container .contact_banner {
    padding: 50px 30px;
  }
  .contact_banner_container .contact_banner .contact_banner_links {
    gap: 14px;
  }
  .contact_banner_container .contact_banner .contact_banner_links .wa_link {
    padding: 10px 20px;
  }
  .contact_banner_container .contact_banner .contact_banner_links .phone_link {
    padding: 10px 20px;
  }
  .map {
    margin: 70px auto 0;
    height: 400px;
    padding-left: 18px;
    padding-right: 18px;
  }
  footer {
    margin-top: 70px;
    padding-top: 50px;
    background: #e4eeff;
  }
  footer .footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  footer .footer-inner .footer-main .main-left {
    gap: 18px;
  }
  footer .footer-inner .footer-main .main-left .footer-logo {
    width: 230px;
  }
  footer .footer-inner .footer-main .main-left .footer-contact-links {
    gap: 14px;
    margin-top: 16px;
  }
  footer .footer-inner .footer-main .main-left .footer-contact-links a img {
    width: 18px;
    height: 18px;
  }
  footer .footer-inner .footer-main .main-right {
    gap: 80px;
  }
  footer .footer-inner .footer-main .main-right .footer-services h3 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer-inner .footer-main .main-right .footer-services .service-lists {
    margin-top: 16px;
    gap: 8px;
  }
  footer .footer-inner .footer-main .main-right .footer-services .service-lists a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-inner .footer-main .main-right .footer-courses h3 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer-inner .footer-main .main-right .footer-courses .course-lists {
    margin-top: 16px;
    gap: 8px;
  }
  footer .footer-inner .footer-main .main-right .footer-courses .course-lists a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-inner .footer-main .main-right .footer-links h3 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer-inner .footer-main .main-right .footer-links .links-lists {
    margin-top: 16px;
    gap: 8px;
  }
  footer .footer-inner .footer-main .main-right .footer-links .links-lists a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-inner .footer-main .main-right .footers-socials {
    gap: 12px;
  }
  footer .footer-inner .footer-main .main-right .footers-socials .social-item {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 8px;
    transition: 0.4s;
  }
  footer .footer-inner .footer-bottom {
    margin-top: 70px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .about-container {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-container .about-banner {
    height: 350px;
  }
  .about-container .about-content {
    padding: 30px 20px;
    margin: 18px 0 0;
    gap: 8px;
  }
  .about-container .about-boxes {
    padding: 30px 50px;
    gap: 50px;
  }
  .about-container .about-boxes .about-box {
    gap: 16px;
  }
  .about-container .about-boxes .about-box .box-top {
    gap: 14px;
  }
  .about-container .about-boxes .about-box .box-top .icon {
    width: 50px;
    height: 50px;
  }
  .about-container .about-boxes .about-box .box-top .icon img {
    width: 26px;
    height: 26px;
  }
  .allnews-page {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .allnews-page .allnews-carts {
    margin-top: 35px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .allnews-page .more_all_news {
    margin: 38px auto 0;
    padding: 10px 20px;
  }
  .news-detail-container {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
    gap: 38px;
  }
  .news-detail-container .news-detail-left .title_news_name {
    font-size: 28px;
    line-height: 36px;
  }
  .news-detail-container .news-detail-left .news-time {
    margin-top: 10px;
  }
  .news-detail-container .news-detail-left .news-detail-img {
    margin-top: 18px;
    height: 400px;
  }
  .news-detail-container .news-detail-left .news-detail-texts {
    margin-top: 30px;
    gap: 8px;
  }
  .news-detail-container .news-detail-left .news-detail-share {
    margin-top: 30px;
    gap: 10px;
  }
  .news-detail-container .news-detail-left .news-detail-share .share-links {
    gap: 10px;
  }
  .news-detail-container .news-detail-left .news-detail-share .share-links .share-link {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .news-detail-container .news-detail-left .news-detail-share .share-links .simply_link .copied_text {
    top: -25px;
    font-size: 12px;
    padding: 1px 4px;
  }
  .news-detail-container .other-news {
    min-width: 240px;
    width: 240px;
  }
  .news-detail-container .other-news .other-news-title {
    font-size: 28px;
    line-height: 36px;
  }
  .news-detail-container .other-news .other-news-items {
    margin-top: 24px;
    gap: 30px;
    padding: 8px 8px 30px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list {
    gap: 16px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item {
    padding: 12px;
    gap: 10px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-img {
    height: 100px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-name {
    font-size: 14px;
  }
  .news-detail-container .other-news .other-news-items .all_news {
    margin-left: 12px;
    padding: 10px 20px;
  }
  .allservice-page {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .allservice-page .allservice-banner {
    height: 300px;
  }
  .allservice-page .allservice-main {
    margin: 65px auto 0;
    gap: 60px;
  }
  .allservice-page .allservice-main .service-links {
    min-width: 250px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .allservice-page .allservice-main .service-links .service-link {
    padding: 12px 20px;
    border-radius: 6px;
  }
  .allservice-page .allservice-main .service-links .service-link i {
    font-size: 18px;
  }
  .allservice-page .allservice-main .allservice-carts {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_cart {
    padding: 16px;
  }
  .service_cart .service-cart-img {
    height: 200px;
  }
  .service_cart .service-cart-body {
    margin-top: 24px;
    gap: 16px;
  }
  .otherServices {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .otherServices .otherServices-slide {
    margin-top: 35px;
  }
  .otherServices .otherServices-slide .service_cart {
    width: 325px;
  }
  .otherServices .otherServices-slide .swiper-button-next, .otherServices .otherServices-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: 8px;
    top: 28px;
  }
  .otherServices .otherServices-slide .swiper-button-next {
    right: 18px;
  }
  .otherServices .otherServices-slide .swiper-button-prev {
    right: 74px;
  }
  .service-detail-container {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-detail-container .service-detail-img {
    height: 200px;
  }
  .service-detail-container .service-detail {
    margin-top: 40px;
    gap: 30px;
  }
  .service-detail-container .service-detail .service-detail-content {
    gap: 16px;
  }
  .service-detail-container .service-detail .service-detail-content .service-details-texts {
    gap: 8px;
  }
  .service-detail-container .service-detail .service-detail-share {
    min-width: 72px;
    width: 72px;
    gap: 10px;
  }
  .service-detail-container .service-detail .service-detail-share .share-links {
    gap: 10px;
  }
  .service-detail-container .service-detail .service-detail-share .share-links .share-link {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .service-detail-container .service-detail .service-detail-share .share-links .simply_link .copied_text {
    bottom: -25px;
    padding: 1px 4px;
  }
  .allcourse-page {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .allcourse-page .allcourse-boxes {
    margin-top: 35px;
    grid-template-columns: repeat(3, 1fr);
  }
  .course-detail-container {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .course-detail-container .title_course_name {
    max-width: 70%;
    font-size: 28px;
    line-height: 36px;
  }
  .course-detail-container .course-detail-main {
    gap: 38px;
    margin-top: 30px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide {
    padding-bottom: 40px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .course-detail-slide-img {
    height: 450px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next, .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
    width: 44px;
    height: 24px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next {
    right: 0;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
    right: 56px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination {
    bottom: 8px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 6px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-texts {
    margin-top: 24px;
    gap: 8px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share {
    margin-top: 30px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links {
    gap: 10px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .share-link {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .simply_link .copied_text {
    top: -25px;
  }
  .course-detail-container .course-detail-main .other-course {
    min-width: 200px;
    width: 200px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-title {
    font-size: 24px;
    line-height: 36px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items {
    margin-top: 20px;
    gap: 30px;
    padding: 8px 8px 30px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list {
    gap: 16px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item {
    padding: 10px;
    gap: 10px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-img {
    height: 100px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-name {
    font-size: 14px;
    line-height: 20px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .all_courses {
    margin-left: 10px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 992px) {
  nav {
    padding: 10px 18px;
  }
  nav .nav-inner .nav-logo {
    width: 140px;
  }
  nav .nav-inner .navbar_menu {
    display: none;
  }
  nav .nav-inner .hamburger {
    display: flex;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  .home-hero-slide .hero-item {
    height: 500px;
  }
  .home-hero-slide .hero-item .hero-content .section-title {
    max-width: 600px;
  }
  .home-hero-slide .hero-item .hero-content p {
    margin-top: 20px;
    max-width: 600px;
  }
  .home-hero-slide .hero_navs .swiper-button-next, .home-hero-slide .hero_navs .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .home-hero-slide .hero_navs .swiper-button-next::after, .home-hero-slide .hero_navs .swiper-button-prev::after {
    font-size: 16px;
  }
  .home-about .home-about-main {
    gap: 20px;
  }
  .home-about .home-about-main .home-about-img {
    width: 50%;
    min-width: 50%;
  }
  .home-about .home-about-main .home-about-content {
    gap: 16px;
  }
  .home-about .home-about-main .home-about-content .about-more {
    margin-top: 30px;
    padding: 12px 30px;
  }
  .home-about .about-boxes {
    padding: 20px 40px;
    gap: 30px;
  }
  .home-about .about-boxes .about-box {
    gap: 14px;
  }
  .home-about .about-boxes .about-box .box-top {
    gap: 12px;
  }
  .home-about .about-boxes .about-box .box-top .icon {
    width: 45px;
    height: 45px;
  }
  .home-about .about-boxes .about-box .box-top .icon img {
    width: 24px;
    height: 24px;
  }
  .home-services .home-services-inner .home-services-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_page .contact_main {
    gap: 80px;
  }
  .contact_page .contact_main .contact-left {
    width: 300px;
    min-width: 300px;
  }
  .contact_page .contact_main .contact-left .contact-img {
    width: 300px;
  }
  .contact_page .contact_main .contact-form {
    padding: 20px 30px;
  }
  footer {
    margin-top: 70px;
    padding-top: 50px;
    background: #e4eeff;
  }
  footer .footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  footer .footer-inner .footer-main {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-inner .footer-main .main-left {
    gap: 18px;
    width: 100%;
  }
  footer .footer-inner .footer-main .main-left .footer-logo {
    width: 230px;
  }
  footer .footer-inner .footer-main .main-left .footer-contact-links {
    gap: 14px;
    margin-top: 16px;
  }
  footer .footer-inner .footer-main .main-left .footer-contact-links a img {
    width: 18px;
    height: 18px;
  }
  footer .footer-inner .footer-main .main-right {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  footer .footer-inner .footer-main .main-right .footer-services h3 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer-inner .footer-main .main-right .footer-services .service-lists {
    margin-top: 16px;
    gap: 8px;
  }
  footer .footer-inner .footer-main .main-right .footer-services .service-lists a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-inner .footer-main .main-right .footer-courses h3 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer-inner .footer-main .main-right .footer-courses .course-lists {
    margin-top: 16px;
    gap: 8px;
  }
  footer .footer-inner .footer-main .main-right .footer-courses .course-lists a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-inner .footer-main .main-right .footer-links h3 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer-inner .footer-main .main-right .footer-links .links-lists {
    margin-top: 16px;
    gap: 8px;
  }
  footer .footer-inner .footer-main .main-right .footer-links .links-lists a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-inner .footer-main .main-right .footers-socials {
    gap: 12px;
  }
  footer .footer-inner .footer-main .main-right .footers-socials .social-item {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 8px;
    transition: 0.4s;
  }
  footer .footer-inner .footer-bottom {
    margin-top: 70px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .about-container .about-banner {
    height: 300px;
  }
  .about-container .about-content {
    padding: 20px;
  }
  .about-container .about-boxes {
    padding: 20px 40px;
    gap: 30px;
  }
  .about-container .about-boxes .about-box {
    gap: 14px;
  }
  .about-container .about-boxes .about-box .box-top {
    gap: 12px;
  }
  .about-container .about-boxes .about-box .box-top .icon {
    width: 45px;
    height: 45px;
  }
  .about-container .about-boxes .about-box .box-top .icon img {
    width: 24px;
    height: 24px;
  }
  .allnews-page {
    margin: 50px auto 0;
  }
  .allnews-page .allnews-carts {
    margin-top: 35px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .allnews-page .more_all_news {
    margin: 38px auto 0;
    padding: 10px 20px;
  }
  .news-detail-container .news-detail-left .news-detail-img {
    height: 300px;
  }
  .allservice-page .allservice-banner {
    height: 250px;
  }
  .allservice-page .allservice-main {
    gap: 40px;
    flex-direction: column;
  }
  .allservice-page .allservice-main .service-links {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    overflow-x: scroll;
    padding-bottom: 8px;
  }
  .allservice-page .allservice-main .service-links::-webkit-scrollbar {
    opacity: 0 !important;
  }
  .allservice-page .allservice-main .service-links .service-link {
    padding: 10px 16px;
    border-radius: 6px;
    gap: 12px;
    text-wrap: nowrap !important;
  }
  .allservice-page .allservice-main .service-links .service-link i {
    font-size: 18px;
  }
  .service_cart .service-cart-img {
    height: 220px;
  }
  .otherServices .otherServices-slide .service_cart {
    width: 300px;
  }
  .service-detail-container {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .service-detail-container .service-detail-img {
    height: 150px;
  }
  .service-detail-container .service-detail {
    margin-top: 40px;
    gap: 30px;
  }
  .service-detail-container .service-detail .service-detail-content {
    gap: 16px;
  }
  .service-detail-container .service-detail .service-detail-content .service-details-texts {
    gap: 8px;
  }
  .service-detail-container .service-detail .service-detail-share {
    min-width: 72px;
    width: 72px;
    gap: 10px;
  }
  .service-detail-container .service-detail .service-detail-share .share-links {
    gap: 10px;
  }
  .service-detail-container .service-detail .service-detail-share .share-links .share-link {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .service-detail-container .service-detail .service-detail-share .share-links .simply_link .copied_text {
    bottom: -25px;
    padding: 1px 4px;
  }
  .allcourse-page .allcourse-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-detail-container {
    margin: 50px auto 0;
    padding-left: 18px;
    padding-right: 18px;
  }
  .course-detail-container .title_course_name {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
  .course-detail-container .course-detail-main {
    gap: 38px;
    margin-top: 30px;
    flex-direction: column;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide {
    padding-bottom: 40px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .course-detail-slide-img {
    height: 450px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next, .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
    width: 44px;
    height: 24px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next {
    right: 0;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
    right: 56px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination {
    bottom: 8px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 6px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-texts {
    margin-top: 24px;
    gap: 8px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share {
    margin-top: 30px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links {
    gap: 10px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .share-link {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share .share-links .simply_link .copied_text {
    top: -25px;
  }
  .course-detail-container .course-detail-main .other-course {
    min-width: 0;
    width: 100%;
  }
  .course-detail-container .course-detail-main .other-course .other-course-title {
    font-size: 24px;
    line-height: 36px;
    text-align: start;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items {
    margin-top: 20px;
    gap: 30px;
    padding: 10px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item {
    width: 32%;
    padding: 0;
    gap: 10px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-img {
    height: 120px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-name {
    font-size: 14px;
    line-height: 20px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .line {
    display: none;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .all_courses {
    margin-left: 0;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }
  .mt-48 {
    margin-top: 28px;
  }
  header .header-inner {
    padding: 10px 18px;
  }
  header .header-inner .header-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  header .header-inner .header-left .header-phone p, header .header-inner .header-left .header-mail p {
    display: none;
  }
  header .header-inner .header-left .nav_lang {
    display: flex;
  }
  header .header-inner .header-socials {
    gap: 10px;
  }
  header .header-inner .header-socials .social-item {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 7px;
  }
  nav {
    padding: 10px 16px;
  }
  nav .nav-inner .nav-logo {
    width: 120px;
  }
  .home-hero-slide .hero-item {
    height: 400px;
  }
  .home-hero-slide .hero-item .hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-hero-slide .hero-item .hero-content .section-title {
    max-width: 100%;
  }
  .home-hero-slide .hero-item .hero-content p {
    margin-top: 16px;
    max-width: 100%;
  }
  .home-hero-slide .hero_navs {
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
    opacity: 1;
    visibility: visible;
  }
  .home-hero-slide .hero_navs .swiper-button-next, .home-hero-slide .hero_navs .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .home-hero-slide .hero_navs .swiper-button-next::after, .home-hero-slide .hero_navs .swiper-button-prev::after {
    font-size: 16px;
  }
  .home-about {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-about .home-about-main {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .home-about .home-about-main .home-about-img {
    width: 100%;
    min-width: 0%;
  }
  .home-about .home-about-main .home-about-content {
    gap: 10px;
  }
  .home-about .home-about-main .home-about-content .about-more {
    margin-top: 20px;
    padding: 10px 24px;
  }
  .home-about .about-boxes {
    padding: 20px;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .home-about .about-boxes .about-box .box-top {
    gap: 10px;
  }
  .home-about .about-boxes .about-box .box-top .icon {
    width: 40px;
    height: 40px;
  }
  .home-about .about-boxes .about-box .box-top .icon img {
    width: 22px;
    height: 22px;
  }
  .home-services {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-services .home-services-inner .home-services-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-box {
    padding: 16px;
  }
  .service-box .service-box-icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .service-box .service-name {
    margin-top: 14px;
  }
  .service-box .service-box-short-desc {
    margin-top: 8px;
  }
  .service-box .service-box-bottom .direction {
    min-width: 36px;
    width: 36px;
    height: 36px;
  }
  .home-news {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-news .home-news-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-news .home-news-inner .news-slide {
    margin-top: 30px;
  }
  .home-news .home-news-inner .news-slide .news-box {
    width: 340px !important;
  }
  .home-news .home-news-inner .news-slide .swiper-button-next, .home-news .home-news-inner .news-slide .swiper-button-prev {
    background: #032970;
    width: 36px;
    height: 36px;
    padding: 9px;
    top: 21px;
  }
  .home-news .home-news-inner .news-slide .swiper-button-next {
    right: 16px;
  }
  .home-news .home-news-inner .news-slide .swiper-button-prev {
    right: 60px;
  }
  .home-news .home-news-inner .all_news_link {
    margin: 20px auto 0;
    padding: 12px 30px;
  }
  .home-course {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-course .home-course-inner .course-slide {
    margin-top: 30px;
  }
  .home-course .home-course-inner .course-slide .course-box {
    width: 320px;
  }
  .home-course .home-course-inner .course-slide .swiper-button-next, .home-course .home-course-inner .course-slide .swiper-button-prev {
    width: 36px;
    height: 36px;
    padding: 9px;
    top: 21px;
  }
  .home-course .home-course-inner .course-slide .swiper-button-prev {
    right: 43px;
  }
  .faq {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .faq .faq-area {
    margin-top: 28px;
    width: 100%;
  }
  .faq .faq-area .accordion {
    gap: 16px;
  }
  .faq .faq-area .accordion .accordion__item {
    padding: 14px;
  }
  .faq .faq-area .accordion .accordion__item .accordion__content p {
    padding: 14px 28px;
  }
  .contact_page {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact_page .contact_main {
    align-items: start;
    justify-content: start;
    gap: 20px;
    flex-direction: column;
  }
  .contact_page .contact_main .contact-left {
    width: 100%;
    min-width: 0;
  }
  .contact_page .contact_main .contact-left h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact_page .contact_main .contact-left .contact-img {
    margin-top: 30px;
    width: 250px;
    display: none;
  }
  .contact_page .contact_main .contact-form {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    gap: 12px;
  }
  .contact_page .contact_main .contact-form input {
    padding: 8px 12px;
  }
  .contact_page .contact_main .contact-form textarea {
    padding: 8px 12px;
    height: 120px;
  }
  .contact_page .contact_main .contact-form .send_contact_form {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .contact_banner_container {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact_banner_container .contact_banner {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
    background-attachment: initial;
  }
  .contact_banner_container .contact_banner .contact_banner_links {
    flex-direction: column;
    max-width: 214px;
    gap: 14px;
  }
  .contact_banner_container .contact_banner .contact_banner_links .wa_link {
    padding: 10px 20px;
    width: 100%;
  }
  .contact_banner_container .contact_banner .contact_banner_links .phone_link {
    width: 100%;
    padding: 10px 20px;
  }
  .map {
    margin: 40px auto 0;
    height: 300px;
    padding-left: 16px;
    padding-right: 16px;
  }
  footer {
    margin-top: 40px;
    padding-top: 30px;
  }
  footer .footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer .footer-inner .footer-main .main-left {
    gap: 14px;
    width: 100%;
  }
  footer .footer-inner .footer-main .main-left .footer-logo {
    width: 180px;
  }
  footer .footer-inner .footer-main .main-right {
    width: 100%;
    gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-bottom {
    margin-top: 50px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .about-container {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-container .about-banner {
    height: 200px;
  }
  .about-container .about-content {
    padding: 20px;
    margin: 10px 0 0;
  }
  .about-container .about-boxes {
    padding: 20px;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about-container .about-boxes .about-box .box-top {
    gap: 10px;
  }
  .about-container .about-boxes .about-box .box-top .icon {
    width: 40px;
    height: 40px;
  }
  .about-container .about-boxes .about-box .box-top .icon img {
    width: 22px;
    height: 22px;
  }
  .allnews-page {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .allnews-page .allnews-carts {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .allnews-page .more_all_news {
    margin: 28px auto 0;
  }
  .news-detail-container {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .news-detail-container .news-detail-left .title_news_name {
    font-size: 24px;
    line-height: 32px;
  }
  .news-detail-container .news-detail-left .news-detail-img {
    height: 300px;
  }
  .news-detail-container .news-detail-left .news-detail-texts {
    margin-top: 20px;
    gap: 8px;
  }
  .news-detail-container .news-detail-left .news-detail-share {
    margin-top: 30px;
    gap: 10px;
  }
  .news-detail-container .other-news {
    min-width: 0;
    width: 100%;
  }
  .news-detail-container .other-news .other-news-title {
    font-size: 24px;
    line-height: 32px;
    text-align: start;
  }
  .news-detail-container .other-news .other-news-items {
    margin-top: 20px;
    gap: 20px;
    padding: 16px;
    width: 100%;
  }
  .news-detail-container .other-news .other-news-items .other-news-list {
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item {
    padding: 0;
    gap: 10px;
    width: 31%;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-img {
    height: 120px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-name {
    font-size: 14px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .line {
    display: none;
  }
  .news-detail-container .other-news .other-news-items .all_news {
    margin-left: 0;
    padding: 10px 20px;
  }
  .allservice-page {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .allservice-page .allservice-banner {
    height: 230px;
  }
  .allservice-page .allservice-main {
    margin: 50px auto 0;
    gap: 20px;
  }
  .allservice-page .allservice-main .allservice-carts {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_cart {
    padding: 16px;
  }
  .service_cart .service-cart-img {
    height: 190px;
  }
  .service_cart .service-cart-body {
    margin-top: 20px;
    gap: 12px;
  }
  .otherServices {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .otherServices .otherServices-slide {
    margin-top: 30px;
  }
  .otherServices .otherServices-slide .service_cart {
    width: 280px;
  }
  .otherServices .otherServices-slide .swiper-button-next, .otherServices .otherServices-slide .swiper-button-prev {
    width: 38px;
    height: 38px;
    padding: 6px;
    top: 20px;
  }
  .otherServices .otherServices-slide .swiper-button-next {
    right: 16px;
  }
  .otherServices .otherServices-slide .swiper-button-prev {
    right: 66px;
  }
  .service-detail-container {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .service-detail-container .service-detail-img {
    height: 300px;
  }
  .service-detail-container .service-detail {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .service-detail-container .service-detail .service-detail-content {
    width: 100%;
    gap: 16px;
  }
  .service-detail-container .service-detail .service-detail-content .service-details-texts {
    gap: 8px;
  }
  .service-detail-container .service-detail .service-detail-share {
    min-width: 0;
    width: 100%;
    align-items: start;
  }
  .service-detail-container .service-detail .service-detail-share .share-links {
    flex-direction: row;
  }
  .service-detail-container .service-detail .service-detail-share .share-links .simply_link .copied_text {
    bottom: auto;
    top: -25px;
    right: auto;
    left: 0;
  }
  .allcourse-page {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .allcourse-page .allcourse-boxes {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .course-detail-container {
    margin: 40px auto 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .course-detail-container .title_course_name {
    font-size: 24px;
    line-height: 32px;
  }
  .course-detail-container .course-detail-main {
    gap: 30px;
    margin-top: 20px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide {
    padding-bottom: 40px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .course-detail-slide-img {
    height: 400px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-next {
    right: 0;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .swiper-button-prev {
    right: auto;
    left: 0;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-texts {
    margin-top: 20px;
    gap: 8px;
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-share {
    margin-top: 20px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-title {
    font-size: 20px;
    line-height: 32px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items {
    margin-top: 10px;
    gap: 30px;
    padding: 16px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item {
    width: 100%;
    padding: 0;
    gap: 10px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-img {
    height: 180px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .other-course-item .other-course-name {
    font-size: 14px;
    line-height: 20px;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .other-course-list .line {
    display: none;
  }
  .course-detail-container .course-detail-main .other-course .other-course-items .all_courses {
    margin-left: 0;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .home-services .home-services-inner .home-services-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .map {
    height: 250px;
  }
  .allnews-page .allnews-carts {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-detail-container .news-detail-left .news-detail-img {
    height: 250px;
  }
  .news-detail-container .other-news .other-news-items .other-news-list {
    flex-direction: column;
    justify-content: start;
    width: 100%;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item {
    width: 100%;
  }
  .news-detail-container .other-news .other-news-items .other-news-list .other-news-item .other-news-img {
    height: 160px;
  }
  .allservice-page .allservice-banner {
    height: 200px;
  }
  .allservice-page .allservice-main {
    margin: 40px auto 0;
    gap: 16px;
  }
  .allservice-page .allservice-main .allservice-carts {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .service_cart .service-cart-img {
    height: auto;
  }
  .service-detail-container .service-detail-img {
    height: 250px;
  }
  .allcourse-page .allcourse-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .course-detail-container .course-detail-main .course-detail-inner .course-detail-slide .course-detail-slide-img {
    height: 250px;
  }
}/*# sourceMappingURL=style.css.map */