:root {
    --header-height: 90px;
    --mobile-header-height: 40px;
    --footer-height: 40px;
}

body {
    margin: 0px !important;
    width: 100%;
    float: left;
}

.container {
    width: 100%;
    float: left;
}

.separator {
    display: block;
    height: 0;
    border-bottom: .7px solid #C1C1C1;
    ;
}

.tags .tag.active {
    background: rgba(0, 0, 0, 0.05);
}

.pt32 {
    padding-top: 32px;
}

/* main */
.main {
    max-width: 1470px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-inline: 60px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

img {
    max-width: 100%;
}


/* end main */

/* header */
.header {
    position: relative;
    background: #D62828;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 80px);
    float: left;
    padding: 20px 40px;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s ease, position 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    ;
}

.header-padding {
    padding-top: 90px;
}

.header .menu-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: poInter, sans-serif;
    width: 95px;
    display: none;
}


.header .menu-btn img {
    height: 16px;
    width: 25px;
}

.header .logo {
    height: 50px;
    cursor: poInter, sans-serif;
}

.header .logo img {
    height: 50px;
}


.header .search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.header .search img {
    height: 25px;
    cursor: poInter, sans-serif;
}

.content {
    width: 100%;
    float: left;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 12;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}

/* Responsive Header*/


@media only screen and (max-width: 800px) {
    .header .menu-btn {
        width: unset;
        display: block;
    }

    .header {
        padding-block: 5px;
        width: calc(100% - 48px);
        padding: 8px 24px;
    }

    .main {
        padding-inline: 24px;
        padding-bottom: 24px;
    }

    .header-padding {
        padding-top: 66px;
    }

    .header .logo img {
        width: 206px;
        margin-top: 6px;
    }

    .header .search img {
        width: 25px;
        height: 25px;
    }

    .header .logo {
        display: flex;
        align-items: center;

    }

}

/* End Responsive Header*/

/*  end header */

.hidden {
    display: none;
}

.b-b {
    border-bottom: 1px solid #303030 !important;
}


/* begin menu */


.menu-left {
    position: fixed;
    z-index: 13;
    width: 100vw;
    left: 0;
    top: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}


.menu-left .header-menu {
    width: 100%;
    max-width: 430px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 25.5px 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: none;
}

.menu-left .header-menu .close-menu {
    margin-left: auto;
    cursor: poInter, sans-serif;
}

.menu-left .header-menu span {
    font-size: 30px;
    color: #303030 !important;
    font-family: "Frontage";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
    line-height: 30px;
}

.menu-left .content-menu {
    max-height: calc(100vh - var(--header-height));
    max-width: 430px;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    border-top: 0.5px solid #BCBCBC;
    border-right: 0.5px solid #BCBCBC;
    flex-direction: column;
}



.menu {
    height: 100vh;
    max-height: calc(100vh - var(--header-height));
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
}

.language-control {
    color: #303030 !important;
    font-family: "Frontage";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-variant: all-small-caps;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

.language-control a {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 16px;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bold {
    font-weight: 700 !important;
}

.menu .menu-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    display: none;
}


.menu .menu-level.active {
    display: block;
    transform: translateX(0);
    opacity: 1;
}


.menu .menu-level.prev {
    transform: translateX(-100%);
    opacity: 0;
}


.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.menu ul.classic-group li {
    padding: 0 55px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    color: #303030 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    font-weight: bold;
}

.menu ul.work-group-menu li {
    padding: 0 55px;
    text-transform: uppercase;
    color: #303030 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.menu .back-btn {
    position: relative;
    color: #303030 !important;
    font-family: 'Frontage';
    background-color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    display: block;
    padding: 35px 65px;
    border: none;
    cursor: poInter, sans-serif;
    width: 100%;
    text-align: left;
    border-bottom: .5px solid #ccc;

}


.menu .back-btn:hover {
    color: #B90000;
}

.menu ul li a {
    padding-block: 20px;
    text-decoration: none;
    color: #333;
    display: block;
    text-align: center;
    letter-spacing: 0.8px;
}

.menu ul li a.has-submenu {
    position: relative;
    padding-right: 20px;
    /* Adjust padding to accommodate the SVG */
    cursor: poInter, sans-serif;
}


.menu ul li a.has-submenu::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 18px;
    background-size: cover;
    pointer-events: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.99988 9.00006L1.58588 17.4141L0.171875 16.0001L7.17188 9.00006L0.171875 2.00006L1.58588 0.586063L9.99988 9.00006Z" fill="%23333333"/%3E%3C/svg%3E');
}

