:root {
    --primary-color: #e7811d;
    --secondary-color: rgb(197, 199, 175);
    --background-dark: rgb(51, 53, 57);
    --color-dark: rgb(30, 30, 30);
    --color-light: rgb(255, 255, 255);
	--font: "Helvetica Neue", sans-serif;
}
html, body {
    margin: 0;
    padding: 0;
    /* font-family: "Helvetica Neue", sans-serif !important; */
    font-size: var(--font-size);
    color: var(--color-dark);
    background-color: #fff;
}
p, span { margin: 0; line-height: 1.2; }
h1.typography { font-size: 118px !important; }
h2.typography { font-size: 89px !important; }
h3.typography { font-size: 65px !important; }
h4.typography { font-size: 38px !important; }
h5.typography { font-size: 24px !important; }
h1, h2, h3, h4, h5 { font-weight: 700 !important;}
.wp-block-create-block-oval-column-banner {
	background-color: transparent;
	color: #fff;
	padding: 2px;
}
.uk-container {
    padding: 0 !important;
    max-width: 1440px !important;
	margin: auto;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}
.content {
    padding: 76px 100px;
    position: relative;
}
.content.padding-v-0 { padding: 0 100px; }
.button {
    display: block;
    padding: 10px 24px;
    border-radius: 75px;
    border: 1px solid var(--color-dark);
    cursor: pointer;
    background-color: transparent;
    font-size: 1rem;
    margin: 10px auto;
}
a.button {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}
a.button:hover,
a.button:visited,
a.button:focus,
a.button:active {
    color: inherit;
}
.button-primary,
a.button-primary,
a.button-primary:hover,
a.button-primary:visited,
a.button-primary:focus,
a.button-primary:active {
    background-color: var(--primary-color);
    color: var(--color-light);
    border-color: var(--primary-color);
}
.button-outlined,
.nav-menu.button-outlined:hover,
.nav-menu.button-outlined:visited,
.nav-menu.button-outlined:focus,
.nav-menu.button-outlined:active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
@media screen and (max-width: 960px) {
    .content {
        padding: 46px 80px;
    }
}
@media screen and (max-width: 640px) {
    .content {
        padding: 36px 40px;
    }
}
.mt-full-width {
    width: 100%;
}
:root :where(.is-layout-flow) > *,
:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
}

/* awards table & media content filters - start */
.loading-container {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-container.hidden { display: none; }
.lds-ripple {
/* change color here */
color: var(--secondary-color);
}
.lds-ripple,
.lds-ripple div {
box-sizing: border-box;
}
.lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ripple div {
position: absolute;
border: 4px solid currentColor;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
}
4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
}
5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
}
100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
}
}

.tab-content.container .container {
    padding: 0;
}

.data-table-info,
.media-contents-info {
    display: none;
}
.data-table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.data-table-filters {
    display: flex;
    justify-content: space-between;
}

.data-filter-container {
    position: relative;
}

.data-filter-value {
    user-select: none;
}

.data-filter-container ul.data-filter-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    background: #fff;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 8px 1px #75757563;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: all 0.1s linear;
    overflow-y: auto;
    padding: 5px 10px;
    border-radius: 8px;
    z-index: -1;
}
.data-filter-container ul.data-filter-list.active {
    z-index: 9999;
    opacity: 1;
    max-height: 258px;
    overflow-y: auto;
}
.lang-zh_CN .data-filter-container ul.data-filter-list {
    min-width: 120px;
}
.data-filter-container ul.data-filter-list li {
    padding: 5px 20px;
    font-size: 14px;
    border-bottom: 1px solid #a9a9a9bd;
    cursor: pointer;
    line-height: 1;
}
.data-filter-container ul.data-filter-list li:hover {
    background: #52525257;
}
.data-filters-left,
.data-filters-right {
    display: flex;
    gap: 20px;
}

