/*#region Custom Menu */
.site-header .nav-header > ul > li {
    margin: 0 0 0 4px;
    height: 80px !important;
}
.nav-header > ul > li.menu-item-has-children > a::after {
    background-image: url(/sites/library/images/menu/ic-arrow.svg);
}

.nav-header .nav-header__mtoggle span, .nav-header .nav-header__mtoggle span::before, .nav-header .nav-header__mtoggle span::after {
    background: #3a57d5;
}
.hkb-breadcrumbs_wrap ol {
    display: none;
}
.hkb-category__title {
    font-family: 'roboto bold';
}
.hkb-breadcrumbs_wrap ol:first-child {
    display: block;
}
/*#endregion*/

/*#region Custom Search */
.site-header .site-header__search {
    background: url(/sites/help/images/search/bg-banner.png) center no-repeat;
    background-size: cover;
	height: 450px;
}

.home .hkb-site-search::after {
    background: url(/sites/help/images/search/ic-search.svg) center no-repeat;
}
/*#endregion*/



/*#region Popup Video */
.popup-video .pv-close {
    background: url(/sites/library/images/ic-close.png) top right no-repeat;
    background-size: 28px;
}
/*#endregion*/

/*#region banner-bottom */
.btn-close-banner-bt{
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
}	

@media screen and (max-width: 480px){
	.help-banner-wrapper{
			display: none;
	}
	
}
/*#endregion*/

/*#region Footer */

.nmd-channels {
  background: url(/sites/help/images/footer/bg-footer.webp) center / cover no-repeat;
  padding: 64px 0;
}

.nmd-channels-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  max-width: 1298px;
  margin: 0 auto;
  padding: 0 20px;
}

.nmd-channels-title {
  color: #fff;
  font-size: 32px;
  font-family: 'Inter Bold', Arial, sans-serif;
  line-height: 40px;
  text-align: center;
}

.nmd-channels-list {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 24px; */
  align-self: stretch;
}

.nmd-channels-card {
  flex: 1;
  padding: 24px;
  /* border-radius: 20px; */
  /* box-shadow: inset 1px 6px 8.8px rgba(255, 255, 255, 0.12); */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.nmd-channels-name {
  color: #fff;
  font-size: 16px;
  font-family: 'Inter Medium', Arial, sans-serif;
  line-height: 22px;
  text-align: center;
  width: max-content;
}

.nmd-copyright {
  background: #F5F5F5;
  padding-top: 12px;
}

.nmd-copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1272px;
  margin: 0 auto;
  padding: 16px 20px 24px;
}

.nmd-copyright-text {
  color: #5D5D5D;
  font-size: 14px;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 22.4px;
}

.nmd-copyright-link {
  color: #5D5D5D;
  font-size: 14px;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 22.4px;
  text-decoration: none;
}

@media (max-width: 979px) {
  .nmd-channels-list {
    flex-wrap: wrap;
  }

  .nmd-channels-card {
    flex: 0 0 calc(50% - 12px);
  }

  .nmd-copyright-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
/*#endregion*/

/*  header */
.nav-header>ul>li>a .tag-new {
    color: #FFF;
    background-color: #EC4141;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 9999px;
    /* display: flex; */
    line-height: unset;
}
.nav-header>ul>li>a {
    line-height: unset;
    display: flex;
    align-items: center;
    gap: 4px;
}
/* end new header  */

/*#region Search Header V2 */
.site-header-v2__search {
    flex-shrink: 0;
    width: 322px;
    margin-left: 64px;
}

.site-header-v2__search .hkb-site-search {
    display: flex;
    align-items: center;
    background: #F9FAFB;
    border: 1.5px solid #E5E7EB;
    border-radius: 24px;
    padding: 0 12px;
    height: 36px;
    gap: 6px;
    margin: 0;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.site-header-v2__search .hkb-site-search:focus-within {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background: #fff;
}

.site-header-v2__search .hkb-site-search::after {
    display: none !important;
}

.site-header-v2__search .hkb-site-search__field {
    flex: 1;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #374151;
    padding: 0 !important;
    height: 100%;
    min-width: 0;
}

.site-header-v2__search .hkb-site-search__field::placeholder {
    color: #9CA3AF;
    font-size: 13px;
}

.site-header-v2__search .hkb-site-search__button {
    background: none !important;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    outline: none;
    order: -1;
}

.site-header-v2__search .hkb-site-search__button:hover {
    background: none !important;
}

.site-header-v2__search .hkb-site-search__button span {
    display: none;
}

.site-header-v2__search .hkb-site-search__button::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16.5L12.875 12.875M14.8333 8.16667C14.8333 11.8486 11.8486 14.8333 8.16667 14.8333C4.48477 14.8333 1.5 11.8486 1.5 8.16667C1.5 4.48477 4.48477 1.5 8.16667 1.5C11.8486 1.5 14.8333 4.48477 14.8333 8.16667Z' stroke='%239CA3AF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.site-header-v2__search .hkb-site-search__loader {
    display: none !important;
}

.site-header-v2__search #hkb-jquery-live-search {
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid #E5E7EB;
    z-index: 999;
}

.nav-header--v2 .nav-header__mtoggle {
    display: none;
}

@media (max-width: 979px) {
    .site-header-v2__inner {
        padding: 0 16px;
        height: 52px;
    }
    .site-header-v2__search {
        display: none;
    }
    .site-header-v2__right {
        gap: 8px;
        margin-left: auto;
    }
    .site-logo--v2 {
        margin-right: 0;
    }
    .nav-header--v2 .nav-header__menuwrapper {
        display: none;
        position: fixed;
        top: 52px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        overflow-y: auto;
        padding: 12px 0 24px;
        z-index: 999;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        gap: 0;
    }
    .nav-header--v2 .nav-header__menuwrapper.is-open {
        display: flex;
    }
    .nav-header--v2 .nav-header__menuwrapper > li {
        width: 100%;
    }
    .nav-header--v2 .nav-header__menuwrapper > li > a {
        height: auto;
        padding: 12px 20px;
        border-bottom: 1px solid #F3F4F6;
        border-left: none;
        font-size: 15px;
        width: 100%;
    }
    .nav-header--v2 .nav-header__menuwrapper > li > a:hover {
        border-bottom-color: #F3F4F6;
    }
    .nav-header--v2 .sub-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 0 16px;
        display: block;
    }
    .nav-header--v2 .sub-menu li a {
        padding: 10px 20px;
        font-size: 14px;
        border-bottom: 1px solid #F9FAFB;
    }
    .nav-header--v2 .nav-header__mtoggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 6px;
        margin-left: auto;
        order: 3;
    }
    .nav-header--v2 .nav-header__mtoggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: #374151;
        position: relative;
        border-radius: 2px;
    }
    .nav-header--v2 .nav-header__mtoggle span::before,
    .nav-header--v2 .nav-header__mtoggle span::after {
        content: '';
        position: absolute;
        left: 0;
        width: 22px;
        height: 2px;
        background: #374151;
        border-radius: 2px;
        transition: transform 0.2s;
    }
    .nav-header--v2 .nav-header__mtoggle span::before { top: -7px; }
    .nav-header--v2 .nav-header__mtoggle span::after  { top: 7px; }
}
/*#endregion*/

/*#region Banner */
.site-header .site-header__banner .ht-container {
    max-width: unset;
}
/*#endregion*/
