html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
 font-family: 'Mulish' !important;
  background: #fefaf0;
  overflow-x: hidden;
}

.body-overflow {
  overflow: hidden; 
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::placeholder {
  color: transparent !important;
}

* {
  font-family: 'Mulish' !important;
}
p a{
    display: contents;
    color: #65c8d0;
}
.container {
  padding: 0 1.6rem;
  max-width: 126.4rem;
  margin: 0 auto;
}

.container-second {
  padding: 0 1.6rem;
  max-width: 125.2rem;
  margin: 0 auto;
}
.miniContainer {
  padding: 0 1.6rem;
  max-width: 100rem;
  margin: 0 auto;
}
.max-container {
  padding: 0 1.6rem;
  max-width: 100%;
  margin: 0 4.2rem;
}
.miniContainer img{
    width: 70%;
    height: 100%;
    max-height: 50rem;
    text-align: center;
    display: flex;
    margin: 0rem auto;
    object-fit: contain;
}
@media only screen and (max-width: 1199.9px) {
  .miniContainer img {
     width: 90%;
  }
}

@media only screen and (max-width: 1199.9px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 1023.9px) {
  html {
    font-size: 7.5px;
  }
}

@media only screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.4rem;
}

@media only screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-11 {
    grid-column: span 11;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-4 {
    grid-column: span 4;
  }

  .sm-8 {
    grid-column: span 8;
  }
  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container,
  .container-second,
  .miniContainer {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

.container .miniContainer{
    padding: 0;
}
  .breadcrumb a {
    display: none !important;
  }
  .breadcrumb {
    padding: 0 !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input::placeholder,
      textarea::placeholder,
      select::placeholder {
        color: #121212;
      } */

input,
textarea,
select {
  color: #444;
  background-color: transparent;
}

ul {
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Mulish' !important;
}

button,
input,
textarea {
  outline: 0;
  cursor: pointer;
}
section {
  position: relative;
}
header {
  padding: 3.2rem 0 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerContainer ul {
  display: flex;
  align-items: center;
}
.headerContainer ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: right;
  letter-spacing: -0.0108em;
  color: #194e52;
  display: flex;
  align-items: center;
  transition: 0.2s all ease;
}
.headerContainer ul li a img {
  transition: 0.2s all ease;
  width: 2rem;
  height: 2rem;
  margin-left: 0.3rem;
}

.headerContainer ul li {
  position: relative;
  margin-right: 1.8rem;
  padding: 2rem 0;
}
.headerContainer ul li ul {
      position: absolute;
      background: #ffffff;
      box-shadow: 0px 20px 21px rgba(87, 91, 100, 0.16);
      border-radius: 0.8rem;
      display: flex;
      flex-direction: column;
      padding: 4rem;
      top: 6rem;
      margin: auto;
      display: none;
      min-width: 14rem;
    align-items: flex-start;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
    z-index: 4;

}
.headerContainer ul li ul li {
  margin-right: 0;
  margin-bottom: 2rem !important;
  padding: 0;
}
.headerContainer ul li ul li:last-child{
    margin-bottom: 0 !important;
}
.headerContainer ul li:hover ul {
  display: flex;
}
.headerContainer ul li:hover img {
  transform: rotate(-180deg);
}

.headerContainer ul li:hover a {
  color: #2c9199;
}
.headerContainer ul li ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #2d2d2d !important;
  opacity: 0.85;
  text-align: left;
  white-space: nowrap;
}
.headerContainer ul li ul li a:hover {
  color: #2d2d2d !important;
  opacity: 1;
}

.logo img {
  width: 7.2rem;
  height: 9.6rem;
  object-fit: contain;
}

.headerContainer ul li ul::after {
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  background: #ffffff;
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
}
.headerContainer ul li:last-child ul,
.headerContainer ul li:nth-child(4) ul {
  right: -100%;
  left: auto;
}
.callNumber {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.035em;
  color: #fac011;
    transition:.4s;

}
.callNumber:hover{
    color: #65c8d0;
}
.wpClass svg {
  width: 2.6rem;
  height: 2.6rem;
  border-left: 0.1rem solid rgba(197, 186, 163, 0.3);
  padding-left: 1.2rem;
  margin-left: 1.2rem;
}
.dflex {
  display: flex;
  align-items: center;
}
.liveVideo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #65c8d0;
  border: 0.1rem solid #6cc7cf;
  border-radius: 1.4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.7rem;
  text-align: right;
  letter-spacing: -0.0108em;
  color: #ffffff;
  padding: 1.4rem;
  box-shadow: inset -0.6rem -0.4rem 0.7rem rgba(44, 89, 92, 0.3),
    inset 0.4rem 0.6rem 0.6rem rgba(63, 125, 130, 0.3);
      transition:.4s;
     white-space: nowrap;

}

.liveVideo svg {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.8rem;
}
.searchButton {
  background: #fbe7bb;
  border: 0.1rem solid #fdf1d8;
  box-shadow: inset -6px -4px 7px rgba(123, 108, 77, 0.37),
    inset 4px 6px 6px rgba(206, 187, 147, 0.31);
  border-radius: 1.4rem;
  height: 5.6rem;
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:.4s;
}
.searchButton:hover,.liveVideo:hover{
    box-shadow: none;
}
.wallpSection {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wallpSectionParent {
  background: #fcecc9;
  height: 130vh;
}
.headerContainer .liveVideo {
  margin: 0 1rem 0 2.8rem;
}
.wallpPlanets {
  width: 100%;
  height: 60vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* background-position: center !important; */
}
.wallpCloud {
  width: 100%;
  height: 30rem;
  background-size: cover !important;
  /* background-position: center !important; */
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
}

.wallpChild {
  position: absolute;
  bottom: 0;
  height: 80vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.wallpEmpty {
  height: 35rem;
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: -35rem;
}
.stateCard {
  transition: 0.1s all ease;
}
.homeAbout {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #65c8d0 100%);
  height: auto;
  z-index: 2;
}

.homeAboutChild {
  display: flex;
  flex-direction: column;
  align-items: center;
  width:60%;
  margin: auto;
  padding-top: 8rem;
}

.homeAboutChild h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #257379;
  margin-bottom: 3.8rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.4s 0.4s all linear;
}

.homeAboutChild p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #257379;
  width: 100%;
  margin-bottom: 3.2rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.4s 0.8s all linear;
}
.moreButtonParent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.moreButton {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: right;
  letter-spacing: -0.02em;
  color: #257379;
  border: none;
  background: none;
}
#moreButton {
  opacity: 0;
  transform: translateY(3rem);
  transition: 0.4s 1.2s all linear;
}
.moreButton img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  transform: rotate(-90deg);
  transition: .4s;
}
.moreButton:hover img{
    margin-right: -1rem;
    margin-left: 2rem;
}
.homeAbout h1.active,
.homeAbout p.active,
.homeAbout #moreButton.active {
  opacity: 1;
  transform: translateY(0);
}
.homeService {
  position: relative;
}
.homeService .moreButton{
    justify-content: center;
}
.homeService::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(180deg, #fefaf0 0%, #ffffff 100%);
  transform: rotate(180deg);
  z-index: 2;
}
.aboutCloud {
    position: relative;
    height: 34rem;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw !important;
    left: 50%;
    right: 50%;
}
.handClass {
  width: 100%;
  height: 22rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  bottom: 2rem;
  z-index: 0;
}
.cloudCLass {
  width: 100%;
  height: 34rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.cloudEmpty {
  background-color: #fff;
  height: 12rem;
  width: 100%;
}
.homeService {
  padding: 20rem 0 10rem;
}
.homeService h2,
.homeCategory h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 4.4rem;
}
.serviceCard {
  border-radius: 2.2rem;
  height: 36rem;
  margin-bottom: 2.4rem;
}
.serviceCard .img {
  height: 18rem;
  margin-bottom: 1.6rem;
}

