/* Khu vực shortcode trên header */
.header-main {
	height: 100px !important;
}
.dp-top-features {
  width: 100%;
}

.dp-top-features__inner {
  width: 100%;
}

/* Căn 3 block nằm ngang và chia đều */
.dp-top-features__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px; /* khoảng cách giữa 3 cột */
  width: 100%;
}

/* Mỗi item cân đều */
.dp-top-features__item {
  flex: 1 1 0;
  text-align: center;
  min-width: 0;
}

/* Tiêu đề */
.dp-top-features__item h3 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #111;
}

/* Dòng mô tả */
.dp-top-features__item p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  color: #333;
}

/* Căn lại khối header chứa shortcode để không bị lệch */
.header-nav .html.custom.html_topbar_left {
  width: 100%;
}

.header-nav .html.custom.html_topbar_left .dp-top-features {
  padding: 8px 0;
}

/* Responsive tablet */
@media (max-width: 991px) {
  .dp-top-features__items {
    gap: 24px;
  }

  .dp-top-features__item h3 {
    font-size: 22px;
  }

  .dp-top-features__item p {
    font-size: 18px;
  }
}

/* Responsive mobile: xếp dọc */
@media (max-width: 767px) {
  .dp-top-features__items {
    flex-direction: column;
    gap: 16px;
  }

  .dp-top-features__item {
    width: 100%;
  }

  .dp-top-features__item h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .dp-top-features__item p {
    font-size: 15px;
  }
}


.dp-top-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dp-top-features__logo {
  flex: 0 0 180px;
  text-align: center;
}

.dp-top-features__logo img {
  max-height: 72px;
  width: auto;
  display: inline-block;
}


.dp-top-features__item {
  text-align: center;
}

.dp-top-features__item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
}

.dp-top-features__item p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Tablet */
@media (max-width: 991px) {
  .dp-top-features__inner {
    flex-direction: column;
    gap: 20px;
  }

  .dp-top-features__logo {
    flex: unset;
  }

  .dp-top-features__items {
    width: 100%;
    gap: 20px;
  }

  .dp-top-features__item h3 {
    font-size: 14px;
  }

  .dp-top-features__item p {
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dp-top-features__items {
    flex-direction: column;
    gap: 15px;
  }

  .dp-top-features__inner {
    padding: 16px 15px;
  }

  .dp-top-features__logo img {
    max-height: 60px;
	}
	.header.show-on-scroll, .stuck .header-main {
		display: unset !important;
	}
	.stuck .header-inner, .stuck .logo, .stuck .logo img {
		background: #fff !important;
	}
}
/* ===== THANH MENU BOTTOM MÀU ĐỎ ===== */
#wide-nav.header-bottom {
    background: #ed1a21;
    min-height: 58px;
    border: 0;
}

#wide-nav .flex-row.container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ul menu chính */
#wide-nav .header-bottom-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: 100%;
    margin: 0;
}

/* item menu */
#wide-nav .header-bottom-nav > li.menu-item {
    margin: 0;
}

/* link menu */
#wide-nav .header-bottom-nav > li > a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 58px;
    min-height: 58px;
    padding: 0;
    background: transparent !important;
}

/* hover + active */
#wide-nav .header-bottom-nav > li > a:hover,
#wide-nav .header-bottom-nav > li.active > a,
#wide-nav .header-bottom-nav > li.current-menu-item > a,
#wide-nav .header-bottom-nav > li.current_page_item > a {
    color: #fff !important;
    opacity: .85;
}

/* bỏ mũi tên/viền thừa nếu có */
#wide-nav .nav > li > a:before,
#wide-nav .nav > li > a:after {
    display: none !important;
}

/* ===== HOTLINE Ở CUỐI MENU ===== */
#wide-nav .header-contact-wrapper {
    margin-left: 28px;
    list-style: none;
}

#wide-nav #header-contact {
    margin: 0;
    padding: 0;
}

#wide-nav #header-contact li {
    list-style: none;
    margin: 0;
}

/* nút hotline */
#wide-nav #header-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #ff1018 !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: none;
    transition: all .2s ease;
}

#wide-nav #header-contact a:hover {
    background: #fff5f5;
    color: #e00000 !important;
    transform: translateY(-1px);
}

/* icon hotline */
#wide-nav #header-contact a i {
    color: #ff1018;
    font-size: 16px !important;
    line-height: 1;
}

#wide-nav #header-contact a span {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 1px;
}

/* ===== CANH GIỮA MENU + HOTLINE ===== */
#wide-nav .header-bottom-nav.nav-center {
    justify-content: center;
}

/* ===== MENU DROPDOWN nếu có ===== */
#wide-nav .header-bottom-nav .sub-menu {
    background: #fff;
    border: 0;
    padding: 8px 0;
	border-radius: 10px;
}

#wide-nav .header-bottom-nav .sub-menu li a {
    color: #222 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    padding: 10px 16px;
    line-height: 1.4;
}

#wide-nav .header-bottom-nav .sub-menu li a:hover {
    background: #f5f5f5;
    color: #ff1018 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    #wide-nav .header-bottom-nav {
        gap: 24px;
    }

    #wide-nav .header-bottom-nav > li > a {
        font-size: 14px;
    }

    #wide-nav .header-contact-wrapper {
        margin-left: 18px;
    }

    #wide-nav #header-contact a {
        padding: 0 14px;
        font-size: 14px;
    }
}
.header.show-on-scroll, .stuck .header-main {
	display: none;
}
#masthead .logo img, #masthead .header_logo, #masthead .header-logo-dark {
    max-height: 110px !important;
    width: auto !important;
    object-fit: contain;
}
@media (max-width: 480px) {
    #masthead .logo img, #masthead .header_logo, #masthead .header-logo-dark {
        max-height: 100px !important;
    }
}
.header-phones{
	display:flex;
	gap:10px;
	align-items:center;
}

.phone-btn{
	background:#fff;
	color:#e60000;
	padding:10px 18px;
	border-radius:30px;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
	transition:.3s;
}
.phone-btn img {
	    filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(7482%) hue-rotate(0deg) brightness(103%) contrast(119%);
    transform: scale(1.04);
}
.phone-btn:hover{
	background:#ffecec;
	transform:translateY(-2px);
}

@media(max-width:768px){
	.header-phones{
		flex-direction:column;
		gap:6px;
	}
	.phone-btn{
		padding:8px 14px;
		font-size:14px;
	}
}