.media-button {
    text-align: center;
    background-color: #EBEBEB;
    padding: 35px 0px;
}

.media-button ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.media-button ul li button {
    border: 0;
    font-weight: 500;
    margin: 0px 15px;
    padding: 5px 0px;
    background-color: transparent;
    color: black;
}

.media-button ul li button.active {
    border-bottom: 2px solid black;
}

.media-button ul li button img {
    width: 16px;
    height: 16px;
}

ul.news_years_lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0px;

}

ul.news_years_lists li {}

ul.news_years_lists li button {
    border: 0;
    font-weight: 500;
    margin: 0px 10px;
    padding: 1px 19px;
    border-radius: 5px;
    background-color: white;
    color: black;
}

ul.news_years_lists li button.active {
    background-color: black;
    color: white;
}

.news_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.news_box_wrapper .news_content_box {
    width: 49%;
    background-color: #EBEBEB;
    padding: 20px;
    margin: 5px;
}

.news_box_wrapper .news_content_box .image-box img {
    max-width: 100%;
    max-height: 300px;
    display: block;
}

.news_box_wrapper .news_content_box .title-box h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.news_box_wrapper .news_content_box .footer-section-news {
    padding-top: 10px;
    border-top: 1px solid #d7d5d5;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.footer-section-news {}

.news_box_wrapper .news_content_box .footer-section-news .publication_text {
    font-size: 13px;
    margin-left: 10px;
}

.news_box_wrapper .news_content_box .footer-section-news .date-flex-box p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
}

.news_box_wrapper .news_content_box .source_link p {
    font-size: 10px;
}

.media-content-box {
    display: none;
}

.media-content-box.active {
    display: block;
}

.press_release_section_show ul.press_years_lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0px;
}

.press_release_section_show ul.press_years_lists li {}

.press_release_section_show ul.press_years_lists li button {
    border: 0;
    font-weight: 500;
    margin: 0px 10px;
    padding: 1px 19px;
    border-radius: 5px;
    background-color: white;
}

.press_release_section_show ul.press_years_lists li button.active {
    background-color: black;
    color: white;
}

.press_release_section_show .newsCard {
    width: 49%;
    background-color: white;
    padding: 20px;
    margin: 5px;
    display: none;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #f3f3f3;
}

.press_release_section_show .newsCard-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.press_release_section_show .newsDate {
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
    font-weight: 300;
}

.press_release_section_show h4.newsHeading {
    font-size: 22px;
}

.press_release_section_show .newsCard.active {
    display: block;
}

.publication_section_show ul.press_years_lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0px;
}

.publication_section_show .publication-cover-img img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.publication_section_show ul.press_years_lists li {}

.publication_section_show ul.press_years_lists li button {
    border: 0;
    font-weight: 500;
    margin: 0px 10px;
    padding: 1px 19px;
    border-radius: 5px;
    background-color: white;
}

.publication_section_show ul.press_years_lists li button.active {
    background-color: black;
    color: white;
}

.publication_section_show .newsCard {
    /* background-color: #c3c3c3; */
    width: 32%;
    background-color: #ededed73;
    padding: 20px;
    margin: 5px;
    display: none;
    /* border: 1px solid #c3c3c3; */
    /* border-radius: 10px; */
    box-shadow: 1px 1px 20px #f3f3f3;
}

.publication_section_show .newsCard-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.publication_section_show .newsDate {
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
    font-weight: 300;
}

.publication_section_show h4.newsHeading {
    font-size: 18px;
}

.publication_section_show .newsCard.active {
    display: block;
}

.newsletter_section_show ul.press_years_lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0px;
}

.newsletter_section_show .newsletter-cover-img img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.newsletter_section_show ul.press_years_lists li {}

.newsletter_section_show ul.press_years_lists li button {
    border: 0;
    font-weight: 500;
    margin: 0px 10px;
    padding: 1px 19px;
    border-radius: 5px;
    background-color: white;
}