.serviceCard .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: .4s;
}

.serviceCard:hover .img img{
    transform: scale(1.1);
}
.serviceCard p {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  line-height: 152.5% !important;
  letter-spacing: -0.01em;
  color: #1d1d1d !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.serviceCardInner {
  padding: 3rem 3.6rem 2rem;
}
.homeVideo a {
  width: 100%;
  height: 73rem;
  position: relative;
}
.homeVideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeVideo span img {
  width: 5.4rem;
  height: 5.4rem;
}
.homeVideo span {
  width: 9.5rem;
  height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}
.homeCategory {
  padding: 10rem 0;
  background-color: #fef7e2;
}
.categoryCard {
  background: #ebdcb3;
  border-radius: 1.5rem;
  height: 41.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.categoryCard .img {
  height: 25rem;
  width: 25rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.categoryCard .img img {
  height: 90%;
  width: 90%;
  object-fit: contain;
  transition: .4s;
}
.categoryCard .img:hover img{
    transform: scale(1.1);
}
.categoryCard p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #080707;
}
.moreButtonParent {
  margin-top: 1.4rem;
}
.moreButtonParent .moreButton {
  color: #151515;
}
.homeBlogDetail {
  background: #7f76e2;
  border-radius: 4rem;
  padding: 6.4rem 5.4rem 9rem;
}
.homeBlogDetail h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.detailRow{
    margin: 3.6rem 0;
}

.homeBlog .moreButton {
  color: #fff;
}

.homeBlog {
  padding-bottom: 25rem;
}

.homeBlog .moreButton img {
  transform: rotate(0);
}
.headerDetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
.homeBlog {
  background-color: #fef7e2;
}
.blogCard {
  background: #ffffff;
  border-radius: 1.5rem;
}
.blogs .blogCard {
  margin-bottom: 4.4rem;
}
.blogCard .img {
  border-radius: 1.5rem 1.5rem 0 0;
  height: 25rem;
  width: 100%;
  overflow: hidden;
}

.blogCard .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.blogCard .img:hover img{
    transform: scale(1.2);
}
.blogCardDetail span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #978f8f;
  margin-bottom: 1.6rem;
  display: block;
}
.blogCardDetail h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #080707;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogCardDetail {
  padding: 2.4rem 2rem;
}
.share {
  padding: 1.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: rgba(62, 72, 71, 0.1) 0.1rem solid;
}
.share span {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  color: #141f1e;
  opacity: 0.4;
  display: block;
  margin-right: 2.8rem;
}
.share button,
.share a {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  background: transparent;
  transition: 0.4s;
  border: 1px solid rgba(62, 72, 71, 0.2);
}
.share button svg,
.share a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.share button svg path,
.share a svg path {
  transition: 0.4s;
}
#url {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.share button:hover svg path,
.share a:hover svg path {
  fill: #f9fbfb;
}
.share button:hover,
.share a:hover {
  background: #3e4847;
}
.footerContent {
  background: #39aaa8;
  padding: 6rem 0;
}

