﻿


/* ===== SEARCH BAR BELOW HEADER (updated style) ===== */

/* wrapper row under header */
.search-wrapper {
  position: sticky;
  top: 56px;
  z-index: 999;

  /* center horizontally */
  display: flex;
  justify-content: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(147, 125, 125, 0.07);
  /* we don't stretch the children here anymore */
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* inner pill container */
.search-wrapper-inner {
  display: flex;
  align-items: center;
  background: #80818593;
  border-radius: 999px;            /* full round */
  box-shadow: 0 0 12px rgba(80,140,255,0.4);
  padding: 8px 10px 8px 14px;
  gap: 8px;

  width: 90%;
  max-width: 360px;                /* keeps it from being too wide */
  min-width: 240px;
}

/* input */
.search-wrapper .search-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  min-width: 0;
  font-family: inherit;
}

.search-wrapper .search-input::placeholder {
  color: rgba(255,255,255,0.5);
  font-family: inherit;
}

/* button */
.search-wrapper .search-go-btn {
  background: #63a1daf9;
  border: 0;
  border-radius: 999px;           /* round button too */
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  min-width: 64px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(101, 99, 99, 0.6), 0 0 10px rgba(86,167,213,0.6);
  font-family: inherit;
  margin-left: 0; /* we already have gap via flex */
}








.results-area {
  position: relative;
  min-height: 700px;          /* keeps space even if all cards are hidden */
  padding-bottom: 20px;
}

/* Centered overlay message, does not push layout */
#noResults {
  display: none;              /* JS will toggle this */
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  transform: translateY(-50%);
  margin: 0 auto;

  max-width: 360px;
  width: 80%;

  text-align: center;
  color: #000000;
  font-family:'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size:14px;
  line-height:1.5;
  border-radius:12px;
  padding:16px;


  pointer-events: none;       /* it's just info, not clickable */
}







