/*FullStack by Rocker.vn (since 2008)*/ 
@import url("https://www.rocker.vn/hiti-template/w3.css");
main {
    padding: 50px 0;
}
@media(max-width: 600px){
  main{
    padding: 10px 0
  }
}

.hiti-item-template-borderstrong {
    border: 1px solid #1c94e0; 
    background-color: #f5fbff;
}
 /*bg list-simple-1*/
.r-list-simple-1{
  text-align: center;
  max-width: 700px;
  margin: 20px auto; 
  padding: 4px 0px;
  border-radius: 15px; 
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
.r-list-simple-1.fixh{
  position: fixed;
  left: 0;
  right: 0;
  top:35px;  
  z-index: 2
}
.r-list-simple-1 li{
  display: inline-block;
}
.r-list-simple-1 li a{
  display: block;
  padding: 5px 10px;
  border-right: 1px solid #21386f38; 
  color: #ffffff
}
.r-list-simple-1 li.current a,
.r-list-simple-1 li.active a{ 
  text-decoration: underline;
}
@media(min-width: 700px){ 
  .r-list-simple-1 li a {  
    font-size: calc(100% + 5px);
  }
}
@media(max-width: 700px){
  .r-list-simple-1{
    display: none;
  }
}
.r-list-simple-1 li:last-child a{
  border-right: none;
}
/*ed list-simple-1*/
 .newpages .articles-items-main .items{
   width: calc(20% - 10px);
   float: left;
   margin: 5px;
 }
 @media(min-width: 1000px){
   .newpages .articles-items-main .items:nth-child(5n+1){
     clear: left;
   }
 }

 .newpages .articles-items-main .items .des{
   display: none;
 }
 .newpages .articles-items-main .items .text .titles{
  min-height: 62px
}
@media(max-width: 1000px) and (min-width: 900px){
  .newpages .articles-items-main .items{
    width: calc(33.3% - 10px)
  }
  .newpages .articles-items-main .items:nth-child(3n+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;
  }
}

.categories_services.quotation_board .items{
    width: calc(33.3% - 20px);
    margin: 10px;
    box-shadow: -1px 3px 5px #ccc;
    float: left;
}

.categories_services .services-items-main .items{
    width: calc(33.3% - 20px);
    margin: 10px;
    box-shadow: -1px 3px 5px #ccc;
    float: left;
}
 
.categories_services .services-items-main .items:nth-child(3n+1){
  clear: left;
}

.categories_services{
  padding: 0 
}
.categories_services .gvi-categories{
  padding: 50px 0;
  background: #f3f4f7
} 
.categories_services .gvi-categories:nth-child(2n+1){
  background: none
}
.wrab-verticle{
    overflow-y: auto
}
.wrab-verticle::-webkit-scrollbar { width: 2px; height: 2px; } 
.wrab-verticle::-webkit-scrollbar-thumb { background: #b9b9b9; border-radius: 5px; } 
.wrab-verticle::-webkit-scrollbar-track { background: rgba(255, 255, 255, 1); }
.categories_services .pri-break{
    min-width: 900px
}
.categories_services .star_rt{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

/*****BG categories_projects*****/
.categories_projects .projects-items-main .items{
    width: calc(33.3% - 20px);
    margin: 10px;
    box-shadow: -1px 3px 5px #ccc;
    float: left;
}
.categories_projects{
  padding: 0 
}
.categories_projects .gvi-categories{
  padding: 50px 0;
  background: #f3f4f7
} 
.categories_projects .gvi-categories:nth-child(2n+1){
  background: none
}

.categories_projects .pri-break{
    min-width: 900px
}
.categories_projects .star_rt{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.quotation_board.quotation-items-main .items{
  width: calc(25% - 10px);
  margin:5px;
  float: left;   
}
@media(min-width: 1000px){
  .quotation_board.quotation-items-main .items:nth-child(4n+1){
    clear: left;
  }
}
@media(max-width: 1000px){
  .quotation_board.quotation-items-main .items{
    width: calc(33.3% - 10px);
  }
  .quotation_board.quotation-items-main .items:first-child,
  .quotation_board.quotation-items-main .items:nth-child(2){
    width: calc(50% - 10px)
  }
}
@media(max-width: 1000px) and (min-width: 600px){
  .quotation_board.quotation-items-main .items:nth-child(3),
  .quotation_board.quotation-items-main .items:nth-child(6){
    clear: left;
  }
 
}
@media(max-width: 600px){
  .quotation_board.quotation-items-main .items{
    width: calc(50% - 10px)
  }
  .quotation_board.quotation-items-main .items:nth-child(2n+1){
    clear: left;
  }
}