@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;600;800&display=swap');
/*font-family: 'Be Vietnam Pro', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans TC', sans-serif; */

* {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Be Vietnam Pro', 'Noto Sans TC', sans-serif;
}

section {
    position: relative;
}

h1, h2, h3, h4, h5, p, ul, ol, img {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
}

ul, ol {
    list-style: none;
}

ul li, ol li {
    list-style: none;
}

a, a>span {
    color: inherit;
    transition: all .3s;
}

a:focus, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

::selection {
    color: #fff;
    background-color: #623490;
}

.sp-only {
    display: none !important;
}

.cover.bg-cover {
    display: block;
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.bg-cover.cover-rectangle {
    padding-bottom: 64%;
}

.bg-cover.cover-square {
    padding-bottom: 100%;
}

.bg-cover.cover-rectangle-cloumn {
    padding-bottom: 150% !important;
}

.x-bg {
    background-color: #623490 !important;
    color: #fff;
}

.x-bg-light, .x-bg-heavy {
    position: relative;
}

.x-bg-light>*, .x-bg-heavy>* {
    position: relative;
    z-index: 3;
}

.x-bg-light::before, .x-bg-heavy::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.x-bg-light::before {
    background-color: rgba(255, 255, 255, 0.2);
}

.x-bg-heavy::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.x-bg-img {
    background-image: url(../images/bg/bg-illust.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-side {
    background-image: url(../images/bg/side_lt.png), url(../images/bg/white_wall.jpg);
    background-repeat: no-repeat;
    background-position: top left, center;
    background-size: 45%, cover;
}

.x-bg-img-fixed {

    background-attachment: fixed;
}

.x-btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.x-btn {
    display: block;
    min-width: 240px;
    text-align: center;
    position: relative;
}

a.x-btn:after {
    width: 0%;
    height: 15px;
    content: "";
    border-bottom: 1px solid #3d1762;
    position: absolute;
    bottom: -15px;
    right: 0px;
    left: inherit;
    transition: all .3s;
}

a.x-btn:hover:after {
    width: 100%;
    left: 0px;
    right: inherit;
}

.x-btn-more>a.x-btn>span {
    color: #3d1762;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
}

.x-btn-more>a.x-btn.x-btn-fill:after {
    border-bottom: 1px solid #fff;

}


.x-title {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

.x-title h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 48px;
    font-weight: 100;
}

.x-title h2+p {
    font-size: 15px;
    font-weight: 100;
    max-width: 576px;
    margin: 0 auto;
}

.x-title h2+p span {
    font-weight: 400;
    margin: 0 4px;
}

.divimage:after {
    background-color: rgb(149 43 187 / 40%)
}

.bread {
    padding: 5px 0 8px 0;
}

.bread ol.site-page {
    font-size: 12px;
}

.bread ol.site-page li:not(.active) {
    position: relative;
    display: inline;
}

.bread ol.site-page li:not(.active):after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #94a9d1;
    margin-left: 5px;
    margin-right: 5px;
}

.bread ol.site-page li.active {
    display: block;
}

.bread ol.site-page li.active>h1,
.bread ol.site-page li.active>h1 span {
    font-size: 42px;
    line-height: 40px;
    font-weight: 200;
}

.bread ol.site-page li a span {
    font-size: 13px;
    font-weight: 200;
}

.pg_title {
    padding: 100px 15px;
    position: relative;
}

.pg_title .x-title {
    margin-bottom: 0;
}

.pg_title.pg_title_xs {
    padding: 70px 15px 0px;
}

.pg_title.pg_title_xs .bread ol.site-page li.active {
    display: inline-block;
}

.pg_title.pg_title_xs .bread ol.site-page li.active>p {
    font-size: 13px;
    line-height: 19px;
}

@media (min-width:1200px) {
    .container-lg {
        max-width: 1380px;
    }

    .container-sm {
        max-width: 960px;
    }

    .x-title h2 {
        font-size: 3rem;
        font-weight: 600;
    }
}

@media (max-width:1379px) {
    .container.container-over {
        max-width: 100vw;
    }
}

@media (max-width:991px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }
}

@media (max-width:767px) {
    .pg_title {
        padding: 70px 15px 50px 15px;
    }

    .bread ol.site-page li.active>h1 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 4px;
        margin-top: 5px;
    }

    .bread ol.site-page li a span {
        font-size: 12px;
    }

    .bread ol.site-page li.active>h1 {
        letter-spacing: 2px;
    }
}

.cht-only {
    display: none;
}

body:not(.en) .en-only {
    display: none;
}

body:not(.en) .cht-only {
    display: block;
}

.stitle.type2 p {
    font-size: 1.4rem
}

@media (min-width:992px) {
    body.en .stitle.type2 p {
        max-width: 560px;
        text-align: justify;
        line-height: 1.8rem;
    }

    body.en .photo ul.items li {
        font-size: 1.2rem;
    }
}

/*-----------------------------
            Header Resting
-----------------------------*/

a.navbar-brand-header {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 502;
    opacity: 0;
    transition: all .5s;
}

a.navbar-brand-header>img {
    max-height: 40px;
}

.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed a.navbar-brand-header {
    opacity: 1;
}

.u-header__section {
    display: flex;
    flex-direction: row-reverse;
}

.navbar {
    margin-right: inherit !important;
    margin-left: auto !important;
    min-width: inherit !important;
    flex: 0 0 280px !important;
    max-width: calc(100% - 60px) !important;
    transition: all .3s;
    padding-left: 50px;
    position: relative;
    z-index: 3;
}

.u-header .navbar:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
    background: url(../images/bg/bg-illust.png) no-repeat center;
    background-size: cover;
    opacity: 0;
}

.navbar_bg {
    min-height: 100%;
    flex: 1 1 calc(100% - 280px);
    display: flex;
    align-items: flex-end;
    padding: 50px;
    opacity: 0;
    transition: all .3s;
}

.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .navbar_bg {
    opacity: 1;
}

.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .navbar:before {
    opacity: 1;
    transition: all 2s 1s;
}

#navBar .parent {
    height: 100vh;
    width: 100%;
}

.u-header.u-header--fullscreen--top-right .u-header__overlay {
    transform: inherit;
    right: -200vw;
    border-radius: 0;
    background-color: #222;
    background-repeat: repeat;
    background-position: top right;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0.1, 0.54, 0.99);
    -o-transition-timing-function: cubic-bezier(0.8, 0.1, 0.54, 0.99);
    transition-timing-function: cubic-bezier(0.8, 0.1, 0.54, 0.99);
}

.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__overlay {
    transform: inherit;
    right: 0px;
    width: 100% !important;
}

#navBar {
    width: 100%;
}

#navBar .parent ul.navbar-nav {
    width: 100%;
    margin-top: auto;
}

#navBar .parent ul.navbar-nav li.nav-item:not(:last-child) {
    margin-bottom: 30px;
}

#navBar .parent ul.navbar-nav li.nav-item a.nav-link {
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    color: #fff;
    transition: all .3s;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 24px;
    padding: 0;
}

#navBar .parent ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ccc;
}

#navBar .parent ul.navbar-nav li.nav-item a.nav-link span {
    display: block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    color: rgb(255 255 255 / .6);
    margin-left: 2px;
}

[class*="u-header--fullscreen"] .u-header__sections-container {
    margin-right: -500px;
}

@keyframes pulleft {
    0% {
        margin-right: -500px;
    }

    50% {
        margin-right: 50px;
    }

    75% {
        margin-right: -50px;
    }

    100% {
        margin-right: 0px;
    }
}

