/*HEADER*/
.wrap-all {
  overflow: hidden;
}
/*Top Header*/
.brand-logo {
  width: 90% !important;
  cursor: pointer;
  transition: 0.3s;
}

.top-header-navigation {
  border-bottom: 1px solid #e1e1e1;
}

.top-header-navigation,
.main-header-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 1.5em;
}

.main-header-navigation a {
  text-transform: uppercase;
}

.top-header-navigation > *,
.main-header-navigation > * {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: bold;
}

.slider-inner__title,
.main-header-navigation li a{
  color: #1E73B8;
}

/* Wrapper pill */
.nav-pill-wrap {
  display: flex;
  align-items: center;
  background: #1E73B8; 
  border-radius: 999px;
  padding: 6px;
  gap: 6px;
}

/* Item */
.nav-pill-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  white-space: nowrap;
  transition: background 0.25s ease;
}

/* Hover */
.nav-pill-item:hover {
  background: rgba(255,255,255,0.15);
}

.top-header-navigation a:hover,
.main-header-navigation a:hover{
  color: #222222;
  font-weight: 700;
}

/*Navigation active*/
.navigation-actived.line-left {
  font-weight: 700;
  transition: 0.3s;
}

/*Sticky Menu Active*/
.sticky-navigation {
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 9;
  padding-bottom: 0.5em;
  padding-top: 0.5em !important;
  transition: 0.3s;
  z-index: 999;
}

.sticky-navigation .top-header-navigation {
  display: none;
}

.sticky-navigation .brand-logo {
  width: 80%;
}

/*Hero Banner*/
.hero-banner {
  position: relative;
}

.hero-banner-content-item {
  display: none;
}

.hero-banner-content-active {
  display: block;
}

.hero-banner-content-active > * {
  animation: slideBannerTextUp 0.4s forwards ease-out;
  opacity: 0;
}

.hero-banner-content > p {
  animation-delay: 0.2s;
}

.hero-banner-content > button {
  animation-delay: 0.4s;
}


@keyframes slideBannerTextUp {
  0% {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(2em);
  }
  100% {
    opacity: 1; 
    visibility: visible;
    transform: translateY(0);
  }
}

.hero-banner-image {
  position: relative;
}

.hero-banner-image-item {
  width: 100% !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0 15px;
}

.hero-banner-image-item-active {
  opacity: 1;
  animation: slideBannerUp 0.6s forwards ease-out;
  animation-delay: 0.2s;
}

@keyframes slideBannerUp {
  0% {
    opacity: 0; 
    visibility: hidden;
    transform: translateY(5em);
  }
  100% {
    opacity: 1; 
    visibility: visible;
    transform: translateY(0);
  }
}



/*Slide banner indicator*/
.hero-banner-indicator {
  color: #e1e1e1;
  line-height: 300%;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -60px;
}

.slide-indicator {
  cursor: pointer;
  font-size: 0.8em;
  transition: 0.2s;
}
.slide-indicator:hover {
  color: #222222;
  font-size: 0.8em;
}


/*GIẢI PHÁP ĐÓNG GÓI*/
.packaging-solutions > .row:first-child {
  margin-bottom: 30px;
}

/*Card Icon verticles*/
.card-icon {
  background-color: #eee;
  text-align: center;
}

.card-icon img {
  width: 80px;
}

.card-icon-content {
  color: #7a7a7a;
}

.for-startup-slide-indicator {
  left: -5px;
}


.indicator-item {
  transition: 0.3s;
  cursor: pointer;
}

.indicator-item-actived {
  position: relative;
}

.indicator-item-actived:after {
  content: "";
  display: block;
  width: 90%;
  height: 85%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}

.indicator-item:hover {
  opacity: 0.8;
}


/*CÔNG NGHỆ BẢO QUẢN*/
.big-numeric {
  font-size: 5em;
  font-weight: 900;
  color: #e1e1e1;
}

.card-application {
  width: 200px;
  background-color: rgba(255,255,255,0.8);
  margin-right: -15px;
}

.card-application-item:not(:last-child){
  margin-bottom: 0.25em;
}

.preservation-thumnail1,
.preservation-thumnail2,
.preservation-thumnail3,
.preservation-thumnail4,
.preservation-thumnail5 {
  background: url(./../images/products/package6.jpg) center center;
  background-size: cover;
  height: 450px;
}

.preservation-thumnail2 {
  background-image: url(./../images/products/gen5.jpg);
}

.preservation-thumnail3 {
  background-image: url(./../images/products/package3.jpg);
}

.preservation-thumnail4 {
  background-image: url(./../images/products/gen2.jpg);
}

.preservation-thumnail5 {
  background-image: url(./../images/products/gen3.jpg);
}


/*PACKAGING*/

/*Package Slide*/
.packaging-slide-main {
  height: 500px;
  position: relative;
  overflow: hidden;
}

/*.packaging-slide-main img {
object-fit: cover;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}*/


.packaging-slide-indicator li {
  height: inherit;
  position: relative;
  overflow: hidden;
}