/*  
    ===========================
    =     GLOBAL VARIABLE     =
    =========================== 
*/
:root {
    --footer-height: 1.17rem;
    --footer-background: linear-gradient(0deg, #1B9EDF 0%, #0077B2 100%);
    --text-skin: #ffffff;
}
a{
    text-decoration:none;
}
html {
    width: 100%;
    height: 100%;
    font-size: calc(var(--body-max-width) / 7.5) !important;
    background: var(--skin-html-background);
    scrollbar-width: none;
}

body {
    background-color: var(--skin-body-color);
    max-width: var(--body-max-width);
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: Roboto;
}

html[data-ui-contain="0"] body {
    max-width: 100vw;
}

img, video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

p {
    margin-bottom: .15rem;
}

section {
    width: 90%;
    margin: .3rem auto 0 auto;
}

    section .title-section {
        display: flex;
        /*margin: var(--margin-top-bottom) 0;*/
        height: .6rem;
        margin-bottom: .3rem;
        display: flex;
        justify-content: space-between;
    }

        section .title-section .title-header {
            display: flex;
            justify-content: flex-start;
        }

        section .title-section .title-info {
            display: flex;
        }

        section .title-section.more {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        section .title-section .title-before {
            width: 50px;
            height: 35px;
            background-repeat: no-repeat;
            background-position: bottom;
			background-size: contain;
        }

        section .title-section .title-desc {
            background: linear-gradient(270deg, #B4E6FF 0%, #FFF 100%);
            clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
            border-bottom-right-radius: 40px;
            font-size: .3rem;
            font-weight: bold;
            color: #1B9EDF;
            padding: 4px 20px 0 5px;
            min-width: 150px;
        }

.btn-more {
    border-radius: 5.168px;
    background: #1B9EDF;
    width: 1.3rem;
    height: .33rem;
    color: #FFF;
    font-size: .17rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

    .btn-more svg {
        vertical-align: baseline;
    }

.slick-dots li button:before {
    font-size: .8rem !important;
    color: #008CFF !important;
}

.slick-dots {
    bottom: -.75rem !important;
}

.top-slide .slick-dots {
    bottom: -.25rem !important;
}

    .top-slide .slick-dots li button:before {
        font-size: .5rem !important;
        color: #000 !important;
    }

.top-slide.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.hashtag {
    color: #0d6efd;
}
/*  
    ===========================
    =     GLOBAL VARIABLE     =
    =========================== 
*/
/*  
    ===========================
    =         HEADER          =
    =========================== 
*/
 /* ===== Clean, full header with CTA ===== */
/* ===== Clean, full header with aligned icons ===== */
header.site-header {
  --glass: rgba(255,255,255,.55);
  --glass-edge: rgba(255,255,255,.85);
  --ink: #0c2b4a;
  --pill-bg: rgba(255,255,255,.7);
  --pill-active: #1B9EDF;

  max-width: var(--body-max-width);
  position: var(--header-position, sticky);
  top: 0;
  z-index: 200;
  width: 100%;
  background: var(--header-background, linear-gradient(0deg, #a8d5f6b9 0%, #fffffffc 100%));
  backdrop-filter: saturate(120%) blur(8px);
  box-shadow: 0 6px 20px rgba(16,56,94,.12);
  border-bottom: 1px solid rgba(20,66,114,.08);
}

/* Animated accent line */
header.site-header::before {
  content: "";
  display: block;

  background: linear-gradient(90deg, #72c6ff, #1B9EDF, #72c6ff);
  background-size: 200% 100%;
  animation: moveAccent 8s linear infinite;
}

@keyframes moveAccent {
  0% { background-position: 0%; }
  100% { background-position: 200%; }
}

/* Inner header flex container */
.header-inner {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
}

/* Center logo stays perfectly centered */
.header-inner .center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Common brand link style */
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
}

/* Default logo size (center 8JJ logo) */
.brand-logo {
  height: 65px;
  width: auto;
  object-fit: contain;
  vertical-align: top;
}

/* Smaller icons (menu + bell) */
.small-icon {
  height: 35px;
  width: auto;
  object-fit: contain;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.8;
  vertical-align: top;
}

/* Optional brand name text gradient */
.brand-name {
  font-size: .34rem;
  font-weight: 900;
  letter-spacing: .5px;
  background: linear-gradient(180deg, #0b4b86 0%, #1B9EDF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




/*  
    ===========================
    =         HEADER          =
    =========================== 
*/
/*  
    ===========================
    =         FOOTER          =
    =========================== 
*/

/* ===== Fallbacks if your CSS vars aren’t defined ===== */
:root{
  --body-max-width: 560px;
 
  --footer-background: #389FDA;
  --text-skin: #0c1b2a;
  --brand: #11a2eb;
  --brand-2: #169ee2;
  --ring: rgba(17,162,235,.25);
}

/* ===== Footer container ===== */
.app-footer{
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: var(--body-max-width);
  margin: 0 auto;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  z-index: 50;
  background: transparent;
}

/* ===== Floating dock ===== */
.dock {
  display: flex; /* switched from grid to flex for true centering control */
  justify-content: space-around; /* even spacing for 3 tabs */
  align-items: center; /* vertically centers the icons + text */
  height: var(--footer-height);
  padding: 50px 20px;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background:
    linear-gradient(180deg, rgba(157, 187, 230, 0.20) 0%, rgba(255, 255, 255, 0.63) 100%),
    var(--footer-background);
  box-shadow: 0 8px 24px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.25);
}

/* ===== Tabs: Alignment Fixed ===== */
.tab {
  position: relative;
  display: flex;
  flex-direction: column; /* stack icon + label */
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  border-radius: 12px;
  padding: 0px 30px;
  transition: transform .15s ease, background-color .2s ease, box-shadow .2s ease;
  outline: none;
  min-width: 0;
}

.tab:focus-visible {
  box-shadow: 0 0 0 3px var(--ring);
}

.tab:hover {
  background: rgba(255,255,255,.45);
  transform: translateY(-1px);
}

/* ===== Icon + Label ===== */
.tab .icon {
  width: 65px;
  /* width: clamp(30px, 12vw, 65px); min 30px, max 65px, scales with viewport */
  object-fit: contain;
  height: auto;  /* maintain aspect ratio */
  max-width: 100%; /* prevent overflow */
}

.tab .label {
  color: var(--text-skin);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  white-space: nowrap;
}

/* ===== Active indicator “pill” ===== */
.tab .pill {
  position: absolute;
  bottom: 4px;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

/* ===== Optional badge ===== */
.tab .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ff2d55;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

/* ===== Ripple ===== */
.tab .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(255,255,255,.6);
  animation: ripple .45s ease-out forwards;
  pointer-events: none;
}
@keyframes ripple {
  to { transform: scale(1); opacity: 0; }
}

/* ===== Active state ===== */
.tab.is-active .label {
  color: var(--brand);
}
.tab.is-active .pill {
  opacity: 1;
  transform: translateY(8);
}
.tab:hover {
  background: rgba(255,255,255,.55);
  box-shadow: inset 0 0 0 1px rgba(27,158,223,.25);
  transform: translateY(-1px);
}

/* ===== Dark mode ===== */
@media (prefers-color-scheme: dark) {
  :root {
    --text-skin: #e5eef7;
    --footer-background: rgba(16,20,28,.55);
    --ring: rgba(17,162,235,.4);
  }
  .dock {
    background:
      linear-gradient(180deg, rgba(30,35,45,.75) 0%, rgba(20,24,32,.6) 100%),
      var(--footer-background);
    box-shadow: 0 10px 28px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.06);
  }
  .tab:hover { background: rgba(255,255,255,.08);  }
  .tab.is-active { background: rgba(255,255,255,.10); }
}

/* ===== Small devices fine-tune ===== */
/* Remove or comment out these lines in your media queries */

@media (max-width: 380px) {
    .dock {
        height: 1rem;
        padding: 30px;
        border-radius: 14px;       
    }
  .tab .icon { width: 30px; height: 30px; }
  .tab .label { font-size: 11.5px; letter-spacing: .3px; }
  .tab .pill { width: 22px; }
}

@media (max-width: 480px) {
    .dock {
        height: 1rem;
        padding: 30px;
        border-radius: 14px;       
    }
  .tab .icon { width: 30px; height: 30px; }
  .tab .label { font-size: 11.5px; letter-spacing: .3px; }
  .tab .pill { width: 22px; }
}

/*  
    ===========================
    =         FOOTER          =
    ===========================
*/
/*  
    ===========================
    =       TOP VIDEO         =
    ===========================
*/
/*  
    ===========================
    =       TOP SLIDE         =
    ===========================
*/
.top-slide {
    width: 100%;
}

.marquee {
    display: flex;
    height: .6rem;
}

    .marquee img {
        width: .45rem;
        height: .45rem;
        margin: 0 .15rem;
    }

    .marquee .marquee-wrap {
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
    }

    .marquee .marquee-wrap p {
    display: inline-block;
    padding-left: 100%;
    font-size: .3rem;
    animation: 30s linear 0s infinite normal none running marquee-scroll;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-100%);
    }
}
/*  
    ===========================
    =       TOP SLIDE         =
    ===========================
*/
/*  
    ===========================
    =         MEMBER          =
    ===========================
*/
.member-container {
    border-radius: 15px;
    background: linear-gradient(0deg, #389FDA 0%, #B2E3FF 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: .15rem;
    gap: .15rem;
}

    .member-container .member-item {
        border-radius: 10px;
        background: #FFF;
        display: flex;
        justify-content: left;
        gap: .15rem;
        padding: .15rem;
        cursor: pointer;
    }

        .member-container .member-item .member-logo {
            border-radius: 11px;
            border: 1px solid #1B9EDF;
            background: #B6E7FF;
            width: 1.2rem;
            height: 1.2rem;
            display: flex;
            justify-content: center;
        }

            .member-container .member-item .member-logo .member-logo-img {
                width: 90%;
                height: calc(90% / 8 * 3); /* Tỉ lệ ảnh 8:3 */
                margin: auto;
            }

                .member-container .member-item .member-logo .member-logo-img img {
                    vertical-align: top;
                }

        .member-container .member-item .member-desc {
            display: grid;
        }

            .member-container .member-item .member-desc span {
                color: #1B9EDF;
                font-size: .3rem;
                font-style: normal;
                font-weight: 900;
                line-height: normal;
                margin-top: .28rem;
            }

            .member-container .member-item .member-desc button {
                border-radius: 50px;
                border: 0.667px solid #0BF;
                background: #FFF;
                font-size: .18rem;
                text-decoration: none;
                text-transform: uppercase;
                color: #00499D;
                font-style: normal;
                font-weight: 900;
                line-height: normal;
                text-align: center;
                width: 1.5rem;
                height: .36rem;
            }
/*  
    ===========================
    =         MEMBER          =
    ===========================
*/
/*  
    ===========================
    =       CONTACT US        =
    ===========================
*/
.contact-us-container {
    border-radius: 15px;
    background: linear-gradient(0deg, #389FDA 0%, #B2E3FF 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: .15rem;
    gap: .2rem;
}

    .contact-us-container .contact-us-item {
        border-radius: 10px;
        background: #FFF;
        display: flex;
        justify-content: flex-start;
        gap: .15rem;
        padding: .15rem;
    }

        .contact-us-container .contact-us-item .item-logo {
            width: .59rem;
            height: .59rem;
            display: flex;
            justify-content: center;
            margin-left: .3rem;
        }

            .contact-us-container .contact-us-item .item-logo img {
                margin: auto;
            }

        .contact-us-container .contact-us-item .item-desc {
            display: grid;
        }

            .contact-us-container .contact-us-item .item-desc span {
                color: #1B9EDF;
                font-size: .32rem;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

    .contact-us-container a {
        font-size: .2rem;
        text-decoration: none;
        text-transform: none;
        color: #1B9EDF;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
    }
/*  
    ===========================
    =       CONTACT US        =
    ===========================
*/
/*  
    ===========================
    =           News          =
    ===========================
*/
.news-container {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: .8rem !important;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

    .news-container .btn-more {
        margin-right: .15rem;
    }

.news-item {
    width: 100%;
    border-radius: 17px;
    background: #FAFAFA;
    cursor: grabbing;
}

    .news-item .news-image img {
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
    }

    .news-item .news-title {
        display: flex;
        justify-content: space-between;
        padding-left: .3rem;
        padding-top: .15rem;
    }

        .news-item .news-title span {
            color: #1B9EDF;
            font-family: "Times New Roman";
            font-size: .24rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

    .news-item .news-summary {
        color: #000;
        text-align: justify;
        font-size: .19rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: .15rem;
    }
/*  
    ===========================
    =           News          =
    ===========================
*/
/*  
    ===========================
    =           Event         =
    ===========================
*/
.event-bottom-slide {
    direction: rtl;
}

.event-slide {
    cursor: grabbing;
    margin: 0 0 .15rem 0;
}

    .event-slide .event-item {
        margin: 0 .05rem;
    }

        .event-slide .event-item img {
            border-radius: 10px;
        }
/*  
    ===========================
    =           Event         =
    ===========================
*/
/*  
    ===========================
    =          Videos         =
    ===========================
*/
.videos-container {
    width: 100%;
    display: flex;
    overflow-y: scroll;
}

    .videos-container .video-item {
        box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.35);
        height: 3.2rem;
        display: grid;
        background: #389FDA;
    }

        .videos-container .video-item.video-crop {
            cursor: pointer;
        }

        .videos-container .video-item:first-child {
            margin-right: .15rem;
            border-radius: .14rem;
        }

        .videos-container .video-item span {
            color: #FFF;
            font-size: .16rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-wrap: nowrap;
            margin-left: .15rem;
        }

        .videos-container .video-item video {
            width: 5rem;
            height: auto;
            object-fit: contain;
            border-top-left-radius: .14rem;
            border-top-right-radius: .14rem;
        }

        .videos-container .video-item:not(:first-child) {
            position: relative;
            border-top-left-radius: .14rem;
            border-bottom-left-radius: .14rem;
        }

            .videos-container .video-item:not(:first-child) video {
                width: 5rem;
                height: auto;
            }
/*  
    ===========================
    =          Videos         =
    ===========================
*/
/*  
    ===========================
    =         Charity         =
    ===========================
*/
.charity-item {
    border-radius: 20px;
    cursor: grabbing;
}

    .charity-item img {
        border-radius: 20px;
        cursor: grabbing;
    }
/*  
    ===========================
    =         Charity         =
    ===========================
*/
/*  
    ===========================
    =         Winner          =
    ===========================
*/
#winnerSection {
    margin-top: .9rem;
}

    #winnerSection .winner-board-header {
        display: flex;
        justify-content: space-between;
        background: #003261;
        border-radius: .26rem .26rem 0 0;
        padding: .075rem;
    }

        #winnerSection .winner-board-header img {
            width: .7rem;
            height: .7rem;
        }

        #winnerSection .winner-board-header span {
            color: #FFF;
            font-size: .26rem;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            margin: auto;
            text-transform: uppercase;
        }

    #winnerSection .winner-board-content {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: linear-gradient(0deg, #389FDA 0%, #B2E3FF 100%);
        border-radius: 0 0 .26rem .26rem;
    }

.winner-board-content .winner-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.18rem;
    padding: .19rem .13rem;
    overflow: hidden;
    font-size: .2rem;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    border-bottom: 1px solid #025483;
    margin-bottom: .15rem;
}

    .winner-board-content .winner-item:first-child {
        margin-top: .15rem;
        border-top: 1px solid #025483;
    }

    .winner-board-content .winner-item .winner-icon {
        flex-shrink: 0;
        width: .78rem;
        height: .78rem;
        margin-right: .2rem;
        background: url(../images/winner-icon.png) no-repeat;
    }

#winnerSection .slick-vertical .slick-slide {
    display: flex !important;
    border-bottom: 1px solid #025483 !important;
    border-top: 1px solid #025483 !important;
}

.color-accent {
    color: #FF0;
}
/*  
    ===========================
    =         Winner          =
    ===========================
*/
/*  
    ===========================
    =         Partner         =
    ===========================
*/
.partner-title {
    width: 100%;
    text-align: center;
    display: grid;
}

    .partner-title span {
        color: #1B9EDF;
        font-size: .29rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }

.partner-container {
    margin-top: .3rem;
}

    .partner-container p {
        font-size: .26rem;
        text-align: justify;
    }

.partner-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin: 0px auto;
}

    .partner-grid .grid-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid rgb(238, 238, 238);
        border-top: 1px solid rgb(238, 238, 238);
    }

        .partner-grid .grid-item:nth-child(-n+2) {
            border-top: 0px none;
        }

        .partner-grid .grid-item:nth-child(2n) {
            border-right: 0px none;
        }

        .partner-grid .grid-item img {
            width: 0.51rem;
            height: auto;
            padding-top: 0.15rem;
        }

        .partner-grid .grid-item .digt {
            color: rgb(51, 51, 51);
            font-size: 0.3rem;
            font-weight: bold;
        }

        .partner-grid .grid-item .dest {
            color: rgb(102, 102, 102);
            font-size: 0.26rem;
            padding-bottom: 0.48rem;
        }