footer {
  position: relative;
  padding-top: 22.5rem;
  margin-top: -15rem;
}

footer .img {
  position: absolute;
  height: 22.5rem;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
.footerContact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

.footerContact a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.8);
  transition: .3s;
}
.footerContact a:hover{
    color: rgba(255, 255, 255, 1);
}
.footerContact a svg {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1rem;
}
.footerTop {
  border-bottom: 0.1rem solid rgba(173, 203, 203, 0.4);
  padding-bottom: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerSocial {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footerSocial svg { 
  width: 4.8rem;
  height: 4.8rem;
}
.footerSocial a{
    opacity: .8;
    margin-left: 1.6rem;
}
.footerSocial svg g{
    opacity: 1;
}

.footerSocial a:hover{
    opacity: 1;    
}
.footerMiddle {
  padding: 6rem 0;
}
.footerMiddle ul {
  display: flex;
  flex-direction: column;
}

.footerMiddle ul li:first-child a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 1;
}

.footerMiddle ul li:first-child {
  margin-bottom: 2.4rem;
}
.footerMiddle ul li {
  margin-bottom: 1.4rem;
}

.footerMiddle ul li a,
.footerMiddle ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.footerMiddle ul li a svg,
.footerMiddle ul li p svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}
.footerMiddle ul li a:hover {
  opacity: 1;
}
.footerBottom {
  width: 100%;
  border: 0.1rem solid #72b8b7;
  border-right: none;
  border-left: none;
}
.footerBottomChild {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.6rem 0;
}
.footerBottomChild a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.4s;
}

.footerBottomChild a:hover {
  opacity: 1;
}
.footerReserved {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0 0;
}
.footerReserved p {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 135%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.footerReserved strong {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.45;
  display: block;
  margin-left: 0.6rem;
}
.footerReserved span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: rgba(255, 255, 255, 0.46);
  display: flex;
  align-items: center;
}
.footerReserved a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  opacity: 1;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 0.2rem;
  margin-left: 0.6rem;
  transition: .4s;
}
.footerReserved a:hover{
    color: #fac011;
    border-bottom: 0.1rem solid #fac011;
}

