@charset "utf-8";

@font-face {
  font-family: 'Gobold';
  src:url('../font/Gobold Extra1.ttf');
}

body { font-family: 'MicrosoftJhenghei',微軟正黑,微软正黑,MicrosoftYahei,微軟雅黑,微軟雅黑,OpenSans; font-size: 16px; color: #000;}
.mx-auto { display: block; }
.h-3{
    height: 3rem;
}
@media (min-width: 768px) {
    .md\:h-5{
        height: 5rem;
    }
}
a{text-decoration: none;color:#252525;
    transition: all 0.5s;
}
a:hover,a:focus {text-decoration: none !important;color: #ffae52 !important}
a,input,button {outline: none!important;}
.editor {overflow: hidden;}
.editor p{letter-spacing: 1px}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}
.fix-logo-height{
    height: 58px;
}
@media (min-width: 425px) {
    .fix-logo-height{
        height: 75px;
    }
}
@media (min-width: 768px) {
    .fix-logo-height{
        height: auto;
    }
}
#mobile-menu .list-group-item{
    border: 1px solid #fff;
}
.offcanvas-header .btn-close:focus{
    box-shadow:0 0 0 0.25rem rgb(255, 193, 7);
}
#mobile-menu .list-group-item.active:focus{
    color: #fff !important;
}
#mobile-menu .list-group-item.active{
    background-color: #ffae52;
}
#mobile-menu{
    background: #ffae52 !important;
}
.black-btn{
    border-radius: 10px;
    border-color: #2b2d31;
}
 .btn-ud:focus{
     box-shadow: 0 0 0 0.25rem rgb(17,20,26,0.25);
 }
.btn-ud:hover{
    color: #fff;
}
.btn-ud{
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 0px;
}
.black-btn.btn-check:focus+.btn-primary, .black-btn.btn-primary:focus{
    border-color: rgba(66, 65, 65, 0.7);
    box-shadow: 0 0 0 0.25rem rgba(50, 59, 72, 0.5);
}
@media (min-width: 1440px) {
    .container{
        max-width: 1424px;
    }
}
#header{
    padding-top: 10px;
    padding-bottom: 19px;
}
@media (min-width: 768px) {
    #header{
        padding-top: 12px;
        padding-bottom: 0px;
    }
}
#header .dark-line{
    margin-top: 12px;
}
.oranger-line{
    height: 4px;
    background-color: #ffae52;
}
.logo-box{
    width: 25%;
    max-width: 600px;
}
@media (min-width: 1024px) {
    .hearder-right{
        width: 75%;
    }
}
@media (min-width: 1440px) {
    .logo-box{
        width: 40%;
    }
    .hearder-right{
        width: 60%;
    }
}
/*.language-box{
    max-width: 120px;
}*/
.language-box .active{
    background: #000;
    color: #fff;
}

.language-btn{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    /*border: none;*/
    padding: 0px;
    font-size: 14px;
}
.dark-line{
    height: 1px;
    background: #ccc;
    margin-top: 5px;
}
/*#menu .oranger-line{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;

}*/
#menu{
    /*padding: 20px 7px 0px;*/
    padding: 0px 7px;
	position: relative;
	flex-direction: row;
}
#menu > ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#menu > ul > li > a.active{
    color: #ffa751;
    border-bottom: 3px solid #ffa751;
}
#menu > ul > li > a:hover{
    border-bottom: 3px solid #ffa751;
}
#menu > ul > li > a{
    height: 57px;
    line-height: 36px;
    color: #222222;
    font-size: 1.15rem;
    position: relative;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}
#menu > a{
	/* position: relative; */
}
#menu > .dropdown::hover{
	display: block !important;
}
.navbar-nav .dropdown-menu{
	position: absolute !important;
	top: 100%;
	display: none !important;
}
.dropdown-menu.show{
	display: block !important;
}
.sub-menu{
	min-width: 14rem;
	padding: 0;
}
.sub-menu li{
	height: auto !important;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.sub-menu li a{
	font-weight: normal;
	font-size: 16px;
	color: #222;
	padding: 0px 20px 0 0;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 20px;
}
.sub-menu li a::before{
	content: '';
	position: absolute;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #ffa751;
	display: none;
}
.sub-menu li:hover a{
	color: #ffa751;
}
.sub-menu li:hover a::before{
	display: block;
}

.mebile-toggle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.mebile-toggle::after{
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/mebile-icon.png) no-repeat center;
	z-index: 999;
	transform: rotate(0);
}
.mebile-toggle::after.active{
	transform: rotate(-90deg);
}
.mebile-drow,.mebile-drow2{
	display: none;
}
.mebile-drow-box{
	padding: 5px 0px;
	display: flex;
	flex-direction: column;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
}
.mebile-drow a,.mebile-drow2 a{
	padding: 10px 30px;
	font-size: 15px;
	color: #444;
}
.mebile-drow a:hover,.mebile-drow a:hover{
	background-color: #fff;
}

.home-event-box .event-prev:hover, .home-event-box .event-next:hover ,
.module-slideshow .swiper-button-next:hover, .module-slideshow .swiper-button-prev:hover {
    background-color: #ffa751;
}

.module-slideshow .swiper-button-next, .module-slideshow .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top:-22px;
    /*border-radius: 100%;*/
    background-color: rgba(255, 255, 255);
    /*opacity: 0;*/
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    outline: none;
}


.module-slideshow .swiper-button-next:after, .module-slideshow .swiper-button-prev:after {
    font-size:1.125rem;
    color:#000;
}
.module-slideshow .swiper-button-prev:hover:after, .module-slideshow .swiper-container-rtl .swiper-button-next:hover:after,
.module-slideshow .swiper-button-next:hover:after, .module-slideshow .swiper-container-rtl .swiper-button-prev:hover:after,
.home-event-box .event-prev:hover:after,
.home-event-box .event-next:hover:after{
    color: #fff !important;
}

