@charset "UTF-8";
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 100%; /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
  font-size: 18px;
}

body {
  margin: 0;
  color: #333;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
}

blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 3rem;
  content: "“";
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Title Area
--------------------------------------------- */
.site-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}
.wp-custom-logo .site-title {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.header {
  padding: 24px 0;
}
.header .header-wrapper .img-header {
  max-width: 200px;
  max-height: 76px;
}
.header .header-wrapper .img-header img {
  width: 100%;
  height: auto;
}
.header .header-wrapper ul.header-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
@media (max-width: 991px) {
  .header .header-wrapper ul.header-link li {
    display: none;
  }
}
.header .header-wrapper ul.header-link li a {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: #3F5266;
  font-family: "Be Vietnam Pro", sans-serif;
}
.header .header-wrapper ul.header-link li ul.sub-menu {
  position: absolute;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 240px;
  display: none;
  z-index: 3;
}
.header .header-wrapper ul.header-link li ul.sub-menu > li {
  padding: 12px 20px;
  left: 0;
}
.header .header-wrapper ul.header-link li ul.sub-menu > li:hover {
  background-color: #4576FF;
}
.header .header-wrapper ul.header-link li ul.sub-menu > li a {
  color: #0a0a0a;
}
.header .header-wrapper ul.header-link li ul.sub-menu > li a:hover {
  color: #FFFFFF;
}
.header .header-wrapper ul.header-link li ul.sub-menu > li:last-child {
  border: none;
}
.header .header-wrapper ul.header-link li ul.sub-menu ul.sub-menu {
  left: 240px;
  top: 0;
  z-index: 3;
}
.header .header-wrapper ul.header-link li:hover > ul.sub-menu {
  display: block;
}
.header .header-wrapper .btn-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
@media (max-width: 991px) {
  .header .header-wrapper .btn-wrapper {
    position: absolute;
    right: 2%;
    top: 32px;
  }
}
@media (max-width: 425px) {
  .header .header-wrapper .btn-wrapper {
    position: relative;
    margin-top: 12px;
    top: 6%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.header .header-wrapper .btn-wrapper .btn-icon-book {
  background-color: #4576FF;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #FFFFFF;
}
.header .header-wrapper .btn-wrapper .btn-icon-book:hover {
  background: #FFFFFF;
  color: #4576FF;
}
.header .header-wrapper .btn-wrapper .btn-icon-book i {
  font-size: 17px;
  padding: 16px 17px;
}
.header .header-wrapper .btn-wrapper .btn-book {
  background-color: #F1F1F1;
  color: #3F5266;
  padding: 10px 17px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.header .header-wrapper .btn-wrapper .btn-book:hover {
  background: #4576FF;
  color: #FFFFFF;
}
.header .header-wrapper .btn-wrapper .btn-bars {
  display: none;
}
@media (max-width: 991px) {
  .header .header-wrapper .btn-wrapper .btn-bars {
    display: inline-block;
    background-color: #4576FF;
    border-radius: 5px;
    margin-right: 8px;
  }
}
.header .header-wrapper .btn-wrapper .btn-bars i {
  font-size: 17px;
  color: #ffffff;
  padding: 16px 17px;
}
.header .header-wrapper .btn-wrapper .modal {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.header .header-wrapper .btn-wrapper .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.header .header-wrapper .btn-wrapper .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.header .header-wrapper .btn-wrapper .close:hover,
.header .header-wrapper .btn-wrapper .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#bookingModal .form-wrapper {
  background: #ffffff;
  max-height: 610px;
  max-width: 643px;
  padding: 15px;
}
#bookingModal .form-wrapper div.wpforms-container-full .wpforms-form button[type=submit] {
  width: 100%;
  background-color: #4576FF;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 10px 15px;
  height: 49px;
  border: 0;
}
#bookingModal .form-wrapper div.wpforms-container-full .wpforms-form input.wpforms-field-large {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #EEEEEE;
  background-color: #F9F9F9;
  font-size: 18px;
  height: 50px;
  padding: 5px 10px;
}
#bookingModal .form-wrapper div.wpforms-container-full .wpforms-form select.wpforms-field-large {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #EEEEEE;
  background-color: #F9F9F9;
  font-size: 18px;
  height: 50px;
  padding: 5px 10px;
}
#bookingModal .form-wrapper div.wpforms-container-full #wpforms-955-field_20 p {
  font-size: 15px;
  color: #3F5266;
  font-weight: 300;
}

