/* <===== box 1 =====> */
.vhsliderhome .item{
    display: block;
    position: relative;
    overflow: hidden;
}
.vhsliderhome .item .img{
	padding-top: 42.858%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.vhsliderhome .item .img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.1;
	pointer-events: none;
	z-index: 1;
}
.vhsliderhome .item .bg, .vhsliderhome .item .banvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vhsliderhome .item .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate; */
}
.vhsliderhome .item .bg img{
    display: none;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.3);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.3);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.3);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.3);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.3);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.vhsliderhome .item .video{
	overflow: hidden;
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.vhsliderhome .item .caption{
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}
.vhsliderhome .item .caption .ctwrap{
    max-width: 430px;
    position: relative;
}
.vhsliderhome .item .caption .t1{
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.vhsliderhome .slick-current .caption .t1{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.2s;
}
.vhsliderhome .item .caption .t2{
	transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.vhsliderhome .slick-current .caption .t2{
	transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}
.vhsliderhome .slick-dots{
    margin-top: 0;
    bottom: 25px;
}
.vhsliderhome .vhbtnwrap .wrapper{
    position: relative;
}
.vhsliderhome .slick-arrow{
    color: #fff;
    pointer-events: auto;
    bottom: 30px;
    top: initial;
    transform: initial;
}   
.vhsliderhome .slick-prev{
    left: initial;
    right: 180px;
}
.vhsliderhome .slick-next{
    right: 130px;
}
/* <===== box 1 =====> */

.searchhome{
	padding: 15px 0 20px;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.06);
	overflow: hidden;
}
.searchhome .title{
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.searchhome .title:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10000000px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.searchhome .title h2{
	position: relative;
	background: #fff;
	z-index: 1;
	display: inline-block;
	padding: 0 15px;
}
.searchhome .title, .searchhome .title h2{
	font-size: 19px;
	line-height: 27px;
	text-transform: uppercase;
	color:#1670c5;
	font-weight: 400;
}
.searchhome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.searchhome .grid .col{
	padding:0 5px;
	width: 18%;
	margin-bottom: 10px;
}
.searchhome .grid .col2{
	padding:0 5px;
	width: 10%;
	margin-bottom: 10px;
}
.searchhome input[type="text"],
.searchhome select{
	width: 100%;
	height: 40px;
	border-radius: 3px;
	padding-left: 10px;
	background-color: #eeeeee;
	border:none;
}
.searchhome .formFa{
	position: relative;
}
.searchhome .formFa:before{
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	line-height: 23px;
}
.searchhome button{
	width: 100%;
	height: 40px;
	background: #1670c5;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 23px;
	border:none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 3px;
}
.searchhome button span{
	padding-left: 20px;
	position: relative;
}
.searchhome button span:before{
	position: absolute;
	content: "\f002";
	font-family: FontAwesome;
	left:0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.searchhome button:hover{
	background: #e57939;
}

.box_mid{
	margin-bottom: 30px;
}
.box_mid.vmargin{
	margin-bottom: 0px;
}
.tourhome{
	padding-top: 40px;
}
.sltourall .slick-track, .slfeatureall .slick-track{
	display: flex;
	flex-wrap: wrap;
}
.sltourall .slick-track > div, .slfeatureall .slick-track > div{
	height: auto;
}
.sltourall .slick-list, .slfeatureall .slick-list{
	padding: 0 0 10px 0;
}
.sltourall .slick-arrow, .slfeatureall .slick-arrow, .slhotelall .slick-arrow{
	opacity: 0;
}
.sltourall.active .slick-arrow, .slfeatureall.active .slick-arrow, .slhotelall.active .slick-arrow{
	opacity: 1;
	transition-delay: 0.3s;
}
.sltourall .slick-dots,
.slfeatureall .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.sltourall .slick-dots li,
.slfeatureall .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.sltourall .slick-dots li button,
.slfeatureall .slick-dots li button{
	width:10px;
	height:10px;
	background: #bbbbbb;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
.sltourall .slick-dots li.slick-active button,
.slfeatureall .slick-dots li.slick-active button{
	background: #28303d;
}
.tour.ss .tend a{
	height: 48px;
	max-height: 100%;
}
/*======================================================*/
/* cyrillic */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/NK6r2Jdr617AEZS3-wXtnBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/m0Shgsxo4xCSzZHO6RHWxBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/6RfRbOG3yn4TnWVTc898ERTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


.placehome{
	padding: 10px 0 70px;
	background-color: #fff;
}
.placehome .box_mid{
	margin-bottom: 0;
}
.placehome .grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	margin-bottom: 30px;
}
.placehome .grid .col1{
	width: 66.6666%;
	padding: 0 5px;
}
.placehome .grid .col2{
	width: 33.3333%;
	padding: 0 5px;
}
.place{
	position: relative;
	margin-bottom: 10px;
}
.place:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.place:hover:before{
	opacity: 0;
	visibility: hidden;
}
.place .img{
    padding-top: 58.605%;
	overflow: hidden;
	position: relative;
}
.place.ss .img{
    padding-top: calc(58.605% + 4px);
}
.place .img img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.place .tend{
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 15px;
	z-index: 1;
	text-align: center;
}
.place .tend:before{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 3px #ffffff;
}
.place .tend h3{
	font-family: 'Pacifico', cursive;
	color:#ffffff;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 45px;
	font-weight: normal;
}
.place.ss .tend h3{
	font-size: 50px;
	line-height: 70px;
}
.place .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.placehome .link a {
    display: inline-block;
    background-color: #1670c5;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 40px;
    border-radius: 3px;
	font-size: 15px;
	line-height: 22px;
}
.placehome .link a:hover{
    background-color: #e57939;
}
/*===================================================*/

/*  */
.opinionhome{
	padding: 45px 0 85px;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
}
.opinionhome::before{
	content: '';
	position: absolute;
	bottom: -60%;
	left: 0;
	right: 0;
	height: 100%;
	background: url(../images/bg2.png) no-repeat bottom center;
	background-size: 100% 100%;
	pointer-events: none;
}
#slideOpinion{
	max-width: 960px;
	margin: 0 auto;
}
#slideOpinion .avatar{
	width: 190px;
	height: 190px;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
#slideOpinion .avatar img{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: initial;
}
#slideOpinion .name{
	font-size: 25px;
	line-height: 33px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #1670c5;
	font-weight: bold;
}
#slideOpinion .date{
	color:#999999;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
}
#slideOpinion .content{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 30px;
	text-align: center;
}

