﻿/* =========================
   GLOBAL / RESET
========================= */
.form-group {
    margin-bottom: 0;
}

.page-item {
    list-style-type: none !important;
}

.pagination {
    align-items: center;
}

.form-control {
    height: 52px;
    font-size: 18px;
    padding: 12px 16px;
}

.btn-outline-primary:hover {
    color: #fff !important;
    font-family: 'Montserrat-Bold' !important;
}

/* =========================
   LAYOUT / SECTIONS
========================= */
.searchResultSec {
    padding: 30px 0 90px 0;
    background: #F7F7F7;
}

.searchResultRow {
    padding: 0;
}

.headerGrp {
    margin-bottom: 30px !important;
}

.newsDetailSec {
    padding: 0px 0px 40px 0px;
}

    .newsDetailSec .asideNavTitle {
        font-size: 30px;
        margin-bottom: 28px;
    }

.newsDetailRow {
    padding: 0 40px;
}

.newsDetailContent {
    font-size: 18px;
    color: #606060;
}


    .newsDetailContent .btn-outline-primary {
        margin-top: 24px;
    }

.newsHeaderDesc {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 36px;
}

    .newsHeaderDesc .shareBtn {
        padding: 0;
        max-width: 50px;
    }

.newssubHeadergrp {
    display: flex;
    align-items: center;
    margin-left: 65px;
}

.headerDate {
    display: flex;
    font-size: 20px;
    color: #606060;
}

    .headerDate .imgIcon {
        position: relative;
        top: -3px;
        margin-right: 12px;
    }

.newsHeaderGrp {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

    .newsHeaderGrp .btn-tertiary {
        padding: 6px 6px;
        margin-right: 15px;
        margin-top: 6px;
    }

    .newsHeaderGrp h1.sectionTitle {
        flex: 1;
        word-break: break-word;
        margin: 0;
    }

.asideGridList .gridCard {
    background: #fff;
    margin-bottom: 36px;
    box-shadow: none;
}

.asideGridListCol {
    border-left: 1px dashed rgb(1 92 152 / 30%);
}

.newsDetailContent .staticBanner {
    margin-bottom: 32px;
}

    .newsDetailContent .staticBanner img {
        width: 100%;
        border-radius: 30px;
    }

.banner-wrapper {
    top: 0;
}

.aboutus {
    background: #F7F7F7;
}

.asideNavSection {
    display: none;
}

.filterAction {
    display: none;
}

.btn-tertiary {
    background: #AFD679 !important;
    border-color: #AFD679 !important;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    padding: 4px 4px;
}

/* =========================
   TYPOGRAPHY
========================= */
.subHeading {
    font-size: 42px;
    color: #000;
    font-family: 'Montserrat-Bold';
    margin-bottom: 18px;
    line-height: 52px;
}

/* =========================
   GRID CARDS
========================= */
.gridCardCol {
    margin-bottom: 20px;
}

.gridCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgb(12 5 5 / 6%);
}

    .gridCard .part1 {
        padding: 18px 18px 0;
    }

    .gridCard .content {
        margin-top: 0;
        padding: 0;
    }

    .gridCard .content2 {
        padding: 0 18px 18px;
        color: #0075A9 !important;
    }

    .gridCard .dateContent {
        display: inline-flex;
        color: #606060;
        font-size: 12px;
        align-items: center;
    }

    .gridCard .btn-link {
        color: #0075A9 !important;
        margin-top: 10px;
    }

    .gridCard .title {
        font-size: 18px;
        color: #333;
        margin-bottom: 8px;
    }

    .gridCard .desc {
        font-size: 13px;
        color: #606060;
        margin-bottom: 8px;
    }

    .gridCard .dateContent .imgIcon {
        display: inline-flex;
        margin-right: 6px;
    }

    .gridCard .imgcontainer img {
        width: 100%;
    }

    a.gridCard:hover {
        font-weight: normal !important;
    }

.resultWrapperSec .gridCard .imgcontainer {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.resultWrapperSec .gridCard .imgcontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding-bottom: 0;
}

span.btn-link .imgIcon {
    margin-left: 10px;
}