.partner-brand {
    display: grid;
    gap: .15rem;
    background: #389FDA;
    padding: .15rem;
    border-radius: 15px;
}

    .partner-brand .partner-row {
        display: grid;
        padding: 0 0 .15rem 0;
    }
/*  
    ===========================
    =         Partner         =
    ===========================
*/
/*  
    ===========================
    =     Footer Section      =
    ===========================
*/
#Footer .footer-header {
    display: flex;
    justify-content: space-between;
    padding: .3rem .2rem;
    border-bottom: 10px solid #CFCFCF;
    
}

    #Footer .footer-header .footer-item {
        height: .55rem;
        width: .55rem;
    }

        #Footer .footer-header .footer-item img {
            vertical-align: top;
            cursor: pointer;
        }

#Footer .footer-image {
    width: 100%;
    text-align: center;
    display: grid;
    margin: .3rem auto;
}

    #Footer .footer-image span {
        color: #1B9EDF;
        font-size: .29rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    #Footer .footer-image img {
        margin: .3rem auto;
    }
/*  
    ===========================
    =     Footer Section      =
    ===========================
*/
/*  
    ===========================
    =      Content List       =
    ===========================
*/

.container-detail {
    width: 90%;
    margin: .15rem auto;
}

#page-detail .nav-tabs {
    gap: .15rem;
    margin: .15rem 0;
    border-bottom: none;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    flex-wrap: initial;
    height: .6rem;
}

    #page-detail .nav-tabs li {
        display: flex;
        min-width: max-content;
        height: .5rem;
    }

    #page-detail .nav-tabs .nav-link {
        border-radius: 16.344px;
        border: 0.86px solid #B2B2B2;
        background: linear-gradient(0deg, #C7C7C7 0%, #FFF 100%);
        box-shadow: 0 3.441px 3.441px 0 rgba(32, 126, 173, 0.15);
        padding: .075rem .15rem;
    }

        #page-detail .nav-tabs .nav-link.active {
            border: 0.86px solid #39A0DA;
            background: linear-gradient(0deg, #B4E6FF 0%, #FFF 100%);
        }

    #page-detail .nav-tabs button {
        width: 100%;
        color: #B2B2B2;
        font-size: .27rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

        #page-detail .nav-tabs button.active {
            color: #39A0DA;
        }

