.social-buttons {
  display: flex;
  gap: 10px;
}
.social-btn {
  display: inline-block;
  width: 20px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.3s;
}
.social-btn:hover {
    transform: scale(1.1);
    color: #fff;
}
.info-top-head{
    display:flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
.info-top-head .contact-info{
    flex:1;
    color:#fff;
}
.info-top-head .contact-info a:hover{
    color:#fff;
}
.top-head{
    background:#156848;
    padding: 4px 0;
}
.contact-info *{
    color:#fff;
    font-size:15px;
}
/*Home*/
.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  object-fit:cover;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10;
  background: none;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }

.section-title {
  text-align: center;
  margin-bottom: 24px;
}

.title {
  font-size: 28px;
  font-weight: 700;
  color: #065f32; /* Màu xanh dương đậm */
  margin: 0 0 10px;
}

.sub-title {
  font-size: 16px;
  color: #999;
  margin: 0 0 15px;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider::before,
.divider::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ccc;
}

.divider span {
  width: 8px;
  height: 8px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 10px;
}
.gap-section{
    padding-top:20px;
    padding-bottom: 40px;
}
.about-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:60px;
}
.about-box img{
    width:40%;
}
.about-info .about-des{
    text-align:center;
}
.post-grid{
    display:flex;
    gap:20px;
    
}
.content-thread a img{
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}
.content-thread .dn-post-detail h3{
    margin-top:10px;
}
.content-thread .dn-post-detail h3 a{
    font-size:18px;
}
.content-thread .content-box{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-bottom:20px;
    border-radius:10px;
    overflow:hidden;
}
.content-thread .content-box .dn-post-detail{
    padding: 10px 16px;
}
.post-grid img{
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s ease;
}
.post-grid .post-title a{
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0 0px;
    line-height: 16px;
}
.post-grid .post-title{
    margin-top:10px;
}
.post-grid .post-item{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.post-grid .post-item .post-content{
    padding: 0 16px;
}
.post-grid .post-item .post-content .post-excerpt{
    font-size:14px;
}

.post-grid img:hover {
  filter: brightness(1.1);
}
.album{
    display:flex;
    flex-direction:row;
    gap:10px;
}
.album .main-img{
    width:50%;
}
.album .grid-img{
    display:grid;
    width:50%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap:10px;
}
.album .grid-img img, .album .main-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.form-cf7 {
  max-width: 600px;
  margin: 0 auto;
}

.form-cf7 .form-label {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}

.form-cf7 .form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.form-cf7 .form-submit-wrap {
  margin-top: 20px;
}
a {
    color: #065f32;
    text-decoration: none;
}
.post-grid > * {
    flex: 1; /* Các phần tử con sẽ chia đều không gian */
    display: flex;
    flex-direction: column; /* Đảm bảo các nội dung bên trong không bị tràn */
}
.home-form form .submit-but {
    background: #065f32;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.home-form form .submit-but:hover {
  background-color: #0a5eb9;
}
.home-form .form-box{
    display:flex;
    flex-direction:row;
    gap:30px;
    align-items: center;
}

.home-form .form-box .wpcf7{
    width:100%;
}
.contact-container {
  display: flex;
  gap: 20px;
}
.contact-left {
  width: 30%;
}
.map-tab {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s;
}
.map-tab.active {
  background: #f0f0f0;
  border-color: #065f32;
}
.contact-right {
  width: 68%;
  position: relative;
}
.map-frame {
  display: none;
  height:100%;
}
.map-frame.active {
  display: block;
}
.post-related img{
    aspect-ratio: 3 / 2;
    width:100%;
    object-fit:cover;
}































@font-face {
font-family: 'Averta';
src: url(https://vesinhcongnghiep5s.vn/wp-content/themes/vesinhcongnghiep/bootstrap/fonts/Averta-Regular.eot);
src: url(https://vesinhcongnghiep5s.vn/wp-content/themes/vesinhcongnghiep/bootstrap/fonts/Averta-Regular.eot?#iefix) format('embedded-opentype'),
url(https://vesinhcongnghiep5s.vn/wp-content/themes/vesinhcongnghiep/bootstrap/fonts/Averta-Regular.woff2) format('woff2'),
url(https://vesinhcongnghiep5s.vn/wp-content/themes/vesinhcongnghiep/bootstrap/fonts/Averta-Regular.woff) format('woff'),
url(https://vesinhcongnghiep5s.vn/wp-content/themes/vesinhcongnghiep/bootstrap/fonts/Averta-Regular.ttf) format('truetype'),
url(https://vesinhcongnghiep5s.vn/wp-content/themes/vesinhcongnghiep/bootstrap/fonts/Averta-Regular.svg#Averta-Regular) format('svg');
font-weight: normal;
font-style: normal;
}

.banner h1,.banner h2,.h-bold,.heading-font,h1,h2,h3,h4,h5,h6{
    font-weight:700;
}
h1{
  font-size:24px;  
}
h2{
  font-size:22px;   
}
h3{
  font-size:20px;  
  line-height: 26px;
}
h4{
    line-height:24px;
    font-size:18px;    
}
.hl-color {
    color: #0d458f;
}
.section-title-bold-center span,.section-title-center span,.sologan-home,.tab-title .view-all,.text-center{
    text-align:center
}
body{
    color: #1e1e1e;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Averta", sans-serif;
    font-size: 16px;
    line-height: 1.72857143;
}
.logo-mobile{
    display:none
}
.header-logo-top{
    margin-top:15px
}
.header-title{
    font-size:18px
}
.header-title p{
    color: #002c5f;
    margin-top: 10px;
    font-size: 24px;
}
.heading-font,h1,h2,h3,h4,h5,h6{
    color:#333
}
.contact-top ul {
    margin-bottom: 0;
    padding: 0;
}
.logo-wrapper{
    width:90px
}
.site-branding .evo-top-bar .mosttop-bar-info li {
    font-size: 13px;
    font-weight: 400;
    color: #101010;
    border-left: 1px solid #eee;
    list-style-type: none;
    margin: 0px;
    padding: 6px 15px;
    display: inline-block;
}
.site-branding .evo-top-bar .mosttop-bar-info:hover {
    color:#FFA500;
}
.site-branding .evo-top-bar .mosttop-bar-info li a:hover {
    color:#FFA500;
}
.site-branding .evo-top-bar .mosttop-bar-info li i:hover {
    color:#FFA500;
}
.site-branding .evo-top-bar .mosttop-bar-info li a {
    color: #101010;
}
.site-branding .evo-top-bar .social-icons {
    text-align: right;
}
.contact-top ul li {
    list-style: none inside;
}
.site-branding .evo-top-bar .social-icons li {
    display: inline-block;
    padding: 2px 15px;
    width: 50px;
    border-left: 1px solid #eee;
    text-align: center;
    float: right;
    cursor: pointer;
    border-right: 1px solid #ccc;
}
.site-branding .evo-top-bar .social-icons li:first-child {
    border-right: 1px solid #eee;
}
.site-branding .evo-top-bar .social-icons li a {
    color: #101010;
    font-size: 16px;
    cursor: pointer;
}
.site-branding .evo-top-bar .social-icons li:hover:nth-child(1) {
    background-color: #00ACEE;
}
.site-branding .evo-top-bar .social-icons li:hover {
    background-color: #3b5998;
}
.site-branding .evo-top-bar .social-icons li:hover:nth-child(2) {
    background-color: #bd081c;
}
.site-branding  .evo-top-bar .social-icons li:hover a:hover, .site-branding  .evo-top-bar .social-icons li:hover a:focus {
    color: #fff;
}
.evo-top-bar .social-icons li:hover a {
    color: #fff;
    cursor:pointer;
}
.evo-top-bar .social-icons li.evo-search:hover {
    background-color: #c8102e;
}
.carousel-control.right{
    background-image:none !important;
}
.carousel-control.left{
    background-image:none !important;
}
#slide-nav{
    background: #ffffff;
}
#menu{
 
}
.logo-head-kn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.evo-logo{
  top: 8px; 
  display:flex;
  align-items:center;
}
.evo-logo h2{
    font-size: 28px;
    color: #0a6836;
    margin: 0 0 -2px -10px;
}
.evo-logo a img{
    width: 52px;
    margin-top: 2px;
    transition: 1s;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.stuck .evo-logo a img{
    width: 120px;
    margin-top: 0px;
}
.stuck #menu{
    padding-top:0px;
    padding-bottom:3px;
}
.evo-top-bar{
    background:#eeeeee;
}
.dno-ph {
    border-radius: 42px;
    border: 1px solid #000;
    text-align: center;
    display: table;
    width: 160px;
    height: 30px;
    line-height: 36px;
    color: #272727;
    font-size: 18px;
    display: inline;
    float: left;
    position: relative;
}
.dno-ph i {
    color: #065f32;
    font-size: 24px;
    position: absolute;
    top: 3px;
    left: 15px;
}
.dno-ph span {
    padding-left: 22px;
    font-size: 17px;
    position: absolute;
    left: 20px;
    top: -4px;
}
.dno-ph span:hover {
    color: #FFA500;
}
.h5,h5{
    font-size:1em
}
h1,h2,h3,h4,h5,h6{

    margin-top:0;
    margin-bottom:.5em;
    text-rendering:optimizeSpeed
}
.heading-font,.off-canvas-center .nav-sidebar.nav-vertical>li>a,h1,h2,h3,h4,h5,h6{
    
}
nav.top-menu ul{
    margin:0;
    padding:0;
    list-style-type:none
}
ul{
    list-style:disc
}
a:hover{
    text-decoration:none
}
.quickcontact{
    padding:10px 0;
    color:#999;
    background:#f8f8f8
}
nav.top-menu ul li:first-child{
    border-right:1px solid #ccc;
    margin-right:5px;
    padding-right:5px
}
nav.top-menu ul li{
    display:inline-block
}
.quickcontact a{
    color:#f00
}
.sologan-hsh-head{
    text-align:center;
    margin-top: 8px;
}
.sologan-hsh-head h5 {
    font-size: 21px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
}
.sologan-hsh-head p {
    font-size: 14px;
    color: #065f32;
}
.navbar-default{
    background-color:#fff;
    box-shadow:0 1px 3px #ddd;
    border:none;
    border-radius:0!important;
    height:auto;
}
.navbar{
    margin-bottom:0;z-index:999;
}
.navbar-brand{
    float: none;
    padding: 15px;
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
}
.navbar-default .navbar-nav>li a{
    color: #272727;
    font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
}
.note-car {
    color: #ff7911;
}
#page-content,.navbar-header,.navbar.navbar-fixed-top.slide-active{
    position:relative
}
body.slide-active{
    overflow-x:hidden
}
.no-margin-top{
    margin-top:0!important
}
.navbar-collapse{
    padding-left:0
}
.new-related{
    font-size:16px
}
.main-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-title-box .main-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.show-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/*vesinh*/

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
.index-wrap{
  
}
.dv-vs{
    background: #f4f4f4;
}
.dv-vs .nl-home h4{
    color: #065f32
}
.vsnl-dv img{
    transition:.3s all;
}
.vsnl-dv img:hover{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.btn-readmore{
    padding: 12px 40px;
    background: #065f32;
    color: #fff;
    border-radius: 8px;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 30px;
}
.vsnl-dv img{
    border-radius: 10px;
    height: 220px;
    object-fit: cover; 
}
.vsnl-dv h3{
    text-align: center;
    margin-top: 14px;
    color: #000;
    font-size: 18px;
}
.content-home{
    margin-top:30px;
}

span.text-hotline {
    margin-left: 43px;
}
.zalo-container img{max-width:100%;height:auto;padding:5px}.zalo-container{position:fixed;width:40px;height:40px;bottom:110px;z-index:9999999}.zalo-container{left:33px}.zalo-container a{display:block}.zalo-container span{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#1182fc;position:relative}@keyframes zoomIn_zalo{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn_zalo{animation-name:zoomIn_zalo}.animated_zalo{animation-duration:1s;animation-fill-mode:both}.animated_zalo.infinite{animation-iteration-count:infinite}.cmoz-alo-circle{width:50px;height:50px;top:-5px;left:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(17,130,252,.8);opacity:.1;border-color:#1182fc;opacity:.5}.cmoz-alo-circle-fill{width:60px;height:60px;top:-10px;position:absolute;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(17,130,252,.45);opacity:.75;right:-10px}@-webkit-keyframes pulse_zalo{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse_zalo{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse_zalo{-webkit-animation-name:pulse_zalo;animation-name:pulse_zalo}.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}.hotline-phone-ring{position:relative;visibility:visible;background-color:transparent;width:110px;height:110px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}.hotline-phone-ring-circle{width:87px;height:87px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}.hotline-phone-ring-circle-fill{width:57px;height:57px;top:25px;left:25px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.hotline-phone-ring-img-circle{background-color:#e60808;width:33px;height:33px;top:37px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}.hotline-bar{position:absolute;background:rgba(230,8,8,.75);height:40px;width:175px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px!important;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-indent:40px;letter-spacing:1px;line-height:40px;font-family:Arial}.hotline-bar>a:active,.hotline-bar>a:hover{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px)}
                
.gioi-thieu-section{
    padding-left:8px;
    padding-right:8px;
}
.gioi-thieu-section .icon-box {
    border: 1px solid #23a952;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.icon-box-center .icon-box-img {
    margin: 0 auto 1em;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0.2em;
    width: 100%;
}
.icon-box-text p{
    color: #1e1e1e;
    font-size: 16px;
}
.icon-box-text p:hover {
    color: #81d742;
}

.intro-des{
    padding-top:10px;
    padding-bottom:10px;
    font-size: 16px;
}
.btn-vs{
    font-size: 16px;
    text-transform: initial;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}
.button span {
    display: inline-block;
    line-height: 1.6;
}
.call-wr{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #873100;
    color:#fff;
}
.rowvs {
  display: flex;
  justify-content: space-between; 
}

.columnvs {
  flex: 1; 
  text-align: center; 
}


.call-wr h3{
    color:#fff;
    padding-top: 15px;
} 
.call-wr p{
    color:#fff;
    font-size: 16px;
}
.call-wr-icon{
    margin-bottom: 0px !important;
}
.call-wr-icon-text{
   font-size: 16px;
}
.call-wr-icon-text p:hover{
    color:#fff;
}
.p-act{
    padding-top:40px;
    padding-bottom:40px;
    background-color: rgb(242, 244, 245);
}
.p-act-dt{
    margin-bottom: 20px; 
}
.p-act-dt img{
    width:100%;
}
.p-act-dt .p-act-dt-de{
    text-align: center;
    background: #fff;
    position: relative;
    font-size: 15px;
    padding: 10px;
}
.p-act-dt .p-act-dt-de .img-de img{
    text-align: center;
    margin: 0 auto;
    width: 80px;
    top: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.p-act-dt .p-act-dt-de h4{
    margin-top: 40px;
}
.p-act-dt .p-act-dt-de p{
}
.p-act-2{
    background:#fff;
    padding: 20px;
}
.p-act-2-dt{
    text-align:center;
    font-size:15px;
}
.p-act-2-dt img{
    
}
.p-act-2-dt h4{
   margin: 15px 0; 
}
.p-act-2-dt p{
    
}
.new-vs{
      background-color: rgb(242, 244, 245);
}
.logo-mobile img{
}
.sli-mb{
    display: none !important;
}
.carousel-indicators {
    bottom: 0px;
} 
.slide-active #primary-menu .navbar-nav>li a {
    color: #fff;
}
/*end vesinh */
.show-more-btn::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(https://vesinhcongnghiep5s.vn/wp-content/uploads/2023/03/arrwon-1s-150-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 10px;
}
.open-video-popup-btn {
    display: block;
    position: relative;
}
.why-choose-us-video .ratio-box {
    padding-top: 67%;
}
.open-video-popup-btn {
    display: block;
    position: relative;
}
.ratio-box {
    display: block;
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    background-color: #f6f6f6;
}
.video-wrraper-kp{
        height:500px;
    }
    .video-production .video-demo h2 {

    }
    .video-production .video-demo h2 a,.video-production .video-demo h2 a:hover,.video-production .video-demo h2 a:focus,.video-production .video-demo h2 a:active {

        color: #fff !important;
    }
    .video-production .video-demo h2 a{
        text-transform: uppercase;
    }
     #video_detail .modal-dialog .modal-header{
        padding: 0;
        margin: 0;
        position: absolute;
        right: 15px;
        z-index: 99;
        border: none;
    }
    #video_detail .modal-dialog .modal-header .close {
        color: #fff;
    }
    #video_detail .modal-dialog .modal-body{
        padding:0;
        background: #000;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.ratio-box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.s-contrsuc1{
      padding: 60px 0; 
}
.why-choose-us-video .play-video-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    background-color: rgb(13 69 143 / 85%);
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 15px 35px;
}
.why-choose-us-video .play-video-btn .fa {
    margin-right: 5px;
}



.services-wrapper #services-bar-thumbs .owl-controls{
    display:none;
}
.services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-wrapper #services-bar-thumbs {
    width: 475px;
}
.services-wrapper #services-bar-thumbs .owl-item {

    list-style-type: none;
    position: relative;
    z-index: 2;
    border: 1px solid #4f4f4f;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 70px;
    opacity: 0.8;
    cursor: pointer;
    color: #fff;
    width: 100% !important;
    min-height: 100px;
}
.services-wrapper #services-bar-thumbs .owl-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 14px solid;
    border-color: transparent transparent transparent #00a2a3;
    display: block;
}
.services-wrapper #services-bar-thumbs .owl-item.current {
    border-color: #0d458f;
    background-color: #0d458f;
    opacity: 1;
    -webkit-box-shadow: 0px 6px 49px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 6px 49px 0px rgb(0 0 0 / 35%);
}

