/*********************************
*** ET Solution - ROOT FONT***
*********************************/
@font-face {
  font-family: 'SVN Gilroy';
  src: url('../fonts/svn-gilroy/SVN-Gilroy Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Gilroy';
  src: url('../fonts/svn-gilroy/SVN-Gilroy SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Gilroy';
  src: url('../fonts/svn-gilroy/SVN-Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*********************************
*** ET Solution - Theme CSS ***
*********************************/
:root {
  --primary: #E30303;
  --dark: #242A2E;
  --pri-padding-top: 70px;
  --pri-padding-top-md: 70px;
}
.text-base{
  color: var(--primary);
}
.bg-base{
  background: var(--primary);
}
.px-50{
  padding: 0px 50px !important;
}
.py-50{
    padding: 50px 0px !important;
}
.p-50{
  padding: 50px;
}
body {
  padding-top: 70px; 
  font-family: 'SVN Gilroy';
}

a {
  text-decoration: none;
  color: var(--dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}
h1 {
  float: none;
}
ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: var(--dark);
}

img {
  max-width: 100%;
  height: auto;
}
#header{
  position: fixed;
  z-index: 1000;
  max-height: 110px;
}
/* logo  */
#logo{
  width: 130px;
  height: 110px;
  object-fit: cover;
  transition: width 0.3s ease, height 0.3s ease;
}
@media (max-width: 768px) {
  #logo{
    width: 50px;
    height: 50px;
  }
}
/*********************************
          *** Menu main ***
*********************************/
.menu-main{
  gap: 16px;
}
.menu-main .nav-link{
  position: relative;
  display: inline-block; 
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.menu-main .nav-item.active .nav-link {
  color: var(--primary);
}
.nav-link::before {
	content: "";
	position: absolute;
	bottom: 0; 
	left: 50%;
	width: 0;
	height: 2px;
	background-color: var(--primary);
	transform: translateX(-50%);
	transition: width 0.3s ease;
}

.menu-main .nav-link:hover {
  color: var(--primary);
}
.menu-main .nav-link:hover::before {
	width: 60%;
}


/* custom google translate  */
a.glink.gt-current-lang{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}


/*********************************
          *** SLIDERS ***
*********************************/
.carousel-caption{
    position: absolute;
    top: 60%;
    left: 63%;
    text-align: center;
    gap: 24px;
}
.carousel-caption .line{
    max-height: 115px;
    width: 5px !important;
}
.carousel-caption h1{
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    max-width: 330px;
    text-transform: uppercase;
    text-align: start;
}
@media (max-width: 992px) {
    .carousel-caption{
        left: 55%;
        top: 55%;
        gap: 12px;
        text-align: center;
    }
    .carousel-caption h1{
        font-weight: 600;
        font-size: 29px;
        line-height: 31px;
        max-width: 100%;
    }
    .carousel-caption h5{
        font-size: 15px;
        line-height: 24px;
    }
    .carousel-caption .line{
        max-height: 65px;
        width: 5px;
    }
}
@media (max-width: 767px) {
    .carousel-caption{
        left: 150px;
        top: 50%;
        gap: 12px;
        text-align: center;
    }
    .carousel-caption h1{
        font-size: 14px;
        line-height: 24px;
        max-width: 100%;
    }
    .carousel-caption h5{
        font-size: 12px;
        line-height: 20px;
    }
}
/*********************************
          *** ABOUT ***
*********************************/
.about-section{
  margin-top: 50px;
}
.about-section__title {
    text-transform: uppercase;
}

.about-section__heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #000000;
}

.about-section__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 4px;
}

.about-section__header {
    padding: 0 20px 0 100px;
}

.about-section__description {
    max-width: 400px;
}

.about-section__line {
    width: 2px;
    height: 63px;
}

.about-section__thumbnail {
    max-width: 700px;
    height: 400px;
    border-top-right-radius: 185px;
    overflow: hidden;
}

.about-section__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section__link {
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    color: #007bff;
    text-decoration: underline;
}

.about-section__service-item {
    margin-bottom: 20px;
}

.about-section__link{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: #E30303;
    color: #ffff;
    padding: 10px 20px;
    border-top-right-radius: 25px;
    text-decoration: none;
}

