@keyframes animationBounce {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes animationBounceSm {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 8px);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    top: 15.6rem;
  }
  50% {
    top: 20.4rem;
  }
  100% {
    top: 15.6rem;
  }
}
@keyframes bounce2 {
  0% {
    top: 17.4rem;
  }
  50% {
    top: 22.2rem;
  }
  100% {
    top: 17.4rem;
  }
}
@keyframes bounce3 {
  0% {
    top: 32.3rem;
  }
  50% {
    top: 27.5rem;
  }
  100% {
    top: 32.3rem;
  }
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
:root {
  --column: 12;
  --padding-col: 0 1.5rem;
}

.content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 2rem 0;
}
.content p {
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-italic {
  font-style: italic;
}

.font-italic-bold {
  font-style: italic;
  font-weight: bold;
}

.text-description {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.block-title {
  color: #00c2cb;
  font-size: 4rem;
  text-align: center;
  margin: -9px 0 30px;
  text-transform: capitalize;
}

.block-title.title-white {
  color: #ffffff;
}

.block-title.title-left {
  text-align: left;
}

.text-sumary {
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
  max-width: 90rem;
  margin: 0 auto 2.3rem;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*::after {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #474747;
  line-height: 1.5;
  background-color: #f5f5f5;
  position: relative;
  background-image: url(../../images/bg-rectangle01.png);
  background-repeat: no-repeat;
  background-position: 49.5% 27.15%;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body.menu-open .block-banner {
  filter: blur(5px);
}
body.menu-open .logo {
  filter: blur(5px);
}

a {
  text-decoration: none;
  transition: 0.5s;
}

.block {
  padding: 8rem 0;
}

.block-bg-white {
  background-color: #ffffff;
}

p {
  margin-bottom: 24px;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
}

.flex {
  display: flex;
}

.full {
  width: 100%;
}

.hidden-body {
  overflow: hidden;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
}
.trans:hover {
  opacity: 0.8;
}

.sm {
  display: none !important;
}

.footer {
  background-color: #22303e;
  color: #ffffff;
  padding-top: 4.2rem;
}
.footer .col {
  width: 22.3rem;
}
.footer .col:last-child {
  margin-left: auto;
  width: 58.4rem;
}
.footer .title-footer {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 2.3rem;
  color: #00c2cb;
}
.footer .list-link-ft li {
  list-style: none;
  margin-bottom: 2rem;
}
.footer .list-link-ft li a {
  color: #ffffff;
  font-weight: 600;
}
.footer .list-link-ft li a:hover {
  color: #00c2cb;
}
.footer .line-ft {
  position: relative;
  padding: 0 0 0 48px;
  margin: -5px 0 16px;
}
.footer .line-ft:hover .icon {
  background-color: #00c2cb;
}
.footer .line-ft:hover .icon:before {
  color: #ffffff;
}
.footer .line-ft .icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3.2rem;
  background: #ffffff;
  position: absolute;
  font-size: 2rem;
  top: 6px;
  left: 0;
  transition: all ease-in-out 0.3s;
}
.footer .line-ft .icon:before {
  color: #00c2cb;
  transition: all ease-in-out 0.3s;
}
.footer .line-ft .icon:hover {
  background: #00c2cb;
}
.footer .line-ft .icon:hover:before {
  color: #ffffff;
}
.footer .line-ft p {
  line-height: 2.3rem;
  margin-bottom: 0;
}
.footer .line-ft p span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1px;
}
.footer .line-ft p a {
  color: #ffffff;
  white-space: nowrap;
}
.footer iframe {
  border: 0;
  width: 100%;
  height: 24rem;
  border-radius: 1rem;
  display: block;
  margin-top: -2px;
}
.footer .bot-footer {
  margin-top: 4rem;
  padding: 2rem 0 2rem;
  background: #081219;
}
.footer .bot-footer .coppyright {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fcfcfc;
  margin-bottom: 0;
}

.email-text {
  display: inline-block;
  width: 153px;
  height: 15px;
}

.header {
  position: absolute;
  width: 100%;
  height: 186px;
  z-index: 100;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #0d1820 -18.75%, rgba(13, 24, 32, 0) 89.69%);
}
.header .btn-menu {
  display: none;
}
.header .top-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 3.2rem;
}
.header .logo a {
  display: block;
}
.header .logo:before {
  content: "";
  top: -290px;
  left: -103px;
  position: absolute;
  z-index: 1;
  border-radius: 32px;
  background-color: #0d1820;
  width: 43rem;
  height: 43rem;
  transform: rotate(23deg);
  z-index: 1;
}
.header .logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 160px;
}
.header .main-nav {
  display: flex;
  justify-content: center;
  margin: 6rem 0;
}
.header .main-nav ul {
  display: block;
}
.header .main-nav ul li {
  list-style: none;
  display: inline-block;
}
.header .main-nav ul li + li {
  margin-left: 3.7rem;
}
.header .main-nav ul li a {
  color: #b3b3b3;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.header .main-nav ul li a:after {
  width: 0;
  border-radius: 4px;
  background-color: #ffffff;
  height: 4px;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  transition: all ease-in-out 0.3s;
}
.header .main-nav ul li a:hover {
  color: #ffffff;
}
.header .main-nav ul li a:hover:after {
  width: 100%;
}
.header .main-nav ul li a.active {
  color: #ffffff;
}
.header .main-nav ul li a.active:after {
  width: 100%;
}