.action-contact {
  position: fixed;
  z-index: 99999;
  bottom: 15%;
  right: 0;
}
.action-contact .outer {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.action-contact .zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
.action-contact .zalo-vr .phone-vr-img-circle {
  background-color: #4b9cdb;
}
.action-contact .map-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #009833;
  background-color: rgba(84, 241, 145, 0.7);
}
.action-contact .map-vr .phone-vr-img-circle {
  background-color: #57b300;
}
.action-contact .sms-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #818177;
  background-color: rgba(231, 243, 7, 0.7);
}
.action-contact .sms-vr .phone-vr-img-circle {
  background-color: #989898;
}
.action-contact .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #C34116;
  background-color: rgba(208, 208, 208, 0.7);
}
.action-contact .phone-vr .phone-vr-img-circle {
  background-color: #c31d1d;
}
.action-contact .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #C34116;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
  opacity: 0.7;
}
.action-contact .phone-vr-img-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.action-contact .phone-vr-img-circle img {
  max-width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  background: rgb(232, 58, 58);
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}

.archive-wrapper {
  padding: 80px 0;
}
.archive-wrapper .page-title {
  font-size: 40px;
  font-weight: 700;
  color: #4576FF;
  text-transform: uppercase;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .archive-wrapper .page-title {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .archive-wrapper .page-title {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
.archive-wrapper .content-post-wrapper {
  margin-bottom: 30px;
}

.pagination-wrapper {
  margin-top: 1rem;
}
.pagination-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  width: 100%;
}
.pagination-wrapper ul li a {
  position: relative;
  display: block;
  padding: 8px 12px;
  color: #4576FF;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #4576FF;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 3px;
  min-width: 40px;
  text-align: center;
}
.pagination-wrapper ul li a:hover {
  background-color: #4576FF;
  border-color: #4576FF;
  color: #fff;
}
.pagination-wrapper ul li.active a {
  background-color: #4576FF;
  border-color: #4576FF;
  color: #fff;
}

.contact-wrapper {
  padding: 50px 0;
}
.contact-wrapper .widget-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #1E1E1F;
}
.contact-wrapper .gg-map-wrapper {
  height: 400px;
  position: relative;
}
.contact-wrapper .gg-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-wrapper .contact-widget {
  margin-bottom: 30px;
}
.contact-wrapper .social-wrapper {
  margin-top: 30px;
}
.contact-wrapper .social-wrapper a {
  background-color: #ccc;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.contact-wrapper .social-wrapper a:hover:before {
  width: 100%;
}
.contact-wrapper .social-wrapper a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 3px;
}
.contact-wrapper .social-wrapper a .logo {
  z-index: 1;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}