/* Media content page */
/* related to media content page */
.media-contents-container {
    padding: 0 10px;
}
.media-contents-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #B9B9B980;
}
ul.media-newsroom-filters-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
}
.media-newsroom-filters {
    display: flex;
    gap: 50px;
}
.media-newsroom-filters .data-filter-value {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: var(--primary-color);
    display: flex;
    gap: 10px;
}
.media-newsroom-filters .data-filter-value::after {
    content: url('../../assets/images/icons/dropdown-arrow.png');
    transition: all 0.3s linear;
}
.media-newsroom-filters .data-filter-value:not(.active)::after {
    transform: scaleY(-1);
}
.media-newsroom-filter-tab {
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 17px;
    cursor: pointer;
}
.media-newsroom-filter-tab.active {
    color: var(--primary-color);
    text-decoration: underline;
}
.media-newsroom-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
li.media-newsroom-item {
    padding: 30px 0;
    border-bottom: 1px solid #B9B9B980;
}
.media-newsroom-item-wrapper {
    display: flex;
    gap: 20px;
    padding: 0 30px;
}
.media-newsroom-item-image {
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 20px;
}
.media-newsroom-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-newsroom-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1;
}
.media-newsroom-item-content p {
    font-size: 14px;
    color: #33333380;
    font-family: var(--font);
}
.media-newsroom-item-content a:hover {
    text-decoration: none;
}
.media-newsroom-item-content h3 {
    margin: 0;
    font-size: 16px;
    color: #1E1E1E;
    font-family: var(--font);
}
ul.media-newsroom-item-tags {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
}
ul.media-newsroom-item-tags li {
    padding: 6.5px 15px;
    border: 1px solid var(--secondary-color);
    border-radius: 33px;
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 17.09px;
}
.media-newsroom-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px 0;
}
.media-newsroom-pagination ul.uk-pagination {
    margin: 0;
    gap: 10px;
}
.media-newsroom-pagination ul.uk-pagination li.uk-active {
    background: #C5C7AF80;
    border-radius: 50%;
}
.media-newsroom-pagination ul.uk-pagination li a {
    color: #33333380;
    line-height: 1.2;
}
/* awards table & media content filters - end */
/* ----> For about page tabs functional actions */
.mt--f-aboutcompany-chart-stats {
    max-height: 200px;
    overflow: unset;
    opacity: 1;
    z-index: 1;
    transition: all 0.2s linear;
}
.mt--f-aboutcompany-chart-stats.hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}
/* for global vides features */
.global-video-box {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.1s linear;
    padding: 0 30px;
}
.global-video-box.visible {
    inset: 0;
    z-index: 99;
}
.video-backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}
.video-container {
    margin: auto;
    opacity: 0;
    bottom: 0;
    max-height: 0;
    transform: scale(0);
    transition: all 0.3s linear;
}
span.video-close {
    position: absolute;
    padding: 8px;
    top: -10px;
    right: -10px;
    line-height: 0.5;
    background: #cacacadb;
    border-radius: 50%;
    cursor: pointer;
    text-transform: capitalize;
    z-index: 1;
}
.global-video-box.visible .video-container {
    opacity: 1;
    inset: 0;
    max-height: 100vh;
    transform: scale(1);
    z-index: 11;
}
.global-video-box video {
    max-width: 800px;
    border: 4px solid var(--primary-color);
    z-index: 101;
}

/* Mobile Responsive */
@media screen and  (max-width: 1200px) {
    .media-newsroom-item-wrapper {
        padding: 0;
    }
    .media-newsroom-item-image {
        width: 100%;
        max-width: 340px;
        aspect-ratio: 16 / 9;
        height: auto;
        margin: auto;
    }
}
@media screen and (max-width: 959px) {
    .global-video-box video{
        max-width: 100% !important;
    }
}
@media screen and (max-width: 820px) {
    .media-newsroom-item-wrapper {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .media-contents-taxonomy {
        overflow-x: auto;
        scrollbar-width: none;
    }
    ul.media-newsroom-filters-tabs {
        flex-wrap: nowrap;
        gap: 10px;
    }
    li.media-newsroom-filter-tab {
        flex: 1 0 auto;
    }
    .media-reports-item-content {
        flex-direction: column;
        gap: 10px;
        overflow: hidden;
        width: 100%;
        flex: 1;
    }
    .media-reports-item-content-left {
        gap: 6px;
    }
    ul.media-reports-tags {
        gap: 6px;
    }
    ul.media-reports-tags li {
        font-size: 12px;
        padding: 6px 10px;
    }
    p.media-reports-label {
        font-size: 12px;
    }
    .media-reports-item-image {
        flex: 1 0 114px;
        max-width: 114px;
        /* border-radius: 20px; */
        overflow: hidden;
        height: auto;
        aspect-ratio: 0.78 / 1;
    }
    .media-reports-item-content-right {
        display: flex;
        position: relative;
        width: 100%;
        max-width: unset;
    }
    .media-reports-indexes-wrapper {
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 6px;
    }
    .media-reports-indexes-select-wrapper {
        display: inline;
        width: unset;
        max-width: 68%;
        line-height: 1;
    }
    select.media-reports-indexes-select {
        font-size: 14px;
        box-sizing: border-box;
        padding: 10px 20px;
        width: 100%;
        padding-right: 40px;
    }
    a.media-reports-indexes-submit {
        padding: 8px 16px;
        font-size: 14px;
    }
    a.media-reports-download-all {
        display: block;
        width: 100%;
    }
}