.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__sections-container {
    margin-right: 0px;
    transition: all;
    animation: pulleft 1s cubic-bezier(0.46, 0.03, 0.52, 0.96) 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff;
    height: 3px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-inner:before {
    display: none;
}

.hamburger.is-active .hamburger-inner:before {
    display: block;
}

.pg-button .hamburger-inner, .pg-button .hamburger-inner:after, .pg-button .hamburger-inner:before {
    background-color: #3398dc;
}

.u-header-toggler .hamburger {
    background-color: #623490;
    border-radius: 8px;
    transition: all .3s;
}

.u-header-toggler .hamburger.is-active {
    background-color: transparent;
}

@media (min-width:992px) {
    #navBar .parent .lang_wrap {
        margin-top: auto;
        margin-right: auto;
    }
}

@media (max-width:991px) {
    #navBar .parent .lang_wrap {
        position: fixed;
        bottom: 20px;
        left: 15px;
        z-index: 999;
        display: none;
    }

    #navBar .parent .lang_wrap .lang {

        flex-direction: column;
    }

    #navBar .parent .lang_wrap .lang .lang_item {
        margin-left: 0;
    }

    #navBar .parent .lang_wrap .lang .lang_item:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width:1200px) {
    .navbar {
        flex: 0 0 300px !important;
    }
}

@media (min-width:1360px) {
    .navbar {
        flex: 0 0 550px !important;
    }

    #navBar .parent ul.navbar-nav li.nav-item a.nav-link {
        font-size: 32px;
    }
}

@media (max-width:991px) {
    .navbar {
        padding-left: 30px;
    }
}

@media (max-width:576px) {
    #navBar .parent ul.navbar-nav li.nav-item a.nav-link {
        font-size: 20px;
    }

    #navBar .parent ul.navbar-nav li.nav-item:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* header_abs */
.header_abs {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}

.header_abs a.navbar-brand {

    padding: 0;

    margin: 0;

    padding-left: 10px;
}

.header_abs a.navbar-brand>img {
    max-height: 40px;
}

.header_abs>.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-right: 100px;
    padding-left: 20px;
}

.header_abs>.content>ul.ha_nav {
    display: flex;
    align-items: flex-end;
}

.header_abs>.content>ul.ha_nav>li:not(:first-child) {
    margin-left: 30px;
}

.header_abs>.content>ul.ha_nav>li>a {
    display: block;
    min-width: 100px;
    color: #fff;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.header_abs>.content>ul.ha_nav>li>a:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 0%;
    background-color: #fff;
    bottom: -5px;
    right: 0px;
    left: inherit;
    transition: all .3s;
}

.header_abs>.content>ul.ha_nav>li:hover>a:after {
    width: 100%;
    right: inherit;
    left: 0px;
}

.lang_wrap .lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang_wrap .lang .lang_item {
    flex: 0 0 25px;
    height: 25px;
}

.lang_wrap .lang .lang_item:not(:first-child) {
    margin-left: 4px;
}


.lang_wrap .lang .lang_item>a.lang_link {
    width: 25px;
    height: 25px;
    font-size: 1.1rem;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid transparent;
}

.lang_wrap .lang .lang_item>a.lang_link:hover {
    border: 1px solid #bbb;
}

.lang_wrap .lang .lang_item.active a.lang_link {
    color: #fff;
    border: 1px solid #fff;
}

.lang_wrap .lang>a:not(:first-child):before {}

button.u-header-toggler {
    top: 10px !important;
    right: 10px;
}

/* social btn on header */
#navBar .parent .nav-link-page {
    margin-top: auto;
}

ul.social-btn {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

ul.social-btn li {
    flex: 0 0 calc(30px + 10px);
    list-style: none;
    margin-bottom: 10px;
}

ul.social-btn li a {
    color: #fff;
    display: block;
}

ul.social-btn li a i.fa {
    width: 30px;
    line-height: 30px;
    text-align: center;
}

ul.social-btn li i.x-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

ul.social-btn li i.x-icon:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% / 3 * 2);
}

ul.social-btn li i.x-icon.x-icon-line:after {
    background-image: url(../images/social/line.png);
}

ul.social-btn li i.x-icon.x-icon-massenger:after {
    background-image: url(../images/social/messenger.png);
}

ul.social-btn li a {
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
}

ul.social-btn li a:hover {
    background-color: rgb(255 255 255/.2);
    border-color: transparent;
}

@media (max-width: 767px) {
    .header_abs>.content>ul.ha_nav {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #623490;
        justify-content: center;
        align-items: center;
    }

    .header_abs>.content>ul.ha_nav>li.lang_wrap {
        position: fixed;
        top: 25px;
        right: 70px;
    }

    .header_abs>.content>ul.ha_nav>li {
        flex: 1 1 calc(100% / 3);
        margin-left: 0 !important;
    }

    .header_abs>.content>ul.ha_nav>li>a {
        padding: 10px 0;
        font-size: 12px;
    }

    ul.social-btn {
        flex-wrap: wrap;
    }
}

@media (max-width:576px) {
    .header_abs>.content {
        padding: 0;
    }

    .header_abs a.navbar-brand {
        width: inherit;
        margin: 0;
        max-width: calc(100% - 180px);
    }

    a.navbar-brand-header {

        left: 10px;
    }

    button.u-header-toggler {
        right: 0px;
    }
}

@media (max-width:400px) {
    .header_abs a.navbar-brand>img {
        max-height: inherit;
        max-width: 100%;
    }
}

/*-----------------------------
    KV
-----------------------------*/
#Kvstage {
    position: relative;
    min-height: 100vh;
    text-shadow: 0 0 5px rgb(0 0 0 / 80%);
}

#Kvstage .kv_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

#Kvstage .kv_slogan {
    position: absolute;
    z-index: 3;
    bottom: 25%;
    left: 100px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

#Kvstage .kv_slogan h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
}

#Kvstage .kv_slogan p {}

#KV .kv-banner {
    overflow: hidden;
    position: relative;
}

#KV .kv-banner:after {
    /* content: ""; */
    position: absolute;
    display: block;
    width: 100%;
    height: 300px;
    background-image: url(../images/bg/side_bb.png);
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#KV .kv-banner .js-slide {
    height: 100vh !important;
    background-position: center;
}

#KV .scroll-down {
    position: absolute;
    bottom: 100px;
    right: 100px;
    z-index: 3;
}

#KV .scroll-down a {
    display: block;
    position: relative;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 2px;
}

#KV .scroll-down a:after {
    width: 0%;
    height: 15px;
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -15px;
    right: 0px;
    left: inherit;
    transition: all .3s;
}

#KV .scroll-down:hover a:after {
    width: 100%;
    left: 0px;
    right: inherit;
}

#KV .scroll-down:hover a {
    color: rgb(255 255 255 / .8)
}

#KV .slick-list.draggable {
    animation: zooming 60s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@media (min-width:992px) {
    #KV .kv-banner:before {
        top: 70px;
    }
}

@media (max-width:767px) {
    #Kvstage .kv_slogan {
        left: 30px;
    }

    #Kvstage .kv_slogan h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #KV .scroll-down {
        right: 30px;
    }
}

@media (max-width:450px) {
    #Kvstage .kv_slogan {
        left: 20px;
    }

    #Kvstage .kv_slogan h2 {
        font-size: 24px;
        line-height: 32px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #Kvstage .kv_slogan p {
        font-size: 14px;
    }

    #KV .scroll-down {
        bottom: 50px;
        right: calc(50% - 60px);

    }
}

@keyframes Aaro {
    0% {
        bottom: -15px;
    }

    50% {
        bottom: -25px;
    }

    100% {
        bottom: -15px;
    }
}