#services-bar-thumbs .owl-stage-outer{
    background-color: #052e64;
}
.services-sidebar .md-title {
    padding: 38px 70px;
    color: #fff;
    margin-bottom: 0;
    background-color: #052d62;
    position: relative;
    z-index: 1;
}
.services-wrapper #services-bar-thumbs .owl-item + .owl-item{
    border-top: 0;

}
.services-wrapper #services-bar-thumbs .owl-item li{
    padding-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
}
.services-wrapper #services-bar-thumbs .owl-item li .services-nav-icon {
    width: 40px;
    display: inline-block;
}
.services-wrapper #services-bar-thumbs .owl-item li .services-nav-icon img{
    width: 35px;
}
.services-wrapper #services-bar-thumbs .owl-item.current .services-nav-icon img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
}

.services-wrapper #services-bar{
    width: calc(100% - 475px);
    position: relative;
}
#services-bar-thumbs .owl-stage-outer .owl-stage{
    width:100% !important;
    transform: none !important;
}


.services-wrapper #services-bar-thumbs .owl-item li .services-nav-title {
    font-weight: bold;
    font-size: 17px;
    width: calc(100% - 40px);
    padding-left: 20px;
}
#services-bar .owl-stage-outer{
    height: 100%;
}
#services-bar .owl-stage-outer .owl-stage{
    height: 100%;
}

