.main-nav > li > a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}

.main-nav > li:nth-child(1) > a .link-ext {
    background: #33bdd4;
}
.main-nav > li:nth-child(2) > a .link-ext {
    background: #9ac717;
}
.main-nav > li:nth-child(3) > a .link-ext {
    background: #f3d500;
}
.main-nav > li:nth-child(4) > a .link-ext {
    background: #ff5f7e;
}
.main-nav > li:nth-child(5) > a .link-ext {
    background: #33bdd4;
}
.main-nav > li:nth-child(6) > a .link-ext {
    background: #fff;
}
.main-header .social-icon:not([class*=scheme-]).language a{
	background: #fff;
    border-radius: 100%;
    padding: 6px 8px;
    color: #127670;
}.main-header .social-icon:not([class*=scheme-]).language a:hover{
	background: none;
	color: #fff;
}
.fancy-title .kingsp_title{
	font-size: 72px;
}
.container > .sp_blue{
    position: absolute;
    left: 0;
    top: 6%;
    width: 90%;
    border-top-right-radius: 80px;
    z-index: 1;
    height: 830px;
    background: rgb(0 173 201 / 80%);
}
.container > .sp_grey{
	position: absolute;
    right: 0;
    top: 14%;
    width: 100%;
    z-index: 0;
    height: 800px;
    background: #E1E1E1;
}

.container .align-items-center.sp2{
	z-index: 2;
	position:relative;
}
.liquid-lp-title.sp{
	background: #fff;
    min-height: 180px;
    padding: 20px 25px;
    margin-top: -1.5em;
}
.liquid-lp-media a p{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
}
.liquid-lp-title.sp span{
	display: block;
    font-size: 25px;
    font-weight: 500;
    padding: 10px 0 0 0;
}
.kingsp_title_white{
	color: #fff;
	font-size: 70px;
}

.kingsp_title_red{
	color: #DE2D52;
	font-size: 70px;
}
.kingsp_title_yellow{
	color: #FFDB00;
	font-size: 70px;
	margin: 0 !important;
}
.kingsp_title_black{
	font-size:35px;
	font-weight: 600;
	color: #242424;
	margin-bottom: -10px;
}
.kingsp_title2{
	font-size:35px;
	font-weight: 600;
	margin: -20px 0 0 0;
}
.kingsp_title3{
	font-size:35px;
	font-weight: 600;
	color: #fff;
	margin-bottom: -10px;
}
.person-container {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    line-height: 1.2;
}
.person-img {
    width: 180px;
    height: 220px;
    margin: 0px auto;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    z-index: 2;
	
	position:absolute;
  /* 淡出淡入效果2秒 */
  -webkit-transition: opacity 0.01s ease-in-out;
  -moz-transition: opacity 0.01s ease-in-out;
  -o-transition: opacity 0.01s ease-in-out;
  transition: opacity 0.01s ease-in-out;
}
.person-img2 {
    width: 180px;
    height: 220px;
    margin: 0px auto;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    opacity: 0;
}
.person-container p {
    width: 100%;
    height: auto;
    margin-top: 225px;
    margin-bottom: 0px;
    color: #858585;
}
.person-container h3{
	font-family: 'Noto Sans TC', 'sans-serif';
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin: 0 0 5px 0;
}
.person-container span{
	color: #9e9e9e;
	font-size: 14px;
    font-weight: 300;
}

.person-container:hover .person-img {
	opacity: 0;
}
.person-container:hover .person-img2 {
	opacity: 1;
}
.col-half-offset{
    margin-left:4.166666667%
}
.partner{
	background: #fff;
    padding: 30px 50px;
    border-radius: 20px;
}