@keyframes zooming {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

ul.js-pagination {
    position: absolute;
    bottom: 100px;
    left: 100px;
    list-style: none;
    z-index: 5;
}

ul.js-pagination li {
    margin: 0;
    position: relative;
    display: inline-block;
}

ul.js-pagination li:not(:first-child) {
    margin-left: 30px;
}

ul.js-pagination li span {
    border-radius: inherit;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #999;
    position: relative;
    display: block;
}

ul.js-pagination li.slick-active span {
    background-color: #999;
}

ul.js-pagination li.slick-active span:before {
    animation-name: pagiroll;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

ul.js-pagination li span:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 1px;
    top: 1px;
    background-color: #fff;
    transition: all .3s;
}


ul.js-pagination li span:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: transparent;
}

@keyframes pagiroll {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

@media (max-width:767px) {
    ul.js-pagination {
        display: flex !important;
        width: 220px;
        left: 30px;
        display: none !important;
    }

    ul.js-pagination li {
        flex: 1 1 30%;
    }

    ul.js-pagination li span {
        width: 10px;
    }

    .kv-banner .js-prev, .kv-banner .js-next {
        top: inherit;
        bottom: 50px;
    }
}

/*-----------------------------
    #IconTxt
-----------------------------*/
#IconTxt.listing {
    display: flex;
    flex-wrap: wrap;
}

#IconTxt.listing .icon_txt {
    flex: 0 0 calc(20% - 20px);
    margin: 0px 10px;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0);
    transition: all .3s;
    overflow: hidden;
}

#IconTxt.listing .icon_txt:hover {
    box-shadow: 5px 5px 5px rgb(0 0 0 / .3);
    background-color: #623490;
}

#IconTxt.listing .icon_txt:hover .cover .se_icon {
    margin-left: -10px;
    margin-right: -10px;
}

#IconTxt.listing .icon_txt:hover .content {
    color: #fff;
}

#IconTxt.listing .icon_txt .cover {
    margin: 0px 0px 30px;
    overflow: hidden;
}

#IconTxt.listing .icon_txt .cover .se_icon {
    padding-bottom: 64%;
    background-color: #9a69cb;
    transition: all .5s;
}

#IconTxt.listing .icon_txt .content {
    color: #9a69cb;
}

#IconTxt.listing .icon_txt .content h3 {
    font-size: 28px;
    color: inherit;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

#IconTxt.listing .icon_txt .content h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(154 105 203);
    left: calc(50% - 15px);
    bottom: 0px;
}

#IconTxt.listing .icon_txt .content h3 span {
    font-size: 20px;
    font-weight: 100;
    display: block;
    line-height: 24px;
    color: rgb(136, 136, 136);
}

#IconTxt.listing .icon_txt .content p {
    color: rgb(136, 136, 136);
    text-align: center;
}

#IconTxt.listing .icon_txt .content ul.detail {
    width: fit-content;
    margin: 0px auto;
    color: inherit;
}

#IconTxt.listing .icon_txt .content ul.detail li {
    position: relative;
}

#IconTxt.listing .icon_txt .content ul.detail li::before {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

@media (max-width:1199px) {
    #IconTxt.listing {
        justify-content: center;
    }

    #IconTxt.listing .icon_txt {
        flex: 0 0 220px;
        margin-bottom: 30px;
    }

    #IconTxt.listing .icon_txt .cover {
        /* max-width: 150px; */
    }
}

@media (max-width:767px) {
    #IconTxt.listing .icon_txt {
        flex: 0 0 calc(100% / 2 - 40px);
        margin-bottom: 50px;
    }

    #IconTxt.listing .icon_txt .content h3 span {
        font-size: 15px;
    }
}

@media (max-width:576px) {
    #IconTxt.listing .icon_txt {
        flex: 0 0 100%;
        padding: 0 10px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
    }
}

/*-----------------------------
    #Works.listing
-----------------------------*/
#Works.listing {
    display: flex;
    flex-wrap: wrap;
}

#Works.listing .work {
    flex: 0 1 calc(100% / 4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #cac2b5;
    margin-bottom: 50px;
    overflow: hidden;
}

#Works.listing .work figure {
    position: relative;

}

#Works.listing .work figure .cover {
    position: relative;
    padding-bottom: 64%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    transition: all .3s;
}

#Works.listing .work figure .cover>img {
    max-width: 125%;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Works.listing .work:hover figure .cover>img {
    max-width: 150%;
}

#Works.listing .work figure .cover .work_inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 100%;
    background: rgb(96 24 133 / 55%);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

#Works.listing .work:hover figure .cover .work_inner {
    width: 100%;
    opacity: 1;
}

#Works.listing .work figure .cover .work_inner .work_inner--date {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

#Works.listing .work figure .cover .work_inner .work_inner--Client {
    position: absolute;
    left: 15px;
    bottom: 14px;
    z-index: 4;
}

#Works.listing .work figure .cover .work_inner .work_inner--Client>a {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    position: relative;
}

#Works.listing .work figure .cover .work_inner .work_inner--Client>a:before {
    content: "CLIENT";
    font-family: 'Be Vietnam Pro', 'sans-serif';
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
    transform: scale(.8) translate(-12%, 0);
    position: absolute;
    top: -16px;
    left: 1px;
}

#Works.listing .work figure .cover .work_inner .work_inner--detail a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/icon/launch.png) no-repeat bottom 10px right 15px;
    position: absolute;
}

#Works.listing .work figure figcaption.work_title {}

#Works.listing .work figure figcaption.work_title h2 {
    padding: 13px 15px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Works.listing .work figure figcaption.work_title h2 a {
    font-size: 14px;
}

.news ul.work_tag,
#Works.listing .work ul.work_tag {
    padding: 0 15px 13px 15px;
    position: relative;
}

.news ul.work_tag:before,
#Works.listing .work ul.work_tag:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    content: "\e055";
    font-size: 12px;
    transform: translate(-1px, 1px);

}

.news ul.work_tag>li,
#Works.listing .work ul.work_tag>li {

    display: inline-block;
}

.news ul.work_tag>li>a.tag,
#Works.listing .work ul.work_tag>li>a.tag {
    color: #999;
    font-size: 12px;
    font-weight: 200;
    display: block;
}

.news ul.work_tag>li:hover>a.tag,
#Works.listing .work ul.work_tag>li:hover>a.tag {
    color: #333;
}

.news ul.work_tag>li:not(:first-child)>a.tag:before,
#Works.listing .work ul.work_tag>li:not(:first-child)>a.tag:before {
    content: "/ ";
}

#Works ul.js-pagination {

    bottom: 0px;

    left: 50%;

    transform: translateX(-50%);
}

/* Flister */

#CateFilter {
    position: relative;
}

#CateFilter .tag_sl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    padding: 10px 10px 0 10px;
    background-color: #815da6;
}

#CateFilter .tag_sl .tag_years {
    min-width: 240px;
    padding: 5px;
    background-color: #815da6;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#CateFilter .tag_wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#CateFilter .tag_wrap .tag_clear {
    padding-left: 20px;
    border-left: 1px solid rgb(255 255 255 / .3);
}

#CateFilter .tag_wrap .tag_clear a {
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: rgb(255 255 255 / .2);
}

#CateFilter .tag_wrap .tag_clear a:hover {
    background-color: #333;
}

#CateFilter ul.tagList {
    flex: 0 1 80%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    justify-content: center;
}

#CateFilter ul.tagList li {
    flex: 0 1 100px;
    margin: 0 5px 10px 5px;
}

#CateFilter ul.tagList li a {
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#CateFilter ul.tagList li:not(.clear) a:hover {
    background-color: #753dac;
    border-color: transparent;
}

#CateFilter ul.tagList li.active a:hover {
    background-color: #e64b3b
}