.module-slideshow .swiper-button-prev {
    left:3%;
}
.module-slideshow .swiper-button-next {
    right:3%;
}

/*.module-slideshow .swiper-container:hover .swiper-button-prev, .module-slideshow .swiper-container:hover .swiper-button-next {
    opacity: 1;
}*/
/*

.module-slideshow .swiper-slide {
    height: 70vw;
    max-height: 680px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



@media (min-width: 768px) {
    .module-slideshow .swiper-slide {
        height: 58vw;
        max-height: 680px;
    }
}*/

.slideshow-img{
	width: 100%;
}

/*.home-message-box .editor p{
    font-size: 1.175rem;
}*/
.home-message-box{
    background-image: url("../images/mobile-home-message-bg.png?v=1.07");
    background-size: cover;
    background-position: right;
}

.home-exhibitor,.home-message-box{
    padding: 40px 0px;
}
@media (min-width: 768px) {
    .home-message-box{
        background-image: url("../images/home-message-bg.png?v=1.07");
        background-size: cover;
    }
    .home-exhibitor,.home-message-box{
        padding: 80px 0px;
    }
}
.home-message-title{
    font-weight: 400;
    padding-left: 15px;
}
.home-message-title span{
    font-size: calc(2.25rem + .9vw);
}
/*.home-message-box h2.title{
    font-size: 1.5rem;
}*/
@media (min-width: 768px) {
    /*.home-message-box h2.title{
        font-size: 2rem;
    }*/
    .home-message-title span{
        font-size: 3rem;
    }
}
.message-date{
    color: #999;
}
.home-message-box a.black-btn:hover{
    color: #fff !important;
}
.home-message-box .home-message-list:hover .black-btn{
    background: #000 !important;
    padding: .375rem .75rem !important;
    text-align: center;
    color: #fff;

}
.home-message-box .black-btn{
    width: 130px;
    background: transparent !important;
    padding: .375rem 0rem !important;
    color: #666;
    border: 0px;
    text-align: left;
}
.home-event-box{
    background: url("../images/mobil-event-bg.png?v=1.07") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 40px;
    padding-bottom: 40px;
	position: relative;
}
@media (min-width: 768px) {
    .home-event-box {
        padding-top: 80px;
        padding-bottom: 115px;
        background-position: center;
        background: url("../images/home-event-bg.png?v=1.07") no-repeat;
		background-size: cover;
    }
}
.module-event .card img{
    transition: all 0.3s;
}
.module-event .card .event-btn{
    display: inline-block;
    padding: 7px 0px;
    background: transparent;
    color: #666666;
    border-radius: 10px;
}

/*@media (min-width: 768px) {
    .module-event .card .event-btn{
        padding: 7px 0px;
        background: transparent;
        color: #666666;

    }
}*/
.module-event .card:hover .event-btn{
    background: #000;
    color: #fff !important;
    padding: 7px 20px;
}
.module-event .card:hover img{
    border-radius: 40px;
}
.module-event .event-date{
    font-size: 14px;
}
.module-event .swiper-slide:nth-child(1n) .event-date{
    color: #14d887;
}
.module-event .swiper-slide:nth-child(2n) .event-date{
    color: #32c6d9;
}
.module-event .swiper-slide:nth-child(3n) .event-date{
    color: #b923d9;
}
.module-event .swiper-slide:nth-child(4n) .event-date{
    color: #d89a14;
}
.event-btn{
    color: #666;
}
.all-event-btn{
    font-size: 24px;
    letter-spacing: 0.7px;
}
.module-event .swiper-pager{
    display: none;
}
@media (max-width: 768px) {
    .module-event .swiper-pager{
        display: block;
    }
    .home-event-box .event-btn:focus{
        color: #fff;
    }
    .home-event-box .event-next{
        right: -15px;
    }
    .home-event-box .event-prev{
        left: -15px;
    }
    .home-event-box .event-next,.home-event-box .event-prev{
        top: 40%;
    }
    .home-event-box .event-next:hover,.home-event-box .event-prev:hover{
        background: #000;
        color: #fff;
    }
}
.home-event-box .event-next,.home-event-box .event-prev{
    width: 44px;
    height: 44px;
    line-height: 38px;
    background: #fff;
    display: inline-flex;
    text-align: center;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}
.home-event-box .event-next:after,.home-event-box .event-prev:after{
    font-family: swiper-icons;
    color: #000;
    font-size: 1.125rem;
}

.home-event-box .event-next:after{
    content: 'next';
}
.home-event-box .event-prev:after{
    content: 'prev';
}
.home-event-box  .swiper-pager{
    width: 98px;
}
.home-message-title{
    position: relative;
}

.printer-box,.publisher-box{
    height: 160px;
    background-size: cover;
    background-position: right;
    padding: 0px 8px;
    transition: all 0.3s;
}

.printer-box:hover,.publisher-box:hover{
    background-color: #e8f6ea !important;
}
.printer-box{
    background: #fafafa url("../images/exhibitor-bg-2.png?v=1.02") no-repeat bottom right;
}
.publisher-box{
    background: #fafafa url("../images/exhibitor-bg-1.png?v=1.02") no-repeat bottom right;
}

@media (min-width: 768px) {
    .printer-box,.publisher-box {
        height: 200px;
    }
    /*.printer-box{
        background-image: url("../images/mobile-exhibitor-bg-2.png");
    }
    .publisher-box{
        background-image: url("../images/mobile-exhibitor-bg-1.png");
    }*/
}
.home-exhibitor .exhibitor-title{
    letter-spacing: 0.8px;
}
.home-exhibitor .exhibitor-title span{
    font-size: 2rem;
    margin-right: 5px;
}
@media (min-width: 768px) {
    .home-exhibitor .exhibitor-title span{
        font-size: 2.5rem;
    }
}
#footer{
    font-size: 14px;
}