.newsletter_section_show ul.press_years_lists li button.active {
    background-color: black;
    color: white;
}

.newsletter_section_show .newsCard {
    /* background-color: #c3c3c3; */
    width: 32%;
    background-color: #ededed73;
    padding: 20px;
    margin: 5px;
    display: none;
    /* border: 1px solid #c3c3c3; */
    /* border-radius: 10px; */
    box-shadow: 1px 1px 20px #f3f3f3;
}

.newsletter_section_show .newsCard-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.newsletter_section_show .newsDate {
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
    font-weight: 300;
}

.newsletter_section_show h4.newsHeading {
    font-size: 22px;
}

.newsletter_section_show .newsCard.active {
    display: block;
}

.inner-month-box ul li button.active_box {
    background-color: black;
    color: white;
}

.inner-month-box ul li {
    display: block;
}

.inner-month-box ul li button {
    border: 0;
    font-weight: 500;
    margin: 0px 10px;
    padding: 1px 19px;
    border-radius: 5px;
    background-color: white;
    color: #000;
}

.inner-month-box ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0px;
}

.video-b {
    margin-bottom: 20px;
}

span.big-title {
    display: block;
    text-align: center;
    background-color: #EBEBEB;
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
    padding: 20px 20px 5px;
}

span.sub-title {
    display: block;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    padding: 5px 0px 20px;
    background-color: #EBEBEB;
}

section.media-page .tabs-section-year ul li:empty {
    display: none;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

section.media-page .hidden.active {
    display: block;
    visibility: visible;
}

.hidden {
    display: none;
}

.inner-year-box {
    width: 100%;
    overflow: auto;
}

@media(max-width: 996px) {
    .news_box_wrapper .news_content_box {
        width: 90%;
    }

    .news_box_wrapper .news_content_box .image-box img {
        margin: 10px auto;
    }

    .news_box_wrapper .news_content_box .footer-section-news .publication_text,
    .news_box_wrapper .news_content_box .footer-section-news .date-flex-box p {
        font-size: 10px;
    }

    .press_release_section_show .newsCard {
        width: 100%;
    }

    .press_release_section_show h4.newsHeading {
        font-size: 19px;
    }

    .publication_section_show .newsCard,
    .newsletter_section_show .newsCard {
        width: 100%;
    }

    ul.news_years_lists {
        overflow: scroll;
    }

    .media-button ul li button i {
        display: block;
        min-height: 25px;
    }

    .media-button ul li button {
        line-height: 16px;
        font-size: 14px;
    }

    .media-button ul {
        padding-left: 0px;
        overflow: scroll;
    }

    .media-button ul li {
        min-width: 125px;
    }

    .media-button ul li button img {
        display: block;
        margin-bottom: 10px;
    }
}

#footer .social-links {
    padding-left: 0px;
}

#footer input#newsletter {
    padding-left: 35px;
}

@media (max-width: 1200px) {
    .container-header {
        position: relative;
        width: 100%;
        margin: auto;
        left: 0px;
        right: 0px;
        z-index: 999;
    }

    .main-menu-wrapper {
        background-position: center;
        overflow: hidden;
        overflow-y: scroll;
    }

    .main-menu-wrapper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 110%;
        background: #00000099;
        top: 0px;
        z-index: -1;
    }

    .menu-block li.item a {
        color: #fff;
    }

    .menu-block .item.has-children:after {
        filter: invert(1);
    }

    .mobileprojectLogo {
        margin-right: 15px;
        margin-left: 5px;
    }

    #header .social-links li a {
        filter: invert(1);
    }

    .menu-close i {
        color: #fff;
    }

    .menu-block .item.has-children .sub-menu li a {
        color: #fff;
    }

    .menu-block .item.has-children .sub-menu {
        padding-top: 20px;
    }

    .menu-close {
        top: 50px;
    }

    .mobile-menu-box .menu-trigger {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .search_bar {
        width: 65%;
    }

    .search_bar input {
        width: 100%;
    }

    .right-menu {
        width: 70%;
        margin-left: 0px;
    }

    .brand-logo {
        width: 180px;
        object-fit: contain;
    }

    .menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu-wrapper {
        background-position: 75%;
    }

    .main-menu-wrapper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 110%;
        background: #00000099;
        top: 0px;
        z-index: -1;
    }

    .menu-block li.item a {
        color: #fff;
    }

    .menu-block .item.has-children:after {
        filter: invert(1);
    }

    #header .social-links li a {
        filter: invert(1);
    }

    .menu-close i {
        color: #fff;
    }

    .menu-block .item.has-children .sub-menu li a {
        color: #fff;
    }

    .menu-block .item.has-children .sub-menu {
        padding-top: 20px;
    }
}

