﻿.hero-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0;
}
.container-hero-box {
  background-repeat: no-repeat;
  background-size: cover;
}
.container-hero-box.hero-container,
.container-hero-box.video-container {

}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(placeholder-image.jpg) center center / cover no-repeat;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.video-controls button {
    background: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.container > img {
  filter: brightness(50%);
  height: 100%;
  width: 100%;
}

.hero-box-detail {
  max-width: 700px;
  gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  /* position: absolute; */
  left: 0px;
  right: 200px;
}

.hero-box-detail > h3 {
  color: #fff;
  font-size: 54px;
}

.hero-box-detail > p {
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
  width: 85%;
}

.about-box {
  \\min-height: 650px;
  padding: 120px 0px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
padding-bottom: 0;
}

.about-box-detail {
  width: 50%;
}

.about-box-detail > h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}

.about-box-detail > p {
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
}

.video-box {
  position: relative;
  height: 440px;
  /* padding: 80px 0; */
  display: flex;
}

.background-dynamic {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: scale(1);
  z-index: -1;
}

.video-home-page {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: scale(1);
}

.video-box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.video-box-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  /* position: absolute; */
  left: 0px;
  right: 0px;
  width: 670px;
  /* margin: -325px auto; */
  margin: auto;
}

.video-box-detail > h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  display: flex;
  width: 692px;
  justify-content: center;
}

.video-box-detail > svg {
  cursor: pointer;
}
.btn-video-homepage {
  border: 0;
  display: flex;
}

.service-box {
  display: flex;
  padding: 120px 0px;
  gap: 50px;
  justify-content: space-around;
}
.servive-box-img {
  min-width: 520px;
}
.service-box-detail > h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.service-box-detail > ul {
  list-style: none;
  color: #7f8183;
  font-weight: 500;
  position: relative;
    padding-inline-start: 0px;
}

.service-box-detail > ul > li {
  padding: 2px 24px 2px 0;
  margin-bottom: 16px;
}
.service-box-detail .selected_li {
  position: relative;
  color: #2b5aa9;
  font-weight: 900;
}
.service-box-detail .selected_li::before {
  position: absolute;
  height: 25px;
  width: 5px;
  content: "";
  background-color: #2b5aa9;
  left: -24px;
}

.servive-box-img .serviceShow {
  position: relative;
}

.servive-box-img .serviceShow > img {
  margin-top: 50px;
  margin-bottom: 24px;
}

.servive-box-img .serviceShow .more-detail {
  position: absolute;
  max-width: 305px;
  padding: 16px;
  background: #2b5aa9;
  bottom: 10px;
  left: -70px;
}

.servive-box-img .serviceShow .more-detail > p {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
}
.serviceShow {
  display: none;
}
.show {
  display: flex;
  justify-content: flex-end;
}
.list-background {
  position: absolute;
  top: -70px;
  font-size: 270px;
  z-index: -1;
  font-weight: 600;
  letter-spacing: 10.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(59 136 165 / 12%);
  left: 0;
}

.image-show {
  max-width: 440px;
  max-height: 330px;
  object-fit: cover;
  height: 330px;
  width: 440px;
}

.more-detail > span > a:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #ffd500;
  cursor: pointer;
}

.right-carousel,
.right-carousel-product {
  cursor: pointer;
}

.servive-box-img .serviceShow .more-detail > span > a {
  color: #ffd500;
}

.pagintor {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.news-box {
  display: flex;
  align-items: center;
  padding: 120px 0;
  flex-direction: column;
  gap: 40px;
  padding-top: 0;
}

.news-header > h3 {
  font-size: 36px;
  font-weight: 700;
  padding: 120px 0;
  padding-bottom: 40px;
}

.news-detail {
  display: flex;
  gap: 30px;
}

.news-detail .news-img {
  position: relative;
  cursor: pointer;
}

.news-detail .news-img:hover .infor > a > p {
  color: #ffd500;
  cursor: pointer;
}

.news-detail .newsss {
  height: 340px;
  width: 584px;
  overflow: hidden;
}

.news-detail .news-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.news-detail .news-img:hover > img {
  transform: scale(1.1);
}

.news-detail .news-img .infor {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
}

.news-detail .news-img .infor > span {
  color: #d9dbdd;
  margin-bottom: 8px;
}

.news-detail .news-img .infor > a > p {
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  font-size: 20px;
}

.news-detail > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex:1;
  padding-left: 0;
}

.news-detail > ul > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dbdd;
  cursor: pointer;
    padding: 24px 0;
}

.news-detail > ul > li > a > p:hover {
  color: #2b5aa9;
  animation: hoverText 0.5s ease-in-out;
}