#CateFilter ul.tagList li a:hover span {
    color: #fff;
}

#CateFilter ul.tagList li a span {
    font-size: 14px;
}

#CateFilter ul.tagList li.active a {
    background-color: #623490;
    border-color: #4c1f78;
    color: #fff;
}

#CateFilter ul.tagList li a:before,
#CateFilter ul.tagList li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    top: 11px;
    left: 10px;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
}

#CateFilter ul.tagList li:not(.clear) a:hover:before {
    opacity: 1;
    transform: rotate(-270deg);
}

#CateFilter ul.tagList li:not(.clear) a:hover:after {
    opacity: 1;
    transform: rotate(180deg);
}

#CateFilter ul.tagList li.active a:hover:before {
    opacity: 1;
    transform: rotate(-320deg);
}

#CateFilter ul.tagList li.active a:hover:after {
    opacity: 1;
    transform: rotate(320deg);
}

#CateFilter ul.tagList li.clear a {
    border: none;

}

#CateFilter ul.tagList li.clear a span {
    font-size: 12px;
    font-weight: 200;
}

.u-pagination-v1-1 {
    border-color: #c1acd7;
}

.u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
    background-color: #623490;
    color: #fff;
    border-color: #623490;
}

@media (min-width:1200px) {
    #CateFilter ul.tagList li {
        /* margin-bottom: 0; */
    }
}

@media (max-width:1199px) {
    #Works.listing .work {
        flex: 0 0 calc(100% / 3 - 20px);
    }
}

@media (max-width:991px) {
    #Works.listing .work {
        flex: 0 0 calc(100% / 2 - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #Works.listing .work figure .cover .work_inner {
        opacity: 1;
        background: rgb(0 0 0 / .3);
        width: 100%;
    }

    #Works.listing .work figure .cover {
        padding-bottom: 54%
    }

    #CateFilter ul.tagList {
        justify-content: flex-start;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    #CateFilter .tag_wrap .tag_clear {
        flex: 0 0 100%;
        padding: 0;
        border: none;
        margin-top: 10px;
        margin-right: auto;
        padding: 0 15px;
    }

    #CateFilter .tag_wrap .tag_clear a {
        font-size: 12px;
        padding: 2px 10px;
        margin: 0 5px;
    }

    #CateFilter ul.tagList li {
        flex: 1 1 80px;
        max-width: 120px;
    }

    #CateFilter ul.tagList li a {
        padding: 2px 10px;
    }

    #CateFilter ul.tagList li a span {
        font-size: 12px;
    }

    #CateFilter .tag_sl {
        padding: 5px 5px 0 5px;
        border-radius: 4px 4px 0 0;
        top: -36px;
    }

    #CateFilter .tag_sl .tag_years {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    #Works.listing .work {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:460px) {
    #Works.listing .work figure .cover {
        padding-bottom: 62%;
    }
}

/*-----------------------------
    Footer
-----------------------------*/

.footer {
    padding: 0;
    display: flex;
}

.footer .ft_logo {
    flex: 0 0 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .ft_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    background-color: #4c2770;
    padding: 50px 12%;
    background-image: url(../images/bg/bg-illust.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer .ft_content .fc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px;
}

.footer .ft_content .fc:not(:first-child) {
    border-top: 1px solid #fff;
}

.footer .ft_content .fc .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer .ft_content .fc .navbar-nav>li {}

.footer .ft_content .fc .navbar-nav>li>a {
    color: #fff;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 100;
    font-size: 24px;
}

.footer .ft_content .fc .navbar-nav>li>a span {
    display: block;
    font-size: 13px;
    font-weight: 100;
}

.footer .ft_content .fc ul.social-btn,
.footer .ft_content .fc address {
    margin: 0;
}

.footer .ft_content .fc address {
    flex: 1 1 100%;
    text-align: right;
}

.footer .ft_content .fc address p a,
.footer .ft_content .fc address p span {
    font-size: 15px;
    font-family: 'Be Vietnam Pro';
    color: #ccc;
}

.footer .ft_content .fc address p span {
    margin-right: 5px;
    margin-left: 15px;
}

.flink_list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.flink_list .flink {
    flex: 0 1 180px;
}

.flink_list .flink:not(:first-child) {
    margin-left: 20px;
}

.flink_list .flink .cover {
    margin-bottom: 5px;
}

.flink_list .flink .cover>a {}

.flink_list .flink h5 {
    font-size: 14px;
    text-align: center;
    color: #eee;
}

.flink_list .flink h5 span {
    font-size: 13px;
    display: block;
    font-weight: 100;
}

.navbar_bg .flink_list {
    justify-content: flex-start;
}

.footer+.copyright {
    background-color: #3d1762;
    padding: 10px;
    padding-right: 12%;
}

.footer+.copyright p {
    font-size: 12px;
    text-align: right;
    color: #aaa;
}

.footer ul.social-btn {
    flex: 1 1 60%;
}

@media (max-width:1200px) {
    .footer {
        flex-wrap: wrap;
    }

    .footer .ft_logo {
        flex: 0 0 100%;
        padding: 50px 15px;
    }
}

@media (max-width:767px) {
    .footer .ft_content {
        padding: 50px 10px;
    }

    .footer .ft_content .fc {
        flex-wrap: wrap;
        justify-content: center;
        height: inherit;
    }

    .footer .ft_content .fc:not(:first-child) {
        padding-top: 50px;
    }

    .footer .ft_content .fc .navbar-nav {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .footer .ft_content .fc .navbar-nav>li {
        flex: 0 0 90px;
        margin-bottom: 15px;
    }

    .footer .ft_content .fc .navbar-nav>li>a {
        font-size: 16px;
    }

    .footer ul.social-btn {
        justify-content: center;
    }

    .footer .ft_content .fc address {
        text-align: center;
    }

    .footer .ft_content .fc address p span {
        margin-left: 0;
    }

    .navbar_bg .flink_list {
        display: none;
    }

    .u-header__section {
        background-color: #000
    }

    .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .navbar_bg {

        opacity: .2;
    }
}

@media (max-width:480px) {
    .footer .ft_content .fc .navbar-nav>li {
        flex: 0 0 50%;
    }
}

/*-----------------------------
    Home
-----------------------------*/
.cop_content {
    display: flex;
    align-items: flex-end;
}

.cop_content .img {
    flex: 0 0 60%;
    position: relative;
    z-index: 5;
}

.cop_content .img>img {
    z-index: 5;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

.cop_content .img:before {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 80px);
    width: 100vw;
    right: 100px;
    top: -40px;
    background-color: #623490;
    z-index: 1;
    background-image: url(../images/bg/bg-illust.png);
    background-position: center;
    background-size: cover;
}

.cop_content .txt {
    flex: 0 0 40%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.cop_content .txt .x-title h2 {
    margin-bottom: 20px;
}

.cop_content .txt p {
    font-size: 17px;
    text-align: justify;
    line-height: 32px;
}

@media (min-width:992px) {

    .cop_content .txt {
        padding-left: 50px;
    }
}

@media (max-width:991px) {
    .cop_content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .cop_content .img,
    .cop_content .txt {
        flex: 0 0 100%;
    }

    .cop_content .img {
        position: static;
    }

    .cop_content .img:before {
        top: 0px;
        left: 0px;
        right: 0px;
        height: 50vw;
    }
}

/*-----------------------------
    Client
-----------------------------*/
.client_list {
    display: flex;
    flex-wrap: wrap;
}

.client_list .client {
    flex: 0 0 calc(100% / 5 - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ddd;
}

@media (min-width:1200px) {
    .client_list .client {
        flex: 0 0 calc(100% / 10 - 10px);
        filter: grayscale(.6);
        transition: all.3s;
    }

    .client_list .client:hover {
        filter: grayscale(0);
        padding: 20px;
    }
}

@media (max-width:767px) {
    .client_list .client {
        flex: 0 0 calc(100% / 3 - 10px);
    }
}

/*-----------------------------
    Slide_bg
-----------------------------*/

#Slide_bg {
    padding-bottom: 100px;
    position: relative;
}

#Slide_bg .person {
    padding: 0 30px;
    max-width: 300px;
    margin: 0 auto;
}

#Slide_bg .person .cover {
    overflow: hidden;
    border-radius: 100%;
}

#Slide_bg .person .content .title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

#Slide_bg .person .content .title h4 {
    line-height: 20px;
}