@media (max-width: 996px) {
    .search_bar {
        width: 65%;
    }

    .search_bar input {
        width: 100%;
    }

    .right-menu {
        width: 70%;
        margin-left: 0px;
    }

    .brand-logo {
        width: 170px;
        object-fit: contain;
    }

    .menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu-wrapper {
        background-position: 75%;
        bottom: 0px;
        height: 100vh;
    }

    .main-menu-wrapper:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 115%;
        background: #00000099;
        top: 0px;
        z-index: -1;
    }

    .menu-block li.item a {
        color: #fff;
    }

    .menu-block .item.has-children:after {
        filter: invert(1);
    }

    #header .social-links li a {
        filter: invert(1);
    }

    .menu-close i {
        color: #fff;
    }

    .menu-block .item.has-children .sub-menu li a {
        color: #fff;
    }

    .menu-block .item.has-children .sub-menu {
        padding-top: 20px;
    }

    #header.nav-fixed {
        padding: 0px 0px;
    }

    .h-number {
        font-size: 30px;
    }

    .h-text {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 17px;
    }

    .menu ul {
        flex-direction: row;
    }

    .search_bar.project_search_bar {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        top: 5px;
        z-index: 99;
    }
}

@media (max-width: 768px) {
    .right-menu li {
        margin-right: 15px;
    }

    .navbar-nav .nav-item.has-sub-menu:hover ul.sub-menu {
        min-width: 200px;
    }

    .menu-block {
        padding: 40px !important;
    }
}

@media (max-width: 550px) {
    .menu-trigger i {
        color: #000;
    }

    #header p {
        margin-bottom: 0px;
    }

    .menu-block li.item a {
        text-align: left;
    }

    .menu-close {
        right: 15px;
        top: 10px;
        left: auto;
        position: fixed;
        z-index: 999;
        display: none;
    }

    .main-menu-wrapper.active {
        position: fixed;
        height: 100%;
    }

    #header .social-links {
        right: 0px;
        bottom: 0px;
    }

    #footer input#newsletter {
        width: 100%;
        margin-top: 15px;
    }

    .main-menu-wrapper.active .menu-close {
        display: block;
    }

    .mobile-menu-box a.nav-link.search-icon img {
        width: 22px;
    }

    .mobile-menu-box a.nav-link.search-icon {
        width: 100%;
    }

    .mobile-menu-box ul {
        margin: 0px !important;
        padding: 0px;
    }

    .mobileSearchHeader {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .callHeaderMobile {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        /* border: 1px solid #ccc; */
        padding: 5px;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .callHeaderMobile ul {
        padding: 0px !important;
    }

    .search_bar {
        /*width: 200px;*/
    }

    p.search-close-btn {
        position: absolute;
        top: 3px;
        right: 15px;
        font-size: 25px;
    }

    .callHeaderMobile a {
        display: block;
    }

    .callHeaderMobile img {
        display: block;
        width: 17px;
    }

    .search_bar .search_result {
        bottom: auto;
        z-index: 1;
    }

    .container-header {
        position: static;
        z-index: 9999;
        width: 100%;
    }

    #header.nav-fixed {
        padding: 0px !important;
    }

    #popup-home {
        padding: 10px !important;
    }

    .newsLetterSection {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #footer .column-title {
        margin-bottom: 0px;
        margin-top: 25px;
        min-height: auto;
    }

    .footer-brand-policy ul {
        flex-wrap: wrap;
    }

    .footer-brand-policy ul li {
        width: 44%;
        margin-bottom: 20px;
    }

    #footer .copyright p.text-center.mb-1 {
        font-size: 11px;
    }

    #footer .footer-brand-policy ul {
        padding-left: 0px;
    }

    #footer .footer-brand-policy ul li {
        width: auto;
        margin-right: 5px;
    }

    #footer .footer-brand-policy ul li a {
        font-size: 10px;
    }

    .footer-brand-policy ul li.separators {
        /*display: none;*/
    }

    #footer .copyright p.text-center.mb-1 {
        font-size: 11px;
    }

    #footer .social-links {
        align-items: center;
        justify-content: center;
    }

    #footer {
        padding: 60px 0px 140px 0px;
    }
}