.block-banner {
  overflow: hidden;
  position: relative;
}

.top-banner {
  height: 100vh;
  background-image: url("../../images/banner-home.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
}
.top-banner:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
}
.top-banner .container {
  z-index: 2;
  position: relative;
  padding-top: 1px;
}
.top-banner .container .content-banner {
  margin-top: 9.7rem;
  padding-right: 5rem;
  color: #ffffff;
}
.top-banner .square {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 34.7278px;
  border: 1px solid #fcfcfc;
}
.top-banner .square.square--full-orange {
  background-color: #00c2cb;
  width: 37.2rem;
  height: 37.2rem;
  top: 15.6rem;
  left: 50%;
  margin-left: 87.8rem;
  border-radius: 27.7428px;
  transform: rotate(77.87deg);
  border: 0;
  z-index: 2;
  animation: bounce 8s infinite;
}
.top-banner .square.square--border-left {
  width: 49.1rem;
  height: 49.1rem;
  left: 50%;
  margin-left: -119.3rem;
  transform: rotate(-17deg);
  opacity: 0.5;
}
.top-banner .square.square--border-right {
  width: 57.1rem;
  height: 41.3rem;
  left: 50%;
  margin-left: 72.1rem;
  transform: rotate(-24deg);
  z-index: 1;
  opacity: 0.5;
  animation: bounce3 8s infinite;
}
.top-banner .breadcrumb {
  margin: -4px 0 12px;
}
.top-banner .breadcrumb a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.top-banner .breadcrumb span {
  margin: 0 12px 0 13px;
  position: relative;
  top: 2px;
}
.top-banner .title-banner {
  font-weight: bold;
  font-size: 6rem;
  line-height: 8rem;
  font-family: "Amiri", serif;
  margin-bottom: 1.5rem;
}
.top-banner p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 3.2rem;
}

.explore {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 0 0px 29px;
  font-size: 1.2rem;
  margin-left: -2.1rem;
  color: #ffffff;
  cursor: pointer;
}
.explore:after {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -0.8rem;
  content: url(../../images/icon-arrow-down.svg);
  animation: animationBounce 1.5s infinite;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.block-button {
  text-align: center;
  margin: 2rem 0 0;
}

.btn-link {
  display: inline-block;
  background-color: #00c2cb;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  box-shadow: 2px 4px 7px 1px rgba(0, 0, 0, 0.26);
  border-radius: 0.5rem;
  padding: 15px 31px 15px 33px;
  transition: all 0.4s;
}

button.btn-link {
  border: 0;
  outline: none;
  appearance: none;
  padding: 1.6rem 3.2rem;
  cursor: pointer;
}

.btn-share {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  box-shadow: 2px 4px 7px 1px rgba(0, 0, 0, 0.26);
  border-radius: 0.5rem;
  padding: 1.2rem 3.2rem;
  transition: all 0.4s;
  margin-left: 20px;
}

.slick-arrow {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 4rem;
  cursor: pointer;
  z-index: 10;
  transition: all ease-in-out 0.35s;
}
.slick-arrow:hover {
  background-color: #00c2cb;
}
.slick-arrow:hover .icon-arrow:before {
  color: #ffffff;
}
.slick-arrow .icon-arrow {
  font-size: 2rem;
  line-height: 4rem;
  display: block;
}

.slick-arrow.arrow-prev {
  left: 50%;
  margin-left: -15.5rem;
}

.slick-arrow.arrow-next {
  left: 50%;
  margin-left: 11.5rem;
}
.slick-arrow.arrow-next .icon-arrow {
  transform: rotate(180deg);
  transition: all ease-in-out 0.35s;
}

.slick-dots {
  bottom: -4.4rem;
}
.slick-dots li {
  margin: 0 0.6rem;
  width: 0.8rem;
  transition: all ease-in-out 0.3s;
}
.slick-dots li button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0.8rem;
  border-radius: 1rem;
  background: #bdbdbd;
  font-size: 0;
  color: #bdbdbd;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 3.2rem;
}
.slick-dots li.slick-active button {
  background: #00c2cb;
  color: #00c2cb;
}