#Slide_bg .person .content .title h4 span.name {
    font-size: 20px;
    display: block;
    font-weight: 400;
}

#Slide_bg .person .content .title h4 span {
    font-size: 13px;
}

#Slide_bg .person .content .title p.psn {
    font-size: 15px;
    font-weight: 300;
}

#Slide_bg .person .content>p {
    position: relative;
    padding-left: 30px;
    margin-left: auto;
    font-size: 15px;
}

#Slide_bg .person .content>p:before {
    display: block;
    position: absolute;
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0px;
    top: 5px;
    font-size: 16px;
    color: #fff;
}

#Slide_bg .js-carousel {
    position: static;
}

#Slide_bg ul.js-pagination {
    bottom: 0px;
    transform: translate(-50%, 0%);
    left: 50%;
}

/*-----------------------------
 x-main / Article / case_study
-----------------------------*/

.x-main {
    padding: 100px 0;
}

article .title {
    text-align: center;
    max-width: 576px;
    margin: 0 auto 50px auto;
}

article .title span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 30px;
    display: block;
    color: #623490;
}

article .title h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

article .title p {
    position: relative;
    padding-top: 30px;
}

article .title p:before {
    display: block;
    position: absolute;
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    color: #ddd;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

article figure {
    margin-bottom: 50px;
}

article figure img {
    width: 100%;
}

article .x-content {
    display: flex;
    flex-wrap: wrap;
}

article .x-content .info_wrap {
    flex: 0 1 200px;
}

article .x-content .info_wrap .info {
    margin-bottom: 15px;
}

article .x-content .info_wrap .info .name {
    font-size: 14px;
    font-weight: 500;

}

article .x-content .info_wrap .info .name i {
    font-size: 14px;
    margin-right: 5px;
}

article .x-content .info_wrap .info .txt {
    font-weight: 300;
    font-size: 15px;
}

article .x-content .art_wrap {
    flex: 1 1 calc(100% - 200px);
    padding-left: 30px;
}

article .x-content .art_wrap .article-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: justify;
}

article .x-content .art_wrap .article-content h2 {
    font-size: 20px;
}

article .x-content .art_wrap .article-content h3 {
    font-size: 16px;

}

article .x-content .art_wrap .article-content img {
    max-width: 100%;
    margin: 20px 0;
}

article .x-content .art_wrap .article-content p {
    text-align: justify;
    margin-bottom: 20px;

}

article ul.work_tag {
    display: flex;
    margin-bottom: 30px;
    margin-left: -5px;
}

article ul.work_tag li {
    margin: 0 5px 10px 5px;
}

article ul.work_tag li a.tag {
    padding: 5px 15px;
    border: 1px solid #ccc;
}

article ul.work_tag li a:hover {
    background-color: #3d1762;
    color: #fff;
    border: 1px solid transparent;
}

#Photo.listing {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

#Photo.listing .photo {
    flex: 0 0 calc(100% / 5 - 10px);
    margin: 0 5px 10px;
    position: relative;
    overflow: hidden;
}

#Photo.listing .photo .cover {
    /* opacity: .8; */
}

#Photo.listing .photo:hover .cover {
    opacity: 1;
}

#Photo.listing .photo .cover img {
    position: absolute;
    max-width: 100%;
    left: -100%;
    top: 0;
}

#Photo.listing .photo:last-child {
    margin-bottom: 50px;
}

article .x-content .art_wrap ul.social-btn {
    justify-content: center;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
    margin: 0;
}

article .x-content .art_wrap ul.social-btn li {
    margin-bottom: 0;
}

article .x-content .art_wrap ul.social-btn li a {
    background: #ccc;
    border: 1px solid transparent;
}

article .x-content .art_wrap ul.social-btn li a:hover {
    background-color: #623490;
}

article .x-content .art_wrap ul.social-btn li.share {
    display: flex;
    align-items: center;
    flex: 1 0 55px;
    margin-right: 5px;
    color: #aaa;
}

article .x-content .art_wrap ul.social-btn li.share span {
    margin-right: 5px;
}

#News.listing {
    display: flex;
    flex-wrap: wrap;
}

#News.listing .news {
    flex: 0 0 calc(100% / 4 - 20px);
    margin: 0 10px 20px 10px;
}

#News.listing .news .cover {
    position: relative;
}

#News.listing .news .content .detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}

#News.listing .news .cover a {
    position: relative;
    opacity: 1;
    overflow: hidden;
}

#News.listing .news:hover .cover a {
    opacity: .7;
    transform: scale(0.95);
}

#News.listing .news .content .detail .date,
#News.listing .news .content .detail .dir {
    font-size: 12px;
}

#News.listing .news .content .title {
    margin-bottom: 20px;
}

#News.listing .news .content .title h3 {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.news ul.work_tag {
    padding-left: 0;
}

#News.listing .news .title h3 a {
    font-size: 14px;
}

.new_article {
    display: flex;
}

.new_article>article {
    flex: 0 0 70%;
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 100px;
}

.new_article article .title {

    text-align: inherit;

    margin: 0 0 20px 0;

    max-width: inherit;
}

.new_article article .title span {
    margin-bottom: 2px;
    letter-spacing: 0;
    font-size: 13px;
    color: #999;
    font-weight: 300;
}

.new_article article .title h1 {
    font-size: 25px;
}

.new_article article .title p {

    padding: 30px;

    background: #eee;

    border-radius: 8px;
}

.new_article article .title p:before {

    display: none;

    transform: translate(0%, 0%);

    left: 0;

    color: #999;
}

.new_article article .x-content .art_wrap {
    padding-left: 0;
}

#Mainwrap .sidebar {
    flex: 0 0 30%;
}

@media (min-width: 768px) {
    #Mainwrap .sidebar {
        padding-left: 40px;
    }

}

@media (max-width: 767px) {
    #Mainwrap .content_wrap, #Mainwrap .sidebar {
        flex: 1 1 100%;
    }
}

#Mainwrap .sidebar .item .home-title {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-image: url("../images/bg/line-bg-white-20p.png");
    color: rgb(238, 238, 238);
    border-radius: 4px;
}

#Mainwrap .sidebar .item .home-title span.title-badge img {
    height: 20px;
}

#Mainwrap .sidebar .item .home-title h3 {
    font-size: 1.2rem;
    margin-left: 10px;
}

#Mainwrap .sidebar .item .home-title a.more {
    margin-left: auto;
}

#Mainwrap .sidebar .item>.content {
    padding: 20px 0px;
}

#Mainwrap .sidebar .item>.content p {
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
}

.time {
    text-align: center;
}

.time span {
    display: block;
    font-family: Signika, sans-serif;
}

.time span.date {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #623490;
}

.time span.my {
    font-size: 12px;
}

.time .subject {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 5px;
    min-width: 100px;
    text-align: center;
    margin-top: 5px;
}