/*landscape*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .main-menu-wrapper .col-md-7 {
        width: 100%;
    }

    .menu-block nav {
        padding-right: 50px;
        margin: 0px;
        padding-top: 40px;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) and (orientation: landscape) {
    .main-menu-wrapper .col-md-7 {
        width: 100%;
    }

    .menu-block nav {
        padding-right: 50px;
        margin: 0px;
        padding-top: 10px;
        height: 225px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .menu-block {
        padding-left: 75px;
        padding-top: 100px;
    }

    .menu-block li.item {
        opacity: 1 !important;
    }

    .right-menu li {
        margin-right: 10px;
    }

    div#footer .col-12 {
        width: 100%;
    }

    div#footer .newsLetterSection {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #footer .column-title {
        margin-bottom: 20px;
    }
}

/*landscape*/
a.popup-video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.play-button {
    position: absolute;
}

.channel-awards img {
    width: 100%;
}

.channel-partner-award {
    align-items: center;
    padding: 20px 20px;
    /* border: 1px solid; */
    border-radius: 0px;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 5px;
}

.date {
    text-align: right;
    color: #00000094;
    margin: 0px;
}

.date i {
    padding: 10px;
}

.channel-partner-award h4 {
    text-align: left;
    font-weight: 300;
    font-size: 25px;
    border-bottom: 1px dotted #19407d;
    width: max-content;
}

#owl-event-carousel .owl-nav {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    display: flex;
    /* padding: 10px; */
    align-items: center;
    top: 40%;
}
.owl-award .owl-nav {
    position: absolute;
    width: 100%;
    justify-content: space-between;
    display: flex;
    /* padding: 10px; */
    align-items: center;
    top: 40%;
}
.owl-award{
    height:400px;
}
#owl-event-carousel .item img {
    height: 300px;
    object-fit: cover;
}
.channel-event-meet i {
    padding: 9px 10px;
}
.channel-event-meet h5 {
    font-size: 15px;
    color: #100f0fb3;
}
.owl-next i {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    padding: 13px;
    background-color: white;
}
.owl-prev i {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    padding: 13px;
    background-color: white;
}
.channel-event-meet h3{
    text-align: left;
}
.video-event h5 {
    text-align: center;
    font-size: 13px;
    padding: 10px;
}
.play-button img{
    width: 70px;
}
.award_image_name {
    position: absolute;
    bottom: 0px;
    background-color: #ffffff9c;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 13px;
    font-weight: 400;
    color: #1a407c;
    font-size: 19px;
    border: 1px solid;
    border-top-radius: 25px;
    /* border-bottom-right-radius: 13px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.channel-event-meet {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}
@media(max-width:900px){
    .owl-award {
    height: 200px;
}
.media-button ul{
    flex-wrap:wrap;
}
    .media-button ul li {
        margin-bottom:20px;
    }
}