.container {
  width: 100%;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}

.container-fuild {
  max-width: 128rem;
  width: 100%;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}

.list-card {
  justify-content: center;
  margin: 0 -10px;
}

.block-team .list-card {
  padding: 0 3.2rem;
}

.card {
  width: 36rem;
  height: 32rem;
  margin: 0 1rem 2rem;
  position: relative;
  z-index: 1;
  perspective: 1000px;
  border-radius: 1rem;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.card:hover {
  background: #ffffff;
}
.card:hover .info {
  opacity: 0;
}
.card:hover .card-hover {
  opacity: 1;
  top: 0;
}
.card .card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
  border-radius: 1rem;
  display: block;
}
.card .info {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  text-align: center;
  padding: 0;
  z-index: 2;
  transition: 0.7s;
}
.card .info:before {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  border-radius: 1rem;
}
.card .info .icon {
  margin-bottom: 1rem;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}
.card .info .card-title {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 4.4rem;
  margin-bottom: 1rem;
  position: absolute;
  top: 176px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 2rem;
  border-radius: 1rem;
}
.card .card-hover {
  position: absolute;
  color: #474747;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0;
  padding: 2.5rem 2rem 2.5rem 1.7rem;
  transition: 0.5s;
  border-radius: 1rem;
  font-weight: 500;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
}

.card.active {
  background: #ffffff;
}
.card.active .info {
  opacity: 0;
}
.card.active .card-hover {
  opacity: 1;
  top: 0;
}

.card-icon {
  position: relative;
  width: 36rem;
  height: 32rem;
  margin: 0 1rem 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 64px;
}
.card-icon > * {
  border-radius: 10px;
}
.card-icon .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0 40px;
}
.card-icon .card-content:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s;
}
.card-icon .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  border-radius: 60px;
  position: absolute;
  top: -40px;
  left: 40px;
  transition: 0.5s;
  pointer-events: none;
  box-shadow: 5px 5px 14px rgba(143, 140, 140, 0.3);
}
.card-icon .icon span {
  color: #00c2cb;
  font-size: 48px;
  line-height: 80px;
  transition: 0.5s;
}
.card-icon .icon span:before {
  transition: 0.5s;
}
.card-icon .card-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
  margin: 64px 0 12px 0;
  text-transform: uppercase;
  transition: 0.5s;
  height: 88px;
}
.card-icon p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #474747;
  transition: 0.5s;
  opacity: 0;
  transition: 0.5s;
  position: relative;
  top: 30px;
}
.card-icon:hover > img {
  opacity: 0;
}
.card-icon:hover .card-content:after {
  background: white;
}
.card-icon:hover .icon {
  background: #00c2cb;
}
.card-icon:hover .icon span:before {
  color: #ffffff;
}
.card-icon:hover .card-title {
  color: #222222;
}
.card-icon:hover p {
  opacity: 1;
  top: 0;
}

.list-card-our-team {
  justify-content: center;
  padding: 0 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
}

.card-our-team {
  padding: 0 1.6rem;
  width: 25%;
  margin-bottom: 6rem;
}
.card-our-team .inner {
  height: 50rem;
  width: 100%;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.card-our-team .inner .card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
  border-radius: 1rem;
}
.card-our-team .info {
  padding: 29px 3.5rem 20px 30.8%;
  background: #ffffff;
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 86.366%;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -3rem;
  transition: 0.5s;
  pointer-events: none;
  height: 11.2rem;
}
.card-our-team .info .icon {
  width: 6.4rem;
  position: absolute;
  top: 50%;
  left: 8.5%;
  transform: translateY(-50%);
  margin-top: 0.4rem;
}
.card-our-team .info .card-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -1rem;
}