.ar_list article {
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.ar_list article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.ar_list article .time {
    flex: 0 0 55px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

.ar_list article .time .subject {
    display: none;
}

.ar_list article .content {
    flex: 1 1 80%;
    padding-left: 10px;
}

.ar_list article .content .ar_title h5 {
    text-align: justify;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ar_list article .content .ar_title h5 a {
    font-size: 14px;
}

.ar_list article .content .user-tag .headphoto {
    flex: 0 0 20px;
    height: 20px;
}

.ar_list article>.content .user-tag .user-name {
    font-size: 0.8rem;
}

@media (min-width:992px) {
    #News.listing .news .cover:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgb(96 24 133 / 55%);
        padding: 30px;
        width: 0%;
        opacity: 1;
        transition: all .3s;
    }

    #News.listing .news:hover .cover:before {
        width: 100%;
    }

    .new_article>article {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1200px) {
    .x-main {
        padding: 150px 0;
    }
}

@media (max-width:1199px) {
    #News.listing .news {
        flex: 0 0 calc(100% / 3 - 20px);

    }
}

@media (max-width:767px) {
    article .title {
        margin-bottom: 20px;
    }

    article .title p {
        font-size: 14px;
        text-align: justify;

    }

    article .x-content .info_wrap {
        flex: 0 0 120px;
    }

    #News.listing .news {
        flex: 0 0 calc(100% / 2 - 20px);
    }

    .new_article {
        flex-wrap: wrap;
    }

    .new_article article,
    .new_article aside {
        flex: 0 0 100%;
    }
}


@media (max-width:576px) {
    .x-main {
        padding-top: 50px;
    }

    article figure {
        margin-bottom: 0;
    }

    article .x-content .info_wrap {
        display: flex;
        flex: 0 0 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    article .x-content .info_wrap .info {
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 5px;
    }

    article .x-content .info_wrap .info:last-child {
        margin-bottom: 0;
    }

    article .x-content .info_wrap .info .name {
        flex: 0 0 100px;
    }

    article .x-content .art_wrap {
        flex: 0 0 100%;
        padding-left: 0;
    }

    article .x-content .art_wrap .article-content p {
        font-size: 15px;
        line-height: 28px;
    }

    #Photo.listing .photo {
        flex: 0 0 calc(100% / 4 - 4px);
        margin: 0 2px 4px 2px;
    }

    #News.listing .news {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

/*-----------------------------
    Contacts
-----------------------------*/
.ct_wrap {
    display: flex;
}

.ct_wrap .cover {
    flex: 0 0 50%;
}

.ct_wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ct_wrap h3+p {
    font-size: 14px;
    margin-bottom: 20px;
}

.ct_wrap .cover .bg-cover {
    margin-bottom: 30px;
}

.ct_wrap .cover p {
    color: #aaa;
    font-size: 15px;
    padding-left: 20px;
    border-left: 1px dashed #aaa;
}

.ct_wrap .contact_form {
    flex: 0 0 50%;
    padding: 50px 30px;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0/ .2);
}

.ct_wrap .formpanel {
    position: relative;
}

.ct_wrap .formpanel .bg-item {
    position: absolute;
    width: 180px;
}

.ct_wrap .formpanel .bg-item img {
    max-width: 100%;
}

.ct_wrap .formpanel .bg-item.plane {
    right: -40px;
    bottom: -50px;
    z-index: 5;
}

.ct_wrap .formpanel .bg-item.grid {
    bottom: -60px;
    right: -60px;
    z-index: 1;
}

.form_part {
    display: flex;
}

.form_part .form_item {
    flex: 1 0 calc(100% / 2 - 20px);
    margin: 0 10px 20px 10px;
}

.form_part .form_item label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}

.form_part .form_item label span {
    margin-left: 4px;
    font-size: 13px;
}

.form_part .form_item input,
.form_part .form_item textarea,
.form_part .form_item select,
.form_part .form_item button {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form_part .form_item select {
    padding: 10px;
}

.form_part .form_item button {
    padding: 20px 10px;
    letter-spacing: 10px;
    background-color: #753cae;
    color: #fff;
    transform: all .3s;
}

.form_part .form_item button:hover {
    background-color: #623490;
}

@media (min-width:768px) {
    .ct_wrap .cover {
        padding-right: 50px;
    }
}

@media (max-width:767px) {
    .ct_wrap {
        flex-wrap: wrap;
    }

    .ct_wrap .cover {
        flex: 0 0 100%;
        order: 2;
        max-width: 576px;
        margin: 0 auto;
    }

    .ct_wrap .formpanel {
        flex: 0 0 100%;
        margin-bottom: 50px;
        max-width: 576px;
        margin: 0 auto 50px;
    }

    .ct_wrap .formpanel .bg-item.plane {
        transform: scaleX(-1);
        bottom: inherit;
        top: -20px;
        right: -60px;
        width: 150px;
    }

    .ct_wrap .contact_form {
        padding: 30px 5px;
    }

    .ct_wrap .contact_form h3,
    .ct_wrap .contact_form p {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/*-----------------------------
    About
-----------------------------*/
.bg-img-rt {
    position: relative;
}

.bg-img-rt:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/bg/side_lt.png) no-repeat top left;
    background-attachment: fixed;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.aBlock {
    display: flex;
}

.aBlock .cover {
    flex: 0 0 50%;
    position: relative;
}

.aBlock .cover .abs-item {
    position: absolute;
    top: -150px;
    right: 50px;
    width: 50vh;
}

.aBlock .txt {
    flex: 0 0 50%;
    position: relative;
    z-index: 3;
}

.aTitle {
    margin-bottom: 50px;
}

.aTitle h2 {
    position: relative;
}

.aTitle span {
    font-size: 50px;
    line-height: 56px;
    display: block;
}

.aTitle span:last-child {
    margin-left: 50px;
}

.aBlock .txt .content {
    max-width: 620px;
    text-align: justify;
}

.aBlock .txt .content p {
    line-height: 38px;
}

body.en .aBlock .txt .content p {
    line-height: 28px;
}

.bg-gray-to-white {
    position: relative;
}

.bg-gray-to-white:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100px;
    background: linear-gradient(#f7f7f7 0%, white 70%);
}

.att_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.att_wrap .att {
    flex: 0 1 320px;
    margin: 0 10px 50px;
}

.att_wrap .att .title {
    display: flex;
    flex-direction: column;
}

.att_wrap .att .iblock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 20px;
    border: 4px solid #623490;
}

.att_wrap .att .iblock>i {
    font-size: 5rem;
    color: #623490;
}

.att_wrap .att .se_icon {
    background-color: #623490;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}

.att_wrap .att h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
    color: #623490;
}

.att_wrap .att .title img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
}

.att_wrap .att ul.att_dt {
    max-width: 320px;
    margin: 0 auto;
}

.att_wrap .att ul.att_dt li {
    font-size: 15px;
}

.att_wrap .att ul.att_dt li:not(:first-child) {
    border-top: 1px dotted #ccc;
    padding-top: 5px;
    margin-top: 5px;
}

#Pers.listing {
    display: flex;
    flex-wrap: wrap;
    max-width: 1210px;
    margin: 0 auto 50px;
}

#Pers.listing .per {
    flex: 0 0 calc(100% / 3 - 2px);
    margin: 0 1px 2px;
    max-width: 300px;
}

#Pers.listing .per .cover {
    position: relative;
    overflow: hidden;
}

#Pers.listing .per .info {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: -100%;
    background: rgb(96 24 133 / 55%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

#Pers.listing .per:hover .info {
    left: 0px;
    opacity: 1;

}

#Pers.listing .per .info .title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 20px;
}

#Pers.listing .per .info .title h4 {
    line-height: 20px;
}