#page-detail .tab-content {
    margin-bottom: .3rem;
}

    #page-detail .tab-content .tab-pane-item {
        border-radius: .15rem;
        background: #39A0DA;
        margin-bottom: .3rem;
    }

        #page-detail .tab-content .tab-pane-item .item-button {
            display: flex;
            justify-content: center;
            gap: .3rem;    
            margin: .15rem 0;
        }

            #page-detail .tab-content .tab-pane-item .item-button button {
                color: #FFF;
                font-size: .25rem;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                border: 1px solid #FFF;
                border-radius: 25px;
                background: none;
                display: flex;
                min-height: max-content;
                justify-content: center;
                padding: .075rem .15rem;
                margin-bottom: .15rem;
            }

                #page-detail .tab-content .tab-pane-item .item-button button svg {
                    width: .3rem;
                    height: .3rem;
                    margin-left: .15rem;
                }

        #page-detail .tab-content .tab-pane-item img {
            border-radius: .15rem;
        }

        #page-detail .tab-content .tab-pane-item span {
            color: #1B9EDF;
            font-size: .235rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            display: grid;
            margin: .15rem;
        }

        #page-detail .tab-content .tab-pane-item .item-title {
            display: flex;
            justify-content: space-between;
        }

            #page-detail .tab-content .tab-pane-item .item-title .btn-more {
                background: #FFF;
                color: #1B9EDF;
                margin: auto .15rem;
            }