#services-bar .owl-stage-outer .owl-item{
    height: 100%;
}
#services-bar .owl-stage-outer .owl-item .item{
    height: 100%;
}
.services-slider-item{
    margin: 0;
    height: 100%;
}
.services-slider-item {
    padding: 120px;
    color: #fff;
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.services-slider-item .services-slider-title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}
.services-slider-item .main-btn {
    padding: 15px 27px;
    -webkit-box-shadow: 0px 6px 49px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 6px 49px 0px rgb(0 0 0 / 35%);
}
.services-slider-item .services-slider-desc {
    font-size: 16px;
    margin-bottom: 35px;
    width: 640px;
    max-width: 100%;
}
.services-slider-item .services-slider-nav {
    list-style-type: none;
    font-weight: bold;
    width: 460px;
    max-width: 100%;
    margin: -8px;
    margin-bottom: 30px;
    padding: 0;
}
.services-slider-item .services-slider-nav::after {
    content: "";
    display: table;
    clear: both;
}
.services-slider-item .services-slider-nav li {
    width: 50%;
    float: left;
}
.services-slider-item .services-slider-nav li a{
   color:#fff;
     -webkit-transition: 0.2s;
    transition: 0.2s;
    color: inherit;
    position: relative;
    display: block;
    padding: 8px;
    font-size: 17px;
}
.services-slider-item .services-slider-nav li:hover a {
    padding-left: 28px;
}
.services-slider-item .services-slider-nav li:hover a::before {
    opacity: 1;
}
.services-slider-item .services-slider-nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 10px solid;
    border-color: transparent transparent transparent #00a2a3;
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
}
.main-btn {
    display: inline-block;
    background-color: #00a2a3;
    color: #fff;
    padding: 10px 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: 0;
    border: 0;
    border-radius: 0;
    font: inherit;
    cursor: pointer;
    font-weight: bold;
    min-width: 170px;
}
.main-btn:hover {
    background-color: #00cbcc;
    color: #fff;
}
.main-title-2 {
    display: inline-block;
    color: #00a2a3;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-left: 3px solid #00a2a3;
}
.show-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.home-project-wrapper .columns {
    margin: -15px 0;
}