.menu ul li a.has-submenu:hover::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.99988 9.00006L1.58588 17.4141L0.171875 16.0001L7.17188 9.00006L0.171875 2.00006L1.58588 0.586063L9.99988 9.00006Z" fill="%23B90000"/%3E%3C/svg%3E');
}

.menu .back-btn::after {
    content: '';
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 18px;
    background-size: cover;
    pointer-events: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.172 8.49994L8.586 0.0859374L10 1.49994L3 8.49994L10 15.4999L8.586 16.9139L0.172 8.49994Z" fill="%23333333"/%3E%3C/svg%3E');

}

.menu .back-btn:hover::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.172 8.49994L8.586 0.0859374L10 1.49994L3 8.49994L10 15.4999L8.586 16.9139L0.172 8.49994Z" fill="%23B90000"/%3E%3C/svg%3E');
}


.menu ul.work-group-menu li a.has-submenu::after {
    right: 15px;
}



.menu ul li a:hover {
    color: #B90000;
}

.menu ul.work-group-menu {
    border-bottom: 1px solid #ccc;
    padding-inline: 55px;
    padding-bottom: 15px;
}

.menu ul.work-group-menu li {
    padding: 0;
    border-top: none;
}

.menu ul.work-group-menu li:first-of-type {
    /* background-color: #000; */
}

/* .menu ul.work-group-menu li:not(:first-of-type) {
    border: 1px solid #ccc;
    border-top: none;
} */



@media only screen and (max-width: 800px) {


    .menu {
        height: 100vh;
        max-height: calc(100vh - 81px);
        width: 100%;
        position: relative;
        overflow: auto;
        background-color: #f0f0f0;
    }

    .menu-left .header-menu {
        display: flex;
    }

    .menu-left {
        left: 0;
        top: 0px;
    }

    .menu ul {
        background-color: #fff;
    }

    .menu-left .content-menu {
        max-height: calc(100vh - 81px);
    }
}

/* end menu */

.hidden {
    display: none;
}

/* Base styles */



/* Footer */

.footer .footer-top {
    padding: 60px;
    border-bottom: 1px solid #FFF;
    background: #D62828	;
    display: flex;
}

.footer .footer-top .col-left {
    flex: 0 0 50%;
}

.footer .footer-top .col-left .connect-us {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    max-width: 450px;
    height: 152px;
    gap: 9px;
    background-image: url('../images/footer_connect_us.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-right: 16px;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0;
}


.footer .footer-top .col-left .connect-us span {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-width: fit-content;
    height: auto;
    flex: 0;
}

.footer .footer-top .col-left .connect-us .connect-us-btn {
    flex: 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);

    padding: 15px 17px;
    gap: 10px;
}

.footer .footer-top .col-left h2 {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 37px;
}

.footer .footer-top .col-right {
    flex: 0 0 50%;
}

.footer .footer-top .col-right .contact-us-form .form-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-top .col-right .contact-us-form .form-body .contact-us-form-input {
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    border: none;
    border-bottom: solid 0.857px #fff;
    background-color: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #FFF;
    margin-bottom: 25px;
}

