.h-banner-slider .c-img {
  padding-top: 46%;
}
.h-banner-slider img {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.list_contact ul li {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.list_contact ul li:hover {
  transform: scale(1.2);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.list_contact,
.back-to-top {
  right: 15px !important;
}
.back-to-top {
  bottom: 10px !important;
}
.h-banner-slider .slide-item_wrapper {
  position: relative;
}
.h-banner-slider .slide-item_wrapper:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(184, 34, 34, 0) 0%,
    rgba(85, 8, 8, 0.51) 100%
  );
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.h-banner-slider .slide-item_wrapper a {
  z-index: 2;
}
.h-banner-slider .slide-item_wrapper a:hover {
  color: #e4b179;
}
.select__language {
  position: relative;
  cursor: pointer;
}
.select__language .hv-lang {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 160%;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.select__language .language {
  background: white;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.menu_wrapper .select__language .language {
  background: transparent;
  display: inline-block;
  border: none;
}
.select__language:hover .hv-lang {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.skiptranslate {
  display: none;
}
body {
  top: 0 !important;
}
.item__pro .img_ img {
  box-shadow: none;
}
.all-bg-linear {
  background: linear-gradient(180deg, #FFF0E3 0%, #fffdfc 100%);
}
.all-bg-linear-sp {
  background: linear-gradient(180deg, #FFF0E3 0%, #fffdfc 100%);
}
.all-bg {
  background-color: #FFF0E3;
}
.product_slide__wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #FFF0E3 0%, #fffdfc 100%);
}
.product_slide__wrapper .product__description {
  position: relative;
  z-index: 2;
}
.scrollstyle1::-webkit-scrollbar-track,
.ajaxmenu__wrapper .menu__ .menu__child::-webkit-scrollbar-track,
.ajaxmenu__wrapper
  .menu__
  .row
  div[class^="col"]:nth-child(even)
  .wrapper.main::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  width: 6px;
  height: 6px;
}
.ajaxmenu__wrapper .menu__ .menu__child::-webkit-scrollbar,
.ajaxmenu__wrapper
  .menu__
  .row
  div[class^="col"]:nth-child(even)
  .wrapper.main::-webkit-scrollbar,
.scrollstyle1::-webkit-scrollbar {
  background-color: #992517;
  margin: 6px;
  width: 6px;
  height: 6px;
}
.ajaxmenu__wrapper .menu__ .menu__child::-webkit-scrollbar-thumb,
.ajaxmenu__wrapper
  .menu__
  .row
  div[class^="col"]:nth-child(even)
  .wrapper.main::-webkit-scrollbar-thumb,
.scrollstyle1::-webkit-scrollbar-thumb {
  background-color: #992517;
  border-radius: 3px;
  width: 6px;
  height: 6px;
}
.header__form {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav_footer .footer__wrapper ul li a:hover {
  color: #e4b179;
}
.footer__subscribe button:hover img {
  animation: rotateAnimation 2s linear infinite;
}
@keyframes rotateAnimation {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.item__pro .pro__ratting .title,
.rating-item .title {
  display: none;
}
.item-rating .rating-box .star {
  font-size: 16px !important;
}
.rating-item .item-rating {
  display: flex;
  align-items: center;
}
.rating-item .item-rating .text-score {
  order: 2;
  padding-top: 7px;
  margin-left: 15px;
}
.total-rating_v3 .show-ratting,
.total-rating_v3 .comment-no-ratting .show--contact,
.total-rating_v3 .comment-no-ratting button {
  border: none;
  outline: none;
  background-color: #992517 !important;
}
.total-rating_v3 .show-ratting:hover,
.total-rating_v3 .comment-no-ratting .show--contact:hover,
.total-rating_v3 .comment-no-ratting button:hover {
  border: none;
  outline: none;
  background-color: #e4b179 !important;
}
.total-rating_v3 .item-process .load-result--star,
.total-rating_v3 label[for^="files"],
.total-rating_v3 .item-process .load-result--star .count {
  color: #992517 !important;
}
.total-rating_v3 .comment-no-ratting textarea {
  padding: 8px !important;
}
.hv_sp:hover {
  color: #992517 !important;
}
.img_project_custom{
  border:1px solid rgb(231, 227, 227);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.img_project_custom img{
  object-fit: contain;
}