.breadCrumb {
  display: flex;
  align-items: center;
}
.breadCrumb a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  position: relative;
  margin-right: 3.4rem;
  border-bottom: 0.1rem solid transparent;
  transition: 0.3s all ease;
}
.breadCrumb a:hover {
  border-bottom: 0.1rem solid #000;
}

.breadCrumb a::after {
  content: "";
  position: absolute;
  left: 120%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.2rem;
  height: 0.1rem;
  background-color: #000;
}
.breadCrumb a:last-child {
  color: #c9c9c9;
  margin-right: 0;
  padding-right: 0;
  pointer-events: none;
}
.breadCrumb a:last-child::after {
  display: none;
}
.page {
  padding-top: 15rem;
  padding-bottom: 25rem;
}
.pageTop h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 6.4rem;
}
.aboutTopInner h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #257379;
  margin-bottom: 3.8rem;
}
.aboutTopInner p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #257379;
  margin-bottom: 3.4rem;
}
.pageTop {
  padding-top: 6.4rem;
}
.aboutTopInner {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.aboutTop {
  position: relative;
  /*height: 80vh;*/
}
.aboutPage {
  background: #fefaf0;
}
.aboutContent {
  position: relative;
  padding: 10.5rem 0 14.6rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutCard h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #257379;
  margin-bottom: 3.2rem;
}

.aboutCard p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 156.5%;
  letter-spacing: -0.01em;
  color: #194e52;
  margin-bottom: 1.6rem;
}

.aboutCard {
  margin-bottom: 8rem;
}

.aboutCard:last-child {
  margin-bottom: 0;
}
.cloudService {
  position: relative;
  padding: 16rem 0 35rem;
}
.cloudService::before {
  display: none;
}

.cloudServiceClass {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20rem;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.aboutMessageLeft {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  position: relative;
}
.aboutMessageLeft svg{
    position: absolute;
    left: -3rem;
    top: 0rem;
    width: 5rem;
    height: 5rem;
    opacity: .8;
}
.aboutMessageLeft h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.4rem;
}

.aboutMessageLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 1.2rem;
}
.aboutMessage {
  background: #ffffff;
  padding: 7.2rem 0 25rem;
  margin-bottom: -15rem;
}
.aboutMessage .img {
  height: 61.2rem;
  border-radius: 3rem;
  overflow: hidden;
}
.aboutMessage .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutMessageLeft .div {
  border-top: 0.4rem solid #000000;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-top: 1rem;
  margin-top: 2.4rem;
}
.aboutMessageLeft .div span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.6;
}

.aboutMessageLeft .div p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-left: 2rem;
}
.blogs {
  background: #f5f7f7;
}
.photoCard:nth-child(6n + 1) {
  grid-column: span 5;
}
.photoCard:nth-child(6n + 2) {
  grid-column: span 3;
}

.photoCard:nth-child(6n + 3) {
  grid-column: span 4;
}
.photoCard:nth-child(6n + 4) {
  grid-column: span 4;
}
.photoCard:nth-child(6n + 5) {
  grid-column: span 5;
}

.photoCard:nth-child(6n + 6) {
  grid-column: span 3;
}
.photoCard {
  height: 28rem;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.photoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoCard {
  margin-bottom: 6.4rem;
}
.videoCard .videoCardInner {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 22.4rem;
  margin-bottom: 1.2rem;
}
.videoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoCard .playButton img {
  width: 3rem;
  height: 3rem;
}

.videoCard .playButton {
  background: rgba(255, 255, 255, 0.5);
  height: 5.4rem;
  width: 5.4rem;
}
.videoCard h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #080707;
    opacity: 0.7;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4.6rem;
}
.playButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  width: 9.6rem;
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.detail h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.4rem;
  color: #000000;
  text-align: left;
  margin-bottom: 1.6rem;
}
.detail span.date {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #636363;
  margin-bottom: 4.6rem;
  display: block;
}
.detail .imgContainer {
  height: 52.6rem;
  width: 100%;
  margin-bottom: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail .imgContainer img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.detail h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin-bottom: 4rem;
}
.detail p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 174%;
  letter-spacing: -0.02em;
  color: #0e192d;
  width: 90%;
  margin-bottom: 1.6rem;
}
.detail {
  background: #fef5d8;
}
.detail h5,.detail h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 174%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin-bottom: 1.6rem;
}
.detail ul li,.miniContainer ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 174%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin-bottom: 1.6rem;
  margin-left: 2rem;
  list-style: disc;
}
.swiper-button-prev,
.swiper-button-next {
  top: auto !important;
  bottom: 2.4rem;
  background: #ffffff;
  box-shadow: 5px 7px 19px rgba(189, 181, 181, 0.21);
  border-radius: 3rem;
  width: 8rem !important;
  height: 8rem !important;
  outline: none;
}
.swiper-button-prev {
  right: 9.6rem !important;
  left: 0 !important;
  margin: auto;
}
.swiper-button-next {
  right: 0 !important;
  left: 9.6rem !important;
  margin: auto;
}
.swiper-button-prev:after {
  content: url(../media/arrowR.svg) !important;
}
.swiper-button-next:after {
  content: url(../media/arrowL.svg) !important;
}
.detailImg .detailSwiper {
  padding-bottom: 6rem !important;
}
.detailSwiperParent {
  margin-bottom: 6rem;
}
.detailSwiperParent {
  margin: 4.6rem 0 5.4rem;
  /*height: 61.5rem;*/
  width: 100%;
}
.detailImg img {
  width: 100%;
  height: 61.5rem !important;
  object-fit: cover;
  outline: none;
}
.detailSwiperParent .swiper-slide{
    height: auto !important;
}
.detailContainerImg { 
  position: relative;
  height: 61.5rem;
  width: 100%;
  margin: 10rem 0;
}

