/* global */
body,h1,h2,h3,h4,h5,h6,p,a,span {
    font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    margin: 0;
}
a {
    cursor: pointer;
}
.container {
    position: relative;
    z-index: 2;
}
section > .container {
    padding-top: 0;
    padding-bottom: 0;
}
.header-top {
    position: relative;
    z-index: 10;
    padding: 8px 0;
    background-color: #0d4e86;
}
.header-nav .header-nav-wrapper .menuzord {
    padding-right: 30px;
}
.menuzord-brand {
    margin: 2px 0;
}
.menuzord-brand img {
    max-height: 80px;
}
.menuzord-menu > li > a {
    font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #333;
    font-size: 17px;
    font-weight: 400;
    padding: 6px 20px;
}
@media (max-width:1199px) {
    .menuzord-menu > li > a {
        padding: 6px 10px;
    }
}
@media (max-width:991px) {
    .menuzord-brand img {
        max-height: 50px;
    }
}
@media (max-width:1199px) {}
.menuzord.theme-colored .menuzord-menu > li.active > a,
.menuzord.theme-colored .menuzord-menu > li:hover > a,
.menuzord.theme-colored .menuzord-menu ul.dropdown li:hover > a {
    background-color: #399fea;
}
.search {
    position: absolute;
    top: 42px;
    right: 0;
    display: block;
    width: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width:991px) {
    .search {
        top: 30px;
    }
}
.search img {
    display: block;
}
.footer {
    padding: 60px 0 50px;
    background-color: #20222e;
}
.footer__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer__item {
    width: 25%;
}
.footer__item:last-child {
    width: 50%;
}
.footer__logo {
    max-width: 190px;
}
.footer__logo-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.46;
    margin: 10px 0 0;
}
footer .footer__mail {
    color: #399fea;
    font-size: 14px;
    line-height: 1;
    margin: 17px 0 0;
}
.footer__mail:hover {
    opacity: .8;
}
.footer a{
    color: #fff;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
    color: #399fea;
}
.footer__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.footer__icon {
    display: block;
    margin-left: 18px;
}
.footer__icon:hover {
    opacity: .8;
}
.footer__icon:first-child {
    margin: 0;
}
.footer__icon img {
    height: 20px;
}
.footer__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.footer__title::after {
    content: '';
    display: block;
    width: 52px;
    padding-top: 12px;
    border-bottom: 3px solid #399fea;
}
.footer__links {
    max-width: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer__links-box {
    width: 50%;
}
.footer__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 30px 0 0;
}
.footer__link::before {
    content: "\f0da";
    display: block;
    font-family: fontawesome;
    margin-right: 8px;
}
.footer__link:first-child {
    margin: 0;
}
.footer__contact-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 13px 0;
    border-bottom: 1px solid #595757;
}
.footer__contact-row:first-child {
    padding-top: 0;
}
.footer__contact-label {
    width: 145px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42;
}
.footer__contact-label i {
    color: #399fea;
    margin-right: 14px;
}
.footer__contact-phone {
    width: 185px;
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42;
}
.footer__contact-address {
    width: calc(100% - 330px);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42;
}
.footer__contact-address a{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42;
}
.copyright {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #595757;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
    background-color: #1a1d26;
    padding: 14px 0;
}
.copyright a {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #595757;
    font-weight: 300;
}
.copyright a:hover {
    color: #399fea;
}
@media (max-width:991px) {
    .header-nav .header-nav-wrapper .menuzord {
        padding-right: 0;
    }
}
@media (max-width:767px) {
    .footer__contact-phone{
        display: block;
        width: 100%;
    }
}
/* global end */

/* index */
.topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.topbar__website {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topbar__website-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    opacity: .8;
    margin-left: 25px;
}
.topbar__website-btn:hover {
    color: #fff;
    opacity: 1;
}
.topbar__website-btn:focus {
    color: #fff;
    opacity: .8;
}
.topbar__website-btn:first-child {
    margin: 0;
}
.topbar__website-btn img {
    width: 12px;
    margin-right: 5px;
}
.tp-bgimg {
    position: relative;
}
.tp-bgimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
}
.slick-slider .slick-slide {
    margin: 0;
}
.banner__slider .banner__slide {
    height: 30.99vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner__slider .banner__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #000;
    opacity: .35;
}
.banner__slider .slick-prev::before,
.banner__slider .slick-after::before {
    display: none;
}
.banner__slider .slick-prev {
    width: 40px;
    height: 40px;
    left: 0;
    z-index: 5;
    background-image: url(../images/index/slider_prev.png);
    opacity: .5;
}
.banner__slider .slick-next {
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 5;
    background-image: url(../images/index/slider_next.png);
    opacity: .5;
}
.banner__box {
    max-width: 580px;
}
.banner__box > div {
    overflow: hidden;
}
.banner__title-box {
    max-height: 2.4em;
    font-size: 22px;
    overflow: hidden;
}
.banner__title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.animated .banner__title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}
.banner__subtitle-box {
    max-height: 8.2em;
    font-size: 22px;
    margin: 10px 0 0;
    overflow: hidden;
}
.banner__subtitle {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.64;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.animated .banner__subtitle {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}
.banner__btnbox {
    height: 47px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px;
}
.banner__btn {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 38px;
    margin-left: 10px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: color .4s, background-color .4s, border-color .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s;
    transition: color .4s, background-color .4s, border-color .4s;
}
.banner__btn:focus {
    color: #fff;
}
.banner__btn:first-child {
    margin: 0;
}
.animated .banner__btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: color .4s, background-color .4s, border-color .4s, transform .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s, transform .4s;
    transition: color .4s, background-color .4s, border-color .4s, transform .4s;
}
.banner__btnbox a:first-child {
    background-color: #399fea;
    border: 1px solid #399fea;
}
.banner__btnbox a:first-child:hover {
    color: #555;
    background-color: #fff;
    border-color: #fff;
}
.banner__btnbox a:nth-child(2) {
    border: 1px solid #fff;
}
.banner__btnbox a:nth-child(2):hover {
    color: #555;
    background-color: #fff;
}
.indexcase {
    padding: 67px 0 92px;
}
.titlebox {
    margin-bottom: 50px;
}
.common__title {
    font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #333;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    margin: 0;
}
.common__title::after {
    content: '';
    display: block;
    width: 52px;
    margin-top: 23px;
    border: 3px solid #4a90e2;
}
.titlebox-center .common__title {
    text-align: center;
}
.titlebox-center .common__title::after {
    margin-left: auto;
    margin-right: auto;
}
.titlebox-medium {
    margin-bottom: 30px;
}
.titlebox-medium .common__title {
    font-size: 30px;
}
.indexcase__itembox {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}
.indexcase__itembox.slick-slider .slick-slide img{
    width: 40px;
}
.indexcase__itembox.slick-slider .slick-active{
    opacity: 1;
}
.indexcase__itembox.slick-slider .slick-slide{
    margin-right: 10px;
    margin-left: 10px;
}
.indexcase__itembox .slick-dots{
    bottom: -30px;
}
.indexcase__itembox .slick-dots li.slick-active button:before{
    color: #399FEA;
    opacity: 1;
}
.indexcase__itembox .slick-prev {
    left: auto;
    right: 60px;
}
.indexcase__itembox .slick-next {
    right: 10px;
}
.indexcase__itembox .slick-prev,.indexcase__itembox  .slick-next{
    top: -30px;
    width: 40px;
    height: 40px;
}