.about-section__service-item img{
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.about-section__service-item p{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
/* extend */
.about-section__thumbnail_page{
    height: 350px;
    overflow: hidden;
}
.about-section__thumbnail_page img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-section__header {
        padding: 0px 40px;
    }

    .about-section__heading {
        font-size: 24px;
        line-height: 32px;
    }

    .about-section__thumbnail {
        height: 270px;
        border-top-right-radius: 100px;
    }

    .about-section__link {
        font-size: 15px;
        padding: 10px 18px;
        margin-top: 20px;
        display: inline-block;
    }
    .about-section__service-item img {
        width: 40px;
        height: 40px;
    }

    .about-section__service-item p {
        font-size: 13px;
        line-height: 22px;
    }

}
@media (max-width: 767px){
    .about-section{
      margin-top: 20px;
    }
    .about-section__header{
        padding: 12px;
    }
    .about-section__subtitle{
        margin-bottom: 4px;
    }
    .about-section__heading{
        font-size: 24px;
        line-height: 32px;
    }
    .about-section__thumbnail{
        max-width: 100%;
        height: 200px;
        border-top-right-radius: 0;
    }
    .about-section__link{
        display: block;
        width: fit-content;
        margin: 20px auto 0;
        border-top-right-radius: 0px;
        border-radius: 9px;
    }
}

/*********************************
          *** SERVICES ***
*********************************/
.services__section {
  position: relative;
  margin-top: 50px;
  min-height: 500px;  
  overflow: visible;
}

/* Ảnh nền nằm TRÊN */
.bg-section-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2; /* trên cùng */
  pointer-events: none;
}
.service-img {
  width: 70%;
}
.right__services {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 500px;
  color: #000;
  background: transparent; 
}
.services__info{
  max-width: 400px;
}
.right__services p{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.right__services b{
  color: red;
  text-transform: uppercase;
}
.top-quote {
  color: var(--primary);
  position: absolute;
  left: -35px;
  top: -25px;
  font-size: 60px;
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}

.service__item {
    width: calc(50% - 14px);
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: start;
}
.service__item span{
  color: #ffff;
  font-weight: 700;
  font-size: 60px;
  line-height: 48px;
  -webkit-text-stroke: 1px var(--primary); 
}
@media (max-width: 992px) {
  .services__section{
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bg-section-img{
    display: none;
  }
  .top-quote{
    display: none;
  }
  .right__services {
      position: static;
      padding: 24px 16px;
      max-width: 100%;
      transform: none;
  }
  .service-img{
    border-radius: 4px;
  }
  .services__section {
    min-height: auto;
  }
  .service__item span {
    font-size: 32px;
    line-height: 32px;
  }
  .service__item{
    text-align: center;
    padding: 0px;
  }
  
}
/*********************************
          *** OUR PRODUCT ***
*********************************/
.our_product__section {
  background: url('../img/bg-section-1.png') no-repeat center center;
  background-size: cover;       
  width: 100%;              
  height: auto;
  padding-bottom: 120px;
}
.our_product_info{
  padding: 100px 0 0 100px;
}
.our_product_desc p{
  padding: 20px 0px;
  color: #ffff;
}
.our_product__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 4px;
    color: #ffff;
    text-transform: uppercase;
    margin: 0;
}
.our_product__heading{
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #ffff;
    text-transform: uppercase;
}

.our_product__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: #000000;
    color: #ffff;
    padding: 10px 20px;
    border-top-right-radius: 25px;
    text-decoration: none;
}

.our_product__list{
  display: flex;
  gap: 36px;
  padding-left: 45px;
}
/* cái khung ảnh nha bỏ là cook */
.product__item img{
  width: 270px;
  height: 400px;
  border-top-right-radius: 105px;
  object-fit: cover;
  overflow: hidden;
  background: red;
}
.product__item:first-child {
  padding-top: var(--pri-padding-top);
}

.product__item:nth-child(2) {
  padding-top: calc(var(--pri-padding-top) + 50px);
}
.product__item:nth-child(3) {
  padding-top: calc(var(--pri-padding-top) + 100px);
}

@media (max-width: 992px){
  .our_product_info{
    padding: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px){
  .our_product__section{
    padding-bottom: 24px;
  }
  .our_product_info{
    padding: 20px;
    text-align: center;
  }
  .our_product__list{
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    gap: 12px;
    justify-content: center;
  }
  .product__item{
    padding-top: 0 !important;
  }
  .product__item img {
    width: 100px;
    height: 150px;
    border-top-right-radius: 0;
    border-radius: 4px;
  }
}
/*********************************
        *** OUR WORKPLACE ***
*********************************/
.our_workplace__section {
    position: relative;
    padding: 50px;
}
.thumbnail_video{
    width: 100%;
    padding: 0;
    border-radius: 24px;
    height: 500px;
}
.action_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
  animation: pulse 2s infinite;
}

