body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.splice-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.splice-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-dots {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slick-dots button {
  width: 30px;
  height: 10px;
  border-radius: 12px;
  background: #FFFFFF40;
  font-size: 0;
  border: none;
  outline: none;
}

h1:not(.page-content h1),
h2:not(.page-content h2),
h3:not(.page-content h3),
h4:not(.page-content h4),
h5:not(.page-content h5),
h6:not(.page-content h6),
ul:not(.page-content ul),
p:not(.page-content p),
ul:not(.page-content ul) {
  /* margin: 0; */
  padding: 0;
  list-style-type: none;
}

ul:not(.page-content ul) {
  margin-bottom: 0;
}

a:not(.page-content a) {
  text-decoration: none;
  /* color: inherit; */
}

.page-content p {
  color: rgb(52, 52, 52);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

header {
  background-color: #0A2B24;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 80px;
}

.header-logo img {
  height: 56px;
  object-fit: contain;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;

}

.header-menu a {
  position: relative;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}


.header-menu a:hover,
.header-menu a.active {
  color: #E5BC84;
}

.header-logo-only,
.header-burger {
  display: none;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  color: #E5BC84;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
  height: 44px;
  background-color: #364837;
  border-radius: 8px;
}

.header-lang span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.header-lang img:not(.header-lang span img) {
  opacity: 0.5;
}

.header-lang-dropdown {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.header-lang:hover .header-lang-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-lang-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 0;
}

.header-lang-dropdown ul li a {
  width: auto;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s;
  padding: 10px 18px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header-lang-dropdown ul li a.active {
  color: #0e4464;
}

.header-lang-dropdown ul li a:hover {
  background-color: #f0f0f0;
}


.section-slider {
  position: relative;
}

.section-slider .navigation-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex !important;
}


.section-slider .slick-dots .slick-active button,
.section-partner .slick-dots .slick-active button {
  background-color: #E5BC84;
}

.section-slider .carousel-inner {
  height: 700px;
}

.section-slider .section-slider-item {
  height: 700px;
  width: 100vw;
}

.section-slider .section-slider-item .container {
  padding: 0;
}

.section-slider .section-slider-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-slider .section-slider-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('../image/slider.png') no-repeat left center / contain;
}

.section-slider .section-slider-item h2 {
  color: rgb(229, 188, 132);
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-slider .section-slider-item p {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  padding-left: 36px;
  position: relative;
}

.section-slider .section-slider-item p::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-slider .section-slider-item small {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 34px;
}

.section-slider .section-slider-item a {
  padding: 16px 30px;
  background-color: #fff;
  padding: 16px 30px;
  color: rgb(39, 70, 137);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.section-slider .slick-arrow,
.section-slider .slick-arrow:active {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #E5BC84;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.section-slider .custom-prev {
  background-color: #E5BC8450;

}

.section-slider .slick-arrow img {
  height: 20px;
}

.section-slider .navigation-container {
  padding: 0 10px;
}

.section-about {
  background-color: #1A362B;
  padding: 100px 0;
}


.section-about-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.section-about-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1 1 auto;
}

.about-player {
  position: absolute;
  height: 60px;
  object-fit: contain;
}

.section-about h2 {
  color: rgb(229, 188, 132);
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 70px !important;
  position: relative;
  margin-bottom: 36px;
}

.section-about h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-color: rgb(229, 188, 132);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-about p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.section-product {
  background: url('../image/product-bg.png');
  background-repeat: repeat-x;
  background-color: #0A2B24;
  padding: 80px 0;
  background-position: bottom;
}


.section-product h2 {
  color: rgb(229, 188, 132);
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 70px !important;
  position: relative;
  margin-bottom: 36px;
}

.section-product h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-color: rgb(229, 188, 132);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-item {
  background-color: #1A362B;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.product-item h3 {
  color: rgb(229, 188, 132);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-item p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 14px;
}

.product-item button {
  height: 50px;
  border-radius: 12px;
  background: rgb(229, 188, 132);
  text-align: center;
  color: rgb(10, 43, 36);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  outline: none;
  padding: 0 24px;
}

.section-partner {
  background-color: #1A362B;
  padding: 100px 0;
}

.section-partner h2 {
  color: rgb(229, 188, 132);
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 70px !important;
  position: relative;
  margin-bottom: 36px;
}

.section-partner h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-color: rgb(229, 188, 132);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-partner .slick-arrow {
  display: none !important;
}

.partner-item {
  background-color: #0A2B24;
  border-radius: 8px;
  margin: 0 10px;
  height: 200px;
  display: flex !important;
}

.partner-item img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin: auto;
}

.section-partner .slick-dots {
  padding-top: 40px;
  justify-content: flex-start;
  padding-left: 10px;
}


.section-feedback {
  background-color: #0A2B24;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.section-feedback h2 {
  color: rgb(229, 188, 132);
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 70px !important;
  position: relative;
  margin-bottom: 36px;
}

.section-feedback h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-color: rgb(229, 188, 132);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-feedback::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('../image/feedback-left.png');
  background-repeat: repeat-y;
}

.section-feedback::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: calc(100% - 254px);
  z-index: -1;
  background: url('../image/feedback-right.png');
  background-repeat: repeat-y;
}

.section-feedback form input,
.section-feedback form textarea {
  border-radius: 12px;
  background-color: #ffffff30;
  padding: 20px 30px;
  color: #fff;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.section-feedback form textarea {
  height: 190px;
  resize: none;
}

.section-feedback form input::placeholder,
.section-feedback form textarea::placeholder {
  color: #fff;
  opacity: 0.7;
}

.section-feedback form button {
  background-color: #E5BC84;
  color: #0A2B24;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  padding: 16px 30px;
  height: 50px;
  border-radius: 12px;
  border: none;
  display: block;
  width: max-content;
  margin-left: auto;
}

