@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --black: #000000;
  --white: #ffffff;
  --blue: #f25c69;
  --soft-blue: #E7F4FC;
}

body{
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, label, span, a, button{
  font-family: "Open Sans", Sans-serif;
}

/*navbar*/
.navbar-light .nav-item{
  margin-left: 10px;
  margin-right: 10px;
}
.navbar-light .nav-item .nav-link{
  font-weight: 600;
  font-size: 15px;
  line-height: 34px;
  color: var(--black) !important;
  transition: 0.5s;
}
.navbar-light .nav-item .nav-link.active, .navbar-light .nav-item .nav-link:hover{
  font-weight: 600;
  font-size: 15px;
  line-height: 34px;
  color: #f25c69 !important;
}
.navbar-scroll{
  background-color: var(--white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/*navbar*/

/*footer*/
footer{
  background-color: #061E2F;
  color: var(--white);
}
footer h3{
  font-size: 20px;
  margin-bottom: 20px;
}
footer p, footer span{
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
footer a{
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
footer ul{
  padding-left: 0;
}
footer ul li{
  list-style: none;
}
/*footer*/

/*global*/
a{
  text-decoration: none;
  -webkit-appearance: none;
}
h2, .title-all{
  font-weight: 900;
  font-size: 30px;
  line-height: 50px;
  color: var(--black);
}
p{
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
.text-blue{
  color: #f25c69;
}
.text-grey{
  color: #929496;
}

.h-full{
  min-height: 110vh;
}
.bg-custom-top{
  background: url('../img/global/bg-custom-top.svg');
  width: 100%;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-custom-bottom{
  background: url('../img/global/bg-custom-bottom.svg');
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-custom-bottom-2{
  background: url('../img/global/bg-custom-bottom-2.svg');
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-soft{
  background-color: #ffffff;
}
.btn{
  border-radius: 100px !important;
  padding: 10px 25px;
  margin: 15px 0;
  -webkit-appearance: none;
}
.btn.btn-main{
  background-color: #f25c69;
  border: 2px solid #f25c69;
  color: var(--white);
  font-weight: 700;
  padding: 10px 25px;
  text-decoration: none;
  z-index: 1;
}
.btn.btn-main-arrow{
  background-color: transparent;
  border: 2px solid #f25c69;
  text-align: end;
  padding-left: 50px;
  transform: translateX(-40px);
  z-index: 0;
  border-radius: 100px !important;
}
.btn.btn-main-arrow:hover{
  z-index: 0;
}
.btn-group .btn.btn-main-arrow{
  transition: 0.5s ease-out;
}
.btn-group .btn.btn-main{
  transition: 0.5s ease-out;
}
.btn-group:hover .btn.btn-main{
  padding-left: 45px;
  padding-right: 45px;
}
.btn-group:hover .btn.btn-main-arrow{
  z-index: 0;
  transform: translateX(-100px);
}
.text-center .btn-group:hover .btn.btn-main, .justify-content-center .btn-group:hover .btn.btn-main{
  padding-left: 45px;
  padding-right: 45px;
  transform: translateX(50px);
}
.text-center .btn-group:hover .btn.btn-main-arrow, .justify-content-center .btn-group:hover .btn.btn-main-arrow{
  z-index: 0;
  transform: translateX(-100px);
}
.text-center .btn-group, .justify-content-center .btn-group {
  transform: translateX(20px);
}
.text-center .btn-group:hover, .justify-content-center .btn-group:hover {
  transform: translateX(20px);
}
.btn-white{
  background-color: var(--white);
  color: #f25c69;
  border-radius: 10px !important;
  font-weight: 800;
  font-size: 14px;
  height: 70px;
  vertical-align: middle;
}
.px-desktop{
  padding-left: 20%;
  padding-right: 20%;
}
.pt-desktop-all{
  padding-top: 70px;
}
.font-weight-bold{
  font-weight: 700;
}
.btn-modal-close {
  border: 0;
  background-color: transparent;
  z-index: 9999;
  align-self: start;
  transform: translate(-28px, -20px);
}
.modal-content{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 0;
}
.btn-modal-close img{
  width: 40px;
}
.modal{
  z-index: 1036;
}
.modal-backdrop{
  z-index: 1035;
}
.text-404{
  font-size: 100px;
}
/*global*/

/*home*/
.banner-home{
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 60px;
  /* text-transform: uppercase; */
  color: #000000;
}
.bg-banner{
  background: url('../img/home/banner.png');
  width: 100%;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-how-to{
  border-radius: 50px 50px 0 0;
  background: url('../img/home/bg-how-to.png');
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-services-top{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  border: 0;
}
.card-services-bottom{
  background: #f25c69;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 50px 50px;
  color: var(--white);
}
.card-services-bottom span{
  font-size: 18px;
  font-weight: 600;
}
.ornament-our-services{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 130px;
}
.how-to-title h3{
  display: inline-block;
  background-color: #f25c69;
  padding: 10px 50px;
  border-radius: 100px;
  color: var(--white);
  font-weight: 800;
  font-size: 30px;
  margin: 0;
  margin-top: 190px;
}
.how-to-number{
  min-width: 30px;
  max-height: 30px;
  padding: 3px 0;
  background-color: #f25c69;
  border-radius: 100px;
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.how-to-list h6{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.how-to-list p{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
/*home*/

/*about*/
.about-banner-title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 800;
}
/*about*/

/*careers*/
.accordion-item:last-of-type {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
  border-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.accordion-button:not(.collapsed)::after {
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  background: url('../img/careers/arrow.svg');
  padding: 20px;
  border-radius: 100px;
}
.accordion-button::after{
  background: url('../img/careers/arrow.svg');
  padding: 20px;
  border-radius: 100px;
  transform: rotate(0deg);
}
.accordion-item {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 4px 20px rgb(0 143 213 / 20%);
  border-radius: 20px !important;
}
.accordion-button{
  border-radius: 20px;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 transparent;
  border: 0 !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: 0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.accordion-width{
  min-width: 79vw;
}
.accordion-width span{
  font-weight: 800;
}
.accordion-title-separator{
  width: 4px;
  height: 4px;
  background-color: var(--black);
  border-radius: 100px;
}
.text-careers{
  font-size: 20px;
  font-weight: 800;
}
/*careers*/

/*support*/
.support-banner-title{
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
}
.card-faqs{
  background: linear-gradient(147.9deg, #f25c69 0%, #036392 97.19%);
  border-radius: 20px;
  border: 0;
}
.card-faqs .card-body{
  padding: 20px;
}
.map{
  border-radius: 20px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
}
.btn-chat-support{
  transform: translateX(30px);
}
/*support*/

/*our-services*/
.img-group-our-services figure {
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
}
.img-group-our-services figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.img-group-our-services figure img {
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-group-our-services figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.img-show-video figure {
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  position: relative;
}
.img-show-video figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.img-show-video figure img {
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-show-video figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.img-group-our-services h3{
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
}
.img-group-our-services p{
  color: var(--black);
}
#modalServices .modal-body, #modalOrder .modal-body{
  height: 100vh;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.our-services-detail{
  margin-bottom: 20px;
}
.our-services-detail img{
  width: 40px;
  margin-right: 20px;
}
.our-services-detail p{
  margin-bottom: 0;
}
.our-services-package .card{
  min-height: 132px;
  vertical-align: middle;
}
.our-services-package img{
  width: 50px;
  margin-right: 10px;
}
.our-services-package span{
  color: var(--black);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
.our-services-package ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.our-services-package ul li{
  list-style-image: url('../img/our-services/checklist.svg');
  color: var(--black);
  font-size: 14px;
  margin-bottom: 5px;
}
.modal h2{
  font-size: 30px;
  font-weight: 700;
}
.modal h3{
  font-size: 22px;
}
.swiper-testimony.swiper {
  width: 100%;
  padding: 30px;
}
.swiper-testimony .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-testimony .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .card{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 0;
}
.testimony-content{
  text-align: start;
  font-size: 14px;
  line-height: 18px;
}
.testimony-content::before{
  content: ' " ';
}
.testimony-content::after{
  content: ' " ';
}
.avatar {
  vertical-align: middle;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  margin-right: 20px;
}
.testimony-profile p{
  font-size: 12px;
  line-height: 14px;
  text-align: start;
}
.play-button{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 50px;
}
/*our-services*/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; 
  z-index: 9999999;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
  display: none; 
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; 
}
.mfp-ajax-cur {
  cursor: progress; 
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; 
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}
.mfp-loading.mfp-figure {
  display: none; 
}
.mfp-hide {
  display: none !important; 
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; 
}  
.mfp-preloader a {
  color: #CCC; 
}
.mfp-preloader a:hover {
  color: #FFF; 
}
.mfp-s-ready .mfp-preloader {
  display: none; 
}
.mfp-s-error .mfp-content {
  display: none; 
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; 
}
button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; 
}  
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; 
  }
.mfp-close:active {
    top: 1px; 
  }
.mfp-close-btn-in .mfp-close {
  color: #333; 
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; 
}  
.mfp-arrow:active {
    margin-top: -54px; 
  }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; 
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; 
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; 
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; 
}
.mfp-arrow-left {
  left: 0; 
}  
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; 
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; 
}
.mfp-arrow-right {
  right: 0; 
}  
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; 
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; 
  }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
}  
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
  top: -40px; 
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; 
}  
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; 
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; 
}  
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; 
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.mfp-figure figure {
  margin: 0; 
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; 
}
.mfp-image-holder .mfp-content {
  max-width: 100%; 
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; 
}
@media only screen and (min-width: 1632px) {
  .bg-custom-bottom{
    background: url('../img/global/bg-custom-bottom.svg');
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-custom-bottom-2{
    background: url('../img/global/bg-custom-bottom-2.svg');
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; 
  }
.mfp-img-mobile img.mfp-img {
    padding: 0; 
  }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; 
  }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; 
  }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; 
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; 
    }
  .fp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; 
  }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; 
  } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); 
  }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; 
  }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; 
  }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px; 
  } 
}

.nav-desktop{
  display: flex;
}
.nav-mobile{
  display: none;
}
.text-mobile-center{
  text-align: start;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
.position-title-detail{
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .nav-desktop{
    display: none;
  }
  .nav-mobile{
    display: block;
    z-index: 2001;
  }
  #nav-icon {
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--black);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transform: translateY(-5px);
  }
  #nav-icon span:nth-child(1) {
    top: 10px;
  }
  #nav-icon span:nth-child(2) {
    top: 25px;
  }
  #nav-icon span:nth-child(3) {
    top: 40px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #nav-icon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .overlay {
    height: 100%;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: var(--white);
    overflow-x: hidden;
    transition: 0.5s;
  }
  .overlay-height{
    height: 100% !important;
  }
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: 100%;
  }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: var(--black);
    display: block;
    transition: 0.3s;
  }
  .overlay a.active{
    color: #f25c69;
  }
  .overlay a:hover, .overlay a:focus {
    color: #f25c69;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .navbar{
    background-color: var(--white);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  }
  .px-desktop {
    padding-left: 10%;
    padding-right: 10%;
  }
  .btn{
    font-size: 12px;
  }
  .home-our-services .px-5 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
  }
  .bg-banner{
    background: url('../img/home/banner.png');
    width: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-banner .my-auto{
    margin-top: 110px !important;
  }
  .card-services-bottom span {
    font-size: 15px;
    font-weight: 600;
  }
  .ornament-our-services {
    width: 100px;
  }
  .card-services-top {
    border-radius: 25px;
  }
  .card-services-bottom.py-4{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .img-group-our-services figure {
    height: 132px;
  }
  .py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .img-group-our-services h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--black);
  }
  p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  .accordion-width {
    min-width: 63vw;
  }
  .support-banner-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
  }
  .map-group{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  }
  .map-group iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .img-show-video figure {
    height: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-banner .my-auto {
    margin-top: 150px !important;
    margin-bottom: 0 !important;
  }
  .banner-content.my-auto{
    margin-top: 10px !important;
  }
  .text-mobile-center{
    text-align: center;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .bg-how-to{
    border-radius: 50px 50px 0 0;
    background: transparent;
    width: 100%;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .how-to-title h3{
    display: inline-block;
    background-color: #f25c69;
    padding: 10px 50px;
    border-radius: 100px;
    color: var(--white);
    font-weight: 800;
    font-size: 30px;
    margin: 0;
    margin-top: 0px;
  }
  #modalServices .modal-body, #modalOrder .modal-body {
    height: 95vh;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    transform: translateX(25px);
  }
  .btn-modal-close {
    border: 0;
    background-color: transparent;
    z-index: 9999;
    align-self: start;
    transform: translate(-6px, -17px);
  }
  .img-milestone-mobile{
    margin-left: auto;
    margin-right: auto;
  }
  .accordion-width {
    min-width: 57vw;
  }
  .position-title-detail{
    line-height: 0;
    display: flex !important;
  }
  .position-title{
    transform: translateY(-10px);
  }
  .position-title span{
    font-weight: 600;
  }
  .w-75 {
    width: 75%!important;
  }
  .swiper-about .swiper-slide{
    transform: scale(0.9);
  }
  .swiper-about .swiper-slide.swiper-slide-active{
    transform: scale(1);
  }
  .card-about{
    background: linear-gradient(180deg, #BDDEF4 56.88%, #EEF8FF 56.88%, #9BD3F8 100%);
    border-radius: 20px;
    padding: 0;
    border: 0;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
  }
  .card-about .card-body-image{
    background-color: var(--white) !important;
    border-radius: 20px;
  }
  .card-about p{
    font-size: 14px;
    font-weight: 700;
  }
  .btn-group:hover .btn.btn-main{
    padding-left: 45px;
    padding-right: 45px;
    transform: translateX(50px);
  }
  .btn-group:hover .btn.btn-main-arrow{
    z-index: 0;
    transform: translateX(-100px);
  }
  .text-404{
    font-size: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .btn-modal-close {
    border: 0;
    background-color: transparent;
    z-index: 9999;
    align-self: start;
    transform: translate(-11px, 8px);
  }
  .our-servies .p-4{
    padding: 15px !important;
  }
  .img-group-our-services h3 {
    font-size: 14px;
    font-weight: 800;
    color: var(--black);
  }
  p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 458px) {
  .img-group-our-services figure {
    height: 110px;
  }
  .img-show-video figure {
    height: 115px;
  }
  .banner-home{
    font-size: 25px;
    line-height: 35px;
	margin-top: 45px !important;
	/*color:#f25c69 !important;*/
	color:#222 !important;
  }
  .bg-banner .my-auto {
    margin-top: 97px !important;
    margin-bottom: 0 !important;
  }
  .bg-banner{
    background: url('../img/home/bg-banner-3.jpg');
    width: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh !important;
  }
  .w-75 {
    width: 70%!important;
  }
  .how-to-title h3 {
    font-size: 20px;
  }
  .modal h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .img-show-video figure {
    height: 92px;
  }
  .img-group-our-services figure {
    height: 90px;
  }
}

#ok-home > section.h-full.bg-banner > div > div > div.col-lg-5.col-md-8.my-auto.text-mobile-center > div,
#ok-home > footer > div > div:nth-child(1) > div:nth-child(4) > h3,
#ok-home > footer > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2),
#ok-home > footer > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(3),
#ok-home > footer > div > div:nth-child(1) > div:nth-child(1) > h3,
#ok-home > section.bg-custom-bottom.py-5.px-desktop.desktop,
.map-group,
#ok-home > section.h-10vh.bg-custom-top.pt-desktop-all.text-mobile-center > div > div > div:nth-child(3),
#ok-home > section.h-10vh.bg-custom-top.pt-desktop-all.text-mobile-center > div > div > div.col-md-6.my-auto.text-center.desktop,
#ok-home > section.bg-soft.py-5,
#ok-home > section.h-10vh.bg-custom-top.pt-desktop-all.text-mobile-center > div > div > div.col-md-12.text-center.py-5,
#ok-home > section.h-10vh.bg-custom-top.pt-desktop-all.text-mobile-center,
#ok-home > footer > div > div:nth-child(1) > div:nth-child(4),
#nav-icon,
#ok-home > nav > div > div > div > ul
{display: none !important;}

@media (min-width:1000px){
#ok-home > section.bg-soft.py-5.px-desktop > div > div > div:nth-child(2) > img
{width:76% !important;
margin-bottom:20px;}
#ok-home > section.bg-soft.py-5.px-desktop > div > div > div:nth-child(3) > img
{width:95% !important;
margin-bottom:20px;}
#ok-home > section.bg-soft.py-5.px-desktop > div > div > div:nth-child(4) > img
{width:80% !important;
margin-bottom:20px;}
}

.modal-content {
	max-width:85% !important;
}

@media(max-width:900px){
#ok-home > section:nth-child(7) > div > div > div.col-md-6.my-auto.text-start.p-5
{
	margin-top: 20px !important;
}
.umoof{
	margin-top:30px !important;
}
}
@media(min-width:900px){
#ok-home > section:nth-child(7)
{
	margin-top: 100px !important;
}
}

.title-h1{
	font-size: 60px;
    font-weight: bold;
	letter-spacing: -0.5px;
    line-height: 60px !important;
}
.title-h2 > b{
	color:#f25c69 !important;
}
#about {
	padding:40px
}