a.btn-link {
    font-size: 16px;
    color: #015C98;
    border-radius: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border: none !important;
    margin-top: 12px;
    font-family: "Montserrat-Bold";
}

    a.btn-link:hover, a.btn-link:focus, a.btn-link:visited {
        font-weight: unset !important;
        opacity: 0.85;
        font-family: "Montserrat-Bold";
    }

span.btn-link {
    font-size: 16px;
    font-family: "Montserrat-Bold";
    color: #015C98;
    border-radius: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border: none !important;
    margin-top: 12px;
}

/* =========================
   PAGINATION
========================= */
.page-item .page-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 14px;
    color: #212721;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
}

    .page-item .page-link:hover,
    .page-item .page-link:focus {
        color: #212721;
        opacity: 0.8;
        background: #fff;
    }

/* Active */
.page-item.active .page-link {
    z-index: 3;
    color: #6A6A6A;
    background-color: #fff;
    border: 1px solid #6A6A6A;
}

/* Disabled */
.page-item.disabled .page-link {
    color: #6A6A6A;
    border: 1px solid transparent;
}

/* Prev / Next spacing */
.page-link.previousLink {
    padding-right: 28px;
}

.page-link.nextLink {
    padding-left: 13px;
}

.page-link.lastPreviousLink,
.page-link.lastNextLink {
    padding: 8px 0;
}

/* Text spacing */
.page-link.previousLink .text {
    margin-left: 10px;
}

.page-link.nextLink .text {
    margin-right: 10px;
}

/* Icons */
.page-item .nextIcon {
    width: 15px;
    height: 30px;
    background: url(../images/nextArrow-black.svg) no-repeat;
}

.page-item.disabled .nextIcon {
    background: url(../images/nextArrow-grey.svg) no-repeat;
}

.page-item .previousIcon {
    width: 15px;
    height: 30px;
    background: url(../images/previousArrow-black.svg) no-repeat;
}

.page-item.disabled .previousIcon {
    background: url(../images/previousArrow-grey.svg) no-repeat;
}

.page-item .lastPreviousIcon {
    width: 17px;
    height: 30px;
    background: url(../images/lastPreviousArrow-black.svg) no-repeat;
}

.page-item.disabled .lastPreviousIcon {
    background: url(../images/lastPreviousArrow-grey.svg) no-repeat;
}

.page-item .lastNextIcon {
    width: 17px;
    height: 30px;
    background: url(../images/lastNextArrow-black.svg) no-repeat;
}

.page-item.disabled .lastNextIcon {
    background: url(../images/lastNextArrow-grey.svg) no-repeat;
}

.page-item .page-link span {
    display: inline-flex;
}

