/* Color scheme */

@font-face {
	font-display: swap;
}

body {
	background-color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #000;
}

/*-------- 3.1 Preloader --------*/
.naviResult .loader{
	position:relative;
	width: 100%;
	height: 100%;
}
.naviResult .loader .title{
	position: absolute;
	width: 50%;
	height: 50px;
	top: 57%;
	left: 25%;
	text-align: center;
	color: #F5D34A;
	font-size: 14px;
}

/*-------- 3.1 Preloader --------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #92278f;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

[data-loader="circle-side"]{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #F5D34A;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}

header{
	position: relative;
}


.topNav{
    position: relative;
}
#logo_home img{
    position: absolute;
    left: 60px;
    top: 60px;
    z-index: 10;
    width: 140px;
}
#logo_expo img{
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 10;
    width: 140px;
}
.row{
	--bs-gutter-x: none !important;
}
.singleSection.topBanner{
    padding: 0px;
    margin: 0px;
}
.bannerWrapper{
    position: relative;
    padding-right: 0px !important;
}
.bannerWrapper .pic01{
    position: absolute;
    z-index: 3;
    bottom: 32%;
    left:0%;
    background: url(../img/campaign/bibibibilogo.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 160px;
}
.bannerWrapper .pic02{
    position: absolute;
    z-index: 2;
    bottom: 23%;
    left:0%;
    background: url(../img/campaign/campaigntopic.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 120px;
}

.topBanner .btnWrapper{
    position: relative;
    background: url(../img/campaign/bgleaf1.png) no-repeat left top;
    background-color: #FFF;
    background-size: 400px;
}
.topBanner .btnWidthWrapper{
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 130px auto 30px;
}
.topBanner .btnWrapper .singleBtn{
    margin-bottom: 10px;
    cursor: pointer;
}
.btnWrapper .bottomLeaf{
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    right: 0px;
    background: url(../img/campaign/bgleaf2.png) no-repeat right bottom;
    background-size: contain;
}
.btnWrapper .orangePointWave{
    width: 80%;
    height: 42px;
    position: absolute;
    background: url(../img/campaign/orangepointwave.png) no-repeat right center;
    background-size: cover;
}

.singleSection.event{
	position: relative;
    padding: 0px;
    margin-top: -45px;
    margin-bottom: -20px;
}

.singleSection.event .eventInfo1{
    padding: 60px 20px 105px 20px;
    background: url(../img/campaign/b_bg.png) no-repeat top center;
    background-size: 100%;
}
.singleSection.event .eventInfo2{
	margin-left: -1px;
    padding: 60px 20px 105px 20px;
    background: url(../img/campaign/c_bg.png) no-repeat top center;
    background-size: 100%;
}
.singleSection.event .title{
    text-align: center;
}
.singleSection.event .content{
    text-align: center;
    margin: -55px auto 10px auto;
}

.singleSection.event .title img{
    width: 80%;
}

.singleSection.event .content img{
    width: 100%;
}

.singleSection.event .goBtn{
    text-align: center;
    cursor: pointer;
}
.singleSection.event .goBtn img{
	    width: 50%;
	}

.rightNav{
	width: 60px;
	position: fixed;
	z-index: 2;
	right: 0px;
	bottom: 30px;
	text-align: right;
}

.rightNav .rightBtn1{
	display: inline-block;
	cursor: pointer;
	width: 42px;
	height: 112px;
	/*background: url(../img/campaign/pagelinkbtn1.png) no-repeat top right;
	background-size: contain;*/
}
.rightNav .rightBtn2{
	display: inline-block;
	cursor: pointer;
	width: 42px;
	height: 112px;
	/*background: url(../img/campaign/pagelinkbtn2.png) no-repeat top right;
	background-size: contain;*/
}
.rightNav .rightBtn3{
	display: inline-block;
	cursor: pointer;
	width: 42px;
	height: 112px;
	/*background: url(../img/campaign/pagelinkbtn3.png) no-repeat top right;
	background-size: contain;*/
}