.home-project-wrapper .column {
    width: calc(100% / 3);
}
.column {
    padding: 15px;
}
.home-project-item {
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.home-project-item:hover {
    -webkit-box-shadow: 0px 20px 49px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 20px 49px 0px rgb(0 0 0 / 35%);
}
.home-project-item .home-project-img .ratio-box {
    padding-top: 85%;
}
.home-project-item:hover .home-project-title {
    background-color: rgb(13 69 143 / 85%);
}
.ratio-box {
    display: block;
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    background-color: #f6f6f6;
}
.ratio-box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}


.home-project-item .home-project-title {
    width: 100%;
    max-width: 370px;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: inherit;
    transition: inherit;
}
.home-project-item .home-project-title {
    width: 45%;
    max-width: 100%;
    font-size: 18px;
}

.home-project-item .home-project-title a {
    padding: 15px 35px;
}
.home-project-item .home-project-title a {
    display: block;
    padding: 15px;
    color: inherit;
}
.home-project-item .home-project-title .main-arrows-icon {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-arrows-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #0d458f;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
}
.news-1sc{
    padding: 30px 0;
}

#dichvu li img{
    
}
#page-content{
    left:0
}
#page-content.slide-active{
    padding-top:0
}
#slide-nav .navbar-toggle{
    cursor:pointer;
    position:relative;
    line-height:0;
    float:left;
    margin:0;
    width:30px;
    height:40px;
    padding:0px 0 0;
    border:0;
    background:0 0
}
#slide-nav .navbar-toggle>.icon-bar{
    width: 90%;
    display: block;
    height: 2px;
    margin: 5px 0 0;
    background-color: #555;
}
#slide-nav .navbar-toggle.slide-active .icon-bar{
    background:#e8522f
}
.tab-title .view-all{
    display:none;
    color:#fff!important;
    font-size:12px;
    background:#b7b7b7!important;
    border-radius:20px;
    width:80px;
    height:25px;
    padding:0 5px;
    line-height:25px;
    float:right;
    transition:.5s ease;
    margin-top:8px;
    -webkit-transition:.5s ease
}
.wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.social .social-facebook {
    color: #4a90e2;
}
.social a {
    display: inline-block;
    font-size: 42px;
    margin-right: 10px;
    line-height: 0;
}
.social a:hover{
    opacity: .9;
}
.social .social-youtube {
    color: #d0021b;
}
.custom-regis{
    background: #065f32;
    padding: 10px 0;
    margin: 10px -20px;
}
.custom-regis #wpcf7-f2918-p3294-o1{
    padding:25px;
}
.custom-regis .wpcf7-form-control-wrap .wpcf7-form-control {
    border-radius: 0;
    margin-bottom:10px;
}
.custom-regis .phone-group .wpcf7-submit{
    background: #fff !important;
    color: #065f32 !important;
    border-radius: 5px;
}
.custom-regis .phone-group{
    text-align:center;
    margin-bottom: 0;
}
#content-single-post table td {
    padding: 4px;
    border: 1px solid #e2dfdd;
}
@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
   
}
@media (min-width:767px){
    .mobile{display:none;}
    .post-item-box{
    }
    #menu-item-111{
        margin-right:10px
    }

}
@media (max-width:767px){
    .gap-section{
        padding-top:40px;
        padding-bottom: 30px;
    }
    .sigle-post-cus .post-related-wrapper .post-related-title{
        height:60px;
        background-color: unset;
        padding: 10px 0;
    }
    .contact-right, .contact-left {
        width:100%;
    }
    .contact-left {
        flex-direction: column;
    }
    .product-single-title-cus h1 {
        padding-top: 0px !important;
        margin-top: 10px;
    }
    #content-single-post {
        padding: 5px 10px!important;;
    }
    .stuck .evo-logo a img {
        width: 70px;
        margin-top: 15px;
    }
    .section-title-center span {
        font-size: 20px !important;
    }
    .single-banner.offer-banner-cont {
        border: 2px solid #113c72;
        margin-bottom: 15px;
    }
    .special-head {
        font-size: 18px !important;
    }
    .dn-post .dn-post-detail {
    }
    .call-container,.regis-container{
        display:block !important;
    }
    .author-title {
        text-align: center;
    }
    .modal-header {
        padding: 8px;
        font-size: 15px;
        line-height: 22px;
    }
    .mar-mobile{
        padding: 5px;
        overflow: hidden;
    }
    .flk-if {
        padding: 0 10px;
    }
    .call-to-action{
   
    }
    #slide-nav .container{
        margin:0;
        padding:0!important
    }
    #slide-nav .navbar-header{
        margin:0 auto;
        padding:0 15px
    }
    #slide-nav .navbar.slide-active{
        position:absolute;
        width:280px;
        top:-1px;
        z-index:1000
    }
    #slide-nav #slidemenu{
        background:#156848;
        left:-100%;
        width:280px;
        min-width:0;
        position:fixed;
        padding-left:0;
        z-index:101;
        top:0;
        margin:0;
        min-height:100vh;
        height:100%;
        overflow-x:hidden;
        overflow-y:visible
    }
    #slide-nav #slidemenu .navbar-nav{
        min-width:0;
        width:100%;
        margin:0
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a{
        min-width:0;
        white-space:normal
    }
    #slide-nav{
        border-top:0
    }
    #slide-nav.navbar-inverse #slidemenu{
        background:#333
    }
    .navbar-default{
        background:#fff;
    }
    .ho-tro-form .form-insert {
        width: 90% !important;
    }
    .sologan-tvbh {
        font-size: 16px;
    }
    .col-promotions .is-divider{
        display:none;
    }
    .blog-sale-hsh h5 {
       height: auto !important;
    }
    .post-item-box .post-title {
        height: auto !important;
    }
    .post-item-box .from_the_blog_excerpt {
        height: 65px;
        overflow:hidden
    }
    .navbar-default .navbar-nav>li a{
        font-size: 16px !important;
        color: #fff;
        font-weight: 500;
    }

}
.post-detail,article .cover{
    overflow:hidden
}
@media (min-width:768px){
    .navbar-nav,.navbar-nav>li{
        padding: 0 8px;
    }
    .navbar-nav{
        text-align:center
    }
    .navbar-nav>li{
        display:inline-block
    }
    #page-content,.navbar-header{
        left:0!important;
        z-index:9999999
    }
    .navbar.navbar-fixed-top.slide-active{
        position:fixed
    }
    .navbar-nav > li > a {
        line-height: 30px;
    }
 
}
/* Icon Xoay */
@keyframes xoaytron {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateZ(0deg);
    padding: 0px;
    filter: brightness(100%);
  }
  85% {
    -webkit-transform: rotateZ(1080deg);
    transform: rotateZ(1080deg);
    padding: 0px;
    filter: brightness(120%);
  }
  100% {
    -webkit-transform: rotateZ(1080deg);
    transform: rotateZ(1080deg);
    padding: 0px;
    filter: brightness(129%);
  }
}
.post-related {
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
.product-single-title-cus{
    padding-bottom:10px;
}
.post-related-wrapper .post-related-title {
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
}
.post-related:hover {
    opacity: .9;
}
.post-related-wrapper .post-related-title a {
    color: #666c71;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    display: inherit;
}
.dn-social-share {
    float: right;
    margin-bottom: 15px;
}
.dn-social-share span {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: -4px;
    cursor: pointer;
}
.dn-social-share span i {
    font-size: 22px;
    width: 100%;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.dn-social-share span.facebook i {
    background-color: #0096db;
}
.dn-social-share span.twitter i {
    background-color: #bcbdc1;
}
.dn-social-share span.pinterest i {
    background-color: #f68121;
}
.dn-social-share span.linkin i {
    background-color: #017bc4;
}
.title-inan {
    font-size: 22px;
    padding: 20px 0;
    margin: 0;
}
.author-title {
    color: #065f32;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}
.img-author {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.ngocan-info {
    text-align: center;
    margin-top: 10px;
}
.nav-tabs{
    border-bottom:1px solid #eaeaea
}
.nav-tabs>li{
    font-size:16px;
    font-weight:700;
    margin-right:10px
}
.nav-tabs>li.active{
    border-bottom:1px solid #065f32
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    border:none;
    position:relative
}
.tabs-home li a{
    color:grey;
    padding-left:0
}
.nav-tabs>li.active>a{
    color:#065f32!important;
    position:relative
}
.post-item-box .post-title{
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.post-item-box{
    width:50%;
    float:left;
    padding:0 15px;
    margin-bottom:15px
}
.post-detail{
    width:160px;
    height:110px;
    margin-right:8px;
    float:left
}
.post-item-box .post-detail .box-text-inner .post-title{
    color:#656565;
    line-height:24px;
    font-size:16px
}
.post-item-box .post-detail a img{
    height:110px;
    object-fit:cover
}
.post-item-box .post-detail .box-text{
    padding-top:0
}
.col-flex{
    flex:1;
    flex-direction:column
}
.box-header-promotions{
    margin:35px 0;
}
.section-title-main2{
    font-size:18px
}
.col-promotions .cover a img {
    height: 165px;
    object-fit: cover;
}
.logo{
    display:none;
}
.car-home{

}
.fl-detail:after {

}
.single-banner.offer-banner-cont {
    border: 4px solid #113c72;
    border-radius: 20px;
    overflow: hidden;
}
.single-banner > a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.single-banner.offer-banner-cont img {
    height: 280px;
    transition: all .5s ease-in-out;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    width: 100%;
    object-fit: cover;
}
.offer_banner {
    padding: 15px;
    font-size: 20px;
    margin: -30px 20px 0;
    background: #fff;
    position: relative;
    border-top: 2px solid #c8102e;
}
.single-banner.offer-banner-cont:hover img {
    transform: scale(1.2);
}
.service-kn{
    margin-top: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width:1025px){
    .services-sidebar{
        width:100%;
    }
    .services-wrapper #services-bar {
        width:100%;
        height:auto;
    }
    #services-bar-thumbs .owl-stage-outer {
        display: flex;
        flex-wrap: wrap;
    }
    .services-wrapper #services-bar-thumbs {
        width:100%;
    }
    .services-wrapper #services-bar-thumbs .owl-item{
        width: 50% !important;
        padding: 10px 15px;
        min-height: 90px !important;
    }
    .services-wrapper #services-bar-thumbs .owl-item::after {
        content: none;
    }
    .home .services-slider-item .services-slider-desc, .home .services-slider-item .services-slider-title {
        width: 75%;
    }
}
@media only screen and (max-width:991px){
    .new-home .col-promotions .cover a img{
        width:160px;
        height:110px;
        object-fit:cover
    }
    .ad-wrapper {
        padding: 20px 20px;
    }
    .el-xoay:before {
        left: -8px;
    }
    .el-xoay:after {
        right: -8px;
    }
    .new-home .col-promotions{
        height:auto!important;
        display:block;
        width:100%
    }
    .new-home .col-promotions .cover{
        width:160px;
        float:left
    }
    .new-home .col-promotions .box-text{
        margin-left:180px;
        width:auto;
        padding-top:0
    }
    .new-home .col-promotions .box-text .box-text-inner{
        text-align:left
    }
    .new-home .col-promotions .box-text .box-text-inner .is-divider{
        margin-left:0;
        margin-right:0
    }
    .post-detail a img{
        width:160px;
        height:110px;
        object-fit:cover
    }
    .new-home{
        display:block!important
    }
    .section-title-main{
        font-size:16px;
        padding:0 18px
    }
    .call-to-action{
        bottom:10px
    }
    .home-about-us-section .left {
        width: calc(100% / 12 * 6);
    }
        .home-about-us-section .right {
        width: calc(100% / 12 * 6);
    }
    .home-about-us-section::before {
        font-size: 80px;
        left: 15px;
    }
    .home-about-us-section .main-title-box .main-title .clip-text {
        font-size: 180px;
        top: -30px;
    }
    .about-us-intro li {
        padding: 0;
    }
    .about-us-intro li .icon {
        width: 80px;
        height: 80px;
    }
    .about-us-intro li .icon img {
        padding: 3px;
    }
    .services-wrapper #services-bar-thumbs .owl-item li .services-nav-title {
        font-size: 14px;
    }
    .services-slider-item {
        padding: 50px 50px 100px 30px;
    }
}
@media only screen and (max-width:768px){
    .top-head{
        display:none;
    }
    .logo{
        text-align: center;
        margin-top: 6px;
        display:flex;
        align-items:center;
        flex:1;
        justify-content: center;
    }
    .logo h2{
        font-size: 20px;
        color: #0a6836;
        margin: 0 0 -5px 0;
    }
    .logo a{
         color: #fff;
        text-transform: uppercase;
        font-size: 20px;
    }
    .box-header-cus,.entry-title{
        margin-top:20px
    }
    .site-branding,.sologan-home{
        display:none
    }
    .entry-title{
        font-size:22px
    }
    .content-thread,.quotes-contact{
        margin-bottom:20px
    }
    .quotes-call{
        display:none;
    }
    .car-home{
        width: 50%;
        padding: 5px 8px;
    }
    .car-home .car-home-detail {
        padding: 5px;
    }
    .section-title-center{
       
    }
    .box-header-promotions {
        margin: 25px 0;
    }
    .service-kn {
         margin-bottom: 0;
    }
    .single-banner.offer-banner-cont:last-child{
       margin-bottom: 0;
    }
    .single-banner.offer-banner-cont{
       margin-bottom: 15px !important;
    }
    .car-home:hover {
        border-color: #fff !important;
    }
    .car-home .list-inline {
        
        height: auto;
    }
    .tab-title{
        width:100%;
        border-bottom:1px solid #bdbdbd;
        padding:5px;
        overflow:hidden
    }
    .tab-title:first-child{
        border-top:1px solid #bdbdbd
    }
    .tab-title .view-all{
        display:block;
        float:right
    }
    .tab-title .select-tab{
        float:left
    }
    .nav-tabs>li>a.view-all{
        color:#fff!important
    }
    .call-to-action{
        left:30px;
        bottom:20px
    }
    .content-thread article{
        min-height:min-content!important
    }
    .content-single{
        margin-top:0!important
    }
    .logo img{
        width:32px;
    }
     .dn-post-spr {
        padding-left: 4px;
        padding-right: 4px;
    }
    .home-about-us-section .left {
        width: 100% !important;
    }
    .home-about-us-section .right {
        width: 100% !important;
    }
    .home-project-wrapper .column {
        width: 100%;
    }
    .home-about-us-section::before {
        font-size: 50px;
        white-space: normal;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: static;
        padding: 0 15px 30px;
    }
    .testimonial_item {
        padding: 15px;
    }
    .home-about-us-section .left img {
        width: 100%;
    }
    .home-about-us-section .main-title-box .main-title {
        padding-left: 100px;
    }
    .home-about-us-section .main-title-box .main-title .clip-text {
        font-size: 90px;
        right: unset;
        left: 0;
        top: -14px;
    }
    .services-wrapper #services-bar-thumbs .owl-item {
        min-height: 105px !important;
    }
    .main-title-box {
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
    }
    .main-title-box .main-title {
        font-size: 18px;
    }
    .logo-head-kn {
        display: block;
    }
    .evo-logo {
        display:none;
    }
    .dno-ph {
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
        margin-top: 20px;
    }
    .services-slider-item .services-slider-nav li {
        width: 100%;
    }
    .gioi-thieu-section {
        padding-left: 4px;
        padding-right: 4px;
    }
    .columnvtc{
         display:block;
    }
    .clcenter{
        margin: 20px 0;
    }
    .sli-pc{
        display:none !important;;
    }
    .sli-mb{
        display:block !important;;
    }
    .dno-ph {
        border: 1px solid #fff;
    }
    .dno-ph span, .dno-ph i  {
        color:#fff !important;
    }

}
@media (max-width:767px){
    .slide img{
    }
    .about-box{
        flex-direction: column;
        gap:20px
    }
    .about-box img {
        width: 100%;
    }
    .logo-mobile{
        display:block
    }
    .logo-head-kn {
        padding: 0 !important
        margin-top: 40px;
    }
    #menu .ui-menu-top,.add-menu-mobile{
        display:block!important
    }
    #menu .ui-menu-top{
        visibility:visible!important
    }
    .navbar-collapse{
        padding-left:0;
        padding-right:0
    }
    .mobile-menu .sub-menu{
        position:relative!important;
        margin:0;
        box-shadow:none;
        float:none;
        background:#0c331e;
    }
    .navbar-nav>li>a{
        padding:15px;
        border-bottom: 1px solid #cccccc36;
    }
    .nav-menu .menu-item-has-children>a:after{
        width: 51px;
        height: 50px;
        padding: 14px 20px;
        top: 0;
        font-size: 20px;
        right: 0;
    }
    .arrown-act:after{
        transform:rotate(90deg)!important;
        -webkit-transform:rotate(90)!important
    }
    .add-menu-mobile li a img{
        height:55px
    }
    .sub-menu .menu-product{
        text-align:left!important
    }
    .new-home .col-promotions{
        height:390px
    }
    .menu-dv {
        width: 100% !important;
    }
    .menu-prd-name {
        font-size: 14px !important;
        margin-left: 15px;
    }
    .car-home .list-inline {
        font-size: 15px;
        max-height: 70px;
    }
    .act-prd2 {
        width: 100%;
    }
   
}

