.blplacett{
    margin-bottom: 30px;
}
/* <===== itplacelg =====> */
.itplacelg{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itplacelg .lcol{
    width: calc(100% - 400px);
}
.itplacelg .rcol{
    width: 400px;
}
.itplacelg .decs{
    position: relative;
    z-index: 2;
    width: calc(100% + 70px);
    margin-left: -70px;
    padding: 60px 50px;
    background-color: #f8f8f8;
}
.itplacelg .dstitle{
    margin-bottom: 12px;
}
.itplacelg .dstitle, .itplacelg .dstitle h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;  
}
.itplacelg .dstend{
    margin-bottom: 20px;
    color: #666666;
    max-height: 66px;
    overflow: hidden;
}
/* <===== itplacelg =====> */

/* <===== itplacesm =====> */
.itplacesm{
    height: 100%;
    background-color: #f8f8f8;
}
.itplacesm .decs{
    padding: 20px 30px 35px;
}
.itplacesm .dstitle{
    margin-bottom: 8px;
}
.itplacesm .dstitle, .itplacesm .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itplacesm .dstitle a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.itplacesm .dstend{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 20px;
}
.itplacesm.vres .dstend{
    max-height: 66px;
}

.the-content{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.the-content .tt{
    text-align: center;
    margin-bottom: 10px;
}
.the-content .tt, .the-content .tt h2, .the-content .tt h3{
    font-size: 30px;
    line-height: 45px;
}
/* <===== itplacesm =====> */
@media all and (max-width: 1200px){
    /* <===== itplacelg =====> */
    .itplacelg .decs{
        padding:40px 30px;
    }
    /* <===== itplacelg =====> */
}
@media all and (max-width: 991px){
    .the-content{
        font-size: 14px;
        line-height: 22px;
    }
    .the-content .tt, .the-content .tt h2, .the-content .tt h3{
        font-size: 18px;
        line-height: 27px;
    }

    .blplacett{
        margin-bottom: 20px;
    }
    /* <===== itplacelg =====> */
    .itplacelg .lcol{
        width: 100%;
    }
    .itplacelg .rcol{
        width: 100%;
    }
    .itplacelg .decs{
        width: 100%;
        margin-left: 0;
        padding: 20px 20px 30px;
    }
    .itplacelg .dstitle, .itplacelg .dstitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    /* <===== itplacelg =====> */

    /* <===== itplacesm =====> */
    .itplacesm .decs{
        padding: 15px 20px 30px;
    }
    .itplacesm .dstitle, .itplacesm .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itplacesm .dstend{
        max-height: 66px;
    }
    .itplacesm.vres .dstend{
        max-height: 88px;
    }
    /* <===== itplacesm =====> */
    .slorther{
		overflow-x: auto;
		display: flex;
		-webkit-display: flex;
		flex-flow: row nowrap;
		flex: 1 100%;
		margin: 0 -15px 0 -10px;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
		padding-bottom: 10px;
	}
	.slorther::-webkit-scrollbar {
		height: 0px;
	} 

	.slorther > div{
		width: 100%;
		padding: 0 10px;
	}
	.slorther .itplacesm{
		width: 270px;
	}
}
@media all and (max-width: 767px){
    
}