.action_video:hover {
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  animation: none;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 767px) {
  .our_workplace__section {
      padding: 20px;
  }
  .thumbnail_video {
      height: 200px;
  }
  .action_video {
    width: 40px;
    height: 40px;
  }
}
/*********************************
          *** NEWS ***
*********************************/
.news_section{
  padding: 40px 0;
}
.news_header_left{
    max-width: 380px;
}
.news_header_left h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
}
.news_header_main{
    max-width: 500px;
    text-align: center
}
.see_more_news{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 30px;
    color: #E30303;
    border: 1px solid #E30303;
    background: #ffff;
    border-top-right-radius: 14px;
}
/* news  */
.news_list{
    margin-top: 40px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.news__item{
    position: relative;
    width: 33%;
    border-top-left-radius: 88px;
    border-bottom-right-radius: 62px;
}
.news__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 88px;
    border-bottom-right-radius: 62px;
}
.news__title{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: -24px;
    width: 80%;
    background: #FFFFFF;
    padding: 20px;
    border-bottom-right-radius: 62px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    color: #000000;
    gap: 14px;
}
.news__title a{
      display: -webkit-box;
    -webkit-line-clamp: 2;      
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__title span{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #E30303;
}
.news__item a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.highlight_news{
    color: #FFFFFF;
    background: #E30303;
}
.highlight_news span{
    color: #FFFFFF;
}
.highlight_news a{
    color: #FFFFFF;
}
@media (max-width: 992px) {
    .news_header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .news_list {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        padding: 0 24px;
    }

    .news__item {
        width: 45%; 
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
  .news_section_lable{
    text-align: center;
  }
  .news_header_left h3{
    font-size: 24px;
    line-height: 32px;

  }
    .news__item {
        width: 100%; 
    }

    .news__title {
        width: 100%;
        right: 0;
        bottom: -20px;
        padding: 10px;
        gap: 4px;
    }

    .news_header_main,
    .news_header_left {
        max-width: 100%;
    }

    .see_more_news {
        padding: 8px 16px;
        font-size: 14px;
    }
}
/*********************************
          *** DISTRIBUTEION ***
*********************************/
.distribution_section{
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 650px; */
}
.bg_distribution{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* left  */
.distribution_left{
    padding: 70px 90px;
    padding-right: 0px;
}
.distribution_label{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #E30303;
    text-transform: uppercase
}
.distribution_title{
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.custom-select-underline {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    appearance: none;
}
.custom-select-underline:focus {
    border-color: #0d6efd;
    box-shadow: none;
    outline: none;
}
.distribution_btn_submit{
    padding: 8px 24px;
    background-color: #E30303;
    color: #fff;
    border-top-right-radius: 21px;
    border: none;
    margin-top: 24px;
}


.distribution_map {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.distribution_map img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}
@media (max-width: 992px) {
    .distribution_left {
        padding: 50px 40px;
        padding-bottom: 0;
    }

    .distribution_title {
        font-size: 24px;
        line-height: 36px;
    }

    .distribution_map img {
        max-height: 400px;
    }
}

@media (max-width: 767px) {
    .distribution_row {
        flex-direction: column;
    }

    .distribution_left {
        padding: 40px 20px;
    }

    .distribution_title {
        font-size: 22px;
        line-height: 32px;
    }

    .distribution_desc {
        font-size: 14px;
    }

    .distribution_map {
        margin-top: 20px;
        padding: 0 20px;
    }

    .distribution_map img {
        max-height: 300px;
        width: 100%;
    }

    .distribution_btn_submit {
        width: 100%;
        text-align: center;
    }
}

/*********************************
          *** PARTNERS ***
*********************************/
.partner_lable{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #E30303;
    text-transform: uppercase;
}
.partner_name{
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #242A2E;
    text-transform: uppercase;
}
.partners {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; 
}

.partner__item {
    width: 160px;
    height: 100px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
}

.partner__item img {
    max-width: 100%;
    max-height: 80px; 
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partner__item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media(max-width: 992px){
    .partner_section{
        padding: 24px;
    }
    .partners{
        padding-top: 20px;
    }
}
@media(max-width: 767px){
    .partner_section{
        padding: 20px;
    }
    .partner_name{
        font-size: 18px;
        line-height: 32px;
    }
    .partners{
        padding-top: 12px;
    }
    .partner__item img{
        max-height: 60px;
    }
}


/*********************************
          *** FOTOER ***
*********************************/
.footer__overview{
  padding: 48px;
  padding-bottom: 0px;
}
/* ===== Footer Section ===== */
.footer_section {
  background: url('../img/bg-footer.png') no-repeat center center;
  background-size: cover;
}


.footer__bottom {
  background: #05050530;
  padding: 20px;
  border-top-left-radius: 30px;
  width: 92vw;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
}

.legal_link {
  color: #ffffff;
}
@media (max-width: 576px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .coppy_right {
    margin-top: 10px;
  }
  .coppy_right {
    text-align: start !important;
  }
}
/* ===== Form Footer ===== */
.form__footer {
  background: #E30303;
  padding: 20px 40px;
  border-top-right-radius: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -100px;
}

/* Form header: logo + company name */
.form__top {
  display: flex;
  align-items: center;
  /* gap: 12px; khoảng cách giữa ảnh và tên */
}

.form__top img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.form__top span {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  user-select: none;
}

/* Form label */
.form__lable {
  font-weight: 700;
  font-size: 20px;
  /* line-height: 30px; */
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  user-select: none;
}

/* Inputs, selects, textarea */
.form__footer input,
.form__footer select,
.form__footer textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 6px 5px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  outline: none;
}

/* Placeholder text color */
.form__footer input::placeholder,
.form__footer textarea::placeholder,
.form__footer select {
  color: #f1f1f1;
}

/* Remove native select arrow */
.form__footer select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Wrapper for select to position custom arrow */
.form__select-wrapper {
  position: relative;
  width: 100%;
}

/* Custom styled select */
.form__select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 30px 10px 5px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}

/* Custom dropdown arrow with Font Awesome Pro */
.form__select-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078"; /* chevron-down */
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  font-size: 14px;
  z-index: 2;
}

/* Textarea styling */
.form__footer textarea {
  resize: none;
  height: 60px;
}

/* Submit button */
.form__footer button {
  width: fit-content;
  background: #333333;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top-right-radius: 21px;
}

.form__footer button:hover {
  background: #555555;
}

@media (max-width: 767px) {
  .form__footer {
    margin-top: 12px;
  }
  .form__top span {
    font-size: 15px;
  }
  .form__lable{
    font-size: 17px;
  }
}
.footer__branch {
  margin-bottom: 24px;
}

.footer__branch-title, .footer__info-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 16px;
}

.footer__branch-title::after,.footer__info-title::after {
  content: "";
  display: block;
  border-bottom: 2px solid #E30303;
  width: 60px;
  margin-top: 4px;
}

.footer__branch-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__branch-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

.footer__branch-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}



