:root{--blue:#071b43;--blue2:#0b2d6b;--red:#e7193f;--soft:#f5f7fb;--text:#1c2c44}body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}.topbar{background:#071b43;color:#fff;font-size:13px;padding:7px 0}.topbar a{color:#fff;text-decoration:none}.partner-btn{background:var(--red);padding:7px 16px;border-radius:2px}.main-header{box-shadow:0 6px 24px rgba(7,27,67,.08)}.navbar-brand img{height:54px}.navbar .nav-link{font-weight:600;color:#0d2148;font-size:14px}.dropdown-menu{border:0;box-shadow:0 15px 40px rgba(0,0,0,.12);border-radius:12px}.search-box{display:flex;border:1px solid #e6eaf1;border-radius:30px;overflow:hidden}.search-box input{border:0;padding:8px 12px;max-width:145px}.search-box button{border:0;background:var(--red);color:#fff;width:36px}.translate-wrap{display:flex;align-items:center;gap:3px}.lang-btn{border:0;background:#fff;font-size:18px}.goog-te-gadget{font-size:0!important}.goog-te-gadget span{display:none}.goog-te-combo{max-width:88px;border:1px solid #eee;border-radius:20px;padding:3px}.hero{position:relative;background:linear-gradient(130deg,#061b44,#b8001e);overflow:hidden}.hero .carousel-item{
    height:580px;
    background:#071b43;
}
.hero .carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    opacity:.72;
}.hero-caption{position:absolute;inset:0;display:flex;align-items:center;text-align:center;color:#fff}.hero-caption h1{font-size:clamp(34px,6vw,72px);font-weight:800}.hero-caption p{font-size:20px;max-width:760px;margin:auto}.quick-cards{margin-top:-65px;position:relative;z-index:5}.quick-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 16px 45px rgba(0,0,0,.12);height:100%;transition:.3s}.quick-card:hover{transform:translateY(-8px)}.quick-card i{color:var(--red);font-size:34px}.section{padding:85px 0}.section-soft{background:var(--soft)}.section-title{font-weight:800;color:#071b43}.btn-red{background:var(--red);color:#fff;border:0}.btn-red:hover{background:#b8001e;color:#fff}.card-clean{border:0;border-radius:12px;overflow:hidden;box-shadow:0 12px 35px rgba(7,27,67,.09);height:100%;transition:.3s;background:#fff}.card-clean:hover{transform:translateY(-6px)}.card-clean img{height:210px;object-fit:cover}.date-badge{background:var(--red);color:#fff;padding:8px 10px;border-radius:4px;font-size:12px;display:inline-block}.stats{background:var(--red);color:#fff;padding:60px 0}.stat-number{font-size:42px;font-weight:800}.president{background:#071b43;color:#fff;overflow:hidden}.president img{width:100%;height:520px;object-fit:cover;object-position:top}.team-card img{height:260px;width:100%;object-fit:cover}.topic-banner{background:linear-gradient(rgba(7,27,67,.75),rgba(7,27,67,.75)),url('/wp-content/uploads/2020/07/bg_6.jpg') center/cover;color:#fff;padding:95px 0;text-align:center}.flags img{max-height:45px;object-fit:contain;margin:12px 22px}.newsletter{background:var(--red);color:#fff;padding:35px 0;margin-bottom:-1px}.site-footer{background:#071b43;color:#bfc9dc;padding:70px 0 0}.site-footer a{display:block;color:#dfe6f4;text-decoration:none;margin:9px 0;font-size:14px}.site-footer h6{color:#fff;font-weight:800}.footer-logo{height:58px;margin-bottom:20px}.socials a{display:inline-flex;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);align-items:center;justify-content:center;margin-right:6px}.copyright{text-align:center;background:#041434;margin-top:50px;padding:18px}.page-hero{background:linear-gradient(120deg,rgba(7,27,67,.86),rgba(231,25,63,.72)),url('/wp-content/uploads/2020/07/bg-page-title-1.jpg') center/cover;color:#fff;padding:95px 0}.content-body{font-size:17px;line-height:1.8}.content-body img{max-width:100%!important;height:auto!important;display:block;border-radius:12px;margin:20px auto}.content-body figure{max-width:100%;margin:25px auto}.content-body iframe,.content-body video{max-width:100%}.content-body figcaption{text-align:center;font-size:14px;color:#6c757d}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;background:#071b43;color:#fff;padding:15px 20px;border-radius:12px;z-index:9999;display:none;align-items:center;justify-content:center;gap:15px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.cookie-banner a{color:#fff}@media(max-width:991px){.hero .carousel-item{height:440px}.quick-cards{margin-top:20px}.search-box{display:none}.topbar .container{gap:8px;flex-wrap:wrap}.president img{height:360px}}


/* NEWS / EVENTS CARD MODERN FIX */
.listing-card{
    border:0;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 18px 46px rgba(7,27,67,.08);
    transition:transform .25s ease, box-shadow .25s ease;
    height:100%;
}
.listing-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 54px rgba(7,27,67,.14);
}
.listing-card .listing-thumb{
    display:block;
    overflow:hidden;
    background:#eef2f8;
}
.listing-card .listing-thumb img{
    width:100%;
    height:230px;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .35s ease;
}
.listing-card:hover .listing-thumb img{
    transform:scale(1.05);
}
.listing-card .listing-body{
    padding:24px 24px 26px;
    display:flex;
    flex-direction:column;
    height:calc(100% - 230px);
}
.listing-date{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:8px 14px;
    border-radius:10px;
    background:var(--red);
    color:#fff;
    font-size:13px;
    font-weight:700;
    line-height:1;
    margin-bottom:16px;
    align-self:flex-start;
}
.listing-title{
    margin:0 0 14px;
    font-size:18px;
    line-height:1.35;
    font-weight:800;
    color:#10254d;
    min-height:73px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.listing-title a{
    color:#10254d;
    text-decoration:none;
}
.listing-title a:hover{
    color:var(--red);
}
.listing-meta{
    color:#52627f;
    font-size:15px;
    margin-bottom:12px;
}
.listing-meta i{
    color:var(--red);
    margin-right:6px;
}
.listing-excerpt{
    color:#64748b;
    font-size:16px;
    line-height:1.75;
    margin-bottom:20px;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:112px;
}
.listing-readmore{
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:0 18px;
    border-radius:999px;
    background:#0a2660;
    color:#fff !important;
    text-decoration:none !important;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 20px rgba(10,38,96,.18);
    transition:all .2s ease;
    align-self:flex-start;
}
.listing-readmore:hover{
    background:var(--red);
    color:#fff !important;
    transform:translateY(-2px);
}
.listing-readmore i{
    font-size:13px;
}
@media (max-width: 991.98px){
    .listing-card .listing-thumb img{height:220px}
    .listing-card .listing-body{height:calc(100% - 220px)}
}
@media (max-width: 575.98px){
    .listing-card .listing-thumb img{height:210px}
    .listing-card .listing-body{padding:20px}
    .listing-title{font-size:17px;min-height:auto}
    .listing-excerpt{font-size:15px;min-height:auto}
}


/* HOME NEWS & PUBLICATIONS MODERN SECTION */
.home-news-section{
    position:relative;
    overflow:hidden;
}
.home-news-section:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 10% 15%, rgba(231,25,63,.06), transparent 28%),
        radial-gradient(circle at 90% 20%, rgba(7,27,67,.06), transparent 28%);
    pointer-events:none;
}
.home-news-section .container{
    position:relative;
    z-index:1;
}
.home-news-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:28px;
    margin-bottom:38px;
}
.home-news-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--red);
    font-weight:800;
    font-size:13px;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:10px;
}
.home-news-head .section-title{
    font-size:34px;
    line-height:1.18;
    margin-bottom:10px;
}
.home-news-head p{
    color:#65748b;
    font-size:16px;
    line-height:1.65;
    margin:0;
    max-width:720px;
}
.home-news-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-width:230px;
    min-height:48px;
    padding:0 22px;
    border-radius:999px;
    background:#fff;
    border:2px solid var(--red);
    color:var(--red)!important;
    text-decoration:none!important;
    font-size:14px;
    font-weight:800;
    transition:all .25s ease;
    white-space:nowrap;
}
.home-news-more:hover{
    background:var(--red);
    color:#fff!important;
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(231,25,63,.22);
}
.home-news-card{
    height:100%;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 18px 48px rgba(7,27,67,.08);
    border:1px solid rgba(7,27,67,.05);
    display:flex;
    flex-direction:column;
    transition:all .28s ease;
}
.home-news-card:hover{
    transform:translateY(-7px);
    box-shadow:0 26px 62px rgba(7,27,67,.14);
}
.home-news-image{
    height:210px;
    display:block;
    overflow:hidden;
    background:#eef2f8;
}
.home-news-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
    transition:transform .38s ease;
}
.home-news-card:hover .home-news-image img{
    transform:scale(1.06);
}
.home-news-body{
    padding:22px 22px 24px;
    display:flex;
    flex-direction:column;
    flex:1;
}
.home-news-date{
    display:inline-flex;
    align-items:center;
    width:max-content;
    max-width:100%;
    background:var(--red);
    color:#fff;
    padding:9px 13px;
    border-radius:9px;
    font-size:12px;
    line-height:1;
    font-weight:800;
    margin-bottom:16px;
}
.home-news-title{
    min-height:73px;
    margin:0 0 12px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.home-news-title a{
    color:#071b43!important;
    font-size:18px;
    font-weight:800;
    line-height:1.34;
    text-decoration:none!important;
    letter-spacing:-.2px;
}
.home-news-title a:hover{
    color:var(--red)!important;
}
.home-news-excerpt{
    color:#65748b;
    font-size:14px;
    line-height:1.7;
    margin:0 0 20px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.home-news-readmore{
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:max-content;
    min-height:42px;
    padding:0 17px;
    border-radius:999px;
    background:#071b43;
    color:#fff!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:800;
    transition:all .25s ease;
}
.home-news-readmore:hover{
    background:var(--red);
    color:#fff!important;
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(231,25,63,.22);
}
@media(max-width:991.98px){
    .home-news-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .home-news-more{
        min-width:auto;
    }
}
@media(max-width:575.98px){
    .home-news-head .section-title{
        font-size:28px;
    }
    .home-news-image{
        height:220px;
    }
    .home-news-title{
        min-height:auto;
    }
}


/* HOME EXECUTIVES MODULE */
.home-executives-section{
    background:#f4f6fb;
    position:relative;
    overflow:hidden;
}
.home-executives-section:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 15% 15%, rgba(231,25,63,.05), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(7,27,67,.05), transparent 30%);
    pointer-events:none;
}
.home-executives-section .container{
    position:relative;
    z-index:1;
}
.home-executives-desc{
    max-width:780px;
    line-height:1.7;
}
.home-executive-card{
    height:100%;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(7,27,67,.06);
    box-shadow:0 18px 45px rgba(7,27,67,.08);
    transition:all .28s ease;
}
.home-executive-card:hover{
    transform:translateY(-7px);
    box-shadow:0 26px 62px rgba(7,27,67,.14);
}
.home-executive-image{
    display:block;
    height:300px;
    overflow:hidden;
    background:#eef2f8;
}
.home-executive-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
    transition:transform .38s ease;
}
.home-executive-card:hover .home-executive-image img{
    transform:scale(1.045);
}
.home-executive-body{
    padding:22px 22px 24px;
}
.home-executive-body h3{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.25;
    font-weight:800;
    color:#071b43;
}
.home-executive-body h3 a{
    color:#071b43!important;
    text-decoration:none!important;
}
.home-executive-body h3 a:hover{
    color:var(--red)!important;
}
.home-executive-title{
    margin:0 0 20px;
    color:#006fff;
    font-size:14px;
    font-weight:700;
    line-height:1.45;
}
.home-executive-mail{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#6b7890!important;
    font-size:14px;
    text-decoration:none!important;
    word-break:break-word;
}
.home-executive-mail:hover{
    color:var(--red)!important;
}
@media(max-width:991.98px){
    .home-executive-image{
        height:280px;
    }
}
@media(max-width:575.98px){
    .home-executive-image{
        height:320px;
    }
}