@media (min-width: 768px) {
    .footer-info{
        text-align: right;
    }
}
.scoial-media a:not(:last-child){
    margin-right: 26px;
}
/*.home-message-detail{
    font-size: 18px;
}*/

 .message-swiper-pagination .swiper-pagination-bullet:not(:last-child){
     margin-right: 12px;
 }
 .message-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
     background: url("../images/home-message-icon.png") no-repeat;
     width: 16px;
     height: 16px;
     border-radius: 0px;
 }
 .message-swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #000;
     opacity: 1;
}
.message-swiper-pagination{
    /*margin-top: -100px;*/
}

/*back-to-top*/
#back-to-top{
    z-index: 999;
    right: 3%;
    bottom: 5%;
}
#back-to-top:hover a{
    background: #fff;
}
#back-to-top a{
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50px;
    background: #ffa751;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffa751;
}
@media(min-width: 768px) {
    #back-to-top { bottom: 6%; }
}
#back-to-top a { color: #fff; }
.fix-header-title{
    font-size: 14px;
}

/* common inner page */
.breadcrumb-box{
	background-color: #f4f4f4; padding: 10px 0; margin-top: 0;
}
@media (min-width:768px) {
	.breadcrumb-box{
		margin-top: 12px;
	}
}
@media (min-width:992px) {
	.breadcrumb-box{
		background-color: #f4f4f4; padding: 15px 0; margin-top: 0;
	}
}
@media (min-width:1200px) {
	.breadcrumb-box{
		background-color: #f4f4f4; padding: 20px 0;
	}
}
.breadcrumb-inner{
	display: flex; align-items: center;
}
.breadicon{
	margin-right: 5px; margin-top: -2px; display: flex; justify-content: center; align-items: center;
}
.breadcrumb-1{
	margin: 0;
}
.breadcrumb-1 .breadcrumb-item{
	font-size: 14px; color: #222222;
}
.inner-page-pie{
	height: 30px;
}
@media (min-width:992px) {
	.inner-page-pie{
		height: 60px;
	}
}
@media (min-width:1200px) {
	.inner-page-pie{
		height: 100px;
	}
}
.check-input:checked{
	background-color: #ffa751; border-color: #ccc;
}
.check-input:checked[type=checkbox]{
	background-image: none !important;
}
.form-check-box{
	padding-top: 5px; padding-bottom: 5px;
}
@media (min-width:992px) {
	.form-check-box{
		padding-top: 10px; padding-bottom: 10px;
	}
}
.check-text{
	font-size: 16px; color: #333; margin-left: 10px;
}
.page-box{
	display: flex; justify-content: flex-end; margin-top: 20px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
	border-radius: 0;
}
.page-item{
	margin-right: 5px;
}
.page-item:last-child{
	margin-right: 0;
}
.page-link{
	color: #666; width: 46px; height: 46px; display: flex; justify-content: center; align-items: center; transition: all ease 0.4s;
}
.page-link:hover, .page-link.active{
	background-color: #ffa751; color: #fff !important; transition: all ease 0.4s;
}
.inner-back{
	margin-top: 20px; display: flex; justify-content: center; align-items: center;
}
@media (min-width:992px) {
	.inner-back{
		margin-top: 60px;
	}
}
.btn-back{
	display: flex; justify-content: center; align-items: center; width: 100px; padding: 8px 10px; border-radius: 10px; background-color: #222; border: none;
}
@media (min-width:992px) {
	.btn-back{
		padding: 12px 15px; width: 120px;
	}
}
.btn-back i{
	font-style: normal; font-size: 16px; color: #fff; margin-right: 15px;
}
.btn-back span{
	background: url(../images/back-r.png) no-repeat center; width: 16px; height: 13px;
}
.btn-back:hover{
	background-color: #ffa751 !important;
}
.related-swiper{
	position: relative; overflow: hidden; padding: 10px 12px; margin-top: 10px;
}
@media (min-width:425px) {
	.related-swiper{padding: 10px 24px; margin-top: 30px;}
}
.swiper-next, .swiper-prev{
	position: absolute; width: 44px !important; height: 44px !important; background-color: #fff !important; border: 1px solid #ccc; transition: all ease 0.4s;
}
.swiper-next:hover, .swiper-prev:hover{
	background-color: #ffa751 !important; border: 1px solid #ffa751; transition: all ease 0.4s;
}
.swiper-next::after, .swiper-prev::after{
	content: ''; width: 10px; height: 18px; background: url(../images/left-icon1.png) no-repeat center;
}
.swiper-prev::after{
	transform: rotate(180deg);
}
.swiper-next:hover::after, .swiper-prev:hover::after{
	background: url(../images/left-icon.png) no-repeat center;
}
.swiper-prev:hover::after{transform: rotate(0deg);}
.swiper-next:hover::after{transform: rotate(180deg);}
.album-con{
	margin-top: 30px;
}
.album-swiper{
	overflow: hidden; position: relative;
}
.album-img{
	position: relative; overflow: hidden;
}
.album-img img{
	width: 100%; transition: all ease .4s;
}
.album-img img:hover{
	transform: scale(1.1); transition: all ease .4s;
}
.news-g{
	margin-top: 20px; border: 2px solid #ffa751; border-radius: 10px; background-color: #ffa751; padding: 8px 10px; font-size: 16px; color: #fff !important;
}
@media (min-width:992px) {
	.news-g{margin-top: 40px; padding: 10px 30px; font-size: 18px;}
}
.news-g:hover{
	background-color: #fff; border: 2px solid #ffa751;
}
.in-title{
	font-size: 24px; font-weight: bold;
}
@media (min-width:1200px) {
	.in-title{font-size: 30px;}
}
@media (min-width:1200px) {
	.in-title{font-size: 36px;}
}