@media only screen and (max-width:650px){
    .row-flex{
        display:block!important
    }
    .post-item-box{
        width:100%;
        margin-bottom: 5px;
    }
    .post-item-box .post-title{
        line-height:20px;
        font-size:14px;
        overflow: hidden;
    }
}
@media only screen and (max-width:550px){
    article .summary{
        display:none
    }
}
@media only screen and (max-width:490px){
    .new-home .col-promotions .cover{
        width:100%;
        float:none
    }
    .new-home .col-promotions .box-text{
        margin-left:0;
        width:100%;
        padding-top:.7em
    }
    .new-home .col-promotions .cover a img{
        width:100%;
        height:auto;
        object-fit:cover
    }
    .new-home .col-promotions .box-text .box-text-inner .is-divider{
        margin-left:auto;
        margin-right:auto
    }
    .new-home .col-promotions .box-text .box-text-inner{
        text-align:center
    }
}
@media only screen and (max-width:415px){

    .quotes-call,.quotes-pop{
        width:100%
    }
    .nav-tabs>li>a{
        font-size:14px
    }
    .home-product {
        margin-bottom: 0;
    }
}
@media only screen and (max-width:350px){
    .tab-title{
        padding:0
    }
    .nav-tabs>li>a{
        margin-right:0
    }
    .post-detail {
        width: 120px;
    }
    .post-news-home {
        padding-left: 130px !important;
    }
    .sologan-tvbh {
        font-size: 15px !important;
    }
}
.sub-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:280px;
    font-size:14px;
    text-align:left;
    list-style:none;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    -webkit-box-shadow:rgba(0,0,0,.5) 0 2px 8px 0;
    box-shadow:rgba(0,0,0,.5) 0 2px 8px 0;
    background:#fff;
    border:none;
    padding:10px 0 0!important;
    webkit-transition:.35s;
    -o-transition:.35s;
    transition:.35s
}