#eventTitle2{
	width: 50%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}


.w-80{
	width: 80%;
}

.mt-35{
	margin-top: 35px;
}

.mb-35{
	margin-bottom: 35px;
}

.mt-15{
	margin-top: 15px;
}

.footer{
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	padding: 40px 0px 60px 0px;
	text-align: center;
}
.footer .copyright{
	margin-bottom: 10px;
}
.footer .author{
	font-size: 16px;
	margin-bottom: 10px;
}

.singleSection .companyBlock{
	margin-top: 0px;
}

.singleSection .companyBlock .singleItem{
	background: url(../img/company_background.png) center center no-repeat;
	background-size: cover;
	padding: 5px 10px;
	margin-bottom: 0px;
}

.singleSection .sectionTitle{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	
}
.singleSection.diy .sectionTitle{
	width: 60%;
}
.singleSection.performance{
	padding-bottom: 50px;
}
.singleSection .sectionTitle img{
	display: inline-block;
	margin: 0 auto;
	transform: scale(0.8);
}

.singleSection.diy{
	padding: 35px 0px 50px 0px;
	background: url(../img/campaign/D2bg.png) top center no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #F2E8E4;
}
.singleSection.diy .diyContent{
	width: 60%;
	margin: 0 auto;
	margin-top: -40px;
}
.singleSection.diy .diySubTitle{
	width: 60%;
	margin: 0 auto -50px auto;
}
.singleSection.diy .diyInfo{
	width: 80%;
	margin: 0 auto;
}
.singleSection.diy .subContentBtn{
	width: 90%;
	margin: -50px auto 0px auto;
	cursor: pointer;
}

.singleSection .groupBlock{
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0px auto 20px auto;
}

.singleSection .dEventContent{
	padding: 50px 90px 0px 90px;
	background: url(../img/campaign/D2_content_bg_1.png) top center no-repeat;
	background-repeat: no-repeat;
	background-size: 163px 30px;
	background-color: #FFF;
}
.singleSection .dEventContent:after{
	display: block;
	content: "";
	width: 100%;
	height: 30px;
	background: url(../img/campaign/D2_content_bg_2.png) top center no-repeat;
	background-repeat: no-repeat;
	background-size: 164px 31px;
	background-color: #FFF;
}

.singleSection .dEventContent .subContentBtn{
	width: 35%;
	margin: 10px 0px 10px auto;
}

#showEventMore{
	margin-top: 0px;
	position: relative;
	left: 160px;
}

.singleSection .dSection .dContent{
	padding: 10px 10px 50px 10px;
	margin: 0 auto;
	width: 60%;
	font-size: 20px;
	text-align: left;
}

.singleSection .dSection .dTitle{
	margin: 0 auto;
	width: 60%;
}

.singleSection.group{
	
}
.singleSection .groupTitle{
	display: inline-block;
	font-size: 24px;
	padding-left: 0px;
	padding-bottom: 5px;
	color: #000;
	border-bottom: 2px solid #D07357;
}
.singleSection .groupInfo{
	display: block;
	padding: 30px 0px 30px 0px;
	font-size: 18px;
	color: #000;
}
.singleSection .groupDetail.left{
	padding: 80px 50px 20px 120px;
	background: url(../img/campaign/D4bg_a.png) left bottom no-repeat;
	background-size: 30%;
}
.singleSection .groupDetail.right{
	padding: 20px 120px 20px 50px;
	background: url(../img/campaign/D4bg_b.png) right top no-repeat;
	background-size: 30%;
}
.singleSection .groupImg.right{
	padding-top: 50px;
}
.singleSection.performance{
	background: url(../img/campaign/D4bg.png) top center no-repeat;
}
.singleSection.stageProgram{
	background-color: #F2E8E4;
}
.singleSection.stageProgram .sectionTitle{
	margin-bottom: -60px;
}
.singleSection.stageProgram .website{
	margin: 0 auto;
	width: 90%;
}
.singleSection.video{
	background-color: #F2E8E4;
	padding-bottom: 100px;
}
.singleSection.video .eTitle{
	margin: 0px auto 0px auto;
	padding-top: 50px;
	width: 60%;
}
.singleSection.video .desc{
	margin: 0 auto ;
	width: 50%;
	text-align: left;
}
.singleSection.video .videoBlock{
	margin: 20px auto;
	width: 55%;
}
.singleSection.video .remark{
	position: relative;
	margin: 10px auto;
	width: 50%;
	padding-right: 80px;
	text-align: left;
}
.singleSection.video .remark .metaIcon{
	position: absolute;
	right: 0;
	top: 5px;
}
.singleSection.video .remark .fbIcon,.singleSection.video .remark .igIcon{
	display: inline-block;
	
}
.singleSection.video .remark .fbIcon img, .singleSection.video .remark .igIcon img{
	width: 30px;
}