/* exhibits page */
.pc-accordion{
	display: none;
}
.mobile-accordion{
	display: block;
}
@media (min-width:992px) {
	.pc-accordion{
		display: block;
	}
	.mobile-accordion{
		display: none;
	}
}
.accordion-box{
	margin-bottom: 5px;
}
.accordion-box:last-child{
	margin-bottom: 0;
}
.exhibits-l-box{
	background-color: #ffa751; 
}
.exhibits-item{
	border: none;
}
.exhibits-l-btn{
	border: none; border-radius: 0; background-color: #ffa751 !important; color: #fff !important; font-size: 18px;
}
.exhibits-l-btn::after{
	content: ''; background-image: url(../images/+.png); width: 10px; height: 10px; background-size: 100%; transform: rotate(0);
}
.exhibits-l-btn:not(.collapsed)::after{
	content: ''; background-image: url(../images/-.png); width: 10px; height: 2px; background-size: 100%; transform: rotate(0);
}
.exhibits-search{
	padding: 0; margin: 30px 0 10px;
}
.exhibits-search-box{
	width: 100%; border-radius: 0; border: 1px solid #ccc; padding: 10px; color: #333; font-size: 16px;
}
.exhibits-search-box::placeholder{
	font-size: 16px; color: #666;
}
.exhibits-btn{
	display: flex; flex-direction: column; max-width: 150px;
}
@media (max-width:991px) {
	.exhibits-right{padding-left: 12px !important; margin-top: 30px;}
}
.btn-con{
	border: 1px solid #ffa751 !important; padding: 10px 0; border-radius: 0; background-color: #ffa751; margin: 10px 0; color: #fff;
}
.btn-con:hover{
	background-color: #fff; 
}
.exhibits-img{
	display: flex; justify-content: center; align-items: center; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); transition: all ease 0.4s;
}
.exhibits-img img{
	transition: all ease 0.4s;
}
.exhibits-b-box{
	display: flex; flex-direction: column; padding: 10px 20px; margin-top: 8px;
}
.exhibits-b-box b{
	font-weight: normal; font-size: 16px; color: #222; transition: all ease 0.4s;
}
.exhibits-b-box span{
	color: #ffa751; font-size: 14px; margin-top: 8px;
}
.exhibits-b-box i{
	font-style: normal; font-weight: bold;
}
.exhibits-list:hover .exhibits-img{
	box-shadow: none; transition: all ease 0.4s;
}
.exhibits-list:hover .exhibits-img img{
	transform: scale(1.1); transition: all ease 0.4s;
}
.exhibits-list:hover .exhibits-b-box b{
	color: #ffa751; transition: all ease 0.4s;
}
.exhibits-r-inner{
	padding-top: 30px;
}
@media (max-width:991px) {
	.exhibits-r-inner{
		padding-left: 0 !important;
	}
}
.exhibits-list-title{
	font-size: 26px; font-weight: bold;
}
@media (min-width:992px) {
	.exhibits-list-title{
		font-size: 36px;
	}
}
.exhibits-inner-con{
	border-top: 1px solid #ccc; margin-top: 15px; padding-top: 20px;
}
.exhibits-inner-con p{
	font-size: 14px; color: #222; 
}
.exhibits-inner-con b{
	color: #ffa751; font-weight: normal;
}
@media (min-width:992px) {
	.exhibits-inner-con p{
		font-size: 17px;
	}
}
.exhibits-describe{
	margin-top: 60px;
}
.exhibits-describe-title{
	border-bottom: 1px solid #ccc; padding: 0 0 10px 10px; font-size: 24px; color: #ffa751;
}
.exhibits-describe-text{
	font-size: 16px; color: #555; line-height: 30px; padding: 30px 10px 0 10px;
}
@media (min-width:992px) {
	.exhibits-describe-title{
		padding: 0 0 10px 30px;
	}
	.exhibits-describe-text{
		padding: 30px 30px 0 30px;
	}
}
.exhibits-slide{
	width: 100px; height: 100px;
}
.share{
	margin-top: 20px;
}
@media (min-width:992px) {
	.share{
		margin-top: 40px;
	}
}
@media (min-width:1200px) {
	.share{
		margin-top: 80px;
	}
}
.share-title{
	margin-bottom: 20px; font-size: 20px; color: #222;
}
@media (min-width:992px) {
	.share-title{
		font-size: 24px;
	}
}
.at-resp-share-element .at-share-btn{
	margin: 0 6px 5px !important;
}
.related-exhibits{
	margin-top: 30px;
}
@media (min-width:992px) {
	.related-exhibits{
		margin-top: 60px;
	}
}
@media (min-width:1200px) {
	.related-exhibits{
		margin-top: 100px;
	}
}
.related-title{
	padding: 0 0 10px 10px; font-size: 26px; color: #ffa751; border-bottom: 1px solid #ccc; margin-bottom: 15px;
}
@media (min-width:992px) {
	.related-title{
		padding: 0 0 10px 30px; font-size: 36px;
	}
}
.slider-for{
	border: 1px solid #ccc;
}
.slider-nav1{
	margin-top: 10px;
}
.slider-nav1 .slick-slide{
	border: 1px solid #ccc; margin-right: 10px;
}
.slider-nav1 .slick-track{
	float: left;
}
.recslideshow{
	margin-top: 20px;
}
.recslideshow .slick-prev{
	width: 44px; height: 44px; left: 10px; top: 40%; background: url(../images/b-icon.png) no-repeat center; z-index: 9; font-size: 0; transform: rotate(180deg);
}
.recslideshow .slick-prev:hover{
	background: url(../images/hov-icon.png) no-repeat center; transform: rotate(0deg);
}
.recslideshow .slick-next{
	width: 44px; height: 44px; right: 10px; top: 40%; background: url(../images/b-icon.png) no-repeat center; z-index: 9; font-size: 0; transform: rotate(0deg);
}
.recslideshow .slick-next:hover{
	background: url(../images/hov-icon.png) no-repeat center; transform: rotate(180deg);
}
.recslideshow .slick-prev::before, .recslideshow .slick-next::before{
	display: none;
}
.exhibits-li{
	padding: 0 12px;
}