.me-1 {
    margin-right: .25rem !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (min-width: 1199px) {
    .searchResultRow {
        padding: 0 25px;
    }

    .gridCard .title {
        font-size: 24px;
    }

    .subHeading {
        font-size: 26px;
    }

    .newsDetailContent .subHeading {
        font-size: 26px;
    }

    .gridCard .btn-link {
        font-size: 14px;
    }

    .newsDetailSec {
        padding: 0px 15px 30px 15px;
    }

    .newsHeaderDesc .subNewsHeader, .headerDate {
        font-size: 18px;
    }

    .newssubHeadergrp {
        margin-left: 60px;
    }

    .newsDetailSec .asideNavTitle {
        font-size: 24px;
    }

    .asideSubtitle {
        font-size: 16px;
    }

    .newsDetailRow {
        padding: 0 15px;
    }
}

@media(max-width:1023px) {
    .tabHeader a {
        font-size: 18px;
        padding: 20px 28px;
    }

    .tabContent .collapse h1 {
        padding: 24px 0;
    }

    .subSectionTitle {
        font-size: 24px;
    }

    .newsHeaderDesc .shareBtn {
        max-width: 42px;
    }

    .newsHeaderGrp .btn-tertiary {
        padding: 4px 4px;
        max-width: 42px;
    }

    .newsDetailContent {
        font-size: 16px;
    }

        .newsDetailContent .content a.btn-link {
            font-size: 16px;
        }

        .newsDetailContent .listcontentWrapper ul li::before {
            width: 12px;
            height: 12px;
        }

    .btn-outline-primary {
        font-size: 16px;
    }
}

@media(max-width:991px) {

    .subHeading {
        font-size: 24px;
    }

    .newsDetailContent .subHeading {
        font-size: 18px;
    }

    .resultWrapperCol {
        order: 4;
    }

    .headerGrpCol {
        order: 3;
    }

    .asideNavSectionCol {
        order: 2;
    }

    .searchResultSec {
        padding: 30px 0;
    }

    .filterAction {
        margin-top: 50px;
    }
    .searchResultSec {
        padding: 30px 0;
    }
    .searchResultRow {
        padding: 0 15px;
    }

    .headerGrp h5 {
        font-size: 18px;
    }

    .newsHeaderGrp .btn-tertiary {
        max-width: 42px;
        margin-top: 0;
    }

    .newsHeaderDesc .subNewsHeader, .headerDate {
        font-size: 16px;
    }

    .asideGridListCol {
        border-left: none;
        margin-top: 24px;
    }

    .newsDetailRow {
        padding: 0 0px;
    }
}


@media (max-width: 767px) {

    .newsHeaderGrp a.btn img {
        padding-bottom: 0px;
    }

    .shareBtn img {
        padding-bottom: 0px;
    }

    .headerDate .imgIcon img {
        padding-bottom: 0px;
    }

    .staticBanner .bannerTitle {
        font-size: 20px;
    }

    .quickSearchWrapper .form-group {
        margin-bottom: 15px;
    }

    .quickSearchWrapper .btn-outline-primary {
        width: 100%;
        margin-bottom: 15px;
    }

    .breadcrumb a {
        font-size: 14px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        margin: 6px 6px;
    }

    .breadcrumbRow {
        top: 4px;
        margin-bottom: 4px;
    }

    .headerGrp h5 {
        font-size: 14px;
    }

    .gridCard .part1 {
        padding: 15px 15px 0px 15px;
    }

    .gridCard .title {
        font-size: 18px;
    }

    .gridCard .desc {
        font-size: 12px;
    }

    .newsHeaderGrp {
        flex-direction: column;
    }

        .newsHeaderGrp .btn-tertiary {
            margin-bottom: 15px;
        }

    .newssubHeadergrp {
        margin-left: 0px;
        flex-direction: column;
        align-items: flex-start;
    }

    .newsHeaderDesc .subNewsHeader {
        border: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 12px;
    }

    .newsDetailRow {
        position: relative;
    }

    .newsHeaderGrp .btn-tertiary {
        margin-top: 0;
    }

    .newsHeaderDesc .shareBtn {
        position: absolute;
        right: 30px;
        top: 0;
    }

    .newsDetailContent .staticBanner {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .newsDetailSec {
        margin-bottom: 20px;
    }

    .newsDetailContent {
        font-size: 14px;
    }

        .newsDetailContent .content a.btn-link {
            font-size: 14px;
        }

    .newsDetailSec .asideNavTitle {
        font-size: 18px;
    }

    .asideGridList .gridCard {
        margin-bottom: 20px;
        background: #fff;
    }

    .asideGridListCol {
        background: #f7f7f7;
        padding: 30px 30px;
        margin-left: -15px;
        min-width: calc(100% + 30px) !important;
    }

    .newsDetailSec {
        padding: 30px 15px 0px 15px;
    }

    .newsDetailContent .subHeading {
        font-size: 16px;
    }

    .dateContent img {
        padding-bottom: 0;
    }

    span.btn-link .imgIcon img {
        padding-bottom: 0px;
    }
}

@media(max-width:576px) {

    .showNavWrapper {
        flex-direction: column;
        align-items: flex-start;
    }

        .showNavWrapper .showEntires {
            margin-bottom: 15px;
        }

    .subHeading {
        font-size: 18px;
        margin-bottom: 0;
    }

    h1 {
        font-size: 18px;
    }

    .searchResultSec {
        padding: 0 0;
    }

    .searchResultRow {
        padding: 0;
    }

    .quickSearchWrapper .form-group .control-label {
        display: none;
    }
}

@media(max-width:575px) {
}

@media(max-width:480px) {
}

@media(max-width:420px) {
}

@media (max-width:380px) {
}