.section-contact {
  background-color: #1A362B;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.section-contact h2 {
  color: rgb(229, 188, 132);
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 70px !important;
  position: relative;
  margin-bottom: 36px;
}

.section-contact h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-color: rgb(229, 188, 132);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-contact ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.section-contact ul b {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.section-contact ul li {
  flex: 1;
}

.section-contact ul li a {
  color: #E5BC84;
  font-weight: 500;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  background-color: #0A2B24;
  padding: 60px 0;
}

.footer-top img {
  width: 220px;
}

.footer-top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer-top ul a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #E5BC8420;
  transition: all 0.3s ease-in-out;
}

.footer-top ul a svg {
  fill: #E5BC84;
  transition: all 0.3s ease-in-out;

}

.footer-top ul a:hover {
  background-color: #E5BC84;
}

.footer-top ul a:hover svg {
  fill: #0A2B24;
}

.footer-bottom {
  background-color: #1A362B;
  padding: 24px 0;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom span {
  color: #ffffff90;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}


.modal-dialog {
  width: 100%;
  max-width: 730px;
}

.modal-content {
  border-radius: 24px;
  overflow: hidden;
}

.modal-body {
  padding: 50px;
  background-color: #1A362B;
}

.modal-body input,
.modal-body textarea,
.modal-body input:focus,
.modal-body textarea:focus {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: none;
  background-color: #ffffff30;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  outline: none;
}

.modal-body input::placeholder,
.modal-body textarea::placeholder {
  color: #ffffff90;
}

.modal-body h4 {
  color: rgb(229, 188, 132);
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-body p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.modal-body form {
  margin-bottom: 20px;
}

.modal-body button{
  display: block;
  text-transform: uppercase;
  padding: 20px 24px;
  background-color: #E5BC84;
  width: 100%;
  border: none;
  margin: auto;
  color: rgb(10, 43, 36);
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}




.header-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: #00000050;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-mobile.active {
  left: 0;
}

.header-mobile-menu {
  background-color: #fff;
  width: max-content;
  width: 80%;
  height: 100vh;
}

.header-mobile-header {
  background-color: #f2f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
}

.header-mobile-header ul a {
  background-color: #fff !important;
}

.header-mobile-body {
  height: calc(100vh - 60px);
  overflow: scroll;
}

.header-mobile-body ul {
  width: 100%;
}

.header-mobile-body ul a,
.header-mobile-body ul span {
  padding: 25px 30px;
  color: #113c2f;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.header-mobile-body ul a.active {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-mobile-body ul li:hover ul,
.header-mobile-body ul li.show ul {
  height: max-content;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-mobile-body ul li ul a {
  padding: 20px 30px;
  color: 113c2f;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

.header-mobile-body ul li ul a:hover {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul a.active {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

@media screen and (max-width: 1550px) {

  .section-slider .section-slider-item h2,
  .section-slider .section-slider-item p {
    padding-left: 80px;
  }

  .section-slider .section-slider-item p {
    padding-left: 120px;
  }

  .section-slider .section-slider-item p::after {
    left: 80px;
  }
}

@media screen and (max-width: 1200px) {
  header .container {
    gap: 30px;
  }

  .section-slider .carousel-inner,
  .section-slider .section-slider-item {
    height: 500px;
  }

}

@media screen and (max-width: 1120px) {
  .header-logo img {
    height: 46px;
  }

  .header-lang {
    margin-left: auto;
  }

  .header-menu {
    display: none;
  }

  .header-burger {
    display: block !important;
    cursor: pointer;
  }
}

@media screen and (max-width: 992px) {
  .section-slider .section-slider-item {
    justify-content: flex-end !important;
  }

  .section-slider .section-slider-item::after {
    border-radius: 0;
    width: 100%;
    height: 30%;
    bottom: 0;
    top: auto;
    display: none;
  }

  .section-slider .section-slider-item p,
  .section-slider .slick-dots,
  .section-slider .slick-arrow, .section-slider .slick-arrow:active,
  .navigation-container {
    display: none !important;
  }

  .section-slider .section-slider-item h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: #113A2D;
    padding: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .section-slider .carousel-inner,
  .section-slider .section-slider-item {
    height: 400px;
  }

  .section-feedback ul {
    flex-direction: column;
    gap: 30px;
  }

  .section-feedback ul a {
    gap: 6px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .section-about, .section-partner, .section-feedback, .section-contact {
    padding: 50px 0;
  }

  .section-about h2, .section-product h2, .section-partner h2, .section-feedback h2, .section-contact h2 {
    font-size: 32px;
  }

  .section-product{
padding-bottom: 40px;
  }
  .product-item{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-contact ul{
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .container{
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 576px) {

  header .container {
    padding: 14px 20px;
  }

  .section-slider .section-slider-item h2 {
    font-size: 24px;
    line-height: 40px;
    padding: 10px;
  }

  .section-slider .carousel-inner,
  .section-slider .section-slider-item {
    height: 200px;
  }

  .section-about, .section-service, .section-partner, .section-feedback {
    padding: 50px 0;
  }

  .service-item-info {
    padding: 20px;
  }

  .section-about h2 {
    font-size: 28px;
  }

  .section-about ul li {
    font-size: 16px;
    padding: 0px 0 5px 20px;
  }

  .section-partner h2,
  .section-feedback h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .section-about h2, .section-product h2, .section-partner h2, .section-feedback h2, .section-contact h2 {
    text-align: center;
    padding-left: 0 !important;
  }
  .section-about h2::after, .section-product h2::after, .section-partner h2::after, .section-feedback h2::after, .section-contact h2::after{
    display: none;
  }
}