/*FullStack by Rocker.vn (since 2008)*/ 
@import url("https://www.rocker.vn/hiti-template/w3.css");
.newpages .articles-items-main .items{
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
}
.newpages .articles-items-main .items .des{
  display: none;
}

@media(min-width: 900px){
  .newpages .articles-items-main .items:nth-child(4n+1){
    clear: left;
  }
}
@media(max-width: 900px){
  .newpages .articles-items-main .items{
    width: calc(50% - 10px)
  }
  .newpages .articles-items-main .items:nth-child(2n+1){
    clear: left;
  }
}
main{
	padding:50px 0;
}
/*bg items*/
.collections-items-main .items{
	width: calc(20% - 10px);
	float: left;
	margin: 5px;
}
.collections-items-main .items .img{

}
.collections-items-main .items .img img{
	width: 100%;
	height: auto;
}
.collections-items-main .items .text{
	text-align: center;
	padding: 10px 20px;
	font-size: calc(100% + 2px);
}
@media(min-width: 700px){
	.collections-items-main .items:nth-child(5n+1){
		clear: left;
	}
}
@media(max-width: 700px){
	.collections-items-main .items{
		width: calc(50% - 10px)
	}
	.collections-items-main .items:nth-child(2n+1){
		clear: left;
	}
}
/*ed items*/
/*bg list-info*/
.list-info-sample{
	background-color: #ffffff;
	overflow: hidden; 
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}
.list-info-sample .l-rows{

} 
.list-info-sample .l-rows td:nth-child(1){
	width: 30px
}
.list-info-sample .l-rows td:nth-child(2){
	padding-left: 0px;
	width: 88px
}
.list-info-sample .l-rows td:nth-child(3){
	padding-left: 0px;
}
.list-info-sample .l-rows td{
	padding: 5px 10px;
}
.list-info-sample.noicon .l-rows{
	padding-left: 20px;
}
@media(max-width: 800px){
	.list-info-sample .l-rows{
		width: 50%;
	}
}
@media(max-width: 600px){
	.list-info-sample .l-rows{
		width: 100%;
		padding: 10px 20px;
		min-height: 66px;
		padding-left: 60px;
	}

}
.list-info-sample .l-rows i{
	font-size: 20px
}
.list-info-sample .l-rows:nth-child(2n){
	/*background-color: #f5f5f5*/
	border-top:1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd
}
.list-info-sample .l-rows .lbl{
	position: relative;

}
.list-info-sample .l-rows .lbl strong{ 
	font-weight: bold;
}
.list-info-sample .l-rows .value{
	position: relative;
	z-index: 1;

}
/*ed list-info*/
.rkt-group-des{
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	font-style: italic;
}
.rkt-group-des::before{
	content: '"';
	font-size: 40px;
	position: absolute;
	top:0;
	left: 0
}
/*view sample*/
.group-info-details{
	border:1px solid #bdbdbd;
	padding: 10px
}
.group-info-details .pri-info-img{
	width: 40%;
	float: left;
	position: relative; 
}
.group-info-details .pri-info-text{
	width: calc(60% - 90px);
	float: right;
}
.group-info-details .pri-title{
	text-transform: uppercase;
	font-size: calc(100% + 9px);
}
.group-info-details .pri-info-img img{
	width: 100%;
	height: auto;
}
.group-info-details .pri-list-images{
	width: 70px;
	float: left; 
}
.group-info-details .pri-list-images .items{
	margin-left: 10px;
	margin-bottom: 10px
}
.group-info-details .pri-list-images .items img{
	width: 100%;
	height: auto;
}

