@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:100i,400,700&subset=vietnamese');
 
 
/*#xanh #17916a  #xanhlanhat # */
 html,body{ 
  font-family: 'Barlow Semi Condensed', sans-serif, Arial, Helvetica, sans-serif;
  font-size: 18px;  
 } 
 /*bg public*/
 .public-wrabauto{
width: 80%;
height: auto;
margin: auto;
max-width: 1366px;
}
.public-wrabauto.small{
width: 60%
}
@media (max-width: 1024px){
.public-wrabauto.small,.public-wrabauto{
width: 95%;
}
}
@media (max-width: 993px){
.public-wrabauto.small,.public-wrabauto{
width: 98%;
}
}
.public-wrabauto.posre{
position: relative;
}
 .public-sizetitlesmall, .public-sizetitlesmall textarea{
  font-size: 25px;
  font-family: 'Barlow Semi Condensed', sans-serif;
 }
 .public-sizetitlelagre, .public-sizetitlelagre textarea{
  font-size: 30px;
  font-family: 'Barlow Semi Condensed', sans-serif
 } 
  .public-des, .public-des textarea{
  
  font-family: 'Barlow Semi Condensed', sans-serif, Arial, Helvetica, sans-serif
 } 
 .public-tar_center,.public-tar_center textarea{
  text-align: center;
 }
 .public-tar_left,.public-tar_left textarea{
  text-align: left;
 }
 .publicbgtitle{ 
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  margin-top: 100px;
  position: relative;
}
.publicbgtitle .grouptitle{
  min-height: 129px;
  background-image: url(../images/bggreen.png);
  padding: 50px 20px;
  width: 100%;
  background-size: 100% auto;
 /* background: transparent;*/
   -webkit-animation: bgzoom 3s .2s infinite linear;
  -moz-animation: bgzoom 3s .2s infinite linear;
  animation: bgzoom 3s .2s infinite linear;
} 
@-webkit-keyframes bgzoom {
    0% {
         background-size: 100% auto;
         background-position: center;
    }
    50% {
       background-size: 105% auto;
       background-position: center     }
    100% {
       background-size: 100% auto;
       background-position: center     }
} 
@media (max-width: 760px){
  .publicbgtitle .grouptitle{
    background-size: auto 100%;
    background-position: center;
  }
}
section{
  padding:100px 0px;
}
.public-linebottom{
  width: 125px;
  height: 15px;
  background-image: url(../pri_img/linebottom.png);
  margin: 10px auto;
  margin-top: 0px;
}
.public-linebottom.white{ 
  background-image: url(../pri_img/linebottom_w.png); 
}
 /*ed public*/ 


 /*********************************************/
 /*bg header_menu*/
 .imglogodesktop{
  max-width: 162px;
  display: block;margin: auto
 }
/*bg header*/
 /*bg header-logo*/
 .header-logo {
    display: block;
    width: 244px;
    position: absolute;
    left: 50%;
    
    transform: translateX(-50%);
    z-index: 100;
    transition: all .3s ease;
}
.header-menu-left {
    right: 100%;
}
.header-menu-left, .header-menu-right {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
}
.header-menu-left > li, .header-menu-right > li {
    position: relative;
    display: block;
    padding: 0 24px;
}
.header-menu-left > li a, .header-menu-right > li a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  text-shadow: 1px 1px #000;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
  /* font-weight: 500; */
  font-weight: bold;
  text-transform: uppercase;
  transition: color .3s ease;
}
header .header-menu-left > li > a,header .header-menu-right > li > a {
    line-height: 88px
}
header.fixedmobile .header-menu-left > li > a,header.fixedmobile .header-menu-right > li > a {
    line-height: 40px
}

.header-menu-right {
    left: 100%;
}
.header-menu-left, .header-menu-right {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
}
header .header-logo img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin: auto;
  background-color: #fff;
  border: 2px solid #007351;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}
header.fixedmobile .header-logo img {
  max-width: 100px
}
 /*ed header-logo*/
 /*bg header_menu*/
 .imglogodesktop{
  max-width: 162px;
  display: block;margin: auto
 }
header{
  background: #128e65;
  min-height: 88px;
  position: relative;
  z-index: 999;
  background-image: url(../pri_img/bgmenu.png);
}
header.fixedmobile{
  position: fixed;
  left: 0px;top:0px;
  width: 100%;
  z-index: 99;
  min-height: 40px;
}
@media(max-width: 750px){
  .header_menu{
    margin-top:0px; 
  }
}
.header_menu .menu-danhmuc{
  line-height: 40px;
  color: #fff;
  background: #af001e;
  position: relative;
  /*font-family: 'Roboto Condensed';*/
}
.header_menu .menu-danhmuc .btnMenu{
  display: none;
}
.header_menu .menu-danhmuc.displaycate .child-menu-danhmuc{
  display: none
} 
@media(max-width: 750px){
  .header_menu .menu-danhmuc .btnMenu{
    background: #091d3e;
      cursor: pointer;
      display: block;
      font-size: 20px;
  }
}

@media(max-width: 990px){
  header, header.fixedmobile{
     min-height: 58px
  }
}

