﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700|Roboto:300,400&display=swap");

*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
    -o-transition: background-color 0.2s linear, border-color 0.1s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
    transition: background-color 0.2s linear, border-color 0.1s linear
}

[lang="zh-Hans-TW"] body,
[lang="zh-Hans-TW"] * {
    font-family: Arial, sans-serif;
    font-weight: 400
}

@media (min-width: 1200px) {
    .border-xl {
        border: 1px solid #dee2e6 !important
    }

    .border-xl-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xl-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xl-0 {
        border: none !important
    }
}

@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border: none !important
    }

    .border-lg-bottom-0 {
        border-bottom: none !important
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-lg-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }
}

@media (max-width: 992px) {
    .border-md {
        border: 1px solid #dee2e6 !important
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-md-0 {
        border: none !important
    }
}

@media (max-width: 575px) {
    .border-sm {
        border: 1px solid #dee2e6 !important
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-sm-0 {
        border: none !important
    }
}

.rounded-xxl {
    border-radius: 1.8rem !important
}

.border-dashed-t {
    border-top-width: 1px;
    border-top-style: dashed
}

.border-dashed-r {
    border-right-width: 1px;
    border-right-style: dashed
}

.border-color-g {
    border-color: #dee2e6
}

.border-color-w {
    border-color: #fff !important
}

.rounded-20 {
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.rounded-10 {
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.line-hight-fit {
    line-height: 1 !important
}

.lh-h1 {
    line-height: 38px
}

.lh-h2 {
    line-height: 34px
}

.lh-h3 {
    line-height: 32px
}

.lh-h4 {
    line-height: 30px
}

.lh-h5 {
    line-height: 24px
}

.lh-h6 {
    line-height: 24px
}

.lh-p {
    line-height: 21px
}

.lh-p-sm {
    line-height: 21px
}

.lh-note {
    line-height: 20px
}

.lh-base {
    line-height: 1.1
}

.shadow-0 {
    box-shadow: none !important
}

.shadow-1 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-2 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-3 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-4 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-6 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-8 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-9 {
    box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-12 {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2) !important
}

.shadow-16 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important
}

.shadow-24 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2) !important
}

.shadow-hover-effect-1 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

.shadow-hover-effect-2 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-2:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

@media (min-width: 991px) {
    .shadow-lg-0 {
        box-shadow: none !important
    }

    .shadow-lg-block {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }
}

.basic-control .control {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.basic-control .control * {
    pointer-events: auto;
    color: #fff
}

.control--theme {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.control--theme * {
    pointer-events: auto;
    color: #fff
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-contain {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-user-word {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    line-height: 1
}

img.lazy-image {
    opacity: 0.1;
    will-change: opacity;
    transition: all 0.3s;
    background-color: #333
}

img.lazy-image.loaded {
    opacity: 1
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-4-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-2-3 {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.img-6-5.bg-contain,
.img-4-3.bg-contain,
.img-3-2.bg-contain,
.img-3-1.bg-contain,
.img-4-1.bg-contain,
.img-1-1.bg-contain,
.img-1-2.bg-contain,
.img-2-1.bg-contain,
.img-2-3.bg-contain {
    background-size: contain
}

.img-6-5:before,
.img-4-3:before,
.img-3-2:before,
.img-3-1:before,
.img-4-1:before,
.img-1-1:before,
.img-1-2:before,
.img-2-1:before,
.img-2-3:before {
    display: block;
    pointer-events: none;
    content: ""
}

.img-6-5:before {
    padding-top: 80%
}

.img-4-3:before {
    padding-top: 70%
}

.img-3-2:before {
    padding-top: 66.6666667%
}

.img-3-1:before {
    padding-top: 33.3333333%
}

.img-4-1:before {
    padding-top: 25%
}

.img-1-2:before {
    padding-top: 120%
}

.img-1-1:before {
    padding-top: 100%
}

.img-2-1:before {
    padding-top: 50%
}

.img-2-3:before {
    padding-top: 150%
}

#preview {
    position: absolute;
    border: 1px solid #979797;
    background: #979797;
    padding: 1px;
    display: none;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px
}

#preview img {
    width: 100%
}

.--img-card .img-wrap {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.--img-card .img-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.--img-card .img-wrap:after,
.--img-card .img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.--img-card .img-wrap:after {
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    opacity: .5
}

.--img-card .img-wrap:before {
    background: -moz-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: -webkit-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: linear-gradient(to bottom, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    opacity: 0
}

.--img-card:hover {
    text-decoration: none
}

.--img-card:hover .img-wrap {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4)
}

.--img-card:hover .img-wrap:after {
    opacity: 0
}

.--img-card:hover .img-wrap:before {
    opacity: 1
}

.--img-card:hover .img-wrap img {
    width: 120%;
    height: 120%;
    transition-delay: .2s
}

.--type .type {
    list-style: none;
    padding: .5rem 0;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: .6
}

.--type .type li {
    text-transform: uppercase;
    color: #666;
    font-size: 1.4rem;
    padding: 0 1rem
}

.--type .type li+li {
    border-left: 1px solid #666
}

@media (min-width: 768px) {
    .bg-md-white {
        background-color: #fff !important
    }
}

@media (min-width: 992px) {
    .bg-lg-light {
        background-color: #f7f7f7 !important
    }

    .bg-lg-white {
        background-color: #fff !important
    }

    .bg-lg-transparent {
        background-color: transparent !important
    }

    .bg-lg-misty-grey {
        background-color: #ebebeb !important
    }
}

@media (min-width: 1200px) {
    .bg-xl-light {
        background-color: #f7f7f7 !important
    }

    .bg-xl-transparent {
        background-color: transparent !important
    }
}

@media (max-width: 992px) {
    .alert-xs-transparent {
        background-color: transparent !important
    }
}

.bg-none {
    background: none
}

.bg-misty-grey {
    background-color: #ebebeb
}

.bg-FB {
    background-color: #3b5998
}

.bg-line {
    background-color: #00c200
}

.bg-twitter {
    background-color: #76a9ea
}

.bg-gray {
    background-color: #9b9b9b
}

.bg-sea {
    background-color: #DBECFF
}

.bg-black {
    background-color: #000
}

.bg-shadow-black {
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-lt-gray {
    background-color: #e0e0e0
}

.point-gradient-bg {
    background: -webkit-linear-gradient(#ffb116, #fa8900);
    background: -moz-linear-gradient(#ffb116, #fa8900);
    background: -ms-linear-gradient(#ffb116, #fa8900);
    background: -o-linear-gradient(#ffb116, #fa8900);
    background: linear-gradient(#ffb116, #fa8900);
    -pie-background: linear-gradient(#ffb116, #fa8900)
}

.bg-gradient-success {
    background-image: linear-gradient(to bottom, #83d888, #2db032)
}

.bg-gradient-primary {
    background-image: linear-gradient(to bottom, #a6c8ff, #5392f9)
}

.bg-gradient-notice {
    background-image: linear-gradient(to bottom, #ffdca2, #f5a623)
}

.bg-gradient-danger {
    background-image: linear-gradient(to bottom, #ffc6c4, #db5c58)
}

.scrollBar-theme {
    overflow-y: auto
}

.scrollBar-theme::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0)
}

.scrollBar-theme::-webkit-scrollbar-track {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.scrollBar-theme::-webkit-scrollbar-thumb {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(85, 85, 85, 0.6)
}

.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(85, 85, 85, 0.6)
}

.event-card-scroll_mobile {
    position: relative;
    padding: 0 0 1rem
}

@media (min-width: 768px) {

    .event-card-scroll_mobile .card,
    .event-card-scroll_mobile .card .card-body {
        height: 100%
    }
}

@media (max-width: 767px) {
    .event-card-scroll_mobile {
        height: 250px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets,
    .event-card-scroll_mobile .swiper-pagination-custom,
    .event-card-scroll_mobile .swiper-pagination-fraction {
        top: 210px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }

    .event-card-scroll_mobile .swiper-slide {
        width: auto
    }

    .event-card-scroll_mobile .card {
        width: 300px
    }

    .event-card-scroll_mobile .card h5 {
        font-size: 1.6rem !important
    }

    .event-card-scroll_mobile .card p {
        display: none
    }

    .event-card-scroll_mobile .row {
        flex-wrap: nowrap
    }
}

.prohibit-minors-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0E3368;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.prohibit-minors-bar.hide {
    opacity: 0;
    pointer-events: none
}

.prohibit-minors-bar strong {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 2rem;
    padding: 1.5rem
}

.card-event {
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%
}

.card-event:hover {
    text-decoration: none;
    opacity: 1 !important
}

.card-event:hover .card-img-top:after {
    opacity: 1
}

.card-event:hover .card-img-top .dots .dot {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.card-event:hover .card-img-top .dots .dot:nth-child(1) {
    transition-delay: .1s
}

.card-event:hover .card-img-top .dots .dot:nth-child(2) {
    transition-delay: .2s
}

.card-event:hover .card-img-top .dots .dot:nth-child(3) {
    transition-delay: .3s
}

.card-event .card-img-top {
    position: relative
}

.card-event .card-img-top .dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.card-event .card-img-top .dots .dot {
    width: 10px;
    height: 10px;
    display: block;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem;
    background-color: #fff;
    flex: 0 0 auto;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.card-event .card-img-top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.card-event .title-head {
    background-color: #fff;
    text-align: center;
    padding: 1rem 2rem;
    -ms-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    width: 80%;
    height: 70px;
    margin: -50px auto 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 10
}

.card-event .title-head * {
    -ms-flex: 0 1 auto
}

.card-event .title-head .card-title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #0E3368;
    margin-bottom: 0
}

.card-event .title-head .date {
    color: #a7a7a7;
    font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.card-event .card-text {
    color: #a7a7a7;
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 2rem
}

.card-video {
    border: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    height: 100%
}

.card-video .card-img-top {
    position: relative
}

.card-video .card-img-top:after,
.card-video .card-img-top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.card-video .card-img-top:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1
}

.card-video .card-img-top:after {
    content: "";
    font-family: cec;
    opacity: 0;
    font-size: 6rem;
    color: #fff;
    z-index: 2
}

.card-video .card-title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #0970E6;
    margin-bottom: 0
}

.card-video:hover {
    text-decoration: none;
    background-color: #0970E6
}

.card-video:hover .card-img-top:before {
    opacity: 1
}

.card-video:hover .card-img-top:after {
    opacity: .7
}

.card-video:hover .card-title {
    color: #fff
}

.news-inpage p {
    font-size: 1.8rem;
    line-height: 30px;
    color: #666
}

.news-inpage h1,
.news-inpage .h1,
.news-inpage h2,
.news-inpage .h2,
.news-inpage h3,
.news-inpage .h3,
.news-inpage h4,
.news-inpage .h4,
.news-inpage h5,
.news-inpage .h5,
.news-inpage h6,
.news-inpage .h6,
.news-inpage p {
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 1.5rem
}

.news-inpage .wp-block-group {
    padding: 4rem 0
}

.news-inpage .wp-block-media-text {
    width: 100%
}

@media (max-width: 767px) {
    .news-inpage .wp-block-media-text {
        display: block
    }
}

.news-inpage .normal-layout .card-title,
.news-inpage .fluid-layout .card-title,
.news-inpage .news-layout-1 .card-title {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-weight: 500
}

.news-inpage .normal-layout .sub-title,
.news-inpage .fluid-layout .sub-title,
.news-inpage .news-layout-1 .sub-title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.4
}

.news-inpage .normal-layout .card-text,
.news-inpage .fluid-layout .card-text,
.news-inpage .news-layout-1 .card-text {
    font-size: 1.8rem;
    font-weight: 300
}

.news-inpage .normal-layout {
    position: relative;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.news-inpage .fluid-layout,
.news-inpage .news-layout-1 {
    position: relative;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.news-inpage .fluid-layout .card-body,
.news-inpage .news-layout-1 .card-body {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 30, 71, 0.15);
    -ms-box-shadow: 0 0 35px 0 rgba(0, 30, 71, 0.15);
    box-shadow: 0 0 35px 0 rgba(0, 30, 71, 0.15);
    background-color: #fff;
    text-align: center;
    -ms-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: 2rem;
    overflow: hidden;
    position: relative
}

.news-inpage .fluid-layout .card-body .bg-tag,
.news-inpage .news-layout-1 .card-body .bg-tag {
    display: inline-block;
    position: absolute;
    top: -5%;
    left: -5%;
    font-size: 20rem;
    line-height: 20rem;
    font-style: italic;
    color: rgba(0, 0, 0, 0.05)
}

.news-inpage .fluid-layout .card-body .card-title,
.news-inpage .news-layout-1 .card-body .card-title {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-weight: 500
}

.news-inpage .fluid-layout .card-body .sub-title,
.news-inpage .news-layout-1 .card-body .sub-title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.4
}

.news-inpage .fluid-layout .card-body .card-text,
.news-inpage .news-layout-1 .card-body .card-text {
    font-size: 1.8rem;
    font-weight: 300
}

.news-inpage .fluid-layout img {
    position: relative;
    z-index: 5
}

.news-inpage .fluid-layout .card-body {
    position: relative;
    z-index: 10;
    width: 90%;
    margin: -2rem auto 0
}

.news-inpage .news-layout-1 .layout-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-inpage .news-layout-1 .layout-wrap .img-wrap {
    width: 60%;
    position: relative;
    z-index: 5
}

.news-inpage .news-layout-1 .layout-wrap .img-wrap+.info-wrap {
    margin-left: -1rem
}

.news-inpage .news-layout-1 .layout-wrap .info-wrap {
    padding-top: 3rem;
    margin-right: -1rem;
    width: 40%;
    position: relative;
    z-index: 10
}

.news-inpage .news-layout-1 .layout-wrap .info-wrap .card-body {
    position: relative;
    z-index: 10;
    padding: 3rem 4rem
}

@media (max-width: 992px) {

    .news-inpage .news-layout-1 .layout-wrap .img-wrap,
    .news-inpage .news-layout-1 .layout-wrap .info-wrap {
        width: 100%;
        flex: 0 0 auto;
        margin: 0 !important
    }

    .news-inpage .news-layout-1 .layout-wrap .info-wrap {
        padding-top: 0
    }
}

/*# sourceMappingURL=news.css.map */