body{
  overflow-x: visible;
  background: #fff;
}
.hero h1{
  font-weight: bold;
  line-height: 60px;
}
.hero p{
  font-style: italic;
}
.solution-card h3{
  font-weight: 600;
}
a{
  transition: all 0.3s;
}
a:hover{
  transition: all 0.3s;
}
.solution-card a:hover h3{
  color: #d4af37;
}
.solutions-content .top-content h2{
  font-weight: 600;
}
.solutions-content .top-content .italic{
  font-style: italic;
}
.process-content h2{
  font-weight: bold;
  text-align: right;
  font-size: 40px;
}
.process-content .process-content-sub{
  text-align: right;
  font-size: 16px;
  margin-top: 15px;
  font-style: italic;
}
.process-item h3{
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s;
}
.process-item{
  padding-right: 100px;
  position: relative;
  cursor: pointer;
}
.process-item:hover h3{
  padding-left: 3px;
  transition: all 0.3s;
}
.process-item span{
  color: #d4af37;
  position: absolute;
  font-size: 36px;
  top: 30px;
  right: 32px;
}
.about h2{
  font-weight: bold;
}
.news h2{
  font-weight: bold;
}
.lang-switch img{
  width: 32px;
  height: 22px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.submenu a{
  font-size: 14px;
}
.header-content .logo img{
  top: -22px;
}
.blog-module {
  position: relative;
}
.blog-module .ladi-container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-top: 180px;
}

.blog-list .wp-show-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3%;
  margin-left: 0 !important;
  margin-top: 30px;
}
.blog-list .wp-show-posts .wp-show-posts-single {
  width: 31%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: #f1f3f4;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-image {
  margin-bottom: 0;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-inner img {
  max-width: 100%;
  height: auto;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-header {
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-header:before {
  position: absolute;
  width: 90%;
  height: 1px;
  top: 95%;
  left: 4%;
  content: "";
  border-bottom: 3px solid rgb(158, 158, 158);
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-header h2{
  margin-bottom: 6px;
  padding: 0 5px;
}
.blog-list .wp-show-posts .wp-show-posts-single {
  padding-bottom: 20px;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-header h2 a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111;
  display: inline-block;
  text-align: left;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-header h2 a:hover {
  color: #b5952c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-summary {
  padding: 0 10px;
  position: relative;
  height: 75px;
  overflow: hidden;
}
.blog-list .wp-show-posts .wp-show-posts-single .wp-show-posts-entry-summary p {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(0, 0, 0);
  text-align: justify;
  padding-left: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}
.blog-list .wp-show-posts .wp-show-posts-single .wpsp-read-more a {
  display: none;
}
.blog-list .wp-show-posts .wp-show-posts-single .wpsp-read-more a:hover {
  color: #b5952c;
}

.blog-detail {
  min-height: 600px;
  padding-top: 200px;
}
.blog-detail .content .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(0, 0, 0);
  border-bottom: 4px solid rgb(217, 217, 217);
  margin-bottom: 40px;
}
.blog-detail .content img {
  width: 100%;
  margin-bottom: 30px;
}
.blog-detail p {
  font-size: 19px;
  text-align: justify;
  line-height: 1.6;
  color: rgb(0, 0, 0);
}
.blog-detail .content {
  margin-bottom: 30px;
}
.blog-page{
  background: #fff;
}
.blog-page .container{
  width: 1280px;
  margin: 0 auto;
  max-width: 90%;
}
.abouts .solutions-content1{
  position: relative;
}
.abouts .container{
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
.abouts .solutions-content1{
  position: relative;
  padding-right: 40%;
}
.abouts .solutions-content1 img{
  position: absolute;
  max-width: 30%;
  top: -80px;
  right: 0;
}
.abouts .solutions{
  position: relative;
  overflow: hidden;
}
.solutions-content1 p{
  font-size: 18px;
  line-height: 28px;
}
.solutions-content1{
  margin-bottom: 100px;
}
.solutions-content2 p{
  font-size: 18px;
  line-height: 28px;
}
.solutions-content3 p{
  font-size: 18px;
  line-height: 28px;
}
.solutions-content2 h1{
  font-weight: bold;
}
.solutions-content3 h1{
  font-weight: bold;
}
.solutions-content3{
  padding-left: 40%;
}
.dichvu .solutions-content{
  margin-top: 60px;
}
.dichvu .solutions-content h2{
  font-weight: bold;
}
.page_tintuc .new_content{
  padding-top: 160px;
}
.page_tintuc .new_content .container{
  max-width: 1280px;
  margin: 0 auto;
}
.page_tintuc .new_content .title{
  text-align: center;
  font-weight: bold;
  color: rgb(212, 175, 55);
  margin-bottom: 40px;
  margin-top: 60px;
  font-size: 40px;
}
.page_tintuc .new_content .wp-show-posts-single{
  margin-bottom: 40px;
}
.wpsp-load-more{
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.wpsp-load-more .page-numbers{
  color: #111;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 8px;
}
.wpsp-load-more .page-numbers:hover,
.wpsp-load-more .page-numbers.current{
  color: rgb(212, 175, 55);
}
.swiper .swiper-slide img{
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.swiper .swiper-slide{
  background: #fff;
  padding: 15px;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
  font-size: 24px;
  color: #fff;
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after{
  font-size: 24px;
  color: #fff;
}
.solutions-grid{
  display: flex;
  gap: 3%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.solutions-grid .solution-card{
  width: 31%;
  margin-bottom: 20px;
}
@media(max-width: 1024px) {
  .solutions-content1 h1{
    line-height: 50px;
  }
}
@media(max-width: 768px) {
  .solutions-grid{
    gap: 0;
    flex-direction: column;
  }
  .solutions-grid .solution-card{
    width: 100%;
    margin-bottom: 20px;
  }
  .solutions-content-food{
    flex-direction: column;
  }
  .solutions-content-food-text{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .solutions-content-food-img{
    width: 100%;
    margin-bottom: 30px;
  }
  .solutions-content3{
    padding-left: 0;
  }
  .solutions-content1{
    padding: 0;
  }
  .solutions-content2{
    padding: 0;
  }
  .abouts .solutions-content1{
    padding-right: 0;
  }
  .abouts .solutions-content1 img{
    display: none;
  }
  .abouts .hero-content img{
    max-width: 300px;
  }
  #contact-modal-overlay{

  }
  .contact-modal input, 
  .contact-modal textarea{
    font-size: 12px;
    padding: 8px;
  }
  .contact-modal input{
    height: 32px;
  }
  .contact-modal textarea{
    min-height: 80px;
  }
  .contact-modal form{
    gap: 8px;
  }
  .contact-modal-logo img{
    width: 140px;
  }
  .contact-modal-right{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-info-block{
    font-size: 12px;
  }
  .contact-modal-close{
    color: #222;
  }
}
