/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Angkor";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Angkor-Regular.woff") format('woff'), url("../fonts/Angkor-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Poppins-Black.woff") format('woff'), url("../fonts/Poppins-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Poppins-ExtraBold.woff") format('woff'), url("../fonts/Poppins-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format('woff'), url("../fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format('woff'), url("../fonts/Poppins-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format('woff'), url("../fonts/Poppins-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format('woff'), url("../fonts/Poppins-Regular.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid, .grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1680, .row1640, .row1540, .row1480, .row1440, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid {
  grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row1680 {
  width: 1680px;
}
.row1640 {
  width: 1640px;
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1440 {
  width: 1440px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #0065a8;
  color: #fff;
}
body ::selection {
  background: #0065a8;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #0065a8;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #003c63;
  font-weight: 400;
  font-family: 'Angkor', sans-serif;
}
h1 {
  font-size: 64px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #0065a8;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #0065a8;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #00568f;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #0065a8;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 25px 28px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #fff;
  border: none;
  outline: 0;
  background: #00a897;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1140px) {
  .btn {
    padding: 20px 25px;
  }
}
.btn:hover {
  background-color: #0065a8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #00375c;
}
.btn.blue {
  background-color: #0065a8;
}
.btn.blue:hover {
  background-color: #00a897;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}
.wys ul li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 6px;
  display: inline-block;
  background-color: #0065a8;
  border-radius: 50%;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  font: var(--fa-font-brands);
}
.some a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  width: 37px;
  height: 37px;
  text-decoration: none;
}
.some a:hover {
  background-color: #fff;
  color: #0065a8;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #00a897;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #0065a8;
  background: #0065a8;
}
#top {
  min-height: 500px;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  #top {
    margin-bottom: 60px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  #top {
    margin-bottom: 40px;
    min-height: 300px;
  }
}
#top:after, #top:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}
#top:after {
  bottom: 0;
  height: 105px;
  background-image: url('../img/banner-mask.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 576px) {
  #top:after {
    height: 50px;
  }
}
#top:before {
  top: 0;
  height: 100%;
  background: linear-gradient(60deg, rgba(0, 0, 0, 0.5) 45%, transparent 75%);
  pointer-events: none;
  z-index: 2;
}
#top .row1480 {
  position: relative;
  z-index: 5;
}
#top h1 {
  line-height: 1.2;
  color: #fff;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #0065a8;
  -webkit-box-shadow: 0 7px 0 0 #0065a8, 0 -7px 0 0 #0065a8;
  box-shadow: 0 7px 0 0 #0065a8, 0 -7px 0 0 #0065a8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #0065a8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 52px;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: calc(100vh - 52px);
  background: #0065a8;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-main-menu .menu-buttons {
  display: none;
}
@media (max-width: 768px) {
  .mobile-main-menu .menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 10px;
    margin: 15px 0;
  }
  .mobile-main-menu .menu-buttons .btn {
    display: inline-block;
    padding: 10px 15px;
  }
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #0065a8;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #0065a8;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 100;
  will-change: transform, opacity;
}
header .top-header {
  background-color: #0065a8;
  padding: 8px 0;
}
header .top-header--wrapper .work-info {
  gap: 30px;
}
@media (max-width: 768px) {
  header .top-header--wrapper .work-info {
    gap: 10px;
  }
}
header .top-header--wrapper .work-info a.work-info-label:hover {
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
header .top-header--wrapper .work-info a.work-info-label:hover span, header .top-header--wrapper .work-info a.work-info-label:hover i {
  color: #0065a8;
  transition: all 0.3s ease-in-out;
}
header .top-header--wrapper .work-info .work-info-label {
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 20px;
}
header .top-header--wrapper .work-info .work-info-label i {
  font-size: 20px;
}
@media (max-width: 576px) {
  header .top-header--wrapper .work-info .work-info-label i {
    font-size: 15px;
  }
}
header .top-header--wrapper .work-info .work-info-label span {
  font-size: 16px;
}
@media (max-width: 576px) {
  header .top-header--wrapper .work-info .work-info-label span {
    font-size: 13px;
  }
}
header .top-header--wrapper .work-info .work-info-label span, header .top-header--wrapper .work-info .work-info-label i {
  color: #fff;
}
header .main-header {
  padding: 15px 0;
}
header .main-header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1300px) {
  header .main-header #logo {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (max-width: 1024px) {
  header .main-header #logo {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  header .main-header #logo {
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    -ms-flex-basis: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
}
header .main-header #logo img, header .main-header #logo svg {
  max-width: 100%;
}
header .main-header #logo:hover {
  opacity: 0.8;
}
header .main-header .flex {
  gap: 20px;
}
@media (max-width: 1140px) {
  header .main-header .flex {
    gap: 10px;
  }
}
@media (max-width: 1140px) {
  header .main-header .headers-buttons {
    flex: 1;
  }
}
@media (max-width: 768px) {
  header .main-header .headers-buttons .btn {
    display: none;
  }
}
header .main-header .headers-buttons .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-left: auto;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 1px solid #0065a8;
}
@media (max-width: 1140px) {
  header .main-header .headers-buttons .search-box {
    width: 53px;
    height: 53px;
  }
}
header .main-header .headers-buttons .search-box .search-form {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 0;
  visibility: hidden;
  z-index: -1;
}
header .main-header .headers-buttons .search-box .search-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
header .main-header .headers-buttons .search-box .search-form input {
  padding: 0 20px;
  height: 48px;
  border: 1px solid #a9b2c2;
  color: #333;
  border-radius: 5px;
  background-color: #fff;
}
header .main-header .headers-buttons .search-box .search-form input::placeholder {
  color: #333;
}
header .main-header .headers-buttons .search-box .search-icon {
  position: relative;
  z-index: 11;
  cursor: pointer;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1140px) {
  header .main-header .headers-buttons .search-box .search-icon {
    width: auto;
    height: auto;
    border: none;
  }
}
header .main-header .headers-buttons .search-box .search-icon.close svg, header .main-header .headers-buttons .search-box .search-icon.close img {
  opacity: 0;
}
header .main-header .headers-buttons .search-box .search-icon.close svg path {
  fill: #0065a8;
}
header .main-header .headers-buttons .search-box .search-icon.close:after, header .main-header .headers-buttons .search-box .search-icon.close:before {
  opacity: 1;
  background-color: #0065a8;
}
header .main-header .headers-buttons .search-box .search-icon.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .main-header .headers-buttons .search-box .search-icon.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .main-header .headers-buttons .search-box .search-icon svg {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .main-header .headers-buttons .search-box .search-icon svg path {
  fill: #0065a8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .main-header .headers-buttons .search-box .search-icon:after, header .main-header .headers-buttons .search-box .search-icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1140px) {
  header .main-header .headers-buttons .search-box .search-icon:after, header .main-header .headers-buttons .search-box .search-icon:before {
    left: 0;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1300px) {
  .main_nav .level_a {
    gap: 25px;
  }
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px 0;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
@media (max-width: 1480px) {
  .main_nav .level_a > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #0065a8;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #0084db;
  border-bottom: 3px solid #0084db;
  background: #0065a8;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #0f9fff;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  padding: 60px 0 50px;
  background: #0065a8;
  color: #fff;
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1024px) {
  footer .footer-wrapper {
    flex-direction: column;
  }
}
footer .footer-wrapper #f-logo {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-basis: 350px;
  flex-basis: 350px;
  max-width: 350px;
}
@media (max-width: 1280px) {
  footer .footer-wrapper #f-logo {
    -webkit-flex-basis: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-basis: 250px;
    flex-basis: 250px;
    max-width: 250px;
    flex: 1;
  }
}
footer .footer-wrapper .footer-nav {
  flex: 1;
}
footer .footer-wrapper .footer-nav .level_a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 70px;
}
@media (max-width: 1180px) {
  footer .footer-wrapper .footer-nav .level_a {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-nav .level_a {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-wrapper .footer-nav .level_a li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.hp-top-banner--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  min-height: 740px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .hp-top-banner--section {
    min-height: 540px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--section {
    min-height: 450px;
  }
}
.hp-top-banner--section .row1480 {
  position: relative;
  z-index: 5;
}
.hp-top-banner--section:after, .hp-top-banner--section:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}
.hp-top-banner--section:after {
  bottom: 0;
  height: 105px;
  background-image: url('../img/banner-mask.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 576px) {
  .hp-top-banner--section:after {
    height: 50px;
  }
}
.hp-top-banner--section:before {
  top: 0;
  height: 100%;
  background: linear-gradient(127deg, rgba(0, 55, 93, 0.5) 50%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}
.hp-top-banner--title .wys * {
  color: #fff;
}
.hp-top-banner--title .wys h1 {
  font-size: 100px;
  line-height: 1.2;
}
@media (max-width: 1380px) {
  .hp-top-banner--title .wys h1 {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .hp-top-banner--title .wys h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--title .wys h1 {
    font-size: 40px;
  }
}
.hp-top-banner--title .wys p {
  font-size: 27px;
}
@media (max-width: 1024px) {
  .hp-top-banner--title .wys p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--title .wys p {
    font-size: 18px;
  }
}
.hp-top-banner--stats {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1480px;
  max-width: 96%;
  margin: 0 auto 25px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1024px) {
  .hp-top-banner--stats {
    position: relative;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
}
@media (max-width: 576px) {
  .hp-top-banner--stats {
    flex-wrap: wrap;
  }
}
.hp-top-banner--stats .stat-box {
  background-color: #0065a8;
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 30px;
}
@media (max-width: 1024px) {
  .hp-top-banner--stats .stat-box {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .hp-top-banner--stats .stat-box {
    padding: 15px;
  }
}
.hp-top-banner--stats .stat-box * {
  color: #fff;
}
.hp-top-banner--stats .stat-box span {
  display: block;
}
.hp-top-banner--stats .stat-box span.count {
  font-family: 'Angkor', sans-serif;
  line-height: 1;
  font-size: 70px;
}
@media (max-width: 1024px) {
  .hp-top-banner--stats .stat-box span.count {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .hp-top-banner--stats .stat-box span.count {
    font-size: 35px;
  }
}
.hp-top-banner--stats .stat-box span.text {
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hp-top-banner--stats .stat-box span.text {
    font-size: 16px;
  }
}
.hp-top-banner--stats .stat-box:nth-child(even) {
  background-color: #00a897;
}
.hp-about--wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1024px) {
  .hp-about--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.hp-about--wrapper .image {
  border-radius: 25px;
  overflow: hidden;
}
.hp-about--wrapper .image figure {
  position: relative;
  aspect-ratio: 1.5;
}
.hp-about--wrapper .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-we-work--title {
  text-align: center;
}
.what-we-work--title h2 {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .what-we-work--title h2 {
    margin-bottom: 20px;
  }
}
.what-we-work--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.what-we-work--wrapper .tile {
  -webkit-flex-basis: 32.3%;
  -moz-flex-basis: 32.3%;
  -ms-flex-basis: 32.3%;
  flex-basis: 32.3%;
  max-width: 32.3%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 1.3333333333;
  overflow: hidden;
  border-radius: 15px;
  padding: 25px 45px;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1380px) {
  .what-we-work--wrapper .tile {
    -webkit-flex-basis: 31.8%;
    -moz-flex-basis: 31.8%;
    -ms-flex-basis: 31.8%;
    flex-basis: 31.8%;
    max-width: 31.8%;
  }
}
@media (max-width: 1180px) {
  .what-we-work--wrapper .tile {
    padding: 20px 25px;
  }
}
@media (max-width: 1024px) {
  .what-we-work--wrapper .tile {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
    max-width: 48.5%;
    aspect-ratio: 2.25;
  }
}
@media (max-width: 768px) {
  .what-we-work--wrapper .tile {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .what-we-work--wrapper .tile {
    aspect-ratio: 1.5;
  }
}
.what-we-work--wrapper .tile:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(35deg, rgba(0, 101, 168, 0.8) 15%, transparent 45%);
  pointer-events: none;
  z-index: 2;
}
.what-we-work--wrapper .tile * {
  color: #fff;
}
.what-we-work--wrapper .tile:nth-child(1), .what-we-work--wrapper .tile:nth-child(2) {
  -webkit-flex-basis: 49.2%;
  -moz-flex-basis: 49.2%;
  -ms-flex-basis: 49.2%;
  flex-basis: 49.2%;
  max-width: 49.2%;
  aspect-ratio: 2.25;
}
@media (max-width: 1380px) {
  .what-we-work--wrapper .tile:nth-child(1), .what-we-work--wrapper .tile:nth-child(2) {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
    max-width: 48.5%;
  }
}
@media (max-width: 768px) {
  .what-we-work--wrapper .tile:nth-child(1), .what-we-work--wrapper .tile:nth-child(2) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .what-we-work--wrapper .tile:nth-child(1), .what-we-work--wrapper .tile:nth-child(2) {
    aspect-ratio: 1.5;
  }
}
.what-we-work--wrapper .tile .title {
  position: relative;
  z-index: 3;
}
.what-we-work--wrapper .tile .link-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0065a8;
  border-bottom-left-radius: 15px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 3;
}
.hp-products--wrapper {
  background-color: #edf4f9;
  border-radius: 50px;
  padding: 45px 95px 75px;
  position: relative;
}
@media (max-width: 1600px) {
  .hp-products--wrapper {
    padding: 45px 60px;
  }
}
@media (max-width: 1024px) {
  .hp-products--wrapper {
    padding: 40px;
  }
}
.hp-products--wrapper > .title {
  text-align: center;
}
.hp-products--wrapper > .title h2 {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .hp-products--wrapper > .title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .hp-products--wrapper .products {
    margin-bottom: 40px;
  }
}
.hp-products--wrapper .products .swiper-wrapper {
  padding-top: 100px;
}
.hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner {
  padding: 0 12px 25px;
  border: 1px solid #0065a8;
  border-radius: 15px;
  text-align: center;
}
.hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner figure {
  position: relative;
  aspect-ratio: 1.25;
  border-radius: 15px;
  margin-top: -100px;
  margin-bottom: 20px;
  overflow: hidden;
}
.hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner .product-title {
  margin-bottom: 5px;
}
.hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner .product-title span {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1550px) {
  .hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner .product-title span {
    font-size: 18px;
  }
}
.hp-products--wrapper .products .swiper-wrapper .swiper-slide .inner .priduct-subtitle span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.hp-products--wrapper .btn {
  border: 7px solid #fff;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 20px 50px;
}
@media (max-width: 576px) {
  .hp-products--wrapper .btn {
    position: relative;
    bottom: 0;
  }
}
.hp-products--wrapper .slider-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.hp-products--wrapper .slider-navigation .swiper-button-next, .hp-products--wrapper .slider-navigation .swiper-button-prev {
  background-color: #0065a8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #fff;
  border: 7px solid #fff;
}
.hp-products--wrapper .slider-navigation .swiper-button-next:after, .hp-products--wrapper .slider-navigation .swiper-button-prev:after {
  font-size: 16px;
}
.hp-products--wrapper .slider-navigation .swiper-button-next {
  right: -35px;
}
.hp-products--wrapper .slider-navigation .swiper-button-prev {
  left: -35px;
}
.companies-logo--section .swiper {
  overflow: visible;
}
.companies-logo--section .swiper .swiper-slide figure {
  position: relative;
  text-align: center;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.companies-logo--section .swiper .swiper-slide figure img {
  max-width: 100%;
  object-fit: cover;
}
.hcwh--section {
  position: relative;
}
.hcwh--section:after {
  content: '';
  position: absolute;
  right: 0;
  width: 800px;
  height: 500px;
  bottom: 0;
  background: linear-gradient(-30deg, rgba(153, 181, 201, 0.7) 20%, transparent 50%);
  pointer-events: none;
  z-index: 2;
}
.hcwh--wrapper {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1024px) {
  .hcwh--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.hcwh--wrapper .left {
  padding: 20px 0;
}
.hcwh--wrapper .left .wys {
  margin-bottom: 35px;
}
.hcwh--wrapper .left .contact-info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px;
}
@media (max-width: 1180px) {
  .hcwh--wrapper .left .contact-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hcwh--wrapper .left .contact-info .info {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 12px;
}
.hcwh--wrapper .left .contact-info .info .icon {
  background-color: #00a897;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  aspect-ratio: 1;
}
.hcwh--wrapper .left .contact-info .info .text span {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.hcwh--wrapper .right .map {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5;
  margin-bottom: -60px;
}
@media (max-width: 1024px) {
  .hcwh--wrapper .right .map {
    margin-bottom: -25px;
  }
}
@media (max-width: 576px) {
  .hcwh--wrapper .right .map {
    aspect-ratio: 1;
  }
}
.hcwh--wrapper .right .map img, .hcwh--wrapper .right .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hcwh--wrapper .right .form {
  background-color: #0065a8;
  padding: 60px;
  border-radius: 50px;
  position: relative;
  z-index: 10;
  margin-bottom: -130px;
}
@media (max-width: 1380px) {
  .hcwh--wrapper .right .form {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .hcwh--wrapper .right .form {
    padding: 20px;
    border-radius: 25px;
  }
}
@media (max-width: 1024px) {
  .hcwh--wrapper .right .form {
    margin-bottom: 20px;
  }
}
.hcwh--wrapper .right .form * {
  color: #fff;
}
.hcwh--wrapper .right .form form h3 {
  margin-bottom: 30px;
}
.hcwh--wrapper .right .form form label input, .hcwh--wrapper .right .form form label textarea {
  background-color: transparent;
  border: 1px solid #167dc1;
  color: #fff;
  font-size: 16px;
  padding: 20px 25px;
  border-radius: 15px;
}
.hcwh--wrapper .right .form form label input::placeholder, .hcwh--wrapper .right .form form label textarea::placeholder {
  color: #fff;
  font-size: 16px;
}
.hcwh--wrapper .right .form form label input {
  height: 65px;
}
.hcwh--wrapper .right .form form .submit-wrapper {
  text-align: right;
  position: relative;
}
.hcwh--wrapper .right .form form .submit-wrapper .btn {
  padding: 25px 60px;
}
.hcwh--map-fluid {
  position: relative;
  aspect-ratio: 3;
  margin-bottom: -5px;
}
@media (max-width: 1024px) {
  .hcwh--map-fluid {
    aspect-ratio: 1.5;
  }
}
@media (max-width: 480px) {
  .hcwh--map-fluid {
    aspect-ratio: 1;
  }
}
.hcwh--map-fluid iframe, .hcwh--map-fluid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpl-contact .hcwh--section:after {
  display: none;
}
.about-content--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: flex-start;
  gap: 70px;
}
@media (max-width: 1024px) {
  .about-content--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .about-content--wrapper .text {
    order: -1;
  }
}
.about-content--wrapper .image {
  border-radius: 25px;
  overflow: hidden;
}
.about-content--wrapper .image figure {
  position: relative;
  aspect-ratio: 1.5;
}
.about-content--wrapper .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cv-tabs--title {
  text-align: center;
}
.cv-tabs--title h2 {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .cv-tabs--title h2 {
    margin-bottom: 35px;
  }
}
.cv-tabs--wrapper {
  display: grid;
  grid-template-columns: 560px 1fr;
  align-items: center;
}
@media (max-width: 1380px) {
  .cv-tabs--wrapper {
    grid-template-columns: 0.7fr 1fr;
  }
}
@media (max-width: 1024px) {
  .cv-tabs--wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.cv-tabs--wrapper .tabs {
  background-color: #edf4f9;
  padding: 45px 0;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cv-tabs--wrapper .tabs {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .cv-tabs--wrapper .tabs {
    border-radius: 10px;
  }
}
.cv-tabs--wrapper .tabs .tab-title span {
  padding: 15px 100px 15px 55px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
  color: #222;
  display: block;
}
@media (max-width: 1024px) {
  .cv-tabs--wrapper .tabs .tab-title span {
    padding: 10px 40px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cv-tabs--wrapper .tabs .tab-title span {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.cv-tabs--wrapper .tabs .tab-title.active, .cv-tabs--wrapper .tabs .tab-title:hover {
  background: linear-gradient(120deg, #d8eefd 20%, #96c5e4 60%);
}
.cv-tabs--wrapper .tab-content {
  display: none;
  margin-left: -100px;
}
@media (max-width: 1024px) {
  .cv-tabs--wrapper .tab-content {
    margin-left: 0;
  }
}
.cv-tabs--wrapper .tab-content .inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1480px) {
  .cv-tabs--wrapper .tab-content .inner {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .cv-tabs--wrapper .tab-content .inner {
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 768px) {
  .cv-tabs--wrapper .tab-content .inner .image {
    max-width: 480px;
    margin: 0 auto;
  }
}
.cv-tabs--wrapper .tab-content .inner .image figure {
  position: relative;
  aspect-ratio: 0.8;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cv-tabs--wrapper .tab-content .inner .image figure {
    aspect-ratio: 1;
  }
}
.cv-tabs--wrapper .tab-content .inner .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cv-tabs--wrapper .tab-content .inner .text {
    order: -1;
  }
}
.cv-tabs--wrapper .tab-content .inner .text p {
  line-height: 32px;
}
.cv-tabs--wrapper .tab-content .inner .text .btn {
  padding: 20px 55px;
}
.cv-tabs--wrapper .tab-content.active {
  display: block;
}
#sprd-footer {
  display: none !important;
}
