.service-item:hover {
  background-color: rgba(224, 103, 27, 0.05);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.page-header{
    padding:  5px 0 !important;
}
.bg-orange {
  background-color: #f36c21; /* Màu cam thương hiệu Vietnamobile */
}

.bg-dark {
  background-color: #2c2c2c !important;
}

.text-warning {    
    color: #ff6600 !important;
}
.navigation .menu-item>a {
    font-size: 18px !important;
    padding-right: 24px !important;
    font-weight: 600 !important;
}

.services {
    background-color: #fef4ef;
}



.services .icon {
  background-color: #f36a22;
  border-radius: 12px;
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services h3 {
  font-size: 1.8rem;
}

.services h5 {
  font-size: 1.1rem;
}

.services p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.home-slider-mid {
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.home-slider-mid .slider {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 380px;
}
.home-slider-mid .slide {
    min-width: 100%;
    transition: opacity 0.5s;
    opacity: 0;
    position: absolute;
    left: 0; top: 0;
}
.home-slider-mid .slide.active {
    opacity: 1;
    position: relative;
}
.home-slider-mid .slider-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.home-slider-mid .dot {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #ff6600;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
}
.home-slider-mid .dot.active {
    background: #ff6600;
    border-color: #ff6600;
}
.home-slider-mid .slider-back,
.home-slider-mid .slider-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff6600;
    color: #ff6600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, border 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0;
}
.home-slider-mid .slider-back:hover,
.home-slider-mid .slider-next:hover {
    background: #fff;
    color: #ff6600;
    border-color: #ff6600;
}
.promo h5 {
    color: #ff6600;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.language-switcher-opt {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
    padding: 2px 16px;
    font-size: 16px;
    color: #999;
    min-width: 70px;
    height: 36px;
    margin-left: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.language-switcher-opt .lang-link {
    font-weight: bold;
    color: #999;
    text-decoration: none;
    padding: 0 4px;
    transition: color 0.2s;
}
.language-switcher-opt .lang-link.active {
    color: #ff6600;
}
.language-switcher-opt .lang-link:hover {
    color: #ff6600;
}

.fw-sx{
    font-size: 26px !important ;
    font-weight: 600 !important;
    color: #fff !important;
}
.fw-ts{
    font-size: 16px !important ;
    font-weight: 400 !important;
    color: #fff !important;
}
.card img {
  transition: transform 0.3s ease;
}
.card img:hover {
  transform: scale(1.03);
}

.badge {
  border-radius: 10px;
  font-size: 0.9rem;
}

.btn-link:hover {
  color: #d35400 !important;
}
.fw-s-h5{
    color:#ff6600 !important;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 630px;
    background: #fff;
    border-top: 1px solid #ddd; /* vàng đồng */
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.menu-item:hover > .mega-menu {
    display: block;
}

.mega-menu .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Column layout --- */
.mega-submenu a {
    display: block;
    padding: 6px 0;
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 16px;
    font-weight: 500;
    border-bottom: solid 2px #ff6600;
}

.mega-submenu a:hover {
    color: #e3a008;
}

.mega-item {
    margin-bottom: 8px;
}

.sub-submenu {
    margin-left: 10px;
    
    padding-left: 10px;
}

.sub-submenu a {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    border-bottom: none;
}

.sub-submenu a:hover {
    color: #000;
}

/* --- Reset old dropdown effect --- */

.slider-images {
  position: relative;
  /* height: 350px; */
}
.slider-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1.2s ease;
  transform: scale(1);
}
.slider-images img.slide-show {
  opacity: 1;
  z-index: 2;
  transform: scale(1.03);
}
.slider-images img.slide-hide {
  opacity: 0;
  z-index: 1;
}

.slider-text {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(20px);
  display: none;
}
.slider-text.slide-show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.slider-text.slide-hide {
  display: none;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.slider-btn {
  background: none;
  border: none;
  color: #f36f21;
  font-size: 2rem;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slider-btn:hover {
  opacity: 1;
}

@media (max-width: 768px) {
	  .slider-images {
    height: 250px !important; /* Chiều cao block ảnh */
  }

  .slider-images img {
    height: 250px;
  }
  
  section {
    padding-top: 50px !important;
  }
}