.block-contact-us {
  padding: 24.3rem 0 24.4rem;
  background: url(../../images/bg-contact-us.jpg) no-repeat top center/cover;
  position: relative;
  overflow: hidden;
}
.block-contact-us .card-contact-us {
  background: #0d1820;
  border-radius: 1rem;
  padding: 3.2rem 4rem 1.6rem;
}
.block-contact-us .card-contact-us .block-title {
  text-align: left;
  margin: 0 0 1.6rem;
  font-size: 32px;
}
.block-contact-us .card-contact-us .summary {
  color: #ffffff;
  margin-bottom: 2.4rem;
  font-size: 14px;
  line-height: 22px;
}
.block-contact-us .card-contact-us .summary-form {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin: 0 0 25px;
  padding: 7px 0 0;
}
.block-contact-us .form-contact .form-group {
  display: flex;
  margin-bottom: 2.4rem;
}
.block-contact-us .form-contact .col {
  width: 48.847%;
}
.block-contact-us .form-contact .form-control {
  border-radius: 0.4rem;
  appearance: none;
  background: #22303e;
  color: #ffffff;
  width: 100%;
  border: none;
  height: 4.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 1.2rem;
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.block-contact-us .form-contact .form-control.parsley-error {
  background: #4a0000;
  border: 1px solid #8b0000;
}
.block-contact-us .form-contact .parsley-errors-list {
  display: none;
}
.block-contact-us .form-contact::placeholder {
  color: #ffffff;
}
.block-contact-us .form-contact textarea.form-control {
  height: 11.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  resize: none;
  padding: 12px 12px;
}
.block-contact-us .form-contact #captchaerrors .parsley-errors-list {
  display: block;
}
.block-contact-us .form-contact #captchaerrors .parsley-errors-list li {
  background: #4a0000;
  border: 1px solid #8b0000;
  color: #e54748;
  padding: 5px;
  border-radius: 4px;
  margin: 0 0 0 10px;
  list-style: none;
}
.block-contact-us .btn-link {
  max-width: 118px;
  white-space: nowrap;
  width: 100%;
}
.block-contact-us .btn-link:hover .loader {
  color: #00c2cb;
}
.block-contact-us .btn-link[disabled=disabled] {
  cursor: not-allowed;
  opacity: 0.7;
  color: #ffffff !important;
  background-color: #00c2cb !important;
}
.block-contact-us .btn-link[disabled=disabled] .loader {
  color: #ffffff !important;
}
.block-contact-us .btn-link.show {
  max-width: 170px;
}
.block-contact-us .btn-link.show .loader {
  display: inline-block;
}
.block-contact-us .file-upload {
  width: 100%;
  position: relative;
  appearance: none;
  color: #ffffff;
  border: none;
  height: 4.8rem;
  font-size: 2rem;
  line-height: 3.2rem;
  padding: 1px 1.2rem;
  outline: none;
}
.block-contact-us .file-upload .file-upload__input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-contact-us .file-upload .file-upload__input ~ label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22303e;
  border-radius: 0.4rem;
  pointer-events: none;
}
.block-contact-us .file-upload .file-upload__input.parsley-error ~ label {
  background: #4a0000;
  border: 1px solid #8b0000;
}
.block-contact-us .file-upload .file-upload__button {
  font-size: 22px;
  position: relative;
  top: 9px;
}
.block-contact-us .file-upload .file-upload__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 11px;
  margin-left: 12px;
  position: absolute;
  pointer-events: none;
}
.block-contact-us .size {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin: 5px 0 0;
}
.block-contact-us .toast {
  position: fixed;
  width: 250px;
  height: 56px;
  bottom: -60px;
  transition: 0.5s;
  right: 40px;
  background: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  z-index: 10;
  padding: 0 12px;
}
.block-contact-us .toast .icon-close-cricle {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 18px;
  cursor: pointer;
}
.block-contact-us .toast .icon-close-cricle:before {
  color: #474747;
}
.block-contact-us .toast .icon-success {
  font-size: 32px;
  margin-right: 12px;
}
.block-contact-us .toast .icon-failed {
  font-size: 32px;
  margin-right: 12px;
}
.block-contact-us .toast.toast-success {
  color: #479a60;
}
.block-contact-us .toast.toast-failed {
  color: #fc4744;
}
.block-contact-us .toast.show {
  bottom: 40px;
}
.block-contact-us .loader {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #ffffff;
  font-size: 10px;
  margin: 0 auto;
  display: none;
  position: relative;
  margin-left: 9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -28px;
}
.block-contact-us .loader:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.block-contact-us .loader:after {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .text-description {
    height: 4rem;
  }
  .footer .col:last-child {
    margin-left: 0;
  }
  body.menu-open .header {
    height: 100vh;
  }
  body.menu-open .header .top-header {
    z-index: 30;
    height: 100vh;
  }
  .header {
    position: absolute;
    background: none;
  }
  .header .top-header {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .header .top-header.menu-open .btn-menu .icon-close {
    display: block;
  }
  .header .top-header.menu-open .btn-menu .icon-menu {
    display: none;
  }
  .header .top-header.menu-open .main-nav {
    right: 0;
  }
  .header .btn-menu {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 20;
  }
  .header .btn-menu span {
    display: block;
    font-size: 24px;
  }
  .header .btn-menu .icon-close {
    display: none;
  }
  .header .logo {
    left: auto;
    position: relative;
    padding: 43px 20px 0;
    transition: 0.5s;
  }
  .header .logo img {
    width: 13.6rem;
  }
  .header .logo::before {
    display: none;
  }
  .header .main-nav {
    position: absolute;
    z-index: 10;
    top: 0;
    margin: 0;
    padding: 88px 24px;
    right: -100%;
    display: block;
    background: #0d1820;
    width: 78.67%;
    height: 100vh;
    transition: all ease-in-out 0.3s;
  }
  .header .main-nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #1d3647;
    padding: 14px 0 13px 0;
  }
  .header .main-nav ul li + li {
    margin: 0;
  }
  .header .main-nav ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #849eb1;
    font-weight: 700;
    display: block;
    padding: 1rem 0;
  }
  .header .main-nav ul li a:after {
    display: none;
  }
  .container {
    padding: 0 1.5rem;
  }
  .container-fuild {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .block-title {
    text-align: left;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin: 0 0 0.8rem;
  }
  .text-sumary {
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: left;
    margin: 0 auto 1.6rem;
  }
  .text-sumary br {
    display: none;
  }
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
    background: #ffffff;
  }
  .pc {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
  .block {
    padding: 3.6rem 0;
  }
  p {
    margin-bottom: 20px;
  }
  .footer {
    padding: 24px 0 0;
    margin-top: -1px;
  }
  .footer .title-footer {
    margin-bottom: 1.2rem;
    font-size: 16px;
    line-height: 32px;
  }
  .footer .list-link-ft li {
    margin-bottom: 0.8rem;
  }
  .footer .list-link-ft li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .footer .col {
    margin-bottom: 1.6rem;
  }
  .footer .col:nth-child(2) {
    margin-bottom: 4px;
  }
  .footer .col:nth-child(3) .line-ft {
    margin-bottom: 0;
  }
  .footer .col:nth-child(3) .line-ft p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer .line-ft {
    margin: -6px 0 17px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .footer .line-ft:last-child {
    margin-bottom: 1.7rem;
  }
  .footer iframe {
    margin-top: 1.2rem;
  }
  .footer .bot-footer {
    margin-top: 0.6rem;
    padding-bottom: 1.1rem;
    padding: 14px 0 20px;
  }
  .footer .bot-footer .logo-ft {
    width: 18rem;
  }
  .footer .bot-footer .coppyright {
    border-top: 1px solid #1d3647;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin: 12px 0 0 0;
    padding: 13px 0 0px 0;
  }
  .block-banner {
    transition: 0.5s;
  }
  .top-banner {
    background-image: url("../../images/banner-home-sm.jpg");
  }
  .top-banner .square {
    display: none;
    display: none;
  }
  .top-banner .breadcrumb {
    margin-bottom: 16px;
  }
  .top-banner .breadcrumb span {
    top: 1px;
    margin: 0 13px 0 14px;
  }
  .top-banner .container .content-banner {
    padding-right: 0;
    margin-top: 60px;
  }
  .top-banner .title-banner {
    font-size: 3.2rem;
    line-height: 3.4rem;
    margin-bottom: 1.2rem;
  }
  .top-banner p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 2.4rem;
  }
  .explore {
    padding: 0 0 37px;
  }
  .explore:after {
    bottom: 1.4rem;
    animation: animationBounceSm 1.5s infinite;
  }
  .btn-link {
    font-size: 1.4rem;
    line-height: 2.2rem;
    box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
    padding: 9px 16px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-link:hover {
    background: #00c2cb;
    color: #ffffff;
  }
  .block-button {
    margin: 0.7rem 0 0;
  }
  button.btn-link {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 12px 16px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .btn-share {
    margin-left: 13px;
    padding: 9px 16px;
    line-height: 22px;
  }
  .slick-dots li {
    margin: 0 0.4rem;
    height: 0.6rem;
    width: 0.6rem;
  }
  .slick-dots li button {
    height: 6px;
  }
  .slick-dots li.slick-active {
    width: 2.1rem;
  }
  .card {
    margin-bottom: 1.6rem;
    max-width: 345px;
  }
  .card .info {
    padding: 0;
    height: 32rem;
  }
  .card .info .card-title {
    font-size: 2rem;
    line-height: 3.2rem;
    padding: 0 6rem;
  }
  .card .card-hover {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2.3rem 2rem 2.3rem 1.6rem;
  }
  .list-card-our-team {
    margin: -1px 0 0 !important;
    padding: 0;
  }
  .list-card-our-team .slick-dots {
    position: relative;
    bottom: 0.9rem;
  }
  .card-our-team {
    padding: 0 1.5rem;
    margin: 0 0 5rem;
  }
  .card-our-team .info {
    width: 30.5rem;
    height: 10.4rem;
    padding: 29px 2rem 20px 92px;
    bottom: -2.8rem;
  }
  .card-our-team .info .icon {
    margin-top: 0;
    left: 1.9rem;
  }
  .card-our-team .info .icon img {
    width: 4.8rem;
  }
  .card-our-team .info .card-title {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .card-our-team .inner {
    height: 40rem;
    max-width: 345px;
    margin: 0 auto;
  }
  .card-our-team:hover {
    bottom: -4rem;
  }
  .block-contact-us {
    padding: 3.6rem 0;
  }
  .block-contact-us .card-contact-us {
    padding: 15px 16px 1px 16px;
  }
  .block-contact-us .card-contact-us .block-title {
    margin-bottom: 0.8rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .block-contact-us .card-contact-us .summary-form {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0px 0 0;
  }
  .block-contact-us .card-contact-us .summary {
    margin-bottom: 1.6rem;
  }
  .block-contact-us .form-contact .form-control {
    height: 4.4rem;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 11px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .block-contact-us .form-contact textarea.form-control {
    height: 16rem;
    padding: 9px 11px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .block-contact-us .form-contact .form-group {
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
  }
  .block-contact-us .form-contact .col {
    width: 100%;
  }
  .block-contact-us .form-contact .col + .col {
    margin-top: 1.6rem;
  }
  .block-contact-us .form-contact #captchaerrors .parsley-errors-list {
    padding-left: 0;
  }
  .block-contact-us .form-contact #captchaerrors .parsley-errors-list li {
    margin: 10px 0 0 0;
  }
  .block-contact-us .file-upload {
    height: 44px;
  }
  .block-contact-us .file-upload .file-upload__button {
    font-size: 20px;
    top: 6px;
    left: -1px;
    margin-right: -1px;
  }
  .block-contact-us .file-upload .file-upload__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    top: 3px;
    position: relative;
    margin-left: 5px;
  }
  .block-contact-us .btn-link {
    max-width: 100% !important;
  }
  .block-contact-us .toast {
    right: 5px;
  }
  .block-contact-us .toast.show {
    bottom: 5px;
  }
  .block-contact-us .size {
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0 0;
  }
  .card-icon {
    max-width: 345px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .col:last-child {
    width: 50rem;
  }
  .header {
    top: 0;
    left: 0;
    width: 100%;
  }
  .header .logo:before {
    top: -350px;
    left: -135px;
  }
  .header .main-nav {
    justify-content: flex-start;
    margin: 3rem 0 6.8rem 300px;
  }
  .card-our-team {
    width: 50%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .top-banner {
    background-image: url("../../images/banner-home-tb.jpg");
  }
}
@media screen and (min-width: 1365px) {
  .top-banner .container .content-banner {
    margin-top: 0;
  }
  .top-banner .square.square--border-left {
    animation: bounce2 8s infinite;
  }
  .btn-link:hover {
    background: #ffffff;
    color: #00c2cb;
  }
  .btn-share:hover {
    border-color: #00c2cb;
    color: #00c2cb;
  }
}
@media screen and (max-width: 400px) {
  .top-banner .container .content-banner {
    margin-top: 15.3rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 112rem;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 114rem;
    padding: 0 1rem;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .container-fuild {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .card-our-team:hover .info {
    bottom: 3rem;
  }
}
.flag-image {
  height: 17px;
}

/*# sourceMappingURL=main.css.map */