/* exhibitors page */
.exhibitors-flex{
	display: flex !important; flex-direction: column !important; align-items: flex-start !important;
}
@media (min-width:992px) {
	.exhibitors-flex{
		display: flex !important; flex-direction: row !important;
	}
}
.nav-gt{
	max-width: 100%; border-radius: 0 !important; background-color: #fff !important; padding: 18px; color: #222 !important; font-size: 20px; display: flex; align-items: center;
}
@media (min-width:768px) {
	.nav-gt{max-width: 400px;}
}
@media (min-width:1200px) {
	.nav-gt{font-size: 24px; max-width: 100%;}
}
@media (min-width:1400px) {
	.nav-gt{font-size: 28px;}
}
.nav-gt::before{margin-right: 25px;}
.nav-gt::after{
	content: ''; background: url(../images/ex-teb-ico.png) no-repeat center; width: 22px; height: 16px; margin-left: 25px; display: none;
}
@media (min-width:992px) {
	.nav-gt::before{margin-right: 15px;}
	.nav-gt::after{margin-left: 15px;}
}
@media (min-width:1200px) {
	.nav-gt::before{margin-right: 25px;}
	.nav-gt::after{margin-left: 25px;}
}
.nav-cb::before{
	content: ''; background: url(../images/cb-ico.png) no-repeat center; width: 24px; height: 30px; 
}
.nav-cmyk::before{
	content: ''; background: url(../images/cmyk-ico.png) no-repeat center; width: 25px; height: 30px;
}
.nav-gt.active{
	background-color: #ffd7b0 !important;
}
.nav-gt.active::after{
	display: block;
}
.exhibitors-search{
	margin-bottom: 30px; border: 1px solid #ccc; padding: 14px 20px; display: flex; align-items: center; 
}
@media (max-width:991px) {
	.exhibitors-search{margin-top: 30px;}
	.exhibitors-pills{margin-right: 0 !important;}
}
.searchtext{
	border: none; border-radius: 0; font-size: 16px; color: #222; width: 100%;
}
.searchtext::placeholder{
	font-size: 14px; color: #999;
}
.btn-search{
	padding: 0;
}
.exhibitors-liin{
	margin-bottom: 24px; transition: all ease .4s;
}
.exhibitors-liin:hover{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width:992px) {
	.exhibitors-liin{margin-bottom: 40px;}
}
.exhibitors-inbox{
	max-width: 460px;
}
.exhibitors-inbox h3{
	font-size: 20px; color: #fff; background-color: #ffa751; padding: 18px 20px;
}
/* @media (min-width:992px) {
	.exhibitors-inbox h3{font-size: 20px;}
} */
.exhibitors-inbox p{
	font-size: 16px; color: #222; line-height: 30px; padding: 10px 20px;word-break:break-word;
}
@media (max-width:991px) {
	.exhibitors-tab{
		padding-left: 0 !important; margin-left: 0 !important;
	}
}
.exhibitors-logo{ 
	margin-bottom: 24px;
}
.exhibitors-title{
	color: #222; font-size: 28px; font-weight: bold;
}
@media (min-width:768px) {
	.exhibitors-title{font-size: 36px;}
}
.exhibitors-details{
	margin-top: 30px; margin-bottom: 30px; line-height: 24px; color: #222; font-size: 14px;
}
@media (min-width:992px) {
	.exhibitors-details{
		margin-top: 50px; margin-bottom: 50px; font-size: 16px; line-height: 30px;
	}
}
.exhibitors-describe{
	margin-bottom: 40px;
}
@media (min-width:992px) {
	.exhibitors-describe{
		margin-bottom: 80px;
	}
}
.exhibitors-describe p{
	color: #222; line-height: 24px; font-size: 14px;
}
@media (min-width:992px) {
	.exhibitors-describe p{
		line-height: 30px; font-size: 16px;
	}
}
.viderimg{
	position: relative; overflow: hidden;
}
.video-img h3{
	font-size: 16px; color: #222; padding: 10px; line-height: 24px;
}
@media (min-width:992px) {
	.video-img h3{
		font-size: 20px; padding: 15px 20px;
	}
}
.video-pp{
	position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, .9); width: 100%; height: 100%; display: none; z-index: 999999;
}
.video-pp-box{
	padding-left: 20px; padding-right: 20px; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;
}
@media (max-width:768px) {
	.video-pp-box iframe{width: 516px; height: 310px;}
}
@media (max-width:540px) {
	.video-pp-box iframe{width: 300px; height: 170px;}
}
.pp-fa{
	position: absolute; right: 0; top: 0; padding: 30px; font-size: 18px; color: #fff; background-color: #000;
}

