/*
Font families defined by this CSS:
  - InterVariable  variable font for modern web browsers
  - Inter          static fonts for older web browsers (small optical size)
  - InterDisplay   static fonts for older web browsers (large optical size)

Usage example:
  :root { font-family: Inter, sans-serif; }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  }

*/
@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/sites/lib/font/inter/InterVariable.woff2?v=4.1') format('woff2');
  }
  @font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('/sites/lib/font/inter/InterVariable-Italic.woff2?v=4.1') format('woff2');
  }
  /* legacy name "Inter var" (Oct 2023) */
  @font-face { font-family:'Inter var'; font-style:normal; font-weight:100 900; font-display:swap; src: url('/sites/lib/font/inter/InterVariable.woff2?v=4.1') format('woff2'); }
  @font-face { font-family:'Inter var'; font-style:italic; font-weight:100 900; font-display:swap; src: url('/sites/lib/font/inter/InterVariable-Italic.woff2?v=4.1') format('woff2'); }
  /* static fonts */
  @font-face { font-family:Inter; font-style:normal; font-weight:100; font-display:swap; src:url("/sites/lib/font/inter/Inter-Thin.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:100; font-display:swap; src:url("/sites/lib/font/inter/Inter-ThinItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:normal; font-weight:200; font-display:swap; src:url("/sites/lib/font/inter/Inter-ExtraLight.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:200; font-display:swap; src:url("/sites/lib/font/inter/Inter-ExtraLightItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:normal; font-weight:300; font-display:swap; src:url("/sites/lib/font/inter/Inter-Light.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:300; font-display:swap; src:url("/sites/lib/font/inter/Inter-LightItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:normal; font-weight:400; font-display:swap; src:url("/sites/lib/font/inter/Inter-Regular.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:400; font-display:swap; src:url("/sites/lib/font/inter/Inter-Italic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:'Inter Medium'; font-style:normal; font-weight:500; font-display:swap; src:url("/sites/lib/font/inter/Inter-Medium.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:500; font-display:swap; src:url("/sites/lib/font/inter/Inter-MediumItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:'Inter SemiBold'; font-style:normal; font-weight:600; font-display:swap; src:url("/sites/lib/font/inter/Inter-SemiBold.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:600; font-display:swap; src:url("/sites/lib/font/inter/Inter-SemiBoldItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:'Inter Bold'; font-style:normal; font-weight:700; font-display:swap; src:url("/sites/lib/font/inter/Inter-Bold.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:700; font-display:swap; src:url("/sites/lib/font/inter/Inter-BoldItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:normal; font-weight:800; font-display:swap; src:url("/sites/lib/font/inter/Inter-ExtraBold.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:800; font-display:swap; src:url("/sites/lib/font/inter/Inter-ExtraBoldItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:normal; font-weight:900; font-display:swap; src:url("/sites/lib/font/inter/Inter-Black.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:Inter; font-style:italic; font-weight:900; font-display:swap; src:url("/sites/lib/font/inter/Inter-BlackItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:100; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Thin.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:100; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-ThinItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:200; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-ExtraLight.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:200; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-ExtraLightItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:300; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Light.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:300; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-LightItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:400; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Regular.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:400; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Italic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:500; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Medium.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:500; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-MediumItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:600; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-SemiBold.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:600; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-SemiBoldItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:700; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Bold.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:700; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-BoldItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:800; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-ExtraBold.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:800; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-ExtraBoldItalic.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:normal; font-weight:900; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-Black.woff2?v=4.1") format("woff2"); }
  @font-face { font-family:InterDisplay; font-style:italic; font-weight:900; font-display:swap; src:url("/sites/lib/font/inter/InterDisplay-BlackItalic.woff2?v=4.1") format("woff2"); }
  
  @font-feature-values InterVariable {
      @character-variant {
          cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
          cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
          alt-1:            1; /* Alternate one */
          alt-3:            9; /* Flat-top three */
          open-4:           2; /* Open four */
          open-6:           3; /* Open six */
          open-9:           4; /* Open nine */
          lc-l-with-tail:   5; /* Lower-case L with tail */
          simplified-u:     6; /* Simplified u */
          alt-double-s:     7; /* Alternate German double s */
          uc-i-with-serif:  8; /* Upper-case i with serif */
          uc-g-with-spur:  10; /* Capital G with spur */
          single-story-a:  11; /* Single-story a */
          compact-lc-f:    12; /* Compact f */
          compact-lc-t:    13; /* Compact t */
      }
      @styleset {
          ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
          open-digits: 1;                /* Open digits */
          disambiguation: 2;             /* Disambiguation (with zero) */
          disambiguation-except-zero: 4; /* Disambiguation (no zero) */
          round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
          square-punctuation: 7;         /* Square punctuation */
          square-quotes: 8;              /* Square quotes */
          circled-characters: 5;         /* Circled characters */
          squared-characters: 6;         /* Squared characters */
      }
  }
  @font-feature-values Inter {
      @character-variant {
          cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
          cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
          alt-1:            1; /* Alternate one */
          alt-3:            9; /* Flat-top three */
          open-4:           2; /* Open four */
          open-6:           3; /* Open six */
          open-9:           4; /* Open nine */
          lc-l-with-tail:   5; /* Lower-case L with tail */
          simplified-u:     6; /* Simplified u */
          alt-double-s:     7; /* Alternate German double s */
          uc-i-with-serif:  8; /* Upper-case i with serif */
          uc-g-with-spur:  10; /* Capital G with spur */
          single-story-a:  11; /* Single-story a */
          compact-lc-f:    12; /* Compact f */
          compact-lc-t:    13; /* Compact t */
      }
      @styleset {
          ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
          open-digits: 1;                /* Open digits */
          disambiguation: 2;             /* Disambiguation (with zero) */
          disambiguation-except-zero: 4; /* Disambiguation (no zero) */
          round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
          square-punctuation: 7;         /* Square punctuation */
          square-quotes: 8;              /* Square quotes */
          circled-characters: 5;         /* Circled characters */
          squared-characters: 6;         /* Squared characters */
      }
  }
  @font-feature-values InterDisplay {
      @character-variant {
          cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
          cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
          alt-1:            1; /* Alternate one */
          alt-3:            9; /* Flat-top three */
          open-4:           2; /* Open four */
          open-6:           3; /* Open six */
          open-9:           4; /* Open nine */
          lc-l-with-tail:   5; /* Lower-case L with tail */
          simplified-u:     6; /* Simplified u */
          alt-double-s:     7; /* Alternate German double s */
          uc-i-with-serif:  8; /* Upper-case i with serif */
          uc-g-with-spur:  10; /* Capital G with spur */
          single-story-a:  11; /* Single-story a */
          compact-lc-f:    12; /* Compact f */
          compact-lc-t:    13; /* Compact t */
      }
      @styleset {
          ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
          open-digits: 1;                /* Open digits */
          disambiguation: 2;             /* Disambiguation (with zero) */
          disambiguation-except-zero: 4; /* Disambiguation (no zero) */
          round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
          square-punctuation: 7;         /* Square punctuation */
          square-quotes: 8;              /* Square quotes */
          circled-characters: 5;         /* Circled characters */
          squared-characters: 6;         /* Squared characters */
      }
  }
/* #region common */
.home {
    font-family: 'Inter', Arial, sans-serif;
}
.home h1, .home h2, .home h3, .home h4,.home h5, .home h6 {
    font-family: 'Inter Bold', Arial, sans-serif;
    text-transform: none;
    color: rgba(17, 24, 39, 1);
}
.text-bold {
    font-family: 'Inter Bold', Arial, sans-serif;
}
@media screen and (min-width: 768px) {
    .home .ht-page {
        padding: 0 0;
    }
}
/* #endregion */

/* #region header  */

/* Thêm vào Custom CSS của theme */  
.site-header__banner {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff; /* hoặc màu bạn muốn */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}  

/* Thêm padding cho body để tránh content bị đè */  
body {  
    padding-top: 71px; /* Điều chỉnh theo chiều cao của header */  
}  


/* Thêm transition nếu muốn smooth effect */  
.site-header {  
    transition: all 0.3s ease;  
}  
.site-header .site-header__banner {
    background-color: #fff !important;
    padding: 0px 0px !important;
}
.site-header .site-header__search {
    background: url(/sites/images/home/bg-banner.webp) !important;
    background-size: cover !important;
}

.site-header .hkb-site-search::after {
    position: absolute;
    display: block;
    content: "";
    background: url(/sites/images/common/search-normal.png) no-repeat center center;
    background-size: 20px;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    opacity: .7;
}
.site-header .nav-header ul li a {
    color: rgba(75, 85, 99, 1);
}

.site-header .hkb-site-search .hkb-site-search__field::placeholder {
    color: rgba(75, 85, 99, 1);
}

.site-header .site-header__title, .nav-header ul li a {
    color: #fff;
    font-family: 'Inter SemiBold', Arial, sans-serif !important;
}
.title-search {
    color: #fff !important;
}
.site-header .site-header__title {
    color: #fff !important
}

@media screen and (min-width: 980px){
    .site-header .site-header__search {
        padding: 174px 0 !important;
    }
}
/* #endregion */

/* #region footer */
footer.site-footer {
    padding: 18.5px 0 !important;
}

.footer--main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-footer .site-footer__copyright {
    float: unset !important;
}

.footer-box-left a {
    color: #4B5563;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
}

.footer-box-left a.text-bold {
    color: #212121;
}

.footer-box-left {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
}

.footer-box-left a:nth-child(2):before {
    position: absolute;
    content: '';
    top: -1px;
    left: -13px;
    width: 1px;
    height: 27px;
    background: #D1D5DB;
}

.footer-box-left a:nth-child(2):after {
    position: absolute;
    content: '';
    top: -1px;
    right: -21px;
    width: 1px;
    height: 27px;
    background: #D1D5DB;
}

@media screen and (max-width: 979px){
    .footer--main {
        justify-content: center;
        gap: 8px;
    }
}

@media screen and (max-width: 767px){
    .footer-box-left a:nth-child(2):before {
        display: none;
    }
    
    .footer-box-left a:nth-child(2):after {
        display: none;
    }
    .footer-box-left {
        grid-gap: 8px;
        grid-template-columns: 1fr;
    }
}
/* #endregion */

/* #region before footer */
.support-chanel {
    padding: 60px;
    background: #003CD5;
}

.support-chanel h2 {
    color: #fff;
    text-align: center;
    font-family: 'Inter SemiBold', Arial, sans-serif;
}

.support-chanel-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 36px;
    padding-top: 24px;
}

.support-chanel-list a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 20px;
}

.support-chanel-list a img {
    margin: auto;
    margin-bottom: 12px;
}

.support-chanel-list a:hover {
    background: #ffffff1a;
    border-radius: 24px;
    color: #fff;
}

@media screen and (max-width: 979px){
    .support-chanel {
        padding: 40px;
    }
}

@media screen and (max-width: 767px){
    .support-chanel {
        padding: 30px;
    }
    .support-chanel-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px;
        padding-top: 8px;
    }

}
/* #endregion */

/* #region video */

.popup-video {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0
}

.popup-video .pv-content {
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
}

.popup-video .pv-border {
    padding: 10px;
    background: #fff;
    border-radius: 5px
}

.popup-video .pv-close {
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
    z-index: 2
}

.popup-video .pv-close {
    background: url(/sites/images/common/ic-close.png) top right no-repeat;
    background-size: 28px;
}

.popup-video .embed-responsive-16by9.embed-responsive {
    padding-bottom: 57%;
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.popup-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
/* #endregion */