.contact-wrapper .social-wrapper a .logo img {
  max-width: 25px;
}
.contact-wrapper .social-wrapper a .text {
  display: block;
  padding: 5px 20px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

.section-slider .img-slider {
  z-index: 1;
  position: relative;
}
.section-slider .img-slider:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #00366f 0%, rgba(44, 174, 174, 0) 100%);
  z-index: 2;
}
.section-slider .img-slider img {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.section-slider .img-slider .content-slider {
  position: absolute;
  top: 30%;
  left: 20%;
  color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-slider .img-slider .content-slider {
    top: 8%;
  }
}
@media (max-width: 425px) {
  .section-slider .img-slider .content-slider {
    top: 20%;
  }
}
.section-slider .img-slider .content-slider h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media (max-width: 991px) {
  .section-slider .img-slider .content-slider h4 {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .section-slider .img-slider .content-slider h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.section-slider .img-slider .content-slider h1 {
  font-family: "Bitter", sans-serif;
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .section-slider .img-slider .content-slider h1 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .section-slider .img-slider .content-slider h1 {
    font-size: 25px;
  }
}
@media (max-width: 320px) {
  .section-slider .img-slider .content-slider h1 {
    font-size: 16px;
  }
}
.section-slider .img-slider .content-slider p {
  font-weight: 300;
  font-size: 17px;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media (max-width: 991px) {
  .section-slider .img-slider .content-slider p {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .section-slider .img-slider .content-slider p {
    font-size: 11px;
  }
}
.section-slider .img-slider .content-slider .btn-service {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
  background-color: #4576FF;
  border-radius: 10px;
  padding: 14px 34px;
}
@media (max-width: 991px) {
  .section-slider .img-slider .content-slider .btn-service {
    font-size: 15px;
    padding: 12px 24px;
  }
}
@media (max-width: 425px) {
  .section-slider .img-slider .content-slider .btn-service {
    font-size: 14px;
    padding: 12px 14px;
  }
}
@media (max-width: 320px) {
  .section-slider .img-slider .content-slider .btn-service {
    font-size: 12px;
    padding: 8px;
  }
}
.section-slider .img-slider .content-slider .btn-service:hover {
  background: #FFFFFF;
  color: #4576FF;
}
.section-slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  left: 50%;
  top: 90%;
  list-style-type: none;
}
@media (max-width: 425px) {
  .section-slider .slick-dots {
    top: 80%;
    left: 40%;
  }
}
.section-slider .slick-dots li {
  margin: 0 7px;
}
.section-slider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.34);
  text-indent: -9999px;
}
.section-slider .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.section-welcome {
  padding: 96px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left 28% top 30%;
}
@media (max-width: 1920px) {
  .section-welcome {
    background-position: left 13% top 30%;
  }
}
@media (max-width: 1440px) {
  .section-welcome {
    background-position: left 3% top 30%;
  }
}
@media (max-width: 767px) {
  .section-welcome {
    padding: 72px 0;
    background-position: left 3% top 4%;
  }
}
.section-welcome .advise-wrapper {
  text-align: center;
  background-color: #ffffff;
  position: absolute;
  right: 6%;
  margin-top: -200px;
  padding: 64px 28px;
  border-radius: 10px;
  box-shadow: 0 0 2px 0.8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
@media (max-width: 1920px) {
  .section-welcome .advise-wrapper {
    margin-top: -200px;
  }
}
@media (max-width: 1024px) {
  .section-welcome .advise-wrapper {
    padding: 12px;
  }
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper {
    margin-top: -110px;
    right: 3%;
  }
}
@media (max-width: 375px) {
  .section-welcome .advise-wrapper {
    margin-top: -112px;
    right: 1.5%;
  }
}
.section-welcome .advise-wrapper h3 {
  font-family: "Bitter", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #3F5266;
}
@media (max-width: 1024px) {
  .section-welcome .advise-wrapper h3 {
    font-size: 25px;
  }
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper h3 {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.section-welcome .advise-wrapper p {
  color: #A1A1A1;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.section-welcome .advise-wrapper .btn-advise-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.section-welcome .advise-wrapper .btn-advise-wrapper .btn-advise-book {
  color: #ffffff;
  background-color: #4576FF;
  border-radius: 10px;
  padding: 12px 32px;
}
@media (max-width: 1024px) {
  .section-welcome .advise-wrapper .btn-advise-wrapper .btn-advise-book {
    padding: 12px;
  }
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper .btn-advise-wrapper .btn-advise-book {
    font-size: 12px;
  }
}
.section-welcome .advise-wrapper .btn-advise-wrapper .btn-advise-book:hover {
  background: #FFFFFF;
  color: #4576FF;
}
.section-welcome .advise-wrapper .btn-advise-wrapper .btn-advise-book i {
  font-size: 19px;
  margin-right: 12px;
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper .btn-advise-wrapper .btn-advise-book i {
    font-size: 13px;
  }
}
.section-welcome .advise-wrapper .btn-advise-wrapper .btn-phone {
  color: #ffffff;
  background-color: #4576FF;
  border-radius: 10px;
  padding: 12px 15px;
  margin-left: 8px;
}
@media (max-width: 1024px) {
  .section-welcome .advise-wrapper .btn-advise-wrapper .btn-phone {
    padding: 12px;
  }
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper .btn-advise-wrapper .btn-phone {
    font-size: 12px;
  }
}
.section-welcome .advise-wrapper .btn-advise-wrapper .btn-phone:hover {
  background: #FFFFFF;
  color: #4576FF;
}
.section-welcome .advise-wrapper .btn-advise-wrapper .btn-phone i {
  font-size: 19px;
}
@media (max-width: 574px) {
  .section-welcome .advise-wrapper .btn-advise-wrapper .btn-phone i {
    font-size: 13px;
  }
}
.section-welcome .content-welcome h2 {
  color: #3F5266;
  font-size: 55px;
  font-weight: 300;
  font-family: "Bitter", sans-serif;
  margin-top: 48px;
  text-transform: uppercase;
}
.section-welcome .content-welcome h2 span {
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-welcome .content-welcome h2 {
    font-size: 35px;
    margin-top: 72px;
  }
}
@media (max-width: 425px) {
  .section-welcome .content-welcome h2 {
    font-size: 25px;
  }
}
.section-welcome .content-welcome p {
  font-size: 17px;
  font-weight: 300;
  color: #4B4B4B;
  font-family: "Be Vietnam Pro", sans-serif;
}
.section-welcome .content-welcome p span {
  font-weight: 400;
  text-transform: uppercase;
}
.section-welcome .img-welcome {
  z-index: 1;
  position: relative;
  max-width: 532px;
  padding: 12px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .section-welcome .img-welcome {
    max-width: 430px;
  }
}
@media (max-width: 574px) {
  .section-welcome .img-welcome {
    max-width: 390px;
  }
}
@media (max-width: 425px) {
  .section-welcome .img-welcome {
    max-width: 360px;
  }
}
.section-welcome .img-welcome .img-welcome-1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-welcome .img-welcome .img-welcome-2 {
  position: absolute;
  width: 400px;
  height: 420px;
  border-radius: 10px;
  border: 4px solid #fff;
  overflow: hidden;
  bottom: -14%;
  left: 160px;
}
@media (max-width: 1024px) {
  .section-welcome .img-welcome .img-welcome-2 {
    width: 250px;
    height: 250px;
    bottom: -16%;
    left: 200px;
  }
}
@media (max-width: 425px) {
  .section-welcome .img-welcome .img-welcome-2 {
    width: 230px;
    height: 230px;
    bottom: -15%;
  }
}
@media (max-width: 375px) {
  .section-welcome .img-welcome .img-welcome-2 {
    width: 200px;
    height: 200px;
    left: 160px;
  }
}
@media (max-width: 320px) {
  .section-welcome .img-welcome .img-welcome-2 {
    width: 170px;
    height: 170px;
    left: 130px;
  }
}
.section-welcome .img-welcome .img-welcome-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-logan {
  padding: 96px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-logan {
    padding: 48px 0;
  }
}
.section-logan .section-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
  .section-logan .section-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-logan .section-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-logan .section-container .logan-wrapper {
  position: relative;
  min-height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .section-logan .section-container .logan-wrapper {
    text-align: center;
    min-height: 280px;
  }
}
.section-logan .section-container .logan-wrapper:nth-child(1) {
  background-color: #07438B;
}
.section-logan .section-container .logan-wrapper:nth-child(2) {
  background-color: #1F57B9;
}
.section-logan .section-container .logan-wrapper:nth-child(3) {
  background-color: #3367DD;
}
.section-logan .section-container .logan-wrapper:nth-child(4) {
  background-color: #003E7F;
}
.section-logan .section-container .logan-wrapper .img-logan {
  max-width: 62px;
  max-height: 80px;
  position: absolute;
  left: 16px;
  top: 28%;
}
.section-logan .section-container .logan-wrapper .img-logan img {
  width: 100%;
  height: auto;
}
.section-logan .section-container .logan-wrapper .content-logan {
  text-align: justify;
  margin-top: 24px;
  padding: 0 86px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-logan .section-container .logan-wrapper .content-logan {
    margin-top: 0px;
  }
}
.section-logan .section-container .logan-wrapper .content-logan h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 425px) {
  .section-logan .section-container .logan-wrapper .content-logan h3 {
    font-size: 16px;
  }
}
.section-logan .section-container .logan-wrapper .content-logan p {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 425px) {
  .section-logan .section-container .logan-wrapper .content-logan p {
    font-size: 15px;
  }
}

.section-service {
  padding: 96px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left 26% top 48%;
  /* the slides */
  /* the parent */
}
@media (max-width: 767px) {
  .section-service {
    padding: 48px 0;
  }
}
@media (max-width: 1920px) {
  .section-service {
    background-position: left 13% top 48%;
  }
}
.section-service .title-wrapper-right h2 {
  font-family: "Bitter", sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-service .title-wrapper-right h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .section-service .title-wrapper-right h2 {
    font-size: 25px;
  }
}
.section-service .title-wrapper-right h2 span {
  font-weight: 700;
}
.section-service .title-wrapper-left {
  position: relative;
}
.section-service .title-wrapper-left .btn-see-all-service {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #4576FF;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 58px;
  color: #4576FF;
  font-family: "Be Vietnam Pro", sans-serif;
  text-transform: uppercase;
}
.section-service .title-wrapper-left .btn-see-all-service:hover {
  background-color: #4576FF;
  cursor: pointer;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section-service .title-wrapper-left .btn-see-all-service {
    right: auto;
  }
}
@media (max-width: 425px) {
  .section-service .title-wrapper-left .btn-see-all-service {
    padding: 12px 24px;
  }
}
.section-service .service-wrapper:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -60px;
  width: 120px;
  height: 120px;
  top: 60px;
  box-shadow: 0 0 2px 0.8px rgba(0, 0, 0, 0.2);
}
.section-service .service-wrapper .card-service {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  max-width: 424px;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-top: 92px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.section-service .service-wrapper .card-service:hover {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.section-service .service-wrapper .card-service .img-service {
  max-width: 424px;
  max-height: 389px;
}
.section-service .service-wrapper .card-service .img-service img {
  width: 100%;
  height: auto;
}
.section-service .service-wrapper .card-service .content-service {
  background: #ffffff;
}
.section-service .service-wrapper .card-service .content-service a {
  color: #3F5266;
  font-size: 20px;
  font-weight: 500;
  display: block;
  max-width: 425px;
  padding: 18px 42px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .section-service .service-wrapper .card-service .content-service a {
    padding: 18px 16px;
  }
}
.section-service .service-wrapper .card-service .content-service a:hover {
  background-color: #4576FF;
  color: #ffffff;
}
.section-service .service-wrapper .card-service .content-service a i {
  background-color: #10D8A2;
  width: 25px;
  height: 25px;
  font-size: 16px;
  border-radius: 100%;
  color: #ffffff;
  padding: 4px;
  margin-left: 72px;
}
@media (max-width: 1199px) {
  .section-service .service-wrapper .card-service .content-service a i {
    margin-left: 36px;
  }
}
.section-service .service-wrapper .card-service .content-service a i:hover {
  color: #4576FF;
  cursor: pointer;
}
.section-service .slick-slide {
  margin: 30px 12px;
}
.section-service .slick-list {
  margin: -30px -12px;
}

.section-schedule {
  padding: 96px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-schedule {
    padding: 48px 0;
  }
}
.section-schedule .form-wrapper {
  background: #ffffff;
  max-height: 610px;
  max-width: 643px;
  padding: 40px;
}
.section-schedule .form-wrapper div.wpforms-container-full .wpforms-form button[type=submit] {
  width: 100%;
  background-color: #4576FF;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 10px 15px;
  height: 49px;
  border: 0;
}
.section-schedule .form-wrapper div.wpforms-container-full .wpforms-form input.wpforms-field-large {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #EEEEEE;
  background-color: #F9F9F9;
  font-size: 18px;
  height: 50px;
  padding: 5px 10px;
}
.section-schedule .form-wrapper div.wpforms-container-full .wpforms-form select.wpforms-field-large {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #EEEEEE;
  background-color: #F9F9F9;
  font-size: 18px;
  height: 50px;
  padding: 5px 10px;
}
.section-schedule .form-wrapper div.wpforms-container-full #wpforms-955-field_20 p {
  font-size: 15px;
  color: #3F5266;
  font-weight: 300;
}
.section-schedule .content-schedule {
  padding: 0 24px;
}
.section-schedule .content-schedule h2 {
  font-size: 55px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
}
.section-schedule .content-schedule h2 span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-schedule .content-schedule h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .section-schedule .content-schedule h2 {
    font-size: 25px;
  }
}
.section-schedule .content-schedule p {
  font-weight: 300;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #FFFFFF;
}
.section-schedule .content-schedule .btn-title {
  display: inline-block;
  font-weight: 300;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #FFFFFF;
}
.section-schedule .content-schedule .btn-schedule-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-top: 12px;
}
.section-schedule .content-schedule .btn-schedule-wrapper .btn-icon-phone {
  background-color: #4576FF;
  color: #ffffff;
  padding: 12px 14px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section-schedule .content-schedule .btn-schedule-wrapper .btn-icon-phone:hover {
  background: #FFFFFF;
  color: #4576FF;
}
.section-schedule .content-schedule .btn-schedule-wrapper .btn-icon-phone i {
  font-size: 23px;
}
.section-schedule .content-schedule .btn-schedule-wrapper .btn-call {
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  color: #3F5266;
  padding: 12px 32px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section-schedule .content-schedule .btn-schedule-wrapper .btn-call:hover {
  background: #4576FF;
  color: #FFFFFF;
}

.section-news {
  padding: 96px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-news {
    padding: 48px 0;
  }
}
.section-news .title-wrapper-right h2 {
  font-family: "Bitter", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-news .title-wrapper-right h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .section-news .title-wrapper-right h2 {
    font-size: 25px;
  }
}
.section-news .title-wrapper-right h2 span {
  font-weight: 300;
}
.section-news .title-wrapper-left {
  position: relative;
  text-align: right;
}
@media (max-width: 991px) {
  .section-news .title-wrapper-left {
    text-align: left;
    margin-bottom: 30px;
  }
}
.section-news .title-wrapper-left .btn-see-all {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #4576FF;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 58px;
  color: #4576FF;
  font-family: "Be Vietnam Pro", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.section-news .title-wrapper-left .btn-see-all:hover {
  background-color: #4576FF;
  cursor: pointer;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section-news .title-wrapper-left .btn-see-all {
    right: auto;
  }
}
@media (max-width: 425px) {
  .section-news .title-wrapper-left .btn-see-all {
    padding: 8px 20px;
  }
}
.section-news .slick-slide {
  margin: 15px 12px;
}
.section-news .slick-list {
  margin: -15px -12px;
}

.section-master {
  padding: 96px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 16% top 4%;
}
@media (max-width: 767px) {
  .section-master {
    padding: 48px 0;
  }
}
.section-master .master-left-wrapper {
  position: relative;
}
.section-master .master-left-wrapper h2 {
  font-size: 55px;
  font-family: "Bitter", sans-serif;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.section-master .master-left-wrapper h2 span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-master .master-left-wrapper h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .section-master .master-left-wrapper h2 {
    font-size: 25px;
  }
}
.section-master .master-left-wrapper h2:before {
  content: "";
  display: inline-block;
  background-color: #FFFFFF;
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 200px;
  left: -150px;
  top: -70px;
  box-shadow: 0 0 2px 0.8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1599px) {
  .section-master .master-left-wrapper h2:before {
    height: 200px;
    left: -60px;
  }
}
@media (max-width: 1399px) {
  .section-master .master-left-wrapper h2:before {
    left: -30px;
  }
}
@media (max-width: 425px) {
  .section-master .master-left-wrapper h2:before {
    left: -5px;
    height: 100px;
    width: 120px;
  }
}
.section-master .master-wrapper {
  /* the slides */
  /* the parent */
}
.section-master .master-wrapper .card-master {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F6F6F6;
  background-clip: border-box;
  max-width: 424px;
  font-family: "Be Vietnam Pro", sans-serif;
  border-radius: 10px;
}
.section-master .master-wrapper .card-master .img-master {
  max-height: 200px;
  max-width: 200px;
  border: 4px solid #4576FF;
  border-radius: 100%;
  margin: 32px 98px;
}
.section-master .master-wrapper .card-master .img-master img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.section-master .master-wrapper .card-master .content-master {
  text-align: center;
  font-size: 22px;
  color: #3F5266;
}
.section-master .master-wrapper .card-master .content-master h3 {
  font-weight: 400;
  margin-bottom: 12px;
}
.section-master .master-wrapper .card-master .content-master h4 {
  font-weight: 700;
}
.section-master .master-wrapper .card-master .desc-master {
  margin: 24px;
  font-size: 17px;
  font-weight: 300;
  color: #4B4B4B;
}
.section-master .master-wrapper .card-master .desc-master ul {
  margin-bottom: 115px;
}
.section-master .master-wrapper .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  margin: 0;
  left: -47%;
  top: 71.5%;
  list-style-type: none;
}
@media (max-width: 425px) {
  .section-master .master-wrapper .slick-dots {
    top: 90%;
  }
}
.section-master .master-wrapper .slick-dots li {
  margin: 0 0.25rem;
}
.section-master .master-wrapper .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(63, 82, 102, 0.34);
  text-indent: -9999px;
}
.section-master .master-wrapper .slick-dots li.slick-active button {
  background-color: #3F5266;
}
.section-master .master-wrapper .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  font-size: 0;
  border: 0;
  background-color: #10D8A2;
  top: 71%;
  border-radius: 100%;
}
@media (max-width: 574px) {
  .section-master .master-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 425px) {
  .section-master .master-wrapper .slick-arrow {
    top: 98%;
  }
}
.section-master .master-wrapper .slick-arrow:before {
  font: normal normal normal 16px/1 FontAwesome;
  color: #fff;
}
@media (max-width: 574px) {
  .section-master .master-wrapper .slick-arrow:before {
    font-size: 16px;
  }
}
.section-master .master-wrapper .slick-arrow.slick-next {
  left: -37%;
}
.section-master .master-wrapper .slick-arrow.slick-next:before {
  content: "\f061";
}
.section-master .master-wrapper .slick-arrow.slick-prev {
  left: -52%;
}
@media (max-width: 1199px) {
  .section-master .master-wrapper .slick-arrow.slick-prev {
    right: 7%;
  }
}
@media (max-width: 768px) {
  .section-master .master-wrapper .slick-arrow.slick-prev {
    right: 11%;
  }
}
@media (max-width: 425px) {
  .section-master .master-wrapper .slick-arrow.slick-prev {
    right: 15%;
  }
}
.section-master .master-wrapper .slick-arrow.slick-prev:before {
  content: "\f060";
}
.section-master .master-wrapper .slick-slide {
  margin: 0 16px;
}
.section-master .master-wrapper .slick-list {
  margin: 0 -16px;
}

.site-footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0;
  position: relative;
  z-index: 1;
  /* the slides */
  /* the parent */
}
@media (max-width: 767px) {
  .site-footer {
    padding: 48px 0;
  }
}
.site-footer:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #00366f 0%, rgba(44, 174, 174, 0) 100%);
  z-index: -1;
}
.site-footer .img-footer-wrapper .img-footer-top {
  margin: 0 12px;
  max-width: 250px;
  max-height: 170px;
}
.site-footer .img-footer-wrapper .img-footer-top img {
  width: 100%;
  height: auto;
  border: 4px solid rgba(255, 255, 255, 0.91);
  border-radius: 10px;
}
.site-footer .footer-wrapper .logo-footer {
  text-align: center;
}
.site-footer .footer-wrapper .content-footer {
  text-align: center;
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
}
.site-footer .footer-wrapper .content-footer i {
  font-size: 22px;
}
.site-footer .footer-wrapper .content-footer h2 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .content-footer h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .site-footer .footer-wrapper .content-footer h2 {
    font-size: 25px;
  }
}
.site-footer .footer-wrapper .content-footer h3 {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .content-footer h3 {
    font-size: 18px;
  }
}
.site-footer .footer-wrapper .content-footer p {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .content-footer p {
    font-size: 15px;
  }
}
.site-footer .footer-wrapper .content-footer span {
  font-weight: 300;
  font-size: 18px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .content-footer span {
    font-size: 15px;
  }
}
.site-footer .footer-wrapper .icon-footer-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 24px;
}
.site-footer .footer-wrapper .icon-footer-1 a span {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-wrapper .icon-footer-1 a i {
  background-color: #ffffff;
  font-size: 23px;
  border-radius: 100%;
  display: inline-block;
  padding: 14px;
  margin: 0 12px;
  color: #4576FF;
}
.site-footer .footer-wrapper .icon-footer-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 24px;
}
.site-footer .footer-wrapper .icon-footer-2 a span {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-wrapper .icon-footer-2 a i {
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 100%;
  display: inline-block;
  padding: 15px 19px;
  margin: 0 12px;
  color: #4576FF;
}
.site-footer .slick-slide {
  margin: 0 12px;
}
.site-footer .slick-list {
  margin: 0 -12px;
}

.content-post:hover .post-inner .post-detail {
  background-color: #4576FF;
}
.content-post:hover .post-inner .post-detail .entry-title, .content-post:hover .post-inner .post-detail .entry-date, .content-post:hover .post-inner .post-detail .post-excerpt {
  color: #fff;
}
.content-post .featured-media .featured-media-inner {
  padding-bottom: 82.7830188679%;
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}
.content-post .featured-media .featured-media-inner:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.content-post .featured-media .featured-media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 2s all;
  -moz-transition: 2s all;
  -ms-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
}
.content-post .post-inner {
  padding: 0 12px;
}
.content-post .post-inner .post-detail {
  border-radius: 10px;
  background-color: #fff;
  padding: 34px 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: -47px;
  position: relative;
  z-index: 2;
}
.content-post .post-inner .post-detail .entry-title {
  font-size: 22px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 61.6px;
  color: #3F5266;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 13px;
}
.content-post .post-inner .post-detail .entry-title a {
  display: inline-block;
  color: inherit;
}
.content-post .post-inner .post-detail .entry-date {
  font-size: 18px;
  font-weight: 600;
  color: #4576FF;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 35px;
  display: block;
}
.content-post .post-inner .post-detail .post-excerpt {
  font-weight: 300;
  color: #4B4B4B;
  font-size: 17px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 71.4px;
}
.content-post .post-inner .post-detail .post-excerpt p:last-child {
  margin-bottom: 0;
}

