:root{
  --primary-theme-color: #343268;
}

.truncate-property-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .city-img {
  height: 300px; 
  width:480px!important;
  object-fit: cover;
}
.tab-title label {
  border-top-left-radius: 10px;
  position: relative;
  cursor: pointer;
  width: 115px;
  height: 40px;
  background-color: #FFF5E0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.tab-title label {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-title label:hover, .tab-title label.active {
  background-color: var(--primary-theme-color);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.tab-title label.style {
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
}
.icon-social-wg a svg {
  font-size: 17px;
  margin-right: 19px;
  color: #8E8E93;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-social-wg a svg:hover {
  color: var(--primary-theme-color);
}
.flat-blog .wrap-blog .box img {
  height: 360px;
} 
.flat-blog .box .related_post {
  height: 200px;
  width: 350px;
}
.flat-tabs.style2 .tab-title label {
  position: relative;
  cursor: pointer;
  width: 112px;
  height: 54px;
  background-color: #FFF5E0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.flat-tabs.style2 .tab-title label i {
  margin-right: 8px;
  font-size: 19px;
  color: #fff;
  font-weight: 100;
}
.flat-tabs.style2 .tab-title label {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-tabs.style2 .tab-title label:hover, .flat-tabs.style2 .tab-title label.active {
  background-color: var(--primary-theme-color);
}
.flat-tabs.style2 .tab-title label:hover , .flat-tabs.style2 .tab-title label.active  {
  color: #fff;
}
.flat-tabs.style2 .tab-title label:nth-child(1) {
  margin-right: 5px;
}

.show-more {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.read_more .less-txt {
  display:none;
}
.read_more.remove .less-txt {
  display:block;
}
.read_more.remove .more-txt {
  display:none;
}
.language_bar_list {
  display: flex;
}
.language_bar_list li:nth-child(1) {
  margin-right: 15px;
}
.seo_title {
  font-size: 40px;
  line-height: 60px;
}
@media only screen and (max-width: 600px) {
  .mobile-input-width {
    width: calc(50% - 30px)!important;
    margin-bottom: 5px;
  }
  .seo_title {
    font-size: 20px;
    line-height:30px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .thumbs-swiper-row .swiper-wrapper .swiper-slide .image-detail img {
    height:548px;
    object-fit: contain;
  }
  .thumbs-swiper-row1 .swiper-wrapper .swiper-slide .image-detail img {
    width:140px;
    height:80px;
  }
}
.hover-img3 .img-style3 img {
  height: 80px;
  object-fit: contain;
}
.nav-item{
  background-color: var(--primary-theme-color);
  margin: 0 .5rem;
  border-radius: 10px;
}
.nav-link{
  color: white;
}

.nav-link:hover{
  color: #FDFDFDFF; !important;
}
@media (max-width: 576px) {
  .hp-nav {
    height: 48px;
    min-width: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.icons-agent{
  margin-bottom: .7rem;
}

.main-menu-lang-social {
  display: none;
}
.main-menu-lang-social-sidebar{
  font-size: 1.2rem; /* 30px */
  line-height: 1.2rem; /* 36px */
  gap: 2rem;
}

@media (min-width: 768px) {
  .main-menu-lang-social {
    margin-right: 2.5rem;
    display: flex;
  }

}

.sub-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}