.list-cm-item{
	margin-bottom: 50px;
}
.img-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.img-wrap img {
	width: 100%;
	transition: all 0.3s;
	display: block;
	height: auto;
	transform: scale(1);
}
.list-cm-item > a:hover img {
	transform: scale(1.05);
}
.list-cm-item > a:hover p,
.list-cm-item > a:hover h3{
	opacity: 0.75;
	transition: all ease 0.2s;
}
.list-cm-item h3 {
	font-size: 21px;
	font-weight: bold;
/*	margin: 20px 0;*/
	margin: 15px 0 20px 0;
}
.list-cm-item p{
	font-size: 13px;
}
.list-cm-item .btn{
	min-height: 36px;
	line-height: 36px;
}
@media(min-width:1920px){

}
@media(max-width:767px){
	.col-12 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	.title-f49 p{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 37px;
	}
	.title-f49 p:after {
		content: '';
		border-top: 1px solid #000;
		margin: 0 0 0 20px;
		flex: 1 0 20px;
	}
}

/* ==================== Tour section update on 20210805 ======================= */
.wrap-1190 {
    width: 1190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
/* ==================== Tour ======================= */
.tour__block--img{
  position: relative;
}
.sticker-box{
  position: absolute;
  top:15px;
  right:15px;
  width: 120px !important;
  height: auto !important;
  min-width: inherit !important;
  transform: rotate(0.05turn);
}
/*
.img-wrap,
.tour__block .tour__block__btnDetail{
  pointer-events: none !important;
}
*/
.tour-list .tour__block__btnDetail a:after{
  content: none;
}
.tour__block .tourThungNham{
  background-color: #FCFCF4;
  background-image: none;
}
.tour__block .tourDeTrang{
	background-color: #FEFBF3;    
  background-image: none;
}
.tour__block .img-wrap{
  height: 100%;
}
.tour-list > .tour__block{
    margin-bottom: 60px;
}
.tour-list > .tour__block:last-child{
    margin-bottom: 0;
}
.img-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.img-wrap img {
	width: 100%;
	transition: all 0.3s;
	display: block;
	height: auto;
	transform: scale(1);
}
a.img-wrap img:hover {
	transform: scale(1.05);
}
@media(min-width:1140px){
  .tour__block__desc {
    position: relative;
  }
  .tour-list .tour__block__desc > div{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0 20px 0 0;
  }
}
@media(max-width:767px){
  .sticker-box{
    width: 90px !important;
  }
}
.tour__note{
    font-size: 14px;
}
.tour__block {
  display: flex;
	background: #fef1f1;
}
.tour__block--w50 {
	width: calc((100% / 2));	
	overflow: hidden;
}
.tour__block__desc {
	background: #fef1f1;
	padding: 30px 20px 30px 30px;
	background-image: url(/vn/vn/tour/yoko-onsen/images/bg/bubble.png), url(/vn/vn/tour/yoko-onsen/images/bg/bg_intro_left.png), url(/vn/vn/tour/yoko-onsen/images/bg/bg_intro_right.png);
	background-repeat: repeat, no-repeat, no-repeat;
	background-position: center, left bottom, right bottom;
	background-size: 932px 323px, 281px 111px, 286px 111px;
	position: inherit;
	transform: translate(0, 0);
	top: auto;
	left: auto;
}
.tour__block--img img {
		height: 100%;
    width: auto;
    min-width: 100%;
		max-width: inherit !important;
    float: right;
}
.tour__block--img:after{
  content: '';
  clear: both;
  display: block;
}
.tour__block--ttl {
    font-size: 27px;
	line-height: 1;	
    padding-bottom: 20px;
}
.tour__block--price span {
	color: #ff483c;
}
.tour__block--price .f23.fbold {
	font-size: 23px;
	font-weight: bold;
}
.tour__block--mb15 {
    margin-bottom: .5rem;
}
.tour__block--cs a {
	font-size: 23px;
	color: #ff483c;
	font-weight: bold;
}
.tour__block--mb15.tour__block--contact span {
    margin-left: 5px;
}
.tour__block__btnDetail{
	margin: 30px auto 0 auto;
	text-align: center;
}
.tour__block__btnDetail a {
	position: relative;
	max-width: 250px;
	width: 100%;
}
.tour__block__btnDetail a:after{
	content: '';
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	border-color: transparent transparent transparent #ff483c;
	border-width: 4px 0 4px 5px;
	border-style: solid;
	transform: translate(-10px, -50%);
}
.tour__block--note {
	font-size: 14px;
	color: #ff483c;
}
.tour-list > .tour__block{
    margin-bottom: 60px;
}
.tour-list > .tour__block:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
	.tour__block {
    display: block;
	}
	.tour__block--w50{
			width: 100%;
	}
	.tour__block--img img {
    width: 100%;
    height: auto;
	}
	.tour__block__desc {
    padding: 20px;
	}
	.tour__block--ttl {
    font-size: 25px;
	}
	.tour__block__btnDetail {
    margin: 30px auto 20px auto;
	}
}
/* ==================== End Tour ======================= */
/* ==================== End Tour section update on 20210805 ======================= */