/* info  */
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__menu li {
  flex: 0 0 33.3333%; /* 3 item mỗi dòng */
  margin-bottom: 9px;
}

.footer__menu li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.footer__menu li a:hover {
  color: #E30303;
  text-decoration: underline;
}


/* socials */
.footer__socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px; /* khoảng cách giữa các icon */
  align-items: center;
}

.footer__socials li {
  /* Không cần style gì đặc biệt nếu chỉ để flex item */
}

.footer__socials li a {
  color: #ffffff;       /* màu icon mặc định */
  font-size: 24px;      /* kích thước icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer__socials li a:hover {
  color: #E30303; /* màu đỏ khi hover */
}



/* footer info  */
.footer_info{
   background: #ffffff;
   display: flex;
   justify-content: end;
   gap: 100px;
   padding: 24px;
   padding-left: 25px;
}

.footer_info_icon img {
   width: 40px;
   height: 40px;
   object-fit: contain;
}

.footer_info_content .title {
   font-weight: 700;
   font-size: 16px;
   color: #000;
   display: block;
   margin-bottom: 4px;
   text-transform: uppercase;
}

.footer_info p {
   font-size: 14px;
   color: #333;
   margin: 0;
}
/* Responsive mobile */
@media (max-width: 768px) {
   .footer_info {
    display: flex;
    gap: 16px;
    flex-direction: column;
   }

   .footer_info_item {
      flex: 1 1 100%;
      justify-content: flex-start;
   }

   .footer_info_icon img {
      width: 32px;
      height: 32px;
   }

   .footer_info_content .title {
      font-size: 14px;
   }

   .footer_info p {
      font-size: 13px;
   }
}