/* contact */
.contact-con{
	border: none;
}
.contact-item{
	border: none;
}
.contact-title{
	background-color: #fff !important; padding-left: 0px; padding-right: 0px; font-size: 18px; color: #ffa751 !important; display: flex; align-items: center; border-bottom: 1px solid #ccc;
}
.contact-title::after{
	content: ''; width: 18px; height: 10px; background: url(../images/contact-icon.png) no-repeat center !important;
}
.contact-title:not(.collapsed){box-shadow: none;}
@media (min-width:992px) {
	.contact-title{ padding-left: 40px; padding-right: 40px; font-size: 24px;}
}
@media (min-width:1200px) {
	.contact-title{ padding-left: 60px; padding-right: 60px; padding-bottom: 25px;}
}
@media (min-width:1400px) {
	.contact-title{ padding-left: 100px; padding-right: 100px; }
}
.contact-title span{
	width: 8px; height: 8px; background-color: #ffa751; margin-right: 10px;
}
.contact-title img{
	margin: 0 10px 0 0;
}
@media (min-width:992px) {
	.contact-title span{margin-right: 20px;}
	.contact-title img{margin: 0 10px 0 0;}
}
.contact-title.collapsed{
	color: #222 !important;
}
.contact-title.collapsed span{
	background-color: #222;
}
.contact-inner-box{
	padding-left: 0px; padding-right: 0px;
}
@media (min-width:992px) {
	.contact-inner-box{padding-left: 40px; padding-right: 40px; padding-top: 20px;}
}
@media (min-width:1200px) {
	.contact-inner-box{padding-left: 60px; padding-right: 60px;}
}
@media (min-width:1400px) {
	.contact-inner-box{padding-left: 100px; padding-right: 100px;}
}
.contact-body{
	padding-left: 0; padding-right: 0;
}
.contact-left p{
	font-size: 14px; color: #333;
}
@media (min-width:992px) {
	.contact-left p{
		font-size: 16px;
	}
}
.contact-map{
	overflow: hidden;
}

/* about page */
.about-title{
	color: #222222;
}
.about-text{
	margin-top: 20px;
}
.about-text p{
	line-height: 30px; color: #222; font-size: 14px;
}
@media (min-width:769px) {
	.about-text p{font-size: 16px;}
}
.a-cy{
	margin-top: 50px;
}
@media (min-width:992px) {
	.a-cy{margin-top: 80px;}
}
@media (min-width:1200px) {
	.a-cy{margin-top: 100px;}
}
@media (min-width:1400px) {
	.a-cy{margin-top: 120px;}
}
.acy-t{
	display: flex; align-items: center;
}
.acy-t img{
	margin-right: 15px;
}
@media (max-width:991px) {
	.acy-img1{width: 120px;}
	.acy-img2{width: 60px;}
}

