.html{
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #0c0c0c;
  background-color: #e0e0db;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  font-weight: bold;
  color: #050000;
  padding: 3px 10px;
}

.heading_container h1 {
  padding-top: 40px;
  font-size: 63px;
  font-weight: 500;
  color: #000;
  font-family: 'Manrope', sans-serif;
}

/*header section*/
.hero_area {
  position: relative;
  height: 125vh;
  background-image: url(../images/trust1.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  position: relative;
  text-decoration: none;
  margin-top: 20px;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}




.book-header-btn {
  pointer-events: auto;
  display: inline-block;
  padding: 20px 35px;
  margin-top: 12px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 45px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.navbar-brand img {
  width: 20px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}


.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  height: calc(100% - 108px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section,
.header_section {
  position: relative;
  z-index: 1;
  background: rgb(11 7 4 / 20%);
  display: flex;
  justify-content: center;
}

.slider_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .carousel-indicators li.active {
  color: #e93f1a;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 105px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e8e8e8;
  border-radius: 100%;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #e93f1a;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

.slider_section .detail-box h1 span {
  color: #ffffff;
  font-family: Manrope, sans-serif;
  letter-spacing: -0.03em;
}

.slider_section .detail-box p {
  margin-top: 15px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 200px;
}

.box-p {
  padding: 0 200px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 15px 45px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 45px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #e93f1a;
  color: #e93f1a;
}


.slider_section .carousel-item {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.slider_section .container {
  height: 100%;
}

.slider_section .row {
  height: 100%;
}


.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-indicators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: initial;
  width: 25px;
  height: 200%;
  margin: 0;
  bottom: 50%;
  right: 45px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.slider_section .carousel-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 55%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider_section .carousel-indicators span {
  margin: 0 2px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  margin: 0;
  border: none;
  opacity: 1;
  background-color: transparent;
  width: auto;
  height: auto;
}

.slider_section .carousel-indicators li.active {
  color: #e93f1a;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 105px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e8e8e8;
  border-radius: 100%;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #e93f1a;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}


/* end slider section */



#booking-form {
  padding-top: 100px;
}

.image-content {
  display: flex;
  justify-content: center;
  margin: 5%;
}

.img-box2 {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 10px;
}

.img-box {
  width: 100%;
  height: 390px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}

#service_section_left2 {
  padding: 20px 20px;
}

#service_section_left2 h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 62px;
}

#service_section_left2 span {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 62px;
}


#service_section_left2 p {
  .service_section_login {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(14, 14, 14);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
  }
}
  #image-learn-more {
    width: 100%;
    height: 811px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .calendar_header {
    font-weight: 600;
    text-align: center !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
  }

  #button-learnmore {
    background-color: hsla(218.18, 37.29%, 23.14%, 1);
    height: 60px;
    /*width: 225px;*/
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 33px;
    margin: 20px 170px;
    text-transform: uppercase;
  }

  .content {
    margin-bottom: 30px;
  }

  #button-learnmore:hover {
    background-color: #7c8697;
  }

  #button-social {
    background-color: hsla(218.18, 37.29%, 23.14%, 1);
    height: 60px;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 33px;
    margin-top: 30px;
  }

  #button-learnmore a {
    color: rgb(225, 215, 215);
  }

  .marquee {
    text-transform: uppercase;
    justify-content: center;
    font-size: 12rem;
    margin-top: 5%;
    width: 100%;
    white-space: nowrap;
    display: block;
    padding: 0 0;
  }

  .contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5% 0;
  }

  .contact-us .contact-us-child {
    background-color: hsla(218.18, 37.29%, 23.14%, 1);
    height: 60px;
    width: 190px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 33px;
    margin-top: 30px;
  }

  .contact-us .contact-us-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }

  .contact-us .contact-us-child:hover {
    background-color: #3d4759;
  }

  .contact-us .contact-us-child span {
    padding-top: 4px;
    font-size: 17px;
    font-weight: 600;
  }

  .form-control:focus {
    background-color: hsla(218.18,
    37.29%,
    23.14%,
    1) !important;
    /* Giữ màu trắng sau khi nhập */
    color: black !important;
  }

  /* Tạo nền xanh đậm cho phần contact */

  .contact-us-section {
    background-color: hsla(218.18, 37.29%, 23.14%, 1);
    /* Màu xanh đậm */
    color: white;
    padding: 10px 0 50px 0;
    margin-bottom: 5%;

  }

  /* Điều chỉnh khung chứa form */

  .contact-container {
    max-width: 800px;
    margin: auto;
    background: hsla(218.18, 37.29%, 23.14%, 1);
    border-radius: 15px;
    font-family: "Nunito Sans", sans-serif;
  }

  .contact-container h1 {
    padding-top: 58px;
    font-family: "Manrope", sans-serif;
    font-size: 73px;
  }

  .contact-container p {
    width: 95%;
  }

  #form-contact {
    margin-top: 10%;
  }

  .mail-section {
    padding: 40px 0 57px 0;
    display: flex;
    justify-content: center;
  }

  .mail-sign-up {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .mail-sign-up h1 {
    font-size: 45px;
    font-weight: bold;
    font-family: Manrope, sans-serif;
    margin-bottom: 10%;
  }


  .email-signup input {
    width: 280px;
    height: 65px;
    margin-left: 2%;
    display: flex;
    border: none;
    align-items: flex-start;
    /* Căn giữa theo chiều dọc */
    justify-content: center;
    /* Căn giữa placeholder theo chiều ngang */
    padding-left: 5%;
    font-size: 16px;
  }

  #btn-sign-up {
    margin-left: 3%;
    background-color: hsla(218.18, 37.29%, 23.14%, 1);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 60px;
  }

  #btn-sign-up:hover {
    background-color: #3d4759;
  }

  .email-signup input::placeholder {
    color: rgb(206, 204, 204);
  }

  .description {
    color: rgb(188, 186, 186);
  }

  .form-control {
    height: 41px;
    border-radius: 20px;
    border-color: #000;
    padding: 17px;
    font-size: 16px;
    background: hsla(218.18, 37.29%, 23.14%, 1);
    color: white;
  }

  .form-control:hover {
    background-color: #7c8697;
  }

  .span-text {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3px;
  }

  .label-span-text {
    display: flex;
    justify-content: flex-start;
  }

  .btn-custom {
    background-color: white;
    color: #16213e;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
  }

  .btn-custom:hover {
    background-color: #eaeaea;
    color: #16213e;
  }

  .img-box1 {
    padding-top: 5vh;
  }

  .image-section-container .img-box1 a {
    color: hsla(218.18, 37.29%, 23.14%, 1);
    display: block;
    text-decoration: underline;
    font-weight: 100;
    font-size: 25px;
  }

  .image-section-container .img-box1 p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    margin: 20px 0;
  }

  .about_section .detail-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: #e93f1a;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 25px;
  }

  .about_section .detail-box a:hover {
    background-color: transparent;
    border-color: #e93f1a;
    color: #e93f1a;
  }

  .body_bg {
    background-size: cover;
  }

  .service-text h1 {
    color: #1e1e1d;
  }

  .service_section h6 {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(14, 14, 14);
    font-weight: 550;
    font-size: 16px;
    line-height: 22px;
  }

  .service_section h2 {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(14, 14, 14);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0px 20px 6px;
    display: inline;
  }

  .service_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0;
    width: 85%;
  }

  .service_section .box h4 {
    margin-top: 5px;
  }

  .service_section .box a {
    padding: 6px 25px;
    border: 1px solid #e93f1a;
    color: #e93f1a;
    text-transform: uppercase;
  }

  .service_section_elements {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(14, 14, 14);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }

  .service_section_p {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(14, 14, 14);
    font-weight: 350;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }


  .quote_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quote_section .box .btn-box a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #e93f1a;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 5px;
  }

  .quote_section .box .btn-box a:hover {
    background-color: transparent;
    border-color: #e93f1a;
    color: #e93f1a;
  }

  .contact_section .contact_bg {
    background-color: #ffffff;
  }

  .contact_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
  }

  .contact_section .contact_form {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact_section .contact_form .top_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact_section .contact_form .top_input input {
    width: 48%;
  }

  .contact_section .contact_form input {
    width: 100%;
    margin: 15px 0;
    height: 50px;
    padding-left: 15px;
    border: none;
    outline: none;
    background-color: #1c1b2d;
    color: #ffffff;
  }

  .contact_section .contact_form input.message_input {
    padding: 25px 0 90px 15px;
  }

  .contact_section .contact_form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .contact_section .contact_form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .contact_section .contact_form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .contact_section .contact_form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .contact_section .contact_form button {
    display: inline-block;
    padding: 8px 35px;
    background-color: #e93f1a;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .contact_section .contact_form button:hover {
    background-color: transparent;
    border-color: #e93f1a;
    color: #e93f1a;
  }

  .contact_section .img-box img {
    width: 100%;
  }

  /* client_section */

  .client_section {
    font-family: "Roboto", sans-serif;
  }

  .client_section .img-box {
    min-width: 175px;
    max-width: 175px;
  }

  .client_section .img-box img {
    width: 100%;
  }

  .client_section .client_container {
    width: 70%;
    margin: auto;
  }

  .client_section .client-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .client_section .client_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    padding-left: 20px;
  }

  .client_section .client_name h3 {
    font-weight: 300;
    text-transform: uppercase;
  }

  .client_section .client_name p {
    color: #e93f1a;
  }

  .client_section .client_detail {
    padding: 25px 45px;
    background-color: #e93f1a;
  }

  .client_section .client_text p,
  .client_section .client_text blockquote {
    margin: 0;
    position: relative;
    color: #fff;
  }

  .client_section .client_text blockquote::before,
  .client_section .client_text blockquote::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
  }

  .client_section .client_text blockquote::before {
    content: "\f10d";
    top: -6px;
    left: -30px;
  }

  .client_section .client_text blockquote::after {
    content: "\f10e";
    bottom: -10px;
    right: 5px;
  }

  .client_section .carousel-indicators {
    bottom: -75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .client_section .carousel-indicators li {
    width: 15px;
    height: 15px;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    background-color: #e93f1a;
    opacity: 1;
    border-radius: 100%;
  }

  .client_section .carousel-indicators li.active {
    background-color: #000;
  }

  /* end client_section */

  .info_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info_section .footer_contact {
    width: 100%
  }

  .info_section .footer_contact .heading_container h2 {
    width: 100%;
    text-align: center;
  }

  .info_section .footer_contact .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 20px 0 20px;
  }

  .info_section .footer_contact .box .img-box .img-2 {
    display: none;
  }

  .info_section .footer_contact .box .img-box:hover .img-1 {
    display: none;
  }

  .info_section .footer_contact .box .img-box:hover .img-2 {
    display: inline;
  }

  /* footer section*/

  .footer_section {
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: #1d1d1d;
  }

  .footer_section p {
    color: #ffffff;
    margin: 0;
    text-align: center;
  }

  .footer_section a {
    color: #ffffff;
  }

  .img-content img {
    width: 100%;
  }

  .infor-customer {
    background-color: black;
  }

  .service-left p {
    width: 90%;
  }

  .service_section_header {
    padding: 80px 0 0;
    font-size: 62px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
  }