.indexcase__itembox .slick-prev:before{
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/common/arrow-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.indexcase__itembox .slick-next:before{
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/common/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.indexcare__item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 20px 0 0;
}
/*.indexcare__item::before {
    content: '';
    display: block;
    padding-top: 81.48%;
}*/
.indexcare__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.indexcare__item-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;


}
.indexcare__item-img::before {
    content: '';
    display: block;
    padding-top: 81.48%;
}
.indexcare__box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
}
.indexcare__title {
    font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.indexcare__subtitle-box {
    position: relative;
    margin-top: 15px;
}
.indexcare__subtitle-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: calc((100% - 12em) / 2);
    height: 1px;
    background-color: #fff
}
.indexcare__subtitle-box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: calc((100% - 12em) / 2);
    height: 1px;
    background-color: #fff
}
.indexcare__subtitle {
    max-width: 10em;
    position: relative;
    font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 auto;
}
.countrys {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/index/section_bg1.jpg);
}
.countrys::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .58;
}
.countrys__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
}
.countrys__info {
    width: 26%;
    padding: 30px 40px 30px 0;
}
.countrys__title {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
    margin: 0;
}
.countrys__subtitle {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .1em;
    margin: 24px 0 0;
}
.countrys__gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;

    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.countrys__gallery-item {
    display: flex;
    flex-direction: column-reverse;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.countrys__gallery-item:nth-child(1),.countrys__gallery-item:nth-child(2),.countrys__gallery-item:nth-child(3),.countrys__gallery-item:nth-child(4){
    margin-top: 0;
}
.countrys__gallery-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.countrys__gallery-subtitle {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin: 4px 0 0;
}
@media (min-width:992px) {

}
@media (max-width:991px) {
	/*.countrys__gallery-item {
	    width: 33.33%;
	}*/
    .countrys__gallery-box{
        padding: 10px 15px;
    }
    .countrys{
        background: #fff;
        padding: 0;
    }
    .countrys::before{
        display: none;
    }
    .countrys__gallery{
        padding-top: 0;
        padding-bottom: 0;
    }
    .countrys__gallery-subtitle{
        font-size: 14px;
        color: #777777;
        font-weight: normal;
    }
    .countrys__gallery-title{
        font-size: 18px;
        color: #333333;
        font-weight: bold;
    }
}
@media (max-width:767px) {
	/*.countrys__gallery-item {
	    width: 50%;
	}*/
	.countrys__gallery img{
		width: 100%;
	}
}
@media (max-width:575px) {
	/*.countrys__gallery-item {
	    width: 100%;
	}*/
}
.countrys__gallery-box {
    padding: 15px 20px;
    background-color: #f4f4f4;
}
@media (max-width:991px) {
    /*.countrys__gallery-item {
        width: 33.33%;
    }*/
    .countrys__gallery-box{
        padding: 15px;
    }
}

.indexnews {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 90px 0;
}
.indexnews__main {
    width: calc(100% - 360px);
    padding-right: 30px;
}
.indexnews__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.indexnews__img::before {
    content: '';
    display: block;
    padding-top: 61%
}
.indexnews__day {
    font-family: 'Lato', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.indexnews__month {
    font-family: 'Lato', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin: 7px 0 0;
}
.post-description {
    padding: 33px 17px 38px;
}
.post-description__date{
    display: none;
}
.indexnews__title {
    max-height: 1.2em;
    overflow: hidden;

    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.indexnews__title + p {
    height: 3.2em;
    overflow: hidden;

    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin: 12px 0 0;
}
.post .post-meta {
    padding: 16px 17px;
}
.more {
    display: block;
    color: #399fea;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
}
.owl-carousel.owl-nav-top .owl-nav {
    top: 50%;
    left: 0;
    width: 100%;
}
.owl-carousel.owl-nav-top .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-nav .owl-next {
    border-color: rgba(0,0,0,.6)!important;
    padding: 6px 13px!important;
}
.owl-carousel.owl-nav-top .owl-nav button {
    background-color: rgba(0,0,0,.6)!important;
}
.owl-carousel.owl-nav-top .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.owl-nav-top .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.indexnews__aside {
    width: 360px;
}
.indexnews__aside-item {
    padding: 14px 17px;
    margin-bottom: 14px;
    background-color: #f9f9f9;
    border: 1px solid #dcdddd;
}
.indexnews__aside-item:last-child {
    margin: 0;
}
.event-small .event-date {
    padding: 6px 14px;
    background-color: #399fea;
}
.event-small .event-date li:first-child {
    font-family: 'Lato', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}
.event-small .event-date li:last-child {
    font-family: 'Lato', 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 8px;
    margin: 0;
}
.indexnews__aside-title {
    margin: 5px 0 10px;
}
.indexnews__aside-title a {
    max-height: 2.4em;
    overflow: hidden;

    display: block;
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}
.event__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.event__info span {
    width: 50%;
    max-height: 1em;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
}
.event__info span i {
    color: #0d4e86;
    margin-right: 4px;
}
.post .post-thumb .post-date {
    right: auto;
    left: 0;
    background-color: #399fea;
}
.menuzord .showhide {
    width: 20px;
    height: 16px;
    margin: 34px 30px 0 0;
    padding: 0;
}
@media (max-width:991px) {
    .menuzord .showhide {
        margin: 22px 30px 0 0;
    }
}
.menuzord .showhide em:first-child {
    margin-top: 0;
}
.search__form {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}
.search__form--open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.search__form-input {
    width: 200px;
    height: 36px;
    color: #545454;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #eee;
}
.search__form-btn {
    display: block;
    width: 80px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background-color: #399fea;
    margin-left: 10px;
}
.search__form-btn {
    color: #fff;
    opacity: .8;
}
.fixed {
    position: fixed;
    top: calc(50% + 116px);
    right: 15px;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed__item {
    position: relative;
    display: block;
    width: 44px;
    padding: 50px 0px 6px;
    margin-top: 10px;
    border-radius: 2px;
    white-space: nowrap;
}
.fixed__item:hover {
    color: #fff;
    opacity: .7;
}
.fixed__item:first-child {
    margin: 0;
}
.fixed__item-booking {
    background-color: #ef4c43;
}
.fixed__item-contact {
    background-color: #399fea;
}
.fixed__item-fb {
    background-color: #2e57a0;
}
.fixed__item img {
    position: absolute;
    top: 12px;
    left: 50%;
    height: 27px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed__item-text {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 42px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@media (min-width:1200px) {
    .indexcare__item {
        width: calc((100% - 60px) / 4);
    }
    .indexcare__item:nth-child(4n) {
        margin-right: 0;
    }
   /* .indexcare__item:nth-child(-n + 4) {
        margin-top: 0;
    }*/
}
@media (max-width:1199px) and (min-width:992px) {
    .indexcare__item {
        width: calc((100% - 60px) / 4);
    }
    .indexcare__item:nth-child(4n) {
        margin-right: 0;
    }
    .indexcare__item:nth-child(-n + 4) {
        margin-top: 0;
    }
    .indexcare__box{
        padding: 0 10px 10px;
    }
    .indexcare__title{
        font-size: 20px;
    }

   /* .banner__slider .banner__slide {
        min-height: 50vw;
        height: 50vw;
    }*/
    /*.indexcare__item {
        width: calc((100% - 40px) / 3);
    }
    .indexcare__item:nth-child(3n) {
        margin-right: 0;
    }
    .indexcare__item:nth-child(-n + 3) {
        margin-top: 0;
    }*/
}
@media (max-width:991px) {
    .fixed {
        display: none;
    }
    .banner__slider .banner__slide {
       /* min-height: 50vw;
        height: 50vw;*/
        /*min-height: 420px;*/
    }
    .banner__box {
        max-width: 100%;
        text-align: center;
    }
    /*.banner__title,
    .banner__title-box {
        font-size: 20px;
    }
    .banner__subtitle-box,
    .banner__subtitle {
        font-size: 20px;
    }*/
    .banner__btnbox {
        justify-content: center;
        margin-top: 15px;
    }
    .indexcase {
        padding: 40px 0;
    }
    .common__title {
        font-size: 26px;
    }
    .common__title::after {
        margin-top: 15px;
    }
    .titlebox {
        margin-bottom: 20px;
    }
   /* .indexcare__item {
        margin-top: 20px;
    }*/
    /*.countrys {
        padding: 40px 0;
    }*/
    .countrys__info {
        width: 100%;
        text-align: center;
        padding: 0 0 15px;
    }
    .countrys__title {
        font-size: 24px;
    }
    .countrys__subtitle {
        margin-top: 10px;
    }
    .indexnews {
        padding: 40px 0;
    }
    .indexnews__main {
        width: 100%;
        padding: 0 0 30px;
    }
    .indexnews__aside {
        width: 100%;
    }
    .titlebox-medium .common__title {
        font-size: 24px;
    }
    .indexnews__title {
        font-size: 20px;
    }
    .post-description {
        padding: 20px 15px 25px;
    }
    .post-description__date{
        display: block;
        color: #399fea;
    }
    .footer {
        padding: 40px 0;
    }
    .footer__item:nth-child(2) {
        display: none;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .footer__item {
        width: 230px;
    }
    .footer__item:last-child {
        width: calc(100% - 230px)
    }
}
@media (max-width:991px) and (min-width:576px) {
    .indexcare__item {
        width: calc((100% - 40px) / 3);
        /*margin: 20px 20px 0 0;*/
    }
    .indexcare__item:nth-child(3n) {
        margin-right: 0;
    }
   /* .indexcare__item:nth-child(-n + 3) {
        margin-top: 0;
    }*/
    .indexcare__box {
        padding: 0 10px 10px;
    }
    .indexcare__title{
        font-size: 16px;
    }
    .indexcare__subtitle{
        font-size: 14px;
    }
    /*.indexcare__item {
        width: calc((100% - 20px) / 2);
    }
    .indexcare__item:nth-child(2n) {
        margin-right: 0;
    }
    .indexcare__item:nth-child(-n + 2) {
        margin-top: 0;
    }*/
}
@media (max-width:767px) {
    .banner__slider .banner__slide {
        height: 45vw;
    }
    .topbar__website {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    .banner__title-box,
    .banner__subtitle-box,
    .banner__btnbox {
        height: auto;
        max-height: initial;
        overflow: visible;
    }
    .banner__title,
    .banner__subtitle,
    .banner__btn {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    .indexnews__title {
        max-height: initial;
    }
    .indexnews__title + p {
        height: auto;
    }
    .footer__item {
        width: 100%;
    }
    .footer__item:first-child {
        text-align: center;
    }
    .footer__icons {
        justify-content: center;
    }
    .footer__item:last-child {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .footer__title {
        margin-bottom: 15px;
    }
    .footer__title::after {
        padding-top: 8px;
        margin: 0 auto;
    }
    .footer__contact {
        max-width: 550px;
        margin: 0 auto;
    }
    .footer__contact-row {
        align-items: center;
        flex-direction: column;
    }
    .footer__contact-label {
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer__contact-address {
        width: 100%;
    }
    .countrys__gallery-item{
        width: calc(33.33% - 20px);
    }
    .countrys__gallery-item:nth-child(4){
        margin-top: 20px;
    }
    /*
    .countrys__gallery-subtitle{
        font-size: 12px;
    }
    .countrys__gallery img{
        width: 70px;
        height: 100%;
    }
    .countrys__gallery-box{
        width: calc(100% - 70px);
        padding: 10px;
    }
    .countrys__box{
        padding-top: 0;
        padding-bottom: 0;
    }*/

}
@media (min-width:576px) {
   /* .countrys__gallery-item:nth-child(3n) {
        border: 0;
    }*/
}
@media (max-width:575px) {
    .common__title{
        font-size: 22px;
    }
    .banner__title{
        font-size: 18px;
    }
    .banner__subtitle{
        font-size: 18px;
        line-height: 1.2;
    }
    .indexcare__item {
        width: calc((100% - 20px) / 2);
        /*margin-top: 10px;*/
    }
    .indexcare__item:nth-child(2n) {
        margin-right: 0;
    }
   /* .indexcare__item:nth-child(1),.indexcare__item:nth-child(2){
        margin-top: 0;
    }*/
    .indexcare__title{
        font-size: 16px;
    }
    .indexcare__subtitle{
        font-size: 14px;
    }
    .indexcare__title br{
        display: none;
    }
    .indexcare__box{
        padding: 5px;
    }
    .indexcare__subtitle-box{
        margin-top: 5px;
    }
    .indexcare__item:fisrt-child {
        margin-top: 0;
    }
    .banner__btnbox {
        /*flex-direction: column;*/
    }
    .banner__slide .container{
        width: 100%;
    }
    .banner__btn {
        width: calc(50% - 10px);
        max-width: 200px;
        text-align: center;
        padding: 0 0px;
        margin: 0px 10px;
        line-height: 1.2em;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .banner__slider .banner__slide {
        /*min-height: 32vh;*/
        /*min-height: 250px;*/
    }
 /*   .countrys__gallery-item {
        width: 50%;
    }*/

    /*.countrys__gallery-subtitle {
        font-size: 14px;
    }*/
    .event__info span {
        width: 100%;
    }
    .event__info span:nth-child(n + 2) {
        margin-top: 5px;
    }
    .indexnews__aside-title {
        margin: 0 0 5px;
    }
    .event-small .event-date {
        margin-right: 12px;
    }
     .countrys__gallery-item{
        width: calc(50% - 20px);
    }
    .countrys__gallery-item:nth-child(3){
        margin-top: 20px;
    }
}
/* index end */

/* 說明會 */
.pagetitle {
    position: relative;
    height: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagetitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d4e86;
    opacity: .64;
}
.pagetitle__title {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .025em;
}
.pagetitle__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .025em;
    margin: 14px 0 0;
}
.seminar {
    padding: 60px 0 70px;
}
.tab {
    font-size: 0;
    text-align: center;
    /*border-bottom: 1px solid #dcdddd;*/
    margin-bottom: 50px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.tab__btn {
    position: relative;
    display: inline-block;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .1em;
    /*padding: 0 6px 15px;*/
    margin-left: 35px;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}
.tab__btn::after {
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;*/
    content: "/";
    color: #555;
    margin-left: 35px;
}
.tab__btn:hover,
.tab__btn--active {
    color: #399fea;
}
.tab__btn:first-child {
    margin: 0;
}
.tab__btn:last-child::after {
    display: none;
}
.tab__btn--active {
    color: #399fea;
}
/*.tab__btn--active::after {
    background-color: #399fea;
}*/
.seminar__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 58px;
}
.seminar__item::after {
    content: '';
    position: absolute;
    top: calc(100% + 29px);
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #dcdddd;
}
.seminar__item:first-child {
    margin: 0;
}
.seminar__imgbox {
    position: relative;
    width: 40.35%;
    overflow: hidden;
}
.seminar__imgbox::before {
    content: '';
    display: block;
    padding-top: 52.17%;
}
.seminar__item-mbplace{
    display: none;
}
.seminar__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    transition: transform .4s ease;
}
.seminar__item:hover .seminar__img {
    transform: scale(1.1);
}
.seminar__item-content {
    width: 59.65%;
    padding-left: 30px;
}
.seminar__item-title {
    max-height: 1.2em;
    overflow: hidden;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}
.date {
    font-family: 'Lato', '微軟正黑體';
    color: #399fea;
    font-size: 22px;
    line-height: 1;
    margin: 15px 0 24px;
}
.seminar__item .event__info span {
    width: auto;
    margin-left: 24px;
}
.seminar__item .event__info span:first-child {
    margin: 0;
}
.seminar__item-text {
    max-height: 3em;
    overflow: hidden;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-top: 18px;
}
.detail {
    display: block;
    width: 120px;
    color: #898989;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #898989;
    margin-top: 24px;
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
}
.seminar__item:hover .detail {
    color: #fff;
    background-color: #898989;
}
.paging {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 85px;
}
.paging__box {
    display: flex;
    flex-wrap: wrap;
}
.paging__btn {
    position: relative;
    display: block;
    width: 32px;
    line-height: 32px;
    font-family: 'Noto Sans TC', '微軟正黑體';
    color: #999;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: color .4s, background-color .4s, border-color .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s;
    transition: color .4s, background-color .4s, border-color .4s;
}
.paging__btn:hover,
.paging__btn--active {
    z-index: 2;
    color: #fff;
    background-color: #399fea;
    border-color: #399fea;
}
.paging__btn:nth-child(n + 2) {
    margin-left: -1px;
}
.paging__btn-prev {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.paging__btn-next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.paging__btn-next {
    border-left: 1px solid #ddd;
}
.paging__btn-prev .fa,
.paging__btn-next .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width:991px) {
    .pagetitle {
        height: 140px;
        text-align: center;
    }
    .pagetitle__title {
        font-size: 32px;
    }
    .seminar {
        padding: 40px 0;
    }
    .tab {
        margin-bottom: 20px;
    }
    .tab__btn {
        margin-left: 15px;
    }
    .tab__btn::after {
        margin-left: 15px;
    }
    .seminar__item {
        margin-top: 24px;
    }
    .seminar__item::after {
        top: calc(100% + 12px);
    }
    .seminar__imgbox {
        display: none;
    }
    .seminar__item-content {
        width: 100%;
        padding: 15px 0 0;
    }
    .seminar__item-title {
        font-size: 20px;
    }
    /*.event__info{
        display: none;
    }*/
    .date {
        font-size: 18px;
        margin: 5px 0 10px;
        display: inline-flex;
        width: 100%;
        align-items: center;
        font-weight: normal;
        margin-bottom: 0;
    }
    .seminar__item-text {
        margin-top: 12px;
        line-height: 1.2;
        max-height: 3.6em
    }
    .detail {
        display: none;
    }
    .paging {
        margin-top: 35px;
    }
    .seminar__item-mbplace{
        display: block;
        font-size: 16px;
        color: #399FEA;

    }
}
/* 說明會 end */

/* 說明會內頁 */
.seminar_detail {
    padding: 60px 0 90px;
}
.detail__maintitle {
    color: #333;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}
.detail__maintitle .date {
    margin: 20px 0;
}
.detail__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdddd;
}
.detail__info-itembox {
    width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.detail__info-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 60px;
}
.detail__info-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
    height: 100%;
    border-left: 1px solid #dcdddd;
}
.detail__info-item:first-child {
    margin: 0;
}
.detail__info-item:first-child::before {
    display: none;
}
.detail__info-item img {
    height: 27px;
    margin-right: 12px;
}
.detail__info-title {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.detail__info-text {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin: 7px 0 0;
}
.bottom {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 16px 0;
    background-color: rgba(57,159,234,1);
}
.bottom__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bottom__box-title {
    max-height: 2.4em;
    overflow: hidden;
    flex: 1;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 30px;
}
.sign {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    padding: 0 94px;
    background-color: #ef5050;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.sign:hover {
    color: #fff;
    opacity: .8;
}
.editor {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.return {
    display: inline-block;
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    width: 160px;
    margin-top: 45px;
    border: 1px solid #898989;
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
}
.return:hover {
    color: #fff;
    background-color: #898989;
}
@media (max-width:991px) {
    .seminar_detail {
        padding: 40px 0 150px;
    }
    .detail__maintitle {
        font-size: 28px;
        text-align: center;
    }
    .detail__maintitle + .date {
        text-align: center;
    }
    .detail__info {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .detail__info-itembox {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .detail__info-itembox + .sign {
        margin: 0 auto;
    }
    .return {
        margin-top: 20px;
    }
    .bottom__box-title {
        font-size: 14px;
    }

}
@media (max-width:767px) {
    .bottom__box {
        flex-direction: column;
    }
    .bottom__box-title {
        max-width: 100%;
        text-align: center;
        padding: 0;
        font-size: 12px;
    }
    .detail__info-text{
        font-size: 16px;
    }
    .detail__maintitle{
        font-size: 24px;
    }
    .seminar_detail .date{
        font-size: 14px;
    }
    .return{
        width: 135px;
    }
}
@media (max-width:575px) {
    .detail__info-itembox {
        flex-direction: column;
    }
    .detail__info-item {
        margin: 10px 0 0;
    }
    .detail__info-item::before {
        display: none;
    }
    .detail__maintitle{
        text-align: left;
    }
    .detail__info-itembox{
        align-items: flex-start;
    }
}
/* 說明會內頁 end */

/* 最新消息 */
.news {
    padding: 65px 0 70px;
}
.news__itembox {
    display: flex;
    flex-wrap: wrap;
}
.news__itembox .post {
    margin: 30px 30px 0 0;
}
.news__itembox .post .more {
    text-align: right;
}
@media (min-width:1200px) {
    .news__itembox .post {
        width: calc((100% - 60px) / 3);
    }
    .news__itembox .post:nth-child(3n) {
        margin-right: 0;
    }
    .news__itembox .post:nth-child(-n + 3) {
        margin-top: 0;
    }
}
@media (max-width:1199px) and (min-width:768px) {
    /*.news__itembox .post {
        width: calc((100% - 40px) / 2);
    }
    .news__itembox .post:nth-child(2n) {
        margin-right: 0;
    }
    .news__itembox .post:nth-child(-n + 2) {
        margin-top: 0;
    }*/
     .news__itembox .post {
        width: 100%;
        margin-right: 0;
    }
    .news__itembox .post:first-child {
        margin-top: 0;
    }
}
@media (max-width:991px) {
    .news {
        padding: 40px 0;
    }
}
@media (max-width:767px) {
    .news__itembox .post {
        width: 100%;
        margin-right: 0;
    }
    .news__itembox .post:first-child {
        margin-top: 0;
    }
}
/* 最新消息 end */

/* 最新消息內頁 */
.newdetail {
    padding: 80px 0 75px;
}
.newdetail__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.newdetail__main {
    width: calc(100% - 265px);
    padding-right: 40px;
}
.newdetail__titlebox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.newdetail__date {
    width: 58px;
    text-align: center;
    padding: 12px 0;
    background-color: #399fea;
}
.newdetail__day {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.newdetail__month {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-top: 6px;
}
.newdetail__title {
    width: calc(100% - 58px);
    color: #333;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 22px;
}
.detail__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.detail__bottom .return {
    margin: 0;
}
.share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.share::before {
    content: attr(data-text);
    display: block;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.share__item {
    display: block;
    width: 28px;
    margin-left: 9px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.share__item:hover {
    opacity: .8;
}
.share__item:first-child {
    margin-left: 15px;
}
.sidebar {
    width: 265px;
}
.sidebar__title {
    color: #444;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.sidebar__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.sidebar__list::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    border-top: 1px solid #dbdcdc;
}
.sidebar__list:first-child {
    margin: 0;
}
.sidebar__list:first-child::before {
    display: none;
}
.sidebar__list-img {
    width: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar__list-img::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.sidebar__list-content {
    width: calc(100% - 70px);
    padding-left: 25px;
}
.sidebar__list-title {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.375;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}
.sidebar__list:hover .sidebar__list-title {
    color: #399fea;
}
.sidebar__list-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Lato', '微軟正黑體';
    color: #999;
    font-size: 13px;
    margin-top: 7px;
}
.sidebar__list-date .fa {
    color: #399fea;
    margin-right: 6px;
}
@media (max-width:991px) {
    .newdetail {
        padding: 40px 0;
    }
    .newdetail__main {
        width: 100%;
        padding: 0 0 20px;
    }
    .newdetail__title {
        font-size: 26px;
    }
    .sidebar {
        width: 100%;
    }
    .sidebar__title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sidebar__list {
        margin-top: 24px;
    }
    .sidebar__list::before {
        top: -12px;
    }
}
@media (max-width:575px) {
    .detail__bottom {
        flex-direction: column-reverse;
    }
    .share {
        margin-bottom: 15px;
    }
}
/* 最新消息內頁 end */

/* 專辦國家 */
.country {
    padding: 60px 0 65px;
}
.country__titlebox {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 64px;
}
.country__titlebox::after {
    content: '';
    display: block;
    width: 80px;
    margin: 30px auto 0;
    border-bottom: 1px solid #399fea;
}
.country__maintitle {
    color: #333;
    font-size: 38px;
    line-height: 1;
}
.country__subtitle {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 15px 0 0;
}
.country__itembox {
    display: flex;
    flex-wrap: wrap;
}
.country__item {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 30px 0 0;
}
.country__item-img {
    position: relative;
    width: 54%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.country__item-img::before {
    content: '';
    display: block;
    padding-top: 90%;
}
.country__item-img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,0));
}
.country__item-title {
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 20px 0 52px;
}
.country__item-title img {
    position: absolute;
    left: 20px;
    top: 0;
    height: 24px;
}
.country__item-content {
    width: 46%;
    background-color: #fff;
}
.country__item-textbox {
    height: calc(100% - 42px);
    padding: 30px;
}
.country__item-subtitle {
    max-height: 3em;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.country__item-text {
    max-height: 6em;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 12px;
}
.country__item-btnbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #e8e8e8;
}
.country__item-btn {
    display: block;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 42px;
    text-align: center;
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
}
.country__item-btn:first-child {
    border-right: 1px solid #e8e8e8;
}
.country__item-more {
    color: #000;
}
.country__item-more:hover {
    color: #fff;
    background-color: #000;
}
.country__item-case {
    color: #efb000;
}
.country__item-case:hover {
    color: #fff;
    background-color: #efb000;
}
@media (min-width:992px) {
    .country__item {
        width: calc((100% - 30px) / 2);
    }
    .country__item:nth-child(2n) {
        margin-right: 0;
    }
    .country__item:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (max-width:991px) {
    .country {
        padding: 40px 0;
    }
    .country__titlebox {
        margin-bottom: 20px;
    }
    .country__maintitle {
        font-size: 26px;
    }
    .country__subtitle {
        font-size: 14px;
    }
    .country__titlebox::after {
        margin-top: 15px;
    }
    .country__item {
        width: 100%;
        margin-right: 0;
        display: inline-flex;
        margin-top: 30px;
    }
    .country__item-img{
        /*width:50%;*/
        display: none;
    }
    .country__item-content{
        width: 100%;
    }
    .country__item:first-child {
        margin-top: 0;
    }
    /*.country__item:nth-child(even) {
        margin-right: 0;
    }*/
    .country__item-textbox {
        padding: 15px;
    }
    .country__item-subtitle {
        max-height: 4.5em;
    }
    .country__item-text {
        max-height: 7.5em;
    }
}
@media (max-width:575px) {
    .country__item-img {
        width: 100%;
    }
    .country__item-content {
        width: 100%;
    }

}



/* 專辦國家 end */

/* 專辦國家內頁 */
.pagetitle-country {
    position: relative;
    height: 23.4375vw;
    min-height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagetitle-country::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64.5%;
    background: linear-gradient(0deg,rgba(0,0,0,.5), rgba(0,0,0,0));
}
.pagetitle-country__box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}
.pagetitle-country__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
.pagetitle-country__inner::after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background-color: #ffdc00;
    margin-top: 25px;
}
.pagetitle-country__inner img {
    height: 42px;
}
.pagetitle-country__title {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #fff;
    font-size: 35px;
    line-height: 1.2;
    margin-top: 10px;
}
.pagetitle-country__subtitle {
    color: rgba(255,255,255,.8);
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .05em;
    margin-top: 6px;
}
.country__detail {
    padding: 50px 0 70px;
}
.country__detail-editor {
    padding-left: 24px;
}
.country__detail-btnbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.country__detail-btn {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 40px;
    -webkit-transition: color .4s, background-color .4s, border-color .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s;
    transition: color .4s, background-color .4s, border-color .4s;
}
.country__detail-btn:nth-child(n + 2) {
    margin-left: 12px;
}
.country__detail-return {
    color: #898989;
    border: 1px solid #898989;
}
.country__detail-return:hover {
    color: #fff;
    background-color: #898989;
}
.country__detail-case {
    color: #fff;
    background-color: #e8b100;
    border: 1px solid #e8b100;
}
.country__detail-case:hover {
    color: #e8b100;
    background-color: transparent;
}
@media (max-width:991px) {
    .pagetitle-country {
        height: 50vw;
        min-height: 50vw;
    }
    .pagetitle-country__inner img{
        height: 24px;
    }
    .pagetitle-country__title {
        font-size: 24px;
    }
    .pagetitle-country__subtitle {
        font-size: 16px;
    }
    .pagetitle-country__inner::after {
        margin-top: 15px;
    }
    .country__detail {
        padding: 40px 0;
    }
}
@media (max-width:767px) {
    .country__detail-btnbox {
        flex-direction: column;
    }
    .country__detail-btn {
        padding: 0 25px;
    }
    .country__detail-btn:nth-child(n + 2) {
        margin: 10px 0 0;
    }
    .pagetitle-country{
        display: none;
    }
}
/* 專辦國家內頁 end */

/* 成功案例 */
.case__itembox {
    display: flex;
    flex-wrap: wrap;
}
.case__item {
    position: relative;
    padding-bottom: 100px;
    margin: 40px 20px 0 0;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    overflow: hidden;
}
.case__person {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.case__person::before {
    content: '';
    display: block;
    padding-top: 103.7%;
}
.case__box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-height: 100%;
    padding: 21px 25px;
    background-color: #fff;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transition: transform .5s;
}
.case__item:hover .case__box {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.case__name {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
}
.case__name + .date {
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.case__description {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 25px;
}
.case__itembox + .paging {
    margin-top: 40px;
}
@media (min-width:1200px) {
    .case__item {
        width: calc((100% - 60px) / 4);
    }
    .case__item:nth-child(4n) {
        margin-right: 0;
    }
    .case__item:nth-child(-n + 4) {
        margin-top: 0;
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .case__item {
        width: calc((100% - 40px) / 3);
    }
    .case__item:nth-child(3n) {
        margin-right: 0;
    }
    .case__item:nth-child(-n + 3) {
        margin-top: 0;
    }
}
@media (max-width:991px) {

}
@media (max-width:991px) and (min-width:768px) {
    .case__item {
        width: calc((100% - 20px) / 2);
    }
    .case__item:nth-child(2n) {
        margin-right: 0;
    }
    .case__item:nth-child(-n + 2) {
        margin-top: 0;
    }
}
@media (max-width:767px) {
    .case__item {
        width: 100%;
        margin-right: 0;
    }
    .case__item:first-child {
        margin-top: 0;
    }
}
/* 成功案例 end */

/* 關於我們  */
.about {
    padding: 70px 0;
}
.about__topbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about__topbox img {
    width: 52%;
}
.about__textbox {
    width: 39.73%;
}
.about__title {
    color: #555;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about__text {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    margin-bottom: 35px;
}
.about__btn {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background-color: #399fea;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.about__btn:hover {
    color: #fff;
    opacity: .8;
}
.feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}
.feature__item {
    width: calc((100% - 60px) / 3);
    text-align: center;
    padding: 20px 25px;
    background-color: #f9f9f9;
    border: 1px solid #dcdddd;
}
.feature__item img {
    width: 66px;
}
.feature__title {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 18px;
}
.feature__text {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    margin-top: 17px;
}
.team {
    padding: 65px 0;
    background-color: #f7f8f8;
}
.team__title {
    color: #333;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 34px;
}
.team__itembox {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
.team__itembox--open {
    height: auto;
    overflow: visible;
    opacity: 1;
}
.team__item {
    text-align: center;
    margin: 20px 30px 0 0;
}
.team__item img {
    border-radius: 3px;
}
.team__name {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}
.team__job {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    margin-top: 2px;
}
@media (min-width:1200px) {
    .team__item {
        width: calc((100% - 90px) / 4);
    }
    .team__item:nth-child(4n) {
        margin-right: 0;
    }
    .team__item:nth-child(-n + 4) {
        margin-top: 0;
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .team__item {
        width: calc((100% - 60px) / 3);
    }
    .team__item:nth-child(3n) {
        margin-right: 0;
    }
    .team__item:nth-child(-n + 3) {
        margin-top: 0;
    }
}
@media (max-width:991px) {
    .about {
        padding: 40px 0;
    }
    .about__topbox {
        flex-direction: column-reverse;
    }
    .about__textbox {
        width: 100%;
    }
    .about__topbox img {
        width: auto;
        margin-top: 20px;
    }
    .feature {
        margin-top: 15px;
    }
    .feature__item {
        width: 100%;
        margin-top: 20px;
    }
    .feature__item:first-child {
        margin: 0;
    }
    .feature__item img {
        width: 45px;
    }
    .feature__title {
        font-size: 20px;
    }
    .feature__text {
        font-size: 15px;
    }
    .team {
        padding: 40px 0;
    }
    .team__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media (max-width:991px) and (min-width:576px) {
   /* .team__item {
        width: calc((100% - 30px) / 2);
    }
    .team__item:nth-child(2n) {
        margin-right: 0;
    }
    .team__item:nth-child(-n + 2) {
        margin-top: 0;
    }*/
    .team__item {
        width: calc((100% - 60px) / 3);
    }
    .team__item:nth-child(3n) {
        margin-right: 0;
    }
    .team__item:nth-child(-n + 3) {
        margin-top: 0;
    }
}
@media (max-width:575px) {
    /*.team__item {
        width: 100%;
        margin-right: 0;
    }
    .team__item:first-child {
        margin-top: 0;
    }*/
    .team__item {
        width: calc((100% - 10px) / 2);
    }
    .team__item:nth-child(2n) {
        margin-right: 0;
    }
    .team__item:nth-child(-n + 2) {
        margin-top: 0;
    }
    .team__item {
        margin: 20px 10px 0 0;
    }
}
/* 關於我們 end */

/* 線上報名 */
.sign__wrap {
    max-width: 910px;
    padding: 70px 0 85px;
    margin: 0 auto;
}
.sign__infobox {
    padding: 25px;
    margin-bottom: 40px;
    background-color: #f5f5f5;
}
.sign__infobox-title {
    color: #399fea;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
}
.sign__infobox-text {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    margin-top: 10px;
}
.sign__form-block:nth-child(n + 2) {
    margin-top: 40px;
}
.sign__form-title {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.form__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.form__row:last-child {
    margin: 0;
}
.form__half {
    width: calc(50% - 10px);
}
.form__label {
    display: inline-block;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.name__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form__input {
    width: 100%;
    height: 36px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #eee;
    padding: 0 15px;
}
.form__select {
    width: 100%;
    height: 36px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 15px;
    background-image: url(../images/sign/select_arrow.png);
    background-size: 10px 6px;
    background-position: calc(100% - 10px) 14px;
    background-repeat: no-repeat;
}
.form__textarea {
    width: 100%;
    height: 132px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    resize: none;
}
.form__input-name {
    width: calc(100% - 110px);
}
.sex__select {
    width: 100px;
    height: 36px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #eee;
    padding: 0 30px 0 15px;
    margin-left: 10px;
    background-image: url(../images/sign/select_arrow.png);
    background-size: 10px 6px;
    background-position: calc(100% - 10px) 14px;
    background-repeat: no-repeat;
}
.office {
    max-width: 200px;
}
.office__select {
    width: 100%;
    height: 36px;
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #eee;
    padding: 0 30px 0 15px;
    background-image: url(../images/sign/select_arrow.png);
    background-size: 10px 6px;
    background-position: calc(100% - 10px) 14px;
    background-repeat: no-repeat;
}
.form__btnbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.form__btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 35px;
    -webkit-transition: color .4s, background-color .4s, border-color .4s;
    -moz-transition: color .4s, background-color .4s, border-color .4s;
    transition: color .4s, background-color .4s, border-color .4s;
}
.form__btn:nth-child(n + 2) {
    margin-left: 10px;
}
.form__btn-clear {
    color: #aaa;
    border: 1px solid #d9d9d9;
}
.form__btn-clear:hover {
    color: #777;
    border-color: #777;
}
.form__btn-submit {
    color: #fff;
    background-color: #399fea;
    border: 1px solid #399fea;
}
.form__btn-submit:hover {
    color: #399fea;
    background-color: transparent;
}
.activity__title {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.77;
}
.activity__date {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
}
.activity__date span {
    font-family: 'Lato', '微軟正黑體';
    font-weight: 400;
}
.activity__infobox {
    font-size: 0;
}
.activity__info {
    display: inline-block;
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    margin-left: 45px;
}
.activity__info:first-child {
    margin: 0;
}
@media (max-width:991px) {
    .sign__wrap {
        padding: 40px 0;
    }
    .sign__infobox {
        padding: 15px;
        margin-bottom: 20px;
    }
    .sign__infobox-title {
        font-size: 20px;
    }
    .sign__form-title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .sign__form-block:nth-child(n + 2) {
        margin-top: 30px;
    }
    .form__btnbox {
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .activity__info {
        display: block;
        margin: 0;
    }
}
@media (max-width:575px) {
    .form__half {
        width: 100%;
    }
    .form__half:nth-child(n + 2) {
        margin-top: 20px;
    }
}
/* 線上報名 end */

/* 報名完成 */
.success {
    text-align: center;
    padding: 95px 0 85px;
}
.success img {
    width: 190px;
    margin-bottom: 35px;
}
.success__title {
    color: #333;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
.success__text {
    color: #767676;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
}
.success__text + .form__btnbox {
    justify-content: center;
    margin: 0;
}
@media (max-width:991px) {
    .success {
        padding: 40px 0;
    }
}
/* 報名完成 end */

/* 聯絡我們 */
.contact {
    padding: 70px 0;
    background-color: #f0f0f0;
}
.contact__info {
    margin-bottom: 35px;
}
.contact__info-text {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.contact__info-text a {
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體';
    color: #399fea;
    font-weight: 400;
}
.contact__school {
    margin-bottom: 50px;
}
.contact__school-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #777;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.contact__school-title img {
    height: 17px;
    margin-right: 13px;
}
.contact__formbox .form__btnbox {
    justify-content: center;
    margin-top: 25px;
}
.contact__bottom {
    margin-top: 80px;
}
.contact__bottom-title {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 45px;
}
.contact__bottom-itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact__bottom-item {
    width: calc((100% - 30px) / 3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.contact__bottom-item:hover {
    box-shadow: 1.4px 1.4px 2.1px rgba(0,0,0,.15);
}
.contact__bottom-item img {
    width: 37px;
    opacity: .4;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
.contact__bottom-item:hover img {
    opacity: 1;
}
.contact__bottom-text {
    width: calc(100% - 37px);
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 12px;
}
@media (max-width:991px) {
    .contact {
        padding: 40px 0;
    }
    .contact__info {
        margin-bottom: 30px;
    }
    .contact__school {
        margin-bottom: 30px;
    }
    .contact__bottom {
        margin-top: 30px;
    }
    .contact__school-title {
        font-size: 18px;
    }
    .contact__bottom-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media (max-width:767px) {
    .contact__bottom-item {
        width: 100%;
        margin-top: 10px;
    }
    .contact__bottom-item:first-child {
        margin: 0;
    }
}
/* 聯絡我們 end */

/* 站內搜尋  */
.search__wrap {
    padding: 70px 0;
}
@media (max-width:991px) {
    .search__wrap {
        padding: 40px 0;
    }
}
/* 站內搜尋 end */

/* 0629 */
.boxshadow {
    box-shadow: none;
}
/* 0629 end */

/* 0718 */
.fixed__bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.fixed__bottom-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: 33.3333%;
    color: #fff;
    font-size: 25px;
    padding: 10px 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
}
@media (max-width:991px) {
    .fixed__bottom-btn {
        display: inline-flex;
        height: 45px;
        padding: 0;
        flex-direction: row;
        justify-content: center;
        font-size: 16px;
        text-align: center;
        line-height: 1.2;
    }
}
@media (max-width:575px) {
    .fixed__bottom-btn {
       font-size: 14px;
    }
}
.fixed__bottom-btn:focus {
    color: #fff;
}
.fixed__bottom-btn:hover {
    color: #fff;
    opacity: .8;
}
.fixed__bottom-booking {
    background-color: #ef4c43;
}
.fixed__bottom-contact {
    background-color: #399fea;
}
.fixed__bottom-fb {
    background-color: #2e57a0;
}
.fixed__bottom-tel {
    background-color: #ef4c43;
}
.fixed__bottom-btn img {
    width: 24px;
    margin-right: 5px;
}
@media (max-width:374px) {
    .fixed__bottom-btn img {
        width: 16px;
        margin-right: 2px;
    }
}
@media (min-width:992px) {
    .fixed__bottom {
        display: none;
    }
}
@media (max-width:991px) {
    body {
        padding-bottom: 45px;
    }
    .scrollToTop {
        bottom: 50px;
    }
}
/* 0718 end */

/* 0726 */
.detail__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width:991px) {
    .detail__wrap {
        flex-direction: column-reverse;
    }

}
.detail__aside {
    width: 265px;
    padding-right: 30px;
}
.detail__aside-item {
    padding-left: 24px;
}
.detail__aside-item:nth-child(n + 2) {
    margin-top: 30px;
}
.detail__aside-title {
    position: relative;
    font-family: 'Noto Sans TC', '微軟正黑體';
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .025em;
    margin-bottom: 15px;
    user-select: none;
}
.detail__aside-title::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -24px;
    width: 10px;
    height: 10px;
    background-color: #c9caca;
    border-radius: 50%;
}
.detail__aside--active .detail__aside-title::before {
    background-color: #399fea;
}
.detail__aside-link {
    display: block;
    font-family: 'Noto Sans TC', '微軟正黑體';
    /*color: #777;*/
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;

    color: #399fea;
    border-bottom: 1px solid #399fea;
}
.detail__aside-link:hover {
    /*color: #555;*/
    color: #399fea;
    opacity: 0.8;
}
.detail__aside-link:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.detail__content {
    width: calc(100% - 265px);
    padding: 25px 30px;
    background-color: #fff;
}
.detail__content-title {
    position: relative;
    font-family: 'Noto Sans TC', '微軟正黑體';
    color: #0000FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdddd;
}
.detail__content-title a{
    color: #0000FF;
}
.detail__content-title::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -30px;
    width: 6px;
    height: 30px;
    background-color: #399fea;
}
.detail__content-name {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}
.detail__content-date {
    font-family: 'Lato';
    color: #399fea;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
@media (max-width:991px) {
    .detail__aside {
        width: 100%;
        padding: 20px 0 0px;
    }
    .detail__content {
        width: 100%;
    }
    .detail__aside-item:nth-child(n + 2) {
        margin-top: 15px;
    }
    .detail__content-title {
        margin-bottom: 15px;
    }
}
/* 0726 end */

/* 編輯器 */
.cke_editable-info {
    width: calc(100% - 260px);
    padding-right: 48px;
}
.cke_editable-aside {
    width: 260px;
    padding: 30px 25px;
    border: 1px solid #dcdddd;
}
.cke_editable-aside > p {
    color: red!important;
}
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
  color: #333;
}

.cke_editable h1 {
  font-size: 48px;
}

.cke_editable h2 {
  font-size: 40px;
}

.cke_editable h3 {
  font-size: 32px;
}

.cke_editable h4 {
  font-size: 28px;
}

.cke_editable h5 {
  font-size: 24px;
}

.cke_editable h6 {
  position: relative;
  font-size: 20px;
}

.cke_editable h6::before {
    content: '';
    position: absolute;
    left: -24px;
    width: 5px;
    height: 100%;
    background-color: #399fea;
}

.cke_editable p {
  font-size: 16px;
  font-weight: 300;
  color: #777;
  line-height: 1.7;
  margin: 0;
}

.cke_editable a {
  font-size: 16px;
  font-weight: 300;
  color: #f2811c;
  line-height: 1.7;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.cke_editable a:hover {
  opacity: .7;
}

.cke_editable ol {
  font-size: 15px;
  font-weight: 300;
  color: #777;
  line-height: 1.7;
  padding-left: 30px;
  margin: 0;
  list-style-type: decimal;
}

.cke_editable ul {
  font-size: 15px;
  font-weight: 300;
  color: #777;
  line-height: 1.7;
  padding-left: 30px;
  margin: 0;
  list-style-type: disc;
}

.cke_editable img {
  max-width: 100%;
  height: auto !important;
}

.cke_editable table {
  font-size: 16px;
  font-weight: 300;
  border-collapse: collapse;
  max-width: 100%;
}

.cke_editable th, .cke_editable td {
  padding: 10px 5px;
  white-space: normal !important;
  font-size: 16px;
  font-weight: 300;
  color: #777;
  line-height: 1.7;
  border: 1px solid #ddd;
}

.cke_editable blockquote {
  padding: 5px 20px;
  margin: 10px 0px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 0 5px;
}

.cke_editable strong {
  font-weight: bold;
}

.cke_editable__table--scroll {
  width: 100%;
  overflow: auto;
}

.cke_editable__table--scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.cke_editable__table--scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.cke_editable__table--scroll::-webkit-scrollbar-thumb {
  background-color: #555;
}
@media (max-width:991px) {
    .cke_editable-info {
        width: 100%;
        padding: 0 0 20px;
    }
    .cke_editable-aside {
        width: 100%;
        padding: 15px 20px;
    }
}
/* 編輯器 end */

/* google translate */
.langswitch {
    position: relative;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-tiny .langswitch {
    margin-top: 28px;
}
.langswitch::before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
    width: 24px;
    height: 24px;
    background-image: url(../images/common/google_translate.png);
}
.langswitch__current {
    position: relative;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    padding: 0 27px 0 15px;
    border: 1px solid #b5b6b6;
    -webkit-transition: border-color .4 ease;
    -moz-transition: border-color .4 ease;
    transition: border-color .4 ease;
}
.langswitch__current:hover {
    color: #fff;
    border-color: #fff;
}
.navbar-tiny .nav li .langswitch__current {
    padding: 0 27px 0 15px;
}
.langswitch__current .fa {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 20px;
    color: #fff;
}
.langswitch__hiddenbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dcdddd;
}
.langswitch__hiddenbox--open {
    padding: 8px 10px;
    display: block
}
.langswitch__hiddenbox-btn {
    display: block;
    color: #888;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    margin: 12px 0 0;
}
.langswitch__hiddenbox-btn:first-child {
    margin: 0;
}
.navbar-tiny .nav li .langswitch__hiddenbox-btn {
    margin: 12px 0 0;
    padding: 0;
}
.navbar-tiny .nav li .langswitch__hiddenbox-btn:first-child {
    margin: 0;
}
.langswitch__hiddenbox-btn:hover {
    color: #555;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
@media (max-width:767px) {
    .langswitch {
        /*margin: 0 auto;*/
        margin-left: 25px;
    }
}
/* google translate end */

.bottom__block {
    padding: 50px 0;
}
.bottom__block-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.bottom__block-item {
    display: block;
    width: 23.68%;
}
.bottom__block-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* 1212 */
.address__lightbox {
    padding: 15px;
    background-color: #fff;
}
.address__lightbox h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.address__lightbox h4 img {
    max-height: 20px;
    margin-right: 5px;
}
.address__lightbox p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.team__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.team__links a {
    display: block;
}
.team__links a:nth-child(n + 2) {
    margin-left: 15px;
}
@media (max-width:991px) {
    .team__links a:nth-child(n + 2) {
        margin-left: 10px;
    }
}
.team__links a img {
    display: block;
    max-height: 18px;
}
.team__links a img:last-child {
    display: none;
}
.team__links a:hover img:first-child {
    display: none;
}
.team__links a:hover img:last-child {
    display: block;
}
.country__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 35px;
}
.country__filter-item:nth-child(n + 2) {
    margin-left: 15px;
}
.country__filter-title {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 12px;
}
.country__filter-select {
    width: 240px;
    height: 40px;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    padding: 0 35px 0 15px;
    border: 1px solid #dcdddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/about/select_arrow.png);
    background-size: 10px 6px;
    background-position: calc(100% - 15px) 17px;
    background-repeat: no-repeat;
}
.country__filter-btn {
    display: inline-block;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 45px;
    background-color: #2c8522;
}
.country__filter-btn:hover {
    color: #fff;
    opacity: .8;
}
.country__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 35px;
}
.country__filter-item:nth-child(n + 2) {
    margin-left: 15px;
}
.country__filter-title {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 12px;
}
.country__filter-select {
    width: 240px;
    height: 40px;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    padding: 0 35px 0 15px;
    border: 1px solid #dcdddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/about/select_arrow.png);
    background-size: 10px 6px;
    background-position: calc(100% - 15px) 17px;
    background-repeat: no-repeat;
}
.country__filter-btn {
    display: inline-block;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 45px;
    background-color: #399fea;
}
.country__filter-btn:hover {
    color: #fff;
    opacity: .8;
}
@media (max-width:767px) {
    .country__filter {
        display: inline-flex;
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .country__filter-item {
        width: calc(50% - 7.5px);
    }
    .country__filter-item:nth-child(n + 2) {
        margin: 30px 0 0 15px;
    }
    .country__filter-btn {
        width: 100%;
        max-width: 240px;
        text-align: center;
    }
    .country__filter-select{
        width: 100%;
    }
}
/* 1212 end */

/* 1214 */
.indexcare__item-flag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 40px;
}
.boss {
    border-bottom: 1px solid #efefef;
}
/* 1214 end */

#indexcase{
    transform: translateY(-84px);
}


/*20190213*/
.topbar__right-tel{
    display: none;
}
@media (max-width:767px) {
    .topbar__website-btn--hiddenxs{
        display: none;
    }
    .topbar__right{
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .topbar__right-tel{
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2;
        opacity: .8;
        display: block;
    }
    .topbar__right-tel:hover {
        color: #fff; !important
        opacity: 1;
    }


}




.indexnews .owl-theme .owl-dots .owl-dot.active span{
    background: #399fea !important;
}
 @media only screen and (max-width: 767px) {
    .indexnews .owl-carousel.owl-nav-top .owl-nav button {
     display: block;
    }
    .bottom__block{
        padding: 40px 0;
    }
    .indexnews{
        padding-bottom: 0;
    }
}


.indexnewsmb{
    display: inline-flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    display: none;
}

.indexnewsmb-item{
    width: calc(33.33% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
}
.indexnewsmb-item:nth-child(1),.indexnewsmb-item:nth-child(2),.indexnewsmb-item:nth-child(3){
    margin-top: 0;
}
.indexnewsmb-item__img{
    /*width: 200px;
    height: 200px;*/
    width: 100%;

    border: 1px solid #E6E6E6;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}
.indexnewsmb-item__img::before{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.indexnewsmb-item__name{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    display: block;
}
@media (max-width:991px) {
    .indexnewsmb{
        display: inline-flex;
    }
    .indexnewspc{
        display: none;
    }
}
@media (max-width:767px) {
    /*.indexnewsmb-item__img{
        width: 100px;
        height: 100px;
    }*/
    .indexnewsmb-item__name{
        font-size: 16px;
        margin-top: 10px;
    }
}
@media (max-width:374px) {
    /*.indexnewsmb-item__img{
        width: 80px;
        height: 80px;
    }*/
}
/*.indexnewsmb-item:nth-child(3n){
    margin-right: 0;
}
.indexnewsmb-item__img img{
    height: 35px;
}

@media (max-width:767px) {
    .indexnewsmb-item{
        width: calc(50% - 10px);
    }
    .indexnewsmb-item:nth-child(3n){
        margin-right: 20px;
    }
    .indexnewsmb-item:nth-child(even){
        margin-right: 0;
    }
}

@media (max-width:575px) {
    .indexnewsmb-item{
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .indexnewsmb-item:nth-child(3n){
        margin-right: 10px;
    }
    .indexnewsmb-item:nth-child(even){
        margin-right: 0;
    }
}*/


/*麵包屑*/
.breadcrumb{
    display: inline-flex;
    padding: 0;
    margin: 10px 0 0 0;
    flex-wrap: wrap;
}
.breadcrumb-item{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}
.breadcrumb-item a{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.breadcrumb-item a:hover{
    opacity: 0.8;
}
.breadcrumb-item::after{
    content: "/";
    margin-left: 10px;
}
.breadcrumb-item:last-child{
    margin-right: 0;
}
.breadcrumb-item:last-child::after{
    display: none;
}
.breadcrumb-wrap{
    background: #f7f8f8;
    border-bottom: 1px solid #f0f0f0;
}
.breadcrumb-wrap .breadcrumb{
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb--black .breadcrumb-item,.breadcrumb--black .breadcrumb-item a{
    color: #555
}
@media (max-width:575px) {
    .breadcrumb-item,.breadcrumb-item a{
        font-size: 12px;
    }
    .breadcrumb-item{
        margin-right: 5px;
    }
    .breadcrumb-item::after{
        margin-left: 5px;
    }
}

/*20190225*/
.news-item{
    border-bottom: 1px dashed #dcdddd;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
.news-item h3{
}
.news-item p{
    font-weight: normal;
}
.news-item:first-child{
    margin-top: 0;
    padding-top: 0;
}
.news-item__mb{
    display: none;
}
@media (max-width:991px) {
    .news-item__mb{
        display: block;
    }
    .news-item__lg{
        display: none;
    }
}


/*文章*/


.detail__content-head{
    display: none;
}
.detail__content-btn{
    display: none;
}


@media (max-width:991px) {
    .detail__content-block .detail__content-body{
        display: none;
    }
    .detail__content-head{
        font-size: 16px;
        color: #777;
        font-weight: normal;
        display: block;
    }
    .detail__content-btn{
        width: 100%;
        line-height: 40px;
        background: #399fea;
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        cursor: pointer;
        display: block;
    }

    .detail__content-block--open .detail__content-head{
        display: none;
    }
    .detail__content-block--open .detail__content-body{
        display: block;
    }
}


/**/
.country__item-titlemb{
    display: none;
}
@media (max-width:991px) {
    .country__item-titlemb{
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #399fea;
    }
    .country__item-titlemb i{
        margin-right: 5px;
    }
}


.titlebox-index{
    text-align: center;
}
@media (max-width:991px) {
    .titlebox-index{
        text-align: left;
        margin-bottom: 30px;
    }
}
.titlebox-indexinline{
    text-align: center;
}
.titlebox-indexinline .common__title::after{
    margin-right: auto;
    margin-left: auto;
}
.titlebox-indexinline .common__more{
    display: none;
    font-size: 16px;
    color: #777777;
    font-weight: normal;
}
@media (max-width:991px) {
    .titlebox-indexinline .common__more{
        display: inline-flex;
        align-items: center;
    }
    .titlebox-indexinline .common__more::after{
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-image: url(../images/common/indextitle-more.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 5px;
    }
    .titlebox-indexinline {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .titlebox-indexinline .common__title::after{
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .seminar_detail-msg h5{
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.cke_editable--tablemsg{
    display: none;
    font-size: 14px;
    color: #ef4c43;
    margin-top: 15px;
}
@media (max-width:767px) {
    .cke_editable--tablemsg{
        display: block;
    }
}

.detail__btn{
    display: inline-flex;
}
.detail__btn-item{
    margin-left: 20px;
}
.detail__btn-item:first-child{
    margin-left: 0;
}
.detail__btn-item--red{
    color: #fff;
    border-color: #ef4c43;
    background-color: #ef4c43;
    transition: opacity .4s;
}
.detail__btn-item--red:hover{
    color: #fff;
    border-color: #ef4c43;
    background-color: #ef4c43;
    opacity: 0.8;
}


/*20190325*/
.newsselect{
    display: inline-flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    display: inline-flex;
    /*margin-bottom: 35px;*/
}
.newsselect-wrap{
    margin-top: 30px;
}

.newsselect-item{
    width: calc(12.5% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
    transition: opacity ease 0.4s;
}
.newsselect-item:hover{
    opacity: 0.8;
}
.newsselect-item:nth-child(1),.newsselect-item:nth-child(2),.newsselect-item:nth-child(3),.newsselect-item:nth-child(4),.newsselect-item:nth-child(5),.newsselect-item:nth-child(6),.newsselect-item:nth-child(7),.newsselect-item:nth-child(8){
    margin-top: 0;
}
.newsselect-item__img{
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}
.newsselect-item__img::before{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.newsselect-item__name{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    display: block;
}
@media (max-width:991px) {
    .newsselect-item{
        width: calc(20% - 20px);
    }
    .newsselect-item:nth-child(6),.newsselect-item:nth-child(7),.newsselect-item:nth-child(8){
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .newsselect-item{
        width: calc(33.33% - 20px);
    }
    .newsselect-item:nth-child(4),.newsselect-item:nth-child(5){
        margin-top: 20px;
    }
    .newsselect-item__name{
        font-size: 16px;
        margin-top: 10px;
    }
}

/*20190402*/
.detail__aside-item .detail__aside-link{
    display: none;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
  cursor: pointer;
}

.detail__aside-item--open .detail__aside-link{
    display: block;
    user-select: none;
}
.detail__aside-item--open .detail__aside-title--arrow::before{
    transform: rotate(180deg);
}
.detail__aside-item--open .detail__aside-title--arrow::after{
    transform: rotate(180deg);
}
.detail__aside-title--arrow{
    position: relative;
}
.detail__aside--active .detail__aside-title--arrow::before{
    background: #c9caca;
}
.detail__aside-title--arrow::before{
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #c9caca;
    position: absolute;
    top: 12px;
    left: -24px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;

    border-radius: 0%;
}

.detail__aside-title--arrow::after{
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #c9caca;
    transform: rotate(90deg);
    position: absolute;
    top: 12px;
    left: -24px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}


/*20190411*/
.seminar-block{
    display: inline-flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.seminar-block--mb{
    display: none;
}
.seminar-item{
    width: calc(33.333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    transition: box-shadow 0.3s ease;
}
.seminar-item:nth-child(1),.seminar-item:nth-child(2),.seminar-item:nth-child(3){
    margin-top: 0;
}
.seminar-item__img{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.seminar-item__img::before{
    content: "";
    padding-bottom: 56.52173913043478%;
    display: block;
}
.seminar-item__body{
    padding: 8px;
}
.seminar-item__title{
    color: #565656;
    font-size: 20px;
    max-height: 1.4em;
    overflow: hidden;
    transition: color 0.3s ease;
}
.seminar-item__info{
    margin-top: 15px;
}
.seminar-item__text{
    margin-top: 15px;
    font-size: 14px;
    color: #676767;
    font-weight: normal;
}
.seminar-item__btn{
    margin-top: 15px;
    font-size: 14px;
    color: #399fea;
    display: inline-flex;
    align-items: center;
}
.seminar-item__btn i{
    font-size: 18px;
    margin-left: 5px;
}
.seminar-item:hover .seminar-item__title{
    color: #399fea;
}
.seminar-item:hover {
    box-shadow: 10px 5px 90px 0px rgba(26, 38, 74, 0.13);
}

@media (max-width:991px) {
    .seminar-item{
        width: calc(50% - 30px);
    }
    .seminar-item:nth-child(3){
        margin-top: 30px;
    }
}


@media (max-width:767px) {
    .seminar-block--pc{
        display: none;
    }
    .seminar-block--mb{
        display: block;
    }
    .seminar-block{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .seminar-itemmb{
        display: inline-flex;
        align-items: center;
        border: 1px solid #e6e6e6;
        width: 100%;
        border-radius: 10px;
        margin-top: 10px;
        padding: 15px;
    }
    .seminar-item__datemb{
        font-size: 32px;
        color: #3b3b3b;
        width: 180px;
        word-break: break-all;
        line-height: 1;
    }
    .seminar-item__bodtmb{
        width: calc(100% - 180px);
        padding-left: 15px;
    }
    .seminar-item__titlemb{
        font-size: 18px;
        color: #3b3b3b;
        max-height: 1.4em;
        overflow: hidden;
        transition: color 0.3s ease;
    }
    .seminar-item__infomb{
        font-weight: normal;
        margin-top: 5px;
    }
    .seminar-itemmb:hover .seminar-item__titlemb{
        color: #399fea;
    }
}

@media (max-width:575px) {
    .seminar-item__datemb{
        width: 100px;
        font-size: 25px;
    }
    .seminar-item__bodtmb{
        width: calc(100% - 100px);
    }
}

/* cookie */
.cookie{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: rgb(0,0,0,.8);
	height: auto;
	line-height: 24px;
	color: #eee;
	text-align: center;
	padding: 15px 0;
	font-weight: 500;
}

.cookie a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 2px 10px;
	margin-left: 8px;
	background-color: #399fea;
    border-radius: 3px;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
}

.cookie a:hover{
    opacity: .7;
}

/* 20210330 */
.info__title{
    padding: 20px 0 0;
    font-size: 16px;
    color: #0000ff;
}
/* 20210330 end */