.packaging-slide-indicator li img {
  width: 220%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}



/*Package function*/
.packaging-function-item > img {
  width: 28px;
  margin-bottom: 1em;
  margin-right: 0.75em;
}


/*Can Choose*/
.can-choose {
  margin-top: -110px;
}


/*CÔNG NGHỆ THỰC PHẨM*/
.brand-identity-thumbnail, .food-technology-thumbnail {
  height: auto;
  background: url(./../images/products/gen5.jpg) center center;
  background-size: cover;
}

.food-technology-thumbnail {
  background-image: url(./../images/products/gen6.jpg);
}

/*FOOTER*/
footer {
  border-top: 1px solid #e1e1e1;
}

.footer-link li:not(:last-child) {
  margin-bottom: 0.25em;
}

.footer-link a {
  color: #7a7a7a;
}

.follow-us a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
}

.follow-us img {
  width: 18px;
}

.footer-select-language {
  color: #7a7a7a;
}

.scroll-top {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: -60px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.scroll-top img {
  transform: rotate(-90deg);
}

.scroll-top:hover {
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}

.scroll-top-active {
  bottom: 30px;
  right: 30px;
  opacity: 1;
  visibility: visible;
}


/*CHILD PAGES*/
.hero-banner-child {
  padding: 0 15px;
}

.hero-banner-child-image {
  height: 450px;
  background: url(./../images/banner-pages/banner1.png) center center;
  background-size: cover;
}

.main-category-image {
  width: 64px;
}

.main-category-content li {
  color: #7a7a7a;
}

.side-category-item-content li {
  color: #7a7a7a;
  margin-bottom : 0.25em;
  cursor: pointer;
}

.side-category-item-content li:hover {
  color: #222;
  font-weight: 700;
}

/*Card Package*/

.card-package:hover .card-package-thumbnail-image {
  max-width: 280px;
  transform: translate(-50%,-30px);
}

.card-package:hover .card-package-shadow {
  filter: blur(30px);
  transform: translate(-50%,-30px);
}

.card-package-thumbnail-image {
  max-width: 250px;
  transform: translate(-50%,20px);
  margin-top: 1.5em;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.card-package-shadow {
  width: 80%;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  filter: blur(15px);
  transform: translate(-50%,-10px);
  z-index: -1;
  transition: 0.3s;
}

.product-dimension-item img {
  width: 48px;
}

/*PACKAGING DETAIL*/
.packaging-product-slide-indicator li{
  width: 72px;
  height: 50px;
  border: 1px solid #7a7a7a;
  transition: 0.3s;
  cursor: pointer;
}

.packaging-product-slide-indicator li:hover{
  border: 1px solid #222;
}

.packaging-product-slide-indicator li img{
  width: 80%;
}

.packaging-product-info-item li:not(:last-child) {
  border-right: 1px solid rgba(0,0,0,.1);
}


.cost-discount {
  font-weight: 700;
  font-size: 2em;
  color: #222;
}

.cost-normal {
  font-size: 1.5em;
  color: #7a7a7a;
}

.packaging-product-color-box li{
  width: 30px;
  height: 30px;
  background-color: #222;
}

.packaging-product-qa-box {
  margin-top: -1px;
  border: 1px solid rgba(0,0,0,.1);
}

.packaging-product-question {
  position: relative;
}

.packaging-product-question:after {
  content: url(./../icons/solutions/triangle-arrow.svg);
  display: block;
  position: absolute;
  top: 30%;
  right: 15px;
  transform: rotate(90deg);
}

.packaging-product-answer-time {
  border-right: 1px solid #7a7a7a;
}

.packaging-product-contact .primary-btn {
  height: 50px;
}

/*Card Related Product*/
.card-related-product-thumnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-related-product-thumnail img{
  width: 90%;
}

.contact-logo img{
  width:auto !important;
}

.preservation-technology {
  margin-bottom: 4em;
}

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

.footer-social li {
  margin: 0;
}

.footer-social li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Hiệu ứng nền khi hover */
.footer-social li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(30, 115, 184, 0.1), transparent);
  transition: left 0.5s ease;
}

.footer-social li a:hover::before {
  left: 100%;
}

.footer-social li a:hover {
  background: rgba(30, 115, 184, 0.08);
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(30, 115, 184, 0.15);
}

.footer-social p {
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.footer-social img {
  width: 32px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
  filter: grayscale(30%);
}

/* Hiệu ứng icon khi hover */
.footer-social li a:hover img {
  transform: scale(1.15) rotate(5deg);
  filter: grayscale(0%) drop-shadow(0 2px 8px rgba(30, 115, 184, 0.3));
}

.footer-social li a:hover p {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.row-footer {
  background-color: #1E73B8;
}

.footer-social p,
.footer-link a,
.col-md-2 .line-left.mb-4,
.clearfix h2 span {color: white !important;}

.col-md-2 .mb-4.line-left:after {
  background-color: white;
}

@media screen and (max-width: 768px) {
  .footer-social li a {padding:0}
}
