<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .cookieconsent {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: rgba(220, 220, 220, 0.6);
        backdrop-filter: blur(30px);
        z-index: 1000;
        padding: 30px 0;
    }
    
    .cookieconsent .title {
        font-size: var(--typo-default);
        font-weight: var(--fw-bold);
        line-height: 1em;
    }
    
    .cookieconsent .desc {
        margin-top: 4px;
        font-size: var(--typo-xs);
        line-height: 1em;
    }
    
    .top-graphic .showvdo {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
    }
    
    .about_nav .icon {
        margin: 0 auto;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }
    /*.people-page .Executives-slide .box .mark {
        overflow: hidden;
        position: relative;
        padding: 0;
        background-color: transparent;
        height: 50%;
    }
    
    .people-page .Executives-slide .box .mark img {
        top: -40px
    }
    
    .people-page .Executives-slide .box .circle img {
        top: -120px
    }
    
    .people-page .Executives-slide .owl-item.center .wrapper::after {
        top: 20px;
        right: -10px;
    }*/
    
    .default-page .content-box .stat-box .view,
    .default-page .content-box .stat-box .date {
        font-size: 20px;
    }
    
    .icon.date,
    .icon.view {
        background-size: 20px;
        margin-right: 10px;
        /* filter: brightness(0.5) sepia(1) hue-rotate(140deg) saturate(6); */
    }
    
    .icon.twitter {
        background-size: 100%;
    }
    
    .orther-list .link {
        font-size: var(--typo-xs);
        color: var(--color-default);
        margin-bottom: 10px;
        display: block;
    }
    
    .orther-list .link:hover {
        color: var(--color-primary);
    }
    
    .default-page .content-box .attachments ul li a .inner .content .date {
        font-size: 25px;
    }
    
    .default-page .content-box .attachments ul li a .inner {
        display: flex;
    }
    
    .default-page .content-box .attachments ul li a .inner .content {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    
    .default-page .attachments .icon {
        background-color: #e8e8e8;
    }
    
    .boxstream {
        margin-bottom: 30px;
    }
    
    .relate_content {
        margin-top: 30px;
        position: relative;
        width: 100%;
    }
    
    .wg-com-lives {
        display: flex;
    }
    
    .wg-com-lives .owl-carousel .owl-stage {
        margin: 0;
        padding: 0;
    }
    
    .wg-com-lives .link:hover .icon {
        background-color: var(--color-secondary);
        color: var(--color-white);
    }
    
    .wg-com-lives .cover {
        overflow: hidden;
        border-radius: var(--rounded);
        padding-top: 62%;
        position: relative;
    }
    
    .wg-com-lives .cover:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        opacity: 0.8;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
        background: linear-gradient(to bottom, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00151e2d', endColorstr='#151e2d', GradientType=0);
    }
    
    .wg-com-lives .inner {
        padding: 0 120px 40px 40px;
        position: absolute;
        /* bottom: 50px; */
        bottom: 70px;
        left: 50px;
        width: 100%;
    }
    
    .wg-com-lives .inner .title {
        color: var(--color-white);
        font-weight: var(--fw-bold);
        font-size: var(--typo-lg);
        line-height: 1em;
        height: 1em;
        -webkit-line-clamp: 1;
    }
    
    .wg-com-lives .inner .desc {
        color: var(--color-white);
        font-size: var(--typo-sm);
        line-height: 1em;
        height: 1em;
        -webkit-line-clamp: 1;
    }
    
    .wg-com-lives .despction {
        padding: 2px 0;
        margin-top: 10px;
    }
    
    .wg-com-lives .despction .title {
        font-size: var(--typo-default);
        line-height: 1em;
        -webkit-line-clamp: 2;
        color: var(--color-default);
        height: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    
    .wg-com-lives .despction .desc {
        color: var(--color-gray);
        font-size: var(--typo-xs);
    }
    
    .wg-com-lives .inner .icon {
        position: absolute;
        bottom: 35px;
        left: -25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 5px;
        font-size: 28px;
        color: var(--color-secondary);
        transition: all 200ms ease;
    }
    
    .wg-com-lives .owl-theme .owl-nav.disabled+.owl-dots {
        left: 40px;
        position: absolute;
        bottom: 30px;
        width: auto;
        display: flex;
        justify-content: start;
    }
    
    .wg-com-lives .owl-theme .owl-dots .owl-dot {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .wg-com-lives .owl-theme .owl-dots .owl-dot span {
        margin: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--color-white);
    }
    
    .wg-com-lives .owl-theme .owl-dots .owl-dot.active {
        border-color: var(--color-white);
    }
    
    .wg-com-lives .owl-theme .owl-dots .owl-dot.active span,
    .wg-com-lives .owl-theme .owl-dots .owl-dot:hover span {
        background: none;
        background-color: var(--color-white);
        box-shadow: none;
    }
    
    .boxpodcast .wg-com-lives {
        display: flex;
    }
    
    .boxpodcast .wg-com-lives .owl-carousel .owl-stage {
        margin: 0;
        padding: 0;
    }
    
    .boxpodcast .wg-com-lives .link:hover .icon {
        background-color: var(--color-secondary);
        color: var(--color-white);
    }
    
    .boxpodcast {
        margin-bottom: 20px;
    }
    
    .boxpodcast h1 {
        margin-bottom: 10px;
    }
    
    .boxpodcast .wg-com-lives .cover {
        overflow: hidden;
        border-radius: var(--rounded);
        padding-top: 62%;
        position: relative;
    }
    
    .boxpodcast .wg-com-lives .cover:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        opacity: 0.8;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
        background: linear-gradient(to bottom, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00151e2d', endColorstr='#151e2d', GradientType=0);
    }
    
    .boxpodcast .wg-com-lives .inner {
        padding: 0;
        position: absolute;
        /* bottom: 50px; */
        bottom: 7px;
        left: 42px;
        width: 100%;
        padding-left: 15px;
    }
    
    .boxpodcast .wg-com-lives .item {
        -webkit-box-shadow: 10px 10px 21px -8px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 10px 10px 21px -8px rgba(0, 0, 0, 0.20);
        box-shadow: 10px 10px 21px -8px rgba(0, 0, 0, 0.20);
        transition: 0.5s;
    }
    
    .boxpodcast .wg-com-lives .item:hover {
        -webkit-box-shadow: 10px 10px 21px -8px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 10px 10px 21px -8px rgba(0, 0, 0, 0.35);
        box-shadow: 10px 10px 21px -8px rgba(0, 0, 0, 0.35);
        transition: 0.5s;
    }
    
    .boxpodcast .wg-com-lives .item a {
        padding: 20px;
        display: block;
    }
    
    .boxpodcast .wg-com-lives .inner .title {
        color: var(--color-white);
        font-weight: var(--fw-bold);
        font-size: var(--typo-lg);
        line-height: 1em;
        height: 1em;
        -webkit-line-clamp: 1;
    }
    
    .boxpodcast .wg-com-lives .inner .desc {
        color: var(--color-primary);
        font-size: var(--typo-sm);
        line-height: 1em;
        height: 1em;
        -webkit-line-clamp: 1;
    }
    
    .boxpodcast .wg-com-lives .despction {
        padding: 2px 0;
        margin-top: 10px;
    }
    
    .boxpodcast .wg-com-lives .despction .title {
        font-size: var(--typo-default);
        line-height: 1em;
        -webkit-line-clamp: 2;
        color: var(--color-default);
        height: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    
    .boxpodcast .wg-com-lives .despction .desc {
        color: var(--color-gray);
        font-size: var(--typo-xs);
    }
    
    .boxpodcast .wg-com-lives .inner .icon {
        position: absolute;
        bottom: 0px;
        left: -25px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: #e8e8e8 1px solid;
        background-color: var(--color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 5px;
        font-size: 14px;
        color: var(--color-secondary);
        transition: all 200ms ease;
    }
    
    .boxpodcast .wg-com-lives .owl-theme .owl-nav.disabled+.owl-dots {
        left: 40px;
        position: absolute;
        bottom: 30px;
        width: auto;
        display: flex;
        justify-content: start;
    }
    
    .boxpodcast .wg-com-lives .owl-theme .owl-dots .owl-dot {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .boxpodcast .wg-com-lives .owl-theme .owl-dots .owl-dot span {
        margin: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--color-white);
    }
    
    .boxpodcast .wg-com-lives .owl-theme .owl-dots .owl-dot.active {
        border-color: var(--color-white);
    }
    
    .boxpodcast .wg-com-lives .owl-theme .owl-dots .owl-dot.active span,
    .boxpodcast .wg-com-lives .owl-theme .owl-dots .owl-dot:hover span {
        background: none;
        background-color: var(--color-white);
        box-shadow: none;
    }
    
    .intro-page {
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }
    /*.intro-page .container{width: 1400px;}*/
    
    .intro-img {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 120px;
        overflow: hidden;
    }
    
    .intro-img figure {
        position: relative;
        width: 100%;
        height: calc(100vh - 140px);
        top: 0;
        left: 0;
        background-color: #eee;
        background-position: center;
        background-size: cover;
    }
    
    .intro-img .slick-dots {
        bottom: 20px;
    }
    
    .intro-img .slick-dots li {
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 1px solid transparent;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    
    .intro-img .slick-dots li:after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    }
    
    .intro-img .slick-dots li button {
        padding: 0;
        display: none;
    }
    
    .intro-img .slick-dots li.slick-active {
        border-color: #fff;
        -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    }
    
    .intro-img .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    
    .intro-inner {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    }
    
    .intro-inner .line {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-color: var(--color-secondary);
    }
    
    .intro-inner:before {
        content: '';
        position: absolute;
        top: 0;
        right: 58%;
        margin-right: 460px;
        width: 520px;
        height: 30px;
        background-color: var(--color-primary);
        ;
        -webkit-transform: skew(-75deg);
        -moz-transform: skew(-75deg);
        -o-transform: skew(-75deg);
    }
    
    .intro-inner:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: -70px;
        margin-right: 0;
        width: 1476px;
        height: 30px;
        background-color: var(--color-primary);
        -webkit-transform: skew(-75deg);
        -moz-transform: skew(-75deg);
        -o-transform: skew(-75deg);
    }
    
    .intro-inner .brand {
        margin: 0 auto;
        position: relative;
        z-index: 100;
    }
    
    .intro-inner .brand:before {
        content: '';
        position: absolute;
        margin-right: -470px;
        right: 75%;
        top: 15px;
        width: 900px;
        height: 110px;
        background-color: #fff;
        -webkit-transform: skew(-75deg);
        -moz-transform: skew(-75deg);
        -o-transform: skew(-75deg);
        /* -webkit-box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 30px 30px rgba(0, 0, 0, 0.2); */
    }
    
    .intro-inner .brand .wrapper {
        position: relative;
        display: table;
        width: 440px;
        height: 140px;
    }
    
    .intro-inner .brand .wrapper&gt;div {
        display: table-cell;
        vertical-align: middle;
    }
    
    .intro-inner .brand .thumb {
        width: 123px;
    }
    
    .intro-inner .brand .inner {
        padding-left: 25px;
    }
    
    .intro-inner .brand .title {
        color: #333;
        font-size: 22px;
        line-height: 1em;
        margin-top: 0;
    }
    
    .intro-inner .brand .desc {
        color: #666;
        font-size: 18px;
        line-height: 1em;
        margin-top: 5px;
    }
    
    .intro-inner .action {
        text-align: right;
    }
    
    .intro-inner .action .btn {
        margin-top: 30px;
        padding: 0 30px;
        height: 50px;
        line-height: 48px;
        font-size: 22px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }
    
    .intro-inner .action .btn+.btn {
        margin-left: 6px;
    }
    
    .intro-inner .action .nav-lang {
        display: inline-block;
        position: relative;
        top: 40px;
        margin-right: 30px;
    }
    
    .intro-inner .action .nav-lang:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 5px;
        margin-left: 15px;
        width: 1px;
        height: 20px;
        background-color: #e1e1e1;
    }
    
    .intro-inner .action .nav-lang ul {
        float: left;
    }
    
    .intro-inner .action .nav-lang li {
        float: left;
        list-style: none;
    }
    
    .intro-inner .action .nav-lang li+li {
        margin-left: 5px;
    }
    
    .intro-inner .action .nav-lang .link {
        font-weight: 500;
        color: var(--color-primary);
        ;
        font-size: 16px;
        display: block;
        border: 1px solid var(--color-primary);
        ;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
    }
    
    .intro-inner .action .nav-lang .link:hover {
        background-color: var(--color-primary);
        color: #fff;
    }
    
    @media (max-width:1440px) {
        .default-page .content-box .attachments ul li a .inner .thumb .icon {
            width: 60px;
            height: 60px;
        }
        .default-page .content-box .attachments ul li a .inner .content .date {
            font-size: 22px;
        }
    }
    
    @media (max-width:1366px) {
        .intro-page .container {
            width: 1200px;
        }
        .intro-img {
            bottom: 100px;
        }
        .intro-img figure {
            height: calc(100vh - 100px);
        }
        .intro-inner .brand .wrapper {
            height: 100px;
        }
        .intro-inner .brand .thumb {
            width: 110px;
        }
        .intro-inner .brand .title {
            font-size: 20px;
            margin-top: 6px;
        }
        .intro-inner .action .btn {
            margin-top: 25px;
        }
        .intro-inner:before {
            height: 20px;
        }
        .intro-inner .line {
            height: 20px;
        }
        .intro-inner .brand:before {
            top: 10px;
            height: 80px;
        }
        .intro-inner .brand .wrapper {
            width: 640px;
        }
        .intro-inner .brand:before {
            width: 1000px;
            margin-right: -610px;
        }
        .intro-inner .action .btn {
            margin-top: 16px;
        }
        .intro-inner .action .nav-lang {
            top: 19px;
        }
    }
    
    @media (max-width:1199px) {
        /* .container {
            width: 980px;
        } */
        .intro-page .container {
            width: 960px;
        }
    }
    
    @media (max-width:991px) {
        .intro-page .container {
            width: 100%;
        }
        .intro-img {
            position: relative;
        }
        .intro-img figure {
            height: auto;
            padding-top: 60%;
        }
        .intro-img .slick-dots {
            bottom: 5px;
        }
        .intro-inner {
            position: relative;
            padding: 20px 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
        .intro-inner .brand .wrapper {
            display: block;
            width: auto;
            text-align: center;
            height: auto;
        }
        .intro-inner .brand .wrapper&gt;div {
            display: block;
            width: auto;
        }
        .intro-inner .brand .inner {
            padding-left: 0;
        }
        .intro-inner .brand .thumb img {
            width: 110px;
        }
        .intro-inner .brand .title {
            font-size: 20px;
            margin-top: 20px;
        }
        .intro-inner .action {
            text-align: center;
        }
        .intro-inner .brand:before {
            display: none;
        }
        .intro-inner:before {
            display: none;
        }
        .intro-inner .line {
            display: none;
        }
        .intro-inner::after {
            display: none;
        }
        .intro-inner .action .nav-lang ul {
            float: unset;
            margin-left: unset;
            padding-left: 0px;
        }
        .default-page .content-box .attachments ul li a .inner .content .date {
            font-size: 18px;
        }
    }
    
    @media (max-width:575px) {
        .intro-inner .action {
            margin-top: 20px;
        }
        .intro-inner .action .nav-lang {
            width: 100%;
            margin-right: 0;
            text-align: center;
            top: 0;
        }
        .intro-inner .action .nav-lang li {
            float: none;
            display: inline-block;
        }
        .intro-inner .action .nav-lang li+li {
            margin-left: 3px;
        }
        .intro-inner .action .nav-lang:after {
            display: none;
        }
        .intro-inner .action .btn {
            padding: 0 15px;
            width: 140px;
            font-size: 20px;
        }
        /* .people-page .Executives-slide .box .circle img {
            top: -70px;
        }
        .people-page .Executives-slide .box .mark img {
            top: -30px;
        }
        .people-page .Executives-slide .owl-item.center .wrapper::after {
            top: 10px;
            right: 60px;
        } */
    }
    
    .detail-other-list ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .detail-other-list ul li a {
        font-size: var(--typo-xs);
        font-weight: normal;
        line-height: 1.2em;
        color: var(--color-default);
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #e1e1e1;
    }
    
    .detail-other-list ul li a:hover {
        color: var(--color-primary);
    }
    
    #Contact-Form .select2-selection__rendered,
    #complaint .select2-selection__rendered {
        margin-left: 140px;
    }
    
    .contact-page .tab-nav {
        padding: 0 10px;
    }
    
    .contact-page .tab-nav .mcscroll_contact {
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .contact-page .tab-nav .mcscroll_contact a {
        display: inline-block;
    }
    
    .contact-page .tab-nav .mcscroll_contact a:hover {
        color: var(--color-primary);
    }
    
    .contact-page .tab-nav .mcscroll_contact a {
        height: 55px;
        line-height: 55px;
        /* display: block; */
        text-align: center;
        padding: 0 30px;
        font-weight: var(--fw-medium);
        font-size: var(--typo-sm);
        color: var(--color-default);
        background-color: #fff;
        border-radius: var(--rounded-xs);
    }
    
    .contact-page .tab-nav .mcscroll_contact a.active {
        background: linear-gradient(92.24deg, #F7C52A 0.57%, #05AFAE 181.39%);
        color: #fff;
    }
    
    #modalformalert .modal-close {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 20px;
        color: var(--color-default);
        font-weight: var(--fw-medium);
        font-size: var(--typo-sm);
        line-height: 20px;
    }
    
    #modalformalert .modal-inner {
        text-align: center;
        padding: 20px;
        background-color: rgba(220, 220, 220, 0.6);
        backdrop-filter: blur(30px);
    }
    
    .intro-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .intro-img .showvdo {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
    }
    
    .top-graphic .showvdo {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
    }
    
    .site-header .menu .active.dropdown:hover&gt;a {
        color: var(--color-secondary);
    }
    
    .notfound-center {
        text-align: center;
        padding: 50px 0;
        border-bottom: dashed 1px rgba(220, 220, 220, 0.6);
        border-top: dashed 1px rgba(220, 220, 220, 0.6);
    }
    
    .achievement-page .wrapper .icon {
        padding: 0px;
        width: 150px;
        height: 150px;
    }
    
    .achievement-page .wrapper figure {
        width: auto;
        height: 110%;
        background-position: center;
        margin-top: -5%;
        transition: 0.5s;
    }
    
    .achievement-page .wrapper:hover figure {
        height: 150%;
        margin-top: -25%;
        transition: 0.5s;
    }
    
    .owl-stage {
        display: flex !important;
        align-items: stretch !important;
    }
    
    .wg-blog-post .owl-item .item {
        height: 100%;
    }
    
    .wg-blog-post .owl-item .wrapper {
        height: 100%;
    }
    
    .btnprint {
        border: 2px solid #2ea60e;
        background-size: 130%;
    }

    .search-page .search-list &gt; ul &gt; li &gt; .link .thumb .cover.people {
        background-position: top center;
    }
    
    .people-page .manager-box .box {
    display: flex;
  justify-content: center;
    }</pre></body></html>