/* 全域 */
body{
    margin:0;
    padding:0;
    font-family: 'Montserrat', 'Noto Sans TC', "Microsoft JhengHei", "PingFang TC" , "蘋果儷中黑",'sans-serif' , Arial;
    -webkit-font-smoothing: antialiased;
    image-rendering: -webkit-optimize-contrast;
}

html{
    font-size:16px;
}
@media screen and (min-width: 1600px){
    html{
        font-size:18px;
    }
}
body::-webkit-scrollbar {
    display:none
}
nav div ul li a{
    color:#333;
}

a:hover{
    text-decoration: none;
}
footer{
    background-color:#1a1a1a;
}
footer a, footer a:hover, footer p{
    color:#fff;
}
p{
    margin:0;
    padding:0;
}
img{
    max-width:100%;
}
h1{
    font-size:60px;
}
input:focus, select:focus, button:focus{
    border: 1px solid #1a1a1a;
    box-shadow: none;
    outline-offset: -2px;
    outline: none;
}
li{
    list-style: none;
}
.fw-bold{
    font-weight: 600;
}

/* label靠右 */
label{
    text-align: right;
}
.radio-agree input{
    margin-right: 25px;
}
@media screen and (min-width: 992px){
    label{
        padding-right: 50px!important;
    }
    .newsletter-label-ctrl label, .place-body label{
        padding-right: 10px!important;
    }
}
@media screen and (max-width: 992px){
    label{
        text-align: left;
    }
}
.service-checkbox label, .awardcheck2-wrap label, .forget-background label, .login-box label, .micedatabase-body label, .micesupplier-body label{
    text-align: left;
}
.awardcheck-background label{
    padding-right: 15px!important;
}
.radio-agree{
    display: flex;
    justify-content: flex-end;
}
.login-box label, .micedatabase-body label, .micesupplier-body label, .signup-wrap label{
    padding-right: 0px!important;
}



/* ie select */
select::-ms-expand{
    display: none
}

