/*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: 10px; background: #f1fff2; border-radius: 5px; border: 1px dashed #119919; } .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:#089612}.bg-1,.bg-before-1::before,.bg-after-1::after{background:#089612 }.border-color-1{border-color:#089612}
.color-2,.color-link-2 a{color:#2e3192}.bg-2,.bg-before-2::before,.bg-after-2::after{background:#2e3192 }.border-color-2{border-color:#2e3192}
.color-3,.color-link-3 a{color:#a6ce39}.bg-3,.bg-before-3::before,.bg-after-3::after{background:#a6ce39 }.border-color-3{border-color:#a6ce39} 
@media(min-width: 1024px){.bg-1-hover:hover{ background: #089612 } .bg-2-hover:hover{ background: #2e3192 } .bg-3-hover:hover{ background: #a6ce39}}

.bg-gray-1 { background: #f3f4f7;}
.bg-gradient{
  background: rgb(174,203,6);
  background: linear-gradient(280deg, rgba(174,203,6,1) 0%, rgba(189,192,72,1) 52%, rgba(0,141,77,1) 100%);
}
.pl-wrabauto {
  width: 90%;
  position: relative;
  margin: auto;
  max-width: 1200px;
}
.pl-wrabauto.smalls{ 
  max-width: 1000px;
} 
@media(min-width: 1500px){
  .pl-wrabauto{
    max-width: calc(100% - 250px);
  }
}
.pl-info-details img{
  max-width: 100%;
  height: auto;
}
.pl-info-details iframe{
  max-width: 100%; 
  min-height: 380px;
  height: auto;
}
@media(max-width: 700px){
  .pl-info-details iframe{
    min-height: 320px;
    height: auto;
  }
}
.pl-info-details ul{
  list-style-type: disc;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: unset;
  margin-inline-end: inherit;
  padding-inline-start: 35px;
}
.detailbox-articles img {
  max-width: 100%;
  height: auto;
}

.detailbox-articles .contents ul li{
  margin-left: 50px;
  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;
  box-shadow: 0px 0px 7px 3px #e6e9f3;
  padding: 20px;
}
@media(max-width: 900px){
  .detailbox-articles{
    padding-top: 80px
  }
}
.detailbox-articles p{
  margin: 5px 0;
}

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

.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;
  background: #ffffff;
  margin: 10px 0px;
  position: relative;
  border: 1px solid #dadbde; 

  text-transform: lowercase;
}
.verticle-attact a:first-letter{
  text-transform: uppercase; 
  font-weight: bold;
}
.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: 10px;
  border: 1px solid #f3f4f7;
  /* margin-top: 30px; */
  background: url(../pri_img/socdua.png);
  width: 30%;
  float: right;
}
@media(max-width: 1000px){
  .detailbox-articles {
    width: 100%;
    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*/
/**/
.ct-ftpages{
  padding: 20px;
  background: #fbfffb;
  border: 1px solid #069619;
}
.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: #ed2625;
  margin-bottom: 5px;
  margin-top: 5px;
}
/**/

.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; 
}
