/*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;margin:11px;font-size: 25px }.review-des .rating-count{line-height: 25px} .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:#059950}.bg-1,.bg-before-1::before,.bg-after-1::after{background:#059950 }.border-color-1{border-color:#059950}
.color-2,.color-link-2 a{color:#fbbd03}.bg-2,.bg-before-2::before,.bg-after-2::after{background:#fbbd03 }.border-color-2{border-color:#fbbd03}
.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: #059950 } .bg-2-hover:hover{ background: #fbbd03 } .bg-3-hover:hover{ background: #0e3d80}}

.bg-gray-1 { background: #f3f4f7;}
.bg-gradient{
  background: #059950;
  background: linear-gradient(90deg, #059950 0%,#fbbd03 100%);
}
.star {
  width: 17px;
  height: 17px;
  background-image: url(../pri_img/star.png);
  display: inline-block;
  background-size: cover;
}
.pl-text-details .public-bci {
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
}
.star.line {
  background-image: url(../pri_img/star-line.png);
}

.pl-wrabauto {
  width: 95%;
  position: relative;
  margin: auto; 
}

.pl-wrabauto.smalls{ 
  max-width: 1000px;
}   
.pl-wrabautoLeft{
  padding-left: 150px
}
@media(max-width: 1300px){
  .pl-wrabautoLeft{
    padding-left: 100px
  }
}
@media(max-width: 950px){
  .pl-wrabautoLeft{
    padding-left: 20px;
    padding-right: 20px;
  }
  .pl-wrabauto{
    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{
  width: 98%; 
  margin:20px auto;
  display: block;
  min-height: 450px;
}
@media(max-width: 950px){
  .pl-text-details iframe{
    min-height: 300px
  }
}
.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: 20px auto; 
  position: relative;
  color: #000000;
  text-transform: inherit;
}
.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: #fffae9;
  /* 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: #fbbd03;
  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;
  font-weight: bold;
  /* background: #ececec; */
  border: 1px solid #dfd79f;
  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{ 
  width: 30%;
  float: right;
  padding-top: 20px
}
.article-box-attact .verticle-attact{
    border: 1px solid #f3f4f8; 
    background: #f3f4f8; 
    padding: 20px; 
}
.article-box-attact .pri-title{
  position: relative;
  padding-left: 60px;
}
.article-box-attact .pri-title::before{
  content: ' ';
  display: block;
  height: 2px;
  width: 40px;
  background: #fcbc23;
  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*/
 
/*bg lbl-call-enter*/
.lbl-call-enter{
  display: inline-block;
  padding: 10px;
  background-color: #fff4d4;
  background-image: url(../pri_img/gif-phone.gif);
  background-repeat: no-repeat;
  background-position: -10px -12px;
  background-size: 69px;
  padding-left: 45px;
  border-radius: 6px; 
  line-height: 22px;
}
.lbl-call-enter a{ 
  color: #de6800;
  font-weight: bold;
  text-shadow: 2px 2px 0px #fff;
  font-size: calc(100% + 3px); 
}
@media (max-width: 600px){
  .lbl-call-enter{
    background-position: -10px -1px
  }
  .lbl-call-enter span{
    display: block;
    font-size: calc(100% - 1px)
  }
}
/*ed lbl-call-enter*/ 
/*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 articles-items-main*/
.articles-items-main .items{
  position: relative;
}
.articles-items-main .items .img{ 
  overflow: hidden;
  border-radius: 2px;
  display: block;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #f7f7f7;
}

.articles-items-main .items .img img{
  width: 100%;
  height: auto; 
}
.articles-items-main .items .text{
  background: #f7f7f7;
  padding: 13px;
  min-height: 115px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 30px;
}

.articles-items-main .items .text .titles{
  font-size: calc(100% + 2px);
  font-weight: normal;
  padding: 10px 0px; 
  line-height: calc(100% + 2px)
}
.articles-items-main .items .text .des{
  display: none;
} 
.articles-items-main .items .i-date{
  position: absolute;
  top: 54px;
  background-color: #ffc124;
  color: #fff;
  padding: 5px 10px;
  left: -31px;
  transform: rotate(90deg);
  height: 24px;
  font-size: 12px;
}

.articles-items-main .items .i-date .i-day::after{
  content: '-'
}
.articles-items-main .items  .pri-viewlink{
  display: block;
  font-size: calc(100% - 2px);
  position: absolute;
  bottom: 10px;
  left: 10px
}
.articles-items-main .items  .pri-viewlink::after{
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f061";
  margin-left: 10px;
  color: #2391d0;
}
/*ed articles-items-main*/
.amp-product-pages .products-items-main .items{
  width: calc(50% - 10px);
  float: left;
  margin:5px;
 }
 .amp-product-pages .products-items-main .items:nth-child(2n+1){
  clear: left;
 }