/* HOME GHTC BOARDS SECTION */
.home-boards-section{
    background:#f4f6fb;
}
.home-boards-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:28px;
    margin-bottom:36px;
}
.home-boards-head .section-title{
    margin-bottom:10px;
}
.home-boards-head p{
    color:#65748b;
    font-size:16px;
    margin:0;
}
.home-boards-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:130px;
    min-height:52px;
    padding:0 22px;
    border-radius:2px;
    background:#071b43;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:800;
    font-size:14px;
    transition:all .25s ease;
    white-space:nowrap;
}
.home-boards-btn:hover{
    background:#e7193f;
    color:#fff!important;
    transform:translateY(-2px);
}
.home-board-card{
    position:relative;
    display:block;
    height:300px;
    overflow:hidden;
    border-radius:0;
    box-shadow:0 18px 46px rgba(7,27,67,.10);
    text-decoration:none!important;
    background:#071b43;
}
.home-board-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:transform .38s ease;
}
.home-board-card:hover img{
    transform:scale(1.07);
}
.home-board-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(7,27,67,.05) 0%, rgba(7,27,67,.62) 55%, rgba(0,0,0,.78) 100%);
    z-index:1;
}
.home-board-content{
    position:absolute;
    left:26px;
    right:24px;
    bottom:26px;
    z-index:2;
    color:#fff;
}
.home-board-icon{
    color:#fff;
    font-size:38px;
    line-height:1;
    margin-bottom:14px;
    text-shadow:0 8px 24px rgba(0,0,0,.35);
}
.home-board-content h3{
    margin:0;
    color:#fff;
    font-size:21px;
    line-height:1.25;
    font-weight:800;
    text-shadow:0 8px 24px rgba(0,0,0,.38);
}
@media(max-width:991.98px){
    .home-boards-head{
        flex-direction:column;
    }
    .home-board-card{
        height:280px;
    }
}
@media(max-width:575.98px){
    .home-board-card{
        height:300px;
    }
}