.header_menu .menu-danhmuc i{
  line-height: 40px;
  padding-left: 15px;
}
.header_menu .menu-danhmuc h3{
  display: inline-block;
}
@media(max-width: 750px){
  .header_menu .menu-danhmuc > i{
    display: none;
  }
  .header_menu .menu-danhmuc h3{
    display: none;
  }
}
.header_menu .menu-danhmuc .child-menu-danhmuc{
  position: absolute;
  display: none;
  width: 100%;
  z-index: 2;
  background: #fff;
      padding: 3px 0px;
}
.header_menu .menu-danhmuc .child-menu-danhmuc{
  display: block;
  min-height: 324px;
}
@media(max-width: 750px){
  .header_menu .menu-danhmuc .child-menu-danhmuc{
    height: 100%;
      width: 0px;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #fff;
      overflow-x: hidden;
      transition: 0.5s;
      display: block;
  }
}
.header_menu .menu-danhmuc:hover > .child-menu-danhmuc{
  display: block;
}
@media(max-width: 750px){
  .header_menu .menu-danhmuc:hover > .child-menu-danhmuc{
    /*display: none;*/
  }
}
.header_menu .menu-danhmuc .child-menu-danhmuc li a{
  padding-left: 20px;
  cursor: pointer;
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.header_menu .menu-danhmuc .child-menu-danhmuc li a:hover{
  color: #091d3e;
}
.header_menu .menu-danhmuc .child-menu-danhmuc .inone{
  display: none;
}
@media(max-width: 750px){
  .header_menu .menu-danhmuc .child-menu-danhmuc .inone{  
    background: #091d3e;
    display: block
  }
  .header_menu .menu-danhmuc .child-menu-danhmuc .inone a i {
    float: right;
    color: #fff;
    font-size: 20px;
  }
  .header_menu .menu-danhmuc .child-menu-danhmuc .inone a p {
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
  }
}
@media(max-width: 750px){
  .header_menu .menu-danhmuc .child-menu-danhmuc li > a > i{
    display: inline-block;
  }
  .header_menu .menu-danhmuc .child-menu-danhmuc li > a > p{
    display: inline-block;
  }
}
.header_menu .menu-danhmuc .child-menu-danhmuc li{
  list-style: none;
  border-bottom: 1px solid #eee;
  
 /* font-family: 'brandon_textregular' !important;*/
}
.header_menu .menu-danhmuc .child-menu-danhmuc li:last-child{
  border-bottom: none
}
.header_menu .menu-danhmuc .child-menu-danhmuc li a i{
  font-size: 25px;
  padding-right: 10px;
}
.header_menu .menu{

}
 
.header_menu .menu li{
  list-style: none;
  display: inline-block;
  line-height: 40px;
  
}
.header_menu .menu li:hover,.header_menu .menu li:hover a{
  background: #007250;
}
.header_menu .menu li a{
  color: #ffffff;
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 17px;
  font-weight: bold;
}
@media screen and (min-width:1367px) {

  .header_menu .row85{
    width: 1156px !important
  }
}
@media (max-width: 980px){
  .logo img{
    width: auto;
    max-height: 58px;
    background-color: #fff;
    /* border: 2px solid #007351; */
    /* border-radius: 0px 0px 10px 10px; */
    border-top: none;
  }
}


.top{
    text-align: right; 
    max-width: 180px;
    width: 100%;
    padding-bottom: 15px; 
    position: fixed;
    right: 0px;
    z-index: 3;
    top:90px;
}
.top ul.list-contacts li{
    display:block;
    list-style: none;
    margin-bottom: 5px;
    text-align: right;
}
.top ul.list-contacts li:first-child{  
    display: none;
}
.top ul.list-contacts li .link{
    display: block;
    padding:12px 10px;
    padding-left: 40px;
    position: relative; 
    text-transform: uppercase;
    background-color: #f67f17;
    border-radius: 10px 0px 0px 10px;
    font-size: 20px;
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
}
@media (max-width: 500px){
  .top ul.list-contacts li .link{
    padding-left: 29px;
  }
}
.top ul.list-contacts li .link .icon{
    position: absolute;
    width: 39px;
    height: 39px;
    left: 2px;
    top: 7px;
    background-repeat: no-repeat;
}

.top ul.list-contacts li .link.phone{
     
}
.top ul.list-contacts li .link.email .icon{
  background-image: url(../pri_img/list_icons.png);
    background-position: 0px 0px;
}
.top ul.list-contacts li .link.phone .icon{
  background-image: url(../pri_img/hotline.svg);
  background-size: 100% auto ;
  -webkit-animation: right 0.5s infinite ease-in-out;
  -moz-animation: right 0.5s infinite ease-in-out;
  animation: right 0.5s infinite ease-in-out;
}
.top ul.list-contacts li .link.register .icon{
    background-image: url(../pri_img/iconchat.svg);
    left: 10px;
    top: 14px;
    background-size: 80% auto
}
.top ul.list-contacts li .link.register{
    background-color:#c01e2e; /*#00BCD4;*/ 
    color: #fff;
    padding-left: 33px;
    width: 153px;
    right: 0px;
    display: inline-block;
}
@media screen and (min-width:1025px) {
    .top ul.list-contacts li .link:hover .icon{
      -webkit-animation: right .1s infinite ease-in-out;
      -moz-animation: right 0.1s infinite ease-in-out;
      animation: right 0.1s infinite ease-in-out;
    }
    
}
@-webkit-keyframes right {
    0% {
        -webkit-transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(-10deg);
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
} 

@-moz-keyframes right {
    0% {
        -moz-transform: rotate(10deg);
    }

    50% {
        -moz-transform: rotate(-10deg);
    }

    100% {
        -moz-transform: rotate(10deg);
    }
}
/*ed header_menu*/
/*bg menu acord*/
.menu_acord_products{
  display: none;
  overflow-y: auto !important;
    height: 269px;
}
.menu_acord li span{
  position: absolute;
  top:0px;
  right: 0px;
  width: 40px;
  height: 100%;
  line-height: 100%;
  display: block;
  text-align: center;
  background: #00000045;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.menu_acord li span i{
  line-height: 40px;
  display: block;
  height: 100%;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width:860px) {
  .menu_acord-over{
    background-color: #00000094;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    display: none;
  }
  .menu_acord img{
    max-width: 100px;
    height: auto;
    display: block;
    position: relative;
    margin: auto;
  }
  .menu_acord{
    position: fixed;
    overflow: hidden;
    width: 0px;
    left: 0px;
    margin-left: 0px !important;
    top: 0px;
    height: 100%; 
    z-index: 999;
     background: #128e65;  
  }
  .menu_acord li{
    float: none !important;
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #007351;
    position: relative;
    text-align: center;
    

  }
  .menu_acord li a{
    font-size: 16px !important
  }
  .menu_acord li.hidelogo{
    display: none !important  
  }
  .menu_acord li span{
    display: block;
  }

}
.btn_acord i{
  position: relative;
  font-size: 35px;
  line-height: 60px;
  color: #ffffff;
}
.btn_acord {
  text-align: right;
}
/*ed menu acord*/
/*ed header*/
 /*bg boxslider-home*/
.boxslider-home{
  position: relative;
  width: 100%;
  padding: 0px;
  height: auto; 
}
.boxslider-home img{
  width: 100%;
  height: auto;
}
.boxslider-home .logo{
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #9e9e9ee0;
}
/*ed boxslider-home*/
/*bg newBoxslider*/
.newBoxslider{
  width: 100%;
  overflow: hidden;
  height: auto;
  z-index: 0;
  margin-top: 0px;
  position: relative; 
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#338747+0,0d6637+100 */
  background: #338747; /* Old browsers */
  background: -moz-linear-gradient(top, #338747 0%, #0d6637 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #338747 0%,#0d6637 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #338747 0%,#0d6637 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338747', endColorstr='#0d6637',GradientType=0 ); /* IE6-9 */
}
.newBoxslider:before{
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  background-image: url(../pri_img/patern_slider.png);
  background-repeat: repeat;
}
.newBoxslider .items{
  position: relative;
  left: 0px;
  top:0px;
  z-index: 0
}
.layer img{
  width: 100%;
  height: auto;
}
.newBoxslider .box-items{
  position: absolute;
  width: 100%;
  height: 768px;
  left: 0px;
  top:0px;
  z-index: 2
}
.rsABlock{
  position: absolute;
  left: 0px;
  top:0px;
}
.maximg{
  width: 100%;
  height: auto;
}
.newBoxslider img{
  width: 100%;
  height: auto;
}
@media (max-width: 768px){
  .newBoxslider{
    overflow: hidden;
  }
  .newBoxslider img{
    width: 110% !important;
    margin-left: 0% !important;
  }
}
.rsSlide {
    position: absolute; 
    top:0px;
    width: 100%;
    height: auto;
  }
/*ed newBoxslider*/
/*bg box_overview*/
.box_overview{
  background-image: url(../pri_img/bg_overview.png);
  background-repeat: no-repeat;
  background-size: 100% auto; 
  background-position: center;
  padding-top: 140px
}
.box_overview h3,.box_overview h3 textarea{
  color: #0e8660;
}
.box_overview .public-des,.box_overview .public-des textarea{
  max-width: 820px;
  margin:auto;
}
.groupiteminfo{
  padding-top: 90px;
}
.groupiteminfo .items{
  background-repeat: no-repeat;
  padding-left: 64px;
  min-height: 60px;
  background-position: left;
  margin-bottom: 45px;
} 
.groupiteminfo .items .lbl, .groupiteminfo .items .lbl textarea{
  font-size: 16px;
  color: #555;
  font-family: 'Barlow Semi Condensed', sans-serif, Arial, Helvetica, sans-serif
}
.groupiteminfo .items .value, .groupiteminfo .items .value textarea{
   font-size: 25px;
   font-weight: bold;
  color: #007351;
  font-family: 'Barlow Semi Condensed', sans-serif, Arial, Helvetica, sans-serif
}
@media (max-width: 550px){
  .groupiteminfo{
    padding-top: 30px;
  }
  .groupiteminfo .items{
    padding-right: 10px;
    padding-left: 44px;
    background-size: 40px;
    background-position: left 0px;
    margin-bottom: 10px;
  }
  .groupiteminfo .items .lbl, .groupiteminfo .items .lbl textarea{
    font-size: 15px; 
  }
  .groupiteminfo .items .value, .groupiteminfo .items .value textarea{
     font-size: 20px; 
  }
}
/*ed box_overview*/
/*bg box_location*/
.box_location{
  min-height: 400px;
  position: relative;
  background-image: url(../pri_img/bg_location.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1160px){
  .box_location{
    background-size: auto 100%;
    background-position: center;
  }
}
.box_location:before{
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #024834;
  left: 0px;
  top: 0px;
  opacity: .92; 
}
.box_location h3,.box_location h3 textarea{
  color: #fff;
  font-weight: normal;
}
.box_location h4,.box_location h4 textarea{
  color: #fff;
}
.box_location .public-des,.box_location .public-des textarea{
  max-width: 820px;
  margin:auto;
  color: #fff;
  margin-top:20px;
  margin-left: 20px;
}
.box_location .btn_viewdetail a{
  border: 1px solid #ffffff94;
  display: block;
  width: 96px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  font-weight: 200;
  margin-top: 20px;
  font-style: italic;
  font-size: 15px;
  font-weight: 100;
}
@media (max-width: 601px){
  .box_location h3,.box_location h3 textarea,.box_location h4,.box_location h4 textarea,.box_location .public-des,.box_location .public-des textarea{
    text-align: center;
  }
  .box_location .btn_viewdetail a{
    margin:15px auto;
  }
}

.box_location .btn_viewdetail a:hover{  
  background-color: #00ffd7;
  border-color: #00fed6;
  color: #006f4b;
}
.timesnear{
  margin-left: 20px;
  margin-top:20px;
  margin-bottom: 40px
}
.timesnear ul{
  margin:10px 0px;
}
.timesnear ul li{
  list-style: none;
}
.timesnear ul li div.titles{
  font-size: 20px;
  color: #00ffd7;
  font-family: 'Barlow Semi Condensed', sans-serif;
  background-image: url(../pri_img/address.svg);
  background-repeat: no-repeat;padding-left: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}
.timesnear ul li p{
  color: #fff;
  margin: 5px 0px;
  background-image: url(../pri_img/polygon.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 15px;
  background-position: 9px;
  position: relative;
}

.timesnear ul li p:before{
  content: ' ';
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: -11px;
}
 .maps{
  border-radius: 10px;
  /* border: 1px solid #fff; */
  margin-left: 20px;
  position: relative;
  box-shadow: 1px 0px 11px 3px #3d3d3d;
}
@media (max-width: 600px){
  .timesnear ul li p {
    font-size: 13px
  }
  .maps{
    margin-left: 0px;  
  }
}
.detail_simples .contents .maps{
  margin-left: 0px;
}
 .maps svg{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  top:0px;
  z-index: 2
}
 .maps img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important
}
/*ed box_location*/

/*bg box_utilities*/
.box_utilities{
  min-height: 400px;
  position: relative;
  background-image: url(../pri_img/bglogo.png);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: bottom;
}
@media (max-width: 1160px){
  .box_utilities{
    background-size: auto 100%;
    background-position: center;
  }
}
.box_utilities .contents{
  margin-left: 15%;
}
@media screen and (max-width:980px) {
  .box_utilities .contents{
    margin-left: 2%;
  }
}
.box_utilities .imge{
  position: relative;
}
.box_utilities .imge img{
  width: 100%;
  height: auto;
}
.box_utilities h3,.box_utilities h3 textarea{
  color: #555;
  font-weight: normal;
}
.box_utilities h4,.box_utilities h4 textarea{
  color: #17916a;
}
.box_utilities .public-des,.box_utilities .public-des textarea{
  max-width: 820px;
  margin:auto;
  color: #555;
  margin-top:20px;
  margin-left: 20px;
}
.box_utilities .btn_viewdetail a{
  border:1px solid #17916a;
  display: block;
  width: 100px;
  color: #17916a;
  border-radius: 5px;
  padding: 10px;
  margin-top:20px;
}
@media (max-width: 601px){
  .box_utilities h3,.box_utilities h3 textarea,.box_utilities h4,.box_utilities h4 textarea,.box_utilities .public-des,.box_utilities .public-des textarea{
    text-align: center;
  }
  .box_utilities .btn_viewdetail a{
    margin:15px auto;
  }
}

.box_utilities .btn_viewdetail a:hover{
 background-color: #17916a;
 border-color: #17916a;
 color: #fff
} 
.utilities_groups{
  margin:30px 0px;
}
 

.utilities_groups li{
  list-style: none;   
  margin-bottom: 15px;
  font-size: 17px;
  color: #555; 
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.utilities_groups li div.img{
  padding: 0px ;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.utilities_groups li div.img span{
  position: absolute;
  font-size: 75px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 23%; 
  margin: auto; 
  color: #229671; 
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #808080;
}
.utilities_groups li  img{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: transform .2s; /* Animation */
  -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
  
}
 
.utilities_groups li:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-filter: saturate(7); filter: saturate(7);
  transform: scale(1.5); 
  
}
.utilities_groups li:hover{
  color: #18916b;
  font-weight: bold;
}
.utilities_groups li:hover div.img span{
  color: #dd2c00
}
@media (max-width:800px) {
    .utilities_groups li div.img{
      display: none;
    } 
    .utilities_groups li{
      border:1px solid #17916a;
      font-size: 13px;
      margin-bottom: 3px;
    }
    .utilities_groups li:hover{
      background-color: #17916a;
      color: #fff
    }
}
 
.utilities_groups li div.titles{
   
}

#dot {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    display: block;
    color: #fff
}
#dot.red{
  background-color: #ff0101;
}
#dot.ogrance{
  background-color: #f5a906
}
#dot span.text{
  color: #fff;
  position: absolute;left: 0px;top:0px;width: 20px;height: 20px;text-align: center;
  font-size: 11px;
  line-height: 20px;
}
#dot .ping {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-color: rgb(29, 147, 110);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
   
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
   /* margin: -1px 0 0 -1px;*/
}
#dot.red .ping,#dot.ogrance .ping{
  background-color: rgba(238,46,36,.6);
  
}
#dot .ping.vb{
  -webkit-animation-duration: 3.25s;
    animation-duration: 3.25s;
}
#dot .ping.anima{
   -webkit-animation-name: sonar;
    animation-name: sonar;
}