/*********************************
          *** PRODUCT ***
*********************************/

/* Product list */
.pro_item {
    background: #fff;
    /* border: 1px solid #eee; */
    /* border-radius: 12px; */
    padding: 16px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    transition: transform 0.2s ease;
}

/* .pro_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
} */

.pro_item img {
    max-width: 100%;
    height: 200px;
    object-fit: contain; 
    border-radius: 8px;
    margin-bottom: 12px;
}


.pro_item .pro_name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
}

.pro_item .pro_name:hover {
    color: #007bff;
    text-decoration: underline;
}

.pro_item .pro_price {
    font-size: 16px;
    font-weight: 500;
    color: #e74c3c;
}


/*********************************
      *** Detail Product ***
*********************************/
.single-product--info h1{
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}
.single-product--info span{
  font-weight: 400;
  font-size: 20px;
  color: #E30303;
}
.btn-order{
  padding: 10px 30px;
  border-radius: 14px;
  background: #E30303;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  color: white;
}
.hotline-banner {
  background: #00A644;
  color: white;
  cursor: pointer;
}
.detail_pro{
  position: relative;
  padding-bottom: 20px;
}
.detail_pro::before{
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 180px;
  border-top: 3px solid #E30303;
  border-radius: 25px;
}
.section-heading {
   background: #E30303;
}
.section-heading h2{
   color: white;
   font-weight: 700;
   font-size: 24px;
   line-height: 40px;
   padding: 10px;
   padding-left: 50px;
}
.pro_image_detail{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
/*********************************
          *** MORE ***
*********************************/



/*********************************
          *** MORE ***
*********************************/
.breadcrumb-fa {
    --bs-breadcrumb-divider: none; /* Tắt divider mặc định Bootstrap */
}

.breadcrumb-fa .breadcrumb-item + .breadcrumb-item::before {
    font-family: 'Font Awesome 6 Pro'; 
    content: "\f054";              
    font-weight: 900;
    color: white;
    margin: 0 8px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;  
    line-height: 1;
    position: relative;
    top: 7px; 
}


/*********************************
          *** PAGE HEADER ***
*********************************/
.page-header {
  position: relative;
  top: -70px;
  height: 600px; 
  overflow: hidden;
}

.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cover-title-overlay {
  position: absolute;
  top: 60%;
  left: 10%;
  /* transform: translateX(-50%); */
  z-index: 10;
  text-align: center;
}

.cover-title-overlay h1 {
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.cover-title-overlay .breadcrumb-item, .cover-title-overlay .breadcrumb-item a{
    color: white !important;
}

/* Responsive cho màn hình nhỏ */
@media (max-width: 767px) {
  .page-header {
    height: 215px;  /* Giảm chiều cao */
  }
  
  .cover-title-overlay {
    top: 80%;       /* Giữ giữa theo chiều dọc */
    left: 50%;      /* Giữ giữa ngang */
    transform: translate(-50%, -50%);
    max-width: 95%;
    padding: 0 10px;
  }
  
  .cover-title-overlay h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  
  .cover-title-overlay .breadcrumb {
    font-size: 14px;
  }
}

/*********************************
          *** LEADERSHIPS ***
*********************************/
.leadership__section {
    position: relative;
    height: 900px;
    background-image: url('../img/leadership.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white; 
}
.section_header {
    z-index: 2;
}
.leadership__section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4); 
    z-index: 1;
    opacity: 17%;
}
.section_header span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #E30303;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
  }
  .section_header h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #242A2E;
  }

  /* Tổng giám đốc */
  .leader-chief {
    width: 235px;
  }
  .leader-chief .chief-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
  }
  .leader-name {
    font-weight: 600;
    font-size: 16px;
    color: #242A2E;
    margin-bottom: 4px;
  }
  .leader-position {
    font-weight: 400;
    font-size: 14px;
    color: #E30303;
  }
  
  /* 4 thành viên */
  .leader-team {
    gap: 2rem;
  }
  .leader-item {
    width: 200px;
    padding-top: 30px;
  }
  .leader-item .team-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 0.5rem;
  }

  /* Dây ngang */
  .leader-team-wrapper {
    max-width: 900px;
    margin-top: 40px;
    position: relative;
  }
  .horizontal-line {
    width: 700px;
    position: absolute;
    top: 0px;
    left: 100px;
    right: 0;
    height: 2px;
    background-color: #000000;
    z-index: 1;
  }

  /* Dây đứng của 4 thành viên */
  .leader-item .vertical-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background-color: #000000;
    border-radius: 1.5px;
    z-index: 2;
  }
  /* Responsive */
  @media (max-width: 767px) {
    .horizontal-line, .vertical-line{
      display: none;
    }
    .leader-team-wrapper{
      margin-top: 0px;
    }
    .leadership__section {
      padding: 3rem 1rem;
    }
    .section_header h5 {
      font-size: 20px;
      line-height: 28px;
    }
    .leader-chief {
      /* width: 140px; */
      margin-bottom: 3rem;
    }
    .leader-chief .chief-img {
      width: 120px;
      height: 120px;
    }
    .leader-team {
      /* gap: 1rem; */
    }
    .leader-item {
      width: 40%;
      padding-top: 4px;
    }
    .leader-item .team-img {
      width: 120px;
      height: 120px;
    }
    .leader-item .vertical-line {
      height: 20px;
    }
    .leader-name {
      font-size: 14px;
    }
    .leader-position {
      font-size: 12px;
    }
  }