.service_section_header-2{
  font-size: 62px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}

  .form-sendmail {
    background-color: white;
    height: 630px;
  }

  #login-signup {
    display: flex;
    justify-content: flex-end;
  }

  #login-signup a {
    color: #000;
    margin: 10px 10px;
  }

  .appointment-container {
    max-width: 600px;
    height: 500px;
    background: white;
    padding: 20px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .sigup-login {
    display: flex;
    justify-content: flex-end;
  }

  .sigup-login a {
    color: #000;
    margin: 10px 10px;
  }

  .book-btn {
    outline: none;
    width: max-content;
    height: auto;
    text-align: center;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    align-items: center;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 6px 11px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    overflow: hidden;
    /*transform: translate3d(0px, 0px, 0px) scale(1, 1);*/
    transform: scaleY(1.0625);
    transition: transform 50ms;
    min-height: 36px;
    max-width: 225px;
    word-break: break-word;
  }

  .book-btn:hover {
    background: #333;
  }

  .acuity-brand {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
  }

  .slider_section_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .slider_section .detail-box {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    /* Căn giữa theo chiều ngang */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Căn giữa theo chiều dọc */
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .slider_section .detail-box h1 {
    font-size: 64px;
    width: 100%;
    margin: 0 auto;
    font-family: Manrope, sans-serif;
    letter-spacing: -0.03em;
  }

  .gallery-header {
    padding-top: 40px;
  }


  /* Hiệu ứng hover với đường gạch chân lướt qua */

  a.hover-underline {
    position: relative;
    text-decoration: none;
    /* Ẩn gạch chân mặc định */
    color: inherit;
    /* Giữ màu chữ hiện tại */
  }

  a.hover-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    /* Điều chỉnh vị trí đường gạch chân */
    width: 0;
    height: 2px;
    /* Độ dày của đường gạch chân */
    background-color: currentColor;
    /* Màu của đường gạch chân (giống màu chữ) */
    transition: width 0.3s ease;
    /* Hiệu ứng lướt qua */
  }

  a.hover-underline:hover::after {
    width: 100%;
    /* Khi hover, đường gạch chân lướt qua */
  }

  /* end footer section*/
  /*# sourceMappingURL=style.css.map */

  .container-fluid-2 {
    width: 93%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-3{
    width: 74%;
    padding: 0 45px 50px 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .Trust-partners h1 {
    font-size: 62px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }

  .back-ground-white {
    background-color: white;
  }

  .linkedin-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #0A66C2;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .linkedin-btn svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .linkedin-btn:hover {
    color: #004182;
    transform: translateY(-1px);
  }

  .mail-details {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .send-email {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .vision-header {
    font-size: 40px !important;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 20px;
  }

  .vision-content{

  }



  .vision-content p {
    padding-left: 10px;
    margin-bottom: 30px;
  }

  .service_section h6 {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(14, 14, 14);
    font-weight: 550;
    font-size: 16px;
    line-height: 22px;
  }


  .service_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0;
    width: 85%;
  }

  .service_section .box h4 {
    margin-top: 5px;
  }

  .service_section .box a {
    padding: 6px 25px;
    border: 1px solid #e93f1a;
    color: #e93f1a;
    text-transform: uppercase;
  }

  .height-100 {
    height: 100%;
  }

  .image-section-container {
    display: flex;
    flex-direction: column;
    align-content: end;
  }

  .flex-end {
    overflow: auto;
    display: flex;
    align-items: end;
  }

  .image-section-container h1 {
    margin-bottom: 20px;
  }

  .img-box1 h1 {
    font-size: 30px;
    margin-bottom: 16px;
    color: rgb(37, 53, 81);;
  }

  .img-box1 .content {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .img-box1 p {
    margin: 10px 0;
    font-size: 16px;
  }

  .img-box1 p::before {
    content: "✔ ";
    color: #2ecc71;
    font-weight: bold;
  }

  /* CSS */

  .book-now-btn {
    padding: 22px 64px;
    border: 1px solid #333;
    border-radius: 50px;
    background-color: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  /* Hover effect */

  .book-now-btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
  }

  .img-box1 {
    padding-top: 5vh;
    margin-bottom: 30px;
    flex-grow: 1; /* Cho phép nội dung này giãn ra chiếm không gian còn lại */

  }

  .calendar{
    background-color: #ffffff;
  }


  #vision-form{
    padding-top: 100px;
  }

  .sp-h2{
    font-size: 20px;
    padding-top: 10px;
  }

  .img-section{
    padding: 5vh 0;
  }

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

@media print {
  .nav-btn::after {
    display: none !important;
  }
}

[data-scroll]:focus {
  outline: none;
}