.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-stage {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.module-herocarousel .hero-extra-padding {
    height: 14px;
}

.module-herocarousel .icon-chevron-right {
    display: inline-block;
}

.module-herocarousel .icon-carousel-left, .module-herocarousel .icon-carousel-right {
    display: inline-block;
    background: #00338D;
    font-size: 50px;
    font-size: 5rem;
}

.module-herocarousel.component {
    padding: 0;
}

.module-herocarousel .carousel .slide .caption-wrapper {
    right: 0;
}

.module-herocarousel .owl-carousel {
    display: block;
    overflow: hidden;
}

.module-herocarousel .carousel {
    position: relative;
}

    .module-herocarousel .carousel .slides {
        position: relative;
    }

.module-herocarousel .slide {
    float: left;
    position: relative;
    overflow: hidden;
}

    .module-herocarousel .slide img {
        position: relative;
        max-width: 100%;
    }

    .module-herocarousel .slide .icon-chevron-right {
        margin-left: 1px;
        top: 1px;
        position: relative;
    }

        .module-herocarousel .slide .icon-chevron-right:before {
            font-size: 16px;
            font-size: 1.6rem;
        }

    .module-herocarousel .slide .cta {
        color: #ffffff;
    }

    .module-herocarousel .slide .herocarousel-cta {
        bottom: 10px;
        position: absolute;
        padding-top: 10px;
        width: 80%;
    }

    .module-herocarousel .slide .caption-wrapper.variant_1 .caption .slide-header, .module-herocarousel .slide .caption-wrapper.variant_2 .caption .slide-header {
        color: #ffffff;
    }

    .module-herocarousel .slide .caption-wrapper.variant_1 .caption .herocarousel-cta .icon-chevron-right, .module-herocarousel .slide .caption-wrapper.variant_2 .caption .herocarousel-cta .icon-chevron-right, .module-herocarousel .slide .caption-wrapper.variant_1 .caption .herocarousel-cta span .cta, .module-herocarousel .slide .caption-wrapper.variant_2 .caption .herocarousel-cta span .cta {
        color: #ffffff;
    }

    .module-herocarousel .slide .caption-wrapper.variant_3 .caption .slide-header {
        color: #00338D;
    }

    .module-herocarousel .slide .caption-wrapper.variant_3 .caption .herocarousel-cta .icon-chevron-right, .module-herocarousel .slide .caption-wrapper.variant_3 .caption .herocarousel-cta span .cta {
        color: #00338D;
    }

    .module-herocarousel .slide .hero-carousel-description {
        height: 102px;
        overflow: hidden;
    }

        .module-herocarousel .slide .hero-carousel-description p {
            color: #ffffff;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.3;
            word-wrap: break-word !important;
            word-break: normal !important;
            margin: 7px 0 !important;
        }

.wf-active .module-herocarousel .slide .hero-carousel-description p:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-herocarousel .slide .hero-carousel-description p:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p.variant_1, .module-herocarousel .slide .hero-carousel-description p.variant_2 {
    color: #ffffff;
}

.module-herocarousel .slide .hero-carousel-description p.variant_3 {
    color: #00338D;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 !important;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only.variant_1, .module-herocarousel .slide .hero-carousel-description p.desktop-only.variant_2 {
    color: #ffffff;
}

.module-herocarousel .slide .hero-carousel-description p.desktop-only.variant_3 {
    color: #00338D;
}

.module-herocarousel .slide .herocarousel-content {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

    .module-herocarousel .slide .herocarousel-content .author.mobile-only {
        position: absolute;
        top: 80px;
        text-transform: uppercase;
        font-style: italic;
    }

    .module-herocarousel .slide .herocarousel-content .author.desktop-only {
        text-transform: uppercase;
        font-style: italic;
    }

.module-herocarousel .slide .slide-header {
    color: #ffffff;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
    margin: 0;
}

.wf-active .module-herocarousel .slide .slide-header:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .slide-header:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .slide-header:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .slide-header:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-herocarousel .slide .slide-header:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-herocarousel .slide .slide-header:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-herocarousel .slide .slide-header:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-herocarousel .slide .slide-header:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-herocarousel .slide .slide-header:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-herocarousel .slide .slide-header:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-herocarousel .slide .caption-wrapper {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

    .module-herocarousel .slide .caption-wrapper.variant_1 {
        background: -webkit-linear-gradient(left, rgba(0,48,135,0.5), rgba(0,48,135,0));
        background: -o-linear-gradient(right, rgba(0,48,135,0.5) 0, rgba(0,48,135,0) 100%);
        background: -moz-linear-gradient(right, rgba(0,48,135,0.5) 0, rgba(0,48,135,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,48,135,0.5) 0, rgba(0,48,135,0) 100%);
        background: linear-gradient(to right, rgba(0,48,135,0.5) 0, rgba(0,48,135,0) 100%);
    }

    .module-herocarousel .slide .caption-wrapper.variant_2 {
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
        background: -o-linear-gradient(right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
        background: -moz-linear-gradient(right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    }

    .module-herocarousel .slide .caption-wrapper.variant_3 {
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.5), rgba(255,255,255,0));
        background: -o-linear-gradient(right, rgba(255,255,255,0.5) 0, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(right, rgba(255,255,255,0.5) 0, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0.5) 0, rgba(255,255,255,0) 100%);
    }

    .module-herocarousel .slide .caption-wrapper.left {
        left: 0 !important;
    }

    .module-herocarousel .slide .caption-wrapper .caption {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 65px 20% 10px 10px;
    }

        .module-herocarousel .slide .caption-wrapper .caption a {
            color: #ffffff;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.2;
            right: 10px;
            text-align: right;
            word-wrap: break-word !important;
            word-break: normal !important;
            position: relative;
            top: -1px !important;
            font-family: Arial,Helvetica,sans-serif;
            right: auto;
        }

.wf-active .module-herocarousel .slide .caption-wrapper .caption a:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .caption-wrapper .caption a:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .caption-wrapper .caption a:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-herocarousel .slide .caption-wrapper .caption a:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-herocarousel .slide .caption-wrapper .caption a:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .caption-wrapper .caption a:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .caption-wrapper .caption a:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .caption-wrapper .caption a:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .caption-wrapper .caption a:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-herocarousel .slide .caption-wrapper .caption a:hover {
    text-decoration: underline;
}

.module-herocarousel .slide .caption-wrapper .caption a.cta.desktop-only {
    display: inline;
}

.module-herocarousel .slide .caption-wrapper .caption .icon-chevron-right.desktop-only {
    display: block;
}

.module-herocarousel .slide .caption-wrapper .caption hr.desktop-only {
    border: none;
    height: 0;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.module-herocarousel .carousel .owl-nav {
    position: absolute;
    top: 90px;
    width: 100%;
    display: none;
}

.module-herocarousel .carousel .owl-prev, .module-herocarousel .carousel .owl-next {
    position: relative;
    width: 47px;
    height: 47px;
    overflow: hidden;
    color: #ffffff;
    font-size: 47px;
    font-size: 4.7rem;
    line-height: 1;
}

    .module-herocarousel .carousel .owl-prev a, .module-herocarousel .carousel .owl-next a {
        color: #ffffff;
    }

.module-herocarousel .carousel .owl-prev {
    opacity: .25;
    height: 49px;
    width: 50px;
    float: left;
    margin: 1px 1px 1px 0;
    z-index: 999;
}

    .module-herocarousel .carousel .owl-prev:hover {
        opacity: .75;
    }

.module-herocarousel .carousel .owl-next {
    opacity: .25;
    height: 49px;
    width: 50px;
    float: right;
    margin: 1px -3px 1px 1px;
}

    .module-herocarousel .carousel .owl-next:hover {
        opacity: .75;
    }

.module-herocarousel .carousel .owl-dots {
    position: relative;
    margin-top: 0;
    padding-top: 3px;
    background-color: #f6f6f6;
    text-align: center;
    z-index: 2;
}

    .module-herocarousel .carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        .module-herocarousel .carousel .owl-dots .owl-dot span {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            width: 12px;
            height: 12px;
            float: left;
            clear: none;
            display: block;
            margin: 0 6px;
            background: #00338D;
        }

            .module-herocarousel .carousel .owl-dots .owl-dot span:hover {
                background: #005eb8;
            }

        .module-herocarousel .carousel .owl-dots .owl-dot.active span {
            background: #0091da;
        }

.module-herocarousel .icon-carousel-left:before, .module-herocarousel .icon-carousel-right:before {
    font-size: 50px;
    font-size: 5rem;
}

@media (min-width:641px) {
    .module-herocarousel .owl-prev, .module-herocarousel .owl-next {
        margin: 1px;
    }

    .module-herocarousel .carousel .owl-nav {
        position: absolute;
        top: 55%;
        display: block;
        width: 100%;
    }

    .module-herocarousel .carousel .owl-dots {
        position: relative;
        padding-top: 3px;
        background-color: #f6f6f6;
        text-align: center;
        z-index: 2;
    }

    .module-herocarousel .mobile-only {
        display: none;
    }

    .module-herocarousel .slide .herocarousel-content {
        padding-top: 0;
        bottom: 20px;
    }

    .module-herocarousel .slide p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
        line-height: 1.6rem;
        color: #ffffff;
        word-wrap: break-word !important;
        word-break: normal !important;
    }

    .module-herocarousel .slide .cta {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
        line-height: 2rem;
    }

    .module-herocarousel .slide .icon-chevron-right {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .module-herocarousel .slide .herocarousel-cta {
        width: 88%;
        color: #ffffff;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        left: 10px;
        left: auto;
    }

    .wf-active .module-herocarousel .slide .herocarousel-cta:lang(zh-CN) {
        font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .slide .herocarousel-cta:lang(zh-TW) {
        font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .slide .herocarousel-cta:lang(ko) {
        font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .slide .herocarousel-cta:lang(ja) {
        font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-herocarousel .slide .herocarousel-cta:lang(zh-CN) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .slide .herocarousel-cta:lang(zh-TW) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .slide .herocarousel-cta:lang(ko) {
        font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .slide .herocarousel-cta:lang(ja) {
        font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .slide .herocarousel-cta:lang(vi) {
        font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .slide .caption-wrapper {
        width: 541px;
    }

        .module-herocarousel .slide .caption-wrapper .caption {
            width: 541px;
            padding: 148px 0 84px 70px;
        }

            .module-herocarousel .slide .caption-wrapper .caption hr.desktop-only {
                border: none;
                height: 0;
                overflow: hidden;
                margin: 10px 0 0 0;
            }

            .module-herocarousel .slide .caption-wrapper .caption .byline {
                display: block;
            }

            .module-herocarousel .slide .caption-wrapper .caption .slide-header {
                color: #ffffff;
                font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
                font-size: 54px;
                font-size: 5.4rem;
                line-height: 1;
                margin: 0 0 14px;
                overflow: hidden;
            }

    .wf-active .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(zh-CN) {
        font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(zh-TW) {
        font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(ko) {
        font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(ja) {
        font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(el) {
        font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(zh-CN) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(zh-TW) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(ko) {
        font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(ja) {
        font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header:lang(vi) {
        font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header .herocarousel-cta {
        bottom: 3px;
    }

    .module-herocarousel .slide .caption-wrapper .caption .slide-header p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        margin: 16px 16px 16px 0;
    }

        .module-herocarousel .slide .caption-wrapper .caption .slide-header p.cta {
            margin: 5px 0 7px 0;
        }

            .module-herocarousel .slide .caption-wrapper .caption .slide-header p.cta a {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 20px;
                line-height: 2rem;
            }

            .module-herocarousel .slide .caption-wrapper .caption .slide-header p.cta span {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 20px;
                line-height: 2rem;
                margin-right: 6px;
            }

    .module-herocarousel .slide .caption-wrapper.left {
        left: 0 !important;
    }

    .module-herocarousel .hero-carousel-description p {
        color: #ffffff;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0 !important;
    }

    .wf-active .module-herocarousel .hero-carousel-description p:lang(zh-CN) {
        font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .hero-carousel-description p:lang(zh-TW) {
        font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .hero-carousel-description p:lang(ko) {
        font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-herocarousel .hero-carousel-description p:lang(ja) {
        font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-herocarousel .hero-carousel-description p:lang(zh-CN) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .hero-carousel-description p:lang(zh-TW) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .hero-carousel-description p:lang(ko) {
        font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .hero-carousel-description p:lang(ja) {
        font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .hero-carousel-description p:lang(vi) {
        font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 400;
    }

    .module-herocarousel .hero-carousel-description p.variant_1, .module-herocarousel .hero-carousel-description p.variant_2 {
        color: #ffffff;
    }

    .module-herocarousel .hero-carousel-description p.variant_3 {
        color: #00338D;
    }

    .owl-carousel .owl-item img.mobile-only {
        display: none;
    }

    .owl-carousel .owl-item .icon-chevron-right.mobile-only {
        display: none;
    }
}

@media (min-width:980px) {
    .owl-prev, .owl-next {
        margin: 1px;
    }
}

.module-filmstripcarousel {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    padding: 0 !important;
    background: transparent !important;
}

    .module-filmstripcarousel .frame {
        height: auto;
        line-height: 250px;
        background: #f6f6f6;
    }

        .module-filmstripcarousel .frame ul {
            list-style: none;
            margin: 0;
            padding: 0;
            height: 100%;
            font-size: 50px;
            font-size: 5rem;
        }

            .module-filmstripcarousel .frame ul li {
                float: left;
                width: 227px;
                height: auto;
                margin: 0 1px 0 0;
                padding: 0;
                background: #333333;
                color: #ddd;
                text-align: left;
                cursor: pointer;
            }

                .module-filmstripcarousel .frame ul li .line-clamp-5 {
                    -webkit-line-clamp: 5;
                    height: calc(6.5em);
                }

                .module-filmstripcarousel .frame ul li.active {
                    color: #ffffff;
                    background: #cccccc;
                }

    .module-filmstripcarousel .module-filmstripcarousel .mousearea, .module-filmstripcarousel .module-filmstripcarousel .handle {
        background: #dedede !important;
    }

    .module-filmstripcarousel .scrollbar {
        margin: 0 0 1em 0;
        height: 2px;
        background: #cccccc;
        line-height: 0;
    }

        .module-filmstripcarousel .scrollbar .handle {
            width: 100px;
            height: 100%;
            cursor: pointer;
        }

            .module-filmstripcarousel .scrollbar .handle .mousearea {
                position: absolute;
                top: -9px;
                left: 0;
                width: 100%;
                height: 20px;
            }

    .module-filmstripcarousel .pages {
        list-style: none;
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }

        .module-filmstripcarousel .pages li {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0 4px;
            text-indent: -999px;
            border-radius: 10px;
            cursor: pointer;
            background: #ffffff;
            box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
        }

            .module-filmstripcarousel .pages li:hover {
                background: #aaa;
            }

            .module-filmstripcarousel .pages li.active {
                background: #666666;
            }

    .module-filmstripcarousel .controls {
        margin: 25px 0;
        text-align: center;
    }

    .module-filmstripcarousel .oneperframe {
        height: 300px;
        line-height: 300px;
    }

        .module-filmstripcarousel .oneperframe ul li {
            width: 1140px;
        }

            .module-filmstripcarousel .oneperframe ul li.active {
                background: #333333;
            }

    .module-filmstripcarousel .crazy ul li:nth-child(2n) {
        width: 100px;
        margin: 0 4px 0 20px;
    }

    .module-filmstripcarousel .crazy ul li:nth-child(3n) {
        width: 300px;
        margin: 0 10px 0 5px;
    }

    .module-filmstripcarousel .crazy ul li:nth-child(4n) {
        width: 400px;
        margin: 0 30px 0 2px;
    }

    .module-filmstripcarousel .effects {
        height: 200px;
        line-height: 200px;
        -webkit-perspective: 800px;
        -ms-perspective: 800px;
        perspective: 800px;
        -webkit-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;
        overflow-y: show;
    }

        .module-filmstripcarousel .effects ul {
            -webkit-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

            .module-filmstripcarousel .effects ul li {
                position: relative;
                margin: 0 -20px;
                -webkit-transform: rotateY(60deg) scale(.9);
                -ms-transform: rotateY(60deg) scale(.9);
                transform: rotateY(60deg) scale(.9);
                -webkit-transition: -webkit-transform 300ms ease-out;
                transition: transform 300ms ease-out;
            }

                .module-filmstripcarousel .effects ul li.active {
                    z-index: 10;
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

                    .module-filmstripcarousel .effects ul li.active ~ li {
                        -webkit-transform: rotateY(-60deg) scale(.9);
                        -ms-transform: rotateY(-60deg) scale(.9);
                        transform: rotateY(-60deg) scale(.9);
                    }

    .module-filmstripcarousel .frame {
        line-height: 150%;
        height: auto;
    }

        .module-filmstripcarousel .frame ul {
            font-size: 14px;
            font-size: 1.4rem;
            background: #f6f6f6;
            padding-left: 1px;
        }

            .module-filmstripcarousel .frame ul li, .module-filmstripcarousel .frame ul li.active {
                background: #ffffff;
                color: #000000;
            }

            .module-filmstripcarousel .frame ul li {
                min-height: 227px;
                height: auto;
                width: 255.5px;
                margin: 10px 16px 10px 2px;
            }

                .module-filmstripcarousel .frame ul li img {
                    width: 74px;
                }

                .module-filmstripcarousel .frame ul li:last-child {
                    margin: 10px 0 10px -1px;
                }

            .module-filmstripcarousel .frame ul .article:hover, .module-filmstripcarousel .frame ul .event:hover {
                outline: 1px solid rgba(0,51,141,0.5);
            }

    .module-filmstripcarousel .scrollbar, .module-filmstripcarousel .mousearea, .module-filmstripcarousel .handle {
        height: 5px !important;
        border-radius: 5px;
    }

    .module-filmstripcarousel .scrollbar {
        background: #dedede;
    }

    .module-filmstripcarousel .mousearea {
        background: rgba(0,94,184,0.3);
    }

        .module-filmstripcarousel .mousearea:hover {
            background: rgba(0,94,184,0.6);
        }

    .module-filmstripcarousel .scrollbar .handle .mousearea {
        top: 0;
    }

    .module-filmstripcarousel .controls {
        margin: 10px 0 0;
    }

        .module-filmstripcarousel .controls .prevPage.disabled, .module-filmstripcarousel .controls .nextPage.disabled {
            display: none;
        }

    .module-filmstripcarousel .carousel-container {
        position: relative;
        width: 100%;
        min-height: 202px;
        background: #f6f6f6;
    }

    .module-filmstripcarousel .col-md-12 {
        padding: 15px 0;
    }

    .module-filmstripcarousel span.icon-carousel-left, .module-filmstripcarousel span.icon-carousel-right {
        font-size: 40px;
        font-size: 4rem;
        margin-top: -20px;
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        top: 50%;
        position: absolute;
        color: #6d2077;
        cursor: pointer;
        background: #ffffff;
        height: 40px;
    }

        .module-filmstripcarousel span.icon-carousel-left:hover, .module-filmstripcarousel span.icon-carousel-right:hover {
            opacity: .6;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        }

    .module-filmstripcarousel span.icon-carousel-left {
        left: 0;
    }

    .module-filmstripcarousel span.icon-carousel-right {
        right: 0;
    }

    .module-filmstripcarousel .item {
        background: none repeat scroll 0 0 #ffffff;
        color: #333333;
        display: inline-block;
        padding: 10px;
        text-align: left;
        text-decoration: none;
        min-height: 192px;
    }

    .module-filmstripcarousel .item-header-container {
        position: relative;
        margin-bottom: 6px;
        width: 100%;
        height: 34px;
    }

    .module-filmstripcarousel .item-header {
        color: #00338D;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0 0 8px;
        word-wrap: break-word !important;
        word-break: normal !important;
        font-weight: normal;
    }

.wf-active .module-filmstripcarousel .item-header:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .item-header:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .item-header:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .item-header:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .item-header:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .item-header:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .item-header:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .item-header:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .item-header:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .short-description {
    width: 140px;
    padding: 0 0 0 10px !important;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-filmstripcarousel .short-description:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .short-description:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .short-description:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .short-description:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .short-description:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .short-description:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .short-description:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .short-description:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .short-description:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .ellipsis {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 120px;
}

.module-filmstripcarousel .fill {
    background: #ffffff;
    height: 100%;
    position: absolute;
    width: 100%;
}

.module-filmstripcarousel .pull-right {
    width: 100px;
    margin-left: 10px;
}

    .module-filmstripcarousel .pull-right h4 {
        margin-bottom: 8px;
        height: auto;
    }

    .module-filmstripcarousel .pull-right span {
        margin: 8px 0;
        display: block;
    }

        .module-filmstripcarousel .pull-right span.title {
            font-style: italic;
        }

.module-filmstripcarousel .filmstripcarousel-event-date {
    padding-bottom: 5px;
}

.module-filmstripcarousel .filmstripcarousel-event-address {
    padding: 0;
    margin: 0;
    display: table-cell;
    width: 76.3333%;
    margin: 7px 0;
}

    .module-filmstripcarousel .filmstripcarousel-event-address p {
        color: #6d2077;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2;
        word-wrap: break-word !important;
        word-break: normal !important;
    }

.wf-active .module-filmstripcarousel .filmstripcarousel-event-address p:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-address p:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-address p:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-address p:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .filmstripcarousel-event-address p:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-address p:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-address p:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-address p:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-address p:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-day {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    height: 50px;
    position: relative;
    text-align: center;
    top: 30px;
    width: 48px;
    color: #6d2077;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-day:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-day:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-day:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-day:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .filmstripcarousel-event-day:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-day:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-day:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-day:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-day:lang(vi) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-month {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #6d2077;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 47px;
    width: 48px;
    padding-bottom: 17px;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-month:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-month:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-month:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-month:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .filmstripcarousel-event-month:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-month:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-month:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-month:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-month:lang(vi) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-filmstripcarousel .filmstripcarousel-event-calendar {
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: -28px;
}

.module-filmstripcarousel .icon-calendar {
    position: absolute;
    font-size: 50px;
    font-size: 5rem;
    color: #6d2077;
    top: 78px;
}

.module-filmstripcarousel .filmstripcarousel-event-description {
    margin: 7px 0;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-description:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-description:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-description:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .filmstripcarousel-event-description:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .filmstripcarousel-event-description:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-description:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-description:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-description:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .filmstripcarousel-event-description:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-filmstripcarousel .secondary-head {
    color: #00338D;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
    margin: 0 10px 10px;
}

.wf-active .module-filmstripcarousel .secondary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .secondary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .secondary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-filmstripcarousel .secondary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .secondary-head:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-filmstripcarousel .secondary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-filmstripcarousel .secondary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-filmstripcarousel .secondary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-filmstripcarousel .secondary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-filmstripcarousel .secondary-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

@media (min-width:641px) {
    .module-filmstripcarousel .frame ul li img {
        width: 95px;
    }
}

.disclaimer-copyright {
    margin: 10px 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #333333;
    text-align: left;
}

.wf-active .disclaimer-copyright:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .disclaimer-copyright:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .disclaimer-copyright:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .disclaimer-copyright:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.disclaimer-copyright:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.disclaimer-copyright:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.disclaimer-copyright:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.disclaimer-copyright:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.disclaimer-copyright:lang(vi) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.dotted-lightblue {
    content: "";
    display: block;
    z-index: 1;
    height: 3px;
    background: url(/etc/designs/kpmgpublic/images/dots.png) repeat-x 100% 0;
}

.hyphen {
    word-wrap: break-word !important;
    word-break: normal !important;
}

.module-promotionala .bg-white {
    width: 100%;
}

.module-promotionala img {
    width: 100%;
    border: none;
}

.module-promotionala .add20paddingbottom {
    padding-bottom: 0;
}

    .module-promotionala .add20paddingbottom .btn-cta.promotionala-btn-cta-primary {
        bottom: 40px;
    }

.module-promotionala .img-title-bg {
    position: absolute;
    bottom: 0;
    width: 99%;
    left: 10px;
}

.module-promotionala .image-title {
    font-weight: normal;
}

.module-promotionala .primary-cta-space, .module-promotionala .secondary-cta-space {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    right: 10px;
    text-align: right;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-promotionala .primary-cta-space:lang(zh-CN), .wf-active .module-promotionala .secondary-cta-space:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionala .primary-cta-space:lang(zh-TW), .wf-active .module-promotionala .secondary-cta-space:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionala .primary-cta-space:lang(ko), .wf-active .module-promotionala .secondary-cta-space:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionala .primary-cta-space:lang(ja), .wf-active .module-promotionala .secondary-cta-space:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionala .primary-cta-space:lang(zh-CN), .module-promotionala .secondary-cta-space:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionala .primary-cta-space:lang(zh-TW), .module-promotionala .secondary-cta-space:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionala .primary-cta-space:lang(ko), .module-promotionala .secondary-cta-space:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionala .primary-cta-space:lang(ja), .module-promotionala .secondary-cta-space:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionala .primary-cta-space:lang(vi), .module-promotionala .secondary-cta-space:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionala .secondary-cta-space {
    margin-top: 12px;
}

.module-promotionala .btn-cta {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.module-promotionalb img {
    width: 100%;
    border: none;
}

.module-promotionalb p, .module-promotionalb .description {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
}

.wf-active .module-promotionalb p:lang(zh-CN), .wf-active .module-promotionalb .description:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalb p:lang(zh-TW), .wf-active .module-promotionalb .description:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalb p:lang(ko), .wf-active .module-promotionalb .description:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalb p:lang(ja), .wf-active .module-promotionalb .description:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalb p:lang(zh-CN), .module-promotionalb .description:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalb p:lang(zh-TW), .module-promotionalb .description:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalb p:lang(ko), .module-promotionalb .description:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalb p:lang(ja), .module-promotionalb .description:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalb p:lang(vi), .module-promotionalb .description:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalb .add20paddingbottom {
    padding-bottom: 0;
}

    .module-promotionalb .add20paddingbottom .btn-cta.promotionalb-btn-cta-primary {
        bottom: 40px;
    }

.module-promotionalb .img-title-bg {
    position: absolute;
    bottom: 0;
    width: 99%;
    left: 10px;
}

.module-promotionalb .primary-cta-space, .module-promotionalb .secondary-cta-space {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    right: 10px;
    text-align: right;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-promotionalb .primary-cta-space:lang(zh-CN), .wf-active .module-promotionalb .secondary-cta-space:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalb .primary-cta-space:lang(zh-TW), .wf-active .module-promotionalb .secondary-cta-space:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalb .primary-cta-space:lang(ko), .wf-active .module-promotionalb .secondary-cta-space:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalb .primary-cta-space:lang(ja), .wf-active .module-promotionalb .secondary-cta-space:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalb .primary-cta-space:lang(zh-CN), .module-promotionalb .secondary-cta-space:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalb .primary-cta-space:lang(zh-TW), .module-promotionalb .secondary-cta-space:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalb .primary-cta-space:lang(ko), .module-promotionalb .secondary-cta-space:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalb .primary-cta-space:lang(ja), .module-promotionalb .secondary-cta-space:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalb .primary-cta-space:lang(vi), .module-promotionalb .secondary-cta-space:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalb .secondary-cta-space {
    margin-top: 12px;
}

.module-promotionalb .btn-cta {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.module-promotionalc .promotionalc-container {
    background-color: #ffffff;
}

.module-promotionalc .alt-secondary-head {
    color: #6d2077;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
}

.wf-active .module-promotionalc .alt-secondary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .alt-secondary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .alt-secondary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .alt-secondary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .alt-secondary-head:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .alt-secondary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionalc .alt-secondary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionalc .alt-secondary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionalc .alt-secondary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionalc .alt-secondary-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionalc .alt-tertiary-head {
    color: #6d2077;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 8px 0;
}

.wf-active .module-promotionalc .alt-tertiary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .alt-tertiary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .alt-tertiary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .alt-tertiary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .alt-tertiary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .alt-tertiary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .alt-tertiary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .alt-tertiary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .alt-tertiary-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .alt-tertiary-head:hover {
    text-decoration: underline;
}

.module-promotionalc .promotionalc-custom-margin {
    bottom: 10px;
    position: absolute;
    right: 17px;
}

.module-promotionalc .promotionalc-event-address {
    color: #6d2077;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    list-style-type: none;
    padding: 0;
    margin: 7px 0;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    min-height: 50px;
}

.wf-active .module-promotionalc .promotionalc-event-address:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-address:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-address:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-address:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .promotionalc-event-address:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .promotionalc-event-address:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .promotionalc-event-address:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .promotionalc-event-address:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .promotionalc-event-address:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .promotionalc-event-address span {
    white-space: nowrap;
    word-wrap: break-word !important;
    word-break: normal !important;
    display: block;
}

.module-promotionalc .promotionalc-event-calendar {
    display: inline-block;
    width: 50px;
    float: left;
    height: 50px;
    margin: 0 10px 10px 0;
}

    .module-promotionalc .promotionalc-event-calendar .promotionalc-event-icon {
        width: 50px;
        height: 50px;
        position: relative;
    }

    .module-promotionalc .promotionalc-event-calendar .promotionalc-event-month {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.2;
        color: #6d2077;
        font-weight: bold;
        position: relative;
        text-align: center;
        top: 22px;
        width: 50px;
        text-transform: uppercase;
    }

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-month:lang(vi) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-day {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #6d2077;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 50px;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .promotionalc-event-day:lang(vi) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-promotionalc .promotionalc-event-calendar .icon-date {
    position: absolute;
    font-size: 50px;
    font-size: 5rem;
    color: #6d2077;
    top: 5px;
}

.module-promotionalc .promotionalc-custom-margin > p {
    padding-top: 15px;
}

.module-promotionalc .promotionalc-custom-margin {
    bottom: 10px;
}

.module-promotionalc .desciption {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
}

.wf-active .module-promotionalc .desciption:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .desciption:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .desciption:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .desciption:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .desciption:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalc .desciption:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalc .desciption:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalc .desciption:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalc .desciption:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionalc .add20paddingbottom {
    padding-bottom: 0;
}

    .module-promotionalc .add20paddingbottom .btn-cta.promotionalc-btn-cta-primary {
        bottom: 40px;
    }

.module-promotionalc .primary-cta-space, .module-promotionalc .secondary-cta-space {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    right: 10px;
    text-align: right;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-promotionalc .primary-cta-space:lang(zh-CN), .wf-active .module-promotionalc .secondary-cta-space:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .primary-cta-space:lang(zh-TW), .wf-active .module-promotionalc .secondary-cta-space:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .primary-cta-space:lang(ko), .wf-active .module-promotionalc .secondary-cta-space:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionalc .primary-cta-space:lang(ja), .wf-active .module-promotionalc .secondary-cta-space:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionalc .primary-cta-space:lang(zh-CN), .module-promotionalc .secondary-cta-space:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .primary-cta-space:lang(zh-TW), .module-promotionalc .secondary-cta-space:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .primary-cta-space:lang(ko), .module-promotionalc .secondary-cta-space:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .primary-cta-space:lang(ja), .module-promotionalc .secondary-cta-space:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .primary-cta-space:lang(vi), .module-promotionalc .secondary-cta-space:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionalc .secondary-cta-space {
    margin-top: 12px;
}

.module-promotionalc .btn-cta {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.module-promotionald .promotionald-container {
    background-color: #ffffff;
    width: 100%;
}

.module-promotionald .alt-secondary-head {
    color: #f68d2e;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
}

.wf-active .module-promotionald .alt-secondary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-secondary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-secondary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-secondary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .alt-secondary-head:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .alt-secondary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head.tool {
    color: #009a44;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
}

.wf-active .module-promotionald .alt-secondary-head.tool:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-secondary-head.tool:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-secondary-head.tool:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-secondary-head.tool:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .alt-secondary-head.tool:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .alt-secondary-head.tool:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head.tool:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head.tool:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head.tool:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-secondary-head.tool:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-promotionald .alt-tertiary-head {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 8px 0;
    background-size: 100%;
}

.wf-active .module-promotionald .alt-tertiary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-tertiary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-tertiary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .alt-tertiary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .alt-tertiary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .alt-tertiary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .alt-tertiary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .alt-tertiary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .alt-tertiary-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .alt-tertiary-head:hover {
    text-decoration: underline;
}

.module-promotionald .promotionald-description {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
}

.wf-active .module-promotionald .promotionald-description:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .promotionald-description:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .promotionald-description:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .promotionald-description:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .promotionald-description:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionald .promotionald-description:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionald .promotionald-description:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionald .promotionald-description:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionald .promotionald-description:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionald .primary-cta-space {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    right: 10px;
    text-align: right;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-promotionald .primary-cta-space:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .primary-cta-space:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .primary-cta-space:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionald .primary-cta-space:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionald .primary-cta-space:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .primary-cta-space:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .primary-cta-space:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .primary-cta-space:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .primary-cta-space:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionald .btn-cta {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.module-promotionale .promotionald-container {
    position: relative;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

    .module-promotionale .promotionald-container p {
        margin-top: 10px;
    }

.module-promotionale img {
    width: 100%;
    position: relative;
}

.module-promotionale .promotionale-rectangle {
    background-color: #483698;
    top: 0;
    position: absolute;
    width: 54%;
    height: 100%;
}

.module-promotionale .title {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 8px 0;
    position: relative;
    top: 0;
}

.wf-active .module-promotionale .title:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .title:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .title:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .title:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionale .title:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .title:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .title:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .title:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .title:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .promotional-content {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
}

.wf-active .module-promotionale .promotional-content:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .promotional-content:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .promotional-content:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .promotional-content:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionale .promotional-content:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionale .promotional-content:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionale .promotional-content:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionale .promotional-content:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionale .promotional-content:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-promotionale .promo-content {
    position: relative;
}

.module-promotionale .add20paddingbottom {
    padding-bottom: 0;
}

    .module-promotionale .add20paddingbottom .btn-cta.promotionale-btn-cta-primary {
        bottom: 40px;
    }

.module-promotionale .primary-cta-space, .module-promotionale .secondary-cta-space {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    right: 10px;
    text-align: right;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-promotionale .primary-cta-space:lang(zh-CN), .wf-active .module-promotionale .secondary-cta-space:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .primary-cta-space:lang(zh-TW), .wf-active .module-promotionale .secondary-cta-space:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .primary-cta-space:lang(ko), .wf-active .module-promotionale .secondary-cta-space:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-promotionale .primary-cta-space:lang(ja), .wf-active .module-promotionale .secondary-cta-space:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-promotionale .primary-cta-space:lang(zh-CN), .module-promotionale .secondary-cta-space:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .primary-cta-space:lang(zh-TW), .module-promotionale .secondary-cta-space:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .primary-cta-space:lang(ko), .module-promotionale .secondary-cta-space:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .primary-cta-space:lang(ja), .module-promotionale .secondary-cta-space:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .primary-cta-space:lang(vi), .module-promotionale .secondary-cta-space:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-promotionale .secondary-cta-space {
    margin-top: 12px;
}

.module-promotionale .btn-cta {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.module-promotionale .visible-lg-promoE {
    display: none;
}

.module-promotionale .visible-sm-promoE {
    display: block;
}

    .module-promotionale .visible-sm-promoE:hover {
        text-decoration: underline;
    }

.module-promotionale .promotionale-imgcont {
    position: relative;
    margin: 0 0 10px 0;
}

@media (min-width:641px) {
    .module-promotionale .visible-lg-promoE {
        display: block;
    }

    .module-promotionale .visible-sm-promoE {
        display: none;
    }

    .module-promotionale .promo-content {
        min-height: auto;
    }

    .module-promotionale .promotionale-imgcont {
        position: relative;
        float: left;
        width: 100%;
    }

    .module-promotionale img {
        float: right;
        max-width: 237px;
    }

    .module-promotionale .promotionale-rectangle {
        width: 54%;
    }

    .module-promotionale .title {
        color: #ffffff;
        font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1;
        font-weight: normal;
        position: absolute;
        margin: 0 0 10px 0;
        width: 54%;
        padding: 10px;
    }

    .wf-active .module-promotionale .title:lang(zh-CN) {
        font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-promotionale .title:lang(zh-TW) {
        font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-promotionale .title:lang(ko) {
        font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-promotionale .title:lang(ja) {
        font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-promotionale .title:lang(el) {
        font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-promotionale .title:lang(zh-CN) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(zh-TW) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(ko) {
        font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(ja) {
        font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(vi) {
        font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .promotional-content {
        width: 100%;
        float: left;
    }
}

@media (min-width:980px) {
    .module-promotionale .visible-lg-promoE {
        display: block;
    }

    .module-promotionale .visible-sm-promoE {
        display: none;
    }

    .module-promotionale .title {
        color: #ffffff;
        font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1;
        font-weight: normal;
        position: absolute;
        margin: 0 0 10px 0;
        width: 54%;
        padding: 10px;
    }

    .wf-active .module-promotionale .title:lang(zh-CN) {
        font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-promotionale .title:lang(zh-TW) {
        font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-promotionale .title:lang(ko) {
        font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .wf-active .module-promotionale .title:lang(ja) {
        font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-promotionale .title:lang(el) {
        font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .module-promotionale .title:lang(zh-CN) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(zh-TW) {
        font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(ko) {
        font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(ja) {
        font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .title:lang(vi) {
        font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 300;
    }

    .module-promotionale .promo-content {
        min-height: auto;
    }

    .module-promotionale .promotionale-imgcont {
        position: relative;
        float: left;
        width: 100%;
    }

    .module-promotionale img {
        float: right;
        max-width: 237px;
    }

    .module-promotionale .promotionale-rectangle {
        width: 54%;
    }

    .module-promotionale .promotional-content {
        width: 100%;
        float: left;
    }
}

.module-newstool .newstool-container {
    position: relative;
    background-color: #ffffff;
}

.module-newstool .alt-secondary-head {
    padding-left: 2px !important;
}

.module-newstool .alt-tertiary-head {
    margin: 14px 0 11px 0;
    background-size: 100%;
}

.module-newstool .short-desc {
    line-height: 15px;
    line-height: 1.5rem;
}

.module-newstool .svg-header-label-container h3 {
    padding: 1px 10px;
}

.module-newstool .svg-header-label-container {
    min-height: 22px;
    width: 93%;
}

.module-newstool .svg-header-label-container-news svg {
    fill: #f68d2e !important;
}

.module-newstool .svg-header-label-container svg {
    fill: #0091da;
}

.module-newstool span.icon-chevron-right {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.module-newstool .newstool-custom-margin {
    margin: 24px 0 0 0;
    text-align: right;
}

.module-newstool .alt-tertiary-head {
    line-height: 19px;
    line-height: 1.9rem;
}

.module-newstool .tertiary-trapezoid-bg-tool.image-title:before {
    content: "";
    height: 100%;
    left: -7%;
    position: absolute;
    top: 0;
    transform: skew(-16deg, 0deg);
    width: 100%;
}

.module-newstool .tertiary-trapezoid-bg-tool span {
    position: relative;
    z-index: 0;
}

@media (min-width:980px) {
    .module-newstool .tertiary-trapezoid-bg {
        margin-left: 0;
    }
}

.module-socialwidget {
    background: #ffffff;
    padding: 10px;
}

    .module-socialwidget .component-head {
        color: #00338D;
        font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1;
        font-weight: normal;
        margin: 0 0 10px 0;
        background: transparent;
    }

.wf-active .module-socialwidget .component-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-socialwidget .component-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-socialwidget .component-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-socialwidget .component-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-socialwidget .component-head:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-socialwidget .component-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-socialwidget .component-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-socialwidget .component-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-socialwidget .component-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-socialwidget .component-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-socialwidget div.socialwidget-link-container {
    display: inline-block;
    width: 100%;
}

.module-socialwidget .module-socialchannels {
    padding: 0;
}

    .module-socialwidget .module-socialchannels:after {
        content: "";
        display: block;
        z-index: 1;
        height: 3px;
        background: url(/etc/designs/kpmgpublic/images/dots.png) repeat-x 100% 0;
        margin: 20px 0 10px;
    }

    .module-socialwidget .module-socialchannels ul.socialchannel-links {
        display: table;
    }

        .module-socialwidget .module-socialchannels ul.socialchannel-links li {
            display: inline-block;
            float: none;
        }

            .module-socialwidget .module-socialchannels ul.socialchannel-links li:first-child {
                padding-left: 0;
            }

.module-socialwidget #socialiframe {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    border: 0;
    background: none;
}

.module-socialwidget div.socialwidget-feeds-container {
    overflow: hidden;
    height: 525px;
}

    .module-socialwidget div.socialwidget-feeds-container #header {
        background: none repeat scroll 0 0 #179be7 !important;
    }

        .module-socialwidget div.socialwidget-feeds-container #header .widget-title {
            color: #ffffff !important;
            font-weight: 700 !important;
            height: 20px !important;
            line-height: 20px !important;
        }

@media (min-width:980px) {
    .module-socialwidget div.socialwidget-feeds-container {
        height: auto;
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:portrait) {
    .module-tmpl-socialenabled.module-socialwidget .component div.socialwidget-feeds-container iframe {
        height: 341px !important;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:portrait) {
    .module-tmpl-socialenabled.module-socialwidget .component div.socialwidget-feeds-container iframe {
        height: 341px !important;
    }
}

.module-event .event-container {
    position: relative;
    background-color: #ffffff;
}

.module-event .alt-secondary-head {
    line-height: 12px;
    line-height: 1.2rem;
}

.module-event .event-event-date {
    padding-bottom: 15px;
}

.module-event .alt-tertiary-head {
    margin: 14px 0 15px 0;
    background-size: 100%;
    line-height: 18px;
    line-height: 1.8rem;
}

.module-event .short-desc {
    line-height: 15px;
    line-height: 1.5rem;
}

.module-event .svg-header-label-container svg {
    fill: #bc204b;
}

.module-event .svg-header-label-container {
    min-height: 22px;
}

.module-event span.icon-chevron-right {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.module-event .event-custom-margin {
    margin: 24px 0;
}

.module-event .event-event-address {
    color: #bc204b;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: table-cell;
    width: 76.3333%;
    vertical-align: middle;
    height: 80px;
}

.module-event .event-event-calendar {
    display: inline-block;
    width: 23.3333%;
    float: left;
    margin-top: -4px;
}

.module-event .icon-date {
    position: absolute;
    font-size: 44px;
    font-size: 4.4rem;
    color: #bc204b;
}

@media (min-width:980px) {
    .module-event .tertiary-trapezoid-bg {
        margin-left: 0;
    }
}

.module-bodytext {
    padding: 10px 20px;
}

    .module-bodytext .bodytext-data {
        color: #333333;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.3;
        word-wrap: break-word !important;
        word-break: normal !important;
        margin: 7px 0;
    }

.wf-active .module-bodytext .bodytext-data:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext .bodytext-data:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data a {
    color: #005eb8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-bodytext .bodytext-data a:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data a:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data a:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data a:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext .bodytext-data a:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data a:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data a:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data a:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data a:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data a:hover {
    text-decoration: underline;
}

.module-bodytext .bodytext-data p {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
}

.wf-active .module-bodytext .bodytext-data p:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data p:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data p:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .bodytext-data p:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext .bodytext-data p:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data p:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data p:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data p:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .bodytext-data p:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext .primary-head {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 10px 0;
    text-transform: none;
}

.wf-active .module-bodytext .primary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .primary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .primary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .primary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext .primary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-bodytext .primary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-bodytext .primary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-bodytext .primary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-bodytext .primary-head:lang(vi) {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.module-bodytext .bg-white {
    padding-bottom: 0;
}

.module-bodytext .tertiary-head {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 8px 0;
}

.wf-active .module-bodytext .tertiary-head:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .tertiary-head:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .tertiary-head:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext .tertiary-head:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext .tertiary-head:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext .tertiary-head:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext .tertiary-head:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext .tertiary-head:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext .tertiary-head:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.module-bodytext ol, .module-bodytext ul {
    list-style-position: outside;
    margin: 0 0 10px 18px;
    padding: 0;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-bodytext ol:lang(zh-CN), .wf-active .module-bodytext ul:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext ol:lang(zh-TW), .wf-active .module-bodytext ul:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext ol:lang(ko), .wf-active .module-bodytext ul:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext ol:lang(ja), .wf-active .module-bodytext ul:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext ol:lang(zh-CN), .module-bodytext ul:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext ol:lang(zh-TW), .module-bodytext ul:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext ol:lang(ko), .module-bodytext ul:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext ol:lang(ja), .module-bodytext ul:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext ol:lang(vi), .module-bodytext ul:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-bodytext ul li {
    list-style-type: disc;
    margin: 7px 0;
}

    .module-bodytext ul li li {
        list-style: circle;
    }

        .module-bodytext ul li li li, .module-bodytext ul li li li li, .module-bodytext ul li li li li li {
            list-style: square;
        }

.module-bodytext ol li, .module-bodytext ol li li, .module-bodytext ol li li li, .module-bodytext ol li li li li, .module-bodytext ol li li li li li {
    list-style-type: decimal;
}

.module-bodytext ol li {
    margin: 7px 0;
}

.module-bodytext i {
    font-style: italic !important;
}

.module-bodytext b {
    font-weight: bold !important;
}

.module-bodytext table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    border: 1px solid #333333;
    background-color: transparent;
    table-layout: fixed;
    margin: 10px 0 0 0;
}

.module-bodytext thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.module-bodytext tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.module-bodytext table > caption + thead > tr:first-child > th, .module-bodytext table > colgroup + thead > tr:first-child > th, .module-bodytext table > thead:first-child > tr:first-child > th, .module-bodytext table > caption + thead > tr:first-child > td, .module-bodytext table > colgroup + thead > tr:first-child > td, .module-bodytext table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.module-bodytext table > thead > tr > th, .module-bodytext table > thead > tr > td {
    border-bottom-width: 2px;
}

.module-bodytext table > thead > tr > th, .module-bodytext table > tbody > tr > th, .module-bodytext table > tfoot > tr > th, .module-bodytext table > thead > tr > td, .module-bodytext table > tbody > tr > td, .module-bodytext table > tfoot > tr > td {
    border: 1px solid #cccccc;
}

.module-bodytext table > tbody > tr > th {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    line-height: 130%;
    margin: 7px 0;
}

.wf-active .module-bodytext table > tbody > tr > th:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext table > tbody > tr > th:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext table > tbody > tr > th:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext table > tbody > tr > th:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext table > tbody > tr > th:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th a {
    color: #005eb8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    line-height: 130%;
    margin: 7px 0;
}

.wf-active .module-bodytext table > tbody > tr > th a:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext table > tbody > tr > th a:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext table > tbody > tr > th a:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-bodytext table > tbody > tr > th a:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-bodytext table > tbody > tr > th a:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th a:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th a:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th a:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > tbody > tr > th a:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-bodytext table > thead > tr > th::before, .module-bodytext table > tbody > tr > th::before, .module-bodytext table > tfoot > tr > th::before, .module-bodytext table > thead > tr > td::before, .module-bodytext table > tbody > tr > td::before, .module-bodytext table > tfoot > tr > td::before {
    content: '';
    display: block;
}

.module-bodytext table > thead > tr > th::after, .module-bodytext table > tbody > tr > th::after, .module-bodytext table > tfoot > tr > th::after, .module-bodytext table > thead > tr > td::after, .module-bodytext table > tbody > tr > td::after, .module-bodytext table > tfoot > tr > td::after {
    content: '';
    display: block;
}

.module-bodytext table > thead > tr > th, .module-bodytext table > tbody > tr > th, .module-bodytext table > tfoot > tr > th, .module-bodytext table > thead > tr > td, .module-bodytext table > tbody > tr > td, .module-bodytext table > tfoot > tr > td {
    padding: 8px;
    line-height: 130%;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
    border-top: 1px solid #cccccc;
}

.module-bodytext th {
    text-align: left;
}

.module-bodytext tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.module-bodytext a, .module-bodytext a:link, .module-bodytext a:hover, .module-bodytext a:visited {
    color: #005eb8;
}

    .module-bodytext a:hover {
        text-decoration: underline;
    }

.module-bodytext sup {
    top: -0.5em;
}

.module-bodytext sub {
    bottom: -0.25em;
}

.module-bodytext sub, .module-bodytext sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.module-bodytext a:visited {
    color: #005eb8;
}

.module-htmlcontainer {
    padding: 10px;
    background: #ffffff;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.wf-active .module-htmlcontainer:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer h1 {
    color: #00338D;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1;
}

.wf-active .module-htmlcontainer h1:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h1:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h1:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h1:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer h1:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer h1:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h1:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h1:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h1:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h1:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h2 {
    color: #00338D;
    font-family: 'KPMG Light',Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: normal;
}

.wf-active .module-htmlcontainer h2:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h2:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h2:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h2:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer h2:lang(el) {
    font-family: "KPMG Greek Light",Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer h2:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h2:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h2:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h2:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h2:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 300;
}

.module-htmlcontainer h3 {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
}

.wf-active .module-htmlcontainer h3:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h3:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h3:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h3:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer h3:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h3:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h3:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h3:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h3:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h4, .module-htmlcontainer h5, .module-htmlcontainer h6 {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.wf-active .module-htmlcontainer h4:lang(zh-CN), .wf-active .module-htmlcontainer h5:lang(zh-CN), .wf-active .module-htmlcontainer h6:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h4:lang(zh-TW), .wf-active .module-htmlcontainer h5:lang(zh-TW), .wf-active .module-htmlcontainer h6:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h4:lang(ko), .wf-active .module-htmlcontainer h5:lang(ko), .wf-active .module-htmlcontainer h6:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer h4:lang(ja), .wf-active .module-htmlcontainer h5:lang(ja), .wf-active .module-htmlcontainer h6:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer h4:lang(zh-CN), .module-htmlcontainer h5:lang(zh-CN), .module-htmlcontainer h6:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h4:lang(zh-TW), .module-htmlcontainer h5:lang(zh-TW), .module-htmlcontainer h6:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h4:lang(ko), .module-htmlcontainer h5:lang(ko), .module-htmlcontainer h6:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h4:lang(ja), .module-htmlcontainer h5:lang(ja), .module-htmlcontainer h6:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h4:lang(vi), .module-htmlcontainer h5:lang(vi), .module-htmlcontainer h6:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer h1, .module-htmlcontainer h2, .module-htmlcontainer h3, .module-htmlcontainer h4, .module-htmlcontainer h5, .module-htmlcontainer h6 {
    margin: 8px 0;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.module-htmlcontainer p, .module-htmlcontainer div {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
}

.wf-active .module-htmlcontainer p:lang(zh-CN), .wf-active .module-htmlcontainer div:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer p:lang(zh-TW), .wf-active .module-htmlcontainer div:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer p:lang(ko), .wf-active .module-htmlcontainer div:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer p:lang(ja), .wf-active .module-htmlcontainer div:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer p:lang(zh-CN), .module-htmlcontainer div:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer p:lang(zh-TW), .module-htmlcontainer div:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer p:lang(ko), .module-htmlcontainer div:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer p:lang(ja), .module-htmlcontainer div:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer p:lang(vi), .module-htmlcontainer div:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer ol, .module-htmlcontainer ul {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    margin: 7px 0;
    list-style-position: outside;
}

.wf-active .module-htmlcontainer ol:lang(zh-CN), .wf-active .module-htmlcontainer ul:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer ol:lang(zh-TW), .wf-active .module-htmlcontainer ul:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer ol:lang(ko), .wf-active .module-htmlcontainer ul:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer ol:lang(ja), .wf-active .module-htmlcontainer ul:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer ol:lang(zh-CN), .module-htmlcontainer ul:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer ol:lang(zh-TW), .module-htmlcontainer ul:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer ol:lang(ko), .module-htmlcontainer ul:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer ol:lang(ja), .module-htmlcontainer ul:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer ol:lang(vi), .module-htmlcontainer ul:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer ul li {
    list-style-type: disc;
}

    .module-htmlcontainer ul li li {
        list-style: circle;
    }

        .module-htmlcontainer ul li li li, .module-htmlcontainer ul li li li li, .module-htmlcontainer ul li li li li li {
            list-style: square;
        }

.module-htmlcontainer ol li, .module-htmlcontainer ol li li, .module-htmlcontainer ol li li li, .module-htmlcontainer ol li li li li, .module-htmlcontainer ol li li li li li {
    list-style-type: decimal;
}

.module-htmlcontainer a, .module-htmlcontainer a:link, .module-htmlcontainer a:hover, .module-htmlcontainer a:visited {
    color: #005eb8;
}

    .module-htmlcontainer a:hover {
        text-decoration: underline;
    }

.module-htmlcontainer i {
    font-style: italic !important;
}

.module-htmlcontainer b {
    font-weight: bold !important;
}

.module-htmlcontainer table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    border: 1px solid #333333;
    background-color: transparent;
    table-layout: fixed;
    margin: 10px 0 0 0;
}

.module-htmlcontainer thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.module-htmlcontainer tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.module-htmlcontainer table > caption + thead > tr:first-child > th, .module-htmlcontainer table > colgroup + thead > tr:first-child > th, .module-htmlcontainer table > thead:first-child > tr:first-child > th, .module-htmlcontainer table > caption + thead > tr:first-child > td, .module-htmlcontainer table > colgroup + thead > tr:first-child > td, .module-htmlcontainer table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.module-htmlcontainer table > thead > tr > th, .module-htmlcontainer table > thead > tr > td {
    border-bottom-width: 2px;
}

.module-htmlcontainer table > thead > tr > th, .module-htmlcontainer table > tbody > tr > th, .module-htmlcontainer table > tfoot > tr > th, .module-htmlcontainer table > thead > tr > td, .module-htmlcontainer table > tbody > tr > td, .module-htmlcontainer table > tfoot > tr > td {
    border: 1px solid #333333;
}

.module-htmlcontainer table > tbody > tr > th {
    color: #00338D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 7px 0;
}

.wf-active .module-htmlcontainer table > tbody > tr > th:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > tbody > tr > th:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > tbody > tr > th:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > tbody > tr > th:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer table > tbody > tr > th:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th a {
    color: #005eb8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 7px 0;
}

.wf-active .module-htmlcontainer table > tbody > tr > th a:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > tbody > tr > th a:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > tbody > tr > th a:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > tbody > tr > th a:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer table > tbody > tr > th a:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th a:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th a:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th a:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > tbody > tr > th a:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

.module-htmlcontainer table > thead > tr > th::before, .module-htmlcontainer table > tbody > tr > th::before, .module-htmlcontainer table > tfoot > tr > th::before, .module-htmlcontainer table > thead > tr > td::before, .module-htmlcontainer table > tbody > tr > td::before, .module-htmlcontainer table > tfoot > tr > td::before {
    content: '';
    display: block;
    margin-top: 7px;
}

.module-htmlcontainer table > thead > tr > th::after, .module-htmlcontainer table > tbody > tr > th::after, .module-htmlcontainer table > tfoot > tr > th::after, .module-htmlcontainer table > thead > tr > td::after, .module-htmlcontainer table > tbody > tr > td::after, .module-htmlcontainer table > tfoot > tr > td::after {
    content: '';
    display: block;
    margin-bottom: 7px;
}

.module-htmlcontainer table > thead > tr > th, .module-htmlcontainer table > tbody > tr > th, .module-htmlcontainer table > tfoot > tr > th, .module-htmlcontainer table > thead > tr > td, .module-htmlcontainer table > tbody > tr > td, .module-htmlcontainer table > tfoot > tr > td {
    padding: 8px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    word-wrap: break-word !important;
    word-break: normal !important;
    vertical-align: top;
    border-top: 1px solid #333333;
}

.wf-active .module-htmlcontainer table > thead > tr > th:lang(zh-CN), .wf-active .module-htmlcontainer table > tbody > tr > th:lang(zh-CN), .wf-active .module-htmlcontainer table > tfoot > tr > th:lang(zh-CN), .wf-active .module-htmlcontainer table > thead > tr > td:lang(zh-CN), .wf-active .module-htmlcontainer table > tbody > tr > td:lang(zh-CN), .wf-active .module-htmlcontainer table > tfoot > tr > td:lang(zh-CN) {
    font-family: "Noto Sans SC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > thead > tr > th:lang(zh-TW), .wf-active .module-htmlcontainer table > tbody > tr > th:lang(zh-TW), .wf-active .module-htmlcontainer table > tfoot > tr > th:lang(zh-TW), .wf-active .module-htmlcontainer table > thead > tr > td:lang(zh-TW), .wf-active .module-htmlcontainer table > tbody > tr > td:lang(zh-TW), .wf-active .module-htmlcontainer table > tfoot > tr > td:lang(zh-TW) {
    font-family: "Noto Sans TC","微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > thead > tr > th:lang(ko), .wf-active .module-htmlcontainer table > tbody > tr > th:lang(ko), .wf-active .module-htmlcontainer table > tfoot > tr > th:lang(ko), .wf-active .module-htmlcontainer table > thead > tr > td:lang(ko), .wf-active .module-htmlcontainer table > tbody > tr > td:lang(ko), .wf-active .module-htmlcontainer table > tfoot > tr > td:lang(ko) {
    font-family: "Noto Sans KR","맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.wf-active .module-htmlcontainer table > thead > tr > th:lang(ja), .wf-active .module-htmlcontainer table > tbody > tr > th:lang(ja), .wf-active .module-htmlcontainer table > tfoot > tr > th:lang(ja), .wf-active .module-htmlcontainer table > thead > tr > td:lang(ja), .wf-active .module-htmlcontainer table > tbody > tr > td:lang(ja), .wf-active .module-htmlcontainer table > tfoot > tr > td:lang(ja) {
    font-family: "Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
}

.module-htmlcontainer table > thead > tr > th:lang(zh-CN), .module-htmlcontainer table > tbody > tr > th:lang(zh-CN), .module-htmlcontainer table > tfoot > tr > th:lang(zh-CN), .module-htmlcontainer table > thead > tr > td:lang(zh-CN), .module-htmlcontainer table > tbody > tr > td:lang(zh-CN), .module-htmlcontainer table > tfoot > tr > td:lang(zh-CN) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer table > thead > tr > th:lang(zh-TW), .module-htmlcontainer table > tbody > tr > th:lang(zh-TW), .module-htmlcontainer table > tfoot > tr > th:lang(zh-TW), .module-htmlcontainer table > thead > tr > td:lang(zh-TW), .module-htmlcontainer table > tbody > tr > td:lang(zh-TW), .module-htmlcontainer table > tfoot > tr > td:lang(zh-TW) {
    font-family: "微软雅黑体","Microsoft YaHei New","微软雅黑","Microsoft Yahei","冬青黑体","Hiragino Sans GB","黑体","SimHei","华文细黑","STXihei",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer table > thead > tr > th:lang(ko), .module-htmlcontainer table > tbody > tr > th:lang(ko), .module-htmlcontainer table > tfoot > tr > th:lang(ko), .module-htmlcontainer table > thead > tr > td:lang(ko), .module-htmlcontainer table > tbody > tr > td:lang(ko), .module-htmlcontainer table > tfoot > tr > td:lang(ko) {
    font-family: "맑은 고딕","Malgun Gothic",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer table > thead > tr > th:lang(ja), .module-htmlcontainer table > tbody > tr > th:lang(ja), .module-htmlcontainer table > tfoot > tr > th:lang(ja), .module-htmlcontainer table > thead > tr > td:lang(ja), .module-htmlcontainer table > tbody > tr > td:lang(ja), .module-htmlcontainer table > tfoot > tr > td:lang(ja) {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer table > thead > tr > th:lang(vi), .module-htmlcontainer table > tbody > tr > th:lang(vi), .module-htmlcontainer table > tfoot > tr > th:lang(vi), .module-htmlcontainer table > thead > tr > td:lang(vi), .module-htmlcontainer table > tbody > tr > td:lang(vi), .module-htmlcontainer table > tfoot > tr > td:lang(vi) {
    font-family: "Noto Sans VI","Noto Sans VI",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.module-htmlcontainer th {
    text-align: left;
}

.module-htmlcontainer tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.module-htmlcontainer sup {
    top: -0.5em;
}

.module-htmlcontainer sub {
    bottom: -0.25em;
}

.module-htmlcontainer sub, .module-htmlcontainer sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.module-tmpl-home .filmstrip-carousel {
    background-color: #f0f0f0;
    padding: 10px 2.4%;
}

.module-tmpl-home .parsys-row {
    border-bottom: 0 none;
}

.module-tmpl-home .module-herocarousel.component.self-contained {
    padding-bottom: 0;
}

.template .page-home .container {
    margin-top: 0;
}

@media (min-width:320px) and (max-width:640px) {
    .page-home .module-herocarousel {
        margin-top: 67px;
    }

    .template .container {
        padding-top: 0;
    }
}

@media (min-width:640px) {
    .template .container {
        padding-top: 0;
    }
}