/*********************************
          *** Achive ***
*********************************/
.achieve_section {
  background-image: url('../img/banner/bg-news-1.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.owl-achieve .owl-item {
  height: 300px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-achieve .item {
    height: 100%;
}
.owl-achieve .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}


/*********************************
          *** subsidiaries ***
*********************************/
.subsidiary {
  background: url('../img/subsidiary.png') no-repeat center center;
  background-size: cover; /* hoặc contain tùy theo mục đích */
  width: 100%; /* đảm bảo nó chiếm hết chiều ngang */
}

.subsidiary__contact{
  gap: 8px;
}
.subsidiary__title {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 21px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 40px;
}

/* Hình tròn cố định kích thước */
.subsidiary__image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Tiêu đề công ty */
.subsidiary__name {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 9px;
}

.subsidiary__name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  border-bottom: 2px solid white;
}

/* Các dòng thông tin liên hệ */
.subsidiary__contact-item {
  color: white;
  margin-bottom: 9px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.subsidiary__contact-item:hover {
  color: #ff4c4c;
}

/* Mô tả công ty */
.subsidiary__desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: white;
  margin-top: 10px;
}

/* Responsive cho các kích thước màn hình nhỏ hơn */

/* Màn hình dưới 992px (tablet trở xuống) */
@media (max-width: 991.98px) {
  .subsidiary__title {
    font-size: 48px;
    letter-spacing: 15px;
  }

  .subsidiary__image {
    width: 90px;
    height: 90px;
  }

  .subsidiary__name {
    font-size: 13px;
    line-height: 20px;
  }

  .subsidiary__contact-item {
    font-size: 13px;
  }

  .subsidiary__desc p {
    font-size: 13px;
    line-height: 20px;
  }
}

/* Màn hình dưới 768px (điện thoại lớn và nhỏ) */
@media (max-width: 767.98px) {
  .subsidiary__title {
    font-size: 32px;
    letter-spacing: 10px;
    padding-bottom: 20px;
  }

  .subsidiary__image {
    width: 70px;
    height: 70px;
  }

  .subsidiary__name {
    font-size: 12px;
    line-height: 18px;
  }

  .subsidiary__contact-item {
    font-size: 12px;
  }

  .subsidiary__desc p {
    font-size: 12px;
    line-height: 18px;
  }

  /* Cho flex-column trên mobile */
  .subsidiary__item {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 12px !important;
  }

  .subsidiary__contact {
    align-items: center !important;
  }
}

/*********************************
          *** NEWS ***
*********************************/
.news_title{
  position: relative;
  text-transform: uppercase;
}
.news_title::before{
  position: absolute;
  content: '';
  width: 90px;
  bottom: -5px;
  left: 0;
  border-bottom: 3px solid #E30303;
}
.post-horizontal {
  min-height: 100%;
}
.post-horizontal button{

  background: white;
  color: var(--primary);
  width: fit-content;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  /* giãn đều nhé <333  */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--primary);
}
.post-horizontal button:hover{
    background: var(--primary); 
  color: white;
  border: 1px solid var(--primary);
}

