#header-footer-standard {
	margin-top: 100px;
}
img {max-width: 100%;}

/*======================================*/
.main-container {
	padding-bottom: 100px;
}
.main-container .container {
	padding: 0 10px;
}
.main-container h2 {
text-align: center;
    font-weight: 900;
    color: #333;
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.main-container .bnr-text-cont {
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
}


/*----- Tabs -----*/
.tab-tour {
	margin-top: 50px;
}

.tabs {
width:100%;
display:inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links {
	text-align: center;
	margin-bottom: 40px;
}
.tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 20%;
}

.tab-links a {
    padding: 15px 10px;
    display: block;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #ee6e9f !important;
    transition: all linear 0.15s;
    text-transform: none;
    border-radius: 5px;
    border: solid 1px #ee6e9f;
}
.tab-links a:hover {
	background:#ee6e9f;
	text-decoration:none;
	color: #fff !important;
}
li.active a, li.active a:hover {
	background:#ee6e9f;
	color:#fff !important;
}
.tab-links li.active:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left:0;
	right: 0;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #ee6e9f transparent;
	display: block;
	width: 0;
	margin: 0 auto;
}

/*----- Content of Tabs -----*/
.tab-content {
	overflow: hidden;
}
.tab {
	overflow: hidden
}

/*===================================*/
.item-tour {
	overflow: hidden;
}
.thumb-img {
	background: #fff;
	margin-bottom: 25px;
}
.thumb-img a {
	display: block;
}
.thumb-img a img{
	display: block;
}
.des-item {
	padding: 20px 0px;
}
.des-item h3{
	font-size: 18px;
	color: #333399;
	font-weight: 700;
	margin-bottom: 10px;
}
.des-item p{
	color: #333333;
	font-size: 15px;
	line-height: 18px;

}
.viewmore-btn {
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.viewmore-btn a {
	color: #333399;
    font-size: 13px;
    padding: 0;
    /* margin-top: 10px; */
    background: url(/st/3/en/pc/img/new-img/next.png) left center no-repeat;
    text-align: right;
    padding-left: 13px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.title-mb {
  display: none;
}
@media(max-width:1440px) {
	.banner img {
		
	}
}
@media(max-width:1170px) {
	.tab-links li {
/*		width: 35%;*/
	}
}
@media(max-width:1024px) {
	.item-tour .col-sm-4 {
		padding: 0 7.5px;
	}
	.thumb-img {
		margin-bottom: 15px;
	}
  .tab-links li {
    width: 27%;
  }
  
}
@media(max-width:820px) {
  .tab-links a {
    font-size: 18px;
  }
}

@media(max-width:769px) {
	.banner img {
		width: 135%;
		max-width: 135%;
		left: -15%;
		right: -15%;
	}
	.item-tour .col-sm-4 {
		width: 50%;
	}
	.tab-links li {
		
	}
	.main-container .container {
		padding: 0 7.5px;
	}
}

@media(max-width:767px) {
	.main-container h2 {
		margin-top: 30px;
	}
	.des-item h3 {
		font-size: 16px;
	}
	.tab-links {
		padding: 0 7px;
		margin-bottom: 30px;
	}
  .tab-links li {
    width: 49%;
    margin-bottom: 7px;
  }
	.tab-links a {
		padding: 15px 10px;
	}
	.tab-links li:first-child {
		float: left;
	}
	.tab-links li:last-child {
		float: right;
	}

  .title-mb {
    display: block;
    text-align: center;
    color: #e45291;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
  }
	
}

@media(max-width:700px) {
	.bnr-title h2 {
		font-size: 25px;
	}
	.bnr-title h2 span {
		font-size: 22px;
	}
	.bnr-title h3 {
		font-size: 19px;
	}
}
@media(max-width:550px) {
	.bnr-title h2 {
		font-size: 20px;
	}
	.bnr-title h2 span {
		font-size: 18px;
	}
	.bnr-title h3 {
		font-size: 18px;
	}
	.tab-links li {
/*
		width: 24%;
    margin-left: 0;
    margin-right: 0;
*/
	}
}
@media(max-width:480px) {
  .tab-links a {
    font-size: 16px;
  }
	.thumb-img a img {
		width: 100%;
	}
	.banner img {
		width: 150%;
		max-width: 150%;
		left: -28%;
		right: -28%;
	}
	.main-container h2 {
		font-size: 30px;
	}
	.bnr-title h2 {
		font-size: 18px;
	}
	.bnr-title h2 span {
		font-size: 16px;
	}
	.bnr-title h3 {
		font-size: 16px;
	}
}
@media(max-width:425px) {
  .tab-links {
    margin-bottom: 20px;
  }
  .tab-tour {
    margin-top: 39px;
  }
  .title-mb {
    display: block;
    text-align: center;
    color: #e45291;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
  }
	.banner img {
		width: 180%;
		max-width: 180%;
		left: -45%;
		right: -45%;
	}
}

/*----- Banner new update 201901 -----*/
.bnr-features{
	background: url(/st/3/en/pc/features/img/bnr-detail.jpg) no-repeat center top #d1ecfe;
	background-size: auto 100%;
}
.bnr-title{
	width: 45%;
	padding: 100px 0 150px 0;
	padding: 6vw 0 9vw 0;
}
.bnr-title h2 {
	font-size: 41px;
	font-weight: 900;
	text-shadow:-1px -1px 0 #fff,  1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.bnr-title h2 span {
	font-size: 27px;
}
.bnr-title h3 {
	font-size: 25px;
	color: #d14b7e;
	font-weight: 700;
	text-shadow:-1px -1px 0 #fff,  1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
	margin-top: 8px;
}

@media(max-width:1170px) {
	.bnr-title{
		padding: 10vw 0 12vw 0;
	}
	.bnr-title h2{
		font-size: 3.5vw;
	}
	.bnr-title h3{
		font-size: 2.2vw;
	}
	
	
}

@media(max-width:767px) {
	.bnr-title h2{
		font-size: 4.2vw;
	}
	.bnr-title h3{
		font-size: 3vw;
	}
	.full-item-mb {
		width: 100% !important;
	}
	.thumb-img a img {
		width: 100%;
	}
}
@media(max-width:375px) {
	.bnr-title h2{
		font-size: 4.5vw;
	}	
	.bnr-title h3 {
			font-size: 4vw;
	}
	.bnr-title {
			padding: 8vw 0 6vw 0;
	}
}

@media(max-width:374px) {
	.tab-links a {
		font-size: 14px;
		padding: 14px 9px;
	}
}

/*----- End Banner new update 201901 -----*/


.item-option-feature {
    overflow: hidden;
    margin-top: 4px;
}
.tabs-feature ul {
    text-align: center;
    border: none;
}
.item-option-feature ul {
	overflow: hidden;
}
.item-option-feature ul li {
    display: inline-block;
    width: 49.6%;
    text-align: center;
    color: #f4337b;
    background: #fbdbe8;
    vertical-align: middle;
    font-size: 14px;
    padding: 4px 0;
}
.item-option-feature ul li:first-child {
    float: left;
}
.item-option-feature ul li:last-child {
    float: right;
}
.item-option-feature ul li img, .item-option-feature ul li span {
    vertical-align: middle;
}
.item-option-feature ul li img {
    width: auto !important;
	display: inline-block;
}
.item-option-feature ul li img, .item-option-feature ul li span {
    vertical-align: middle;
}

.feature-pass ul li:first-child {
    float: none;
}
.feature-pass ul li {
    width: 100%;
    border: none;
}


/* ==================================================
 *   Featureăƒªă‚¹ăƒˆæ”¹å–„ï¼ˆ2020/06/17ï¼‰
 *   https://willer.atlassian.net/browse/MLCONTS-2521
 * ================================================== */
 .feature {
  width: 100%;
}
.feature__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.feature__item {
  padding: 0 8px;
  width: 100%;
  margin-top: 35px;
}
.feature__item:first-child {
  margin-top: 0;
}
.feature__item:nth-child(-n+2) {
  width: 100%;
}
.feature__item:nth-child(n+3) {
  width: 50%;
}
.feature__link {
  display: block;
  height: 100%;
  color: #333;
}
.feature__link:hover {
  color: #333;
  text-decoration: none;
}
.feature__figure {
  margin-bottom: 0;
}
.feature__image {
  display: block;
  width: 100%;
}
.feature__icons {
  display: flex;
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
}
.feature__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 30px;
  color: #f4337b;
  font-size: 14px;
  background-color: #fbdbe8;
}
.feature__icon img {
  margin-right: 3px;
  width: 24px;
  height: 24px;	
}
.feature__icon:nth-child(n+2) {
  margin-left: 4px;
}
.feature__body {
  width: 100%;
  margin-bottom: 0;
  padding: 15px 0 0 0;
  line-height: 1.3;
}
.feature__title {
  color: #339;
}
.feature__desc {
  margin: 10px 0 0 0;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .feature__item {
    padding: 0 15px;
  }
  .feature__item:nth-child(-n+2) {
    width: 33.3333333333%;
  }
  .feature__item:nth-child(n+3) {
    width: 33.3333333333%;
  }
  .feature__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .feature__title {
    font-size: 18px;
  }
}