#slideOpinion .slick-arrow{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	font-size: 0;
	padding: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideOpinion .slick-arrow:before{
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 20px;
	line-height: 30px;
	color:#666666;
}
#slideOpinion .slick-prev{
	margin-left: -130px
}
#slideOpinion .slick-next{
	margin-left: 130px
}
#slideOpinion .slick-prev:before{
	content: "\f104";
}
#slideOpinion .slick-next:before{
	content: "\f105";
}
/* <===== box 5 =====> */
.hotelhome{
	padding: 40px 0 75px;
	background-color: #f9f9f9;
}
.slhotelall .slick-list{
	padding: 0 0 10px 0;
}
/* <===== box 5 =====> */

/* <===== box 6 =====> */
.serviceshome{
	padding: 50px 0 70px;
}
/* <===== box 6 =====> */

/* <===== box 7 =====> */
.galleryhome{
	padding: 40px 0 60px;
	background-color: #f9f9f9;
}
.galleryhome .grid{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.galleryhome .grid > div{
	width: 50%;
	padding: 0 10px;
}
.slalbumall .slick-slide > div{
	margin-bottom: 20px;
}
.slalbumall .slick-slide > div:last-child{
	margin-bottom: 0;
}
.video .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.gallery{
	position: relative;
	overflow: hidden;
}
.gallery:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.gallery:hover:before{
	opacity: 0;
	visibility: hidden;
}
.gallery .img{
	padding-top: 66.666666%;
	overflow: hidden;
	position: relative;
}
.gallery.vres .img{
	padding-top: calc(66.666666% + 7px);
}
.gallery .img img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.gallery .caption{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 90%;
}
.gallery .icon{
	margin-bottom: 30px;
	text-align: center;
}
.gallery .icon img{
	max-width: 70px;
	margin: 0 auto;
}
.gallery .tend h3{
	font-family: 'Roboto Condensed', sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
}
.gallery .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.gallery.v2 .icon{
	margin-bottom: 10px;
}
.gallery.v2 .icon img{
	max-width: 40px;
}
.gallery.v2 .tend h3{
	font-size: 16px;
	line-height: 24px;	
}
.galleryhome .viewAll a{
	display: inline-block;
	color:#666666;
	text-transform: uppercase;
}
.galleryhome .viewAll a span{
	padding-right: 15px;
	position: relative;
}
.galleryhome .viewAll a span:before{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hpalbumhh .viewAll{
	margin-top: 20px;
	max-width: 180px;
	margin-left: auto;
	text-align: right;
}
.hpalbumhh .slick-dots{
	position: absolute;
	bottom: -45px;
	width: calc(100% - 180px);
	height: 22px;
	overflow: hidden;
	align-content: flex-start;
	align-items: flex-start;
}
/* <===== box 7 =====> */

/* <===== box 8 =====> */
.newshome{
	padding: 50px 0 70px;
}
.hplstnews .grnn{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.hplstnews .grnn > div{
	padding: 0 10px;
}
.hplstnews .grnn .lcol, .hplstnews .grnn .rcol{
	width: 25%;
}
.hplstnews .grnn .ccol{
	width: 50%;
}
.itnewssm{
	margin-bottom: 10px;
}
.itnewssm .thumb a{
    padding-top: 58.1%;
}
.itnewssm .decs{
	padding: 15px 12px;
}
.itnewssm .dstitle, .itnewssm .dstitle h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
}
.itnewslg{
	background: #fff;
    position: relative;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
}
.itnewslg .thumb a{
	padding-top: 58.1%;
}
.itnewslg .decs{
	padding: 15px 15px 30px;
} 
.itnewslg .dstitle{
	margin-bottom: 5px;
}
.itnewslg .dstitle, .itnewslg .dstitle h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}
.itnewslg .dsdate{
	margin-bottom: 10px;
}
.itnewslg .dstend{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
/* <===== box 8 =====> */

/* <===== box 10 =====> */
.partnerhome{
	padding: 50px 0 70px;
	background-color: #f9f9f9;
}
.slpartnerhh .slick-list{
	padding: 5px 0 10px;
}
.itpartner a{
	display: block;
    overflow: hidden;
    position: relative;
	padding-top: 65.5666%;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.itpartner a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}
/* <===== box 10 =====> */
@media all and (max-width: 1200px){
    /* <===== box 1 =====> */
    .vhsliderhome .slick-next{
        right: 15px;
    }
    .vhsliderhome .slick-prev{
        right: 50px;
    }
    /* <===== box 1 =====> */

	/* <===== box 3 =====> */
	.place .tend h3{
		font-size: 20px;
		line-height: 30px;
	}
	.place.ss .tend h3{
		font-size: 35px;
		line-height: 50px;
	}
	/* <===== box 3 =====> */
}
@media all and (max-width: 991px){
	/* <===== box 1 =====> */
	.vhsliderhome .item .caption{
		display: none;
	}
	.vhsliderhome .item .caption .t1{
		font-size: 26px;
		line-height: 34px;
		max-height: 68px;
	}
	.vhsliderhome .slick-dots{
		bottom: 5px;
	}
	/* <===== box 1 =====> */

	/* <===== box 2 =====> */
	.tourhome{
		padding-top: 30px;
	}
	/* <===== box 2 =====> */

	/* <===== box 3 =====> */
	.place .tend h3{
		font-size: 25px;
		line-height: 37px;
	}
	.place.ss .tend h3{
		font-size: 25px;
		line-height: 37px;
	}
	/* <===== box 3 =====> */
	.vnt-go-bot{
		display: none;
	}
	.searchhome .grid .col,
	.searchhome .grid .col2{
		width: 33.333333%;
	}
	.placehome{
	    padding: 10px 0 60px;
	}
	.placehome .grid{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		flex-direction: column;
		overflow: auto;
		flex-wrap: wrap;
		height: 205px;
		margin: 0;
		margin-bottom: 30px;
	}
	.placehome .grid .col1{
		width: 260px;
		float: none;
		padding: 0;
		margin-right: 10px;
	}
	.placehome .grid .col2{
		float: none;
		width: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.placehome .grid .col2 .place{
		margin-right: 10px;
	}
	.placehome .place{
		width: 260px;
		height: 193px;
		margin-bottom: 0;
	}
	.placehome .place .img{
		padding-top: 0;
		width: 260px;
		height: 193px;
	}
	.galleryhome .grid .col{
		width: 100%;
		margin-bottom: 20px;
	}
	/* <===== box 5 =====> */
	.hotelhome{
		padding: 40px 0 60px;
	}
	/* <===== box 5 =====> */

	/* <===== box 6 =====> */
	.serviceshome{
		padding: 40px 0 50px;
	}
	.slservicesall{
		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;
	}
	.slservicesall::-webkit-scrollbar {
		height: 0px;
	} 

	.slservicesall > div{
		width: 100%;
		padding: 0 10px;
	}
	.slservicesall .itservicesall{
		width: 270px;
	}
	/* <===== box 6 =====> */

	/* <===== box 7 =====> */
	.galleryhome{
		padding: 35px 0 40px;
	}
	.gallery .tend h3{
		font-size: 18px;
		line-height: 27px;
	}
	.hpalbumhh .viewAll{
		margin-top: 12px;
	}
	.hpalbumhh .slick-dots{
		bottom: -35px;
	}
	/* <===== box 7 =====> */

	/* <===== box 8 =====> */
	.newshome{
		padding: 40px 0 50px;
	}
	.hplstnews .grnn .ccol{
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.hplstnews .grnn .lcol, .hplstnews .grnn .rcol{
		width: 50%;
	}
	.hplstnews .grnn .lcol{
		order: 2;
	}
	.hplstnews .grnn .rcol{
		order: 3;
	}
	.itnewslg .dstitle, .itnewslg .dstitle h3{
		font-size: 20px;
		line-height: 30px;
	}
	.itnewssm .decs{
		padding: 12px 0;
	}
	.itnewssm .dstitle, .itnewssm .dstitle h3{
		font-size: 14px;
		line-height: 22px;
	}
	/* <===== box 8 =====> */

	/* <===== box 9 =====> */
	.opinionhome{
		padding: 40px 0 105px;
	}
	.opinionhome::before{
		background-size: auto 100%;
	}
	/* <===== box 9 =====> */

	/* <===== box 10 =====> */
	.partnerhome{
		padding: 35px 0 50px;
	}
	/* <===== box 10 =====> */
}
@media all and (max-width: 767px){
	.searchhome .grid .col,
	.searchhome .grid .col2{
		width: 50%;
	}
	.galleryhome .grid .col2{
		width: 100%;
	}
}
@media all and (max-width: 360px){
	.searchhome .grid .col,
	.searchhome .grid .col2{
		width: 100%;
	}
}