@media(max-width: 900px){
	.group-info-details .pri-info-img{
		width:100%;
		float: none;
	}
	.group-info-details .pri-info-text{
		float: none;
		width: 100%
	}
	.group-info-details .pri-list-images{
		width: 100%;
		float: none;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
	.group-info-details .pri-list-images .items{
		width: calc(20% - 10px);
		display: inline-block;
		margin:5px;
	}
}
/*bg list-helper*/
.list-helper.pri-center {
    margin: auto;
    text-align: center;
    margin-top: 20px
}
.list-helper .pri-text{
	width: 100%;
	padding-bottom: 10px;
	clear:right;
}
.list-helper.pri-center .pri-text{
	text-align: center;
}
.list-helper .pri-group-btn{
	max-width: 420px
}
.list-helper.pri-center .pri-group-btn{
	margin: auto;
}
.list-helper .pri-group-btn .pri-items{
	width: calc(50% - 10px);
	float: left;
}
.list-helper .pri-items .lbl{
	font-weight: bold
}
.list-helper .pri-items .value:not(a){
	font-style: italic;
	font-size: calc(100% - 2px); 
	min-height: 29px
}
.list-helper .pri-items a.value{
	font-size: 20px
}
.list-helper .pri-btn{ 
	padding: 10px;
	border:1px solid #5a5a5a;
	cursor: pointer;
}
.list-helper .pri-btn:nth-child(2){ 
	color: #ffffff;
	background: #5a5a5a
}
.list-helper .pri-btn:nth-child(2) a{
	color: #ffffff
}
.list-helper .pri-text-link{
	margin-top: 20px;
	background: url(../pri_img/animation_link.gif);
	background-repeat: no-repeat;
	background-position: -21px;
	background-size: 74px;
	padding-left: 41px;
}
@media(max-width: 400px){
	.list-helper .pri-btn{
		padding: 5px
	}
}
/*ed list-helper*/
/*.list-collections-same.collections-items-main .items{
	width: calc(20% - 10px);
	float: left;
	margin:5px;
}
@media(max-width: 700px){
	.list-collections-same.collections-items-main .items{
		width: calc(50% - 10px);
		margin-bottom: 10px
	}
	.list-collections-same.collections-items-main .items:nth-child(3){
		clear: left;
	}
}
*/
/*ed view sample*/
/*bg group-view-all*/
.group-view-all{
	margin: auto;
	text-align: center;
	border: 5px solid #e7ecf3;
	padding: 10px 5px;
	margin-top: 40px;
	max-width: 600px;
	width: 95%;
}
.group-view-all .pl-viewmore-center{
	font-size: 18px;
	padding-top: 0px;
	font-weight: bolder;
}
.pl-viewmore-center{
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 10px 0px;
	font-size: calc(100% + 2px);
	font-weight: normal;
}
.pl-viewmore-center::first-letter{
	text-transform: uppercase;
}
.pl-viewmore-center::before,
.pl-viewmore-center::after{
	height: 1px;
	width: 25px;
	content: ' '; 
	display: inline-block;
	top: 0px; 
	margin-bottom: 7px;
	margin-right: 5px;
}
.pl-viewmore-center::after{
	margin-right: 0;
	margin-left: 5px
}
/*ed group-view-all*/
.gvi-categories{
	margin: 20px 0;
	padding:50px 0; 
}
.gvi-categories:nth-child(2n){
	background: #f3f4f7;
}
.gvi-categories .pri-title{
	text-align: center;
	font-size: calc(100% + 20px);
	text-transform: uppercase;
	margin-bottom: 20px
}
.gvi-categories .pl-viewmore-center{
	margin-top: 40px
}
.details-services .rkt-group-des{
	padding-bottom: 0px;
	margin-bottom: 0px
}
.details-services .basic{
    text-align: center;
    position: relative;
    z-index: 2;
}
.details-services .rating-count{
	display: block !important 
}

.pri-contents-tab .pri-rows{
	text-align: justify;
	display: none;
}
.pri-contents-tab .pri-rows.active{
	display: block;
}
.pri-contents-tab .pri-rows p{
	margin-bottom: 5px;
	line-height: 25px
}
.services-tab-menu{
	text-align: center;
	margin-bottom: 20px;
	font-size: 25px;
	text-transform: uppercase;
}
.services-tab-menu li:first-child{
	border-left: none
}
.services-tab-menu li{
	list-style: none;
	display: inline-block;
	border-left: 1px solid
}
.services-tab-menu li a{
	display: block;
	padding: 10px 20px; 
}
@media(max-width: 600px){
	.services-tab-menu{
		font-size: 14px;
	}
	.services-tab-menu li a{
		padding: 10px 10px
	}
}

/*bg list_commitment*/
.list_commitment{
	margin-top: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-bottom: 10px
}
.list_commitment .pri-items{
	width: calc(20% - 10px);
	float: left;
	margin: 5px;
	min-height: 100px; 
	align-items: center;
	padding: 20px 5px;
}
.list_commitment .pri-items i{
	display: block;
	font-size: 40px;
	text-align: center;
}
.list_commitment .pri-items .pri-text{
	text-align: center; 
}
@media(max-width: 800px){
	.list_commitment .pri-items{
		width: calc(33.3% - 10px)
	}
	.list_commitment .pri-items:nth-child(4),
	.list_commitment .pri-items:nth-child(5){
		width: calc(50% - 10px)
	}
}
/*ed list_commitment*/