/*  
    ===========================
    =      Content List       =
    ===========================
*/
/*  
    ===========================
    =     Content Detail      =
    ===========================
*/
/* Hiệu ứng chuyển trang */
@keyframes active-page {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.page-transition {
    max-width: var(--body-max-width);
    background: var(--skin-body-color);
    transform: translateX(100%);
}

    /*.page-transition.active {*/
    /*    animation: active-page 1s ease forwards;*/
    /*}*/
/* Hiệu ứng chuyển trang */
.content *{
    text-wrap-mode: wrap !important;
}
.content-detail {
    width: 90%;
    /*min-height: calc(97.9vh - var(--header-height));*/
    margin: .3rem auto 0 auto;
    background: #FFF;
}

    .content-detail .content-tab {
        width: 100%;
        display: none;
    }

        .content-detail .content-tab.active {
            display: grid;
        }

        .content-detail .content-tab .content-img {
            margin-bottom: .3rem;
        }

            .content-detail .content-tab .content-img img, video {
                border-radius: .15rem;
            }

        .content-detail .content-tab .content-title {
            width: 100%;
            color: #39A0DA;
            text-align: center;
            font-size: .3rem;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: .3rem;
            border-width: 0rem .045rem;
            border-top-style: inherit;
            border-bottom-style: inherit;
            border-right-style: solid;
            border-left-style: solid;
            border-radius: .2rem;
            padding: .2rem;
        }

        .content-detail .content-tab .content {
            color: #000;
            font-size: .25rem;
            font-style: normal;
            font-weight: normal;
            line-height: normal;
            text-align: justify;
            border-width: 0rem .045rem;
            border-top-style: inherit;
            border-bottom-style: inherit;
            border-right-style: solid;
            border-left-style: solid;
            border-radius: .2rem;
            border-color: #39A0DA;
            padding: .2rem;
            margin-bottom: .6rem;
        }

            .content-detail .content-tab .content .company-name {
                height: .3rem;
                width: auto;
            }

            .content-detail .content-tab .content .text-indent {
                text-indent: .6rem;
            }
/*  
    ===========================
    =      Content Detail     =
    ===========================
*/
/*  
    ===========================
    =      Modal Menu         =
    ===========================
*/
.modal-dialog {
    max-width: 100%;
    margin: var(--header-height) auto;
}

.modal-content {
    border: none;
    border-radius: initial;
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100vh - var(--header-height));
    background: #389FDA;
}

    .modal-content .modal-body {
        padding: .3rem;
    }

        .modal-content .modal-body .modal-image {
            width: 60%;
            margin: auto auto;
        }

        .modal-content .modal-body ul {
            list-style: none;
            height: .9rem;
            padding-left: .3rem;
            padding-bottom: .3rem;
            margin-top: .3rem;
        }

            .modal-content .modal-body ul li {
                margin-top: .3rem;
            }

                .modal-content .modal-body ul li a {
                    display: flex;
                    text-decoration: none;
                }

                    .modal-content .modal-body ul li a img {
                        width: .6rem;
                        height: .6rem;
                    }

                    .modal-content .modal-body ul li a span {
                        color: #FFF;
                        font-size: .35rem;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        margin: .15rem;
                    }
/*  
    ===========================
    =      Modal Menu         =
    ===========================
*/