.detailContainerImg img,.detailImg a,.detailContainerImg a {
  width: 100%;
  height: 100% !important;
}
.detailContainerImg span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 3rem;
  height: 6rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 161.1%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 5rem;
}

.detailContainerImg span svg {
  width: 1.6rem;
  height: 2.4rem;
  margin-right: 1.2rem;
}
.otherProducts{
    margin-top: 6.4rem;
}
.otherProducts h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 3.6rem;
}

.contactLeft {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.contactParent h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin: 3.2rem 0;
}
.contactParent {
  padding-top: 6.4rem;
}
.contactLeft span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
}
.contactLeft h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 1.6rem;
}
.contactLeft p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 161%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
}
.contactDetail {
  margin-top: 5.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contactDetail h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #474748;
  margin-bottom: 1.8rem;
  width: 100%;
}

.contactDetail a,
.contactDetail p,
.contactSocial a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: rgba(71, 71, 72, 0.8);
  margin-bottom: 0.8rem;
  width: 46%;
  opacity: 1;
  transition: .3s;
}
.contactSocial a {
  width: fit-content;
}
.contactSocial a:hover {
  opacity: .6;
}
.contactDetail a span,
.contactDetail p span,
.contactSocial a span {
  border: 0.1rem solid #474748;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  margin-right: 1.6rem;
  min-width: 3.2rem;
}
.contactSocial a {
  width: fit-content;
}
.contactDetail a svg,
.contactDetail p svg,
.contactSocial a svg {
  width: 1.6rem;
  height: 1.6rem;
}
.contactSocial {
  display: flex;
  align-items: center;
  padding: 5.4rem 0;
}
.contactSocial span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #474748;
  margin-right: 2.8rem;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.contactParent iframe {
  width: 100%;
  height: 53.2rem;
}
.inputGroup {
  display: flex;
  align-items: center;
}
.inputGroup .inputChild {
  width: 100%;
}
.inputGroup .inputChild:first-child {
  margin-right: 1.6rem;
}
.inputGroup .inputChild:last-child {
  margin-right: 0;
}
.inputChild {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.inputChild label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.48;
  margin-bottom: 0.4rem;
  padding-left: 0.9rem;
  display: block;
}

.inputChild input,
.inputChild textarea {
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
  height: 5.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.95);
  padding: 0 2.4rem;
}
.inputChild input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.selectBox {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
}

.selectBox input {
  border: 0;
}

