﻿section.cta {
    margin-bottom: 30.75px;
}

section.two-col {
    margin-bottom: 37px;
}
.news-item .news-title{
        margin-top:20px;
    }

    .news-item .thumbnail{
        margin-bottom:0px;
    }

    .news-item > a .thumbnail{
        outline: none;
        outline-offset: 0px;
    }

    .news-item > a:hover .thumbnail{
        outline: none;
    }

    .news-item > a:hover .thumbnail{
        transform: scale(1.2);
    }

    .news-item > a .thumbnail{
        transition:all .5s;
    }

    .thumbnail::before{
        position: absolute;
        top: 0;
        left: 0;
    }

    .news-item > a:hover .thumbnail:before{
        display:block;
    }


    .thumbnail-wrapper{
        overflow:hidden;
    }

section.video-kv .bg {
    background-color: #FFFFFF;
}

@@media (min-width: 1921px) {
    section .video-kv .bg {
        background-color: #FFFFFF;
    }
}

/*.kv.video-kv .swiper-container .swiper-wrapper .swiper-slide .content .link-btn-group .btn.link {
    border:none;

}*/

/*.kv.video-kv .swiper-container .swiper-wrapper .swiper-slide .content .link-btn-group .btn.link:hover {
    background-color : inherit;
    color:inherit;
}*/

/*.kv.video-kv .swiper-container .swiper-wrapper .swiper-slide .content .link-btn-group .btn.link {
    margin-top: 0px;
}*/

/*@media(max-width: 991px) {
    .kv.video-kv .swiper-container .swiper-wrapper .swiper-slide .content .link-btn-group .btn.link {
        width: 100%;
    }
}
*/


.kv.video-kv .swiper-container .swiper-wrapper .swiper-slide .content .link-btn-group .btn.btn-filled:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .kv.video-kv .swiper-container .swiper-wrapper .swiper-slide .content .link-btn-group .btn.btn-filled:not(:last-child) {
        margin-right: 0px;
    }
}




/*(11/08/2022) Floating button */

section.notice {
    position: relative;
}

    section.notice .floating-btn {
        background-color: #4555A5;
        border-radius: 28.5px;
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        padding: 21px 20px;
    }

@media (max-width: 991px) {
    section.notice .floating-btn {
        right: 20px;
        max-width: calc(100% - 40px);
        bottom: 20px;
        padding: 14px 20px;
    }
}

section.notice .floating-btn .btn-notice {
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
}

@media (max-width: 991px) {
    section.notice .floating-btn .btn-notice {
        font-size: 16px;
    }
}

section.notice .floating-btn .btn-notice > span {
    display: flex;
    align-items: center;
}

    section.notice .floating-btn .btn-notice > span:after {
        content: "";
        display: inline-block;
        width: 23px;
        height: 23px;
        background-image: url("../assets/img/icon/important.svg");
        background-size: 23px 23px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: 20px;
    }

section.notice .floating-btn .popbox {
    display: none;
    width: 350px;
    padding: 4px 0 14px;
}

@media (max-width: 991px) {
    section.notice .floating-btn .popbox {
        width: auto;
    }
}

section.notice .floating-btn .popbox .head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

    section.notice .floating-btn .popbox .head .popbox-close:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("../assets/img/icon/close.svg");
        background-size: 16px 16px;
        background-position: center center;
        background-repeat: no-repeat;
    }

section.notice .floating-btn .popbox .notice-item {
    padding-top: 20px;
}

    section.notice .floating-btn .popbox .notice-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 20px;
    }

    section.notice .floating-btn .popbox .notice-item .title {
        font-family: "Oscine", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    section.notice .floating-btn .popbox .notice-item > p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 19px;
    }

        section.notice .floating-btn .popbox .notice-item > p a {
            color: #FFFFFF;
        }

html[lang="zh-Hans"] section.notice .floating-btn .btn-notice {
    font-family: "Noto Sans SC", sans-serif;
}

html[lang="zh-Hans"] section.notice .floating-btn .popbox .head {
    font-family: "Noto Sans SC", sans-serif;
}

html[lang="zh-Hans"] section.notice .floating-btn .popbox .notice-item .title {
    font-family: "Noto Sans SC", sans-serif;
}

html[lang="zh-Hant"] section.notice .floating-btn .btn-notice {
    font-family: "Noto Sans TC", sans-serif;
}

html[lang="zh-Hant"] section.notice .floating-btn .popbox .head {
    font-family: "Noto Sans TC", sans-serif;
}

html[lang="zh-Hant"] section.notice .floating-btn .popbox .notice-item .title {
    font-family: "Noto Sans TC", sans-serif;
}


.whats-new .container .details .no-item-found {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.btn-unmute {
    content: "";
    display: block;
    background-image: url(/assets/img/icon/unmute.svg);
    background-size: 22px 22px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    z-index: 1;
    position: relative;
    margin-left: 19px;
}


.btn-mute {
    content: "";
    display: block;
    background-image: url(/assets/img/icon/mute.svg);
    background-size: 22px 22px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 13px;
    z-index: 1;
    position: relative;
    margin-left: 19px;
}