.thumbnail-post-left{
  border-radius: 8px;
  overflow: hidden;
}
.thumbnail-post-left img{
  width: 100%;
}
.post-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.news-desc p{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnail-post-left, .thumbnail-post-right{
  position: relative;
}
.tag_category{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E30303;
  padding: 4px 14px;
  border-top-right-radius: 14px;
}
.tag_category span{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: white;
}
/*********************************
          *** Featured Project ***
*********************************/
.section_header .left {
    flex: 1 1 200px;
}

.section_header .main {
    flex: 1 1 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.4rem;
}

.section_header .right {
    flex: 2 1 300px;
}

.custom-owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 0;
}

.owl-dot {
    cursor: pointer;
}

.owl-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #E1E1E1;
    border-radius: 50%;
    transition: background-color 0.3s ease, border 0.3s ease;
    border: 2px solid transparent;
}

.owl-dot.active span {
    background: #E30303;
    border: 2px solid #fff;
    box-shadow: 0 0 0 6px #E1E1E1; 
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .section_header {
        flex-direction: column;
        gap: 1.5rem;
    }
    .section_header .left,
    .section_header .main,
    .section_header .right {
        flex: 1 1 100%;
        text-align: center;
    }
    .section_header .main {
        padding-top: 0;
    }
}
/*********************************
      *** DISTRIBUTOR *** 
*********************************/
.dist_lable{
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}
.locations{
    max-height: 500px;
    overflow-y: auto;
}
/* Chrome, Edge, Safari */
.locations::-webkit-scrollbar {
    width: 6px;           
}

.locations::-webkit-scrollbar-track {
    background: transparent;  /* Nền track */
}

.locations::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);  /* Màu thanh cuộn */
    border-radius: 3px;
}
.location_item{
    background: #F2F2F2;
    border-radius: 19px;
    border-top-left-radius: 0;
    padding: 12px;
    padding-left: 32px;
    border: 2px solid transparent;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-bottom: 12px;
}
.location_item:hover{
    border: 2px solid #E30303;
}
.location_item span{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
#iframeMapDisplay{
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 4px;
  background: #F2F2F2;
}
#iframeMapDisplay iframe{
  width: 100%;
  height: 100%;
}
#iframeContent{
  height: 100%;
}
#iframeLoader{
  padding-top: 230px;
}
/*********************************
          *** NEWS ***
*********************************/


/*********************************
          *** NEWS ***
*********************************/
.bg-light-glass {
  background-color: rgba(255, 255, 255, 0.85); /* trắng trong suốt */
  backdrop-filter: blur(6px); /* làm mờ nền sau */
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

/* back to top  */
.back-to-top {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	background-color: var(--highlight);
	color: #494949;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}

.back-to-top:hover {
	background-color: var(--primary);
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	opacity: 1;
}

/* floating  */
.floating-sidebar-buttons {
	position: fixed;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 9999;
}

.floating-left {
	left: 20px;
}

.floating-right {
	right: 20px;
}

.floating-btn {
	width: 50px;
	height: 50px;
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.floating-right .floating-btn {
	border-radius: 10px;
	background: none;
}

.floating-btn:hover {
	transform: scale(1.1);
	opacity: 0.9;
}

.floating-btn.youtube {
	background-color: #FF0000;
}

.floating-btn.facebook {
	background-color: #1877F2;
}
.floating-btn.zalo {
  background-color: #0088ff;
  color: white;
}

.floating-btn.phone {
  background-color: #28a745;
  color: white;
}

.floating-btn.email {
  background-color: #ff5722;
  color: white;
}

/*********************************
          *** TABS ***
*********************************/
#tabs-news{
    position: absolute;
    gap: 8px;
    left: 130px;
    bottom: 0;
    z-index: 10;
}
.nav-link-news{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #242A2E;
    padding: 8px 40px;
    background: #ECECEC;
    border: none;
    border-top-right-radius: 18px !important;
    border-top-left-radius: 18px !important;
}
.nav-link-news.active{
    background: white;
}

/*********************************
          *** DROPDOWN MENU ***
*********************************/
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

.nav-item {
    position: relative;
}

.nav-item:hover > .submenu {
    display: block;
}

.submenu li {
    white-space: nowrap;
}

.submenu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.submenu li a:hover {
    background: #f1f1f1;
}

/*********************************
          *** DROPDOWN MENU ***
*********************************/