.main-footer{ color:#3A3A3A  }

.main-footer .inline-nav li{ 
	position: relative;
	padding: 0 10px;
}
.main-footer .inline-nav li:after{
	content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 1px;
    height: 15px;
    background: #b3b3b3;
}

.main-footer .inline-nav li span {
	padding-right: 10px;
    font-weight: 600;
}
.main-footer .inline-nav li:nth-child(3):after , .main-footer .inline-nav li:nth-child(4):after {
	display: none;
}
/*brand*/
.brand{ 
	padding: 0;
 }
 /*service*/
.service .fancy-title{
	margin-bottom: 0;
}
 .service .lqd-column h3{
 	font-family: 'Noto Sans TC', 'sans-serif';
 	font-size: 30px;
 	font-weight: 600;
	margin: 0 0 -5px 0;
 	line-height: 1.2;
 	letter-spacing: 2px;
 }
  .service .lqd-column span{
 	font-size: 10px;
 	font-style: italic;
 	color: #979797;
 	margin: 0;
 }

 .service_bn{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-top-left-radius: 80px;
    overflow: hidden;
 }
 .service_list{
	background: #fff;
    padding: 30px 25px 10px 25px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    transition: all 0.2s ease-out;
}
.service_list:hover{
	background: rgba(255,255,255,0.8);
}
 .service_list p{
 	line-height: 1.4;
 }

 .fancy-box h3{
 	font-family: 'Noto Sans TC', 'sans-serif';
 	font-size: 20px;
 }

.fancy-box-travel.fancy-box-small {
    border-radius: 15px;
}
.fancy-box-travel .fancy-box-contents{
	margin: 15px;
}
.fancy-box-info p{
	font-size: 14px;
	line-height: 1.5;
}
.mobile_in{
	display: none;
}

.container > .sp_yellow{
	position: absolute;
    left: 0;
    top: 244px;
    width: 100%;
    height: 596px;
    background: #FFDB00;
}

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}
.main-footer .inline-nav > li b{
	font-size: 14px;
}
@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }

  .col-sm-5th-1 {
    width: 20%;
  }
  .reset-ul{
		text-align: right;
	}
	.main-footer .inline-nav li:after{
		display: none;
	}

}
@media (min-width: 992px) {

  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }

  .col-md-5th-1 {
    width: 20%;
  }
  .main-footer .inline-nav li:after{
		display: block;
	}

}
@media (min-width: 1200px) {

	.col-md-5th-1 {
    width: 20%;
  }

}
@media (max-width: 1370px) {

	.container {
    width: 98%;
  }
  .main-nav > li > a{
  	font-size: 16px;
  }
  .k_box .bg .w_box{
  	padding:0 30px;
  }
  .service .d-flex > .lqd-column.pt-190{
  	padding-top: 120px !important ;
  }
  .service .d-flex > .lqd-column.pb-100{
  	padding-bottom: 60px !important ;
  }
  .service_bn {
    right: -33%;
    height: 644px;
  }
  .container > .sp_yellow{
  	height: 400px;
  }
  .service_carousel.mt-100{
  	margin-top:30px;
  }
}


@media screen and (max-width: 1024px) {

	.container > .sp_blue{
	top: 0;
    width: 100%;
    height: 111%;
    border-radius: 0;
    z-index: 0;
}
.container > .sp_grey{
	display: none;
}
	.content h2, .content .h2 {
    font-size: 50px;
}
#brand.pb-90{
	padding-bottom: 0 !important;
}

.service .pt-190{
	padding-top: 0 !important;
	padding-bottom: 50px !important;
}
.service_bn{
	display: none;
}
#service.pb-100{
	padding-bottom:0 !important;
}
.fancy-box-travel .fancy-box-contents {
    margin: 20px;}
.fancy-box h3{
	font-size: 20px;
	margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}
.fancy-box p{ line-height: 1.2 }
.person-container.mt-20{
	margin-top: 0 !important;
}
.service .d-flex > .lqd-column.pb-100{
  	padding-bottom: 0px !important ;
  }
  .container > .sp_yellow{
	height: 68%;
	top: 240px;
}

}
@media screen and (max-width: 767px) {
	.kingsp_title2{
		font-size: 30px;
	}
	.content h2, .content .h2 {
    font-size: 50px;
    text-align: center;
}
.service .d-flex > .lqd-column.pb-100{
  	padding-bottom: 30px !important ;
  }

.container > .sp_grey{
	display: none;
}
.mb-5, .my-5{
	margin: 0 !important ;
}
.fancy-title{
	text-align: center;
}

.mt-50 , .mt-100 {
	margin: 0 !important;
}
.pt-190{
	padding: 50px !important;
}
#brand.pb-90{
	padding-top: 50px;
}
.service .pt-190{
	padding-top: 50px !important;
}
#partner.pb-100{
	margin-bottom: 100px !important;
}

.container > .sp_yellow{
	height: 75%;
	top: 200px;
}
.fancy-box h3{
	font-size: 20px;
	margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}
.fancy-box p{ line-height: 1.2 }
.mobile_in{
	display: block;
}
.mobile_out{
	display: none;
}
.main-footer{
	text-align: center;
}

.main-footer .inline-nav {
	padding: 30px 0 0 0;
}

.vc_row {
	position: relative;

	&.bg-none,
	&[data-row-bg] {
		background-image: none !important;
	}

	&[data-parallax]:not(.liquid-parallax-bg) {
		background-size: 140% !important;
	}

	&:hover {

		.liquid-row-overlay-hover {
			opacity: 1;

			+ .liquid-row-overlay {
				opacity: 0;
			}
		}
	}
}
.ld-row {

	.vc_row-flex & {

		&:before,
		&:after {
			content: none;
		}
	}
}
.ld-container {
	&.container-fluid {
		width: 100%;
		height:auto;
	}
}

@media screen and (max-width: 767px) {
	.person-img , .person-img2{
	    width: 100%;
		height:auto;
	}
	.person-container p {
		margin-top: 232px;
	}
	.partner{
		padding:20px 10px;
	}
}
@media screen and (max-width: 420px) {
	.person-container p {
		margin-top: 205px;
	}
	.pt-190{
		padding:0 !important;
	}
}

@media screen and (max-width: 415px) {
	.person-container p {
		margin-top: 219px;
	}
	
}
@media screen and (max-width: 361px) {
	.person-container p {
		margin-top: 190px;
	}
	
}
@media screen and (max-width: 350px) {
	.person-container p {
		margin-top: 175px;
	}
	
	
}
@media screen and (max-width: 281px) {
	.person-container p {
		margin-top: 142px;
	}
	
}
