/*FullStack by Rocker.vn (since 2008)*/ 

html,h1,h2,h3,h4,h5,h6,button,input,textarea,select,p,span { 
  font-weight: 400; 
  font-size: 100%; 
  line-height: unset;
}  
html {font-size: 16px;color: #252525} 
#dot{ width: 10px; height: 10px; background-color: #ce3227; border-radius: 100%; position: absolute; left: 0px; bottom: 5px; margin-top: -5px; display: block; top: 0; margin: auto; } #dot .ping { border: 1px solid #fff; width: 10px; height: 10px; opacity: 1; background-color: rgba(212, 49, 38, 0.45); border-radius: 100%; -webkit-animation-duration: 1.25s; animation-duration: 1.25s; -webkit-animation-name: sonar; animation-name: sonar; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; display: block; } @-webkit-keyframes sonar { 0% { opacity: 1; - webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(4); transform: scale(4); opacity: 0; } } @keyframes sonar { 0% { opacity: 1; - webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(4); transform: scale(4); opacity: 0; } }
/*bg review-des*/
.review-des{ padding: 20px 10px; background: #ffffff; border-radius: 5px; border: 1px solid #e0e0e0; } .review-des.pblue{ margin:5px; background: #e2f4ff; border: 1px dashed #3f9ad0; } .review-des .sub-title{ font-weight: normal; } .review-des .title{ font-weight: bold; font-size: 25px; text-transform: uppercase; } .review-des h3{ display: inline-block; font-weight: bold; } .review-des .link-js{ color: #1888c9; text-decoration: underline; display: block; font-weight: bold; padding-top: 10px; } .review-des .des{ margin-top: 15px } .star{ width: 17px; height: 17px; background-image: url(../public_img/star.png); display: inline-block; background-size: cover; } .star.line{ background-image: url(../public_img/star-line.png); }
/*ed review-des*/

.color-1,.color-link-1 a{color:#1d93e0}.bg-1,.bg-before-1::before,.bg-after-1::after{background:#1d93e0 }.border-color-1{border-color:#1d93e0}
.color-2,.color-link-2 a{color:#fcba22}.bg-2,.bg-before-2::before,.bg-after-2::after{background:#fcba22 }.border-color-2{border-color:#fcba22}
.color-3,.color-link-3 a{color:#0e3d80}.bg-3,.bg-before-3::before,.bg-after-3::after{background:#0e3d80 }.border-color-3{border-color:#0e3d80} 
@media(min-width: 1024px){.bg-1-hover:hover{ background: #1d93e0 } .bg-2-hover:hover{ background: #fcba22 } .bg-3-hover:hover{ background: #0e3d80}}

.bg-gray-1 { background: #f3f4f7;}
.bg-gradient{
  background: #1d93e0;
  background: linear-gradient(90deg, #1d93e0 0%,#fcba22 100%);
}
.star {
  width: 17px;
  height: 17px;
  background-image: url(../pri_img/star.png);
  display: inline-block;
  background-size: cover;
}

.star.line {
  background-image: url(../pri_img/star-line.png);
}

.pl-wrabauto {
  width: 90%;
  position: relative;
  margin: auto;
  max-width: 1200px;
}
.pl-wrabauto.smalls{ 
  max-width: 1000px;
}   
.pl-text-details{
  font-size: 17px;
  line-height: 25px;
  text-align: justify;   
}
.pl-text-details img{
  max-width: 100%;
  height: auto;
}
.pl-text-details iframe{
  max-width: 95%; 
  margin:20px auto;
  display: block;
}
.pl-text-details{
  text-align: justify;
}
.pl-text-details ul{
  margin:20px 0;
}
.pl-text-details ul li{
  margin-left: 40px;
  margin-bottom: 5px
}

.pl-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  margin: 50px auto;
  text-align: center;
  position: relative;
  color: #606060
}
.pl-title.bottom-none{
  margin-bottom: 20px
}
.pl-title.top-none{
  margin-top: 0
}
@media(max-width: 900px){
  .pl-title.top-none{
    margin-top: 20px;
  }
}
.pl-title::before{
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: calc(100% + 50px);
  line-height: 52%;
  opacity: .1;
  color: #3838388a;
  letter-spacing: 20px;

}
@media(max-width: 950px){
  .pl-title::before { 
    font-size: 50px;
    line-height: 32px; 
    letter-spacing: 0;
  }
}
.pl-title.center {
  text-align: center;
}
.onlylink-attact{
  display: block;
  padding: 10px;
  margin: 15px 5px;
  background: #f3f5ff;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  border: 1px solid #3F51B5;
}
.ct-ftpages{
  padding: 20px;
  background: #ffffff;
  border: 2px solid #fcb120;
  margin-top: 20px;
  text-align: left;
  overflow: hidden;
}
.ct-ftpages .ct-des{
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  padding-bottom: 20px;
}
.ct-ftpages .ct-title{
  font-size: calc(100% + 8px);
  font-weight: bold;
  color: #fcba22;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media(max-width: 900px){
  .ct-ftpages {
    padding: 5px;
  }
  .ct-ftpages .ct-title{
    font-size: 20px;
  }
}
.ct-ftpages .ct-rif{
  margin: 5px 0
}
.ct-ftpages .ct-thanks{
  font-weight: bold;
  margin-top: 20px;
}
.pl-post-tags {
  margin-top: 20px;
  padding-top: 10px;
}

.pl-post-tags span.tag-title, .pl-post-tags a {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #696969;
  font-size: 11px;
  border: 1px dashed #ccc; 
}


.detailbox-articles img {
  max-width: 100%;
  height: auto;
}

.detailbox-articles .contents ul li{
  margin-left: 50px;
  margin-bottom: 10px
}
@media(max-width: 900px){
  .detailbox-articles .contents ul li {
      margin-left: 25px;
      margin-bottom: 10px;
  }
}
.detailbox-articles iframe {
  max-width: 100%;
  height: auto;
  min-height: 360px
}

.detailbox-articles {
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  width: calc(70% - 15px);
  float: left;
  background: #fff; 
  padding: 20px;
}
@media(max-width: 900px){
  .detailbox-articles{
    padding: 0px
  }
}
.detailbox-articles p{
  margin: 5px 0;
}

.detailbox-articles .title {
  font-size: 30px;
  font-weight: bold; 
  padding-bottom: 20px;
  line-height: 35px;
  text-align: left;
}

.des-contents {
  font-style: italic;
  background: #ffebd9;
  padding: 20px;
  border-radius: 5px;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
} 
/*bg news-right-attacts*/

.detailbox-articles .info-des:first-letter {
  font-size: 60px;
  line-height: 40px;
  display: block;
  float: left;
  margin-top: 3px !important;
  margin-right: 10px;
  padding: 0 0px 5px 0px;
  color: inherit !important;
  font-weight: bold; 
}
.verticle-attact a{
  display: block;
  padding: 10px;
  margin: 10px 0px;
  position: relative;
  border-bottom: 1px dashed #dadbde;
  text-transform: lowercase;

  text-transform: lowercase;
}
.verticle-attact a:last-child{
  border-bottom: none;
}
.verticle-attact a:first-letter{
  text-transform: uppercase;  
}
.verticle-attact a span{
  position: relative;
  z-index: 1
}
.verticle-attact a span.stt{
  font-size: 31px;
  line-height: 30px;
  height: 30px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  color: #ed8328;
  font-weight: bold;
}
.article-box-attact{
  padding: 20px;
  border: 1px solid #f3f4f8;
  /* margin-top: 30px; */
  background: #f3f4f8;
  width: 30%;
  float: right;
}
.article-box-attact .pri-title{
  position: relative;
  padding-left: 60px;
}
.article-box-attact .pri-title::before{
  content: ' ';
  display: block;
  height: 2px;
  width: 40px;
  background: #bb8920;
  left: 0;
  top:0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
@media(max-width: 1000px){
  .detailbox-articles {
    width: auto;
    float: none; 
  }
  .article-box-attact{
    width: 100%;
    float: none;
    margin-top: 20px
  }
}
.article-box-attact .projects-items-main .items .text {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 29px;
  min-height: 100px;
  position: absolute;
  background: #ffffffc4;
  padding-right: 82px;
}
.article-box-attact .projects-items-main .items .prices{
  position: absolute;
  right: 21px;
  left: auto;
  padding: 4px;
  width: 82px
}
.attacts-items{
  position: relative; 
}
.attacts-items .link-viewdetails{
  padding: 10px;
  padding-right: 140px;
}
.iframFace iframe{
  width: 100% !important;
  height: auto
}
@media(max-width: 900px){

  .attacts-items .link-viewdetails{
    padding: 15px;
    padding-right: 120px;
  }
  .attacts-items .link-viewdetails .grbg{
    display: none;
  }
}
/*ed news-right-attacts*/

.mn-rows_title6{
  position: relative;
  text-align: center;
  font-size: calc(100% + 5px);
  font-weight: bold;
  margin-bottom: 20px; 
}
.mn-rows_title6::before {
  content: ' ';
  width: 150px;
  position: absolute;
  left: 0px;
  right:0px;
  margin:auto; 
  bottom: -5px;
  margin: auto;
  height: 2px;  
}
.mn-rows_title6::after {
  content: ' ';
  width: 30px;
  position: absolute;
  left: 0px;
  right:0px;
  margin:auto; 
  bottom: -5px;
  margin: auto;
  height: 2px;  
  background: #2493de
}

.mn-rows_title6 a{
  padding: 5px 10px;
  display: inline-block;  
}
@media(max-width: 700px){
  .mn-rows_title6{
    font-size: calc(100% + 2px)
  } 
}
/*bg details-services*/
.details-services{

}
.details-services .pri-contents-tab .pri-rows{
  padding: 50px 0; 
}
.details-services .pri-contents-tab .pri-rows:nth-child(2n){
  background: #f3f4f89e
}
.details-services .pri-contents-tab .pri-rows .mn-rows_title6{
  font-size: calc(100% + 10px)
}
.details-services .pri-hideTitle .mn-rows_title6{
  display: none;
}
@media(max-width: 700px){
  .details-services .pri-contents-tab .pri-rows .mn-rows_title6{
    font-size: calc(100% + 2px)
  }
}
/*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: 50%;
  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.mapslink{
  font-size: 25px
}
.list-helper .pri-btn{ 
  padding: 10px;
  border:1px solid #fcba22;
  cursor: pointer;
}
.list-helper .pri-btn:nth-child(2){ 
  color: #ffffff;
  background: #fcba22
}
.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*/
/*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*/

/*bg mn-list_table-2*/ 
.mn-list_table-2{
  margin-top: 10px;
  padding-top: 10px; 
  padding-bottom: 10px;
  margin-bottom: 10px
}
.mn-list_table-2 .mn-lt-items{
  width: calc(20% - 10px);
  float: left;
  margin: 5px;

  align-items: center;
  padding: 20px 5px;
}
.mn-list_table-2.hasIcon .mn-lt-items{
  min-height: 100px;
}
.mn-list_table-2 .mn-lt-items i{
  display: block;
  font-size: 40px;
  text-align: center;
  height: 40px
}
.mn-list_table-2 .mn-lt-items .mn-lt-textt{
  text-align: center; 
}
@media(max-width: 800px){
  .mn-list_table-2 .mn-lt-items{
    width: calc(33.3% - 10px)
  }
  .mn-list_table-2 .mn-lt-items:nth-child(4),
  .mn-list_table-2 .mn-lt-items:nth-child(5){
    width: calc(50% - 10px)
  }
} 
/*ed mn-list_table-2*/
.details-services .basic {
  text-align: center;
  position: relative;
  z-index: 2;
}
.details-services .rkt-group-des{
  padding-bottom: 0px;
  margin-bottom: 0px
}
.details-services .star_rt{
  text-align: center;
  position: relative;
  z-index: 2;
  height: 32px
}
.details-services .star_rt i{
  height: 16px;
}
.details-services .rating-count{
  display: block !important ;
}
.rkt-group-des{
  padding: 20px;
  padding-left: 43px;
  margin-bottom: 10px;
  position: relative;
  font-style: italic;
}
.rkt-group-des.hasIcon::before{
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f2a1";
  font-size: 40px;
  position: absolute;
  top:0;
  left: 0
}
@media(max-width: 900px){
  .rkt-group-des:not(.hasIcon){
    padding: 20px 0;
    text-align: center;
    padding-left: 0;
  }
}

.hiti-item-template-img-padding{
  padding: 20px 0
}
.remove-empty{
  display: none;
}
/*ed details-services*/

.list-services-same .items{
  width: calc(25% - 20px);
  margin: 10px;
  box-shadow: -1px 3px 5px #ccc;
  float: left;
}
@media(min-width: 900px){
  .list-services-same .items:nth-child(5){
    clear: left;
  }
}
@media(max-width: 900px) and (min-width: 600px){
  .list-services-same .items{
    width: calc(33.3% - 10px);
    margin: 5px;
    box-shadow: -1px 3px 5px #ccc;
  }
  .list-services-same .items:nth-child(3n+1){
    clear: left;
  }
}
@media(max-width: 600px){
  .list-services-same .items{
    width: calc(50% - 10px);
    margin: 5px;
    box-shadow: -1px 3px 5px #ccc;
  }
  .list-services-same .items:nth-child(2n+1){
    clear: left;
  }
}
 .mn-link-1{
  font-weight: bold;
 }
 .mn-link-1::after{
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f0da";
 }

.projects-video{
  padding: 40px 0;
}
.projects-video iframe{
  width:100%;
}
@media(max-width: 900px){
  .projects-video iframe{
    max-height: 50vh
  }
}

.prices-far{
  text-align: center;
  padding: 20px 0;
  
}
.prices-far .pr-lbl{ 
  font-size: 20px
}
.prices-far .pr-value{
  font-size: 50px;
  font-weight: bold;
  color: #da0000
}
.prices-far .pr-note{
  font-style: italic;
}
.prices-far .pr-note::before{
  content: '*';
  color: red
}