@-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
    }
}
/*ed box_utilities*/
/*bg box_homestyle*/
.box_homestyle{
  position: relative;
}
.box_homestyle .row85{
  z-index: 2;
  position: relative;
}
.box_homestyle .wrab-items{
  padding: 10px
}
.box_homestyle .items{
  width: 100%;
  height: auto;
  /* border: 1px solid #fff; */
  background-color: rgba(37, 128, 103, 0.80);
  margin: 10px;
  box-shadow: 0px 1px 11px 2px #0c3428ba;
}
.box_homestyle .public-sizetitlelagre,.box_homestyle .public-sizetitlelagre textarea{
  color: #fff;
  text-transform: uppercase;
}
.box_homestyle .box-items{
  margin-top:40px;
}
.box_homestyle .items .img{
  position: relative;
  overflow: hidden;
}
.box_homestyle .items img{
  width: 100%;
  height: auto;
  transition: transform .2s; /* Animation */
  -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
}
 
.box_homestyle .items:hover img{
 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-filter: saturate(7); filter: saturate(7);
  transform: scale(1.5); 
}
.box_homestyle .items .text{
      padding: 15px;
    color: #fff;
    line-height: 20px;
  color: #fff;
  line-height: 20px;
  background-image: url(../pri_img/socdua.png);
  background-repeat: repeat;
}
.box_homestyle .items .text a{
  color: #247860;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}
.box_homestyle .items .titles{
  color: #247860;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}
.group-icon{
  margin-bottom: 10px;
}
.group-icon li{
  list-style: none;
  display: inline-block;
  color: #000;
  padding: 5px;
  font-size: 14px;
}
.group-icon li i{
  color: #2b7c66;
  line-height: 19px;
  margin-right: 4px;
}
.box_homestyle .items .btn_more a{
  text-align: left;
  background: transparent;
  border: 1px solid #297b64;
  color: #ffffff;
  padding: 5px 0px;
  width: 100px;
  border-radius: 20px;
  font-size: 11px;
  background-color: #287b63;
  display: block;
  letter-spacing: 3px;
  /* margin-top: 27px; */
  transition: all .2s ease-in;
  text-align: center;
  right: 0px;
  position: relative;
  display: block;
}
.box_homestyle .items .btn_more a:hover {
    background: #fff;
    color: #2d8c73;
}
.box_homestyle .backgrounds{
  position: absolute;
  left: 0px;
  top:0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.box_homestyle .backgrounds img{
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}
.box_homestyle-after:after{
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-image: url(../pri_img/partern.png);
  background-repeat: repeat; 
}

.groupnextprev-center{
  width: 220px;
  margin: auto;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top:30px
}
.groupnextprev-center .btnc{
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  transition: all .2s ease-in;
  cursor: pointer;
}
.groupnextprev-center .btnc:hover{
  background-color: #179137;
  border:1px solid #fff;
}.groupnextprev-center .btnc:hover i{
  color: #fff;
  font-size: 20px;
}
.groupnextprev-center .btnc i{
  line-height: 40px
}
/*ed box_homestyle*/
/*bg box_news*/
.box_news .grouptitle{
  min-height: 129px;
  background-image: url(../images/bgcam.jpg);
  padding: 50px 20px;
}
.box_news .boxcontent{
  padding: 50px 0px;
}
.itemnews{
  padding: 0px 10px;
}
.itemnews .img img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.itemnews .text{
  padding: 10px 0px;
  text-align: left;
}
.itemnews .text h4 a{ 
  color: #004049;
  line-height: 20px;
  font-weight: normal; 
}
@media (max-width: 752px){
  .itemnews { 
      min-height: 190px;
  }
}
/*ed box_news*/

/*bg v-menufix*/
.v-menufix {
    width: 50px;
    background: #404041;
    color: #fff;
    font-size: 30px;
    position: fixed;
    left: 0;
    bottom: 28%;
    z-index: 999;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
}
@media (max-width: 768px){
  .v-menufix {
    display: none;
  }
}
.v-menufix .v-icon {
    display: block;
}

.v-menufix li {
    position: relative;
}
.v-menufix li a{
  color: #fff
}

.v-menufix .v-icon .v-itemhide {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #17916a;
    font-size: 15px;
    width: 195px;
    height: 50px;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    z-index: -1;
    text-align: center;
    padding-right: 0;
    padding-left: 50px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.v-menufix .v-icon img {
    width: 60%;
    vertical-align: middle;
}

.v-menufix .v-icon {
    text-align: center;
    display: flex;
    vertical-align: middle;
    line-height: 50px;
}

.v-menufix .v-icon > i {
    height: 50px;
    background: #404041;
    display: block;
    width: 100%;
    line-height: 50px; 
    padding-top: 15px;
}

.v-menufix .v-icon .v-itemhide i {
    padding: 0 10px;
}

.v-menufix .v-icon:hover .v-itemhide {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-menufix .v-icon:hover > i {
    background-color: #17916a;
}

.v-menufix .b-icon {
    display: block;
    text-align: center;
    z-index: 1;
}

.v-menufix .v-icon .v-itemhide span {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-menufix .v-icon:hover .v-itemhide span {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.v-menufix .v-icon:hover .v-itemhide span:first-child {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
}

.v-menufix .v-icon:hover .v-itemhide span:last-child {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.v-menufix .v-icon:hover .v-itemhide {
    display: table;
    box-shadow: 2px 2px 5px -1px rgba(17, 17, 17, 0.37);
    -webkit-box-shadow: 2px 2px 5px -1px rgba(17, 17, 17, 0.37);
    -moz-box-shadow: 2px 2px 5px -1px rgba(17, 17, 17, 0.37);
}
/*ed v-menufix*/

/*bg footer*/
footer{
      background-image: url(../pri_img/footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 4px solid #2c8b72;
    padding: 40px 0;
}

.footer-form ul li{
  width: 49%;
  display: inline-block;
}
.footer-form ul li:nth-child(5){
  width: 75%;
}
.footer-form ul li:nth-child(6){
  width: 23%;
}
.footer-form form  input,.footer-form textarea{
  border: 1px solid #2c8144;
  border-radius: 5px;
  background-color: #ffffff;
  color: #fff;
  background: none;
  width: 100%;

}
.footer-form textarea{
  min-height: 70px
}
.footer-form form  input{
  padding-left: 10px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.footer-form textarea::placeholder,.footer-form form  input::placeholder{
  color: #000;
}
.footer-form textarea{
    padding-left: 10px; 
    padding-top: 10px;
    padding-bottom: 10px; 
    outline: none;
    color: #000;
}
.footer-form button{  
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    /* padding: 6px 18px; */
    width: 100%; 
    line-height: 65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    border: none;
    border-bottom: 4px solid #e37312;
    background: #f67f17;
    color: #fff;
    border-radius: 5px;
    outline: none;
    font-family: 'UTM Avo';
} 
.footer-form button:active { 
    background-color: #e37312
}
.footer-form i{
  /* display: none; */
  position: absolute;
  /* line-height: 75px; */
  color: #fff2e7;
  z-index: 0;
  right: 8px;
  top: 7px;
  font-size: 27px;
  opacity: .2;
}
/*ed footer*/
.hotline_detailv4 {
  -moz-background-clip: padding;
  -moz-border-radius: 5px 0 0 5px;
  -moz-box-shadow: -2px 3px 2px 0 rgba(0,0,0,.12);
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 5px 0 0 5px;
  -webkit-box-shadow: -2px 3px 2px 0 rgba(0,0,0,.12);
  background-clip: padding-box;
  background-color: #090b1a;
  border-radius: 5px 0 0 5px;
  box-shadow: -2px 3px 2px 0 rgba(0,0,0,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  height: 55px;
  line-height: 21px;
  padding-left: 15px;
  padding-top: 5px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 130px;
  width: 195px;
  z-index: 99;
  padding-left: 53px; 
}

.hotline_detailv4 {
    background: transparent url(../pri_img/bghotline.jpg?v=1) repeat-x 0 0;
    color: #fff;
}
.hotline_detailv4 .mobile{
  display: none;
}
.hotline_detailv4 span {
    color: #d73242;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}
.hotline_detailv4.bgPdf{
  border-radius: 6px 0 0 6px;
  color: #fff;
  height: 46px;
  width: 104px;
  top: 190px;
  line-height: 17px;
  /* display: none; */
  padding-top: 7px;
  background: #0267b1;
}
.hotline_detailv4.bgPdf span{
  font-size: 13px;
  font-weight: bold;
}
.hotline_detailv4.bgPdf i{
  font-style: italic;
  font-weight: normal;
}
 

.hotline_detailv4 img.anima {
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0px;
    top:0px;
    border-radius: 50px;
    -webkit-animation: right 0.5s infinite ease-in-out;
    -moz-animation: right 0.5s infinite ease-in-out;
    animation: right 0.5s infinite ease-in-out;
}
.hotline_detailv4.bgPdf img{
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 5px;
}
@media(max-width: 750px){
 .hotline_detailv4{
  bottom: 20px;
  width: 165px;
  padding-left: 20px;
  padding-right: 53px;
  left: 0px;
  top:auto;
  border-radius: 0px 6px 6px 0px;
 }
 .hotline_detailv4 .mobile{
  display: block;
 }
 .hotline_detailv4 .desktop{
  display: none;
 }
 .hotline_detailv4 img.anima {
  right: 0px;
  left: auto;
 }
 .hotline_detailv4.bgPdf{ 
    bottom: 80px; 
    padding-left: 20px;
    padding-right: 53px;
    left: 0px;
    top:auto;
    border-radius: 0px 6px 6px 0px;
  }
  .hotline_detailv4.bgPdf img{ 
    right: 10px;
    top:5px;
    left: auto;
  }

}
@-webkit-keyframes right {
    0% {
        -webkit-transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px);
    }
    50% {
        -webkit-transform: translate(-15px);
    }
    100% {
        -webkit-transform: translate(15px);
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: rotate(10deg);
    }
    50% {
        -moz-transform: rotate(-10deg);
    }
    100% {
        -moz-transform: rotate(10deg);
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px);
    }
    50% {
        -moz-transform: translate(-15px);
    }
    100% {
        -moz-transform: translate(15px);
    }
}

@keyframes right {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes left {
    0% {
        transform: translate(15px);
    }
    50% {
        transform: translate(-15px);
    }
    100% {
        transform: translate(15px);
    }
} 

/*bg boxbannervideo*/
.boxvideo{
  display: none;
}
@media (max-width: 768px){
  .bannervideo{
    display: none;
  }
  .boxvideo{
    display: block;
  }
  .boxslider-home .logo{
    display: none;
  }
}
/*ed boxbannervideo*/
/*bg banner_detail*/
.banner_detail{
  position: relative;
  z-index: 0; 
  max-height: 370px;
  overflow: hidden;
  background-color: #000;  
}
.banner_detail img{
  width: 100%;
  height: auto;
  opacity: .3;
  -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  filter: blur(5px);
}
.banner_detail .blackover{
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-color: #fff
}
/*ed banner_detail*/

/*bg detail_simples*/
.detail_simples{ 
  height: auto;
  margin-top: -187px;
  position: relative;
}
@media screen and (max-width:1110px) {
  .detail_simples{
    margin-top: -150px;
  }
}
.detail_simples h1.titles{
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Roboto";
  text-align: center;
  text-shadow: 4px 3px 3px #000;
}

.detail_simples .contents{
  width: 100%;
  height: auto;
  padding: 20px;
  padding-top: 0px;
  line-height: 25px;
  background-color: #fff;
  position: relative;
  z-index: 2; 
  margin-top: 30px;
  font-size: 15px;
}
.detail_simples .contents .rows{
  padding:40px 0px;
  margin:10px 0px;
  border-bottom: 1px solid #ccc
}
.detail_simples .contents .rows-titles{
  font-size: 23px;
  color: #19835f;
  text-transform: uppercase;
}
@media screen and (max-width:750px) {
  .banner_detail{
    max-height: 150px;
  }
  .detail_simples h1.titles{
    margin-bottom: 0px;
    background: #fff;
    padding: 18px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #e2e3e2;
    text-shadow: none;
    color: #19835f;
    line-height: 27px;
  }
  .detail_simples .contents{
    margin-top: 0px;
  }
  .detail_simples {
      margin-top: -90px;
  }
}
.detail_simples .contents img{
  max-width: 100%;
  height: auto; 
  margin-top:15px;
  margin-bottom: 15px;
}
.detail_simples .contents iframe{
  max-width: 100%;
  height: auto;
  min-height: 400px
}
@media (min-width: 993px){
  .detail_simples .contents iframe{
    min-height: 550px;
  }
}
.detail_simples .contents ul, .detail_simples .contents ol{
  text-indent: 5px;
  margin-left: 10px;
}
.detail_simples .contents ul li{
  list-style: none;
}
.detail_simples .desfors *{
  color: #17916a;
  line-height: 20px;
}
.detail_simples .desfors i{
  margin-right: 5px;
}
.detail_simples .desfors .dates, .detail_simples .desfors .cats{
  float: left;
  margin-right: 20px;
}

.detail_simples .contents .post-tags{
  margin-top: 20px;
  padding-top: 10px;
}
.detail_simples .contents .post-tags span.tag-title, .detail_simples .contents .post-tags a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 12px;
    margin-bottom: 10px;
    color: #696969;
    font-size: 12px;
    background: #f3f3f3; 
}

.related-post {
    padding: 30px 0; 
    padding-bottom: 100px;
    background: url(../images/boder-seperate.jpg) no-repeat center top, url(../images/boder-seperate.jpg) no-repeat center bottom;
}
.related-post h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.related-post h3 i {
    color: #00f6a8;
    margin-right: 5px;
}
/*ed detail_simples*/
.bread-crumbs ul{
  border-bottom: 1px solid #dbe8dd;
}
.bread-crumbs ul li{
  list-style: none;
  display: inline-block;
  margin:10px 5px;
  margin-left: 0px; 
  /*font-family: 'Roboto Condensed';*/
  font-style: italic;
}

/*pagelist*/
.paging a{
    display: inline-block;
    position: relative;
    margin: 10px 5px;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #0c3211;
    /* padding: 10px; */
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}
.paging a:hover{
  background: #ab7f37;
  color: #fff
}
.paging a i{
  line-height: 35px;
}
.paging a.active{
   background-color: #ab7f37;
    color: #fff;
}
/*ed pagelist*/
 .cls-1,.cls-2,.cls-3{
  stroke: #fdfcfa  !important
}
.cls-1,.cls-2,.cls-3,.cls-4 {
    -webkit-animation: StrokeLine 3s infinite linear;
    animation: StrokeLine 3s infinite linear;
    stroke: #fff;
}
.cls-3,.cls-2{
    -webkit-animation: StrokeLine_v 3s infinite linear;
    animation: StrokeLine_v 3s infinite linear;
    stroke: #fff;
}
@-webkit-keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 200
    }
}

@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 200
    }
}


@-webkit-keyframes StrokeLine_v {
    0% {
        stroke-dashoffset: 200
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes StrokeLine_v {
    0% {
        stroke-dashoffset: 200
    }

    100% {
        stroke-dashoffset: 0
    }
}

.vibrate-1 {
  -webkit-animation: vibrate-1 0.5s linear infinite forwards;
          animation: vibrate-1 0.5s linear infinite forwards;
}
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.bgdetail{
  background-image: url(../pri_img/partern.png);
    background-repeat: repeat;
}
/*bg items-process*/
.group_process {
  padding-top: 70px;
}
.items-process{
  position: relative;
  cursor: pointer;
}




.items-process .img{
  width: 60%;
  margin:auto;
  border-radius: 10px;
  border: 3px solid #229671;
  overflow: hidden;
  transition: transform .2s; 
}
.items-process img{
  width: 100%;
  height: auto; 
}
.items-process  img{
  width: 100%;
  height: auto; 
  transition: transform .2s; /* Animation */
  -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
  
}
 
.items-process:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-filter: saturate(7); filter: saturate(7);
  transform: scale(1.5); 
  
}

.items-process .text .titles{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.items-process .line-circle{
  width: 100%;
  height: 10px;
  background-image: url(../pri_img/socdua.png);
  background-repeat: repeat;
  position: absolute;
  left: 0px;
  top:50%;

}
.items-process .line-circle:before{
  content: ' ';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  
  position: relative;
  margin: auto;
  display: block;
}
.items-process .line{
  width: 3px;
  height: 70px; 
  margin:auto;
}
.items-process .line,.items-process .line-circle:before{
  background-color: #229671;
}
.items-process:hover .img{
  border-color: #1ec791
}
.items-process:hover .line,.items-process:hover .line-circle:before{
  background-color: #1ec791
}
/*ed items-process*/

/*bg box_form_home*/
.box_form_home{
 /* background-image: url(../pri_img/partern.png);*/
 background-image: url(../pri_img/zv.jpg);
  background-repeat: repeat;
}
.group-form-home{
  background-image: url(../pri_img/socdua.png);
  background-repeat: repeat;
}
.group-form-home .top-form-home{
  padding: 20px;
  position: relative;
}
.top-form-home:before{
  width: 82px;
  height: 45px;
  content: ' ';
  background-image: url(../pri_img/bgNo.png);
  position: absolute;
  left: 0px;
  top:0px;
}
.group-form-home .top-form-home .public-sizetitlelagre, .group-form-home .top-form-home .public-sizetitlelagre textarea{
  color: #1d5a48
}
.group-form-home .form{
  /*background-image: url(../pri_img/partern.png);*/
  padding: 20px;
  background-color: #08b1a1;
}
.group-form-home .form ul li{
  width: 100%;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.group-form-home .form ul li input{
  border: 1px solid #fff;
  width: 100%;
  padding: 0px 10px;
  height: 40px;
  background: none;
  border-radius: 8px;
  color: #fff;
   border-radius: 10px;
}
.group-form-home .form ul li input::placeholder{
  color: #fff
}
.group-form-home .form ul li:last-child{
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.group-form-home .form ul li button{
  width: 200px;
  text-align: center;
  margin: auto;
  position: relative;
  background-color: #1d5a48;
  border: none;
  padding: 15px;
  color: #fff;
  outline: none;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.group-form-home .form ul li button:hover{
  background-color: #000
}
.group-form-home .form ul li button i{
  position: absolute;
  left: 6px;
  top: 4px;
  font-size: 37px;
  opacity: .2;

}
.list-present{
  text-align: center;
  padding-top:50px;
}
.list-present li{
  list-style: none;
  display: inline-block;
  padding: 0px 30px;
}

.list-present .icon{
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  border: 1px dashed #08b1a1;
  margin: auto;
  padding: 3px;
}
.list-present .text{
     font-weight: bold;
    color: #1d5a48;
    font-size: 13px;
}
@media (max-width: 602px){
  .list-present li{
      padding: 0px 10px;
    padding-bottom: 50px;
  }
  .list-present li .text{
    font-size: 13px;
  }
  .group-form-home .form ul li{
    width: 100%;
  }
}
.list-present .icon i{
  line-height: 43px;
    font-size: 31px;
  color: #fff;
 /* background-color: #08b1a1;*/
 background-image: url(../pri_img/partern.png);
  width: 100%;
  border-radius: 100%;
}
.lbl-call-enter{ 
  background: #FFECB3 url(../pri_img/iconPHoneanimate.gif) no-repeat center left 10px;
 
  background-size: 18px auto;
  padding: 6px 20px 10px 31px;
   
  /* float: left; */
  font-size: 15px;
  max-width: 900px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed  #f89734;
  clear: left;
  
  position: relative;
  margin:10px auto;
  margin-top: 10px; 
}
.lbl-call-enter.nophone{
  background-image: none;
}
.lbl-call-enter a{
  color: #b61525;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #808080;
 
  font-weight: bold;
  padding: 0px 5px;

}
.detailbox-projects .lbl-call-enter span{
   
}
 
@media(max-width: 930px){
  .detailbox-projects .lbl-call-enter span{
    display: block;
    line-height: 13px
  }
}
.detailbox-projects .lbl-call-enter a:hover{
  text-decoration: underline;
}
/*ed box_form_home*/

.errordiv {
padding: 10px 12px;
margin-left: -8px;
margin-top: -1px;
*margin-left: .3em;
font-size: 13px;
line-height: 20px;
color: #FFEB3B;
text-align: left; 
vertical-align: middle;
background-color: #F44336;
width: auto;
min-width: 80px;
min-height: 24px;
border-radius: 5px;
display: none;
position: absolute;
z-index: 9999;
top: 40px;
}



.errordiv:before {
position: absolute;
top: -6px;
left: 13px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid transparent;
content: '';
}



.errordiv:after {
position: absolute;
top: -6px;
left: 13px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #F44336;
border-left: 6px solid transparent;
content: '';
}


/*bg style section newshome*/
.itemnew-main{
  width: 100%;
  height: auto; 
  margin-right: 10px;
  right:10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width:600px) {
  .itemnew-main{ 
    right: 0px
  }
}
.itemnew-main img{
  width: 100%;
  height: auto; 

}
.itemnew-main h4 a{ 
  text-transform: uppercase;
  font-weight: normal; 
  color: #fff
}
.itemnew-main-des{
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,.8);
  border-radius: 0px 0px 5px 5px;
}
.itemnew-row.attacted{
  background: #bbeaff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
.itemnew-row p a{
  text-transform: lowercase;
}

.itemnew-row p:first-letter {
    text-transform: uppercase;
}
.itemnew-row-img{
  position: relative;
  overflow-y: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.itemnew-row-img img{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.posabfortable{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:600px) {
  .margintopmobile30{
    margin-top: 30px !important
  }
}

.img-content2-right{
  width:100%;
  height: auto;
  background-color: #0096882b;
  padding-bottom: 10px;
  border-radius: 5px;
  overflow:hidden;
}
.img-content2-right li{
  list-style: none;
  list-style: none; 
  text-transform: uppercase;
  font-family: 'Roboto';
}
.img-content2-right ul{
  padding: 10px 10px;
}
.img-child-content2-right{
  width: 100%;
  height: auto;
 background-image: url(../pri_img/partern.png);
 background-repeat: repeat;
}
.img-chil-canhbao{

  padding: 8px;
}
.btnvideo{ 
  margin: 0px 10px; 
}
.btnvideo a{
  display: block;
  text-align: center;
  line-height: 35px;
  border: 1px dashed #2581af;
  border-radius: 5px
}
.img-chil-canhbao img{
  float: left;
}
.img-chil-canhbao .nhancanhbao{
  padding-top: 3px;
  padding-left: 30px;
  font-family: 'RobotoBold';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.img-chil1-canhbao{
  float: left;
  width: 10%;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url("../images/youtubeicon.png");

}

.item-project-homes{
  padding: 5px;
  margin: 5px;
}
.item-project-homes h3{
  min-height: 65px;
}
.item-project-homes h3 a{
  font-family: 'Roboto Condensed';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 0px;
  display: block;
}

/*ed style section newshome*/

.itemnewhome-style2{
  margin: 0px 5px;
  background-image: url(../pri_img/socdua.png);
  padding: 10px;
}
.itemnewhome-style2-img{
  position: relative;
  overflow: hidden;
  border: 4px solid #44beaa;
}
.itemnewhome-style2-img img{
  width: 100%;
  height: auto;
}
.itemnewhome-style2-abimg{
  position: absolute;
  top:0px;
  left: 0px;
}
.itemnewhome-style2-text{
  padding: 10px 4px;
}
.itemnewhome-style2-text h4{
  width: 100%;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  margin-bottom: 5px;
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 5px;
  min-height: 39px;
}
.itemnewhome-style2-text p{
    color: #191919;
    display: none;
}

/*bg price_form*/
.price_form{
  width: 100%;
  height: auto;
  max-width: 900px;
  background-image: url(../pri_img/socdua.png);
  background-repeat: repeat;
  border: 2px dashed #0f8661;
  border-radius: 5px;
  margin:auto;
  margin-top:30px;
     -webkit-animation: backgroundrate 3s .2s infinite linear;
  -moz-animation: backgroundrate 3s .2s infinite linear;
  animation: backgroundrate 3s .2s infinite linear;
}

@-webkit-keyframes backgroundrate {
  0% {
    background-position: -120px
  }
   
  100% {
    background-position: 0px
  }
}
@keyframes backgroundrate {
  0% {
    background-position: -120px
  }
   
  100% {
    background-position: 0px
  }
}
.price_form .z-contents{
  background-image: url(../pri_img/background-banggia.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 120%;
  padding: 20px;
}
.price_form .z-contents ul li{
  width: 32%;
  display: inline-block;
  padding: 0px;
  position: relative;
}
.price_form .z-contents h2{
  color: #0f8661;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 15px;
}
@media(max-width: 700px){
  .price_form .z-contents h2 strong{
    display: block;
    font-size: 15px
  }
  .price_form .z-contents h2{
    font-size: 15px;
  }
  .price_form .z-contents ul li{
    width: 48%;
    margin-bottom: 10px;
  }
  .price_form .z-contents ul li:last-child{
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
  }
}
.price_form .z-contents ul li input{
  border: 1px solid #fff;
  background-color: #dedede;
  width: 100%;
  padding: 0px 10px;
  height: 40px;
  /* background: none; */
  border-radius: 5px;
  color: #007351; 
}
.price_form .z-contents ul li input::placeholder{
  color: #007351
}
 
.price_form .z-contents ul li button{
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  background-color: #1d5a48;
  border: none;
  padding: 12px;
  color: #fff;
  outline: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.price_form .z-contents ul li button:hover{
  background-color: #000
}
.price_form .z-contents ul li button i{
  position: absolute;
  left: 6px;
  top: 4px;
  font-size: 37px;
  opacity: .2;

}
/*ed price_form*/
.pttt{
    background-image: url(../pri_img/partern.png);
  background-repeat: repeat; 
  padding:20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.pttt .public-sizetitlelagre{
  color: #fff
}
.pttt .s12{
  padding: 30px;
}




/*bg box-slider-kdtvp*/
.box-slider-kdtvp{
  position: relative;
  z-index: 1;
  width: 100%;
  background-position: center;
  background-size: 100% auto;
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
.box-slider-kdtvp:before{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;    top: 0px;
    z-index: 0;
    background: #004a37;
    opacity: .9;
    mix-blend-mode: darken;
}
}
.box-slider-kdtvp .contents-box{
color: #fff;
font-size: 18px;
display: block;
position: relative;
z-index: 4; 
}
.box-slider-kdtvp .contents-box .text-2{
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px #222927;
  margin-bottom: 20px;
}
.box-slider-kdtvp .contents-box .text-1{
  color: #ffffff;
  font-size: 30px;
  text-shadow: 2px 2px 2px #017351;
}
.box-slider-kdtvp .contents-box .text-3{
  color: #fff;
  padding-top: 10px;
  margin-top: 10px;
  width: calc(100% - 350px);
  display: inline-block;
  font-size: calc(100% + 4px);
  line-height: calc(100% + 10px);
}
@media (max-width: 1024px){
  .box-slider-kdtvp .contents-box{ 
  font-size: 20px; 
  }
  .box-slider-kdtvp .contents-box .text-2{
    font-size: 25px;
  }
  .box-slider-kdtvp .contents-box .text-1{
  font-size: 30px;
  }
}
@media (max-width: 769px){
  .box-slider-kdtvp{
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .box-slider-kdtvp .contents-box{ 
  font-size: 15px; 
  padding-top: 60px;
  padding-bottom: 50px;
  }
  .box-slider-kdtvp .contents-box .text-2{
    font-size: 25px;
  }
  .box-slider-kdtvp .contents-box .text-1{
  font-size: 30px;
  }
}
@media (max-width: 602px){
  .box-slider-kdtvp .contents-box{
  text-align: center;
  }
}
/*bg presents-kdtvp*/
.presents-kdtvp{
  padding: 10px;
  border: 1px solid #ffec16;
  width: 300px;
  display: inline-block;
  max-width: 300px;
  padding-left: 50px;
  margin-top: 27px;
  background-image: url(../pri_img/bgNo-green.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 62px auto;
  position: relative;
}
@media (max-width: 1300px){
 .box-slider-kdtvp .contents-box .text-3{
  width: 100%;
 }
  .presents-kdtvp{
   width: 100%;
   display: block;
   margin: auto;
   margin-top: 30px
  }
}
.presents-kdtvp .lbl{
  font-size: 20px;
  width: 50%;
  display: inline-block;
  padding-top: 15px;
  position: relative;
  z-index: 2
}
.presents-kdtvp .value{
  font-size: 60px;
  width: 48%;
  display: inline-block;
  color: #FFEB3B;
  position: relative;
  z-index: 2
}

/*ed presents-kdtvp*/
/*bg slider-form-kdtvp*/
.slider-form-kdtvp{
  padding-top: 20px;
}
.slider-form-kdtvp .titles{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #25b266; 
}
.slider-form-kdtvp .titles.smalls{
  font-size: 14px;
  color: #0c6fb8;
}
.slider-form-kdtvp{
  background-color: #fff;
  position: relative;
}
.slider-form-kdtvp:before{
 /* border:2px dashed #25b266;*/
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -30px;
  top:-30px;
  z-index: -1
}
@media (max-width: 769px){
  .slider-form-kdtvp:before{
    display: none;
  }
}
.slider-form-kdtvp form{
  padding-top: 10px;
}
.slider-form-kdtvp ul li{
width: 90%;
margin: 5px auto;
display: block;
}
 
.slider-form-kdtvp ul li:nth-child(6){
width: 100%;
}
.slider-form-kdtvp form  input,.slider-form-kdtvp textarea{
  border: 1px solid #dfe7ec; 
  background-color: #ebf1f6;
  color: #fff; 
  width: 100%;

}
.slider-form-kdtvp textarea{
min-height: 70px
}
.slider-form-kdtvp form  input{
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  margin-bottom: 15px;
}
.slider-form-kdtvp textarea::placeholder,.slider-form-kdtvp form  input::placeholder{
color: #000;
}
.slider-form-kdtvp textarea{
padding-left: 10px; 
padding-top: 10px;
padding-bottom: 10px; 
outline: none;
color: #000;
}
.slider-form-kdtvp button{  
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none; 
  width: 100%;
  line-height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  border: none; 
  background: #25b266;
  color: #fff; 
  outline: none; 
  overflow: hidden;
} 
.slider-form-kdtvp button:active { 
background-color: #25b266
}
.slider-form-kdtvp ul li i{ 
  position: absolute; 
  z-index: 0;
  left: 5px;  
  line-height: 40px; 
  opacity: .2;
}
.slider-form-kdtvp ul li:nth-child(6) i{ 
  position: absolute;
  color: #ffffff;
  z-index: 0;
  right: 18px;
  top: -20px;
  font-size: 120px;
  opacity: .2;
}
/*ed slider-form-kdtvp*/
/*ed box-slider-kdtvp*/

/*bg wr-pulse-animation*/
.wr-pulse-animation{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
}
.pulse-animation {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    border: 0;
    width: 100%;
    height: 100%; 
    z-index: -1;
    -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation-iteration-count: infinite;
}

.pulse-animation:nth-child(2) {
    -webkit-animation-delay: 0.33s;
    -webkit-animation-duration: 2.2s;
}
.pulse-animation:nth-child(3) {
    -webkit-animation-delay: 0.43s;
    -webkit-animation-duration: 3.2s;
}

@-webkit-keyframes sploosh {
    0% {
        box-shadow: 0 0 0 0px #25b266b3;
        /*background: #25b266b3;*/
    }

    80% {
        /*background: #25b2661c;*/
    }

    100% {
        box-shadow: 0 0 0 20px #25b26600;
    }
}

/*ed pulse-animation*/