.moreBtn{
	display: inline-block;
	cursor: pointer;
	padding: 0px 10px;
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
	margin-top: 20px;
}

.moreBtn:hover{
	opacity: 0.8;
}

.moreModal.souvenirModal .title{
	color: #333;
	font-weight: bolder;
	font-size: 18px;
	padding-left: 15px;
}
.moreModal.souvenirModal .detailInfo{
	color: #333;
	font-size: 14px;
	word-break: break-all;
	padding-left: 15px;
}
.moreModal.souvenirModal .linkInfo a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

.moreModal.souvenirModal .picture{
	border: 4px solid #FFF;
	background: #FFF;
}
.moreModal.souvenirModal .linkInfo{
	padding-top: 20px;
	word-break: break-all;
}
.moreModal.souvenirModal .qrcode{
	position: absolute;
	right: 25px;
    bottom: -15px;
}

.moreModal .modal-content{
	padding: 20px 20px 30px 20px;
	background-color: #F2E8E4;
	color: #333;
	font-size: 16px;

}
.moreModal .closeBtn{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}
.moreModal .closeBtn .btnClose{
	background: url(../img/closeBtn.png) center center no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
	border: 0px;
}
.moreModal .btn-close{
	color: #FFF;
}
.closedBlock{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	background-color: #FFF;
	border-radius: 30px;
	width: 65%;
	padding: 50px;
}
@media only screen and (min-width: 1600px) {
	#showEventMore{
		left: 240px;
	}
}

