/*default font family*/
	html{font-size: 16px;}
	body{
		background-color: black;
		font-family: 'Helvetica', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Arial', 'sans-serif' !important; 
		/* padding-top: 60px !important; */
	}

	#topnavarea.affix {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}

	.rl-row-1440-fix { 
	  max-width: 1560px;
	  padding-left: 3.84615%;
	  padding-right: 3.84615%;
	  margin: 0 auto;
	}

	.owl-pagination{
		margin-top: -40px;
	}
	/*瀏覽器縮放固定比例*/
	
	@media screen and (min-width: 768px){
	  .container-fluid{padding-right: 0; padding-left: 0;}
	}
	.rl-row-1440-fix{max-width: 1440px;margin: 0 12.1% ;padding-right: 15px;padding-left: 15px;}
	@media screen and (max-width: 1440px){
	  .rl-row-1440-fix{margin: 0 4.17% ;}
	}
	@media screen and (max-width: 991px){
		
	  .rl-row-1440-fix{margin: 0 auto ;}
	}

	/*-----display: flex-----*/
    .flex-container{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .direction-column{
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .align-center{
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .align-content{
        -webkit-align-content: space-between;
            -ms-flex-line-pack: justify;
                align-content: space-between;
    }
    .align-self-flex-end{
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
    }
    .justify-center{
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .justify-space-between{
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

	
	.background-black { background-color:black; }
	.background-white { background-color:white; }
	.background-darkgray { background-color:#282828; }
	.mainBanner-color{background-color: #17161b}
	.nopaddinglr { padding-left:0px !important; padding-right:0px !important;}

	.rl-style h1,.rl-style h2,.rl-style h3,.rl-style h4,.rl-style p{margin: 0;}
	.rl-style h1{font-size: 4.5rem;}
	.rl-style h2{font-size: 3rem; line-height:1; margin-bottom: 40px;}
	.rl-style h3{font-size: 2.25rem; line-height: 1.2; margin-bottom: 40px;}
	.rl-style h4{font-size: 1.875rem;}
	.rl-style p,.rl-style li{font-size: 1.125rem; line-height: 1.5; font-weight: 300}

	/*new seo h1-h4 class*/
	.rl-style .text-lg,.rl-style .text-md,.rl-style .text-sm,.rl-style .text-xs{margin: 0;}
	.rl-style .text-lg{font-size: 4.5rem;}
	.rl-style .text-md{font-size: 3rem; line-height:1; margin-bottom: 40px;}
	.rl-style .text-sm{font-size: 2.25rem; margin-bottom: 40px;line-height: 1.2;}
	.rl-style .text-xs{font-size: 1.75rem; margin-bottom: 30px; }	
	.rl-style .text-xxs{font-size: 1.5rem; margin-bottom: 30px; font-weight: 400}
	
	/*font style*/
	.rl-style .wywg h2,
	.rl-style .wywg .text-md{ 
		font-size: 2.25rem;
		font-weight: lighter;
		display: table-cell;
		vertical-align:middle;
		color:#ffffff;
		padding: 15px 15px; 
		font-family: "Roboto", serif;
	}
	.rl-style .description_white{ 
	    /*font-size:1.2rem;*/
	    line-height: 1.5;
	    font-weight: 300; 
	    color:#333333;
	}
	
	/*position*/
	.text-center{text-align: center;}
	.vertical-align, .vertical-align-991{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox; 
	    display: flex;
	      -ms-align-items: center;
	      -ms-flex-align: center;
	    align-items: center;
	}

	/*space*/
	.rl-wrapper-top{padding-top: 60px;padding-bottom: 0;}
	.rl-wrapper-bottom{padding-top: 0;padding-bottom: 60px;}
	.rl-wrapper-topbottom{padding-top: 60px;padding-bottom: 60px}
	.rl-margin-bottom{margin-bottom: 40px;}
	
	.imgRight{float: right; display: inline-block;}
	.imgRight > img{width: 100%;}

	/*Link Button*/
	.btn{border-radius: 0; white-space:normal;}
	.btn-default:visited,.btn-default:focus{
		    border-color: #82be0f;
		    background: transparent;
		    color: #82be0f;
	}
	.linkBlock, .imgBlock{text-align: center;}
	
	.bottomLinkLeft > div, .bottomLinkRight > div{display: inline-block;}
	.bottomLinkLeft{float: left;}
	.bottomLinkRight{float: right;}	
		/*Button Style1*/
		.linkBtn{
		    border: 2px solid #82be0f;
		    background: #82be0f;
		    color: #000;
		    font-size: 1.125rem;
		    font-weight: bold;
		    line-height: 1.5;
		    width: 100%;
		        transition: all 0.3s ease-in-out;
		        -webkit-transition: all 0.3s ease-in-out;
		}
		

		.linkBtn:hover, .linkBtn:active, .linkBtn:active:focus{
	        background-color: transparent !important;
	        border: 2px solid #82be0f;
	        color: #82be0f !important;
	        outline:none;
	    }
	    .linkBtn:focus{
	        background-color: #82be0f;
	        border: 2px solid #82be0f;
	        color: #000;
	        outline:none;
	    }

		/*Button Style2*/
		.linkBtn2{
		    border: 2px solid #82be0f;
		    background: transparent;
		    color: #82be0f;
		    font-size: 1.125rem;
		    line-height: 1.5;
		    width: 20vw;
		        transition: all 0.3s ease-in-out;
		        -webkit-transition: all 0.3s ease-in-out;
		}
		.linkBtn2:hover, .linkBtn2:active, .linkBtn2:active:focus{
	        background-color: #82be0f !important;
	        border: 2px solid #82be0f;
	        color: #fff !important;
	        outline:none;
	    }
	    .linkBtn2:focus{
	        background-color: transparent;
	        border: 2px solid #82be0f;
	        color: #82be0f;
	        outline:none;
	    }
		
	
		/* layout space */
		 /*----- 40 px -----*/
		.rl-row-40{
			padding-top: calc( 16px + 1.25vw ); 
			padding-bottom: calc( 16px + 1.25vw );         
		}
		.rl-row-top-40{ 
			padding-top: calc( 16px + 1.25vw ); 
			padding-bottom: 0; 
		}
		.rl-row-bottom-40{
			padding-top: 0; 
			padding-bottom: calc( 16px + 1.25vw );         
		}

		/*center in different resolution*/
    	.rl-center-lg{margin: 0 auto;}


		.background-black { background-color:black; }
		.background-white { background-color:white; }
		.background-darkgray { background-color:#282828; }

		.background-eerieblack{background: #1b1b1b}
			.background-black .desc,
			.background-eerieblack .subtitle,
			.background-eerieblack .desc{ color: #fff }


	/*------------------------------------
				$PlayButton
	------------------------------------*/
	/*----- play video icon ------*/
		.rl-rel{ position: relative; max-width: 100%;}
			.rl-play-wrapper2{
				border: 2px solid rgba(255,255,255,0.7);
				position:absolute; 
				top:45%; 
				left:47%; 
				width: calc( 42px + 5.625vw );
				height: calc( 42px + 5.625vw );
				border-radius: 50%; 
				margin: calc( (( 42px + 2.5vw) / 2) * (-1) ) 0 0 calc( (( 42px + 2.5vw) / 2) * (-1) );
				background: rgba(255,255,255,0.7);
				-webkit-transition: 
						background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
						transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
				-o-transition: 
						background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
						transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
				transition: 
						background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), 
						transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
				pointer-events: none;
			}
				.rl-rel:hover .rl-play-wrapper2{
					border: 2px solid rgba(255,255,255,0.8);
					background: rgba(255,255,255,0.8);
					-webkit-transform: scale(1.05, 1.05);
					-moz-transform: scale(1.05, 1.05);
					-ms-transform: scale(1.05, 1.05);
					-o-transform: scale(1.05, 1.05);
					transform: scale(1.05, 1.05);
					
				}
				.rl-play2{
					width: 0;
					height: 0;
					border-style: solid;
					/*30 -> 12 , 50 -> 20 */
					border-width: calc(8.4px + 1.125vw) 0 calc(8.4px + 1.125vw) calc(14px + 1.875vw); 
					border-color: transparent transparent transparent rgba(32,32,32, 0.8);
					/*15 => 6*/
					margin-left: calc(4.2px + 0.5625vw);
				}

/*------------------------------------
    		$Scrollspy
------------------------------------*/
section[id]:before {
   content:"";
   display:block;
   margin-top: -60px;
   height: 60px;
   visibility: hidden; 
}
	#dot-nav{ 
		top: 40%; 
		left: 1%;
		z-index: 99;
	}
	#dot-nav ul {
		list-style: none;
		margin:0;
		padding: 0;
	}

	#dot-nav > li > a{ 
		text-align: center; 
		padding: 10px 0 10px 0; 
		outline: none; 
	}
	#dot-nav > li > a:focus, 
	#dot-nav > li > a:hover,
	#dot-nav > li > a:active:focus{ background-color: transparent; }
	
	#dot-nav .fa{ 
		color: #869791; 
		font-size: 12px;
		text-align: center;
		-webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                    transition: all 0.4s ease;
	}
	#dot-nav .active .fa{ color: #82be0f; font-size: 18px;}





/*------------------------------------
    		$Tooltip
------------------------------------*/
.tip {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    width: 35px;
    white-space: pre;
}
  	.tip:hover{	
  		cursor: pointer; 
  		opacity: 1; 
  	}

  	#dot-nav .active .tip:before{ 
  		color: #191919; 
  		background-color: #82be0f;
  		font-weight: 500; 
  	}
	.tip:before{
		content: attr(data-tooltip);
		color: #fff;
		background-color: #869791;
		padding: 10px;
		position: absolute;
    	left: 100%;
    	bottom: -10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                    transition: all 0.4s ease;
        
	}
	.tip:after{	}
	.tip:hover::before, 
	.tip:hover::after {	
		left: 140%;
		opacity: 1;
		visibility: visible;
	}





/*------------------------------------
    		$Animation
------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
	@-webkit-keyframes slideInDown {
	  from {
	    -webkit-transform: translate3d(0, -50%, 0);
	    transform: translate3d(0, -50%, 0);
	    visibility: visible;
	  }

	  to {
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes slideInDown {
	  from {
	    -webkit-transform: translate3d(0, -50%, 0);
	    transform: translate3d(0, -50%, 0);
	    visibility: visible;
	  }

	  to {
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	  }
	}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


		
	@media screen and (max-width: 1199px){
		.linkBtn2{width: 40vw;}

		/*center in different resolution*/
    	.rl-center-md{margin: 0 auto;}
	}
	@media screen and (max-width: 991px){
		.rl-style h2,.rl-style h3{margin-bottom: 25px;}
		/*new seo h1-h4 class*/
		.rl-style .text-md, .rl-style .text-sm{margin-bottom: 25px;}

		.vertical-align-991{display: block;}
		.vertical-align-defaultVideo{
			display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox; 
		    display: flex;
		      -ms-align-items: center;
		      -ms-flex-align: center;
		    align-items: center;
		}

		/*center in different resolution*/
    	.rl-center-sm{margin: 0 auto;}
	}
	@media screen and (max-width: 768px){
		.rl-row-1440-fix {padding-left: 0; padding-right: 0;}
		.rl-style h2{font-size: 2.5rem;}
		.rl-style h2,.rl-style h3{margin-bottom: 20px;}
		/*new seo h1-h4 class*/
		.rl-style .text-md{font-size: 2.5rem;}
		.rl-style .text-md, .rl-style .text-sm{margin-bottom: 20px;}
		
		.rl-wrapper-top{padding-top: 40px;padding-bottom: 0;}
		.rl-wrapper-bottom{padding-top: 0;padding-bottom: 40px;}
		.rl-wrapper-topbottom{padding-top: 40px;padding-bottom: 40px}
		
		.linkBtn2{width: 80vw;}
		.bottomLinkLeft, .bottomLinkRight{float: none; margin-bottom: 20px;}
		.imgBlock{margin-bottom: 20px;}

		.vertical-align, .vertical-align-defaultVideo{display: block;}
		.rl-margin-bottom-768{margin-bottom: 40px;}

		/*center in different resolution*/
    	.rl-center-xs{margin: 0 auto;}

		.owl-pagination{
			margin-top: -25px;
		}
	}
	@media screen and (max-width: 568px) {
		.rl-style .wywg h2{font-size: 1.75rem;}
	  	.container-fluid{padding-right: 0; padding-left: 0;}
	}
	@media screen and (max-width: 500px){
		.rl-style h2{font-size: 2.25rem;}
		.rl-style h3{font-size: 1.75rem;}
		.rl-style h4{font-size: 1.5rem;}
		/*new seo h1-h4 class*/
		.rl-style .text-md{font-size: 2.25rem;}
		.rl-style .text-sm{font-size: 1.75rem;}
		.rl-style .text-xs{font-size: 1.5rem;}
	}