.icon-right-arrow{
    line-height:1.5;
}
.standard-article{
    /* font-size: 1rem; */
    font-size: 20px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.select-padding{
    padding-left:25px;
}
/* 文字超出行數隱藏 */
.text-overflow-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-overflow-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-overflow-ie-ff{
    display: block;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
/* edge ie */
.ie-flex-block{
    display: block!important;
    flex-direction: unset!important;
}
.ie-absolute{
    position: absolute;
    bottom:0;
}

/* 電腦版選單不可點 */
@media only screen and (min-width:1367px){
    #navbarSupportedContent ul li.nav-item.show .dropdown-menu{
        display: none;
    }
}
/* 標題寬度限制 */
@media only screen and (min-width:1400px){
    .container{
        max-width:1167px;
    }
}

/* nav bar */
.nav-menu .nav-link:hover{
    color:#7c0c77!important;
    transition:all .3s;
}
.nav-fullwidth{
    position: static;
}
.nav-menu{
    display: flex;
    justify-content: center;
    align-items:center;
}
.dropdown-menu-style{
    position: absolute;
    width:1170px;
    top: 100%;
    left: calc(50% - 585px);
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:none;
    border-radius: 0;
}
.dropdown-arrow{
    padding:0;
}
.dropdown-arrow div{
    margin:0!important;
}
.nav-ctrl{
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.57px;
    color: #333!important;
}
.nav-lang{
    padding:0.5rem 30px 0.5rem 10px!important;
    color: #1a1a1a!important;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
}
.menu-box{
    margin:0 auto;
    max-width:1200px;
}
.menu-box div{
    margin:15px 0;
}
.menu-box div a:hover{
    color:#fff;
    background-color: #7c0c77;
    transition:all .3s;
}
.menu-box div a.dropdown-item:first-child{
    color:#7c0c77;
    margin-bottom:10px;
    font-weight: 600;
}
.menu-box div a.dropdown-item{
    font-size: 1rem;
    line-height: 1.86;
    letter-spacing: 0.88px;
    white-space: normal;
    padding:0;
}
.menu-box div a.dropdown-item:hover{
    transition:all .3s;
    background-color: #7c0c77;
    color:#fff;
}
.navbar-light .navbar-toggler{
    border:none;
}
.nav-box{
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    height:90px;
}
.first-section{
    padding-top:90px;
}
.nav-height{
    background-color:#fff;
}
.nav-logo{
    padding:0;
}
.nav-icon{
    margin:0 15px;
}
.nav-menu a.nav-icon:last-child{
    margin-right:0;
}
.nav-menu a.nav-icon:nth-child(2){
    margin-left:0;
}
.nav-lang img{
    margin-left:5px;
    /* margin-right:30px; */
}
.nav-search{
    position:fixed;
    margin-top:90px;
    z-index:99;
    width:100%;
    background-color:#f7f7f7;
    display:none;
    justify-content: center;
    align-items: center;
}
.nav-search div{
    padding:50px 0;
}
.nav-search input{
    width: 900px;
    height: 60px;
    border: solid 0.5px #979797;
    background-color: #fff;
    padding-left:50px;
    font-size: 20px;
    line-height: 1.44;
    letter-spacing: 5px;
    color: #333;
}
.nav-search button{
    width: 200px;
    height: 60px;
    border: solid 1px #4d4d4d;
    background-color: #4d4d4d;
}
.cancel-area{
    width:100%;
    height:100%;
    position:fixed;
    z-index:98;
    display: none;
}
.rwd-nav .nav-menu{
    display: flex;
}
.nav-language{
    text-align: center;
    display: none;
    position:fixed;
    right:221px;
    margin-top:90px;
    background-color:#fff;
    z-index:100;
}
.nav-language a:hover{
    color:#fff;
    background-color:#7c0c77;
    transition:all .3s;
}
@media only screen and (max-width:1440px){
    .nav-lang{
        /* padding:0.55rem 0!important; */
        padding:0.5rem 20px 0.5rem 10px!important;
    }
    .nav-lang img{
        /* margin-right:5px; */
    }
    .rwd-lang-box{
        /* margin-left:5px; */
    }
    .nav-language{
        right:188px;
    }
}
@media only screen and (min-width:1440px){
    .nav-box{
        padding:0px 43px;
    }
}
@media only screen and (max-width:1400px){
    .nav-icon{
        margin:0 10px;
    }
}
@media only screen and (min-width:1367px){
    .nav-height, .nav-height ul, .nav-height li{
        height:100%;
        padding:0 5px;
    }
    .dropdown:hover > .dropdown-menu{
        display: block;
    }
}
@media only screen and (max-width:1366px){
    .nav-ctrl{
        font-size:0.9rem;
        padding:0.5rem 8.5px;
    }
    .nav-search{
        margin-top:73px;
    }
    .nav-box{
        height:73px;
    }
    .first-section{
        padding-top:73px;
    }
    .nav-language{
        margin-top:73px;
        right:156px;
        font-size:14px;
    }
    .nav-logo{
        width:120px;
        margin-right:0;
    }
    .nav-lang{
        font-size:0.9rem;
    }
    .menu-box div a.dropdown-item{
        font-size:0.9rem;
    }
}
@media only screen and (max-width:1200px){
    .nav-icon{
        margin:0 5px;
        width:20px;
    }
    .nav-lang{
        padding:0.5rem 10px!important;
    }
    .nav-lang img{
        margin-left:0;
        margin-right:15px;
    }
    .nav-search input{
        width: 600px;
    }
    .dropdown-menu-style{
        width:960px;
        left:calc(50% - 480px);
    }
    .nav-logo img{
        height:auto!important;
    }
    .nav-language{
        right:101px;
    }
}
@media screen and (max-width:1200px) and (min-width:992px){
    .nav-ctrl, .nav-lang{
        font-size:0.8rem;
    }
}
@media only screen and (max-width:1025px){
    /* nav */
    .nav-ctrl{
        padding: 0.5rem 5px!important;
    }
    .nav-lang{
        padding:0.55rem 7.5px!important;
        font-size:12px;
    }
}

@media only screen and (max-width: 992px){
    .nav-box{
        padding:.5rem 0;
    }
    .logo-img{
        width:80%;
    }
    .nav-menu{
        display:block;
    }
    .nav-logo{
        padding:0 1rem;
        width:150px;
    }
    .nav-toggler{
        padding: 0.25rem 1.75rem;
    }
    .nav-ul{
        padding:0 1rem;
    }
    .nav-icon img{
        width:auto;
    }
    .dropdown-menu-style{
        width:100%;
    }
    .rwd-nav{
        display: flex;
        padding:0;
    }
    .rwd-lang-box{
        display: none;
    }
    .rwd-nav li a {
        margin:0 10px;
    }
    .rwd-nav li a:first-child img {
       width:9%;
       margin-left:5px;
    }
    .arrow-container img{
        width:50%;
        height:auto;
    }
    .nav-search input{
        width:400px;
    }
    .nav-search button{
        width:100px;
    }
    .nav-language{
        right:213px;
    }
}
@media only screen and (max-width:768px){
    .logo-img{
        width:80%;
    }
    .menu-box div a.dropdown-item{
        padding:0;
        font-size:14px;
    }
    .rwd-menubox{
        margin:0!important;
        padding:0;
    }
    .nav-box{
        position:relative;
    }
    .first-section{
        padding-top:0px;
    }
    .nav-search, .nav-language{
        margin-top:0;
    }
    .nav-ctrl{
        font-size:14px;
    }
}
@media only screen and (max-width:576px){
    .nav-search div{
        width:100%;
        padding:25px 0;
    }
    .search-form{
        width:90%;
    }
    .nav-search input{
        width:80%;
        height:40px;
        font-size:14px;
        padding-left:20px;
    }
    .nav-search button{
        height:40px;
        width:20%;
    }
}
@media only screen and (max-width:520px){
    .rwd-nav li a{
        margin:0 5px;
    }
    .rwd-nav button{
        padding:0.25rem 1rem;
    }
    .nav-logo{
        margin-right:0;
        width:30%;
    }
    .nav-lang img{
        margin-right:0;
    }
    .nav-logo{
        padding:0 0 0 1rem;
    }
    .nav-language{
        width:100%;
        right:0;
    }
    .nav-language a{
        width:100%;
        right:0;
        padding:10px 0;
    }
}
@media screen and (max-width:360px){
    .nav-logo{
        padding:0 0 0 0.5rem;
    }
    .rwd-nav button{
        padding:0.25rem 0.5rem 0.25rem 1rem;
        font-size:1rem;
    }
    .rwd-nav li a:first-child{
        margin:0;
    }
}

/* body ctrl */
.index-body footer{
    margin-top:150px;
}
.data-body footer{
    margin-top:90px;
}
.case-body footer{
    margin-top:160px;
}

/* slider */
.slider-bar{
    margin-bottom:-50px;
}
.slider-bar li{
    background-color:#6d6d6d;
}
.slider-bar  li.active{
    background-color:#7c0c77;
}
.slider-content{
    position: absolute;
    right: 0;
    bottom: 35%;
    left: 19.5vw;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-weight: 800;
}
.tw-text{
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    color: #fff;
}
.second-title{
    display:flex;
    margin-left:6.5vw;
}
.title-before::before{
    content:"";
    width: 2px;
    border: solid 2px #fff;
    margin:43px 33px 23px 33px;
}
.second-title p:first-child{
    margin-top:27px;
    margin-bottom:15px;
    font-size: 37px;
    /*font-weight: 600;*/
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.09px;
    color: #fff;
    text-align: start;
}
.second-title p:nth-child(2){
    font-size: 1rem;
    /*font-weight: 500;*/
    font-weight: 700;
    letter-spacing: 2.4px;
    text-align: start;
    color: #fff;
}
.index-banner{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:40;
}

@media only screen and (max-width:1366px){
    .slider-bar{
        margin-bottom:-35px;
    }
    .slider-content{
        left:17.5vw;
    }
    .second-title{
        margin-left:2vw;
    }
    .title-before::before{
        margin: 25px 33px 28px 33px;
    }
}
@media only screen and (max-width:1024px){
    .title-before::before{
        margin:16px 33px ;   
    }
}
@media only screen and (max-width:992px){
    .slider-content{
        bottom:30%;
        left:10.5vw;
    }
}
@media only screen and (max-width:767px){
    .slider-content{
        display:block;
        justify-content: center;
        align-items: center;
        left:0;
        bottom:15%;
    }
    .second-title{
        display: flex;
        justify-content: center;
    }
    .title-before::before{
        display:none;
    }
}
@media only screen and (max-width:414px){
    .slider-content{
        bottom:0%;
    }
}
@media only screen and (max-width:321px){
    .slider-content{
        bottom:-10%;
    }
}


/* carousel */
.carousel-images{
    width: 100%;
    padding-top: calc(100%/ 1920*620);
    background-size: cover;
    background-repeat: no-repeat;
}
.index-slider picture{
    position:absolute;
    top:0;
}
.carousel-line{
    width: 2px;
    height: 69px;
    border: solid 3px #fff;
    margin:36px 33px 0 157px;
}
.carousel-icon{
    position: absolute;
    right:36px;
    width:35px;
    top: calc(50% - 45px);
    z-index: 50;
}
.carousel-icon a img:first-child{
    margin-bottom:25px;
}

/* link */
.link-one-line{
    padding-top:24px;
}
.img-link{
    position: absolute;
    left: 0;
    right: 0;
    margin:52.5px auto;
}
.link-box{
    margin:114px auto 110px;
}
.link-box p{
    margin-bottom:67px;
}
.link-shadow{
    box-shadow: 5px 5px 5px #eee;
}
.link-fonts{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.63px;
    color: #333333;
}
.link-width:hover{
    background-color:#7c0c77;
    transition:all .3s;
}
.link-width:hover > p{
    color:#fff;
    transition:all .3s;
}
.link-width:hover > div img:first-child{
    z-index:0;
    transition:all .3s;
}
.index-img-position{
    top:2px;
}
.link-hover{ 
    position:relative;
    width:100%;
    height:205px;
}
.link-hover img:first-child{
    z-index:2;
 }
.link-hover img:last-child{
    z-index:1;
 }

@media only screen and (max-width:1366px){
    .link-box{
        margin:70px auto;
    }
    .link-box p{
        margin-bottom:37px;
    }
    .link-hover{ 
        height:160px;
    }
    img.img-link{
        max-width:50%;
    }
    .link-width p.pt-24{
        padding-top:18px;
    }
}
@media only screen and (max-width:767px){
    .carousel-images{
        /* padding-top: 10vh;
        background-position: 28%; */
    }
}

@media only screen and (max-width:576px){
    .link-box{
        margin:50px auto;
    }
}

/* choose */
.choose-bg{
    background-color: #f5f5f5;
    padding-bottom:210px;
}
.choose-top{
    padding-top:100px;
    padding-bottom:60px;
}
.video-box{
    margin-bottom:15px;
}
.more-btn a{
    width:280px;
    height:70px;
}
.img-box{
    position:relative;
    background-repeat: no-repeat;
    background-size:cover;
    /* padding-top:calc(100% / 6*5); */
}
.img-box picture{
    position:absolute;
    top:0;
}
@media only screen and (max-width:1367px){
    .choose-top {
        padding-top:50px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width:1366px) and (min-width:992px) {
    .choose-bg{
        padding-bottom:140px;
    }
}
@media only screen and (max-width:768px) and (min-width:576px){
    .choose-box{
        padding:0 15px!important;
        margin:15px 0!important;
    }
}
@media only screen and (max-width:576px){
    .choose-box {
        margin-bottom:30px;
    }
    .more-btn{
        margin-top:20px;
    }
}

.choose-title{
    background-color: #7c0c77;
    color:#fff;
    padding:20px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.82;
    letter-spacing: 0.88px;
    color: #ffffff;
}
.info-box{
    padding:50px;
    background-color: #fff;
    height: 650px;
}
.info-box div p:first-child{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.35px;
    color: #4d4d4d;
    margin-bottom:9px;
}
.info-box div p:nth-child(2),
.info-box div p:nth-child(3),
.info-box div p:nth-child(4){
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.91px;
    color: #000000;
}
.info-box div:not(:last-child){
    margin-bottom:40px;
}
.choose-more{
    border:1px solid #333;
    color:#333;
    padding:21px 30px 21px 43px;
    letter-spacing: 5px;   
}
.choose-more:hover{
    border-color:#7c0c77;
}
.choose-more:hover > svg{
    fill:#fff;
    transition:all .3s;
}
.choose-more img{
    width:10%;
}
.tw-color{
    color:#7c0c77;
}

/* awards */
.awards-width{
    margin-top:-100px;
}
.aw-bg-1{
    background-image: url("../../images/mt/img_index_button_01.png");
    
}
.aw-bg-1 p, .aw-bg-2 p{
    color:#fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.94px;
}
.aw-bg-1 img, .aw-bg-2 img{
    margin:63px 30px;
}
.aw-bg-2{
    background-image: url("../../images/mt/img_index_button_02.png");
}

@media only screen and (max-width:1366px){
    .awards-width{
        margin-top:-80px;
    }
    .aw-bg-1 p, .aw-bg-2 p{
        margin:53px 0;
        font-size: 20px;
    }
}
@media only screen and (max-width:768px){
    .awards-width a{
        margin-top: 10px;
        margin-bottom:10px;
    }
    .aw-bg-1, .aw-bg-2{
        margin:0;
    }
}

/* news */
.newslist-body footer, .video-body footer{
    margin-top:60px;
}
.newslist-body .card-body{
    height:156px;
}
.news-box{
    margin:0;
    padding-top:100px;
    padding-bottom:60px;
}
.news-time{
    margin-top:30px;
    margin-bottom:10px;
}
.news-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.news-content p:nth-child(2){
    color:#7c0c77;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: 1.39px;
}
.news-content p:nth-child(3){
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom:15px;
}

@media screen and (max-width:767px){
    .choose-width .more-btn{
        margin-top:15px;
    }
}

/* event */
.event-date{
    background-color: #7c0c77;
    color:#fff;
    padding:20px 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 1.5px;
}
.event-bg{
    background-color: #f5f5f5;
    padding-bottom:120px;
    position: relative;
}
.event-bg img, .event-bg picture{
    height:250px;
    max-width:100%;
    width:100%;
    object-fit: cover;
}
.event-bg .img-box{
    height:250px;
    overflow: hidden;
}
.event-bg:before{
    content: '';
    width: 100%;
    height: 48%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.event-content{
    padding-top:30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.59;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.index-more{
    padding:10px 50px 10px;
    font-size: 1rem;
    line-height: 1.13;
    letter-spacing: 2.67px;
    color: #1a1a1a;
    background-color:#fff;
}
.events-width .row{
    padding-bottom:210px;
}
@media screen and (max-width: 1200px){
    .event-bg img, .event-bg picture{
        height:220px;
    }
    .event-bg .img-box{
        height:220px;
    }
}
@media screen and (max-width: 992px){
    .event-bg img, .event-bg picture{
        height:155px;
    }
    .event-bg .img-box{
        height:155px;
    }
}
@media only screen and (max-width:767px){
    .event-bg:before{
        height: 20%;
    }
    .event-bg img, .event-bg picture{
        height:100%;
    }
    .event-bg .img-box{
        height:auto;
        padding-top:calc(100% / 8*5);
    }
}

@media only screen and (max-width:576px){
    .event-box{
        margin-top:0;
    }
    .awards-width{
        margin-top:-120px;
        padding:0 15px!important;
    }
    .aw-bg-1{
        margin-bottom:15px;
    }
    .aw-bg-2 p{
        margin:65px 0;
    }
    .news-box{
        display: block!important;
    }
}

/* fun */
.fun-container{
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    margin-top:160px;
    padding:0;
    /* margin-bottom:calc(-55% / 1073 * 600); */
    height:485px;
    overflow:hidden;
}
.fun-box{
    margin:150px 0 0 0;
}
.fun-content{
    width:33%;
    margin-left:15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.fun-content-inner{
    position: absolute;
    right:0;
    bottom:0;
}
.fun-title{
    line-height: 1.1;
    font-size:60px;
}
.fun-text{
    margin:60px 0 30px 0;
    font-size: 20px;
    line-height: 1.56;
    letter-spacing: 1.5px;
    color: #1a1a1a;
}
.fun-btn{
    border:1px solid #333;
    color:#333;
    padding:21px 30px 21px 43px;
}
.fun-btn-box a{
    width:280px;
    height:70px;
}
.fun-pic{
    width:55%;
    transform: translate(0, -100%);
}
@media only screen and (max-width:1366px){
    .index-body footer{
        margin-top:0px;
    }
    .fun-pic{
        width:48%;
    }
}
@media only screen and (max-width:992px){
    .fun-container{
        margin-top:40px;
    }
}
@media only screen and (max-width:768px){
    .fun-container{
        display: block;
        margin-bottom:0;
        height:auto;
    }
    .fun-content{
        width:100%;
        padding:30px 15px;
        margin:0;
    }
    .fun-pic{
        width:100%;
        transform: translate(0);
    }
    .index-body footer{
        margin-top:50px;
    }
}
@media only screen and (max-width:576px){
    .fun-content-inner{
        position: relative;
    }
    .fun-box{
        margin:30px 0 0 0!important;
    }
    .fun-text{
        margin-top:20px;
    }
    .fun-btn-box{
        margin-bottom:20px;
    }
}

/* footer */
.footer-link{
    margin-top:68px;
}
.footer-link a{
    margin:5px 10px 5px 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #ffffff;
}
.footer-copyright{
    margin-top:25px;
    margin-bottom:79px;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.phone-email{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}
.phone-email img{
    margin-right:15px;
}

@media only screen and (max-width:576px){
    .footer-width{
        display: block!important;
    }
    .footer-link{
        margin-top:0!important;
        padding-top:25px;
    }
    .footer-copyright{
        margin:0!important;
        padding:25px 0;
    }
}
@media only screen and (max-width:414px){
    .nav-lang {
        padding: 0.55rem 0px!important;
    }
}

/* fonts rwd */
@media only screen and (max-width:1367px){
    .nav-lang{
        /* font-size:0.775rem; */
    }

    /* slider */
    .carousel-line{
        height: 50px;
        border: solid 1px #fff;
        margin: 18px 33px 0 120px;
    }
    .second-title p:first-child{
        margin-top: 20px;
        margin-bottom:5px;
        font-size: 26px;
    }
    .second-title p:nth-child(2){
        font-size:12px;
    }
    .tw-text{
        font-size: 90px;
    }
    .carousel-icon{
        bottom:-25px;
        top: calc(50% - 75px);
    }

    /* link */
    .link-fonts{
        font-size:16px;
    }

    /* choose */
    .choose-width .pt-100{
        padding-top:60px;
    }
    .choose-width .fs-60, .news-width .fs-60, .event-width .fs-60{
        font-size:38px;
    }
    .choose-more{
        padding:12px 20px 12px 20px; 
    }
    .choose-title{
        font-size:14px;
        padding: 14px 0;
    }
    .info-box{
        padding:30px;
        height: 457px;
    }
    .info-box div p:first-child{
        font-size:14px;
    }
    .info-box div p:nth-child(2), .info-box div p:nth-child(3), .info-box div p:nth-child(4){
        font-size:14px;
    }
    .more-btn a, .fun-btn-box a{
        width:210px;
        height:auto;
    }
    

    /* news */
    .news-width .pb-60{
        padding-bottom:20px;
    }
    .news-content p:nth-child(2){
        font-size:14px;
    }
    .news-content p:nth-child(3){
        font-size: 16px;
    }

    /* events */
    .events-width .fs-60{
        font-size:38px;
    }
    .events-width .pt-100{
        padding-top:60px;
    }
    .events-width .row{
        padding-bottom:180px;
    }
    .event-date{
        font-size:14px;
    }
    .event-content{
        font-size:15px;
    }

    /* fun */
    .fun-box{
        margin:110px 0 0 0;
    }
    .fun-title, .fun-title span{
        font-size:38px;
    }
    .fun-text{
        font-size:14px;
    }

    /* footer */
    .footer-link{
        margin-top:38px;
    }
    .footer-copyright{
        margin-bottom:39px;
        font-size:12px;
    }
    .footer-link a{
        font-size:14px;
    }
}

@media only screen and (max-width:1024px){
    /* slider */
    .carousel-line{
        height: 38px;
        margin: 16px 18px 0 70px;
    }
    .second-title p:first-child{
        margin-top: 15px;
        margin-bottom:5px;
        font-size: 20px;
    }
    .second-title p:nth-child(2){
        font-weight:normal;
    }
    .tw-text{
        font-size: 70px;
    }
    .carousel-icon{
        bottom:-8px;
        right: 20px;
        width: 24px;
        top: calc(50% - 55px);
    }
    .carousel-icon a img:first-child{
        margin-bottom:15px;
    }

    /* choose */
    .choose-title{
        font-size:13px;
    }
    .info-box div p:first-child{
        font-size:12px;
    }
    .info-box div p:nth-child(2), .info-box div p:nth-child(3), .info-box div p:nth-child(4){
        font-size:14px;
    }
    .choose-bg{
        padding-bottom:130px;
    }

    /* news */
    .news-width .pt-100{
        padding-top:50px;
    }
    .news-width .pb-60{
        padding-bottom:20px;
    }

    /* event */
    .event-bg{
        padding-bottom:60px!important;
    }

    /* fun */
    .fun-box{
        margin:60px 0 0 0;
    }

    /* footer */
    footer{
        margin-top:60px;
    }
}
@media only screen and (max-width:992px){
    .event-date{
        font-size:12px;
    }
    .fun-text{
        margin:33px 0 30px 0;
    }
}

@media only screen and (max-width:768px){
    .events-width .row{
        padding-bottom:40px;
    }
    .tw-text {
        font-size: 48px;
    }
    .carousel-line {
        height: 30px;
        margin: 10px 16px 0 30px;
    }
    .second-title p:first-child {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .event-bg{
        margin-top:29px;
    }
}

@media screen and (max-width:767px){
    .info-box{
        height:auto;
    }
}

@media only screen and (max-width:411px){
    .tw-text {
        font-size: 36px;
    }
    .carousel-icon{
        right: 15px;
        top: calc(50% - 49px);
    }
}



/* page news */
.news-banner{
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:0;
    position: relative;
    z-index:0;
    background-position: center;
}
@media screen and (max-width: 600px){
    .news-banner {
        height:150px;
    }
    .news-banner picture img{
        height:100%;
        object-fit: cover;
    }
}
.banner-text{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}
.mice-story{
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2.5px;
    color: #000;
}
.news-pagetitle, .data-pagetitle, .venue-pagetitle{
    padding-top:13px;
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #000;
    font-weight:600;
}
.breadcrumb-share{
    padding:70px 0 0 0;
    background-color:#f5f5f5;
    margin-bottom:0;
}
.breadcrumb-item.active{
    color:#7c0c77;
}
.breadcrumb-share li,.breadcrumb-share li a{
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: 1.75px;
    color: #4d4d4d;
}
.share-white-background{
    display: inline-block;
    position:relative;
}
.share-white-background::before{
    content: "";
    min-width: 770px;
    width: calc( 100% + 200px );
    height: 180px;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    left: -100px;
    bottom: -50%;
}
.news-choose-wrap{
    background-color:#f5f5f5;
    padding-bottom:20.5px;
}
.news-tab{
    width:100%;
}
.news-nav{
    margin-bottom:10px;
}
.news-nav a.nav-link{
    display: flex;
    justify-content:center;
    align-items: center;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
    padding:0 1rem;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    background-color:#fff;
    height:62px;
    font-weight: 600;
}
.news-nav a.nav-link.active{
    background-color:#7c0c77;
}
.news-background{
    background-color:#f5f5f5;
    width:100%;
    position: absolute;
    z-index:-1;
    padding-top: 280px;
}
.news-content-box{
    padding-top:70.5px;
}
.news-content-title{
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    background-color:#7c0c77;
    padding-top:18px;
    padding-bottom:18px;
    font-weight: 600;
}
.news-card{
    border:none;
}
.news-content-card{
    border-radius: 0;
}
.news-teb-box{
    display: flex;
    flex-wrap:wrap;
}
.news-teb-box a{
    margin-bottom:30px;
}
.news-card-img{
    border-radius:0;
}
.news-text-title{
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 1px;
    color: #7c0c77;
}
.news-text-content{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.82;
    letter-spacing: 0.96px;
    color: #1a1a1a;
}
@media screen and (max-width: 768px){
    .news-text-content{
        width: 100%;
    }
}
.news-box-shadow{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.tab-column{
    display: flex;
    position: relative;
    margin-top:130px;
    margin-bottom:50px;
}
.tab-column-button{
    margin-right:10px;
}
.tab-column-button, .tab-button{
    width:50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor:pointer;
    background-color:#e6e6e6;
}
.tab-button i, .tab-column-button i{
    color:#333;
    font-size:27px;
}
.news-page{
    margin-top:121px;
}
.news-page-num{
    margin:0 24px;
    font-size: 22px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ccc;
}
.news-page-num:hover{
    transition:all .3s;
    color: #7c0c77;
}
.news-page-next{
    margin:0 33px;
    display: flex;
    justify-content: center;
    align-items:center;
    color:#333;
    height:25px;
}
.news-page-next img{
    width:10px;
    height:15px;
}
.tab-column-button.active, .tab-button.active{
    background-color:#7c0c77;
}
.tab-column-button.active i,.tab-button.active i{
    color:#fff;
}
.card-detail{
    display: none;
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.card-body .more-btn{
    display:none;
}
.column-active{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0 1.25rem;
}
.column-active .news-text-content{
    margin-top:-35px;
}
.card-body .more-btn{
    width:45%;
}
.card-body .more-btn .choose-more{
    padding: 20px 30px 19px 43px;
}
.card-column-line{
    display:none;
    margin-top:30px;
    width:100%;
    height: 1px;
    border: solid 0.5px #808080;
}
.news-list{
    display:flex;
    align-items: center;
    margin-bottom:40px;
}
.news-list-arrow{
    min-width: 65px;
    min-height: 65px;
    width: 65px;
    height: 65px;
    border: solid 1px #979797;
    border-radius: 50%;
}
.news-list-arrow:hover{
    background-color:#7c0c77;
    border:0;
    transition:all .3s;
}
.news-list-arrow a:hover{
    color:#fff;
}
.news-list .news-list-arrow{
    margin-right:30px;
}
.news-left-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transform: rotate(180deg);
    line-height: 65px;
}
.news-right-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 65px;
}
.news-list-arrow a{
    color:#4d4d4d;
}
.news-icon-list{
    display: flex;
}
.news-list-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:50px;
}
.news-icon-list div{
    border:1px solid #7c0c77;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left:10px;
}
.news-right-date{
    text-align: end;
}
.next-news-left .news-list-arrow{
    margin-right:30px;
}
.next-news-right .news-list-arrow{
    margin-left:30px;
}
.news-detail-content{
    width:970px;
    margin:65px auto 117px;
    /* font-size: 1rem; */
    font-size: 20px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.detail-box{
    margin-top:40px;
}
.detail-box .news-list-box .news-text-content{
    width: 65%;
}
.case-article{
    /* font-size: 1rem; */
    font-size: 20px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.case-article p{
    margin-bottom:1.1em;
}
.case-article-title{
    font-size: 20px;
    fon-weight: 600;
}
.case-title{
    font-size: 37px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 2.69px;
    color: #333333;
}

@media only screen and (max-width:1200px){
    .news-nav a.nav-link{
        font-size:16px;
    }
    .news-text-content{
        font-size:20px;
    }
    .card-detail{
        font-size:14px;
    }
    .news-detail-content{
        width:100%;
    }
}
@media only screen and (max-width:1024px){
    .news-banner{
        /* padding-top: calc(100% / 1920*540); */
    }
    .news-background{
        padding-top:218px;
    }
    .news-content-box{
        padding-top:40px;
    }
    .tab-column{
        margin-top:70px;
        margin-bottom:40px;
    }
    .news-page{
        margin-top:20px;
    }
}
@media only screen and (max-width:992px){
    .share-white-background::before{
        min-width: auto;
        width: calc( 100% + 70px );
        height: 130px;
        left: -40px;
    }
    .news-background{
        padding-top:220px;
    }
    .column-active .news-text-content{
        margin-top:-15px;
    }
    .column-active{
        padding:0 1.25rem;
    }
    .card-detail{
        font-size:12px;
    }
    .card-body .more-btn .choose-more{
        padding:12px 20px;
    }
    .card-body .more-btn{
        width:50%;
    }

    .next-news-left .news-list-arrow{
        margin-right:15px;
    }
    .next-news-right .news-list-arrow{
        margin-left:15px;
    }
    .news-text-content{
        font-size:16px;
    }
    .news-text-title{
        font-size:14px;
    }

}
@media only screen and (max-width:768px){
    .news-background {
        padding-top: 290px;
    }
    .news-page-next{
        margin:0 22px;
    }
    .detail-box{
        margin-top:30px;
    }
    .news-list{
        margin-bottom:30px;
    }
    .news-detail-content{
        margin: 40px auto;
    }
    .news-list-box{
        display:block;
        margin-bottom:20px;
    }
    .news-icon-list{
        margin-top:15px;
        justify-content: flex-end;
    }
}
@media screen and (max-width:767px){
    .card-detail{
        padding:15px 0;
    }
    .column-active{
        padding:1.25rem 0;
    }
    .column-active .news-text-content{
        margin-top:0;
    }
    .card-column-line{
        margin-top:20px;
    }
    .news-list-arrow{
        width: 45px;
        height: 45px;
    }
    .news-left-arrow, .news-right-arrow{
        line-height:45px;
    }
    .next-news-left .news-list-arrow{
        margin-right:7px;
    }
    .next-news-right .news-list-arrow{
        margin-left:7px;
    }
    .news-text-content{
        font-size:12px;
    }
}
@media only screen and (max-width:576px){
    .news-background {
        padding-top: 505px;
    }
    .news-page-next {
        margin: 0 15px;
    }
    .news-page-num {
        margin: 0 16px;
        font-size: 16px;
    }
    .news-banner{
        /* padding-top: calc(100% / 1920*960); */
    }
    .share-white-background::before{
        left:-80px;
        height: 160px;
    }
    .news-pagetitle{
        font-size:32px;
    }
    .mice-story{
        font-size:16px;
    }
    .next-news-right{
        margin-top:20px;
    }
    .news-list-arrow{
        width: 55px;
        height: 55px;
    }
    .news-left-arrow, .news-right-arrow{
        line-height:63px;
    }
    .next-news-left .news-list-arrow{
        margin-right:15px;
    }
    .next-news-right .news-list-arrow{
        margin-left:15px;
    }
    .news-text-content{
        font-size:16px;
    }
}
@media only screen and (max-width:414px){
    .share-white-background::before{
        left:-40px;
    }
}
@media only screen and (max-width:321px){
    .news-page-num{
        margin:0 12px
    }
    .news-page-next{
        margin:0 10px;
    }
    .share-white-background::before {
        left: -15px;
        height: 145px;
    }
    .news-text-content{
        font-size:14px;
    }
}
.news-container img{
    height: 770px;
    object-fit: cover;
}
.news-container .swiper-slide{
    display: flex;
    justify-content: center;
    align-items:center;
}
@media screen and (max-width: 1200px){
    .news-container img{
        height: 640px;
    }
}
@media screen and (max-width: 992px){
    .news-container img{
        height: 475px;
    }
}
@media screen and (max-width: 768px){
    .news-container img{
        height: 350px;
    }
}
@media screen and (max-width: 576px){
    .news-container img{
        height: 265px;
    }
}


/* newsletter */
.form-control:focus{
    box-shadow: 0 0 0 0;
    border-color: #1a1a1a;
}
.newsletter-input label{
    letter-spacing: 1.8px;
}
.newsletter-input-box .form-control{
    border: solid 0.5px rgb(166,166,166);
}
.newsletter-input-box{
    position: relative;
    background-color:#fff;
    padding:70px 100px;
    margin:40px auto;
}
.neswletter-background{
    padding-top:600px;
}
.newsletter-input-box input,.newsletter-input-box select {
    height:60px;
    border-radius: 0;
}
.newsletter-input-box select{
    -webkit-appearance: none;
}
.newsletter-input-box label{
    margin-bottom:0;
    font-weight: 600;

}
.newsletter-select-box{
    position:relative;
}
.newsletter-select-icon{
    position: absolute;
    top:auto;
    right:25px;
}
.captcha{
    font-size: 1rem;
    line-height: 1.63;
    letter-spacing: 1.6px;
    color: #1a1a1a;
}
.captcha span{
    color:#7c0c77;
    font-weight:600;
}
.captcha-img{
    width:171px;
}
.newsletter-input-box form{
    width:100%;
}
.subscribe-button{
    background-color:#fff;
    margin-right:10px;
    font-size: 1rem;
    line-height: 1.13;
    letter-spacing: 2.67px;
    border: solid 0.5px rgb(166,166,166);
    color: #1a1a1a;
    padding:21px 31px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:calc(42px - 1rem);
    width:100%;
}   
.subscribe-button:hover{
    background-color:#7c0c77;
    color:#fff;
    border:0.5px solid #7c0c77;
    transition:all .3s;
}
.newsletter-wrap{
    margin-top:140px;
}
.newsletter-wrap .newsletter-box a{
    margin-bottom:50px;
}
.newsletter-text-content{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.82;
    letter-spacing: 0.96px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.newsletter-wrap .news-page{
    margin-top:71px;
}
.newsletter-input{
    display:flex;
    align-items: center;
}

@media screen and (max-width:1200px){
    .newsletter-input-box{
        padding:70px 50px;
    }
    .captcha{
        font-size:14px;
    }
}
@media screen and (max-width:992px){
    .captcha{
        font-size:12px;
    }
}
@media screen and (max-width:768px){
    .newsletter-input-box{
        padding:20px;
    }
    .newsletter-input-box label, .newsletter-input-box select{
        font-size:14px;
    }
    .subscribe-button{
        font-size:12px;
    }
    .newsletter-input-box input, .newsletter-input-box select{
        height:50px;
    }
    .neswletter-background{
        padding-top:455px;
    }
    .newsletter-wrap{
        margin-top:90px;
    }
    .newsletter-wrap .news-page{
        margin-top:31px;
    }
}
@media screen and (max-width:576px){
    .neswletter-background{
        padding-top:755px;
    }
    .newsletter-input{
        display:block;
    }
    .newsletter-input-box label{
        padding:5px 0;
    }
    .newsletter-input .newsletter-select-box:first-child{
        margin-bottom:1rem;
    }
    .laebel-hide{
        display:none;
    }
    .newsletter-input-box{
        margin:20px auto;
    }
    .newsletter-wrap {
        margin-top: 65px;
    }
}

/* video */
.video-wrap{
    margin-top:120px;
    width:100%;
}
.news-content-box + footer, .newsletter-wrap + footer{
    margin-top:60px;
}
.card-body.video-text-height{
    height:156px;
}

@media only screen and (max-width:992px){
    .video-body .news-background{
        padding-top:315px;
    }
}
@media only screen and (max-width:768px){
    .video-wrap{
        margin-top:40px;
    }
    .video-body .news-background {
        padding-top: 345px;
    }
}
@media only screen and (max-width:576px){
    .video-body .news-background {
        padding-top: 635px;
    }
}

/* album */
.album-list-body footer{
    margin-top:70px;
}
.total-album{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0.61px;
    color: #808080;
}
.album-box a{
    margin-bottom:30px;
}
.album-content-title{
    margin-bottom:30px;
}
.album-wrap{
    margin-top:40px;
    margin-bottom:40px;
}
.album-date{
    font-size: 18px;
    font-weight: 600;
    line-height: 0.78;
    letter-spacing: 1.13px;
    color: #7c0477;
    margin-bottom:25px;
}
.album-title{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 2px;
    color: #333333;
}
.album-card-height{
    height:200px;
}
.album-between{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width:992px){
    .album-wrap, .album-slider{
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .album-title{
        font-size:22px;
    }
}
@media only screen and (max-width:576px){
    .album-wrap, .album-slider{
        margin-top:20px;
        margin-bottom:0;
    }
    .album-title{
        font-size:22px;
    }
}


/* ep */

.case-background{
    padding-top:203px;
}
.case-wrap{
    margin-top:40px; 
}
.case-content-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 1.85px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #808080;
    padding: 0 30px 26px;
}
.case-box{
    width:100%;
    margin:120px 0 0;
}
.share-white-background-bigsize{
    display: inline-block;
    position:relative;
}
.share-white-background-bigsize::before{
    content: "";
    width: calc(100% + 200px);
    height: 180px;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    left: -100px;
    bottom: -50%;
}

.data-wrap .card{
    background-color: transparent;
    border:0;
    flex-direction: row;
    padding: 40px 0;
    align-items: center;
}
.data-wrap span{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #1a1a1a;
}
.search-box{
    display: flex;
    justify-content: space-between;
}
.data-wrap .data-keyword-search{
    height: 60px;
    border: solid 0.5px rgb(166,166,166);
    width:90%;
    padding-left:20px;
}
.data-detail-wrap{
    margin-top:70px;
}
.search-data{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #1a1a1a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search-data img{
    margin-left:15px;
}
.search-data:hover {
    color: #1a1a1a;
}
.add-transform{
    transform:rotate(180deg);
   -ms-transform:rotate(180deg); 	/* IE 9 */
   -moz-transform:rotate(180deg); 	/* Firefox */
   -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out; /* Opera */
}
.add-transform-back{
    transform:rotate(0deg);
   -ms-transform:rotate(0deg); 	/* IE 9 */
   -moz-transform:rotate(0deg); 	/* Firefox */
   -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); 	/* Opera */
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.5s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.5s ease-in-out; /* Opera */
}
.data-search-title{
    border-bottom:1px solid #979797;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #1a1a1a;
    padding:24px 0;
}
.data-result-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.keyword-filter{
    display: flex;
    align-items: center;
    margin-top:30px;
    flex-wrap:wrap;
}
.keyword-filter input{
    margin-right:10px;
}
.keyword-filter label{
    margin-bottom:0;
}
.data-checkbox{
    margin-bottom:17px;
    /* display: flex;
    align-items: center; */
}
.data-clean-button{
    border:none;
    font-size: 20px;
    line-height: 0.9;
    letter-spacing: 2px;
    color: #7c0c77;
    padding:15px;
    background-color:transparent;
}
.data-submit-button{
    margin-right:15px;
    font-size: 1rem;
    border:none;
    line-height: 1.13;
    letter-spacing: 2.67px;
    color: #fff;
    background-color: #7c0c77;
    padding:24px 43px;
    width:300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data-clean-button:focus{
    border:none;
}
.data-background{
    background-color: #f5f5f5;
    width: 100%;
    position: absolute;
    z-index: -1;
    padding-top: 45px;
}
.add-transform-padding{
    padding-top:555px;
}

.data-result{
    display: flex;
}
.data-result::after{
    content:"";
    width:100%;
    border:0.5px solid #808080;
    margin:50px 15px;
}
.data-result-title{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.data-result-img{
    width:500px;
}
.result-kind{
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding:7px 36px;
    background-color:#7c0c77;
    margin-right:10px;
}
.result-iso{
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    color: #7c0c77;
    padding:7px 20.5px;
    border:1px solid #7c0c77;
    box-sizing: border-box;
    margin-right:30px;
}
.result-type{
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 2px;
    color: #1a1a1a;
}
.result-name{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 2px;
    color: #333;
}
.result-link{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.result-link:hover{
    color:#7c0c77;
    transition:all .3s;
}
.result-introduce{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.result-more{
    padding:14px 30px 13px 43px;
    width:300px;
}
.result-wrap{
    position: relative;
    margin-top:90px;
}
.data-result-box a.result-link, .data-result-box p.result-link{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin:5px 0;
    word-break: break-all;
}
.data-result-box a img{
    margin-right:25px;
}
.result-content-wrap{
    display: flex;
    margin-top:60px;
}
.result-content-box{
    margin-bottom:70px;
}
.result-content-title{
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 1.85px;
    color: #333333;
    margin-bottom:45px;
    height:60px;
}
.result-content{
    /* font-size: 1rem; */
    font-size: 20px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.result-content-img{
    margin-right:25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:60px;
    height:60px;
    border-radius: 50%;
    border:2.5px solid #38b51d;
}
.result-remind{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.4px;
    color: #1a1a1a;
    margin-top:15px;
}
.result-other{
    display: flex;
    margin-top:-15px;
}
.result-other p{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-top:10px;
}

@media only screen and (max-width:1200px){
    .news-pagetitle, .data-pagetitle{
        font-size:26px;
    }
}
@media only screen and (max-width:992px){
    .case-background{
        padding-top:245px;
    }
    .share-white-background-bigsize::before{
        width: calc(100% + 100px);
        left: -55px;
        height: 140px;
    }
    .data-result-img{
        width:100%;
    }
    .result-more{
        margin-top:15px;
    }
    .data-body footer{
        margin-top:30px;
    }
}
@media only screen and (max-width:992px) and (min-width:769px){
    .result-iso{
        font-size:14px;
        padding:7px;
        margin-right:15px;
    }
    .result-kind{
        font-size:14px;
        padding:7px;
    }
    .result-name{
        font-size:20px;
    }
    .result-link, .result-introduce{
        font-size:14px
    }
}
@media only screen and (max-width:768px){
    .data-result-box .result-name, .data-result-box a, .data-result-box .result-introduce{
        margin:5px 0;
    }
    .news-pagetitle, .data-pagetitle{
        font-size:20px;
    }
    .data-wrap .data-keyword-search{
        width:75%;
    }
    .result-wrap{
        margin-top:30px;
    }
    .result-type{
        margin-top:20px;
    }
    .data-detail-wrap{
        margin-top:40px;
    }
}
@media only screen and (max-width:767px){
    .share-white-background-bigsize::before{
        width: calc(100% + 80px);
    }
    .data-result-title{
        margin-top:15px;
    }
    .result-other a{
        margin-bottom:60px;
    }
}
@media only screen and (max-width:576px){
    .data-pagetitle{
        font-size:14px;
    }
    .share-white-background-bigsize{
        width:75%;
    }
    .share-white-background-bigsize::before{
        height:100px;
        bottom:-30%;
    }
    .data-submit-button{
        margin-left:15px;
    }
    .case-wrap{
        margin-top:30px; 
    }
    .data-result-box .result-name, .data-result-box a, .data-result-box .result-introduce{
        margin:7px 0;
    }
    .case-box{
        margin-top:50px;
    }
}
@media only screen and (max-width:454px){
    .result-type{
        margin-top:10px;
    }
    .result-more{
        width:100%;
    }
}
@media only screen and (max-width:321px){
    .data-pagetitle{
        font-size:12px;
    }
}

/* venue */
.venue-location{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.venue-container{
    display: flex;
    margin-top:70px;
}
.venue-googleview{
    /* padding-left:15px; */
    height: 500px;
}
.venue-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:100%;
}
.venue-title{
    font-size: 37px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 4.38px;
    color: #333333;
    margin-top: 30px;
    margin-bottom:30px;
}
.venue-text{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom:30px;
}
.venue-link-box{
    margin-top:60px;
    margin-bottom:45px;
}
.venue-link{
    width:100%;
    margin-bottom:80px;
}
.venue-link img{
    width:100%;
}
.venue-link p{
    margin-top:20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: 2px;
    color: #1a1a1a;
}
.venue-link p:hover{
    color:#7c0c77;
    transition:all .3s;
}
@media only screen and (max-width:1366px){
    .venue-googleview{
        width:100%;
    }
}
@media only screen and (max-width:1200px){
    .venue-title{
        font-size:32px;
    }
    .venue-text{
        font-size:14px;
    }
}
@media only screen and (max-width:1200px){
    .venue-container{
        display: flex;
        flex-direction: column;
        margin: 30px auto 0 ;
    }
    .venue-googleview{
        width:100%;
        height:432px;
        padding:0 0px 30px;
    }
    .venue-box{
        margin-left:0;
        padding:0;
        width:100%;
    }
    .venue-link-box{
        margin-top:30px;
    }
    .venue-text{
        margin-bottom:30px;
    }
}

/* venusesearch */
.venuesearch-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 2px;
    color: #333;
    margin-bottom:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.venuesearch-detail{
    display: block;
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom:70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.venuesearch-number{
    font-size: 37px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.19px;
    color: #7c0477;
}
.venuesearch-number-text{
    margin-top:5px;
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: 0.88px;
    color: #999;
}
.venuesearch-more{
    /* margin-top:70px; */
    font-size: 1rem;
    line-height: 1.13;
    letter-spacing: 2.67px;
    color: #1a1a1a;
}
.venuesearch-body{
    padding:30px;
}


.tw-map-wrap{
    margin-top:70px;
    display: flex;
}
.tw-location-search{
    width:46.9%;
    background-color:#f5f5f5;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding:60px 60px 60px 0;
}
.venue-search .newsletter-select-box{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.venue-search .newsletter-select-box select, .venue-search .newsletter-select-box input.form-control{
    width:300px;
    height:60px;
    border-radius: 0;
    -webkit-appearance: none;
    margin:5px 0;
    background-color:#fff;
    padding-left:25px;
    border-color: rgb(166,166,166);
}
.newsletter-select-box label{  
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin-bottom:0;
}
.newsletter-select-box .tw-filter label{  
    font-size: 1rem;
    font-weight: normal;
}
.location-title{
    width:455px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 1.5px;
    color: #1a1a1a;
}
.venue-search{
    width:455px;
}
.venue-search .data-submit-button{
    margin:40px 0 0 0 ;
}
.venue-checkbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.venue-checkbox .checkbox-box label{
    margin-bottom:0;
}
.checkbox-box{
    width:300px;
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    margin:15px 0;
}
.checkbox-box .data-checkbox{
    padding-left:0;
}
.checkbox-box input{
    margin-right: 12px;
}
.padding-location{
    padding-bottom:70px;
}
.tw-map-box{
    width:53.1%;
    position:relative;
    display: none;
}
.tw-map-box img{
    position: absolute;
    display: none;
    width:100%;
}
.show-map-img{
    display: block!important;
}
.venue-body .tab-column{
    margin-top:0;
}
.venue-search-result{
   margin-top:60px;
}
.venuesearch-result-number{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 1.88px;
    color: #7c0477;
}
.venuesearch-result-wrap{
    margin-top:40px;
    margin-bottom:50px;
}
.venuesearch-background{
    width:100%;
    background-color: transparent; 
    /* width:40%; */
    height:510px;
    transform: translate(0,-100%);
    position: relative;
    z-index:-1;
}
.venuesearch-bgcolor{
    background-color: #f5f5f5;
}
.venue-number-box{
    margin-top:80px;
}
.venue-number-box div{
    margin-bottom:30px;
}
.venue-search-result-padding{
    padding-right:110px;
}
.venuesearch-container{
    overflow: hidden;
    margin-bottom:-27%;
}
.venue-second-title{
    margin-bottom:20px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333333;
}
.service-wrap{
    margin-top:20px;
    margin-bottom:50px;
}
.service-wrap a{
    margin-bottom:15px;
}
.service-box{
    height:204px;
    background-color:#fff;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    padding:35px 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-box p{
    margin-top:35px;
}
.venue-table th, .venue-table td{
    text-align: center;
    vertical-align: middle;
    padding:30px 0;
}
.venue-table th{
    min-width:127px;
}
.relevant-information{
    margin:70px auto;
}
.back-to-search{
    margin-top:40px;
}
.service-background{
    position:absolute;
    z-index:-1;
    height: 300px;
    background-color: #f5f5f5;
    width:100%;
    transform: translate(0 , -145%);
}
.relevant-information .card{
    border:0;
}
.venue-body .news-content-box{
    margin-bottom:90px;
}
.venue-search .newsletter-select-box:first-child{
    margin-top:30px;
}
.share-white-background-venue{
    position: relative;
}
.share-white-background-venue::before{
    content: "";
    width: 67.8%;
    height: 180px;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    left: -100px;
    bottom: -50%;
}
.tw-filter{
    width:300px;
}
.tw-filter::after{
    content:"";
    background-color: #808080;
    width:100%;
    height:1px;
}
.supplier-body .album-wrap{
    margin-top:0;
}
.supplier-body .news-list-box{
    margin-bottom:0;
}
.supplier-body .card-body{
    height:120px;
}
.award-wrap .section-col-3 .news-card{
    height:495px;
}
.mice-content-width{
    width:100%;
}
.micseupplier-body .venuesearch-more{
    margin-top:70px;
}
.micesupplier-body .venuesearch-body{
    height:420px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1200px){
    .micesupplier-body .venuesearch-body{
        height:465px;
    }
}
@media screen and (max-width: 767px){
    .micesupplier-body .venuesearch-body{
        height:auto;
    }
}
.micesupplier-body .venuesearch-detail{
    margin-bottom:15px;
}
.micesupplier-body .venuesearch-more{
    margin-top:15px;
}
.micesupplier-body footer{
    margin-top:60px;
}
.micesupplier-body .venue-tocolumn div{
    margin-bottom: 10px;
}
.prev-next-supplier{
    margin:50px auto;
}
.icon-map{
    color:#7c0c77;
}
.supplier-about-container{
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width:1400px){
    .micseupplier-body footer{
        margin-top:60px;
    }
}
@media only screen and (max-width:1366px){
    .venuesearch-container{
        margin-bottom:-38%;
    }
}

@media only screen and (max-width:1200px){
    .tw-location-search{
        padding:40px 40px 40px 0;
    }
    .venue-search, .location-title{
        width:400px;
    }
    .venue-search .newsletter-select-box select, .venue-search .newsletter-select-box input.form-control{
        width:240px;
        height:55px;
    }
    .micesupplier-body .tw-filter .data-checkbox input{
        width:auto!important;
    }
    .venue-search label{
        font-size:18px;
    }
    .location-title{
        font-size:26px;
    }
    .venue-search .data-submit-button{
        width:240px;
        height:50px;
        margin:20px 0 0 0;
        padding: 13px 43px;
    }
    .checkbox-box{
        width:240px;
    }
    .venuesearch-background{
        height:580px;
    }
    .venuesearch-container{
        margin-bottom:-55%;
    }
    .venue-pagetitle{
        font-size:32px;
    }
}

@media only screen and (max-width:992px){
    .micesupplier-body .venuesearch-more{
        /* margin-left:15px; */
        /* padding-left:0; */
        margin-top:10px!important;
    }
    .tw-map-wrap{
        margin-top:30px;
        flex-direction: column-reverse;
    }
    .tw-location-search{
        margin-top:30px;
        width:100%;
        padding:40px 0;
        align-items:center;
    }
    .tw-map-box{
        width:100%;
        position: relative;
        height:690px;
    }
    .tw-map-box{
        height:690px;
    }
    .venue-search-result{
        margin-top:0px;
    }
    .venue-number-box{
        margin-top:20px;
    }
    .venue-title{
        margin-bottom:20px;
    }
    .venuesearch-container{
        margin-bottom:0;
    }
    .venuesearch-background{
        display: none;
    }
    .service-box{
        margin-bottom:15px;
    }
    .service-background{
        display: none;
    }
    .venue-search-result-padding{
        padding-right:0;
    }
    .venuesearch-detail{
        margin-bottom:30px;
    }
    .venuesearch-more{
        margin-top:30px;
    }
}
@media only screen and (max-width:767px){
    .tw-map-box{
        height:510px;
    }
    .share-white-background-venue::before{
        width: 90.6%;
    }
    .supplier-about-container{
        display: block;
    }
}
@media only screen and (max-width:576px){
    .venue-search, .location-title{
        width:95%;
    }
    .venue-table th{
        min-width:105px;
    }
    .venue-title{
        font-size:26px;
    }
    .venue-pagetitle{
        font-size:24px;
    }
    .share-white-background-venue::before{
        width: 75.6%;
        height:145px;
    }
    .relevant-information .show-news-detail:first-child{
        margin-bottom:40px
    }
}
@media only screen and (max-width:414px){
    .venue-search label{
        font-size:14px;
    }
    .venue-search .newsletter-select-box select, .venue-search .newsletter-select-box input{
        width:200px;
        padding-left:15px;
        font-size:14px;
    }
    .checkbox-box{
        width:200px;
    }
    .tw-map-box{
        height:50vh;
    }
    .venue-table th{
        min-width:0px;
    }
    .venuesearch-number{
        font-size: 26px;
    }
    .checkbox-box input{
        margin-right:15px;
    }
    .venue-pagetitle{
        font-size:18px;
    }
    .share-white-background-venue::before{
        width: 82.6%;
        height:115px;
    }
    .micesupplier-body .data-checkbox input{
        margin-right:8px;
    }
}
@media only screen and (max-width:321px){
    .venue-search label, .micesupplier-body .data-checkbox label{
        font-size:12px;
    }
    .venue-search .newsletter-select-box select, .venue-search .newsletter-select-box input{
        width:180px;
        padding-left:15px;
        font-size:12px;
    }
    .share-white-background-venue::before{
        width:95.6%;
    }
}

/* sitemap */
.sitemap-body{
    background-color:#f5f5f5;
}
.sitemap-body .news-pagetitle{
    margin-bottom:-30px;
    padding-top:0;
}
.sitemap-body .share-white-background::before{
    height:120px;
    opacity: .8;
    bottom: -60px;
}
.sitemap-body .breadcrumb-share{
    padding-top:80px;
    background-color:transparent;
}
.sitemap-wrap{
    display: flex;
    margin-bottom:55px;
}
.sitemap-linkbox{
    padding:70px;
    background-color:#fff;
    box-shadow:5px 5px 15px 0 rgba(0,0,0,0.1);
}
.sitemap-linkbox div{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.72;
    letter-spacing: 1.13px;
    color: #333333;
    margin-bottom:20px;
}
.sitemap-linkbox ul{
   margin-top:10px;
}
.sitemap-linkbox li a{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #333333;
}
.sitemap-linkbox a:hover{
    color: #7c0c77;
    transition:all .3s;
}
.map-number{
    font-size: 150px;
    font-weight: 600;
    letter-spacing: 11.54px;
    color: #e6e6e6;
    position: relative;
}
.map-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 2px;
    color: #333333;
    position: absolute;
    top:102px;
    left:70px;
}
.map-title a {
    color:#333;
    font-weight: 700;
}
.map-title a:hover {
    color:#7c0c77;
    transition: all .3s;
}
.sitemap-list{
    padding-inline-start:59px;
}
.sitemap-list li{
    font-size: 16px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #333333;
}
.sitemap-linktitle-number{
    color:#333;
}
.sitemap-container{
    margin:85px auto 100px;
}
@media screen and (max-width:768px){
    .sitemap-container{
        margin-top:0;
    }
}
@media screen and (max-width:576px){
    .sitemap-linkbox{
        padding:15px;
    }
}


/* abouttw */
.abouttw-tab-wrap{
    position:relative;
    z-index:1;
    margin-bottom:45px;
}
.guide-section{
    position:fixed;
    right:45px;
    top:45%;
    z-index:100;
}
.guide-section li{
    width:250px;
    margin-bottom:10px;
    text-align: right;
    direction: rtl;
}
.guide-section li.active::before{
    color: #7c0c77;
}
.guide-section li::before{
    content: "\2022";
    color: #999;
    font-weight: 600;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.guide-section a.active{
    color: #7c0c77;
}
.guide-section li a{
    margin-right:15px;
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: 1.75px;
    color: #999;
    font-weight: 600;
}
.tw-infor-wrap{
    position: relative;
    display: flex;
    margin-top:70px;
}
.twinfor-background {
    background-color: #f5f5f5;
    width: 40.4%;
    height: 430px;
    transform: translate(0,-140%);
    position: relative;
    z-index: -1;
}
.about-content{
    margin:100px 70px;
}
.about-content .retina-img{
    /* margin-right:70px; */
}
.about-content-title{
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin-bottom:15px;
}
.about-content-info{
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #7c0c77;
}
.about-content-box{
    margin:30px 0;
}
.environment-title{
    font-size: 37px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 2.69px;
    text-align: center;
    color: #333333;
    margin:0 0 145px;
}
.abouttw-wrap{
    margin-bottom:-20%;
}


.environment-wrap{
    background-color:#f5f5f5;
}
.environment-wrap .container{
    padding-top:100px;
}
.environment-second-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 2px;
    text-align: center;
    color: #333333;
    padding:115px 0 30px;
}
.environment-content{
    font-size: 17px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    padding:0 70px 70px 70px;
}
.environment-content-en{
    padding:0 35px 35px;
}
.envir-box{
    position: relative;
    background-color:#fff;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    height:auto;
    margin-bottom:70px;
}
.envir-box-en{
    height:auto;
}
.envir-logo{
    display:flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    width:150px;
    height:150px;
    border-radius: 50%;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    background:#fff;
    top:-75px;
    left:calc(50% - 75px);
}
.traffic-img{
    margin:0 35px;
    margin-top:100px;
    width:150px;
    height:150px;
    border: solid 3px #7c0477;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.traffic-text{
    width:150px;
    margin:0 35px;
    margin-top:20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 5px;
    color: #7c0477;
    text-align: center;
}
.traffic-img a {
    width:100%;
    height:100%;
}
.traffic-img .nav-link img:first-child{
    z-index:1;
}
.traffic-img .nav-link.active img:first-child{
    z-index:0;
}
.traffic-img:first-child .nav-link img{
    position:absolute;
    left:calc(50% - 37.5px);
    top:calc(50% - 37.5px);
}
.traffic-img:nth-child(2) .nav-link img{
    position:absolute;
    left:calc(50% - 25px);
    top:calc(50% - 35px);
}
.traffic-img:nth-child(3) .nav-link img{
    position:absolute;
    left:calc(50% - 40px);
    top:calc(50% - 24px);
}
#section2 .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    width:100%;
    height:100%;
    border-radius: 50%;
    background-color:#7c0c77;
}
.traffic-title{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.54;
    letter-spacing: 2px;
    color: #333;
    margin:35px 0;
}
#section2 .tab-content{
    margin-top:100px;
}
.traffic-box{
    padding:35px;
}
.traffic-box .tw-color{
    margin-bottom:15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 1px;
}
.traffic-box div:nth-child(2){
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.96px;
    color: #1a1a1a;
}
.domesticline{
    padding:12px 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.96px;
    color: #1a1a1a;
}
.abouttw-background{
    background-color:#f5f5f5;
}
.nationality-wrap{
    margin-bottom:-17%;
}
.nationality-box{
    width:85.3%;
    background-color: #fff;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    float:right;
    margin-top:190px;
}
.nationality-box div{
    padding:50px 70px 70px 400px;
}
.abouttw-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 0.74px;
    color: #7c0477;
    padding-bottom:25px;
}
.abouttw-content{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.nationality-img{
    transform: translate(0,-30%);
}
.language-box{
    background-color: #fff;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    /* float:right; */
    position: relative;
}
.language-box div:first-child{
    padding:70px 600px 50px 70px;
}
.lang-img{
    position:absolute;
    right:15px;
    bottom:0;
}
.economic-wrap .container{
    padding-top:120px;
    padding-bottom:80px;
}
.economic-box{
    background-color: #fff;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.economic-box div{
    padding:70px 70px 70px 600px;
}
.economic-img{
    position:absolute;
    top:11%;
}
.travel-title{
    font-size: 37px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 2.69px;
    text-align: center;
    color: #333333;
    margin:100px 0 70px;
}
.travel-tab{
    width:130px;
    height:130px;
    border: solid 3px #7c0477;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    margin:0 20px;
}
.travel-tab a {
    text-align: center;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.18;
    letter-spacing: 1.69px;
    color: #7c0c77;
    font-weight: 600;
}
.nav-pills .travel-tab .nav-link.active, .nav-pills .show > .nav-link{
    border-radius: 50%;
    background-color:#7c0c77;
}
.travel-content-box{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.travel-content{
    width:50%;
}
.travel-content p:first-child{
    font-size: 37px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 2.69px;
    color: #333333;
    margin-bottom:35px;
}
.travel-content p:nth-child(2){
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.travel-content{
    /* transform: translate(0,-100%); */
    margin-left: 40px;
}
.travel-content ul{
    margin-bottom:0;
}
.abouttw-travel-img{
    margin-top:70px;
    margin-bottom:70px;
    display: flex;
}
.abouttw-travel-img img{
    width:100%;
}
/* .abouttw-travel-wrap .tab-content div:nth-child(3){
    margin-bottom:-10%;
}
.abouttw-travel-wrap .tab-content div:nth-child(6){
    margin-bottom:-12%;
} */
.travel-content ul {
    margin-left:-20px;
}
.travel-content ul li{
    list-style: disc;
}
.tw-infor-text{
    display:none;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 2.69px;
    text-align: center;
    color: #333;
    margin: 100px 0 145px;
}
.about-img-width{
    width:100px;
}
.abouttw-width{
    width: 80%;
}
@media screen and (max-width: 1600px){
    .abouttw-travel-img picture{
        width:50%;
    }
    .travel-content{
        width:35%;
    }
}
@media only screen and (max-width:1366px){
    .guide-section{
        right:15px;
    }
}
@media only screen and (max-width:1200px){
    .guide-section {
        display: none;
    }
    .tw-infor-wrap{
        justify-content: center;
    }
    .tw-infor-wrap .tw-infor-img:first-child{
        position: absolute;
        top:-60px;
        width:200px;
        left:0;
    }
    .about-content{
        margin:15px;
    }
    .twinfor-background{
        display: none;
    }
    .abouttw-wrap{
        margin-bottom:0;
    }
    .environment-content{
        padding: 0 30px 30px 30px;
    }
    .envir-box{
        height:535px;
    }
    .economic-box div {
        padding: 30px 20px 50px 525px;
    }
    .economic-img {
        top: 13.5%;
    }
    .travel-tab{
        width:100px;
        height:100px;
    }
}
@media only screen and (max-width:992px){
    .tw-infor-wrap .tw-infor-img:first-child{
        width:120px;
        left:-20px;
    }
    .environment-content{
        padding:0 15px;
    }
    .envir-box{
        height:560px;
    }
    .envir-logo{
        width:120px;
        height:120px;
        left: calc(50% - 60px);
    }
    .environment-second-title{
        padding:75px 0 30px;
    }
    .nationality-box{
        margin-top:50px;
        width:100%;
    }
    .nationality-box div{
        padding:30px;
    }
    .nationality-img{
        transform: translate(0,-4%);
        width:70%;
    }
    .nationality-wrap{
        margin-bottom:0;
    }
    .language-box div:first-child {
        padding: 30px 380px 30px 30px;
    }
    .lang-img{
        width:55%;
    }
    .economic-box{
        margin-top:50px;
    }
    .economic-box div{
        padding:30px 30px 30px 340px;
    }
    .economic-img{
        top:25%;
        width:33%;
    }
    .travel-title{
        margin:50px 0;
    }
    .travel-tab{
        margin: 20px 40px;
    }
    .abouttw-travel-img img{
        width:100%;
    }
    .abouttw-travel-wrap .tab-content div:nth-child(3){
        margin-bottom:0;
    }
    .abouttw-travel-wrap .tab-content div:nth-child(6){
        margin-bottom:0;
    }
}
@media only screen and (max-width:768px){
    .tw-infor-text{
        display:block;
        margin:50px 0 20px;
    }
    .tw-infor-wrap .tw-infor-img:first-child{
        display:none;
    }
    .tw-infor-wrap{
        margin-top:0;
    }
    .about-content .retina-img{
        /* margin-right:30px; */
    }
    .envir-box{
        height:auto;
        margin-bottom:100px;
    }
    .environment-content{
        padding:15px;
    }
    .traffic-img{
        width:110px;
        height:110px;
        margin:30px 30px 0;
    }
    #section2 .tab-content{
        margin-top:30px;
    }
    .language-box div:first-child{
        padding: 30px 30px 215px 30px;
    }
    .economic-box div{
        padding:30px;
    }
    .economic-img{
        display:none;
    }
    .travel-tab{
        margin:20px 30px;
    }
    .travel-content{
        margin-top:30px;
        width:100%;
        margin-left: 0;
        padding: 0 15px 0 15px;
    }
    .abouttw-travel-img{
        display: block;
    }
    .about-content-info{
        font-size:18px;
    }
}

@media only screen and (max-width:576px){
    .tw-infor-text{
        margin:30px 0 20px;
    }
    .tw-infor-wrap{
        margin-top:0;
    }
    .about-content{
        margin:0;
    }
    .about-content-title{
        font-size:12px;
    }
    .about-content-info{
        font-size:16px;
    }
    .about-content .retina-img{
        /* margin-right:10px; */
    }
    .about-content img{
        height:auto;
    }
    .abouttw-basic{
        margin-right:10px;    
    }
    .about-img-width{
        width:50px;
    }
    .environment-title{
        margin:50px 0 115px;
    }
    .traffic-text{
        margin:15px;
        font-size:16px;
    }
    .traffic-img{
        width:85px;
        height:85px;
        margin:40px 15px 0;
    }
    .traffic-img:first-child .nav-link img{
        left: calc(50% - 30.5px);
        top: calc(50% - 24.5px);
        height: auto;
        width: 70%;
    }
    .traffic-img:nth-child(2) .nav-link img {
        width: 48%;
        height: auto;
        left: calc(50% - 19px);
        top: calc(50% - 27px);
    }
    .traffic-img:nth-child(3) .nav-link img {
        width: 75%;
        height: auto;
        left: calc(50% - 30px);
        top: calc(50% - 19px);
    }
}
@media only screen and (max-width:321px){
    .travel-tab{
        margin:20px 15px;
    }
    .about-img-width-lang{
        width:70px;
    }
}

/* trip */
.trip-tab{
    width:100%;
    margin:70px auto;
}
.trip-icon-list{
    margin:50px auto;
}
.trip-icon-list.trip-icon-list div{
    margin:0 10px;
}
.trip-content-wrap{
    padding:0 15px;
    width:100%;
}
.trip-content-title{
    font-size:18px;
    font-weight:600;
}
.trip-content{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #3b2d2d;
    width:970px; 
    margin:50px auto 120px;
}
@media screen and (max-width:992px){
    .trip-content{
        width:100%;
    }
    .trip-tab{
        margin:0px auto;
    }
}

/* awardcheck */
.awardcheck-title{
    font-size: 37px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: 3.5px;
    color: #333;
    margin:0 auto 70px;
}
.awardcheck-background{
    background-color:#f5f5f5;
    padding:50px 0 150px;
}
.awardcheck-background .newsletter-input-box{
    margin:0 auto;
}

@media screen and (max-width:1024px){
    .awardCheck-body .news-background{
        padding-top: 230px;
    }
    .awardCheck-body footer{
        margin-top:0;
    }
}
@media screen and (max-width:768px){
    .awardCheck-body .news-background{
        padding-top: 305px;
    }
}
@media screen and (max-width:576px){
    .awardcheck-background{
        background-color:#f5f5f5;
        padding:50px 0 70px;
    }
    .awardcheck-title{
        font-size: 26px;
        margin:0 auto 20px;
    }
    .awardCheck-body .news-background {
        padding-top: 590px;
    }
}


/* awardresult */
.award-result{
    margin-top:120px;
    margin-bottom:80px;
    display: flex;
    justify-content: space-between;
}
.awardResult-tab li a:hover{
    color:#fff;
    background-color:#7c0c77;
    transition:all .3s;
}
.award-result-title{
    position: relative;
    margin-top:70px;
}
.award-result p:first-child{
    font-size: 37px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 4.38px;
    color: #333333;
}
.award-result p:nth-child(2){
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.awards-title p:first-child{
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    padding-top:55px;
}
.awards-title p:nth-child(2){
    font-size: 28px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    padding-bottom:55px;
}
.awards-table th, .awards-table td{
    text-align: start;
    padding-left:40px;
}
.awards-table-2 th, .awards-table-2 td{
    text-align: start;
    padding:30px 10px;
}
.awards-table a:hover, .awards-table-2 a:hover{
    transition:all .3s;
    color: #7c0c77;
}
.trip-content-wrap .news-page{
    padding-top:50px;
    padding-bottom:110px;
}
.award-title{
    text-align: center;
}
.award-title p:first-child{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 3.75px;
    color: #333;
    padding-top:100px;
    padding-bottom:25px;
}
.award-title p:last-child{
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 1px;
    text-align: center;
    color: #1a1a1a;
}
.trophy-box{
    padding-bottom:50px;
    display: flex;
    justify-content: center;
}
.award-wrap{
    margin-bottom:150px;
}
.award-wrap .news-card{
    height:475px;
}
.award-wrap .venuesearch-body{
    height:294px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.link-box-2019 a{
    margin-bottom:30px;
}
.trophy-title{
    margin-top:100px
}
.trophy-title p{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5px;
    color: #333;
    padding-bottom:25px;
}
.trophy-title p:last-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 3.76px;
    text-align: center;
    color: #1a1a1a;
}

.resbonsive-tb{
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 1.8px;
    color: #1a1a1a;
}
.t-hd, .t-td{
    display: flex;
}
.t-hd div:first-child, .t-td div:first-child{
    display: flex;
    align-items: center;
}
.t-hd div, .t-td div{
    padding:30px;
    border:1px solid #dee2e6;
    box-sizing: border-box;
}
.t-td a{
    display: flex;
    flex-wrap:wrap;
    width:100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 1.5px;
    color: #999;
    padding-bottom:5px;
}
.t-td div:not(:first-child) a.award-name{
    color: #1a1a1a;
}
.t-td a:hover{
    transition:all .3s;
    color: #7c0c77!important;
}
.resbonsive-tb-2 .t-hd div, .resbonsive-tb-2 .t-td div{
    width:21.25%;
}
.resbonsive-tb-2 .t-hd div:first-child, .resbonsive-tb-2 .t-td div:first-child{
    width:15%;
}


@media only screen and (max-width:1200px){
    .awards-table th, .awards-table td{
        padding-left:15px;
    }
    .t-hd div, .t-td div{
        padding:30px 10px;
    }
}
@media only screen and (max-width:992px){
    .award-wrap .news-card{
        height:auto;
    }
    .award-section a{
        margin-top:30px;
    }
    .award-result{
        margin-top:30px;
        margin-bottom:30px;
        display: block;
    }
    .award-result p:first-child{
        margin-bottom:30px;
    }
    .award-title{
        padding:0 15px;
    }
    .award-title p:first-child{
        padding-top:70px;
        padding-bottom:25px;
    }
}
@media only screen and (max-width:768px){
    .award-wrap .venuesearch-body{
        height:auto;
    }
    .venue-table.awards-table-2 th{
        min-width:auto;
    }
    .t-hd{
        display:none;
    }
    .t-td{
        display: block;
    }
    .t-td div:first-child{
        background-color:#fafafa;
    }
    .resbonsive-tb-2 .t-hd div, .resbonsive-tb-2 .t-td div{
        width:100%;
    }
    .resbonsive-tb-2 .t-hd div:first-child, .resbonsive-tb-2 .t-td div:first-child{
        width:100%;
    }
    
}
@media only screen and (max-width:576px){
    .award-result p:first-child{
        font-size:28px;
    }
    .award-title p:first-child {
        font-size:26px;
    }
    .awards-table th, .awards-table td{
        padding:0 5px;
    }
}


/* exptw */
.twevent-body footer{
    margin-top:90px;
}
.twexp-container{
    margin:100px auto;
}
.tw-exp-background{
    margin-top:155px;
    background-color:#f5f5f5;
}
.twexp-content{
    padding:70px 100px;
    background-color:#fff;
    width:65%;
    margin:75px 0;
}
.twexp-content-box{
    display: flex;
    align-items: center;
    position:relative;
}
.twexp-content-img{
    position: absolute; 
    right:57px;
    top:-70px;
    width:45%;
}
.tw-exp-detail {
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}
.twexp-link-box {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.twexp-link-box a:hover{
    color:#fff!important;
    transition:all .3s;
}
.twexp-link-box p{
    margin-bottom:50px;
}
.twexp-link-box p:first-child{
    margin-bottom:25px;
}
.twexp-row{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom:60px;
}
.twexp-row:last-child{
    margin-bottom:0px;
}
.shopping-img{
    right: 15px;
    top: -15px;
}
.attractions-img{
    right: 10px;
    bottom: 76px;
    top:auto;
}
.art-img{
    top:auto;
    right: -20px;
    bottom: 50px;
}
.twexp-tab ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.twexp-tab .traffic-img .nav-link img{
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}
@media only screen and (max-width:1366px){
    .attractions-pic{
        width:70%;
    }
}
@media only screen and (max-width:1200px){
    .attractions-pic{
        width:100%;
    }
    .twexp-content{
        padding:40px;
    }
    .shopping-img{
        right: -10px;
        top: 15px;
    }
    .art-img{
        right: 40px;
    }
    .attractions-img{
        width:37%;
    }
    .art-img{
        width:35%;
    }
}

@media only screen and (max-width:992px){
    .twexp-tab .traffic-img{
        width:120px;
        height:120px;
        margin:50px 26px 0;
    }
    .tw-exp-background{
        margin-top:75px;
    }
    .twexp-content-img{
        right:13px;
        top:-15px;
        width:50%;
    }
    .twexp-container{
        margin:50px auto;
    }
    .twexp-link-box p{
        margin-bottom:20px;
    }
    .twexp-link-box p:first-child{
        margin-bottom:10px;
    }
    .tw-exp-detail{
        font-size:14px;
    }
    .shopping-img {
        right: 7px;
        top: 10px;
        width: 42%;
    }
    .attractions-img{
        right:0px;
        top:auto;
        width:40%
    }
    .art-img{
        right: -5px;
        bottom: 100px;
        width: 40%;
        top:auto;
    }
}


@media only screen and (max-width:767px){
    .twexp-row{
        display:block;
    }
    .twexp-content{
        width:75%;
    }
    .twexp-link-box{
        padding:0 15px;
    }
    .twexp-link-box .news-text-content{
        font-size:18px;
        padding-top:15px;
    }
    .twexp-tab ul{
        display: flex;
        justify-content: space-around;
    }
    .twexp-tab .traffic-img{
        width:80px;
        height:80px;
        margin:50px 0 0;
    }
    .twexp-content{
        width:100%;
    }
    .twexp-tab .traffic-img .nav-link img{
        width:70%;
        left: calc(50% - 26px);
        top: calc(50% - 26px);
    }
    .twexp-content-img{
        display: none;
    }
}
@media screen and (max-width:576px){
    .twexp-content{
        margin:40px 0;
    }
    .tw-exp-background{
        margin-top:35px;
    }
}

@media only screen and (max-width:350px){
    .twexp-tab .traffic-img{
        width:65px;
        height: 65px;
    }
    .twexp-tab .traffic-img .nav-link img{
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }
}

/* twevent */
.tw-event-detail{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.event-more{
    display:none;
}
.tw-event-box .twexp-link-box{
    justify-content: flex-start;
}
.tw-event-box .twexp-link-box p:first-child{
    margin-top:20px;
    margin-bottom: 10px;
}
.tw-event-box .twexp-link-box .more-btn{
    margin-bottom:20px;
}
.tw-event-box .twexp-link-box p{
    margin-bottom:20px;
}
.tw-event-box .twexp-row{
    box-shadow: 15px 15px 15px -11px rgba(0, 0, 0, 0.1);
}
.tw-event-ul{
    margin-left:65px;
    margin-top:55px;
}
.tw-event-ul::after{
    margin-left:60px;
    content:"";
    width: 1px;
    border: solid 2px #e6e6e6;
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    left: 18px;
    z-index: -1;
}
.tw-event-li::before{
    content:"";
    position: absolute;
    width:30px;
    height:30px;
    background-color:#e6e6e6;
    border-radius: 50%;
    left:65px
}
.event-showmore{
    background-color:transparent;
    border:none;
    text-align: start;
    padding:0;
    width:20%;
    padding-bottom:30px;
}
.event-showmore:hover{
    color:#7c0c77;
    transition:all .3s;
}
.event-showmore:focus{
    border:none;
}
.tw-event-icon{
    background-color:#7c0c77;
    width:130px;
    height:130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.icon-calendar-alt{
    color:#fff;
    font-size:48px;
}
@media only screen and (max-width:1400px){
    .event-showmore{
        padding-bottom:15px;
    }
}
@media only screen and (max-width:1200px){
    .tw-event-box .twexp-link-box p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .event-showmore{
        width:30%;
    }
}

@media only screen and (max-width:992px){
    .tw-event-box .twexp-link-box p:first-child{
        margin-top:10px;
    }
    .select-pb{
        padding-bottom:1rem;
    }
    .tw-event-ul{
        margin-left:0;
        margin-top:20px;
        padding-inline-start:0;
    }
    .tw-event-li{
        margin-bottom:30px;
    }
    .event-showmore{
        font-size:12px;
        padding-bottom:15px;
    }
    .tw-event-li .tw-event-detail{
        font-size:14px;
    }
    .tw-event-ul .tw-exp-link-img{
        padding-left:0;
        padding-right:0;
    }
    .tw-event-icon{
        width:80px;
        height:80px;
    }
    .icon-calendar-alt{
        font-size:32px;
    }
    .tw-event-ul::after{
        margin-left:35px;
    }
    .tw-event-li::before{
        display:none;
    }
}
@media only screen and (max-width:767px){
    .tw-event-box .twexp-link-box p:first-child{
        margin-top:20px;
    }
    .tw-event-li .twexp-link-box {
        background-color:#fff;
    }
    .twevent-body .tw-event-ul .tw-exp-link-img{
        padding:0;
    }
}

/* link */
.link-body .guide-section li{
    width:210px;
}
.link-body .venue-title{
    margin:0 auto 100px;
    display: flex;
    justify-content: center;
}
.friend-link{
    color:#1a1a1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.78px;
    text-align: center;
    padding:20px;
    background-color:transparent;
}
.link-body #section0, .link-body #section2{
    background-color:#f5f5f5;
}
.friend-link-box{
    padding-top:100px;
    padding-bottom:40px;
}
.friend-link-box a{
    margin-bottom:30px;
}
.friend-link-box img{
    width:100%;
}
@media only screen and (max-width:1200px){
    .friend-link{
        font-size:14px;
    }
    .link-body footer{
        margin-top:0;
    }
}
@media only screen and (max-width:576px){
    .link-body .venue-title{
        margin:50px auto;
    }
    .friend-link-box{
        padding-top:15px;
    }
}


/* literature */
.literature-body footer{
    margin-top:90px;
}
.literature-search{
    display: flex;
    justify-content: space-between;
    margin-top:70px;
    margin-bottom:40px;
    width:100%;
}
.literature-search label{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.literature-search input{
    width:100%;
    height: 60px;
    border: solid 0.5px #979797;
}
.literature-background{
    padding-top: 370px;
}
.literature-title{
    background-color:#7c0c77;
    color:#fff;
    padding:7px 30px;
    font-weight: 600;
}
.literature-date{
    font-size: 16px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 1px;
    color: #7c0477;
    margin-left:20px;
    display: flex;
    align-items: center;
}
.literature-tab{
    padding:100px 15px;
    width:100%;
}
.literature-report-wrap{
    border-bottom:solid 0.5px #999;
}
.literature-report-box{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.literature-report{
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.85px;
    color: #333;
    padding:30px 0;
}
.literature-collapse{
    margin-right:30px;
}
.literature-download{
    margin-right:30px;
}
.literature-collapse img{
    width:18px;
}
.literature-colla-content{
    margin-bottom:20px;
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.literature-summary{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.72;
    letter-spacing: 1.13px;
    color: #1a1a1a;
    margin-bottom:25px;
}
.literature-report-box div{
    margin-bottom:5px;
}
.liter-search{
    border: solid 1px #4d4d4d;
    background-color: #4d4d4d;
}
@media only screen and (max-width:768px){
    .literature-report{
        font-size:18px
    }
    .literature-collapse{
        margin-right:20px;
    }
}
@media only screen and (max-width:576px){
    .literature-report{
        font-size:16px;
    }
    .literature-report-box{
        display:block!important;
    }
    .literature-report-box div{
        margin-bottom:20px;
    }
    .literature-search label{
        font-size:16px;
    }
    .literature-search{
        margin-top:20px;
        margin-bottom:40px;
    }
    .literature-download img{
        width:25px;
        height:25px;
    }
    .literature-collapse img{
        width:18px;
        height:8px;
    }
}
@media only screen and (max-width:321px){
    .literature-search label{
        font-size:14px;
    }
}

/* attractions */
.attractions-trip{
    font-size: 28px;
    font-weight: 600;
    line-height: 2.12;
    letter-spacing: 3.25px;
    color: #333;
}
.attraction-title{
    font-size: 42px;
    font-weight: 900;
    line-height: 1.38;
    letter-spacing: 5px;
    color: #333;
}
.attractions-icon-list div{
    margin:55px 20px 10px 0;
}
.attractions-day{
    background-color:#7c0c77;
    width:130px;
    height:130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    color:#fff;
}
.attractions-day p:first-child{
    font-size:14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.63px;
    margin-bottom:5px;
}
.attractions-day p:nth-child(2){
    font-size: 52px;
    font-weight: 600;
    line-height: 0.89;
    letter-spacing: 2.7px;
}
.attractions-wrap{
    margin-top:95px;
    position:relative;
}
.attractions-text-title{
    margin-top:10px;
    margin-bottom:30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 3.25px;
    color: #7c0477;
}
.attractions-text-content {
    margin-bottom:15px!important;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 3.25px;
    color: #333;
}
.attractions-wrap .twexp-link-box{
    margin-left:30px;
}
.attractions-wrap .tw-event-ul{
    margin-left:160px;
    margin-top:0;
}
.attractions-wrap .tw-event-li::before{
    margin-top:120px;
}
.attractions-detail{
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.attractions-wrap .tw-event-ul::after{
    bottom:147px;
}
.attractions-body .venue-box{
    width:auto;
    margin-left:60px;
}
@media only screen and (max-width:1366px){
    .attractions-body .venue-box {
        margin-left:30px;
    }
    .attractions-icon-list div{
        margin:35px 15px 0 0;
    }
}
@media only screen and (max-width:1200px){
    .attractions-body .venue-container .d-flex{
        display: block!important;
    }
    .attractions-body .venue-box {
        margin-left:0;
        margin-top:40px;
    }
    .attractions-wrap .tw-event-ul {
        margin-left: 65px;
    }
    .attractions-wrap{
        margin-top:40px;
    }
    .attractions-wrap .tw-event-li::before{
        margin-top:110px;
    }
    .attractions-body .twexp-link-box p:first-child{
        margin-bottom:10px;
    }
}
@media only screen and (max-width:992px){
    .attractions-body .venue-box {
        padding:0;
    }
    .attractions-day{
        width: 80px;
        height:80px
    }
    .attractions-day p:nth-child(2){
        font-size:36px;
    }
    .attractions-wrap .tw-event-ul{
        margin-left:80px;
    }
    .twexp-link-box{
        justify-content: flex-start;
    }
    .attractions-text-title{
        margin:0!important;
        font-size:20px;
    }
    .attractions-text-content{
        margin-bottom: 0px!important;
        font-size: 20px;
    }
    .attractions-detail{
        font-size:14px;
    }
    .attractions-wrap .twexp-link-box{
        margin-left:15px;
    }
    .attractions-wrap .tw-event-ul::after{
        bottom:100px;
    }
    .attractions-body .tw-event-li::before{
        display:inline-block;
        margin-top:90px;
    }
    .attractions-wrap .tw-event-li::before{
        left:40px;
    }
}
@media only screen and (max-width:767px){
    .attractions-wrap .twexp-link-box{
        margin-left:0;
    }
    .tw-event-ul .tw-exp-link-img{
        padding-left:15px;
        padding-right:15px;
    }
    .attractions-wrap .tw-event-ul::after{
        bottom:255px;
    }
    .attractions-body .tw-event-li::before{
        margin-top:120px;
    }
}
@media only screen and (max-width:576px){
    .attractions-wrap .tw-event-ul{
        margin-left:65px;
    }
}
@media only screen and (max-width:414px){
    .attractions-body .tw-event-li::before {
        margin-top: 80px;
    }
}
@media only screen and (max-width:375px){
    .attractions-body .tw-event-li::before{
        margin-top:60px;
    }
}
@media only screen and (max-width:321px){
    .attractions-body .tw-event-li::before {
        margin-top: 48px;
    }
}

/* awardCheck1 */
.upload-input{
    cursor:pointer;
    background-color:#e6e6e6;
    width:300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upload-input img{
    padding:18.5px 0;
    margin-right:16px;
}
.upload-input input{
    display: none;
}
.check-title-1{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 0.74px;
    color: #7c0477;
    margin:0 auto 25px;
    text-align: center;
}
.check-content-1{
    width:100%;
    font-size: 16px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom:45px;
}
.check-download {
    margin-bottom:65px;
}
.check-download p{
    margin-bottom:10px;
}
.check-download a{
    color:#7c0c77;
    font-size: 16px;
    line-height: 1.94;
    letter-spacing: 1px;
}
.check-step-wrap{
    display: flex;
    justify-content: center;
}
.check-step-box{
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.83px;
    background-color:#e6e6e6;
    margin-top:97.5px;
    height:5px;
    width:31.5%;
}
.check-step-box div{
    border-radius: 50%;
    width:80px;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-step-box div:nth-child(2){
    margin:0 60px;
}
.check-step-active{
    background-color:#7c0c77;
    color:#fff;
}
.check-step{
    background-color:#fff;
    color:#7c0c77;
}
.check-padding{
    padding:50px 0 440px;
}
.awardCheck-body-1 .newsletter-input-box{
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
}
p.annotation{
    margin-top:10px;
}
.annotation{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.4px;
    color: #1a1a1a;
}
.check-input div{
    margin-bottom:15px;
}
.check-input input{
    display:unset;
    width:auto;
}
.check-text-part2{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 1.8px;
    text-align: center;
    color: #1a1a1a;
    margin-bottom:40px;
}
.check-title-2{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 0.74px;
    color: #7c0477;
    text-align: center;
    margin:100px auto 40px;
}
.contact-input div:not(:last-child){
    margin-bottom:15px;
}
.address-input{
    margin-top:15px;
}
.candidate{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.83px;
    text-align: center;
    color: #1a1a1a;
    margin:0px auto 60px;
}
.add-del-button{
    width:40px;
    height:40px;
    background-color:#7c0c77;
    border-radius: 50%;
    color:#fff;
    border:none;
    margin-left:15px;
    margin-right:30px;
}
.add-del-box{
    display:flex;
    align-items: center;
}
.awardCheck-body-1 .newsletter-input{
    align-items: flex-start;
}
.awardCheck-body-1 .newsletter-input-box label{
    margin-top:18px;
    font-weight: 600;
}
.candidate-wrap{
    margin-top:16px;
    padding-top:30px;
    border-top:0.5px solid #979797;
}
.radio-show{
    padding:0 25px;
    display: flex;
}
.radio-show input{
    margin-top:3px;
    height: auto;
    -webkit-appearance:radio;
}
.radio-show label{
    margin-top:0!important;
    margin-left:20px;
}
.radio-show .form-check:not(:first-child){
    margin-left:65px;
}
.radio-agree{
    padding:0 5px;
}
.radio-agree + .check-text-part2{
    margin-left:0;
    padding:0;
    text-align: start;
}
button.add-del-button:focus{
    border:none;
}
.basic-wrap .newsletter-input-box{
    margin-top:-340px;
    margin-bottom:80px;
}
.activity-date{
    display: flex;
    padding:0;
}
.captcha-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items: center!important;
}
.captcha-wrap label{
    margin-top:0!important
}
.check-condition{
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width:1400px){
    .check-step-box div:nth-child(2){
        margin:0 55px;
    }
    .check-input input.signup-input{
        width:165px;
    }
}
@media only screen and (max-width:1200px){
    .check-step-box div:nth-child(2){
        margin:0 50px;
    }
    .check-step-box div {
        width: 65px;
        height: 65px;
    }
    .check-input input.signup-input{
        width:120px;
    }
}
@media only screen and (max-width:992px){
    .check-step-box div:nth-child(2){
        margin:0 41px;
    }
    .check-step-box div {
        width: 45px;
        height: 45px;
        font-size:24px;
    }
    .check-input input.signup-input{
        width:100%;
    }
    .contact-input div{
        padding-left:0;
    }
    .address-padding{
        padding-right:0!important;
    }
    .basic-wrap .newsletter-input-box{
        padding:45px 20px;
    }
    .select-padding{
        padding-left:28px;
    }
    .check-condition{
        display:block;
        font-size:14px;
    }
}
@media only screen and (max-width:768px){
    .check-step-box{
        width: 42.5%;
    }
    .select-padding.type-date{
        padding-left:5px;
    }
    .upload-input{
        width:100%;
    }
    .check-input input.activity-input{
        width:180px;
    }
    .radio-show input{
        margin-top:5px;
    }
    .select-padding{
        padding-left:15px;
    }
    .radio-show{
        flex-wrap:wrap;
    }
    .radio-show.award-notice{
        flex-wrap:nowrap;
    }
    .radio-show .form-check:not(:first-child){
        margin-left:0;
        margin-top:15px;
    }
}
@media only screen and (max-width:576px){
    .check-step-box{
        width: 75%;
    }
    .check-step-box{
        justify-content: space-between;
    }
    .candidate{
        margin:20px auto;
    }
    .activity-date{
        flex-wrap:wrap;
    }
    .activity-date div:nth-child(2) {
        padding-left:0!important;
    }
    .activity-date div:nth-child(2) input.select-padding{
        margin-top:15px;
    }
}
@media screen and (max-width:414px){
    .check-input input.activity-input{
        width:90px;
    }
}

/* awardcheck2 */
.award-check-title{
    margin-top:35px;
}
.awardcheck2-upload-text{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #1a1a1a;
}
.awardcheck2-wrap{
    margin-top:90px;
}
.awardcheck2-wrap + .award-notice{
    margin-top:90px;
}
.error-text{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 1.4px;
    color: red;
    margin-left:15px;
}
@media only screen and (max-width:992px){
    .awardcheck2-upload-text{
        font-size:16px;
    }
}
@media only screen and (max-width:768px){
    .newsletter-input-box .awardcheck2-wrap label.awardcheck2-upload-text{
        margin-bottom:5px;
    }
    .error-text{
        margin-bottom:5px;
    }
}
@media only screen and (max-width:576px){
    .awardcheck2-wrap{
        margin-top:60px;
    }
    .awardcheck2-wrap + .award-notice{
        margin-top:60px;
    }
}


/* micedatabase */

.micedatabase-detail{
    display: block;
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom:70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
}
.micedatabase-body .venuesearch-body{
    height:336px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.micedatabase-body.miceschedule-body .venuesearch-body{
    height:220px;
}
.micedatabase-body .micedatabase-detail{
    margin-bottom:0px;
}
.micedatabase-body .venuesearch-more{
    margin-top:0px;
}
.micedatabase-body footer{
    margin-top:60px;
}
.micedatabase-select-icon{
    position: absolute;
    top:0px;
    right:25px;
}
.micedatabase-body .data-checkbox label.area-tw{
    width:100%;
}
.micedatabase-body .tw-filter::after{
    content:"";
    background-color: #808080;
    width:0%;
    height:1px;
}
.micedatabase-body .newsletter-select-box .area-tw-box{
    border-bottom:1px solid #808080;
    padding-bottom:15px;
    margin-bottom:15px;
}
.micedatabase-body .tw-map-box{
    width:45%;
}
@media only screen and (max-width:1200px){
    .micedatabase-body .data-checkbox input{
        width:auto;
        height:auto;
    }
    .micedatabase-body .checkbox-box input{
        margin-right:10px;
    }
}
@media only screen and (max-width:992px){
    .micedatabase-body .tw-map-box{
        width:100%;
    }
}


/* forgetpassword */
.forget-body .form-row:first-child{
    margin-top:35px;
}
.forget-body .newsletter-input{
    display:block;
}
.forget-body .newsletter-input label{
    padding:15px 0;
}
.password-arrow{
    transform: rotate(180deg);
}
.forget-background{
    background-color: #f5f5f5;
    width: 100%;
    z-index: -1;
    padding:90px 0 120px;
}
.forget-background .newsletter-input-box{
    margin:0 auto;
}
.forget-body footer{
    margin-top:0;
}

/* signup */
.signup-body .check-step-box div:nth-child(2){
    margin:0;
}
.signup-body .check-step-box{
    justify-content: space-between;
    width:50%;
}
.member-type{
    margin-top:90px;
}
.member-type-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 0.74px;
    color: #7c0477;
    margin-bottom:25px;
}
.member-type-bg{
    background-color:#fff;
    height:438px;
    padding:70px 100px 0 100px;
}
.signup-body .neswletter-background{
    padding-top:550px;
}
.member-type-second-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 1.8px;
    text-align: center;
    color: #1a1a1a;
}
.signup-wrap{
   margin-top:30px;
   margin-bottom:70px;
}
.signup-wrap .member-type-title{
    text-align: center;
    padding-top:70px;
    padding-bottom:40px;
}
.textarea-box{
    display:flex;
    justify-content: center;
    margin-top:80px;
}
.textarea-box textarea{
    width:930px;
    height:750px;
    border:none;
}
.signup-body .newsletter-input-box{
    padding:40px 100px;
    margin:0;
}
.cap-label{
    padding-left:5px;
}
.signup-body .radio-show{
    width:885px;
    margin:20px auto 40px;
}
.signup-body .radio-show .form-check{
    margin-left:0;
    display: flex;
    justify-content: center;
}
.signup-body .radio-show .form-check label{
    margin-left:0;
}
.signup-body .radio-show .form-check input{
    display: none;
}
.signup-select{
    text-align: center;
    width:100%;
    background-color:#fff;
    padding:22px 0;
    letter-spacing: 1px;
    cursor:pointer;
}
.signup-select-actvie{
    background-color:#7c0c77;
    color:#fff;
}

@media only screen and (max-width:1200px){
    .textarea-box textarea{
        width:90%;
        height:750px;
        border:none;
    }
    .member-type-bg{
        height:518px;
    }
    .signup-body .newsletter-input-box{
        padding:40px 45px;
    }
}
@media only screen and (max-width:992px){
    .member-type-bg{
        height:auto;
        padding:70px 100px;
    }
    .general-member{
        margin-bottom:30px;
    }
    .signup-body .neswletter-background{
        padding-top: 800px;
    }
    .signup-body .radio-show{
        width:auto;
    }
    .signup-body .newsletter-input-box{
        padding: 40px 30px;
    }
    .signup-body .subscribe-button{
        margin-right:0;
    }
}
@media only screen and (max-width:768px){
    .member-type-bg{
        height:auto;
        padding:40px;
    }
    .signup-body .newsletter-input-box{
        padding: 40px 15px;
    }
}
@media only screen and (max-width:576px){
    .signup-captcha-box{
        display:flex;
    }
    .signup-captcha-input{
        padding:0;
    }
    .signup-body .check-step-box{
        width:80%;
    }
    .signup-body .newsletter-input{
        display: flex;
    }
}

/* memberCenter */
.member-row{
    justify-content: center;
    margin-top:50px;
    margin-bottom:50px;
}
.member-box{
    position:relative;
    margin:50px 0;
    display: flex;
    flex-direction: column;
    padding:70px 60px;
    height:477px;
    background-color:#fff;
}
.member-number{
    width:80px;
    height:80px;
    position:absolute;
    background-color:#7c0c77;
    border-radius: 50%;
    color:#fff;
    font-size:29px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.83px;
    display: flex;
    justify-content: center;
    align-items: center;
    top:-40px;
    left:calc(50% - 40px);
}
.member-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height:109px;
}
.member-box .abouttw-title{
    text-align: center;
    margin-top:20px;
}
.member-box .member-type-second-title{
    margin-bottom:10px;
}
.member-box .member-type-second-title:hover{
    color:#7c0c77;
    transition: all .3s;
}
.member-background{
    background-color:#f5f5f5;
    width:100%;
    position: absolute;
    z-index:-1;
    padding-top: 1054px;
}
.member-name-logout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:30px;
    padding-bottom:30px;
    flex-wrap:wrap;
}
.logout-button{
    background-color:#ee4f57;
    color:#fff;
    width:180px;
    height:50px;
    border:none;
    letter-spacing: 4px;
    margin-left:15px;
    text-align: center;
}
.logout-button:focus{
    border:none;
}
.member-icon-box{
    display: flex;
    align-items: center;
}
.member-icon-box div{
    display: flex;
    align-items: center;
}
.member-icon-box div a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:65px;
    height:65px;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-right:10px;
}
.member-icon-box div a img{
    width:30px;
}


@media only screen and (max-width:1200px){
    .member-box{
        padding:70px 30px;
    }
}
@media only screen and (max-width:992px){
    .member-icon-box{
        margin-top:20px;
        width:100%;
        justify-content: space-between;
    }
}
@media only screen and (max-width:768px){
    .member-box{
        height:auto;
    }
    .member-row{
        margin-top:0;
        margin-bottom:0;
    }

    .member-icon-box{
        flex-wrap:wrap;
        justify-content: space-around;
    }
    .member-icon-box div{
        flex-wrap:wrap;
        justify-content: space-around;
    }
    .logout-button{
        margin-left:0px;
        margin-top:35px;
    }
    .member-icon-box div a{
        margin:15px 20px 0;
    }
}
@media screen and (max-width:767px) and (min-width:570px){
    .member-icon-box div a{
        margin:15px 40px 0;
    }
}
@media screen and (max-width:569px){
    .member-icon-box div a{
        margin:15px 35px 0;
    }
}
@media screen and (max-width:450px){
    .member-icon-box div a{
        margin:15px 25px 0;
    }
}
@media screen and (max-width:375px){
    .member-icon-box div a{
        margin:15px 15px 0;
    }
}


/* login */
.login-body .newsletter-input-box{
    padding:0;
    margin:100px -15px 100px -15px;
}
.login-box{
    padding:70px;
}
.login-body .form-row:first-child{
    margin-top:0;
}
.login-captcha{
    margin-top:10px;
}
.login-captcha .captcha-img{
    margin-right:30px;
}
.login-button {
    margin-top:100px;
}
.login-button .subscribe-button{
    margin-top:0;
    margin-right:15px;
}
.login-button a:hover{
    color:#7c0c77;
}
.login-notice{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 1.85px;
    text-align: justify;
    color: #333;
}
.login-box .icon-check-circle-solid{
    color:#7c0c77;
    margin-right:25px;
    font-size:22px;
}
.login-box .fw-bold{
    font-weight: 600;
}
.member-func-box{
    margin-top:30px;
    margin-bottom:63px;
}
.member-func{
    margin-bottom:10px;
}
.login-button a.subscribe-button:hover{
    color:#fff;
}
.login-infor{
    background-color:#fff;
    width:170px;
    height:170px;
    border-radius: 50%;
    margin-bottom:30px;
}
.login-infor-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 1.85px;
    text-align: center;
    color: #fff;
    margin-bottom:15px;
}
.login-infor-text{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    text-align: justify;
    color: #fff;
    width:100%;
}
.login-content-card{
    display:flex;
    align-items: center;
    flex-direction: column;
}
.login-infor-box{
    padding-top:85px;
    padding-bottom:85px;
}
.login-background{
    background-repeat: no-repeat;
}
@media only screen and (max-width:1200px){
    .login-box{
        padding:50px 
    }
    .login-infor-box{
        padding-top:95px;
        padding-bottom:95px;
    }
}
@media only screen and (max-width:992px){
    .login-button{
        margin-top:30px;
    }
    .login-box{
        margin-bottom:20px; 
    }
    .login-background{
        background-size: cover;
    }
    .login-infor-box{
        padding-top:40px;
        padding-bottom:40px;
    }
    .login-content-card{
        margin-bottom:40px;
    }
}
@media only screen and (max-width:576px){
    .login-body .newsletter-input-box{
        margin-top:30px;
        margin-bottom:30px;
    }
}
@media only screen and (max-width:414px){
    .login-box{
        padding:15px 
    }
}

/* signup2 */
.signup-body .basic-wrap{
    margin-top:90px;
    margin-bottom:90px;
}
.signup-body .form-check input.form-check-input{
    /* -webkit-appearance: radio; */
}
.signup-newsletter{
    display: flex;
}
.signup-newsletter input{
    height:50px;
}
.signup-newsletter label{
    margin-left:15px;
}
.signup-address{
    padding:0;
    display: flex;
}
.signup-address div:first-child{
    padding-left:0;
}
.signup-address div:last-child{
    padding-right:0;
}

@media screen and (max-width:768px){
    .signup-body-2 .newsletter-select-icon{
        top:11px;
    }
    .signup-newsletter{
        display:block;
    }
}   
@media screen and (max-width:576px){
    .signup-body-2 .newsletter-input{
        display: block;
    }
    .signup-body-2 .newsletter-input.signup-next-back{
        display: flex;
    }
}
@media screen and (max-width:414px){
    .signup-address{
        padding:0;
        display: block;
    }
    .signup-address div:first-child{
        margin-bottom:15px;
        padding-right:0px;
        padding-left:0px;
    }
    .signup-address div:nth-child(2){
        padding-right:0px;
        padding-left:0px;
    }
    .signup-address div:last-child{
        margin-top:15px;
        padding-right:0px;
        padding-left:0px;
    }
    .signup-body-2 .newsletter-select-icon{
        top:0;
    }
}
@media screen and (max-width:375px){
    .signup-body-2 .subscribe-button{
        padding:15px;
    }
}

/* signup 3 */
.signup-notice{
    margin-top:30px;
    margin-bottom:70px;
    text-align: center;
    padding-left:100px;
    padding-right:100px;
}
.set-box{
    width:100%;
}
.set-rule{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.4px;
    color: red;
    height:18px;
    margin-top:15px;
    margin-bottom:15px;
}

/* signup 4 */
.back-btn{
    width:270px;
    margin-bottom:30px;
}
@media only screen and (max-width:768px){
    .signup-notice{
        padding-left:30px;
        padding-right:30px;
    }
}

/* changepassword */
@media only screen and (min-width:1200px){
    .changepassword-body .newsletter-input-box{
        padding:100px 100px 80px;
    }
}

@media only screen and (max-width:576px){
    .changepassword-body .neswletter-background{
        padding-top: 500px;
    }
}

/* modify company */
.mod-textarea{
    width:100%;
    height:150px;
}
.mod-textarea:first-child{
    margin-bottom:10px
}
.mod-textarea:focus{
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
/* modify */
.modify-link{
    display: flex;
    justify-content: center;
    margin-top:50px;
}
.modify-link a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    padding: 0 1rem;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    background-color: #fff;
    height: 62px;
    line-height:1.4;
    font-weight: 600;
}
.modify-link a.active{
    background-color: #7c0c77;
    color:#fff;
}
.modcomp-label{
    margin-top:0;
    padding-right:15px!important;
    white-space: nowrap;
}
.modcomp-title{
    margin-bottom:10px;
}
.modcomp-meeting{
    margin-bottom:10px;
}
.modcomp-add{
    margin:0 0 0 15px!important;
}
.modcomp-input{
    padding-left:15px;
    margin-left:0!important;
}
.modcomp-fir{
    margin-top:0!important;
    display: flex;
    justify-content: flex-end;
    align-items:center;
}
@media screen and (max-width:1200px){
    .modify-link a{
        font-size:15px;
    }
}
@media screen and (max-width:992px){
    .modify-link a{
        font-size: 16px;
    }
    .modcomp-title{
        margin-top:15px;
    }
}
@media screen and (max-width:768px){
    .modify-link a{
        margin-bottom:15px;
    }
    .modcomp-add{
        margin:0px!important;
    }
    .modcomp-icon{
        top:60px!important;
    }
    .modcomp-title{
        font-size:14px;
    }
}
@media screen and (max-width:767px){
    .modcomp-label{
        margin-top:10px!important;
    }
}
@media screen and (max-width:576px){
    .modcomp-fir{
        justify-content: flex-start;
    }
    .modcomp-add{
        margin:15px!important;
    }
}
/* service */
.service-text{
    width:830px;
    margin:60px auto 0;
    text-align: center;
}
.general-box{
    width:100%;
    border-bottom:2px solid #ccc;
    margin-bottom:40px;
    margin-left:15px;
    margin-top:40px;
}
.service-checkbox input{
    -webkit-appearance: checkbox;
    height:auto;
    margin-right:20px;
}
.service-body .service-checkbox label{
    font-size:1rem;
    margin-top:0;
    display: flex;
    align-items: center;
    margin-bottom:10px;
    white-space: nowrap;
    font-weight: normal;
    padding-left:0;
}
.service-checkbox input.service-kind-other{
    -webkit-appearance: none;
    margin-right:0;
    margin-left:10px;
}
.service-special-input{
    width:350px;
}
.service-notice{
    margin-top:10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: 1.4px;
    color: #ff0000;
}

.service-button{
    background-color:#fff;
    border-radius: 50%;
    border:1px solid #979797;
    display: flex;
    justify-content: center;
    align-items: center;
    width:35px;
    height:35px;
    color:#979797;
    margin:12.5px auto;
}
.service-button:last-child{
    margin-top:40px;
}
.service-button:focus{
    border-color:#979797;
}
.service-add-content{
    margin-bottom:15px;
}
.service-add-content input{
    margin-left:30px;
}
@media only screen and (max-width:992px){
    .service-text{
        width:100%;
    }
    .general-box{
        margin-top:20px;
        margin-left:0;
    }
}
@media only screen and (max-width:768px){
    .service-body .service-checkbox label{
        font-size:14px;
    }
    .service-button{
        margin:7.5px auto;
    }
    .service-button:last-child{
        margin-top:30px;
    }
}
@media only screen and (max-width:414px){
    .service-body .service-checkbox label{
        white-space: normal;
    }
    .service-body .newsletter-select-icon{
        top:11px;
    }
    .service-special-input{
        width:100%;
    }
    .service-add-content input{
        margin-left:15px;
    }
}

/* businesslist */
.business-login{
    width:100%;
    border:2px solid #7c0c77;
    box-sizing: border-box;
    padding:40px 0;
    color:#7c0c77;
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    text-align: center;
    margin:70px auto;
}
.business-login:hover{
    color:#7c0c77;
}
.business-content{
    margin-top:130px;
}
.business-body .more-btn a{
    width:100%;
    border:none;
    border-top:1px solid #e6e6e6;
}
.business-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 2.05;
    letter-spacing: 0.77px;
    color: #7c0c77;
    margin-bottom:15px;
}
.business-second-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.58;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin-bottom:45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.business-text{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.business-content-box{
    padding:60px 70px 0;
    height:360px;
}
.business-body .news-content-title{
    padding-top:25px;
    padding-bottom:25px;
    font-size: 24px;
}
.business-body footer{
    margin-top:60px;
}
@media screen and (max-width:992px){
    .business-body .news-background{
        padding-top:218px;
    }
    .business-content-box{
        height:auto;
    }
    .business-text{
        margin-bottom:100px;
    }
}
@media screen and (max-width:768px){
    .business-body .news-background{
        padding-top:290px;
    }
}
@media screen and (max-width:576px){
    .business-content-box{
        padding:15px 25px 0;
    }
    .business-login{
        margin:20px auto;
    }
    .business-content{
        margin-top:30px;
    }
    .business-text{
        margin-bottom:40px;
    }
}

/* business */
.business-body .subscribe-button{
    margin-right:0;
    width:300px;
}
.business-part-1{
    border-bottom:1px solid #ddd;
    margin-bottom:60px;
    padding-bottom:50px
}
@media screen and (max-width:414px){
    .business-body .subscribe-button{
        width:100%;
    }
}

/* business search */
.business-pd{
    display: flex;
    align-items: center;
}
.business-pd .input-group:first-child{
    margin-right:15px;
}
.business-search-btn{
    margin-top:15px;
    margin-right:15px;
    width:294px;
    padding:20px 30px 20px 43px;
    border: solid 0.5px #7c0c77;
    color:#fff;
    background-color:#7c0c77;
}
.business-search-body .newsletter-input-box{
    margin:65px auto;
    background-color:transparent;
}
.business-search-body .result-kind{
    width:150px;
}
.business-search-body .news-text-title{
    margin-left:40px;
}
.business-search-wrap{
    padding-top:50px;
}
.business-search-body .business-second-title{
    margin:40px auto;
}
.business-search-result{
    display: flex;
    justify-content: space-between;
    padding-bottom:50px;
    border-bottom:1px solid #808080;
}
.business-search-wrap .subscribe-button{
    margin-top:0;
}
.business-search-wrap .subscribe-button:first-child{
    margin-bottom:15px;;
}
.business-search-data-box{
    padding:0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.business-search-data{
    display:flex;
    justify-content: space-between;
    font-size:20px;
    font-weight:600;
    line-height:0.9;
    letter-spacing: 2px;
    color:#1a1a1a;
}
.business-search-body .news-page{
    margin-top:60px;
}
.bus-search-select{
    display:flex;       
}

@media screen and (max-width:1024px){
    .business-search-body .news-background{
        padding-top:280px;
    }
}
@media screen and (max-width:992px){
    .business-search-body .news-background{
        padding-top:325px;
    }
    .business-search-body .newsletter-input-box{
        margin:30px auto;
        background-color:transparent;
    }
    .business-search-body .subscribe-button{
        /* width:250px; */
    }
}
@media screen and (max-width:768px){
    .business-search-body .news-background{
        padding-top:310px;
    }
    .business-search-result{
        display: block;   
    }
    .business-search-data, .business-search-data-box{
        margin-bottom:20px;
    }
    .business-search-body .business-second-title{
        margin:30px auto;
    }
}
@media screen and (max-width:576px){
    .bus-search-btn{
        display:flex;
    }
    .bus-search-btn button{
        margin-top:0;
    }
    .business-search-body .news-background{
        padding-top:360px;
    }
    .bus-search-select{
        display: block;
    }
    .bus-search-select label{
        margin-bottom:10px;
    }
    .business-search-body .news-text-title{
        margin-left:15px;
    }
}
@media screen and (max-width:414px){
    .business-pd{
        display: block;
    }
    .business-pd .input-group:first-child{
        margin-right:0px;
        margin-bottom:15px;
    }
    .business-search-body .news-background{
        padding-top:420px;
    }
    .business-search-btn{
        width:100%;
        margin-left:15px;
    }
    .business-search-body .data-result-title{
        display: block;
    }
    .business-search-body .news-text-title{
        margin-left:0px;
        margin-top:15px;
    }
    .business-search-data{
        font-size:16px;
    }
}



/* application */
.application-body .news-background{
    padding-top:180px;
}
.application-container{
    margin-top:40px;
}
.application-body .service-checkbox{
    display: flex;
    flex-direction: column;
}
.application-body .service-checkbox label{
    margin-bottom:15px;
}
.application-body .app-subscribe{
    flex-direction: row;
    flex-wrap:wrap;
}
.application-body .news-tab-box a{
    margin-bottom:0;
}
.application-body footer{
    margin-top:100px;
}
.app-introduction{
    background-color:#fff;
    display: flex;
    text-align: center;
}
.application-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 2.22;
    letter-spacing: 0.51px;
    color: #1a1a1a;
}
.application-box{
    display: flex;
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #808080;
}
.application-box ul li{
    list-style: decimal;
    text-align: start;
}
.app-introduction-box{
    padding:70px;
}
.application-card{
    padding:50px 70px;
}
.application-card .card-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 0.74px;
    color: #7c0c77;
}
.application-card .card-text{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #1a1a1a;
}
.introduction-part2{
    margin-top:70px;
    margin-bottom:20px;
}
.application-body .member-box{
    height:345px;
    padding:70px;
    justify-content: space-between;
}
.intro-img-box{
    overflow: hidden;
    position: relative;
}
.intro-text-box{
    position:absolute;
    color:#fff;
    text-align: start;
}
.intro-text-box p:first-child{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.54;
    letter-spacing: 0.74px;
    margin-top:60px;
    margin-bottom:30px;
    padding-left:72px;
    padding-right:72px;
}
.intro-text-box p:last-child{
    font-size: 1rem;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #fff;
    padding-left:72px;
    padding-right:72px;
}
.intro-img{
    height:100%;
    max-width:unset;
}
.application-body .venuesearch-body{
    height:240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.application-body .venuesearch-title{
    margin-top:10px;
    -webkit-line-clamp: 2;
}
.application-select.newsletter-input-box{
    background-color:transparent;
    padding:0 0 70px 0;
    margin:0;
}
.application-body .news-tab{
    justify-content: center;
}
@media screen and (max-width:1200px){
    .intro-text-box p:first-child{
        padding-left:52px;
        padding-right:52px;
    }
    .intro-text-box p:last-child{
        padding-left:52px;
        padding-right:52px;
    }
}
@media screen and (max-width:992px){
    .intro-img-box{
        overflow: unset;
    }
    .intro-img{
        height:auto;
        max-width:100%;
    }
    .application-body .news-background{
        padding-top:150px;
    }
    .application-mg{
        margin-bottom:40px;
    }
    .application-body .venuesearch-body{
        height:auto;
    }
    .intro-part2-box{
        margin-bottom:30px;
    }
    .app-introduction-box{
        padding:40px;
    }
    .app-introduction .row{
        margin:0;
    }
    .app-introduction .intro-img-box{
        padding:0;
    }
}
@media screen and (max-width:768px){
    .application-body .news-background{
        padding-top:220px;
    }
    .application-body .news-tab{
        justify-content: flex-start;
    }
}
@media screen and (max-width:576px){
    .application-body .news-background{
        padding-top:295px;
    }
    .app-introduction-box{
        padding:25px;
    }
}
@media screen and (max-width:414px){
    .app-introduction-box{
        padding:15px;
    }
    .application-card {
        padding: 30px;
    }
}

/* micedatadetail */
.micedatadetail-body .venuesearch-background{
    height:578px;
}
@media screen and (max-width:1200px){
    .micedatadetail-body .venuesearch-background{
        height:700px;
    }
}
@media screen and (max-width:992px){
    .venue-search-result-padding{
        padding-bottom:30px;
    }
}
.mice-new-icon-1{
    width:19px;
    margin-left:-2px;
}
.mice-new-icon-2{
    width:15px;
}
.result-btn{
    font-size: 16px;
    line-height: 1.94;
    letter-spacing: 1px;
    color: #fff;
    margin: 5px 0;
    background-color:#7c0c77;
    border:none;
    width:50%;
}
.result-btn:focus{
    border:none;
}
.mice-introduce{
    margin-top:10px;
}
.prev-next-micedatadetail{
    margin-top:50px;
}


/* place */
.place-body .application-card{
    padding:0;
}
.place-btn-box{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.place-btn-box div{
    margin-bottom:0;
}
.place-btn{
    width:270px;
    height:60px;
    background-color:#7c0c77;
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:16px;
    line-height: 1.13;
    letter-spacing: 2.67px;
    padding-left:43px;
    padding-right:30px;
    border: 1px solid #7c0c77;
}
.place-btn:hover{
    color:#fff;
}
.place-btn:focus{  
    border: 1px solid #7c0c77;
    box-shadow: none;
    outline-offset: -2px;
    outline: none;
}
.place-body .newsletter-input-box{
    background-color:#f5f5f5;
    margin:60px auto;
}
.place-body .place-btn-box{
    margin-top:30px;
}
.place-table th, .place-table td{
    padding:20px 10px 20px 0;
}
.place-status{
    display: flex;
    justify-content: center;
    align-items: center;
}
.place-map a{
    height:60px;
}
.place-map .choose-more{
    padding: 18px 30px 20px 43px;
    border:solid 0.5px rgb(166,166,166)
}
.place-map + .annotation{
    margin-left:30px;
}
.place-body .placeform-wrap.newsletter-input-box{
    background-color:#fff;
}
.application-body.place-body .service-checkbox{
    flex-direction: row;
}
.application-body.place-body .service-checkbox label{
    font-size:16px;
    font-weight: normal;
    padding-left:0;
    display: flex;
    align-items: center;
    margin-bottom:0;
}
.placeform-wrap{
    display:none;
}
@media screen and (max-width:992px){
    .place-map-box{
        display: block;
    }
    .place-map + .annotation{
        margin-left:0;
    }
}
@media screen and (max-width:768px){
    .place-status{
        padding-right:0;
    }
    .place-table td:last-child{
        width:15%;
    }
    .place-body .newsletter-input-box{
        margin:30px auto;
    }
}
@media screen and (max-width:576px){
    .place-status{
        display: flex;
        justify-content: flex-start;
    }
    .place-body .activity-date .place-status + div{
        padding-left:0;
    }
    .application-body.place-body .service-checkbox label{
        font-size:14px;
    }
    .place-body .service-checkbox input{
        margin-right:10px;
    }
}
@media screen and (max-width:414px){
    .place-btn-box div{
        width:100%;
    }
    .place-btn{
        width:100%;
    }
    .place-table td:last-child{
        width:15%;
    }
}


/* faq */
.faq-number{
    font-size: 28px;
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: 2px;
    color: #7c0c77;
    display: flex;
    align-items: center;
    margin-right:30px;
}
.sitemap-body.faq-body{
    background-color:#fff;
}
.faq-body footer{
    margin-top:60px;
}
.faq-body .news-background{
    padding-top:100px;
}
.faq-body .literature-report-box{
    flex-wrap:nowrap;
}
@media screen and (max-width:992px){
    .faq-body .news-background{
        padding-top:175px;
    }
}
@media screen and (max-width:768px){
    .faq-number{
        margin-right:15px;
    }
    .faq-body .literature-report{
        margin-right:15px;
    }
}
@media screen and (max-width:576px){
    .faq-body .news-background {
        padding-top: 350px;
    }
    .faq-body .literature-report-box{
        display: flex!important;
    }
    .faq-body .literature-collapse {
        margin-right: 5px;
        width:18px;
        height:24px;
    }
}


/* search page */
.search-body .newsletter-input-box{
    padding:0 15px;
}
.search-body .newsletter-select-box{
    width:270px;
}
.search-body .select-pb {
    padding-bottom:0;
}
.search-body .select-pb label{
    margin-right:30px;
}
.search-body .newsletter-input{
    margin-bottom:0;
}
.search-result-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:992px){
    .search-result-text p{
        font-size:14px;
    }
    .search-body .newsletter-select-box{
        width:170px;
        height:50px;
    }
}
@media screen and (max-width:768px){
    .search-body .newsletter-select-box{
        width:170px;
        height:50px;
    }
    .search-result-box{
        display: block;
    }
    .search-body .newsletter-input{
        justify-content: flex-end;
        margin-top:15px;
    }
}
@media screen and (max-width:414px){
    .search-url{
        font-size:12px;
    }
}

/* miceSchedule */
.schedule-text{
    display: none;
}


/* datepicker */
.input-group{
    flex-wrap:nowrap;
}
.input-group input{
    width:1%!important;
}
.input-group-prepend, .input-group-append{
    justify-content: center;
    align-items: center;
}
.input-group-text{
    height:60px;
}
.input-group-append i{
    font-size:32px;
}
.date-margin{
    margin-right:15px;
}
@media screen and (max-width:1200px){
    .miceschedule-body .input-group-text, .micesupplier-body .input-group-text{
        height:55px;
    }
}
@media screen and (max-width:768px){
    .input-group-text{
        height:50px;
    }
}
@media screen and (max-width:576px){
    .date-margin{
        margin-right:0px;
        margin-bottom:15px;
    }
}


/* img 固定容器 */
.images-container{
    height:250px;
    overflow: hidden;
}
.images-container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* venue */
.venue-link-box .images-container{
    overflow: unset;
}
/* attractions */
.attractions-body .images-container{
    height:270px;
}
/* twexp */
.awardCheck-body .images-container{
    height:320px;
}
/* twevent */
.twevent-body .images-container{
    height:367px;
}
/* database */
.data-body .images-container{
    height:342px;
}
/* detaildetail */
.datadetail-body .images-container{
    height:113px;
    overflow: unset;
}
/* application */
.application-body .card .images-container{
    height:227px;
}
/* link */
.link-body .images-container{
    height:70px!important;
}

@media screen and (max-width:1200px){
    .twevent-body .images-container{
        height:300px;
    }
}

@media screen and (min-width:768px) and (max-width:992px){
    .images-container{
        height:250px!important;
    }
    .attractions-body .images-container{
        height:205px!important;
    }
    .awardCheck-body .images-container{
        height:191px!important;
    }
    .twevent-body .images-container{
        height:260px!important;
    }
    .datadetail-body .images-container{
        height:150px!important;
    }
    
}
@media screen and (max-width:767px){
    .images-container{
        height:auto!important;
    }
    .show-news-detail .rwd-card{
        flex-direction: column!important;
    }
    .twevent-body .images-container{
        width:100%;
    }
    .datadetail-body .images-container{
        height:150px!important;
    }
}
@media screen and (max-width:576px){
    .datadetail-body .images-container{
        height:auto!important;
    }
}


/* customize */
.h1-title{
    font-size:40px!important;
    letter-spacing: 2px;
    font-weight:600;       
    line-height: 60px;
}
.h2-title{
    font-size:35px!important;
    letter-spacing: 2.69px;
    font-weight:600;           
    line-height: 40px;
}
.h3-title{
    font-size:26px!important;
    letter-spacing: 3.25px;
    font-weight:600;           
    line-height: 40px;
}
.h4-title{
    font-size:24px!important;
    letter-spacing: 2px;
    font-weight:600;               
    line-height: 40px;
    color:#7c0c77;
}
.h5-title{
    font-size:20px!important;
    letter-spacing: 2.5px;
    font-weight:600;               
    line-height: 20px;
}
.h6-title{
    font-size:14px!important;
    letter-spacing: 1.75px;              
    line-height: 20px;
}

.h1-en-title{
    font-size:38px!important;
    letter-spacing: 1.14px;
    font-weight:600;       
    line-height: 47px;
}
.h2-en-title{
    font-size:33px!important;
    letter-spacing: 0.94px;
    font-weight:600;       
    line-height: 39px;
}
.h3-en-title{
    font-size:26px!important;
    letter-spacing: 1px;
    font-weight:600;       
    line-height: 40px;
}
.h4-en-title{
    font-size:24px!important;
    letter-spacing: 0.92px;
    font-weight:600;       
    line-height: 40px;
    color:#7c0c77;
}
.h5-en-title{
    font-size:18px!important;
    letter-spacing: 2.25px;
    font-weight:600;       
    line-height: 20px;
}
.h6-en-title{
    font-size:14px!important;
    letter-spacing: 1.75px;
    font-weight:600;       
    line-height: 20px;
}
.customize-title{
    margin-top:80px;
}
.customize-text{
    margin-top:80px;
}
.customize-file{
    margin-top:80px;
}
.customize-file ul li{
    list-style: disc;
}
.customize-file ul li a{
    color: #7c0c77;
}
.chinese-text{
    padding-right:95px;
}
.customize-table{
    margin-top:80px;
    margin-bottom:80px;
}
.customize-table th, .customize-table td{
    text-align: center;
    padding:25px 0;
    font-size:18px;
    letter-spacing: 1.8px;
}
.customize-body footer{
    margin-top:90px;
}
@media screen and (max-width:1200px){
    .customize-title{
        margin-top:50px;
    }
    .customize-text{
        margin-top:50px;
    }
    .chinese-text{
        padding-right:45px;
    }
}
@media screen and (max-width:992px){
    .chinese-text{
        padding-right:0;
    }
}
@media screen and (max-width:768px){
    .customize-table{
        margin-top:40px;
        margin-bottom:40px;
    }
    .customize-body footer{
        margin-top:60px;
    }
}

/* gotop */
.all-gotop{
    position: fixed;
    width:60px;
    height:60px;
    right: 2%;
    bottom: 5%;
    border:0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    background-color:#fff;
    z-index:999;
}
.all-top-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transform: rotate(-90deg);
    line-height: 60px;
}

/* 各種修改 */
.tw-map-wrap .search-data{
    justify-content: flex-start;
}
.tw-map-wrap .search-data img{
    margin-left: 20px;
}
.mod-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1.8px;
    text-align: center;
    padding: 0 1rem;
    color: #fff;
    background-color: #7c0c77;
    height: 42px;
    line-height: 1.4;
    border:none;
    margin-bottom: 15px;
}
.mod-btn:focus{
    border:none;
}

@media screen and (max-width: 1200px){
    .caselist-body .news-text-content{
        font-size:28px;
    }
}
@media screen and (max-width: 576px){
    .caselist-body .news-text-content{
        font-size:20px;
    }
}

/* 0602 新增頁面 */
.case-history-body .newsletter-input-box{
    background-color: unset;
    padding: 0;
}
.case-history-body form{
    padding-left: 0;
    padding-right: 0;
}
.case-history-body .form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-history-body .form-group div{
    display: flex;
    flex-wrap: wrap;
}
._select-box{
    position: relative;
    width: 400px;
}
.case-history-body  .newsletter-input-box ._select-box:first-child{
    margin-right: 30px;
}
.case-history_table{
    background-color: #fff;
    max-width: calc(1367px - 30px);
    margin: 0 auto 70px;
    padding: 70px 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.case-history_table .trip-content-wrap{
    padding-left: 0;
    padding-right: 0;
}
.case-history_table .t-hd{
    background-color: #7c0c77;
    color: #fff;
}
.case-history_table .t-hd div{
    border: none;
    font-weight: 600;
}
.case-history_table .resbonsive-tb-2 .t-hd div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-history_table .resbonsive-tb-2 .t-td div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.case-history_table .resbonsive-tb-2 .t-hd div:first-child, 
.case-history_table .resbonsive-tb-2 .t-td div:first-child,
.case-history_table .resbonsive-tb-2 .t-hd div:nth-child(2),
.case-history_table .resbonsive-tb-2 .t-td div:nth-child(2)
{
    width: 10%;
    padding: 20px;
}
.case-history_table .resbonsive-tb-2 .t-hd div:nth-child(3),
.case-history_table .resbonsive-tb-2 .t-td div:nth-child(3),
.case-history_table .resbonsive-tb-2 .t-hd div:nth-child(4),
.case-history_table .resbonsive-tb-2 .t-td div:nth-child(4)
{
    width: 33%;
    padding: 20px;
}
.case-history_table .resbonsive-tb-2 .t-hd div:last-child,
.case-history_table .resbonsive-tb-2 .t-td div:last-child
{
    width: 14%;
    padding: 20px;
}
._arrow{
    cursor: pointer;
}
._arrow:after{
    content: "";
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}
._arrow.active:after{
    border-width: 0px 5px 7px 5px;
    border-color: transparent transparent #ffffff transparent;
}

.case-history_table .news-page{
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 0;
}
.case-history_table .award-name{
    padding-bottom: 0;
}
.case-history_table .award-name img{
    margin-right: 15px;
}

@media screen and (max-width: 1400px){
    ._select-box{
        width: 300px;
    }
}

@media screen and (max-width: 1200px){
    .case-history_table .award-name img{
        margin-right: 5px;
    }
    .case-history_table .resbonsive-tb-2 .t-hd div:first-child:after{
        margin-left: 5px;
    }
}

@media screen and (max-width: 992px){
    .case-history-body .place-btn{
        margin-top: 30px;
    }
    .case-history_table .resbonsive-tb-2 .t-hd div:first-child, 
    .case-history_table .resbonsive-tb-2 .t-td div:first-child,
    .case-history_table .resbonsive-tb-2 .t-hd div:nth-child(2),
    .case-history_table .resbonsive-tb-2 .t-td div:nth-child(2)
    {
        width: 12%;
        padding: 15px 10px;
    }
    .case-history_table .resbonsive-tb-2 .t-hd div:nth-child(3),
    .case-history_table .resbonsive-tb-2 .t-td div:nth-child(3),
    .case-history_table .resbonsive-tb-2 .t-hd div:nth-child(4),
    .case-history_table .resbonsive-tb-2 .t-td div:nth-child(4)
    {
        width: 35%;
        padding: 15px 10px;
    }
    .case-history_table .resbonsive-tb-2 .t-hd div:last-child,
    .case-history_table .resbonsive-tb-2 .t-td div:last-child
    {
        width: 18%;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 768px){
    .case-history_table .resbonsive-tb-2, .case-history_table .resbonsive-tb-2 a{
        font-size: 14px;
        width: auto;
    }
    .case-history-body .place-btn{
        margin-top: 30px;
    }
    .case-history_table .resbonsive-tb-2 .t-td{
        margin-bottom: 15px;
    }
    .case-history_table .resbonsive-tb-2 .t-td >div{
        padding: 0!important;
        border: none;
        width: 100%!important;
    }
    .case-history_table .resbonsive-tb-2 .t-td >div div:first-child{
        width: 35%!important;
    }
    .case-history_table .resbonsive-tb-2 .t-td >div div:last-child{
        width: 65%!important;
    }
    .case-history_table .resbonsive-tb-2 .t-td >div:last-child{
        min-height: 48px;
    }

    .case-history-body .form-group {
        flex-direction: column;
    }
    .case-history-body  .newsletter-input-box ._select-box:first-child{
        margin-right: 0px;
    }
    ._select-box{
        margin-bottom: 15px;
        width: 100%;
    }
    .case-history-body .place-btn{
        margin-top:0;
        height: 50px;
        font-size: 14px;
        width: 100%;
    }
    .case-history_table{
        padding: 35px 0;
    }
}

@media screen and (min-width: 769px){
    .case-history_table .resbonsive-tb-2 .t-td > div div:first-child{
        display: none;
    }
    .case-history_table .resbonsive-tb-2 .t-td > div div:last-child{
        padding:0;
        border: none;
        width: 100%;
    }
}
@media screen and (max-width: 360px){
    .case-history-body .share-white-background::before{
        left: -50px;
        height: 105px;
    }
    .case-history-body .news-pagetitle{
        font-size: 17px;
    }
}

.case-history-body.certification-body .resbonsive-tb-2 .t-hd div,
.case-history-body.certification-body .resbonsive-tb-2 .t-td div
{
    padding: 15px;
}

.case-history-body.certification-body .resbonsive-tb-2 .t-hd div:first-child,
.case-history-body.certification-body .resbonsive-tb-2 .t-td div:first-child
{
    width: 11%;
}
.case-history-body.certification-body .resbonsive-tb-2 .t-hd div:nth-child(3),
.case-history-body.certification-body .resbonsive-tb-2 .t-td div:nth-child(3)
{
    width: 35%;
}
.case-history-body.certification-body .resbonsive-tb-2 .t-hd div:nth-child(4),
.case-history-body.certification-body .resbonsive-tb-2 .t-td div:nth-child(4)
{
    width: 12%;
}
.case-history-body.certification-body .resbonsive-tb-2 .t-hd div:nth-child(5),
.case-history-body.certification-body .resbonsive-tb-2 .t-td div:nth-child(5)
{
    width: 17%;
}
.case-history-body.certification-body .resbonsive-tb-2 .t-hd div:nth-child(6),
.case-history-body.certification-body .resbonsive-tb-2 .t-td div:nth-child(6)
{
    width: 15%;
}

@media screen and (max-width: 1200px){
    .case-history-body.certification-body .resbonsive-tb-2 .t-hd div,
    .case-history-body.certification-body .resbonsive-tb-2 .t-td div
    {
        padding: 15px 8px;
    }
}
@media screen and (max-width: 992px){
    .case-history-body.certification-body .resbonsive-tb-2 .t-hd div,
    .case-history-body.certification-body .resbonsive-tb-2 .t-td div
    {
        font-size: 14px;
    }
    .case-history-body.certification-body .case-history_table .resbonsive-tb-2 .t-hd div:first-child:after,
    .case-history-body.certification-body .case-history_table .resbonsive-tb-2 .t-hd div:nth-child(5):after,
    .case-history-body.certification-body .case-history_table .resbonsive-tb-2 .t-hd div:nth-child(6):after
    {
        margin-left: 2px;
        border-width: 7px 5px 0 5px;
    }
}

.event-content,
.mice-story,
.news-text-content
{
    font-weight: 600;
}

.nav-ctrl,
.nav-lang,
.link-fonts,
.news-pagetitle,
.data-pagetitle,
.venue-pagetitle,
.news-nav a.nav-link
{
    font-weight: 800;
}
.fw-bold{
    font-weight: 800;
}

.venuesearch-title,.venue-title{
    font-weight: 700;
}
.bootstrap-datetimepicker-widget{
    font-size: 14px;
}

/* ie 調整 */
.ie .fun-container{
    justify-content: flex-start;
}
.ie .fun-pic{
    transform: translate(82%, -100%);
}
.ie .micedatabase-detail{
    height: 136px;
    line-height: calc(136px / 4);
}
.ie .venuesearch-detail{
    height: 68px;
    line-height: calc(68px / 2);
}
.ie .venuesearch-title{
    height: 86px;
    line-height: calc(86px / 2);
}
.ie .bootstrap-datetimepicker-widget{
    font-size: 14px;
}
/* 英文版調整 */
/* .en .nav-ctrl, .en .nav-lang{
    font-size: 16px;
} */
/* @media only screen and (min-width:1367px){
    .en .nav-height, .en .nav-height ul, .en .nav-height li{
        padding:0;
    }
} */