.selectBox select {
  border: none;
  border-right: 0.1rem solid #c5c5c5;
  font-style: normal;
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 1.5rem 2.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  text-align: center;
}
.selectBox{
     display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0.8rem;
    position: relative;
}
selectBox span img {
    width: 2rem;
    height: 2rem;
}
.selectBox span{
    position: absolute;
    left: 6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 2rem;
    background-repeat: norepeat !important;
}
.selectBox span img{
    width: 2rem;
    height: 2rem;
}
.inputChild textarea {
  padding-top: 1.6rem;
  resize: none;
  height: 12rem;
}
.inputButtons {
  display: flex;
  align-items: center;
}
.blueButton {
  background: #4ab5b3;
  border-radius: 0.8rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.9rem;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
    transition:.4s;
}
.blueButton:hover{
    background: #65c8d0 !important;
}
.branchesLeft {
  padding-left: 5.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branchesLeft a {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #393429;
  margin-bottom: 2.8rem;
  border-bottom: 0.01rem solid rgba(124, 124, 124, 0.558);
  position: relative;
  width: fit-content;
}

.branchesLeft a::before {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, #2e82ba 0%, #662d91 100%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.homePageOurBranches iframe {
  height: 48rem;
  width: 100%;
}

.tabs-container {
  display: none;
}
.tabs-container:first-child {
  display: block;
}

#tabs li a {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #f6861e;
  position: relative;
  padding-left: 2.4rem;
}
#tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f6861e;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

#tabs li {
  width: 80%;
  padding: 1.2rem 0 1.6rem;
  border-bottom: 0.1rem solid #e9e3d8;
}

#tabs li a.inactive {
  color: #393429 !important;
  padding-left: 0;
}
#tabs li a.inactive::before {
  display: none;
}
.branchesInner h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 3rem;
}

.branchesInner iframe {
  height: 44.2rem;
  width: 100%;
  margin-bottom: 4.8rem;
}
.branches h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #080707;
}
.contactSocials {
  display: flex;
  flex-direction: column;
  height: 20rem;
  flex-wrap: wrap;
}
.contactSocials a {
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #474748;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;

  width: 50%;
}
.contactSocials a svg {
  width: 4rem;
  height: 4rem;
  margin-right: 1.8rem;
}
.searchButton svg {
  width: 2.4rem;
  height: 2.4rem;
}

.searchButton svg path {
  fill: #041648;
}
.searchButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchButton div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  height: 2.4rem;
}
.searchMenu {
  border-top: 0.1rem solid #e5e3dd;
  background: #FEFAF0;
  position: absolute;
  top: 15rem;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none;
}
header.active{
    background: #FEFAF0;
}
.searchMenu.active {
  display: block;
}
.searchMenuInner {
  padding: 2.4rem 0;
}
.searchMenuInner h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  margin-bottom: 1.8rem;
  padding-left: 3.2rem;
}
.searchMenuInner .inputChild {
  position: relative;
}
.searchMenuInner .inputChild button {
  position: absolute;
  right: 1.6rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
  width: 4.2rem;
  background-color: transparent;
}
.searchMenuInner .inputChild button svg {
  width: 2.2rem;
  height: 2.2rem;
}
.searchList {
  padding: 0 3.2rem 3.2rem;
  height: 40vh;
  max-height: 40vh;
  overflow: auto;
}
.searchList a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.searchList a span {
  display: block;
  width: 70%;
}
.searchList a img {
  width: 1.8rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
  transform: rotate(-90deg);
}
.lang{
    position: relative;
    margin: 0 1rem 0 0;
}
.faqContainer p{
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 156.5%;
    letter-spacing: -0.01em;
    color: #1d1d1d;
    margin-bottom: 1.6rem;
}
.faqContainer h2,.faqContainer h3,.faqContainer h4,.faqContainer h5, .faqContainer h6{
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 100%;
    text-align: left;
    letter-spacing: -0.03em;
    color: #080707;
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
}
.langHeader{
    display: flex;
    align-items: center;
    justify-content: center;
}
.langHeader img{
    width: 2rem;
    height: 2rem;
    margin-left: .6rem;
    transition: .4s all ease;
}
.langHeader.active img{
    transform: rotate(-180deg);
}
.langHeader span,.langBody a{
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 100%;
    text-align: right;
    letter-spacing: -0.0108em;
    color: #194e52;
    display: flex;
    align-items: center;
    transition: 0.2s all ease;
    padding-bottom: 1rem;
    transition: .4s all ease;
    cursor: pointer;
}
.langHeader span{
    font-size: 1.8rem;
    padding-bottom: 0;
    color: #39aaa8;
}
.langHeader span:hover,.langBody a:hover{
    opacity: .6;
}
.langBody a:last-child{
    padding-bottom: 0;
}
.langBody{
    background: #fff;
    border-radius: .8rem;
    padding: 1.6rem 2.4rem;
    position: absolute;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 20px 21px rgb(87 91 100 / 16%);
    border-radius: 0.8rem;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
    display: none;
}