.content-post-2 {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.content-post-2:hover .post-inner {
  background-color: #4576FF;
}
.content-post-2:hover .post-inner .entry-title {
  color: #fff;
}
.content-post-2 .featured-media .featured-media-inner {
  padding-bottom: 91.7452830189%;
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}
.content-post-2 .featured-media .featured-media-inner:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.content-post-2 .featured-media .featured-media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 2s all;
  -moz-transition: 2s all;
  -ms-transition: 2s all;
  -o-transition: 2s all;
  transition: 2s all;
}
.content-post-2 .post-inner {
  background-color: #fff;
  padding: 25px 62px 25px 30px;
  position: relative;
}
.content-post-2 .post-inner:before {
  content: "\f35a";
  font-family: "Font Awesome 6 Free", sans-serif;
  position: absolute;
  top: 18px;
  right: 32px;
  color: #10D8A2;
  font-size: 26px;
}
.content-post-2 .post-inner .entry-title {
  font-size: 20px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  color: #3F5266;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
.content-post-2 .post-inner .entry-title a {
  display: inline-block;
  color: inherit;
}

.primary-sidebar {
  position: sticky;
  top: 20px;
}
.primary-sidebar .sidebar-widget {
  margin-bottom: 30px;
}
.primary-sidebar .sidebar-widget .widget-title {
  color: #30323C;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .primary-sidebar .sidebar-widget .widget-title {
    font-size: 20px;
  }
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container {
  margin: 0;
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field {
  padding: 0;
  margin-bottom: 15px;
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  color: #30323C;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-row {
  width: 100%;
  max-width: 100%;
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field select, .primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-submit-container button[type=submit] {
  width: 100%;
  background-color: #4576FF;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding: 10px 15px;
  height: 49px;
  border: 0;
}
.primary-sidebar .sidebar-widget .form-wrapper .wpforms-container form.wpforms-form .wpforms-submit-container button[type=submit]:hover {
  background-color: #3566ef;
}
.primary-sidebar .sidebar-widget .social {
  text-align: center;
}
.primary-sidebar .sidebar-widget .social a {
  width: 50px;
  height: 50px;
  white-space: nowrap;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #4576FF;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.primary-sidebar .sidebar-widget .social a:hover {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.6);
}

.single-wrapper {
  padding: 60px 0;
}
.single-wrapper .entry-title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  color: #009EC7;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .single-wrapper .entry-title {
    font-size: 30px;
  }
}

.recruit-template-wrapper .recruit-title-wrapper {
  max-height: 100vh;
  backface-visibility: hidden;
  position: relative;
  padding-bottom: 35%;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit-template-wrapper .recruit-title-wrapper .entry-title {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  z-index: 1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .recruit-template-wrapper .recruit-title-wrapper .entry-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .recruit-template-wrapper .recruit-title-wrapper .entry-title {
    bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .recruit-template-wrapper .recruit-title-wrapper .entry-title {
    bottom: 10px;
    font-size: 20px;
  }
}
.recruit-template-wrapper .recruit-title-wrapper .entry-title:after {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin: 30px auto;
  display: block;
}
@media (max-width: 767px) {
  .recruit-template-wrapper .recruit-title-wrapper .entry-title:after {
    margin: 10px auto;
  }
}
.recruit-template-wrapper .content-wrapper {
  padding: 100px 0;
}
.recruit-template-wrapper .content-wrapper .subtitle {
  font-weight: 700;
  font-size: 40px;
  color: #0033a0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-template-wrapper .content-wrapper .subtitle {
    font-size: 20px;
  }
}
.recruit-template-wrapper .content-wrapper .entry-content {
  padding: 20px;
  border: 1px solid #fbb12f;
  line-height: 1.6;
  margin-bottom: 30px;
}
.recruit-template-wrapper .content-wrapper .table-re {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  border-spacing: 1px;
  table-layout: fixed;
  word-break: break-word;
}
.recruit-template-wrapper .content-wrapper .table-re thead, .recruit-template-wrapper .content-wrapper .table-re tbody, .recruit-template-wrapper .content-wrapper .table-re tfoot, .recruit-template-wrapper .content-wrapper .table-re tr, .recruit-template-wrapper .content-wrapper .table-re td, .recruit-template-wrapper .content-wrapper .table-re th {
  border: 1px solid #fff;
}
.recruit-template-wrapper .content-wrapper .table-re th {
  font-weight: 600;
  color: #fff;
}
.recruit-template-wrapper .content-wrapper .table-re th {
  padding: 15px;
  background-color: #0033a0;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .recruit-template-wrapper .content-wrapper .table-re th {
    display: none;
  }
}
.recruit-template-wrapper .content-wrapper .table-re th:nth-child(2) {
  text-align: left;
}
.recruit-template-wrapper .content-wrapper .table-re td {
  padding: 20px 15px;
  background-color: #e5eaf5;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  color: #414141;
  position: relative;
}
@media (max-width: 991px) {
  .recruit-template-wrapper .content-wrapper .table-re td {
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: right;
    padding-left: 175px;
  }
  .recruit-template-wrapper .content-wrapper .table-re td:first-child {
    background-color: #fbb12f;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
  }
  .recruit-template-wrapper .content-wrapper .table-re td:first-child:before {
    color: #fff;
  }
  .recruit-template-wrapper .content-wrapper .table-re td:before {
    content: attr(data-label);
    float: left;
    font-size: 12px;
    color: #888;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -8px 0 0;
  }
}
.recruit-template-wrapper .content-wrapper .table-re td h3 {
  font-size: 15px;
  margin-bottom: 0;
}
.recruit-template-wrapper .content-wrapper .table-re td .link-load {
  background-color: #fbb12f;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

#recruitModal .wpforms-container {
  margin: 0;
}
#recruitModal .wpforms-container form.wpforms-form ::-webkit-input-placeholder { /* Edge */
  color: #343B41;
}
#recruitModal .wpforms-container form.wpforms-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #343B41;
}
#recruitModal .wpforms-container form.wpforms-form ::placeholder {
  color: #343B41;
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field-label {
  display: none;
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field {
  margin-bottom: 15px;
  padding: 0;
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input, #recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
  width: 100%;
  max-width: 100%;
  background-color: #F1F5F8;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  #recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input, #recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
    padding: 10px 20px;
  }
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input {
  height: 70px;
}
@media (max-width: 767px) {
  #recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field input {
    height: 45px;
  }
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
  height: 305px;
}
@media (max-width: 767px) {
  #recruitModal .wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field textarea {
    height: 200px;
  }
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-submit-container {
  padding: 0;
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-submit-container button {
  border-radius: 8px;
  border: 1px solid #FFB54B;
  background-color: #FFB54B;
  height: 70px;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #343B41;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #recruitModal .wpforms-container form.wpforms-form .wpforms-submit-container button {
    height: 45px;
    font-size: 15px;
  }
}
#recruitModal .wpforms-container form.wpforms-form .wpforms-submit-container button:hover {
  border: 1px solid #cb8f39;
  background-color: #cb8f39;
}

/*# sourceMappingURL=style.css.map */