#Pers.listing .per .info .title h4 span.name {
    font-size: 20px;
    display: block;
    font-weight: 400;
}

#Pers.listing .per .info .title h4 span {
    font-size: 13px;
}

#Pers.listing .per .info .title p.psn {
    font-size: 12px;
    font-weight: 300;
}

#Pers.listing .per .info>p {
    position: relative;
    padding-left: 0px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

#Pers.listing .per .info>p:before {
    display: block;
    position: absolute;
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    font-size: 16px;
    color: #fff;
}

#Pers.listing .per .cover a.more {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 0px;
    transform: translate(-50%, -50%);
    bottom: -60px;
}

#Pers.listing .per:hover .cover a.more {
    bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    color: #623490;
    opacity: .8
}

#Pers.listing .per:hover .cover a.more:hover {
    opacity: 1;
}

#CommentBox {
    max-width: 767px;
    position: relative;
    border-radius: 50px 0 50px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .3);
}

.custombox-open.custombox-overlay {
    background-color: #5b1a9d !important;
    opacity: .7 !important;
}

#CommentBox .commentbox-wrap {
    position: relative;
    padding: 50px;
}

#CommentBox button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

#CommentBox button.close i {
    font-size: 20px;
}

#CommentBox .commentbox-wrap .commentbox-cover {
    max-width: 160px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}

#CommentBox .commentbox-wrap .commentbox-cover img {}

#CommentBox .commentbox-wrap .commentbox-desc {
    padding-top: 40px;
}

#CommentBox .desc {}

#CommentBox .desc .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}

#CommentBox .desc .title h4 span {
    display: block;
    text-align: center;
}

#CommentBox .desc .title h4 span.name {
    font-size: 20px;
    font-weight: 500;
}

#CommentBox .desc .title p.psn {}

#CommentBox .desc .content {
    margin-bottom: 30px;
}

#CommentBox .desc .content p {
    font-size: 15px;
    text-align: justify;
}

#CommentBox .desc .content p:not(:last-child) {
    margin-bottom: 20px;
}

#CommentBox ul.detail {
    list-style: none;
    text-align: center;
}

#CommentBox ul.detail li {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ccc;

}

@media (min-width:1200px) {
    #Pers.listing .per {
        max-width: 240px;
    }
}

@media (min-width: 767px) {
    .aBlock .cover {
        padding-right: 50px;
    }

    .att_wrap {
        margin-top: 100px;
    }

    .att_wrap .att {
        flex: 0 0 calc(100% / 3 - 20px);
        margin: 0 10px 100px;
    }
}

@media (max-width:767px) {
    .aBlock {
        flex-wrap: wrap;
    }

    .aBlock .cover,
    .aBlock .txt {
        flex: 0 0 100%;
    }

    .aBlock .cover {}

    .aBlock .txt {
        margin-top: -76px;
    }

    .aBlock .txt .aTitle {
        margin-bottom: 20px;
    }

    .aBlock .txt .content {
        max-width: inherit;
    }

    #Pers.listing .per .info {
        justify-content: flex-end;
        opacity: 1;
        width: 100%;
        background: transparent;
        padding: 5px;
        left: 0px;
        text-shadow: 0px 0px 5px rgb(0 0 0 / 70%);
        padding: 5px 5px 10px 10px;
    }

    #Pers.listing .per .info .title {
        flex-direction: column;
        margin-bottom: 0;
    }

    #Pers.listing .per .info>p {
        font-size: 13px;
        margin-left: inherit;
        padding-top: 0px;
    }

    #Pers.listing .per .info>p:before {
        display: none;
    }

    #Pers.listing .per {
        flex: 0 0 calc(50% - 2px);

    }

    .aBlock .cover .abs-item {
        display: none;
    }
}

@media (max-width:576px) {
    #Pers.listing .per {
        flex: 0 0 300px;
        margin-bottom: 25px;
    }

    #Pers.listing {
        justify-content: center;
    }

    .aBlock .txt {
        margin-top: 0;
    }

    .aBlock .txt .aTitle {
        margin: 10px auto;
    }

    .aTitle h2 {
        text-align: center;
    }

    .aTitle h2 span {
        font-size: 32px;
        line-height: 40px;
        font-weight: 400;
        display: inline-block;

    }

    .aTitle h2 span:last-child {
        margin-left: 10px;
    }
}

/*-----------------------------
    update Service
-----------------------------*/
.stitle {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.stitle.center {
    text-align: center;
}

.stitle h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #623490;
}

.stitle.center p {
    margin-top: 20px;
    font-size: 1.4rem;
}

.stitle:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #00bed6;
    left: 0px;
    bottom: 0px;
}

.stitle.center:after {
    left: 50%;
    transform: translateX(-50%);
}

.stitle.type2 {
    padding-top: 20px;
    margin-bottom: 50px;
}

.stitle.type2:after {
    /* background-color: #fff; */
    /* height: 3px; */
}

.stitle.type2 h2 {
    margin-bottom: 5px;
}

.stitle.type2 p {
    /* color: #fff; */
}

@media (max-width:767px) {
    .stitle h2 {
        font-size: 2.4rem;
    }
}

#SerSlid {
    overflow: hidden;
    position: relative;
}

#SerSlid:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% / 3 + 180px);
    height: 50%;
    background-color: #eee;
    right: 0px;
    top: 0px;
    z-index: 0;
}

#SerSlid:after {
    content: "SHOWCASE";
    font-weight: 800;
    font-size: 100px;
    color: #f2f2f2;
    display: flex;
    position: absolute;
    width: calc(55% + 180px);
    height: 30%;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    justify-content: center;
    align-items: center;
}

#SerSlid .js-carousel {
    position: relative;
    z-index: 3;
}

#SerSlid .js-slide {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

#SerSlid ul.js-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

#SerSlid .js-slide.slick-cloned .ssd {
    opacity: .8;
}

.ssd {
    display: flex;
    padding: 30px;
    max-height: 460px;
    transition: all .3s;
}

.ssd:hover {
    margin-top: -10px;
    margin-left: -10px;
}

.ssd .cover {
    flex: 0 0 60%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    height: 360px;
}

.ssd .cover, .ssd .content .txt {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0);
    transition: all .3s;
}

.ssd:hover .cover, .ssd:hover .content .txt {
    box-shadow: 10px 10px 10px rgb(0 0 0 / .1);
}

.ssd:hover .content {
    margin-left: -60px;
}