.site-footer{
    background:#e0e1e3
}
.quotes .quotes-title{
    font-size:18px;
    margin:20px 0
}
.entry-content .wpcf7 .wpcf7-submit,.modal-body .wpcf7 .wpcf7-submit,.quotes .quotes-detail .wpcf7 .wpcf7-submit{
    font-size:16px;
    background:#065f32;
    font-weight:700;
    color:#fff;
    margin-top:10px;
    width: 100%;
    border-radius: 5px;
    
}
#absolute-footer{
    background-color:#1c1c1c
}
.copyright-footer{
    padding:10px 0;
    text-align:center;
    color:rgba(255,255,255,.5);
    font-size:14px;
    margin-bottom:0
}
.btn-style{
    width: 100%;
    height: 36px;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-radius: 3px;
    background: #065f32;
    padding-left: 60px;
    position: relative;
}
.foot-in-itm{

}
#back-to-top,#hotline,#menu .ui-menu-top a,.entry-content td,.menu-prd-name,.quotes-call,.sub-menu .menu-product,.title-gia-xe{
    text-align:center
}
.arrow-pop{
    position:absolute;
    left:-15px;
    top:-12px;
    width:60px;
    height:60px;
    background:#0087dc;
    border-radius:30px;
    border:2px solid #fff
}
.arrow-pop i{
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 22px;
}
.quotes .quotes-pop button{
    margin-bottom:34px
}
.quotes-call{
    background:#f2f2f2;
    border-radius:5px;
    padding:10px;
    color:#676767
}
.pop-call{
    font-size:20px;
    color:#009dff;
    font-weight:700
}
.pop-call i{
    margin-right:10px;
    font-size:26px
}
.pop-call a{
    font-weight:700
}
.call-now{
    font-weight:700;
    font-size:18px
}
.title-gia-xe{
    margin-top:-10px
}
.title-gia-xe span{
    font-size:16px;
    color:#f70000
}
.post-news-home{
    padding-left:170px;
}
.post-news-home h5 a{
    color:#065f32
}
.ho-tro-box{
     position: relative;
    padding:60px 0;
    text-align:center
}
.ho-tro-box::before{
      content: "";
      background-image: url(https://cleaning.vnwordpress.net/wp-content/uploads/2019/05/slider-02.jpg);
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; 
}
.ho-tro-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 164, 73, 0.8); /* Mã màu với độ mờ */
}
.ho-tro-title{
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:20px;
    padding:0 10px;
    position: relative;
    z-index: 2;
}
.ho-tro-form .form-group{
    display:inline-block;
    padding:0 3px 0 3px
}
.ho-tro-form .form-insert{
    width:250px;
    position:relative
}
.phone-group .wpcf7-submit{
    width:95px;
    height:31px;
    border:0;
    background:#065f32;
    border-radius:20px;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    color:#fff
}
.button-car-service .wpcf7-submit{
    width: 100%;
    border-radius: 5px;
    height: 43px;
}
.textarea-service .wpcf7-textarea{
    height: 80px;
}
.label-service{
    color: #065f32;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.ho-tro-form .wpcf7-form-control{
    border-radius:17.5px;
    font-size:14px;
    font-style:italic;
}
.ho-tro-form .wpcf7-submit{
     background: #333 !important;
}
.ho-tro-form .wpcf7-validation-errors{
    color:#fff
}
.phone-group .phone{
    padding-right:105px
}
.ho-tro-form .phone-group{
    position:relative
}
.ho-tro-form ::-webkit-input-placeholder{
    font-size:14px
}
.ho-tro-form ::-moz-placeholder{
    font-size:14px
}
.ho-tro-form :-ms-input-placeholder{
    font-size:14px
}
.ho-tro-form input:-moz-placeholder{
    font-size:14px
}
.ho-tro-form .wpcf7-response-output{
    color:#fff!important
}
.ho-tro-form .wpcf7-not-valid-tip{
    position:absolute;
    width:300px
}
.ho-tro-form .wpcf7-form-control-wrapl input{
    border-radius: 17.5px;
    font-size: 14px;
    font-style: italic;
}
.ho-tro-form .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.nav-tab-product{
   margin-bottom: 20px; 
}
.icon-inner{
   margin-bottom: 20px; 
}
.footer-h2{
    border-left: 4px solid #065f32;
    padding-left: 8px;
    line-height: 28px;
    margin: 15px 0;
}
.footer-info{
   background:#032a07;
   padding: 30px 0;
   font-size: 14px;

}
.footer-info .icon-inner img{
    width:60px;
}
.footer-info .company-name{
    display:flex;
    align-items: flex-end;
}
.footer-info .company-name h2{
    margin-bottom:0px;
    margin-left: 10px;
    font-size: 28px;
}
.footer-info *{
    color:#fff;
}
.foot-in-itm h3{
    font-size:18px
}
.phone-contact{
    font-weight:bold;
}
.footer-contact p a{
    color:#ff5a5a;
    font-size: 16px;
}
.footer-contact p a:hover{
    color:#ff0000;
}
.foot-in-itm .is-divider{
    background-color:#ccc
}
.foot-in-itm .foot-info-detail{
    color:#000
}
.foot-in-itm .foot-info-detail p:first-child{
    font-size:15px;
}
.foot-in-car ul li a span {
    
}
.foot-in-itm ul{
    padding: 0 10px;
}
.foot-in-itm ul li{
    padding: 3px;
}
.foot-in-itm ul li a{
    color: #000;
    font-size: 14px;
}
.foot-in-itm ul li a i{
    margin-right:8px
}
.newsletter-form {
    margin-top: 20px;
    position: relative;
}
.newsletter-form .m-0 .wpcf7-email {
    width: 100%;
    height: 30px;
    padding: 0 105px 0 10px;
    border: 0;
    border-radius: 50px;
    font-size: 12px;
    color: #262626;
}
.mail-group {
    width: 95px;
    height: 28px;
    border: 0;
    border-radius: 50px;
    background: #065f32;
    position: absolute;
    top: 1px;
    right: 1px;
}
.mail-group input {
    background: 0 0;
    border: none;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 10px;
}
.mail-group:hover{
    opacity: .9;
}
.content-single {
    margin-bottom: 10px;
}
#back-to-top.show{
    opacity:1
}
#back-to-top{
    bottom:50px;
    right:5px;
    z-index:9999;
    width:40px;
    height:40px;
    line-height:40px;
    color:#FFF;
    border:0;
    border-radius:2px;
    opacity:0;
    cursor:pointer;
    background:#065f32
}
#back-to-top,#hotline{
    position:fixed
}
.hotline-footer {
    display: none;
}
.call-to-action{

}
.call-to-action ul{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
}
.call-to-action li{
    display:inline-block;
    margin-right: 5px;
    position:fixed;
    left:10px;

    z-index:90
}
.call-to-action li:nth-child(1){
    bottom:20px;
}
.call-to-action li:nth-child(2){
    bottom:58px;
}
.call-to-action li:nth-child(2) a{
    background-color:#d55006
}
.call-to-action li:nth-child(3){
    bottom:100px;
}
.call-to-action li a{
    color: #fff;
    border-radius: 20px;
    padding: 6px 20px;
}
.btn-primary{
    background-color:#065f32;
    border:none
}
.call-to-action li i{
    color:#fff;
    margin-right:8px
}