@media only screen and (max-width: 991px) {
	
	#logo_home img{
		top: 30px;
		left: 15px;
	}
	#logo_expo img{
		top: 22px;
		right: 20px;
	}
	.bannerWrapper .pic01{
		width: 85%;
		left: 30px;
		bottom: 12%;
	}
	.bannerWrapper .pic02{
		width: 85%;
		margin: 0 auto;
		left: 30px;
		bottom: 2%;
	}
	.topBanner .btnWidthWrapper{
		margin-top: 30px;
	}
	.singleSection.event .title img{
	    width: 100%;
	}
	.singleSection.event .content{
		margin-top: -30px;
	}
	
	.singleSection.event .goBtn img{
	    width: 50%;
	}
	.singleSection .companyBlock .singleItem{
		padding: 3px 3px;
	}
	
	 .moreModal.souvenirModal .picture{
    	margin: 20px auto;
    	width: 60% !important;
    }

	.footer{
		background-color: #000;
		color: #FFF;
		font-size: 14px;
		padding: 20px 0px 20px 0px;
		text-align: center;
	}
	.footer .copyright{
		margin-bottom: 10px;
	}
	.footer .author{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.singleSection.event .eventInfo1{
    	padding: 20px 20px 45px 20px;
    }
    .singleSection.event .eventInfo2{
    	margin-top: 0px;
    	padding: 20px 20px 25px 20px;
    }
    #eventTitle2{
		width: 50%;
		position: relative;
		z-index: 1;
	}
	.singleSection .sectionTitle{
		width: 100%;
	}
	.singleSection .sectionTitle img{
		transform: scale(1.0);
	}
	.singleSection.diy .sectionTitle{
		width: 100%;
	}
	.singleSection.diy{
		padding-bottom: 10px;
	}
	.singleSection.diy .diyContent{
		margin-top: 0px;
	}
	.singleSection.diy .diySubTitle{
		width: 90%;
		margin-bottom: -30px;
	}
	.singleSection.diy .diyInfo{
		width: 95%;
	}
	.singleSection.performance{
		padding-bottom: 0px;
	}
	.singleSection .groupImg{
		padding-top: 20px;
	}
	.singleSection .groupDetail.right{
		padding: 20px 45px 10px 20px;
	}
	.singleSection .groupDetail.left {
	    padding: 20px 45px 10px 30px;
	}
	.singleSection .groupDetail .moreBtn{
		margin-top: 30px;
	}
	.singleSection .groupTitle{
		font-size: 20px;
	}
	.singleSection.stageProgram .mobile{
		width: 90%;
		margin: 0 auto;
	}
	.singleSection.stageProgram{
		padding: 20px 0px 20px 0px;
		margin-bottom: 0px;
	}
	.singleSection.stageProgram .sectionTitle{
		margin-bottom: 0px;
	}
	.singleSection .dSection .dTitle{
		width: 90%;
	}
	.singleSection .dSection .dContent{
		width: 90%;
	}
	.singleSection .dEventContent{
		padding: 30px 0px 0px 0px;
	}
	#showEventMore{
		left: 100px;
	}
}


@media only screen and (max-width: 600px) {
	.singleSection.event .eventInfo2{
    	margin-top: -20px;
    }
    .singleSection .groupImg.right{
		width: 95%;
		margin: 0 0px 0px 5%;
		padding-top: 0px;
	}
	.singleSection .groupImg.left{
		width: 95%;
	}
	.singleSection.stageProgram{
		padding-top: 0px;
	}
	.singleSection .dEventContent .subContentBtn{
		margin: 10px auto;
	}
	.singleSection .dEventContent{
		background-size: 82px 15px;
	}
	.singleSection .dEventContent:after{
		margin-top: 30px;
		height: 15px;
		background-size: 82px 15px;
	}
	.singleSection.diy .diyContent{
		width: 90%;
	}
	.singleSection .dSection .dContent{
		font-size: 18px;
	}
	#showEventMore{
		display: none;
	}
	.singleSection.video .eTitle{
		margin: 0 auto;
		width: 80%;
	}
	.singleSection.video .desc{
		margin: 0 auto ;
		width: 90%;
		text-align: left;
	}
	.singleSection.video .videoBlock{
		margin: 20px auto;
		width: 95%;
	}
	.singleSection.video .remark{
		position: relative;
		margin: 10px auto;
		width: 90%;
		padding-right: 0px;
		text-align: left;
	}
	.singleSection.video .remark .metaIcon{
		position: relative;
		right: auto;
		top: auto;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 600px) {
    
	/*.rightNav{
		width: 40px;
		position: fixed;
		z-index: 2;
		right: 0px;
		bottom: 30px;
	}

	.rightNav .rightBtn1{
		cursor: pointer;
		width: 40px;
		height: 75px;
		background: url(../img/campaign/pagelinkbtn1.png) no-repeat top right;
		background-size: contain;
	}
	.rightNav .rightBtn2{
		cursor: pointer;
		width: 40px;
		height: 75px;
		background: url(../img/campaign/pagelinkbtn2.png) no-repeat top right;
		background-size: contain;
	}
	.rightNav .rightBtn3{
		cursor: pointer;
		width: 40px;
		height: 75px;
		background: url(../img/campaign/pagelinkbtn3.png) no-repeat top right;
		background-size: contain;
	}*/
}