.ssd .cover .bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ssd .content {
    flex: 0 0 calc(40% + 30px);
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.ssd .content .num,
.ssd .content .txt {
    position: relative;
}

.ssd .content .num {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.ssd .content .num .sm {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #000;
}

.ssd .content .num .numb {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    font-style: italic;
}

.ssd .content .txt {
    flex: 1 1 100%;
    padding: 60px;
    background-color: #00bed6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 0px;
    transition: all .3s;
}

.ssd .content .txt a {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.ssd .content .txt a:after,
.ssd .content .txt a:before {
    content: "";
    position: absolute;
    display: block;
}

.ssd .content .txt a:before {
    width: 50px;
    height: 1px;
    background-color: #666;
    bottom: 50%;
    right: -60px;
    display: none;
}

.ssd .content .txt a:after {
    width: 10px;
    height: 1px;
    background-color: #666;
    bottom: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    right: -65px;
    display: none;
}

.js-slide:nth-child(odd) .ssd .content .txt {
    background-color: #623490;
}

.ssd .content .txt h3 {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ssd .content .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ssd .content .txt ul.detail {}

.ssd .content .txt ul.detail li {
    position: relative;
}

.ssd .content .txt ul.detail li:before {
    content: "";
    color: rgb(255 255 255);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}

#SerSlid .js-prev,
#SerSlid .js-next {
    position: absolute;
    top: 50%;
    left: calc(100% / 3 - 25px);
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(225deg);
    border-top: 5px solid #623490;
    border-right: 5px solid #623490;
    z-index: 11;
}

#SerSlid .js-next {
    left: inherit;
    right: calc(100% / 3 - 25px);
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width:991px) {

    #SerSlid .js-prev, #SerSlid .js-next {
        left: 15px;
        top: 25%;
    }

    #SerSlid .js-next {
        left: inherit;
        right: 15px;
    }

    #SerSlid .u-arrow-v1 {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    #SerSlid {
        margin-left: calc(100% / 3 * -1);
        margin-right: calc(100% / 3 * -1);
    }

    #SerSlid .js-carousel:before, #SerSlid .js-carousel:after {
        content: "";
        position: absolute;
        height: 100%;
        width: calc(100% / 3);
        top: 0px;
        bottom: 0px;
        left: 0px;

        z-index: 10;
        background: rgb(255 255 255 / .8);
    }

    #SerSlid .js-carousel:after {
        left: inherit;
        right: 0px;
    }

    #SerSlid .u-arrow-v1 {
        opacity: .5;
        transition: all .3s;
    }

    #SerSlid .u-arrow-v1:hover {
        opacity: 1;
        width: 40px;
        height: 40px;
    }
}

@media (max-width:576px) {
    .ssd {
        flex-wrap: wrap;
        padding: 0 15px;
        max-height: inherit;
    }

    .ssd .cover {
        flex: 0 0 100%;
        height: 50vw;
        margin-bottom: 0;
    }

    .ssd .cover .bg-cover {}

    .ssd .content {
        flex: 0 0 100%;
        margin-left: inherit;
    }

    .ssd .content .num {
        display: none;
    }

    .ssd .content .txt {
        padding: 15px;
    }

    .ssd .content .txt h3 {
        margin-bottom: 0;
    }

    .ssd .content .txt a {
        display: none;
    }
}

#Service {
    position: relative;
}

#Service>* {
    z-index: 3;
    position: relative;
}

#Service:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #eeeeee;
    width: 100%;
    height: calc(100% - 100px);
    top: 50%;
    left: calc((100% - 1380px) / 2 - 30px);
    transform: translateY(-50%);
    background-image: url(../images/bg/line_02.jpg);
    background-position: center;
    z-index: 1;
}

#Service:after {
    content: "";
    position: absolute;
    display: block;
    width: 20%;
    height: 50%;
    left: 0px;
    top: -20%;
    background: url(../images/bg/dot_02.png) top center;
    z-index: 0;
}

.about_content {
    margin-top: 50px;
}

.about_content .txt {
    margin-bottom: 50px;
}

.about_content .txt p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
}

.about_content .txt p.lead {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.about_content .txt p.end {
    margin: 30px auto;
    font-size: 32px;
    line-height: 48px;
    max-width: 960px;
    text-align: center;
}

.about_content .cover {
    text-align: center;
}

.about_content .cover img {
    margin: 0 auto;
}

.bg-combo {
    position: relative;
}

.bg-combo>* {
    position: relative;
    z-index: 3;
}

.bg-combo:before, .bg-combo:after {
    content: "";
    position: absolute;
    display: block;
}

.bg-combo:before {
    width: 50vw;
    height: 50%;
    background-color: #fafafa;
    background-image: url(../images/bg/dot_02.png);
    bottom: 0px;
    right: -25vw;
}

.bg-combo:after {
    width: 75vw;
    height: 75vw;
    border-radius: 100%;
    -webkit-mask: url(../images/gear.svg) no-repeat center center / contain;

    background-image: url(../images/bg/dot_02w.png);
    left: -37.5vw;
    top: -37.5vw;
    background-color: #00bed6;
    animation: Rollin 15s linear infinite;
}

.bg-combo .bg-item {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    animation: flows 2s linear infinite;
    opacity: 0;
}

.bg-combo .bg-item img {
    max-width: 100%;
    width: 100%;
}


@keyframes Rollin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes flows {
    0% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 1;
        top: 48%;
    }

    100% {
        opacity: 1;

    }
}

@media (max-width:991px) {
    .bg-combo .bg-item.plane {
        display: none;
    }
}

/*-----------------------------
    facility page
-----------------------------*/

#Photos.listing {}

#Photos.listing .photo {
    display: flex;
    position: relative;
    margin-bottom: 100px;
}

#Photos.listing .photo:nth-child(even) {
    flex-direction: row-reverse;
}

#Photos.listing .photo:last-of-type {
    margin-bottom: 0;
}

#Photos.listing .photo:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 70%;
    background-color: #4c2770;
    left: 30%;
    top: 15%;
    z-index: 2;
}

#Photos.listing .photo:nth-child(even):after {
    right: 50%;
    left: inherit;
    background-color: #623490;
}

#Photos.listing .photo .cover {
    flex: 1 1 70%;
    z-index: 3;
    display: flex;
}

#Photos.listing .photo .cover .co {
    flex: 1 0 80%;
}

#Photos.listing .photo .cover .co.only {}

#Photos.listing .photo .cover .co a {}

#Photos.listing .photo .cover .ver {
    flex: 0 0 20%;
    flex-direction: column;
}

#Photos.listing .photo .cover .ver>a {
    padding-bottom: 100%;
    border-left: 1px solid #fff;
}

#Photos.listing .photo .cover .ver>a:not(:first-child) {
    border-top: 1px solid #fff;
}

#Photos.listing .photo .cover .ver>a:last-child {
    position: relative;
}

#Photos.listing .photo .cover .ver>a:last-child>span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / .5);
    z-index: 4;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 32px;
}

#Photos.listing .photo .content {
    flex: 0 1 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    color: #fff;
}

#Photos.listing .photo:nth-child(even) .content {
    padding-left: inherit;
    padding-right: 50px;
}

#Photos.listing .photo .content h2>span {
    margin: 0 4px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

#Photos.listing .photo .content h2 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 10px;
}

.photo ul.items li {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

@media (max-width:991px) {
    #Photos.listing .photo .content h2 {
        font-size: 24px;
        font-weight: 600;
    }

    #Photos.listing .photo .content p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    #Photos.listing .photo {
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dashed #ccc;
    }

    #Photos.listing .photo .cover {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    #Photos.listing .photo:nth-child(even) .content, #Photos.listing .photo .content {
        flex: 0 0 100%;
        padding: 0;
        color: inherit;
        text-align: center;
    }

    #Photos.listing .photo .content h2 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 18px;
    }

    #Photos.listing .photo .content p {
        text-align: center;
    }

    #Photos.listing .photo:after {
        display: none;
    }

    #Photos.listing .photo .cover .co.only {}
}

/*-----------------------------
    Videos
-----------------------------*/

.showcase {
    position: relative;
    height: 100vh;
    line-height: 1.2;
    display: flex;



    padding: 0 20px;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('../../images/videos-img.jpg') no-repeat center center/cover;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 3;
}

.video-container .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.video-container .content h1 img {
    max-width: 100%;
    margin-bottom: 50px;
}

.video-container .content h2 {
    font-size: 20px;
    margin: 10px 0;
}

.video-container .content p {
    max-width: 560px;
    font-size: 16px;
}

.video-container .kv_slogan {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.video-container .kv_slogan h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
}

.video-container .kv_slogan p {
    max-width: 640px;
}

body.en .video-container .kv_slogan p {
    display: none;
}

@media (max-width:767px) {
    .video-container .kv_slogan {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 50px);
    }

    .video-container .kv_slogan h2 {

        font-size: 3rem;
    }
}