@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #0E0F0F;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #006eee;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #77c517 !important;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #0E0F0F;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
body.removeScrollbar {
  overflow: hidden;
}

.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  overflow: hidden;
}

.form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form__group {
  width: 100%;
  margin-bottom: 16px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__action {
  padding-top: 6px;
}
.form__booking--image {
  height: 100%;
}
.form__booking--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.form__booking--main {
  padding: 40px 0;
  height: 100%;
  max-width: 500px;
  margin: auto;
}
.form__booking .heading {
  color: #fff;
}
.form input,
.form textarea {
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #0E0F0F;
  background: #fafafa;
  padding: 6px 16px;
  border: 1px solid #e7e7e7;
  line-height: 2;
}
.form input::placeholder,
.form textarea::placeholder {
  font-weight: 400;
  color: #9f9f9f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.form input.error,
.form textarea.error {
  border-color: #f00 !important;
}
.form input {
  border-radius: 60px;
}
.form textarea {
  border-radius: 12px;
}
.form select {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding: 11px 20px;
  font-family: "Open Sans", sans-serif;
  border-color: #5f5f5f;
  border-radius: 4px;
  background: #f5fcff;
  font-weight: 600;
}
.form select option {
  display: block;
  padding: 8px 12px;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
}

.heading {
  color: #004da7;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.heading.h_2 {
  font-size: 34px;
}
.heading.h_3 {
  font-size: 28px;
}
.heading__img {
  width: 100%;
  height: 56px;
  object-fit: contain;
}

.button,
a.button {
  position: relative;
  display: block;
  min-width: fit-content;
  width: 100%;
  max-width: 240px;
  padding: 12px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Saira Semi Condensed", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 2px 4px rgba(1, 63, 3, 0.26);
  text-align: center;
  text-overflow: ellipsis;
  line-height: 1.5;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #77c517;
  border-radius: 6px;
  box-shadow: none;
  margin: auto;
  position: relative;
  background: #77c517;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button p,
a.button p {
  position: relative;
  z-index: 1;
}
.button::after, .button::before,
a.button::after,
a.button::before {
  content: "";
  position: absolute;
}
.button::before,
a.button::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #77c517;
  border-radius: 8px;
}
.button::after,
a.button::after {
  inset: 0;
  border-top-left-radius: 50px;
  background: linear-gradient(334deg, rgba(119, 197, 23, 0.5) 23.73%, rgba(57, 95, 11, 0.5) 141.43%);
}
.button:hover,
a.button:hover {
  color: #fff;
  background-color: #a0d65d;
  border-color: #a0d65d;
}
.button.btn-text,
a.button.btn-text {
  padding: 0;
  line-height: 1.5;
  color: #006eee;
  border-radius: 0;
  border: none;
  background: transparent;
  text-shadow: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  margin: 0 auto;
}
.button.btn-text i,
a.button.btn-text i {
  font-size: 20px;
}
.button.btn-text::before, .button.btn-text::after,
a.button.btn-text::before,
a.button.btn-text::after {
  content: none;
}
.button.btn-text:hover,
a.button.btn-text:hover {
  color: #77c517;
}
.button.btn-secondary,
a.button.btn-secondary {
  color: #77c517;
  border-color: #77c517;
  background: transparent;
}
.button.btn-secondary:hover,
a.button.btn-secondary:hover {
  color: #fff;
  background: #77c517;
}
.button.btn-cta,
a.button.btn-cta {
  color: #fff;
  background: #77c517;
  border-color: #77c517;
}
.button.btn-cta:hover,
a.button.btn-cta:hover {
  box-shadow: 2px 3px 6px 0px rgba(119, 197, 23, 0.5);
}
.button.btn-left,
a.button.btn-left {
  margin: 0;
  margin-right: auto;
}
.button.btn-right,
a.button.btn-right {
  margin: 0;
  margin-left: auto;
}
.button.btn-flex,
a.button.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.btn-small,
a.button.btn-small {
  padding: 12px 16px;
}

.section {
  padding: 40px 0;
}

.title {
  font-size: 18px;
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  text-align: center;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------------
** Box
**------------------------------------------------*/
.box {
  position: relative;
}
.box__bg {
  max-height: 880px;
}

.box-header {
  margin-bottom: 20px;
}
.box-header.flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.box-heading {
  width: fit-content;
  background: linear-gradient(90deg, rgba(86, 152, 0, 0) 0%, rgba(86, 152, 0, 0.5) 10%, rgba(86, 152, 0, 0.9) 20%, rgba(86, 152, 0, 0.95) 35%, rgb(86, 152, 0) 50%, rgba(86, 152, 0, 0.95) 65%, rgba(86, 152, 0, 0.9) 80%, rgba(86, 152, 0, 0.5) 90%, rgba(86, 152, 0, 0) 100%);
  padding: 12px 80px;
  margin: auto;
}

.box-description {
  font-size: 14px;
  text-align: center;
  color: #6a6a6b;
  margin: 8px auto auto;
}

.box-action {
  margin-top: 20px;
}

.box-service .heading.h_2 {
  max-width: 550px;
  margin: auto;
}

.box-client {
  padding-bottom: 100px;
}
.box-client__object {
  bottom: 0;
  left: 0;
  width: 100%;
}
.box-client__object img {
  width: 100%;
}
.box-client__image {
  height: 100%;
}
.box-client__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.box-client .box-count {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
}

.box-video__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.box-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.box-banner .image__mb {
  display: none;
}

.box-arrows {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.box-arrows__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #77c517;
  border-radius: 100%;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.box-booking {
  background: linear-gradient(180deg, #4d9af3 0%, #004da7 98.93%);
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.fixed {
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.fixed__contact {
  position: relative;
}
.fixed__contact::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #006eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: load 1s ease-out infinite;
}
.fixed__contact img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.fixed__btn {
  position: relative;
  width: 68px;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100%;
  background: #006eee;
}
.fixed__top .scroll-to-top {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  color: #006eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed__top .scroll-to-top.active {
  opacity: 1;
  visibility: initial;
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: 8pt;
  z-index: 9;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 30px;
}

.contact-fixed {
  position: fixed;
  left: 4px;
  bottom: 10px;
  z-index: 9;
  z-index: 9;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  padding: 0px 8px;
}
.contact-fixed .inner .phone .fa {
  animation: 1s ease-in-out 0s normal none infinite running ring;
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #ed1c24;
  border-radius: 100%;
  height: 50px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: -8px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

.gap-y-8 {
  gap: 8px 0;
}

.gap-y-10 {
  gap: 10px 0;
}

.gap-y-16 {
  gap: 16px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-40 {
  gap: 40px 0;
}

.gap-y-60 {
  gap: 60px 0;
}

.gap-y-80 {
  gap: 80px 0;
}

.mg-y-40 {
  margin: 40px 0;
}

.mg-t-40 {
  margin-top: 40px;
}

.mg-b-40 {
  margin-bottom: 40px;
}

.mg-t-20 {
  margin-top: 20px;
}

.object {
  position: absolute;
}

.bg {
  z-index: -1;
  position: absolute;
  inset: 0;
}
.bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-dots {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #006eee;
}
.slick-dots li button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  font-size: 0;
  padding: 0;
  border: none;
  border-radius: 100%;
}

.slick-slider > button {
  cursor: pointer;
  position: absolute;
  font-size: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #77c517;
  transition: all 0.3s;
}
.slick-slider > button:hover {
  box-shadow: 0 0 4px #77c517;
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 20px;
  line-height: 1 !important;
  color: #fff;
}
.slick-slider > button.slick-prev {
  left: 0;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next {
  right: 0;
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button.slick-disabled {
  display: none !important;
}

.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.slick-track {
  margin: 0;
}

/*------------------------------------------------
** Select2
**------------------------------------------------*/
.select2 {
  width: 100% !important;
}
.select2-container {
  display: block;
  z-index: 100;
}
.select2-dropdown {
  z-index: 1;
}
.select2-results {
  border-top: 1px solid #aaa;
}

.select2-container .select2-selection--single {
  height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  padding: 6px 20px;
  background: #fafafa;
  border-radius: 60px !important;
}
.select2-container .select2-selection--single.error {
  border-color: #f00;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0E0F0F;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.container {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.container.full {
  max-width: 100% !important;
  width: 100% !important;
}
.container.no-gutters {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .container {
    max-width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container {
    width: 984px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  height: 64px;
}
.header__main {
  height: 100%;
}
.header__main .row {
  height: 100%;
}
.header__main .row .col {
  height: 100%;
}
.header__main--wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.header__logo {
  display: block;
  height: 100%;
  padding: 10px 0;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__action {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 16px;
}
.header__action .hotline {
  gap: 8px;
  display: flex;
  align-items: center;
}
.header__action .hotline__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #e6f1fd;
}
.header__action .hotline__icon i {
  color: #006eee;
  font-size: 20px;
}
.header__action .hotline__wrap p {
  color: #9f9f9f;
  font-size: 13px;
  line-height: 1;
}
.header__action .hotline__wrap a {
  color: #565757;
  font-size: 18px;
  font-weight: 600;
}
.header__action .hotline__wrap a:hover {
  color: #006eee;
}
.header__action .button {
  margin: 0;
  padding: 9px 15px;
  text-transform: initial;
  width: fit-content;
  border-radius: 60px;
  font-size: 16px;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.header__action .button::before, .header__action .button::after {
  content: none;
}
.header__menu {
  display: flex;
}
.header__menu li {
  position: relative;
}
.header__menu li a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 10px 6px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
.header__menu li a i::before {
  position: relative;
  top: -1px;
}
.header__menu li a.active {
  color: #006eee;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
  width: 100%;
}
.rd-panel__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rd-panel__wrap .btn-booking {
  height: 42px;
  border-radius: 4px;
  background: #77c517;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  max-width: 130px;
  padding: 0 10px;
}
.rd-panel .toggle {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004da7;
  border-radius: 4px;
  z-index: 9;
}
.rd-panel .toggle i {
  font-size: 22px;
}
.rd-panel .toggle .icon-close {
  display: none;
}
.rd-panel .toggle.active {
  background: #fff;
  color: #004da7;
}
.rd-panel .toggle.active .icon-open {
  display: none;
}
.rd-panel .toggle.active .icon-close {
  display: block;
}
.rd-panel .logo {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 3px 0;
}
.rd-panel .logo img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.rd-panel button {
  border: none;
  padding: 0;
  outline: none;
  outline-offset: 0;
  color: #fff;
}

.rd-menu {
  position: fixed;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 8;
  color: #fff;
  background: #004da7;
  transition: all 0.2s ease;
}
.rd-menu__frame {
  padding-top: 56px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rd-menu__mobile {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  margin-right: -20px;
}
.rd-menu__mobile .item {
  border-bottom: 1px dotted #006eee;
}
.rd-menu__mobile .item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rd-menu__mobile .item__wrap a {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 12px 20px;
  flex: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.5;
}
.rd-menu__mobile .item__wrap a.active {
  background: #006eee;
}
.rd-menu.active {
  transform: translateX(0);
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.service {
  position: relative;
}
.service__header {
  padding-top: 100px;
  position: relative;
}
.service__header::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -2;
  background: #e0eaff;
}
.service__header--bg {
  transform: translateY(-15%);
}
.service__header--bg img {
  width: 100%;
  height: auto;
  height: 1000px;
  object-fit: contain;
  object-fit: cover;
}
.service__header--img {
  height: 100%;
}
.service__header--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.service__header--action {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.service__header--action img {
  display: block;
  width: 100%;
  max-width: 405px;
  margin: 0 auto 12px;
}
.service__header--action .button {
  animation: blink 0.8s infinite;
}
.service__header--action .button::before {
  animation: ping 0.8s infinite;
}
.service__header--action .button:hover {
  animation: initial;
}
.service__header--action .button:hover::before {
  animation: initial;
  box-shadow: 0 0 30px rgba(119, 197, 23, 0.6), 0 0 20px rgba(119, 197, 23, 0.4);
}
.service__advantage--frame {
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 3px 6px 12px 0px rgba(86, 87, 87, 0.16);
}
.service__advantage--list .item {
  display: flex;
  align-items: center;
}
.service__advantage--list .item__icon {
  width: 22px;
}
.service__advantage--list .item__icon svg {
  width: 22px;
  height: 22px;
}
.service__advantage--list .item__title {
  font-size: 20px;
  font-weight: 600;
  width: calc(100% - 22px);
  padding-left: 8px;
}
.service__process {
  position: relative;
}
.service__process--img {
  overflow-x: auto;
}
.service__process--img img {
  display: block;
  width: auto;
  max-width: initial;
  height: 370px;
  margin: auto;
}
.service__process--bg {
  transform: translateY(-40%);
  background: linear-gradient(0deg, #fff 4.17%, #e6f1fd 27.52%);
  z-index: -2;
  height: fit-content;
}
.service__process--bg img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  mix-blend-mode: lighten;
}
.service__type {
  background: linear-gradient(0deg, #fff 30.97%, #e0eaff 100%);
}
.service__type--image img {
  display: block;
  width: 100%;
}
.service__type--list {
  background: radial-gradient(67.06% 67.06% at 50% 77.47%, #4d9af3 0%, #004da7 98.93%);
  padding: 40px 20px;
  border-radius: 40px;
  display: flex;
  gap: 10px;
}
.service__type--list .item {
  position: relative;
  width: 16.6666666667%;
}
.service__type--list .item__img img {
  display: block;
  width: 140px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 4px solid #e6f1fd;
  border-radius: 100%;
  margin: 0 auto 10px;
}
.service__type--list .item__title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.service__type--list .item__title span {
  display: inline-block;
}
.service__type--list .item__btn {
  display: none;
}
.service__type--list .item__popup {
  position: absolute;
  left: 100%;
  top: 0;
  background: #e6f1fd;
  border-radius: 8px;
  width: 100%;
  min-width: 320px;
  padding: 10px;
  z-index: 1;
  font-size: 14px;
  box-shadow: 3px 6px 12px 0px rgba(86, 87, 87, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.service__type--list .item__popup--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service__type--list .item__popup ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service__type--list .item__popup ul li {
  display: flex;
  gap: 4px;
  font-weight: 500;
}
.service__type--list .item__popup ul li::before {
  content: "";
  display: block;
  min-width: 13px;
  height: 13px;
  background-image: url("../images/icon_list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(5px);
}
.service__type--list .item__popup::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 10px;
  border: 12px solid;
  border-color: transparent #e6f1fd transparent transparent;
}
.service__type--list .item__popup.left {
  left: initial;
  right: 100%;
}
.service__type--list .item__popup.left::before {
  right: initial;
  left: 100%;
  border-color: transparent transparent transparent #e6f1fd;
}
.service__type--list .item:hover .item__popup {
  opacity: 1;
  visibility: initial;
}
.service__testimonial--slider.slick-slider > button {
  background: #006eee;
}
.service__testimonial--slider .slick-center .item__img img {
  transform: scale3d(1.2, 1.2, 1.2);
}
.service__testimonial--slider .item__img img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__method--image {
  overflow-x: auto;
}
.service__method img {
  display: block;
  width: 100%;
  min-width: 576px;
}
.service#section_2 .service__header {
  padding-top: 130px;
}
.service#section_2 .service__header::before {
  content: none;
}
.service .heading {
  color: #fff;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-status {
  padding-bottom: 32px;
}
.box-status .block__frame {
  position: relative;
  background: linear-gradient(180deg, #4d9af3 0.35%, #004da7 98.54%);
  padding: 40px 40px 60px;
  border-radius: 0px 60px;
}
.box-status .block__frame.tinh-trang-cay-ghep-implant {
  border-radius: 60px 0;
}
.box-status .block__frame.tinh-trang-cay-ghep-implant .item {
  width: 100%;
}
.box-status .block__frame .arrow {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: auto;
}
.box-status .block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.box-status .block__list .item {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
}
.box-status .block__list .item__img img {
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  border: 4px solid #e6f1fd;
}
.box-status .block__list .item__content {
  padding-left: 16px;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.box-status .block__action {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.box-status .block__action .button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

.box-about::before {
  content: "";
  z-index: -2;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff 30.97%, #e0eaff 100%);
}
.box-about .block {
  height: 100%;
}
.box-about .block__frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.box-about .block__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: radial-gradient(67.06% 67.06% at 50% 77.47%, #4d9af3 0%, #004da7 98.93%);
  padding: 10px;
  height: 80px;
}
.box-about .block__header .heading {
  color: #fff;
}
.box-about .block__icon {
  height: 100%;
}
.box-about .block__icon img {
  display: block;
  height: 100%;
  width: auto;
}
.box-about .block__body {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.box-about .block__image img {
  display: block;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 179/107;
  object-fit: cover;
  border-radius: 4px;
}

.box-whyus::before {
  content: "";
  inset: 0;
  z-index: -2;
  position: absolute;
  display: block;
  background: linear-gradient(129deg, #4d9af3 -4.45%, #004da7 64.14%);
}
.box-whyus__bg img {
  opacity: 0.5;
  mix-blend-mode: soft-light;
}
.box-whyus__list .item {
  padding: 20px;
}
.box-whyus__list .item:hover .item__icon {
  background: #77c517;
}
.box-whyus__list .item:hover .item__icon img {
  filter: brightness(0) invert(1);
}
.box-whyus__list .item__icon {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #e6f1fd;
  padding: 20px;
  margin: auto;
  transition: all ease 0.2s;
}
.box-whyus__list .item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease 0.2s;
}
.box-whyus__list .item__content {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.box-whyus .heading {
  color: #fff;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup__frame {
  padding: 40px;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: calc(100% - 40px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 6px 16px 0px rgba(191, 191, 191, 0.25);
  color: #0E0F0F;
  overflow-y: auto;
}
.popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.1));
}
.popup__close i {
  font-size: 18px;
}
.popup.booking .popup__frame {
  padding: 20px 20px 0;
  max-width: 1000px;
  background: linear-gradient(0deg, #4d9af3 -44.54%, #004da7 88.16%);
}
.popup.booking .form__booking--main {
  padding: 20px;
}
.popup.booking .form__booking--main .heading {
  font-size: 28px;
}
.popup.active {
  opacity: 1;
  visibility: initial;
}

.footer__main {
  padding: 40px 0 20px;
}
.footer__logo img {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: auto;
}
.footer__info {
  margin: 36px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__info .item {
  display: flex;
  gap: 4px;
  width: fit-content;
  margin: auto;
}
.footer__info .item__icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__info .item__icon i {
  color: #006eee;
}
.footer__info--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.footer__info--wrap .item {
  margin: 0;
}
.footer__note {
  color: #565757;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.footer__copyright {
  padding: 10px 0;
  background: #006eee;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 1239px) {
  .service__type--list .item__img img {
    width: 100px;
  }
  .service__type--list .item__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .rd-panel {
    display: flex;
    gap: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header {
    display: none;
  }
  body {
    font-size: 14px;
  }
  .section {
    padding: 28px 0;
  }
  .main-body {
    padding-top: 56px;
  }
  .content-detail {
    font-size: 15px;
  }
  .form__group {
    margin-bottom: 12px;
  }
  .form__flex {
    gap: 12px;
  }
  .slick-dots {
    padding-top: 16px;
    gap: 8px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-slider > button {
    width: 24px;
    height: 24px;
  }
  .slick-slider > button::before {
    font-size: 16px;
  }
  .scroll-to-top {
    bottom: 146px;
  }
  .heading.h_2 {
    font-size: 28px;
  }
  .heading.h_3 {
    font-size: 22px;
  }
  .heading__img {
    height: 48px;
    margin-top: 4px;
  }
  .service__header {
    padding-top: 56px;
  }
  .service__header--frame > .row {
    gap: 35px 0;
  }
  .service__header--bg {
    height: 1450px;
  }
  .service__header--bg img {
    height: 100%;
  }
  .service__header--wrap > .row {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .service__header--img {
    height: auto;
  }
  .service__header--img img {
    height: auto;
    margin: auto;
    max-width: 500px;
  }
  .service__header--action {
    padding: 0 0 12px;
  }
  .service__type--list {
    padding: 20px;
    flex-wrap: wrap;
    border-radius: 20px;
    gap: 16px;
  }
  .service__type--list .item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .service__type--list .item__img img {
    width: 80px;
    border-width: 2px;
    margin-bottom: 0;
  }
  .service__type--list .item__wrap {
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: calc(100% - 80px);
  }
  .service__type--list .item__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    color: #004da7;
  }
  .service__type--list .item__popup, .service__type--list .item__popup.left {
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    min-width: auto;
  }
  .service__type--list .item__popup::before, .service__type--list .item__popup.left::before {
    left: 40px;
    bottom: 100%;
    transform: translateX(-50%);
    top: auto;
    border-color: transparent transparent #e6f1fd transparent;
  }
  .service__type--list .item__title {
    font-size: 16px;
    text-align: left;
  }
  .service__type--list .item:hover .item__popup {
    opacity: 0;
    visibility: hidden;
  }
  .service__type--list .item.active .item__img img {
    border-color: #77c517;
  }
  .service__type--list .item.active .item__popup {
    opacity: 1;
    visibility: initial;
  }
  .service__testimonial--frame > .row {
    gap: 20px;
  }
  .service#section_2 .service__header {
    padding-top: 56px;
  }
  .box-status__frame > .row {
    gap: 60px;
  }
  .box-status .block__frame {
    border-radius: 60px !important;
  }
  .box-status .block__frame .arrow {
    width: 30px;
  }
  .box-about__frame > .row {
    gap: 28px 0;
  }
  .box-about .block__header {
    height: 60px;
  }
  .box-about .block__frame {
    box-shadow: 3px 6px 12px 0px rgba(86, 87, 87, 0.16);
  }
  .box-whyus__frame > .row {
    gap: 20px;
  }
  .box-whyus__list .item__icon {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .box-whyus__list .item__content {
    font-size: 16px;
    margin-top: 10px;
  }
  .box-booking {
    padding-top: 28px;
  }
  .form__booking > .row {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .form__booking--main {
    padding: 0;
    margin-bottom: 12px;
  }
  .form__booking--image {
    height: auto;
  }
  .form__booking--image img {
    height: auto;
    margin: auto;
    max-width: 500px;
  }
  .popup__close {
    bottom: calc(100% + 8px);
    top: auto;
    right: 0;
  }
  .popup.booking .popup__frame {
    padding: 20px;
    overflow: initial;
  }
  .popup.booking .form__booking > .row {
    gap: 0;
  }
  .popup.booking .form__booking--main {
    padding: 0;
  }
  .popup.booking .form__booking--image {
    display: none;
  }
}
@media only screen and (max-width: 739px) {
  .box-banner .image {
    display: none;
  }
  .box-banner .image__mb {
    display: block;
  }
  .box-whyus__list .item {
    padding: 0;
  }
  .box-whyus__list .item__frame {
    display: flex;
    align-items: center;
    background: #e6f1fd;
    padding: 8px;
    border-radius: 4px;
  }
  .box-whyus__list .item__icon {
    border-radius: 0;
    width: 60px;
    height: 60px;
    padding: 0;
  }
  .box-whyus__list .item__content {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding-left: 8px;
    width: calc(100% - 60px);
    color: #004da7;
  }
}
@media only screen and (max-width: 576px) {
  .box-heading {
    padding: 4px 30px;
  }
  .heading.h_2 {
    font-size: 22px;
  }
  .heading.h_3 {
    font-size: 18px;
  }
  .heading__img {
    height: 38px;
  }
  .service__header {
    padding-top: 40px;
    overflow: hidden;
  }
  .service__type--list {
    padding: 12px;
    border-radius: 0;
    gap: 12px;
    margin: 0 -10px;
  }
  .service__type--list .item__title {
    font-size: 14px;
  }
  .service__type--list .item__img img {
    width: 70px;
    margin-bottom: 0;
  }
  .service__type--list .item__wrap {
    width: calc(100% - 70px);
    padding-left: 12px;
    gap: 12px;
  }
  .service__type--list .item__popup::before {
    left: 35px;
  }
  .service__advantage--frame {
    padding: 28px 0;
    border-radius: 8px;
    box-shadow: none;
  }
  .service__advantage--frame .row {
    gap: 10px 0;
  }
  .service__advantage--list .item__icon {
    width: 14px;
  }
  .service__advantage--list .item__title {
    font-size: 14px;
  }
  .service__process--bg {
    transform: translateY(0);
    height: 100%;
  }
  .service__process--bg img {
    height: 100%;
  }
  .service__testimonial--slider .slick-center .item__img img {
    transform: scale(1);
  }
  .service#section_2 .service__header {
    padding-top: 40px;
  }
  .box-status__frame {
    overflow-x: auto;
  }
  .box-status__frame > .row {
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
  }
  .box-status__frame > .row > .col {
    flex: 0 0 80%;
    padding: 0;
  }
  .box-status .block {
    padding-bottom: 32px;
  }
  .box-status .block__frame {
    padding: 16px 16px 40px;
    border-radius: 12px !important;
  }
  .box-status .block__frame > .row {
    gap: 10px;
  }
  .box-status .block__frame .arrow {
    width: 20px;
  }
  .box-status .block__list {
    gap: 10px;
  }
  .box-status .block__list .item {
    width: 100%;
  }
  .box-status .block__list .item__img img {
    width: 80px;
    border-width: 2px;
  }
  .box-status .block__list .item__content {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
  }
  .box-status .block__action .button {
    max-width: 90%;
  }
  .box-about .block__header {
    height: 50px;
  }
  .box-about .block__body {
    padding: 10px;
  }
  .button,
  a.button {
    font-size: 16px;
  }
  .footer__main {
    padding: 28px 0 12px;
  }
  .footer__info {
    margin: 28px 0 12px;
  }
  .footer__info--wrap {
    justify-content: left;
  }
  .footer__info .item {
    width: 100%;
  }
  .popup.booking .form__booking--main .heading {
    font-size: 18px;
  }
}
/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1.5) skew(1deg);
  }
}
@keyframes load {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes blink {
  0%, 100% {
    background: #77c517;
  }
  50% {
    background: #ddf9a1;
  }
}
@keyframes ping {
  0% {
    box-shadow: 0 0 10px rgba(119, 197, 23, 0.5);
  }
  50% {
    box-shadow: 0 0 30px rgba(119, 197, 23, 0.6), 0 0 20px rgba(119, 197, 23, 0.4);
  }
  100% {
    box-shadow: 0 0 10px rgba(119, 197, 23, 0.5);
  }
}

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