@keyframes hoverText {
  from {
    color: #000;
  }
  to {
    color: #2b5aa9;
  }
}
.news-detail > ul > li:first-child {
  padding-top: 0;
}
.news-detail > ul > li:last-child {
  border-bottom: 1px solid white;
    padding-bottom: 0;
}

.news-detail > ul > li > span {
  color: #7f8183;
}

.news-detail > ul > li > a > p {
  font-weight: 600;
}

.container-product {
  background-color: #eaeff7;
}

.product-box {
  padding: 0px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding-bottom: 120px;
  overflow: hidden;
}

.product-header > h3 {
  font-size: 36px;
  font-weight: 700;
}

.product-header {
  background-color: #eaeff7;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0px;
  padding-bottom: 40px;
}

.product-detail {
  display: flex;
  gap: 32px;
}

.box-product {
  padding: 16px;
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
  align-items: center;
  gap: 16px;
  font-weight: 600;
}
.box-product > div {
  height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
}
.box-product > img {
  height: 200px;
  width: 200px;
  object-fit: fill;
}
.container-contact-box {
  /* background: linear-gradient(rgb(19 30 68 / 70%), rgb(6 50 81 / 70%)),
    url("../../assets/imgs/backg_get_touch.png"); */
  background: url("../../assets/imgs/backg_get_touch.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container-contact-box.hero-container {
	background: initial;
}
.contact-box {
  padding: 60px 0;
  display: flex;
  min-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;

  gap: 30px;
}
.contact-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.5;
  color: #fff;
  width: 50%;
}
.news-detail .news-img .background-news {
  height: initial;
  width: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  transition: initial;
  position: absolute;
  bottom: 0;
}

.contact-text > p {
  width: 76%;
}

.contact-input {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.infor-contact {
  display: flex;
  gap: 24px;
  position: relative;
}
.infor-contact .infor-input {
  flex: 1;
  position: relative;
}
.infor-contact .infor-input > input {
  font-family: "SVN-Gilroy", sans-serif !important;
  border: 0;
  outline: 0;
}
.infor-contact .infor-input > input:focus {
  border: 0;
  outline: 0;
}

.infor-contact .infor-input > input:focus-visible {
  border: 0;
  outline: 0;
}
.errorText {
  background: white;
  padding: 2px 10px;
  border-radius: 8px 8px 8px 0px;
  position: absolute;
  top: -22px;
  font-size: 12px;
  left: 10px;
  display: none;
}
.errorText.textArea {
  bottom: -20px;
  right: 20%;
  top: initial;
  left: initial;
  border-radius: 0px 8px 8px 8px;
}
.message {
  padding: 12px;
  color: #7f8183;
  width: 100%;
}
.valid-email {
  display: none;
  color: #c73f3f;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  right: 5px;
  /* backround: #9da9b49e; */
  font-weight: 700;
}

.textmessage {
  min-height: 100px;
  font-family: "SVN-Gilroy", sans-serif !important;
  resize: none;
  border: 0;
  outline: 0;
  position: relative;
}
.area-infor {
  position: relative;
}
.textmessage:focus-visible {
  border: 0;
  outline: 0;
}

.textmessage:focus {
  border: 0;
  outline: 0;
}
.textmessage::-webkit-scrollbar {
  display: none;
}

.partners-box {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner {
  height: auto;
  width: 170px;
}

.partner > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.fullscreen-video-background {
    background: #000;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 56.5vw;
}

    /* Pattern overlay */
    .fullscreen-video-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
        z-index: 2;
    }

#_buffering-background {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #222;
    z-index: 1;
}

#_youtube-iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
}

#_youtube-iframe {
    position: absolute;
    pointer-events: none;
    margin: 0 auto;
    width: 120vw;
}


/*slider*/
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}

    .slider-button.left {
        left: 10px;
    }

    .slider-button.right {
        right: 10px;
    }

.fullscreen-video-background,
.background-dynamic {
    object-fit: cover;
}

.background-dynamic-slider {
    object-fit: cover;
    width: 100%;
}

.slider-container {
    position: relative;
    display: inline-block;
    width:100%;
}

.slider-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
    bottom: 10px;
    width: 80%;
    text-align: center;
    padding: 3px;
    box-sizing: border-box; 
    border-radius: 2px; 
}

    .slider-text::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0.5;
        border-radius: 5px;
    }

@media (max-width: 768px) {
    .slider-text {
        font-size: 11px;
        bottom: 5px;
        width: 90%;
    }
}


.slider-link {
    display: block; 
    text-decoration: none; 
    color: inherit; 
    width: 100%;

}