/* OVA DEP / GHTC BOARDS PAGE */
.ova-layout{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:70px;
}
.ova-sidebar{
    background:#f1f1f1;
    padding:28px 22px;
    height:max-content;
}
.ova-sidebar-title{
    display:flex;
    align-items:center;
    gap:10px;
    color:#071b43;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
    margin:0 0 20px;
}
.ova-sidebar a{
    display:block;
    padding:16px 14px;
    color:#071b43!important;
    text-decoration:none!important;
    border-bottom:1px solid rgba(7,27,67,.08);
    font-size:18px;
    line-height:1.35;
    transition:all .2s ease;
}
.ova-sidebar a:hover,
.ova-sidebar a.active{
    background:#fff;
    color:#e7193f!important;
    padding-left:18px;
}
.ova-content{
    color:#777;
    font-size:16px;
    line-height:1.75;
}
.ova-content h1,
.ova-content h2,
.ova-content h3{
    color:#14275b;
    font-weight:800;
    margin-bottom:20px;
}
.ova-content h1{
    font-size:32px;
    text-transform:uppercase;
}
.ova-content h2{
    font-size:26px;
    margin-top:38px;
}
.ova-content h3{
    font-size:22px;
    margin-top:30px;
}
.ova-content ul{
    padding-left:20px;
    margin-bottom:24px;
}
.ova-content li{
    margin-bottom:7px;
    font-weight:700;
    color:#7a7a7a;
}
.ova-cards{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:26px;
}
.ova-card{
    display:block;
    background:#fff;
    color:#071b43!important;
    text-decoration:none!important;
    border-radius:0;
    overflow:hidden;
    box-shadow:0 14px 36px rgba(7,27,67,.08);
}
.ova-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}
.ova-card-body{
    padding:20px;
}
.ova-card-body h3{
    font-size:20px;
    margin:0;
}
@media(max-width:991.98px){
    .ova-layout{
        grid-template-columns:1fr;
        gap:35px;
    }
    .ova-cards{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}
@media(max-width:575.98px){
    .ova-cards{
        grid-template-columns:1fr;
    }
}