.acy-t b{
	font-size: 24px;
}
@media (min-width:992px) {
	.acy-t b{font-size: 30px;}
}
.acy-p{
	line-height: 24px; color: #222; font-size: 14px; margin-top: 15px;
}
@media (min-width:769px) {
	.acy-p{font-size: 16px; line-height: 30px; margin-top: 30px;}
}
.fx-box{
	width: 100%; /*height: 1px; background-color: #999; */border-top:#999 1px solid; margin: 30px 0;
}
@media (min-width:992px) {
	.fx-box{margin: 60px 0;}
}
.a-list{
	margin-bottom: 20px;
}
.a-li-img{
	overflow: hidden;
}
.a-li-img img{
	width: 100%; transition: all ease 0.4s;
}
.a-list:hover .a-li-img img{
	transform: scale(1.1); transition: all ease 0.4s;
}
.a-li-con{
	padding: 20px 5px;
}
.a-li-tit{
	display: flex; align-items: center; margin-bottom: 15px;
}
.a-li-tit img{
	margin-right: 15px;
}
.c-2{
	width: 32px; height: 32px;
}
.a-li-tit b{
	font-size: 18px; color: #222; font-weight: normal;
}
@media (min-width:1320px) {
	.a-li-tit b{font-size: 24px;}
}
.a-li-text{
	font-size: 14px; line-height: 24px; color: #222;
}
@media (min-width:992px) {
	.a-li-text-1{font-size: 16px !important;}
}
@media (min-width:1320px) {
	.a-li-text{font-size: 16px; line-height: 30px;}
}
.a-contact{
	width: 100%; height: auto; background-color: #ffa751; padding: 20px 30px; margin-top: 30px;
}
@media (min-width:992px) {
	.a-contact{padding: 20px 40px;}
}
@media (min-width:1200px) {
	.a-contact{margin-top: 60px; padding: 20px 60px;}
}
.a-contact-li{
	display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 100%;
}
@media (min-width:768px) {
	.a-contact-li{display: flex; flex-direction: column; align-items: flex-start; max-width: 250px;}
}
@media (max-width:991px) {
	.a-contact-li{margin-bottom: 30px;}
}
.a-contact-li span{
	margin-bottom: 10px;
}
.a-contact-li i{
	font-style: normal; color: #fff; font-size: 18px;
}
.a-contact-li a{
	color: #fff !important; font-size: 16px; font-weight: bold; text-align: center;
}
@media (min-width:768px) {
	.a-contact-li a{text-align: left;}
}
.a-zzs{
	margin-top: 100px;
}
.a-wyh{}
.a-zzs-box{
	display: flex; flex-direction: column;
}
@media (min-width:992px) {
	.a-zzs-box{display: flex; flex-direction: row; align-items: flex-start;}
}
/* @media (max-width:768px) {
	.a-zzs-box{display: flex; flex-direction: column; }
} */
.a-zzs-title{
	margin-right: 50px; margin-bottom: 30px;
}
.a-zzs-img{
	display: flex; flex-direction: row; flex-wrap: wrap;
}
.lcbswiper{
	overflow: hidden; position: relative;
}
.a-lcb-box{
	display: flex; flex-direction: column; align-items: center;
}
.lcbswiper .swiper-slide:nth-child(2n) .a-lcb-box{
	display: flex; flex-direction: column-reverse;
}
@media (max-width:767.9px) {
	.lcbswiper .swiper-slide:nth-child(2n) .a-lcb-box{display: flex; flex-direction: column !important;}
}
.a-lcb-top{
	width: 100%; display: flex; flex-direction: column;
}
.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-top{
	display: flex; flex-direction: column-reverse;
}
.a-lcb-img{
	position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center;
}
.a-lcb-img img{
	transition: all ease 0.4s; 
}
.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-img{margin-bottom: 0px;}
@media (min-width:768px) {
	.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-img{margin-bottom: 20px;}
}
@media (min-width:992px) {
	.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-img{margin-bottom: -9px;}
}
@media (min-width:1200px) {
	.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-img{margin-bottom: 36px;}
}
@media (min-width:1400px) {
	.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-img{margin-bottom: 21px;}
}
.a-lcb-bb{
	display: flex; flex-direction: column; width: 100%; padding: 0;
}
@media (min-width:768px) {
	.a-lcb-bb{margin: 5px 0 0;}
}
@media (min-width:1200px) {
	@media (min-width:768px) {
		.a-lcb-bb{margin: 35px 0 0;}
	}
}
.lcbswiper .swiper-slide:nth-child(2n) .a-lcb-bb{
	display: flex; flex-direction: column-reverse;
}
.a-lcb-c{
	margin: 50px 0; width: 100%; height: 1px; background-color: #ccc; position: relative;
}
@media (max-width:767px) {
	.a-lcb-c{display: none;}
}
.a-lcb-c span{
	display: block; width: 10px; height: 10px; background-color: #cccccc; border-radius: 100%; position: absolute; left: 50%; top: -5px;
}
.a-lcb-c span::after{
	content: ''; width: 1px; height: 30px; border-left: 1px dashed #ccc; position: absolute; left: 50%; top: 10px;
}
.a-lcb-c span::before{
	content: ''; width: 1px; height: 30px; border-left: 1px dashed #ccc; position: absolute; left: 50%; top: -30px;
}
.lcbswiper .swiper-slide:nth-child(2n) .a-lcb-c span::after{
	display: none;
}
.lcbswiper .swiper-slide:nth-child(2n-1) .a-lcb-c span::before{
	display: none;
}
.a-lcb-list{
	display: flex; flex-direction: column; align-items: center; padding: 20px 30px;
}
.a-lcb-list b{
	font-family: 'Gobold'; font-weight: normal; font-size: 24px; color: #222222; margin-bottom: 15px;
}
.a-lcb-list p{
	height: 90px; font-size: 14px; color: #666; line-height: 30px; text-align: center;
}
@media (min-width:768px) {
	.a-lcb-list b{font-size: 30px;}
	.a-lcb-list p{font-size: 16px;}
}
.lcbswiper .swiper-button-prev{
	background: url(../images/lcb-l.png) no-repeat center; width: 32px; height: 32px; position: absolute; left: 0; top: 51%;
}
.lcbswiper .swiper-button-next{
	background: url(../images/lcb-l.png) no-repeat center; width: 32px; height: 32px; position: absolute; right: 0; top: 51%; transform: rotate(180deg);
}
.lcbswiper .swiper-button-prev:after, .lcbswiper .swiper-button-next:after{
	display: none;
}
.a-lcb-img:hover img{
	transition: all ease 0.4s; transform: scale(1.1);
}
.a-cwh-box{}
.a-cwh-t{
	display: flex; flex-direction: column;
}
@media (min-width:992px) {
	.a-cwh-t{display: flex; flex-direction: row;}
}
.a-zzs-in{
	margin: 0;
}
@media (min-width:992px) {
	.a-zzs-in{margin-left: 100px;}
}
.a-zzs-in li{
	margin-bottom: 15px; font-size: 16px; color: #222;
}
.a-zzs-in li:last-child{
	margin-bottom: 0;
}
@media (min-width:992px) {
	.a-zzs-in li{font-size: 18px;}
}
.a-cwh-b{
	 margin-top: 40px; overflow: hidden;
}
.a-cwh-in{
	overflow-x: auto;
}
.a-cwh-b .table{
	width: 500px; overflow-x: auto;
} 
@media (min-width:768px) {
	.a-cwh-b .table{width: 100%;}
}
.cwh1{
	text-align: center; padding: 16px 10px !important; background-color: #ffa751 !important;
}
.cwh1 b{
	font-size: 14px; color: #fff; font-weight: normal;
}
@media (min-width:992px) {
	.cwh1 b{font-size: 18px;}
}
.a-cwh-b .table>:not(:first-child){
	border-top: 1px solid #ccc;
}
.cwh2{
	text-align: center; padding: 12px 10px !important;
}
.cwh2 i{
	font-size: 14px; color: #333; font-style: normal; display: flex; justify-content: center; align-items: center;
}
@media (min-width:992px) {
	.cwh2 i{font-size: 16px;}
}