.call-to-action .title-cta{
    color:#fff;
    font-size:15px
}
.entry-title{
    font-size:22px;
    margin-bottom:5px;
    line-height:30px
}
.entry-header{
    margin-bottom:10px
}
.modal-header .sologan-quote strong a{
    color:red
}
.bread{
    margin-top:15px;
}
.content-single,.introduce{
    margin-top:5px
}
.page-title{
    font-size:18px;
    border-bottom:1px solid #eaeaea;
    padding-bottom:7px;
    color:#065f32;
    font-weight:700;
    margin:0 0 25px
}
.page-title span{
    position:relative
}
.content-thread article{
    padding:10px 0;
    position:relative;
    border-bottom:1px solid #e5e5e5
}
.page-title span::after{
    content:"";
    width:100%;
    height:1px;
    background:#065f32;
    position:absolute;
    left:0;
    bottom:-8px
}
.content-thread article .cover{
    width:25%;
    float:left
}
.content-thread article .cover a img{
    width:100%;
    height:auto;
    object-fit:cover
}
.content-thread header{
    width:75%;
    float:left;
    padding-left:10px
}
.content-thread article>header .title{
    margin:0;
    line-height:16px;
    font-weight:700
}
.content-thread article>header .title a{
    color:#3a3a3b;
    font-weight:700;
    font-size:14px
}
.content-thread header .summary{
    margin-top:15px
}
article .summary{
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.widget-area .widget-title{
    font-size: 20px;
    border-bottom: 1px solid #065f32;
    padding-bottom: 10px;
    text-transform: inherit;
    padding-top: 10px;

}
.widget-area ul{
    padding-left:5px
}
.widget-area ul li{
    list-style:none;
    display:flex;
}
.widget-area ul li .title-post{
    width:80%;
}
.widget-area ul li a{
    color:#4a4a4a;
    font-size:14px;
    font-weight:600
}
.widget-area ul li a img{
    width:60px;
    height:60px;
    float:left;
    margin-right:10px;
    margin-bottom:20px
}
.widget-area ul li a:hover,.widget-price{
    color:#065f32;
    font-size: 14px;
}
#recent-posts-product ul li p {
    margin-bottom: 0;
    font-size:15px;
}
#recent-posts-product ul li a img{
    width: 80px;
    height: 60px;
    object-fit: cover;
}
.entry-content .zing-content table{
    width:100%;
    margin:0 0 15px;
    font-size:16px;
}
.entry-content tr:first-child{
    font-weight:700
}
.entry-content tr:first-child td{
    padding:6px 10px
}
.entry-content td{
    padding:15px 10px;
    border:1px solid #e2dfdd
}
.entry-contentt img{
    max-width:100%!important;
    width:auto!important;
    height:auto!important
}
.nav-menu .menu-item-has-children>a:after{
    content:"\f0d8";
    font-family:FontAwesome;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    position:absolute;
    right:-2px
}
.nav-menu li>a:only-child:after{
    content:""
}
.sub-menu .menu-item a{
    padding: 8px 20px;
    display: block;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    transition: .3s all;
}
.blog-sale-hsh h5{
    line-height: 23px;
    height: 45px;
    overflow: hidden;
}
.sub-menu .menu-item:hover a{
    background:#156848;
    color:#fff;
}
.blog-sale-hsh h5 a{
   color:#065f32;
}
.dv-menu-home .sub-menu li a{
    font-size:15px;
}
@media screen and (min-width:768px){
    #primary-menu li.menu-item-has-children:hover>ul.sub-menu{
        display:block
    }
    #primary-menu .car-menu-home:hover .sub-menu{
        width:100%
    }
    #primary-menu .menu-cskh:hover .sub-menu{
        width:240px
    }
    #primary-menu .dv-menu-home:hover .sub-menu {
        width: 100%;
    }
    .menu-dv{
       width: 25%;
    }
    
}
.menu-prd-name{
    text-transform:initial;
    font-size:16px;
    color:#1f1f1f
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{
    position:relative
}
.car-menu-home:hover,.dv-menu-home:hover{
    position:static
}
.menu-dv{
    text-align:center;
     padding: 0;
}
.dv-menu-home img{
    margin:0 auto;
    display:block;
    height: 34px;
    object-fit: cover;
}
@media screen and (max-width:1200px) and (min-width:991px){
    .navbar-nav, .navbar-nav>li {
        padding: 0 2px;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
    .sub-menu .menu-product{
        width:25%
    }
      .logo {
        display: none !important;
    }
    .nav>li>a {
        padding: 10px 12px;
        font-size:18px !important;
    }
    .navbar {
        min-height: auto;
        padding: 10px 0;
    }
    .dno-ph{
        display:none;
    }
    .menu-ipad{
        width:800px;
    }
    .evo-top-bar .container{
         width:800px;
    }
    .site-branding .evo-top-bar .social-icons li {
       width: 40px;
    }
    #primary-menu .dv-menu-home:hover .sub-menu {
        width: auto;
    }
}
    @media only screen and (max-width:768px){
        .contact-container {
            flex-direction: column;
        }
        .contact-left {
            display: flex;
        }
        .contact-left h4{
            font-size:16px;
            margin-bottom:0px;
        }
        .contact-right iframe{
            height:300px;
        }
        .map-tab p{
            display:none;
        }
        .vsnl-dv{
            padding-left: 8px;
            padding-right: 8px;
        }
        .dv-vs .nl-home {
            padding: 10px;
        }
        
        .home-form .form-box {
            align-items: center;
            flex-direction: column;
        }
        .vsnl-dv img {
            height: 200px;
        }
        .vsnl-dv h3 {
 
            font-size: 16px;
            height: 28px;
            overflow: hidden;
        }
        .vsnl-dv img {
            border-radius: 10px;
        }
        .video-wrraper-kp{
            height:300px;
        }
    }
    @media only screen and (max-width: 600px) {
      .kp-video-all {
        flex: 0 0 92%;
        max-width: 92%;
      }
      .call-to-action {
          display:none;
    }
      .hotline-footer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        z-index: 99;
        background: rgba(0,0,0,0.6);
    }
    .hotline-footer .left {
        width: 65%;
        float: left;
        height: 100%;
        color: white;
        line-height: 43px;
        text-align: center;
    }
    .hotline-footer a {
        display: block;
    }
    .hotline-footer .left a {
        background: #df9a32;
        line-height: 40px;
        margin: 5px;
        border-radius: 3px;
        color:#fff;
    }
    .hotline-footer .right {
        width: 35%;
        float: right;
        height: 100%;
        line-height: 43px;
        text-align: center;
    }
    .hotline-footer .right a {
        background: #d25834;
        line-height: 40px;
        margin: 5px;
        border-radius: 3px;
        color:#fff;
    }
    .hotline-footer .left img, .hotline-footer .right img {
        width: 30px;
        padding-right: 10px;
    }
}
@media screen and (max-width:475px){
   
}
#menu .ui-menu-top{
    padding:0 15px;
    line-height:40px;
    background:#f8f8f8;
    display:none;
    visibility:hidden
}
#menu .ui-menu-top span{
    text-align:center;
    display:block;
    font-size:16px;
    color:#065f32;
    font-weight:700
}
#menu .ui-menu-top a{
    right:0;
    display:block;
    position:absolute;
    width:40px;
    background:#df5c53;
    color:#fff;
    font-size:20px;
    top:0
}
.navbar-header:after{
    clear:both
}
.navbar-header:after,.navbar-header:before{
    content:" ";
    display:table
}
.navbar-collapse{
    padding-right:0
}
.sigle-post-cus {
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
}
.feature-box-style-daidien{
    padding:10px;
    margin-bottom:20px;
    border-radius:2px;
    background-color:#f2fbff;
    border:1px dashed #1997d4;
    box-shadow:0 1px 2px 2px rgba(0,0,0,.1)
}
.feature-box-link img{
    border-radius:50%;
    margin:auto
}
.feature-box-info .phone-siderbar {
    background-color: #065f32;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
}
.feature-box-info .phone-siderbar i {
    font-size: 24px;
}
.feature-box-info .phone-siderbar a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.item-feature-box.text-center .feature-box-icon{
    display:block
}
.item-feature-box.text-center .feature-box-info{
    display:block;
    padding:0;
    font-size: 16px;
}
.feature-box-info ul{
    text-align:justify;
    margin:15px 0 0
}
.feature-box-info ul li i{
    color:#1997d4
}
.feature-box-info ul li{
    margin-bottom:10px
}
#breadcrumbs {
    padding: 10px 0;
    margin-bottom: 0;
}
#breadcrumbs span a {
    color: #333;
    font-size: 14px;
    padding: 5px;
}
#breadcrumbs span i {
    color: #666;
    font-size: 13px;
}
.breadcrumb_last{
    font-size: 14px;
    text-transform: lowercase;
}
.site-header{
    width: 100%; z-index: 30;position: relative;background-size: cover;background-position: 50% 0;transition: background-color .3s,opacity .3s;}
.site .stuck{
      animation: stuckMoveDown .6s;
 }
.stuck{box-shadow: 1px 1px 10px rgba(0,0,0,0.44);top: 0;position: fixed;left: 0; right: 0; margin: 0 auto;
 }
@keyframes stuckMoveDown{
    0%{ transform:translateY(-100%) }
    100%{transform:translateY(0) }
}