.footer .footer-top .col-right .contact-us-form .form-body .contact-us-form-input::placeholder {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.footer .footer-top .col-right .contact-us-form .form-body .contact-us-form-input:focus {
    outline: none;
}

.footer .footer-top .col-right .contact-us-form .form-body .input-w-50 {
    width: calc(50% - 15px);
}

.footer .footer-top .col-right .contact-us-form .form-body .input-w-100 {
    width: 100%;
}

.footer .footer-top .col-right .contact-us-form .submit-btn {
    background-color: inherit;
    border: 1px solid #FFF;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 10px 40px;
    cursor: poInter, sans-serif;
}

.footer .footer-bottom {
    background-color: #282828;
}


.footer .footer-bottom {
    color: #FFF;
    display: flex;
    padding: 60px;
}

.footer .footer-bottom .col-left {
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
}

.footer .footer-bottom .col-left .footer-nav {
    flex: 0 0 33.33%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.footer .footer-bottom .col-left .footer-nav .item {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration: unset;
}


.footer .footer-bottom .col-right .col-right-heading,
.footer .footer-bottom .col-left .footer-nav .item.item-heading {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
}

.footer .footer-bottom .col-right .col-right-heading::after,
.footer .footer-bottom .col-left .footer-nav .item.item-heading::after {
    content: "";
    width: 141px;
    border-bottom: solid 1px #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.footer .footer-bottom .col-left .footer-nav-3 .item {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.footer .footer-bottom .col-right .col-right-heading,
.footer .footer-bottom .col-left .footer-nav-3 .item.item-heading {
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
    text-wrap: nowrap;
    min-width: 141px;
}

.footer .footer-bottom .col-right {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
}

.footer .footer-bottom .col-right .col-right-heading {
    flex: 0 0 100%;
    margin-bottom: 10px;
    position: relative;
}

.footer .footer-bottom .col-right .col-right-logo {
    width: 100%;
    margin-bottom: 21px;
    display: none;
}

.footer .footer-bottom .col-right .col-right-heading::after {
    width: 100%;
}

.footer .footer-bottom .col-right .col-1 {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    gap: 18px;
}

.footer .footer-bottom .col-right .col-1 .item {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.footer .footer-bottom .col-right .col-2 {
    flex: 0 0 50%;
}

.footer .footer-bottom .col-right .col-2 .item {
    float: right;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


.footer .footer-bottom .icon-group {
    max-height: 32px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer .footer-bottom .icon-group-mobile {
    display: none;
}

.footer .footer-bottom .icon-group .social-media-1 {
    max-height: 25px;
}

.footer .footer-bottom .icon-group .social-media-2 {
    max-height: 32px;
}

.footer .footer-bottom .icon-group .social-media-3 {
    max-height: 28px;
}

.footer .footer-bottom .footer-bottom-signup {
    display: none;
}

@media only screen and (max-width: 800px) {

    .footer .footer-top {
        padding: 30px 30px 23px;
        border-bottom: none;
        flex-wrap: wrap;
    }

    .footer .footer-top .col-left {
        flex: 0 0 100%;
    }

    .footer .footer-top .col-left h2 {
        font-size: 18px;
    }

    .footer .footer-top .col-right .contact-us-form .form-body .contact-us-form-input {
        margin-bottom: 30px;
        width: 100%;
    }

    .footer .footer-top .col-right .contact-us-form .form-body .input-w-100 {
        width: 100%;
        margin-bottom: 12px;
    }

    .footer .footer-top .col-right .contact-us-form .submit-btn {
        width: 100%;
    }


    .footer .footer-top .col-right {
        flex: 0 0 100%;
    }

    .footer .footer-bottom {
        padding: 30px 30px 23px;
        border-bottom: none;
        flex-direction: column;
    }

    .footer .footer-bottom .footer-bottom-signup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: 1px solid #FFF;
        padding: 5px;
        margin-bottom: 21px;
    }

    .footer .footer-bottom .footer-bottom-signup span {
        color: #FFF;
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.2px;
    }


    .footer .footer-bottom .footer-bottom-signup-button {
        font-size: 12px;
        color: black;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.2px;
        font-family: Inter, sans-serif;
        background-color: inherit;
        padding: 14px 42px;
        background: #fff;
    }


    .footer .footer-bottom .col-left .footer-nav {
        flex: 0 0 50%;
    }

    .footer .footer-bottom .col-left .footer-nav-3 {
        display: none;
    }

    .footer-bottom .col-left .footer-nav .item.item-heading::after {
        max-width: 47px;
    }

    .footer .footer-bottom .col-right .col-right-heading {
        margin-bottom: 21px;
        margin-top: 21px;
    }

    .footer .footer-bottom .col-right .col-right-heading span {
        display: none;
    }

    .footer .footer-bottom .col-right .col-right-heading::after {
        bottom: 0;
    }


    .footer .footer-bottom .col-right .col-right-logo {
        display: block;
    }

    .footer .footer-bottom .col-right .col-1 {
        flex: 1;
    }

    .footer .footer-bottom .col-right .col-1 .item {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1.2px;
    }

    .footer .footer-bottom .col-right .col-2 {
        flex-wrap: nowrap;
        flex: 0;
        display: flex;
    }

    .footer .footer-bottom .col-right .col-2 .item {
        display: none;
    }


    .footer .footer-bottom .icon-group {
        max-height: 32px;
        gap: 12px;
    }

    .footer .footer-bottom .icon-group-desktop {
        display: none;
    }

    .footer .footer-bottom .icon-group-mobile {
        width: 137px;
        display: flex;
        justify-content: space-between;
        margin-top: auto;
    }

    .footer .footer-bottom .icon-group .social-media-1 {
        max-height: 25px;
    }

    .footer .footer-bottom .icon-group .social-media-2 {
        max-height: 32px;
    }

    .footer .footer-bottom .icon-group .social-media-3 {
        max-height: 28px;
    }


}

/* end Footer */
/*  */

.section-title.section-title.section-title a {
    text-decoration: none;
}

.section-title.section-title.section-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 800px) {
    .section-title.section-title.section-title {
        margin-inline: 15px;
    }

    .section-title.section-title.section-title h3 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .section-title.section-title.section-title svg {
        width: 12px;
        height: 16px;
    }
}

/*  */


/* watch-video-overlay */
.watch-video-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #0e0e0e !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 100000000000;
    display: none;
}
.a-underline-none {
    text-decoration: none;
}
.watch-video-overlay .overlay-container {
    max-width: 100%;

    max-width: 1470px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-inline: 15px;
    box-sizing: border-box;
    padding-bottom: 80px;
}


.watch-video-overlay .overlay-close-btn {
    text-align: right;
    padding-right: 100px;
    padding-top: 54px;
    margin-bottom: 80px;
    cursor: poInter, sans-serif;
}


.watch-video-overlay .overlay-container .overlay-content {
    display: flex;
    gap: 30px;
}

.watch-video-overlay .overlay-container .video {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 66.67%;
    position: relative;
}

.watch-video-overlay .overlay-container .play-btn {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.watch-video-overlay .overlay-container .video-detail {
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

.watch-video-overlay .overlay-container .video-detail .title {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.watch-video-overlay .overlay-container .video-detail .date {
    color: #B1B3B4;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.watch-video-overlay .overlay-container .video-detail .detail-list {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.watch-video-overlay .overlay-container .video-detail .list-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3F3F3F;
    padding-block: 15px;
    align-items: center;
}

.watch-video-overlay .overlay-container .overlay-content .video-frame {
    min-height: 550px;
}

.watch-video-overlay .overlay-container .video-content {
    color: #cdcdcd;
    font-family: Inter-bt !important;
    margin-top: 50px;
    line-height: 24px;
}

em {
    font-family: Inter-it;
}
.watch-video-overlay .overlay-container .video-content strong {
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .watch-video-overlay .overlay-container .overlay-content {
        flex-wrap: wrap;
    }

    .watch-video-overlay .overlay-container .overlay-content .video-frame {
        min-height: 300px;
    }

    .watch-video-overlay .overlay-container .video-detail .title {
        font-size: 30px;
    }

    .watch-video-overlay .overlay-container .video-detail,
    .watch-video-overlay .overlay-container .video {
        flex-basis: 100%;
    }

    .watch-video-overlay .overlay-container {
        margin-block: 0;
    }


    .watch-video-overlay .overlay-close-btn {
        text-align: right;
        padding-right: 40px;
        padding-top: 24px;
        margin-bottom: 24px;
        cursor: poInter, sans-serif;
    }


    .watch-video-overlay .overlay-close-btn svg {
        width: 16px;
        height: 16px;
    }
}

.play-btn-custome {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 3px);
    background: #00000052;
    border-radius: 30px;
}

.play-btn-custome img {
    width: 72px !important;
    height: 72px !important;
}

.position-relative:hover .play-btn-custome {
    display: flex;
}

.position-relative {
    position: relative;
}


.play-btn-custome-detail {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 3px);
    background: #00000052;
    border-radius: 13px;
}

.play-btn-custome-detail img {
    width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
}

.position-relative:hover .play-btn-custome-detail {
    display: flex;
}

.readmore-pb {
    margin-bottom: 30px;
}

/* end watch-video-overlay */


.header-search-box {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    display: none;
}

.header-search-box .search-submit-btn {
    display: block;
    background-color: #fff;
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.header-search-box .search-submit-btn {
    width: 24px;
    height: 24px;
}

.header-search-box .search {
    display: flex;
    padding: 16px 30px;
    border: 1px solid rgba(128, 128, 128, 0.55);
    background: #fff;
    color: #B6B6B6;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


@media only screen and (max-width: 800px) {

    .film-maker-category .film-maker-category-title.search-title h2 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align-last: left;
    }

    .value-sharing-category-action-bar .search-box .search {
        padding: 12px 20px;
        width: 336px;
        max-width: 100%;
    }

    .menu ul li a {
        padding-block: 18px;
    }

    .menu ul.classic-group li {
        font-size: 13px;
    }

    .menu ul.work-group-menu li {
        font-size: 13px;
    }

    .language-control {
        font-size: 18px;
    }

    .language-control a {
        font-size: 16px;
    }
}

.text-menu-underline {
    text-decoration: underline !important;
    text-underline-offset: 7px !important;
    text-decoration-thickness: 2px !important;
}

.Frontage-3D {
    font-family: VG_Frontage-3D;
}

.VG_Frontage-Regular {
    font-family: VG_Frontage-Regular
}
.font_child_menu {
    padding: 0 10px;
    color: #303030 !important;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
}

.mac-zoom {
    zoom: 80%;
}

.menu-left.zoom-mac {
    top: 72px;
}
.menu-left.zoom-mac .content-menu {
    max-height: calc(100vh - 72px);
}