/* news page */
.news-year{
	display: flex; justify-content: flex-end;
}
.news-btn{
	min-width: 10rem; border-radius: 0; border: none; border-bottom: 1px solid #ccc !important; background-color: #fff; display: flex; justify-content: space-between; align-items: center;
}
.news-btn:focus, .news-btn:hover{
	background-color: #fff; border-color: #fff; box-shadow: none;
}
.news-btn .dropdown-menu{
	width: 100% !important;
}
.news-list-box{
	margin-top: 30px;
}
.news-li-inner{
	margin-bottom: 30px;
}
.news-img{
	position: relative; overflow: hidden; display: block;
}
.news-img img{
	transition: all ease 0.4s; width: 100%;
}
.news-li-inner:hover .news-img img{
	transform: scale(1.1); transition: all ease 0.4s;
}
.news-li-b{
	padding: 20px 10px;
}
.news-title{
	font-size: 20px; color: #222;
}
@media (min-width:640px) {
	.news-title{font-size: 26px;}
}
@media (min-width:992px) {
	.news-title{font-size: 30px;}
}
.news-li-inner:hover .news-title{
	color: #ffa751;
}
.news-time{
	font-size: 14px; color: #999; padding: 5px 0;
}
@media (min-width:992px) {
	.news-time{font-size: 16px;}
}
.news-text{
	font-size: 14px; color: #333; padding: 10px 0; line-height: 28px;
}
@media (min-width:992px) {
	.news-text{font-size: 18px;}
}
.news-bb{
	margin-top: 20px;
}
.newsli-btn{
	display: inline-block; padding: 7px 0px; background: transparent; color: #666666; border-radius: 10px; transition: all ease 0.4s;
}
.newsli-btn:hover{
	background: #000; color: #fff !important; padding: 7px 20px; transition: all ease 0.4s;
}
.news-int{
	color: #222;
}
.news-swiper{
	margin-top: 20px; position: relative; overflow: hidden;
}
@media (min-width:992px) {
	.news-swiper{margin-top: 30px;}
}
.news-in-text{
	margin-top: 20px;
}
@media (min-width:992px) {
	.news-in-text{margin-top: 40px;}
}
.news-in-text p{
	font-size: 14px; line-height: 24px; color: #333;
}
@media (min-width:992px) {
	.news-in-text p{font-size: 16px; line-height: 30px;}
}
.news-g-box{
	display: flex; justify-content: center;
}
@media (min-width:992px) {
	.news-g-box{display: flex; justify-content: flex-start;}
}

/* activity event page */
.event-nav{
	max-width: 300px;
}
.event-nav-t{
	background-color: #ffa751; color: #fff !important; font-size: 18px; padding: 10px 15px; position: relative;
}
@media (min-width:992px) {
	.event-nav-t{padding: 15px 20px; margin-bottom: 0;}
}
.event-nav-list{
	background-color: #fff;
}
.event-nav-list li{
	padding: 8px 15px; border-bottom: 1px solid #ccc;
}
@media (min-width:992px) {
	.event-nav-list li{padding: 18px 20px;}
}
.event-nav-list li a{
	font-size: 16px; color: #333; display: flex; align-items: center;
}
.event-nav-list li a::before{
	content: ''; width: 9px; height: 9px; border-radius: 2px; background-color: #ffa751; transform: rotate(45deg); margin-right: 15px;
}
.event-list-box{
	margin-top: 30px;
}
@media (min-width:992px) {
	.event-list-box{margin-top: 0;}
}
.event-body{
	padding: 10px;
}
.event-t{
	font-size: 18px; font-weight: bold;
}
.event-date1{
    color: #14d887;
}
.event-date2{
    color: #32c6d9;
}
.event-date3{
    color: #b923d9;
}
.event-date4{
    color: #d89a14;
}
.event-card{
	margin-bottom: 20px; position: relative; z-index: 9;
}
@media (min-width:992px) {
	.event-card{margin-bottom: 30px;}
}
.event-card::before{
	content: ''; display: none; position: absolute; top: 0%; left: 0; background: url(../images/event-bj.png) no-repeat center; width: 100%; height: 100%; z-index: -1; transition: all ease 0.4s;
}
.module-event .event-card:hover img{
	border-radius: 20px;
}
.module-event .event-card:hover::before{
	display: block;
}
.event-title{
	color: #ffa751; 
}
.event-text{
	font-size: 16px; color: #333; line-height: 30px; margin: 20px 0;
}
.actfx-box{
	background-image: url(../images/acv1.png); background-repeat: repeat-x; height: 8px; background-color: #fff;
}
.event-con{
	color: #222;
}
.eventcon-text{
	margin-top: 15px;
}
.eventcon-text p{
	margin: 0; font-size: 16px; color: #333;
}
.actfx-box1{
	background-color: #fff; margin: 30px 0;
}
@media (min-width:992px) {
	.actfx-box1{margin: 70px 0;}
}
.event-l{
	margin-bottom: 30px;
}
.event-box-t{
	font-size: 20px; color: #ffa751; 
}
@media (min-width:992px) {
	.event-box-t{font-size: 26px;}
}
.event-box-inner{
	margin-top: 25px;
}
.event-box-inner li{
	display: flex; align-items: flex-start; color: #333; margin-bottom: 5px; font-size: 14px;
}
@media (min-width:992px) {
	.event-box-inner li{font-size: 16px;}
}
.event-bin-t{
	width: 20%; line-height: 30px;
}
.event-bin-m{
	width: 80%; line-height: 30px;
}
.event-r{
	display: flex;
}
.actfx-box2{
	background-color: #ccc;
}
.event-nav-p{
	display: none;
}
.event-nav-m{
	display: block;
}
@media (min-width:992px) {
	.event-nav-p{display: block;}
	.event-nav-m{display: none;}
}
.event-nav-t1{
	width: 100%; display: flex; justify-content: space-between; align-items: center;
}
.event-menu-box{
	width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.event-menu-box li{
	border-bottom: 1px solid #ccc;
}
.event-menu-box li:last-child{
	border-bottom: none;
}
.event-menu-box a{
	padding: 8px 16px; display: flex; align-items: center;
}
.event-menu-box a::before{
	content: ''; display: block; width: 6px; height: 6px; border-radius: 2px; background-color: #ffa751; transform: rotate(45deg); margin-right: 10px;
}
.event-menu-box a:hover{
	color: #ffa751;
}