.menuPopup {
  display: none;
}
.searchMenuInner .moreButton {
  padding-left: 3.2rem;
  margin-top: 3rem;
}
::-webkit-scrollbar {
  width: 1.2rem;
}
::-webkit-scrollbar-track {
  background: #fac011ad;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb {
  background: #f2b500;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #e4ab02;
}
.searchButton .searchButtonSecond,
.menuButton {
  display: none;
}
.searchButton .searchButtonFirst {
  display: block;
}
.searchButtonFirst.active {
  display: none !important;
}
.searchButtonSecond.active {
  display: flex !important;
}
.miniContainer h2, .miniContainer h3,.miniContainer h4{
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 120%;
    color: #000000;
    margin-bottom: 2.4rem;
}
.miniContainer h5,.miniContainer h6{
    font-style: normal;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 120%;
    color: #000000;
    margin-bottom: 2.4rem;
}
.buttons{
    display: flex;
    justify-content: center;
}
.selectOption {
  position: relative;
}
.selectOption::after {
  position: absolute;
  content: url("/front/media/arrowDown.svg");
  right: 1.6rem;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.6rem;
  font-size: 1rem;
}
.selectOption select {
  border: 0.1rem solid #d1d2d6;
  border-radius: 0.8rem;
  width: 100%;
  height: 5.6rem;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0 1.6rem;
  cursor: pointer;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.alert{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: fit-content;
    width: 45rem;
    height: 15rem;
    background: #ffffff;
    opacity: 1;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 37px;
}
.alert strong{
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 4.4rem;
    letter-spacing: -0.02em;
    color: #278d47;
    text-align: center;
}
.alert span{
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4.4rem;
    letter-spacing: -0.02em;
    color: #000000;
    text-align: center;
    position: absolute;
    top: 0rem;
    right: 2rem;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


.videoAbout{
    height: 67.6rem;
    position: relative;
    width: 100%;
    margin-bottom: 8rem;

}
.videoAbout img, .videoAbout iframe{
        height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 767.9px) {
    .videoAbout, .branchesInner iframe, .structureCard img {
    height: 30rem;
    margin-bottom: 3.2rem;
}
.detail .imgContainer img{
    width: 100%;
    object-fit: contain;
}
  header {
    padding-top: 1.2rem;
  }
  .detailSwiperParent img {
    height: 28rem !important;
  }
  .searchButton svg {
    height: 1.8rem;
    width: 1.8rem;
  }
  .searchButton div {
    height: 1.8rem;
  }
  .logo img {
    height: 6rem;
    margin-right: -10rem;
  }
  .langHeader span{
      font-size: 1.6rem;
  }
  .searchMenu {
    top: 8.1rem;
  }
  .searchMenuInner h6 {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .inputChild input,
  .inputChild textarea {
    font-size: 1.2rem;
    padding: 0 0.8rem;
  }
  .searchMenuInner .inputChild button svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .searchMenuInner .inputChild button {
    right: 0;
  }
  .searchList {
    padding: 0 1.6rem 1.6rem;
    height: 50vh;
    max-height: 50vh;
  }
  .searchList a span {
    font-size: 1.2rem;
    width: 80%;
    line-height: 120%;
  }
  .menuButton,
  .closeButton {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .menuPopup {
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 0;
    background: #f8fafc;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: block;
    transition: 0.3s ease;
  }
  .menuPopup .logo img{
      margin: 0;
  }
  .menuPopup.active {
    transform: translateX(0);
  }
  .menuPopupTop {
    padding: 1rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #e5e3dd;
  }
  .menuPopupTop .lang {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .menuPopupTop .logo {
    margin-right: -1rem;
  }
  .lang a {
    font-size: 1.2rem;
  }
  .menuPopupMiddle {
    padding: 2.4rem 1.6rem;
  }
  .menu-card-header .icon {
    transition: 0.3s;
    width: 1.8rem;
    height: 1.8rem;
  }
  .menu-card-header.active .icon {
    transform: rotate(-100deg);
  }
  .menu-card {
    width: 100%;
  }
  .menu-card:first-child {
    margin-right: 2.4rem;
  }
  .menu-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.0108em;
    color: #252525;
    cursor: pointer;
  }
  .menu-card-body {
    padding: 0 2rem;
    display: none;
  }
  .menu-card-body a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 95%;
    letter-spacing: -0.03em;
    color: #2d2d2d;
    opacity: 0.85;
    margin-bottom: 1.6rem;
  }
  .headerContainer ul,
  .headerContainer .callNumber,
  .headerContainer .wpClass,
  .headerContainer .liveVideo {
    display: none;
  }
  .homeService::before {
    display: none;
  }
  .searchButton {
    width: 4rem;
    height: 4rem;
  }
  .wallpSection,
  .wallpSectionParent {
    height: 100vh;
  }
  .homeAbout{
      height: auto;
  }
  .homeAboutChild {
    width: 100%;
  }
  .homeAboutChild h1,
  .homeService h2,
  .homeCategory h2,
  .homeBlogDetail h3,
  .aboutTopInner h1,
  .aboutCard h4,
  .aboutMessageLeft h2,
  .pageTop h1,
  .otherProducts h5 {
    font-size: 2.8rem;
  }
  .pageTop h1 {
    margin-bottom: 2.6rem;
  }
  .homeAboutChild p,
  .aboutCard p,
  .aboutMessageLeft p {
    font-size: 1.4rem;
  }
  .cloudCLass,
  .aboutMessage .img {
    height: 25rem;
  }
  .aboutMessage .img {
    margin-top: 3.2rem;
  }
  .handClass,
  .cloudServiceClass {
    height: 16rem;
  }
  .aboutMessage {
    padding: 5rem 0;
  }

  .homeService {
    padding-top: 10rem;
  }
  .serviceCard .img {
    height: 12rem;
  }
  .serviceCard,
  .homeVideo a,
  .categoryCard,
  .detail .imgContainer,
  .detailSwiperParent,
  .detailContainerImg,
  .detailContainerImg a {
    height: 28rem;
  }
  .homeVideo span {
    height: 5rem;
    width: 5rem;
  }
  .homeVideo span img {
    width: 2.4rem;
    height: 2.4rem;
  }
  .homeCategory {
    padding: 6rem 0;
  }
  .categoryCard .img {
    width: 15rem;
    height: 15rem;
  }

  .categoryCard p,
  .aboutTopInner p,
  .detail p,
  .detail ul li {
    font-size: 1.6rem;
    width: 100%;
  }
  .max-container {
    width: -webkit-fill-available;
    margin: 0;
  }
  .homeBlogDetail {
    padding: 3.2rem 1.6rem;
  }
  .moreButton,
  .blogCardDetail h4 {
    font-size: 1.6rem;
  }
  .blogCard .img {
    height: 18rem;
  }
  .blogCard,
  .footerMiddle ul,
  .detail .imgContainer {
    margin-bottom: 2.4rem;
  }
  .blogCardDetail {
    padding: 1rem;
  }
  .footerContact,
  .footerTop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footerSocial {
    width: 100%;
    margin-top: 2.4rem;
  }
  .footerSocial svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .footerContact a {
    margin-bottom: 1.2rem;
  }
  .footerBottomChild a {
    font-size: 1.4rem;
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .footerBottomChild {
    flex-wrap: wrap;
    justify-content:  flex-start;
  }
  .footerReserved {
    flex-direction: column;
  }
  .footerReserved p {
    margin-bottom: 1.6rem;
  }
  .page {
    padding-top: 10rem;
  }
  .breadCrumb {
    display: none;
  }
  .pageTop {
    padding-top: 1rem;
  }
 .share button,
  .share a {
    width: 3.2rem;
    height: 3.2rem;
  }
  .share button svg,
  .share a svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .aboutTopInner,
  #tabs li {
    width: 100%;
  }
  .aboutContent {
    padding: 5rem 0;
  }
  .aboutCard,
  #tabs {
    margin-bottom: 5rem;
  }
  .cloudService {
    padding: 10rem 0 18rem;
  }
  .contactSocials {
    height: 100%;
  }
  .contactSocials a,
  .contactDetail a,
  .contactDetail p {
    width: 100%;
  }
  .contactSocial {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .contactSocial span {
    width: 100%;
    margin-top: 2.4rem;
  }
  .photoCard {
    grid-column: span 12 !important;
    height: 22rem;
  }
  .detail h4 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .swiper-button-prev, .swiper-button-next{
      width: 5.4rem !important;
      height: 5.4rem !important;
  }
  .aboutMessage{
      margin-bottom: 0;
      padding-bottom: 20rem;
  }
  .aboutTop{
      height: auto;
  }
  .aboutCloud{
    height: 22rem;
  }
  .miniContainer div{
    width: 100%;
  }
}
