img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  /* image-rendering: optimizeSpeed;            
    image-rendering: -moz-crisp-edges;         
    image-rendering: -o-crisp-edges;           
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;             
    image-rendering: optimize-contrast;       
    -ms-interpolation-mode: nearest-neighbor;   */
}
.c-img {
  display: block;
  position: relative;
  padding-top: 66%;
}

.c-img img,
.c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.line-camp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-camp-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-camp-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.c-img-50 {
  display: block;
  position: relative;
  padding-top: 50%;
}

.c-img-50 img,
.c-img-50 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.c-img-70 {
  display: block;
  position: relative;
  padding-top: 70%;
}

.c-img-70 img,
.c-img-70 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.c-img-100 {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-img-100 img,
.c-img-100 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-user {
  padding: 15px;
  margin: 15px 0;
  border: solid 1px #e1e1e1;
}
.post-user .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #982517;
  background: #ccc;
  padding: 5px;
}
.post-user .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-user .ct {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.post-user .ct .name .cate {
  font-size: 16px;
  color: #750e01;
  font-weight: bold;
}
.post-user .ct .shot-content {
  font-size: 15px;
  line-height: 1.5;
}
.s-content em {
  font-style: italic;
}

.s-content strong {
  font-weight: 600;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  object-fit: initial;
  /*height: auto;*/
  width: auto !important;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  /* border-collapse: collapse; */
  width: 100%;
  /* border: solid 1px rgba(0, 0, 0, 0.08); */
}

.s-content strong {
  font-weight: 600;
}

.s-content em {
  font-style: italic;
}

.s-content a {
  color: #740e01;
}
.s-content table td {
  /* border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.08); */
  padding: 5px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.back-to-top {
  display: none;
  position: fixed;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-animation: laolen 1s infinite;
  -moz-animation: laolen 1s infinite;
  -ms-animation: laolen 1s infinite;
  -o-animation: laolen 1s infinite;
  animation: laolen 1s infinite;
}

.back-to-top:hover {
  background: white;
  opacity: 0.8;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  font-weight: 600;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Italic.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-BoldItalic.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}

html,
body {
  font-size: 16px;
}

a,
.item-video__collection .image-video .btn-play img {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.3s all 0s;
  -moz-transition: 0.3s all 0s;
  -ms-transition: 0.3s all 0s;
  -o-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}

a:hover,
.project_cate .body .title:hover,
.project_cate .body .title:focus,
a:focus {
  color: #740e01;
  text-decoration: unset !important;
}

body {
  line-height: 1.5;
  max-width: 1920px;
  margin: auto;
  font-family: "Roboto-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

textarea,
input,
button {
  outline: none !important;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

::-webkit-input-placeholder {
  color: #888888;
  font-family: Roboto-Regular;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0rem 0;
  font-family: "Roboto-Regular";
  background-color: #992517 !important;
}

.list-your__carts {
  margin-bottom: 1.875rem;
}

.list-your__carts .items-your__cart {
  background-color: #f9f9f9;
  padding: 1.25rem;
}

.delete-cart__items img {
  transition: all 0.3s;
  min-width: 15px;
  min-height: 15px;
}

.delete-cart__items:hover img,
.delete-cart__items:focus img {
  transform: rotate(180deg);
}

.list-your__carts .items-your__cart:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.title-your__cart {
  font-family: "Roboto";
  font-size: 1.125rem;
  color: #252525;
}

.price-your__cart {
  font-family: "Roboto";
}

.philosopher {
  font-family: "Philosopher";
}

.list-your__carts .items-your__cart .row {
  align-items: center;
}

.list-your__carts .items-your__cart .row .col {
  flex: unset;
}

.list-your__carts .items-your__cart .row .col:nth-child(2) {
  width: 40%;
  margin-right: auto;
}

.min-width-81 {
  min-width: 81px;
}

.list-your__carts .items-your__cart .row .col:nth-child(3) {
  width: 13%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.list-your__carts .items-your__cart .row .col:nth-child(4) {
  width: 13%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.list-your__carts .items-your__cart .row .col:nth-child(5) {
  width: 13%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.list-your__carts .items-your__cart .row .col:nth-child(6) {
  width: 4%;
}

.media-your__cart {
  display: flex;
  align-items: center;
}

.media-your__cart .img-items__cart {
  display: flex;
  width: 70px;
  height: 75px;
  margin-right: 20px;
  background-color: white;
}

.media-your__cart .intros-items__carts {
  width: 100%;
  flex: 1;
  font-size: 14px;
}

.media-your__cart .intros-items__carts .name-prd {
  font-size: 18px;
}

.itmes-cart__manys {
  max-width: 60px;
  width: fit-content;
}

.itmes-cart__manys .form-group {
  display: flex;
  align-items: center;
  margin: 0px;
  width: fit-content;
}

.itmes-cart__manys .value-button {
  line-height: 0;
  font-size: 18px;
  color: #8e8f9d;
  padding: 0px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #dadae5;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  text-align: center;
  vertical-align: middle;
  user-select: none !important;
}

.itmes-cart__manys .form-group input {
  width: 100%;
  text-align: center;
  border: 0px;
  color: #484954;
  flex: 1;
  background-color: transparent;
}

.itmes-cart__manys .value-button {
  line-height: 0;
  font-size: 18px;
  color: #8e8f9d;
  padding: 0px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #dadae5;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  text-align: center;
  vertical-align: middle;
  user-select: none !important;
}

.delete-cart {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: 0.3s;
}

.delete-cart:hover {
  background: #ebebeb;
  transition: 0.3s;
}

.delete-cart::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #666666;
  border-radius: 5px;
  z-index: 1;
}

.delete-cart::after {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #666666;
  border-radius: 5px;
  z-index: 1;
}

.header__form {
  background: #740e01;
  max-width: 20.375rem;
  border-radius: 30px;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}

.header__form input {
  border-radius: 30px;
  border: transparent;
  max-width: 16.875rem;
  width: 100%;
  padding: 0.75rem;
  background: #f6e0ce;
}

.header__form button {
  border: transparent;
  background: transparent;
  color: #fff;
  min-width: 3.125rem;
  font-size: 1.2rem;
  font-weight: 100;
  text-align: center;
  padding: 0.75rem;
  padding-left: 1.25rem;
}

.select__language {
  display: inline-flex;
  background: #740e01;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  min-width: 8.75rem;
  vertical-align: middle;
  padding: 0.7rem 0.9375rem;
}

.select__language img {
  max-width: 1.5625rem;
  object-fit: contain;
  margin-right: 0.3125rem;
}

.slide .slide-item_wrapper {
  position: relative;
  z-index: 0;
}
.slide-item_wrapper img{
  height: 700px;
  width: 100%;
}
@media (max-width: 1440px) {
  .slide-item_wrapper img{
    height: 500px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .slide-item_wrapper img{
    height: 300px !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slide-item_wrapper img{
    height: 250px !important;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .slide-item_wrapper img{
    height: 150px !important;
    width: 100%;
  }
}
.slide .title_ {
  font-size: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.btn__ {
  font-size: 1rem;
  padding: 0.75rem 1.5625rem;
  background-color: #992517;
  border: solid 1px #992517;
  color: #fff;
  font-family: "Roboto-Regular";
  display: inline-block;
  border-radius: 30px;
}

.btn__:hover,
.btn__:focus {
  background: #fff;
  color: #43130d;
  border: 1px solid #43130d;
}

.header__form .btn__:hover,
.header__form .btn__:focus {
  background: transparent;
  color: #000;
}

.title_sm {
  color: #992517;
  font-size: 1rem;
  font-family: "Roboto-Regular";
}

.title_lg {
  color: #43130d;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Philosopher";
}

.about {
  margin-top: -4.375rem;
  z-index: 1;
  position: relative;
}

.about .about__wrapper {
  background: #fff;
  padding: 3.125rem 2.5rem;
}

.about .title_sm {
  margin-bottom: 0.3125rem;
}

.about .title_lg {
  margin-bottom: 1.25rem;
}

.about .about__short_content {
  margin-bottom: 3.125rem;
  text-align: justify;
}

.about img {
  width: 100%;
  max-height: 32.1875rem;
  object-fit: cover;
}

.why .s-content {
  max-width: 70.625rem;
  width: 100%;
  margin: auto;
  font-family: "Roboto-Regular";
  color: #555555;
  font-size: 1rem;
  margin-top: 1.5625rem;
}

.why .title_lg {
  margin-bottom: 1.875rem;
}

.why .item__ {
  background-color: #fff;
  box-shadow: 0px 5px 12px rgba(228, 177, 121, 0.15);
  padding: 1.875rem 1.25rem;
  position: relative;
  height: 100%;
  z-index: 1;
}

.why .item__::after {
  background-image: url(../images/bg_icon1.png);
  background-repeat: no-repeat;
  background-size: 9.6875rem;
  background-position: bottom right;
  content: "";
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.why .item__ img {
  float: left;
}

.why .item__ .text__ {
  padding-left: 4.375rem;
}

.reviews {
  padding-top: 14.875rem;
}

.why .item__ .text__ .title_ {
  font-size: 1.125rem;
  font-family: "Philosopher";
  margin-bottom: 0.9375rem;
  color: #43130d;
  font-weight: 700;
  padding-bottom: 0.4375rem;
  position: relative;
}

.why .item__ .text__ .title_::after {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #43130d;
  content: "";
  left: 0;
  width: 3.125rem;
}

.why .item__ .text__ .short_ {
  font-size: 1rem;
  color: #555555;
}

.reviews {
  padding-bottom: 5rem;
  position: relative;
}

.reviews .img_ {
  position: absolute;
  z-index: 0;
}

.reviews .title_sm,
.reviews .title_lg {
  color: #fff;
}

.reviews .title_sm {
  margin-bottom: 0.625rem;
}

.reviews .title_lg {
  margin-bottom: 1.875rem;
}

.reviews .reviews_slide {
  background-color: #992517;
}

.reviews .reviews_slide {
  max-width: 46.875rem;
  margin-left: auto;
  position: relative;
  top: 3.75rem;
  padding: 2.8125rem;
}

.reviews .reviews_slide:after {
  background-image: url(../images/logovanloc.png);
  display: block;
  top: 1.5625rem;
  width: 13.4375rem;
  height: 6.5625rem;
  left: 2.8125rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: 1;
  opacity: 0.2;
}

.reviews .reviews_slide .item__wrapper {
  color: #fff;
  font-family: "Roboto-Regular";
}

.reviews .reviews_slide .item__wrapper img {
  float: left;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.reviews .reviews_slide .item__wrapper .name_ {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.reviews .reviews_slide .item__wrapper .text__ {
  padding-left: 10rem;
}

.reviews .reviews_slide .item__wrapper .position_ {
  letter-spacing: 0.1rem;
  margin-bottom: 0.625rem;
  font-size: 12px;
}

.reviews .reviews_slide .item__wrapper .short__ {
  opacity: 0.8;
  font-size: 1rem;
}

.reviews .action-slider {
  position: absolute;
  left: -7.1875rem;
  bottom: 0;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.action-slider {
  min-width: 7.5rem;
  height: 3.75rem;
  display: flex;
  justify-content: space-between;
}

.action-slider > * {
  background: #e4b17a;
  left: unset;
  position: absolute;
  right: unset;
  margin-top: 0;
  font-size: 2rem;
  top: unset;
  width: 50%;
  height: 100%;
}

.action-slider > * img {
  max-width: 1.5625rem;
}

.action-slider > *:hover,
.action-slider > *:focus {
  background: #f5f5f5;
}

.action-slider > *:hover img,
.action-slider > *:focus img {
  filter: invert(1);
}

.action-slider .swiper-button-prev {
  left: 0;
}

.action-slider .swiper-button-prev img {
  transform: rotateZ(-180deg);
}

.action-slider .swiper-button-next {
  right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

#map {
  position: relative;
  padding-top: 57%;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg_center_add {
  position: relative;
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: 9.375rem;
  background-position: top 3.125rem center;
}

.bg_center_add::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/logovanloc.png);
  background-repeat: no-repeat;
  background-size: 16.375rem;
  background-position: top 3.125rem center;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .bg_center_add::before {
    content: "";
    position: absolute;
    top:-44px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/logovanloc.png);
    background-repeat: no-repeat;
    background-size: 16.375rem;
    background-position: top 3.125rem center;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
  }
}

.bg_center_add_custom {
  position: relative;
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: 9.375rem;
  background-position: top 3.125rem center;
}

.bg_center_add_custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/logovanloc.png);
  background-repeat: no-repeat;
  background-size: 16.375rem;
  background-position: top 3.125rem center;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 576px) {
  .bg_center_add_custom::before {
    content: "";
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/logovanloc.png);
    background-repeat: no-repeat;
    background-size: 16.375rem;
    background-position: top 3.125rem center;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
  }
}

.bg_center {
  position: relative;
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: 9.375rem;
  background-position: top 3.125rem center;
}

.bg_center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/logovanloc.png);
  background-repeat: no-repeat;
  background-size: 16.375rem;
  background-position: top 3.125rem center;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}


.item__pro:focus .img_::after,
.item__pro:hover .img_::after {
  opacity: 1;
}

.item__pro:focus .call,
.item__pro:hover .call {
  background-color: #43130d;
  color: #fff;
}

.item__pro:focus .call::before,
.item__pro:hover .call::before {
  background-image: url(../images/call-f.svg);
}

.item__pro {
  display: flex;
  height: 100%;
  background: #fff;
  flex-wrap: wrap;
}
.item__pro > * {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.item__pro .img_ {
  display: block;
  background: #fff;
  position: relative;
}

.item__pro .img_::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  z-index: 0;
  content: "";
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu_wrapper ul li a {
  color: #fff;
}
.menu_wrapper ul li:hover > .ajaxmenu__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.menu_wrapper ul li a:hover {
  color: #fff;
}

.item__pro .img_ img {
  /*max-width: 12.5rem;
    max-height: 12.5rem;*/
  width: 100%;
  display: block;
  margin: auto;
}

.item__pro .pro__ratting {
  padding: 0.9375rem 0;
}

.item__pro .name_ {
  margin-top: 0.9375rem;
  font-weight: 600;
  color: #43130d;
  padding: 0rem 1.5625rem;
  text-align: center;
}

.item__pro .call {
  text-align: center;
  display: block;
  border-top: solid thin #ebebeb;
  padding: 0.9375rem 0.75rem;
  color: #43130d;
}

.item__pro .call::before {
  content: "";
  background-image: url(../images/call.svg);
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

.product .title_lg {
  margin-bottom: 1.25rem;
}

.description .wrapper {
  background-position: top left 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.description .short__content {
  color: #555555;
  font-family: "Roboto-Regular";
}

.item-product .short_ {
  font-family: "Roboto-Regular";
  color: #555555;
}

.project .item__project {
  position: relative;
  height: 100%;
}

.project .item__project.half {
  height: 50%;
}

.project .item__project.half .name_ {
  font-size: 1.5rem;
}

.project .item__project.half .name_:hover {
  color: #fff;
}

.project .project__wrapper .name_:hover {
  color: #fff;
}

.project .item__project.half img {
  max-height: 29rem;
}

.project .item__project img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.project .project__wrapper {
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 2.1875rem;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(80, 10, 10, 0) 0%,
    rgba(13, 0, 0, 0.94) 100%
  );
}

.project .project__wrapper .name_ {
  display: block;
  width: 100%;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.news .title_lg {
  margin-bottom: 1.5625rem;
}

.news__item {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.news__item:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.news__item .btn__ {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 2.125rem;
  transform: translateY(-50%);
}

.header__form:focus,
.header__form:hover {
  background: #fff;
}

.header__form:focus i,
.header__form:hover i {
  color: #000;
}

.news__item .img_ {
  float: left;
  max-width: 20.3125rem;
  z-index: 1;
  width: 100%;
  position: relative;
}

.news__item .img_,
.news__item .img_ img {
  max-height: 20.3125rem;
}

.news__item .img_ img {
  width: 100%;
}

.news__item .text__ {
  padding: 0.875rem 12.375rem 0.875rem 23.75rem;
  height: fit-content;
}

.news__item .text__ .name__ {
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
  font-family: "Philosopher";
  color: #43130d;
}

.news__item .text__ .short__ {
  color: #4d4d4d;
  font-family: "Roboto-Regular";
  text-align: justify;
}

.time {
  background: #FFF0E3;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  padding: 0.625rem 0.5rem;
  z-index: 1;
  font-family: "Philosopher";
}

.time > * {
  flex: 0 0 100%;
  width: 100%;
  color: #740e01;
}

.time .num_ {
  font-weight: 600;
  display: block;
  font-size: 24px;
}

.news__item:hover,
.news__item:focus {
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.product_slide__wrapper {
  padding-bottom: 4.0625rem;
  position: relative;
  z-index: 1;
}

.product_slide__wrapper .swiper-pagination {
  margin-top: 2.1875rem;
}

.product_slide__wrapper .short__content {
  margin-top: 2.1875rem;
}

.product_slide__wrapper .title_sm {
  margin-bottom: 0.9375rem;
}

.product_slide__wrapper .title_lg {
  max-width: 21.875rem;
  line-height: 1.2;
}

.product__item .name {
  font-size: 1.375rem;
  color: #43130d;
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem;
  text-align: center;
}

.product__item .short {
  color: #252525;
  font-size: 1rem;
  font-family: "Roboto-Regular";
}

.swiper-pagination {
  width: 100%;
  left: 0;
  position: relative;
}

.swiper-pagination span {
  background: #ffefe2;
  width: 0.9375rem;
  opacity: 1;
  height: 0.9375rem;
  padding: 0;
  margin: 0px 0.4375rem;
}

.swiper-pagination span[class*="-active"] {
  background: #ffefe2;
  box-shadow: 0 0 1px 8px rgba(255, 229, 201, 0.3);
}

.maps {
  position: relative;
  z-index: 1;
}

.maps iframe {
  width: 100%;
  height: 26.5rem;
  max-height: 100%;
}

.item__maps:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item__maps .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #252525;
}

.item__maps .text_ {
  padding-left: 4.6875rem;
}

.item__maps img {
  width: 3.75rem;
  height: 3.75rem;
  float: left;
  object-fit: contain;
}

.maps__contact {
  overflow: hidden;
  background: #efefef63;
}
.maps__contact .title_lg {
  background: #902215;
  color: #fff;
  padding: 0.75rem 1.5625rem;
}

.maps__contact .maps__list {
  padding: 1.25rem 1.5625rem;
  max-height: 100%;
  overflow-y: auto;
}

.maps__contact .maps__list ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.maps__contact .maps__list::-webkit-scrollbar {
  width: 7px;
  background-color: #ebebeb;
}

.maps__contact .maps__list::-webkit-scrollbar-thumb {
  background-color: #902215;
}

.contact_block {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
  background-position: top 2.125rem center;
  background-color: #FFF0E3;
}

.contact_block .title_sm {
  margin-bottom: 0.3125rem;
}

.contact_block .title_lg {
  margin-bottom: 0.9375rem;
}

.contact_block .short_ {
  color: #252525;
  font-family: "Roboto-Regular";
  text-align: center;
  margin-bottom: 2.1875rem;
}

.contact_block input {
  border-radius: 99px;
  padding: 0.75rem 1.875rem;
  font-size: 1rem;
  font-family: "Roboto-Regular";
  height: auto;
  border: 1px solid #43130d;
}

.contact_block button {
  border: solid thin transparent;
  display: block;
  max-width: 28.125rem;
  margin: 1.5rem auto 0 auto;
  font-size: 1rem;
}

.des,
.item__maps .short,
.contact .short_,
footer .short,
footer .short_ {
  color: #555555;
  font-size: 1rem;
  font-family: "Roboto-Regular";
}

.nav_footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav_footer .footer__wrapper ul {
  display: flex;
  justify-content: flex-end;
}

.nav_footer .footer__wrapper ul li {
  display: inline-block;
}

.nav_footer .footer__wrapper ul li:not(:last-child) {
  margin-right: 3.5rem;
}

.nav_footer .footer__wrapper ul li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-family: "Roboto-Regular";
}

footer {
  padding-top: 3.125rem;
  color: #fff;
}

footer .footer__nav {
  padding-bottom: 2.8125rem;
}

footer .footer__subscribe {
  margin-top: 1.25rem;
}

footer ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

footer ul li a {
  font-family: "Roboto-Regular";
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

footer ul li a::before {
  content: "";
  background-image: url(../images/box.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  font-size: 1rem;
  margin-right: 0.625rem;
}

footer .title_sm {
  color: #e4b179;
  font-family: inherit;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  opacity: 0.95;
}

footer .copy__wrapper {
  background-color: rgba(66, 66, 66, 0.2);
  text-align: center;
  padding: 0.75rem 0;
}

.footer__list {
  margin-top: 0.9375rem;
}

.footer__list a {
  margin-right: 1.25rem;
}

.footer__list a:hover,
.footer__list a:focus {
  color: #992517;
}

.footer__subscribe input,
.footer__subscribe button {
  border: transparent;
  height: 40px;
}

.footer__subscribe {
  font-family: "Roboto-Regular";
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  padding: 0.2rem;
  justify-content: space-between;
}

.footer__subscribe input {
  padding-left: 12px;
}

.footer__subscribe button {
  min-width: 50px;
  border-top-right-radius: 5px;
  padding: 5px;
  background: #740e01;
  border-bottom-right-radius: 5px;
}

.footer__subscribe button img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.section-cart {
  padding-top: 4.375rem;
  background: #fff;
}

.form-cart .title-cart {
  color: #43130d;
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.5625rem;
  font-family: "Philosopher";
  font-weight: 700;
}

.form-cart .tb_scroll {
  overflow: auto;
  background: #f9f9f9;
}

.form-cart .tb_scroll .table_desc table {
  border-collapse: collapse;
  width: 100%;
  border: 0.0625rem solid #ebebeb;
}

.form-cart .tb_scroll .table_desc table tr {
  border-collapse: collapse;
  border: 0.0625rem solid #ebebeb;
  padding: 0.125rem;
}

.form-cart .tb_scroll .table_desc table tr th {
  padding: 0.625rem 1.875rem;
}

.form-cart .tb_scroll .table_desc table tr td {
  border-collapse: collapse;
  vertical-align: middle;
  padding: 1.5625rem 1.875rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
}

.form-cart .tb_scroll .table_desc table tr td .box-pro {
  background: #fff;
  padding: 0.5rem 0.3125rem;
}

.form-cart .tb_scroll .table_desc table tr td .cnt-pro {
  margin-left: 1.25rem;
  font-family: "Philosopher";
  width: 70%;
}

.form-cart .tb_scroll .table_desc table tr td .cnt-pro .name-pro {
  color: #43130d;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
}

.form-cart .tb_scroll .table_desc table tr td .cnt-pro .s-title {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #484954;
  font-weight: 300;
  font-family: "Roboto-Regular";
  margin-top: 0.3125rem;
}

.form-cart .tb_scroll .table_desc table tr td .d_inputNumber .amount {
  width: 20%;
  text-align: center;
  border: unset;
  background: #f9f9f9;
}

.form-cart .tb_scroll .table_desc table tr td .d_inputNumber .input_amount {
  border: 0.0625rem solid none;
  background: #dadae5;
  width: 15px;
  height: 15px;
  display: inline-flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.form-cart .tb_scroll .table_desc table tr td .d_inputNumber .input_amount i {
  font-size: 0.625rem;
}

.form-cart .btn_group {
  margin-top: 1.875rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
}

.form-cart .btn_group .btn_item {
  border: 0.0625rem solid #ebebeb;
  border-radius: 6.1875rem;
  background: #fff;
  padding: 0.8125rem 2.1875rem;
  transition: 0.3s;
  margin-right: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-cart .btn_group .btn_item img {
  margin-left: 0.9375rem;
}

.form-cart .btn_group .btn_item:hover {
  background: #902215;
  color: #fff;
}

.form-cart .btn_group .btn_item:hover img {
  filter: invert(1);
}

.form-cart .btn_group .total_price {
  border: 0.0625rem solid #ebebeb;
  border-radius: 6.1875rem;
  background: #fff;
  padding: 0.8125rem 2.1875rem;
}

.form-cart .btn_group .total_price strong {
  margin-left: 7.1875rem;
  color: #902215;
  font-weight: 600;
  font-size: 1.25rem;
}

.form-cart .cart_info {
  margin-top: 4.0625rem;
}

.form-cart .cart_info .cnt_info {
  background: #f9f9f9;
  border-radius: 0.3125rem;
  padding: 0.9375rem 1.875rem;
}

.form-cart .cart_info .cnt_info label {
  margin-top: 1.25rem;
  display: block;
  margin-bottom: 0.625rem;
}

.form-cart .cart_info .cnt_info input {
  width: 100%;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.3125rem;
  height: 2.8125rem;
  padding-left: 1.125rem;
}

.form-cart .cart_info .cnt_info textarea {
  width: 100%;
  border: 0.0625rem solid #ebebeb;
  border-radius: 0.3125rem;
  padding-left: 1.125rem;
  min-height: 5rem;
}

.News_cate {
  background: #fff;
  padding-top: 4.375rem;
}

.News_cate .news_item:hover,
.News_cate .news_item:focus {
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08);
}

.News_cate .news_item .new_img {
  max-width: 21.875rem;
  max-height: 16.0625rem;
  width: 100%;
  position: relative;
}

.sidebar__list li a:hover,
.sidebar__list li a:focus {
  color: #740e01;
}

.sidebar__list li a {
  color: #555555;
}

.News_cate .news_item .new_img .c-img {
  display: block;
  position: relative;
  padding-top: 70%;
}

.News_cate .news_item .new_img .c-img img,
.News_cate .news_item .new_img .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.News_cate .news_item .cnt_item .see_detail img {
  width: 25px;
  vertical-align: middle;
  display: inline-block;
}

.News_cate .news_item:not(:last-child) {
  margin-bottom: 1.8rem;
}

.News_cate .news_item .new_img .time {
  position: absolute;
  background: #fff3e8;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.News_cate .news_item .new_img .time .date strong {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "Philosopher";
  color: #902215;
  font-weight: bold;
}

.News_cate .news_item .new_img .time .date p {
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Philosopher";
  color: #902215;
}

.News_cate .news_item .cnt_item {
  margin-left: 4.0625rem;
  padding-right: 2.1875rem;
  padding-top: 0.625rem;
  width: 116%;
}

.News_cate .news_item .cnt_item .title {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #43130d;
}

.News_cate .news_item .cnt_item .content {
  font-weight: 300;
  font-family: "Roboto-Regular";
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  color: #4d4d4d;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}

.News_cate .news_item .cnt_item .see_detail {
  color: #902215;
  font-weight: 300;
  font-family: "Roboto-Regular";
  font-size: 1rem;
  line-height: 1.5;
}

.News_cate .news_item .cnt_item .see_detail i {
  margin-right: 0.625rem;
}

.side_bar_news .side_item {
  position: relative;
  border-bottom: 0.0625rem dashed #ebebeb;
  margin-bottom: 2.5rem;
  padding-bottom: 0.9375rem;
}

.side_bar_news .side_item .list-tag {
  margin-top: 1.875rem;
  flex-wrap: wrap;
}

.side_bar_news .side_item:last-child {
  border-bottom: none;
}

.side_bar_news .side_item .title {
  font-family: "Philosopher";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #43130d;
  margin-bottom: 1.9375rem;
}

.side_bar_news .side_item ul li {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  line-height: 1.5;
  padding-bottom: 5px;
}

.side_bar_news .side_item .sm_new:not(:last-child) {
  margin-bottom: 0.625rem;
}

.side_bar_news .side_item .sm_new .new_img {
  width: 100%;
}

.side_bar_news .side_item .sm_new .new_img .c-img {
  display: block;
  position: relative;
  padding-top: 70%;
}

.side_bar_news .side_item .sm_new .new_img .c-img img,
.side_bar_news .side_item .sm_new .new_img .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.side_bar_news .side_item .sm_new .cnt_item {
  margin-left: 1.25rem;
  width: 140%;
}

.side_bar_news .side_item .sm_new .cnt_item .title {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}

.side_bar_news .side_item .sm_new .cnt_item .creat_new {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #888888;
  font-weight: 300;
  font-family: "Roboto-Regular";
}

.side_bar_news .side_item .sm_new .cnt_item .creat_new i {
  margin-right: 0.625rem;
}

.side_bar_news .side_item .tag_item {
  background: #f5f5f5;
  border-radius: 99px;
  margin-right: 0.5rem;
  font-family: "Roboto-Regular";
  padding: 0.4375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.side_bar_news .side_item .tag_item:hover,
.News_detial .social .tag_relative a:hover,
.side_bar_news .side_item .tag_item:focus,
.News_detial .social .tag_relative a:focus {
  background: #740e01;
  color: #fff;
}

.news__item .creat_new {
  font-family: "Roboto-Regular";
  color: #888888;
}

.News_detial .title {
  font-family: "Philosopher";
  font-size: 2.25rem;
  line-height: 1.3;
  color: #43130d;
  font-weight: 600;
}

.News_detial .creat_time {
  color: #888888;
  font-size: 0.875rem;
  font-family: "Roboto-Regular";
  line-height: 1.2;
}
p.title_header {
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-family: "Philosopher";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.News_detial .s-content {
  margin-top: 1.5625rem;
  margin-bottom: 3.125rem;
}

.News_detial .s-content p {
  font-weight: 300;
  font-family: "Roboto-Regular";
  color: #4d4d4d;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5;
}

.News_detial .social {
  position: relative;
}

.News_detial .social .tag_relative span {
  font-weight: 300;
  font-family: "Roboto-Regular";
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
}

.News_detial .social .tag_relative a {
  background: #f5f5f5;
  font-family: "Roboto-Regular";
  border-radius: 6.1875rem;
  padding: 0.438rem 1.438rem;
  margin-left: 0.625rem;
}

.News_detial .social .icon_social span {
  font-weight: 300;
  font-family: "Roboto-Regular";
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
}

.News_detial .social .icon_social a:not(:last-child) {
  margin-right: 0.625rem;
}

.News_detial .social .icon_social a:hover {
  color: #902215;
}

.News_detial .social:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ebebeb;
  bottom: -1.5625rem;
}

.News_detial .new_relative .See_all {
  color: #902215;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
}

.News_detial .new_relative .slide_news_relative {
  margin-top: 1.5625rem;
}

.News_detial .new_relative .slide_news_relative .item {
  transition: 0.3s;
}

.News_detial .new_relative .slide_news_relative .item .c-img {
  display: block;
  position: relative;
  padding-top: 70%;
}

.News_detial .new_relative .slide_news_relative .item .c-img img,
.News_detial .new_relative .slide_news_relative .item .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.News_detial .new_relative .slide_news_relative .item .body {
  padding: 1.25rem;
}

.News_detial .new_relative .slide_news_relative .item .body .creat_time {
  margin-bottom: 0.3125rem;
}

.News_detial .new_relative .slide_news_relative .item .body .title {
  font-size: 1.25rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.News_detial .title {
  font-size: 1.4rem;
}
.News_detial .new_relative .slide_news_relative .item .body .content {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  color: #4d4d4d;
  line-height: 1.5;
}

.News_detial .new_relative .slide_news_relative .item:hover {
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.08);
}

.project_cate {
  background-color: #fff;
  padding-top: 4.375rem;
}

.project_cate .text {
  text-align: center;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
}

.project_cate .text p {
  text-transform: uppercase;
  color: #902215;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  margin-bottom: 0.9375rem;
}

.project_cate .text .title {
  color: #43130d;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Philosopher";
  font-weight: bold;
}

.project_cate .item .c-img {
  display: block;
  position: relative;
  padding-top: 75%;
}

.project_cate .item .c-img img,
.project_cate .item .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.project_cate .body {
  margin-top: 0.9375rem;
  padding: 0 0.1875rem;
  text-align: center;
}

.project_cate .body .title {
  color: #43130d;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Philosopher";
  line-height: 1.2;
}

.project_cate .body .content {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  color: #555555;
  line-height: 1.5;
  margin: 0.625rem 0;
}

.project_cate .body .see_more img {
  width: 25px;
  vertical-align: middle;
  display: inline-block;
}

.project_cate .body .see_more {
  font-family: "Roboto-Regular";
  background: #902215;
  border-radius: 6.1875rem;
  border: solid thin transparent;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  color: #fff;
  transition: 0.3s;
}

.project_cate .body .see_more i {
  margin-right: 0.625rem;
}

.project_cate .body .see_more:hover img,
.project_cate .body .see_more:focus img {
  filter: invert(1);
}

.project_cate .body .see_more:hover,
.project_cate .body .see_more:focus {
  background: #fff;
  color: #000;
  border: 0.0625rem solid #000;
}

.pagination {
  display: flex;
  justify-content: center;
  font-weight: 300;
  font-family: "Roboto-Regular";
  padding-top: 3.125rem;
  padding-bottom: 3.4375rem;
}

.pagination strong,
.pagination a:hover,
.pagination a:focus {
  background-color: #902215 !important;
  color: #fff !important;
}

.pagination a,
.pagination strong {
  margin-right: 1.75rem;
  background: #fff;
  border: 0.0625rem solid #ababab;
  border-radius: 100%;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: #888888;
}

.pagination a:hover {
  background: #902215;
  color: #fff;
  border: none;
}

.form_contact {
  background: #fff0e3;
  padding-bottom: 4.375rem;
}

.form_contact .s-title {
  text-align: center;
  text-transform: uppercase;
  color: #902215;
  font-weight: 300;
  font-family: "Roboto-Regular";
  font-size: 1rem;
  padding-top: 8.125rem;
  margin-bottom: 0.875rem;
  position: relative;
  z-index: 2;
}

.form_contact .title {
  color: #43130d;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Philosopher";
  line-height: 1.2;
  text-align: center;
}

.form_contact .s-title:after {
  content: "";
  background-image: url("../images/Group.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  min-width: 10rem;
  min-height: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.form_contact .content {
  margin-top: 1.0625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  color: #252525;
  font-weight: 300;
  font-family: "Roboto-Regular";
}

.form_contact .form_group {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}

.form_contact .form_group input {
  width: 100%;
  border: 0.0625rem solid #ffe5c9;
  border-radius: 6.1875rem;
  padding: 0.625rem 2.125rem;
}

.form_contact .sent_form {
  background: #902215;
  border: 0.0625rem solid #902215;
  padding: 0.625rem 2.5rem;
  border-radius: 6.1875rem;
  text-align: center;
  color: #fff;
}

.form_contact .sent_form:hover {
  background: #fff;
  color: #902215;
}

.project_detail .creat_time i {
  margin-right: 0.3rem;
}

.side_bar_news .side_item .sm_new .cnt_item .title .name_:hover,
.side_bar_news .side_item .sm_new .cnt_item .title .name_:focus {
  color: #740e01;
}

.project_detail .btn_item img {
  max-width: 25px;
}

.project_detail .btn_item:hover,
.project_detail .btn_item:focus {
  background: #fff;
}

.project_detail .btn_item:hover img,
.project_detail .btn_item:focus img {
  filter: invert(1);
}

.new_relative .See_all img {
  max-width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.project_detail .btn_prev img {
  transform: rotateZ(180deg);
}

.project_detail {
  background-color: #fff;
  padding-top: 4.375rem;
}

.project_detail .title {
  font-size: 2.25rem;
  color: #43130d;
  font-family: "Philosopher";
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

.project_detail .creat_time {
  color: #888888;
  margin-bottom: 2.5rem;
}

.project_detail .gallery-top .c-img {
  display: block;
  position: relative;
  padding-top: 60%;
}

.project_detail .gallery-top .c-img img,
.project_detail .gallery-top .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.project_detail .box_thumbs {
  margin-top: 0.9375rem;
}

.project_detail .box_thumbs .c-img {
  display: block;
  position: relative;
  padding-top: 60%;
}

.project_detail .box_thumbs .c-img img,
.project_detail .box_thumbs .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.project_detail .btn_item {
  background: #e4b17a;
  width: 3.9375rem;
  height: 3.9375rem;
}

.project_detail .box_top .swiper-button-disabled {
  background: #fff;
  opacity: unset;
}

.project_detail .box_top .swiper-button-disabled:after {
  filter: invert(1);
}

.project_detail .btn_next {
  right: 0;
}

.project_detail .btn_next:after {
  content: "";
  background: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  width: 1.3125rem;
  height: 1.3125rem;
}

.project_detail .btn_prev {
  left: 0;
}

.project_detail .btn_prev:after {
  content: "";
  background: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  width: 1.3125rem;
  height: 1.3125rem;
  transform: rotate(-180deg);
}

.project_detail .s-content {
  margin-top: 1.5625rem;
  font-size: 1rem;
  text-align: justify;
  color: #555555;
  line-height: 1.5;
}

.project_detail .social {
  margin-top: 3.125rem;
  position: relative;
  font-family: "Roboto-Regular";
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
}

.project_detail .social .tag_relative span {
  font-weight: 300;
  font-family: "Roboto-Regular";
  font-size: 1rem;
  color: #555555;
  line-height: 1.5;
}

.project_detail .social .tag_relative a {
  background: #f5f5f5;
  border-radius: 6.1875rem;
  padding: 0.4375rem 1.25rem;
  margin-left: 1.25rem;
}

.project_detail .social .tag_relative a:hover {
  background: #902215;
  color: #fff;
}

.project_detail .social .icon_social a {
  margin: 0.625rem;
}

.project_detail .social .icon_social a:hover {
  color: #902215;
}

.slide_news_relative .swiper-wrapper {
  margin-bottom: 1rem;
}

.new_relative .slide_news_relative .item .name_ {
  color: #43130d;
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
}

.new_relative {
  padding-bottom: 3.75rem;
  padding-top: 4.375rem;
}

.new_relative .See_all {
  color: #902215;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  display: inline-block;
  min-width: 7.5rem;
}

.new_relative .slide_news_relative {
  margin-top: 1.5625rem;
}

.new_relative .slide_news_relative .item {
  transition: 0.3s;
}

.new_relative .slide_news_relative .item .c-img {
  display: block;
  position: relative;
  padding-top: 70%;
}

.new_relative .slide_news_relative .item .c-img img,
.new_relative .slide_news_relative .item .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.new_relative .slide_news_relative .item .body {
  padding: 1.25rem;
}

.new_relative .slide_news_relative .item .body .creat_time {
  margin-bottom: 0.3125rem;
}

.new_relative .slide_news_relative .item .body .title {
  font-size: 1.25rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}

.new_relative .slide_news_relative .item .body .content {
  margin-top: 0.9375rem;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto-Regular";
  color: #4d4d4d;
  line-height: 1.5;
}

.new_relative .slide_news_relative .item:hover {
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.08);
}

.collection {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fff9f4;
}

.collection .text {
  text-align: center;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
}

.collection .text p {
  text-transform: uppercase;
  color: #902215;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  margin-bottom: 0.9375rem;
}

.collection .text .title {
  color: #43130d;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Philosopher";
  font-weight: bold;
}

.collection .item {
  position: relative;
}

.collection .item .c-img {
  display: block;
  position: relative;
  padding-top: 75%;
}

.collection .item .c-img img,
.collection .item .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.collection .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem 2.375rem;
}

.collection .item .content .title {
  color: #fff;
  font-family: "Philosopher";
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.collection .item .content .see_more {
  background: #902215;
  border-radius: 6.1875rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  transition: 0.3s;
}

.collection .item .content .see_more i {
  margin-right: 0.625rem;
}

.collection .item .content .see_more:hover {
  background: #fff;
  color: #902215;
  border: 0.0625rem solid #902215;
}

.collection .item .icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #902215;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.collection .item_sm:hover .content {
  display: none;
  transition: 0.2s;
}

.collection .item_sm:hover .icon {
  opacity: 1;
  visibility: visible;
}

.collection .item_sm:hover img {
  filter: brightness(0.7);
}

.collection .col-fix {
  margin-bottom: 1.875rem;
}

.collection .col-fix .col-lg-6:nth-child(1) {
  margin-bottom: 1.375rem;
}

.collection .col-fix .col-lg-6:nth-child(2) {
  margin-bottom: 1.375rem;
}

.collection .btn_see {
  margin-top: 1.0625rem;
}

.collection .btn_see .see-more {
  background: #902215;
  padding: 0.625rem 1.25rem;
  border-radius: 6.1875rem;
  color: #fff;
}

.collection .btn_see .see-more:hover {
  background: #fff;
  color: #902215;
  border: 0.0625rem solid #902215;
}

.video_cate {
  background: #fff;
}

.video_cate .item_vid {
  position: relative;
}

.video_cate .item_vid .c-img {
  display: block;
  position: relative;
  padding-top: 70%;
}

.video_cate .item_vid .c-img img,
.video_cate .item_vid .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.video_cate .item_vid .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.0625rem solid #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.video_cate .item_vid .btn_play a {
  font-size: 2.5rem;
  color: #fff;
}

.video_cate .item_vid .content {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 1.25rem;
  color: #43130d;
  line-height: 1.2;
  margin-top: 0.9375rem;
}

.video_cate .btn_see {
  margin-top: 2.5rem;
}

.oder-2 {
  order: 2;
}

.oder-1 {
  order: 1;
}

.contact {
  background: #FFF0E3;
  padding-bottom: 5rem;
  padding-top: 6.875rem;
}

.contact .box_map {
  position: relative;
  width: 100%;
}

.contact .address {
  position: absolute;
  background: #fff;
  top: 0.625rem;
  left: 0.625rem;
  padding: 1.875rem;
  width: 40%;
  z-index: 1;
}

.contact .address ul li {
  margin-top: 0.9375rem;
  padding: 0.625rem;
  border-bottom: 0.0625rem dashed #ebebeb;
  font-weight: 300;
  font-family: "Roboto-Regular";
}

.contact .address ul li i {
  margin-right: 0.625rem;
}

.contact .address ul li:last-child {
  border: none;
}

.contact .address .title {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 1.5rem;
  color: #43130d;
  line-height: 1.5;
}

.contact .item_contact {
  background: #fff;
  margin-top: 1.875rem;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.contact .item_contact .icon .c-img {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #FFF0E3;
  border-radius: 100%;
}

.contact .item_contact .content {
  margin-top: 1.9375rem;
}

.contact .item_contact .content p {
  color: #888888;
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 1.125rem;
}

.contact .item_contact .content a {
  font-size: 1.375rem;
  font-family: "Philosopher";
  display: block;
  font-weight: 700;
}

.contact .item_contact .content a:hover {
  color: #902215;
}

.form_group {
  background: #fff;
  font-family: "Roboto-Regular";
  padding-top: 4.6875rem;
  padding-bottom: 5rem;
}

.form_group .title {
  font-family: "Philosopher";
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #43130d;
  margin-bottom: 0.625rem;
  text-align: center;
}

.form_group .s-title {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto-Regular";
  color: #555555;
  text-align: center;
}

.form_group .form_info {
  margin-top: 1.875rem;
}

.form_group .form_info input {
  width: 100%;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #ebebeb;
}

.form_group .form_info textarea {
  width: 100%;
  padding: 1.25rem;
  min-height: 8.75rem;
  border-color: #ebebeb;
}

.form_group .btn_sent {
  margin-top: 1.75rem;
  text-align: center;
}

.form_group .btn_sent a {
  background: #902215;
  border-radius: 55px;
  color: #fff;
  padding: 0.625rem 4.375rem;
  transition: 0.2s;
}

.form_group .btn_sent a:hover {
  background: #fff;
  border: 0.0625rem solid #902215;
  color: #902215;
}

.tab-intro__detail .tab-content::before {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.tab-intro__detail .tab-content {
  min-height: 400px;
  width: 110%;
}

.section-purchased__prd .item-product .title-product {
  font-size: 0.875rem;
}

.swiper-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.apps-details__prd {
  display: none;
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
}

.paginator strong {
  background: #902215;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 0.375rem;
}

.paginator a {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0px 10px;
  color: #888888;
  margin: 0 0.375rem;
  border: 1px solid #ababab;
  transition: 0.3s;
}

.paginator a:hover {
  background: #902215;
  color: #fff;
  border: 1px solid #902215;
  transition: 0.3s;
}

.font-phi {
  font-family: "Philosopher";
  font-weight: 700;
}

.cl-title {
  color: #43130d;
}

.News_detial {
  background: #fff;
  padding-top: 4rem;
}


.section-banner__pages {
  position: relative;
  z-index: 1;
}

.section-banner__pages .c-img {
  display: block;
  position: relative;
}

.section-banner__pages.banner_highrest img {
  max-height: unset;
}

.section-banner__pages .c-img img {
  width: 100%;
  height: 100%;
}

.section-banner__pages .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.section-banner__pages .container .text {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3.125rem;
  font-weight: bold;
}

.section-about__pages {
  background: linear-gradient(180deg, #FFF0E3 0%, #fffdfc 100%);
}

.section-intro__detail {
  padding: 3.125rem 0;
}

.header {
  position: relative;
}

.header.header-center {
  margin-bottom: 2rem;
}

.item-video__collection .name_ {
  font-size: 1.25rem;
}

.item-video__collection .name_:hover,
.item-video__collection .name_:focus {
  color: #740e01;
}

.header.header-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.header::before {
  content: "";
  background-image: url("../images/logovanloc.png");
  background-repeat: round;
  width: 160px !important;
  height: 80px !important;
  position: absolute;
  top: -0.938rem !important;
  opacity: 0.2;
  left: 0;
}

.header .sub-title {
  font-family: "Roboto-Regular";
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #902215;
  text-transform: uppercase;
  margin-bottom: 0.4375rem;
  position: relative;
}

.header .title {
  color: #43130d;
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 4.0625rem;
  position: relative;
}

.item-about__pages .s-content {
  font-family: "Roboto-Regular";
  position: relative;
  z-index: 1;
  color: #555555;
  text-align: justify;
}

.item-about__pages {
  padding: 3.5625rem 2.9375rem;
}

.item-about__pages:first-child {
  background: #fff;
}

.item-about__pages .video-add {
  height: auto;
  width: 100%;
  margin-top: 1.875rem;
}

.item-about__pages .videos-big {
  width: 100%;
  height: 37.5rem;
  margin-top: 0;
}

.tab-intro__detail .nav {
  margin-bottom: 2.875rem;
  margin-top: 1.25rem;
}

.tab-intro__detail .nav .nav-item {
  margin-right: 2rem;
}

.tab-intro__detail .nav .nav-item:last-child {
  margin-right: 0;
}

.tab-intro__detail .nav .nav-item .nav-link {
  border: 1px solid #ffe5c9;
  border-radius: 99px;
  background: #fff;
  color: #43130d;
  font-family: "Philosopher";
  font-weight: 700;
}

.tab-intro__detail .nav .nav-item .nav-link.active,
.tab-intro__detail .nav .nav-item .nav-link:hover {
  background: #902215;
  border-radius: 99px;
  color: #fff;
}

.tab-intro__detail .tab-content {
  background: #902215;
  color: #fff;
  padding: 3.5rem 2.625rem 4.375rem;
  position: relative;
  z-index: 1;
}

.tab-intro__detail .tab-content::before {
  content: "";
  background-image: url("../images/after-tab__content.png");
  width: 73%;
  height: 78%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.tab-intro__detail .tab-content .s-content {
  opacity: 0.8;
  text-align: justify;
}

.section-library__image .short_ {
  color: #555555;
  font-family: "Roboto-Regular";
  text-align: justify;
}

.section-library__image {
  padding-bottom: 5rem;
  padding-top: 1.875rem;
}

.section-library__image .header::before {
  top: -20px;
}

.section-library__image .row {
  margin-bottom: 2.25rem;
}

.section-library__image .col:nth-child(2) {
  display: flex;
  flex-direction: column-reverse;
}

.section-library__image .item-image__top {
  position: relative;
}

.section-library__image .item-image__top img {
  width: 100%;
  height: 100%;
}

.section-library__image .item-image__top .form-desc {
  position: absolute;
  width: 100%;
  background: rgba(37, 37, 37, 0.8);
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.1875rem;
  padding: 1.875rem 14.125rem;
  font-family: "Roboto-Regular";
  text-align: center;
}

.section-library__image .gallery-top {
  padding-bottom: 75%;
}

.section-library__image .gallery-top .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-library__image .gallery-thumbs {
  margin-top: 0.625rem;
}

.section-products__pages {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  background: linear-gradient(180deg, #FFF0E3 0%, #fffdfc 100%);
}

.section-products__pages .paginator {
  justify-content: center;
}

.section-products__pages .row {
  margin-top: 3.75rem;
}

.section-products__pages .col {
  padding: 0 0.3125rem;
}

.section-products__pages .cols-3 {
  flex: 0 0 30%;
  padding: 0 0.9375rem;
}

.section-products__pages .cols-9 {
  flex: 0 0 70%;
  padding: 0 0.9375rem;
}

.count__ {
  color: #252525;
}

[row="_5"] {
  margin-left: -5px;
  margin-right: -5px;
}

[row="_5"] > div[class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.section-products__pages .header-form__product {
  margin-bottom: 1.25rem;
}

.section-products__pages .header-form__product .font-phi {
  font-size: 24px;
  margin-right: 1.5625rem;
}

.section-products__pages .header-form__product form p {
  white-space: nowrap;
  margin-right: 0.5625rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAADVUlEQVR4Xu2YSeiOURTGf39TIlKUhWlD2LDAQmZCZiUyZSGFYqEUKRsRURbIGCVEUoYQMk8LIgtJEZFIIREhoqfuW7e378v3jmfx3rP69733nuc5zznn3nv+TVTcmioeP0GAUAEVVyC0QMULIByCoQVCC1RcgdACFS+AcAuEFggtUHEFQgtUvADCLZC2BXoD24FZwGfjKuoIHAOWAs+TckkjQHfgNtANuAuMA74lBc5pfTvgCjAIeAUMBd4k8Z1GAAU/xAO5BEwFfiYBzmFta+A8MMrzJW7DkvhOI8AA4Bog9SM7AcwG/iQBz7C2JSBMCR/ZVyfGgyR+0wgg/yOAC4CyENkBYBHwNwmBFGubAQeB+d7eH8B44GZSf2kFEM5k4CTQwgPdCqwsUATx3QYs8zB/A9OBc0mD1/osAmj/XOBwzM9aYH0aMg3sWQfIf2SqtnnA0Qb21lySVQA51fWzM+Z9ObAjLak6+1YAqjDfhL07C04eAgh/DbAhRmQBcCgLOW/vQmB/zJcwN2b1n5cA8rPZ9X/ESTfCDOB0RpLycRzQ4RfZFmBVHmdNXgJE58ledxNERH8BE4CrKUUYC5wFWnn79wGL8wg+Ip2SW81tzd2BNNP7qlfiaOBeQqDBwGWgjbdPlaCDN7f3Rp4VEPFUts64ezn67ZN7OzxuUIR+wA2gg7de745pgKoqNytCAJFrC1yMPZnfubf6i/+w7+lmjc7eujtu5vieW+TOUVECyL2ydx3o75F+6UR4WyeQLoCC7eF9f+SeuIVMnUUKoBiUxVtALy+gJ8Bw4GNMhE7uKdvX+/2ZG27e5535yF/RAghH2dSU1tUL4j4wBtAAI2vvxtqB3hqNtZo6XxcVvPyWIYBw+rhKUJYj00Q50XHQWDvS+/bBZf5pkcGXKYCwao3Rui2UhCleoF9czz8sOviyBRCeel+3gz9G+3GmHmvTilVWC/j8JgGnYmO0vmus1T2vdijNLARQcHOAI94ZpLFWLzz9c7NUsxJAQS4Bdrlo9feeUiN3YJYCiMJqx2OTRfAWh6BVnHVxrSvAXJAggHkKjAmECjBOgDl8qADzFBgTCBVgnABz+FAB5ikwJhAqwDgB5vChAsxTYEwgVIBxAszhQwWYp8CYwD/Za3NBeWp1tQAAAABJRU5ErkJggg==)
    right 10px center no-repeat #fff !important;
  background-size: 15px !important;
}

.section-products__pages .header-form__product form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.section-products__pages .header-form__product form .form-group .form-control {
  border-radius: 25px;
  padding-right: 2.5rem;
}

.section-products__pages .header-form__product form .form-group i {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

.item-product {
  background: #fff;
  padding: 2.6875rem 1.5rem 1.875rem;
  margin-bottom: 0.625rem;
  height: calc(100% - 9px);
}

.item-product:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.item-product:hover .img-product img {
  transform: scale(1);
  transition: 0.3s;
}

.item-product .img-product {
  display: block;
  padding-top: 80%;
  position: relative;
}

.item-product .img-product img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  transition: 0.3s;
  transform-origin: center;
}

.item-product .title-product {
  margin-top: 2.375rem;
  margin-bottom: 0.8125rem;
  display: block;
}

.btn-prd {
  background: #902215;
  border: 1px solid #902215;
  box-sizing: border-box;
  border-radius: 99px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.875rem;
  height: 2.8125rem;
  margin-top: 2rem;
}

.navbar-product {
  background: #ffffff;
}

.navbar-product .item-nav__prd {
  padding: 1.5rem 0;
}

.navbar-product .item-nav__prd .title-nav {
  font-size: 1.5rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.125rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.navbar-product .item-nav__prd .title-nav span {
  display: inline-block;
  padding-bottom: 0.375rem;
  position: relative;
}

.navbar-product .item-nav__prd .title-nav span::before {
  content: "";
  width: 100%;
  height: 0.15625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #902215;
}

.navbar-product .item-nav__prd .title-nav span::after {
  content: "";
  display: block;
  border-top: 5px solid #902215;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  position: absolute;
  top: 100%;
  left: 0.4375rem;
}

.navbar-product .item-nav__prd ul li {
  color: #252525;
  margin-bottom: 0.75rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: relative;
}

.navbar-product .item-nav__prd ul li .show-menu__products {
  position: absolute;
  right: 1.375rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.navbar-product .item-nav__prd ul li .show-menu__products.active {
  transform: rotate(180deg);
  transition: 0.3s;
}

.navbar-product .item-nav__prd ul li a {
  display: block;
}
.navbar-product .item-nav__prd ul li a.active {
  color: #740e01;
}
.navbar-product .item-nav__prd ul li ul {
  margin-top: 0.375rem;
  display: none;
}

.navbar-product .item-nav__prd ul li ul li a {
  color: #555555;
}

.navbar-product .item-nav__prd .form-size {
  padding-left: 1.375rem;
}

.navbar-product .item-nav__prd .form-size li {
  position: relative;
  padding-left: 2.1875rem;
}

.navbar-product .item-nav__prd .form-size li .checkbox::before {
  content: "";
  left: 6px;
  top: 40%;
  width: 5px;
  height: 10px;
  border: solid #902215;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  display: none;
}

.navbar-product .item-nav__prd .form-size li .checkbox::after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar-product .item-nav__prd .form-size li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.navbar-product .item-nav__prd .form-size li input:checked ~ .checkbox::before {
  display: block;
}

.shows-intros__prds {
  font-family: "Roboto-Regular";
}

.details-tops__prds {
  padding-top: 3.5rem;
}

.showss-thums {
  margin-top: 0.625rem;
}

.shows-thumb__bigs,
.shows-thumb__smalls {
  background: #FFF0E3;
  position: relative;
  padding-top: 100%;
}

.shows-thumb__bigs img,
.shows-thumb__smalls img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  max-height: 85%;
}

.shows-intros__prds .font-phi {
  font-size: 1.9375rem;
  margin-bottom: 1.125rem;
}

.star-evaluate__details {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.75rem;
}

.star-evaluate__details span {
  font-size: 0.875rem;
  color: #252525;
  margin-right: 0.75rem;
}

.star-evaluate__details .rating-item {
  margin-right: 2.8125rem;
}

.prds-evaluate__details {
  font-size: 0.875rem;
  color: #888888;
  margin-right: 2.8125rem;
}

.prds-evaluate__details:last-child {
  margin-right: 0;
}

.rating-box i {
  color: #f3a952;
}
.price-change-result {
  margin-bottom: 1rem;
}
.price-prds__details {
  color: #902215;
  font-size: 1.625rem;
  font-weight: 500;
}

.form-group__check {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.form-group__check .title-check {
  color: #252525;
  display: block;
  min-width: 7.5rem;
  margin-right: 0.625rem;
}

.form-group__check .check {
  margin-right: 0.625rem;
  position: relative;
}

.form-group__check .check input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.form-group__check .check-size {
  position: relative;
  margin-bottom: 0.625rem;
}

.form-group__check .check-size input:checked ~ span {
  background: #ffda69;
  border: 1px solid #ffda69;
  color: #252525;
}

.form-group__check .check-size span {
  color: #555555;
  font-size: 0.875rem;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0.625rem;
}

.form-group__check .check-color span {
  border: 1px solid #ebebeb;
  transform: scale(1.3);
  margin-right: 0.5rem;
}

.form-group__check .check-color input:checked ~ span,
.form-group__check
  .check-color
  input:focus
  ~ span
  .form-group__check
  .check-color
  input:hover
  ~ span {
  transform: scale(1.4);
  transition: 0.3s;
  transform-origin: center;
}

.form-group__check .check-color span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.3s;
}

.amount-cart__details {
  margin-bottom: 1.5625rem;
  margin-top: 2.5rem;
}

.amount-cart__details .btn-prd {
  margin-left: 1.875rem;
}

.product-many .form-group {
  margin-bottom: 0;
  border: solid 1px #d9d9d9;
  border-radius: 1000px;
  height: 45px;
  overflow: hidden;
  padding: 5px;
  font-size: 16px;
  width: 140px;
}

.product-many .form-group input {
  width: 100%;
  text-align: center;
  border: solid 1px transparent;
  color: #555;
  flex: 1;
}

.product-many .down-btns {
  border-right: solid 1px #d9d9d9;
  justify-content: flex-end;
}

.product-many .value-button {
  line-height: 0;
  font-size: 24px;
  color: black;
  cursor: pointer;
  align-items: center;
  display: flex;
  background-color: white;
  margin: 0px;
  height: 100%;
  padding: 10px;
  min-width: 20%;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none !important;
  user-select: none !important;
}
.product-many .up-btns {
  border-left: solid 1px #d9d9d9;
  justify-content: flex-start;
}

.group-policy__btn li {
  width: 49%;
  display: flex;
  margin-bottom: 15px;
}

.group-policy__btn li img {
  width: 18px;
  height: 18px;
  object-fit: scale-down;
  margin-right: 15px;
  transform: translateY(2px);
}

.group-policy__btn li i {
  margin-right: 15px;
  transform: translateY(2px);
}

.group-policy__btn li a {
  text-decoration: underline !important;
}

.social-prd__detail .title-social {
  color: #333333;
  margin-right: 1.25rem;
}

.social-prd__detail li {
  margin-right: 1rem;
}

.social-prd__detail li a img {
  transition: 0.3s;
}

.social-prd__detail li a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}

.item-sidebar__prd {
  background: #FFF0E3;
  border: 1px solid #ffe5c9;
  border-radius: 5px;
  padding: 1rem 0;
  margin-bottom: 1.25rem;
}

.item-sidebar__prd .item {
  padding: 0 1.25rem;
  border-bottom: 1px solid #ffe5c9;
  padding-bottom: 0.5rem;
  margin-bottom: 0.375rem;
}

.item-sidebar__prd .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.item-sidebar__prd .item .font-phi {
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.item-sidebar__prd .list-item {
  padding: 0 1.25rem;
}

.item-sidebar__prd .list-item li {
  color: #555555;
  opacity: 0.8;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4375rem;
}

.item-sidebar__prd .list-item li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #902215;
  position: absolute;
  top: 0.375rem;
  left: 0;
}

.list-address__sidebar li {
  position: relative;
  padding-left: 1.563rem;
  color: #555555;
  opacity: 0.8;
  font-family: "Roboto-Regular";
}

.list-address__sidebar li img {
  position: absolute;
  top: 0.25rem;
  left: 0;
}

a[data-hv="primary"]:hover,
a[data-hv="primary"]:focus {
  color: #902215;
}
.section-purchased__prd {
  padding-top: 3.75rem;
}

.section-purchased__prd .module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.9375rem;
}
.section-purchased__prd .slide-prd__detail .item .price {
  color: #740e01;
  font-weight: 600;
}
.section-purchased__prd .module-header .font-phi {
  font-size: 1.875rem;
  border-bottom: 2px solid #902215;
}

.section-purchased__prd .slide-prd__detail {
  padding: 0;
}

.section-purchased__prd .slide-prd__detail .item {
  padding: 0.375rem 0.75rem;
  background: #ffffff;
  transition: 0.3s;
}

.section-purchased__prd .slide-prd__detail .item:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.section-purchased__prd .slide-prd__detail .item .image-prd {
  flex: 0 0 5.6875rem;
  height: 6.0625rem;
  margin-right: 1.1875rem;
}

.section-purchased__prd .slide-prd__detail .item .text-content .font-phi {
  margin-bottom: 0.4375rem;
}

.section-purchased__prd .slide-prd__detail .item .rating {
  margin-bottom: 0.6875rem;
}

.section-purchased__prd .slide-prd__detail .item .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto-Regular";
  padding: 0.375rem 1.25rem;
  transition: 0.3s;
}

.section-purchased__prd .slide-prd__detail .item .btn-contact:hover {
  background: #902215;
  transition: 0.3s;
  color: #fff;
}

.section-purchased__prd .slide-prd__detail .item .btn-contact:hover img {
  filter: brightness(10);
}

.section-purchased__prd .slide-prd__detail .item .btn-contact img {
  margin-right: 0.5rem;
}

.button-control__slide {
  display: flex;
}

.button-control__slide .prd-detail__button {
  color: #902215;
  width: 2.1875rem;
  transition: 0.3s;
}

.button-control__slide .prd-detail__prev {
  margin-right: 0.6875rem;
  transform-origin: right;
}

.button-control__slide .prd-detail__next {
  transform-origin: left;
}

.button-control__slide .swiper-button-disabled {
  color: #b5b5b5;
}

.section-comment__prd {
  padding-bottom: 2rem;
}

.section-comment__prd .nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
}

.section-comment__prd .nav .nav-item .nav-link {
  background: none;
  border: none;
  outline: none;
  color: #888888;
  font-size: 1.5rem;
  font-family: "Philosopher";
  position: relative;
}

.section-comment__prd .nav .nav-item .nav-link::before {
  content: "";
  width: 0;
  height: 0.125rem;
  background: #902215;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform-origin: center;
}

.section-comment__prd .nav .nav-item .nav-link.active {
  color: #902215;
}

.section-comment__prd .nav .nav-item .nav-link.active::before {
  width: 100%;
  transition: 0.3s;
  transform-origin: center;
}

.section-comment__prd .item-info__prd .font-phi {
  font-size: 1.375rem;
}

.section-comment__prd .item-info__prd .table {
  border: 1px solid #ebebeb;
  min-height: 7.75rem;
  margin-top: 1.5rem;
}

.section-comment__prd .item-info__prd .table tr {
  border-bottom: 1px solid #ebebeb;
}

.section-comment__prd .item-info__prd .table tr:last-child {
  border-bottom: none;
}

.section-comment__prd .item-info__prd .table tr td {
  border-right: 1px solid #ebebeb;
}

.section-comment__prd .item-info__prd .table tr td:first-child {
  width: 30%;
}

.section-comment__prd .item-info__prd .table tr td:last-child {
  border-right: none;
}

.section-comment__prd .s-content {
  color: #555555;
  margin-bottom: 2.5rem;
}

.section-collection {
  padding-bottom: 3.75rem;
  background: transparent;
}

.section-collection .col {
  padding: 0 0.9375rem;
}

.section-collection .row {
  margin-top: 0;
}
.section-collection .item-collection {
  margin-bottom: 0;
}
.item-collection {
  margin-bottom: 1.875rem;
}

.item-collection .image-big {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  height: 96%;
}
.image-small__list {
  margin-bottom: 3rem;
}
.item-collection .image-big img {
  box-shadow: none;
  height: 100%;
}
.item-collection .image-big .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-collection .image-big .text {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(80, 10, 10, 0) 0%,
    rgba(13, 0, 0, 0.94) 100%
  );
  padding: 1rem;
}
.item-collection .row {
  height: 100%;
}

.item-collection .row .col {
  height: 50%;
  padding: 0 0.9375rem;
}

.item-collection .row .col:nth-child(3) .image-small__list,
.item-collection .row .col:nth-child(4) .image-small__list {
  margin-bottom: 0;
}
.item-collection .image-small__list img {
  height: 100%;
}
.item-collection .image-small__list {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
.item-collection .image-big .img_,
.item-collection .image-big .img_ img {
  height: 100%;
}
.image-big:hover .name,
.image-big:focus .name,
.image-small__list:hover .name,
.image-small__list:focus .name {
  color: #ffc107 !important;
}
.item-collection .image-small__list .name,
.item-collection .image-big .name {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(80, 10, 10, 0) 0%,
    rgba(13, 0, 0, 0.94) 100%
  );
  padding: 1rem;
  z-index: 1;
}
.item-collection .image-small__list .img_ {
  padding-top: 84%;
}
.list_contact {
  background: transparent !important;
}
.item-collection .image-small__list .over-lay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.6);
  transition: 0.5s;
  z-index: 10;
}

.item-collection .image-small__list .over-lay span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #902215;
}

.item-collection .image-small__list .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.group-button__collection {
  text-align: center;
  margin-top: 2.9375rem;
}

.group-button__collection .btn-readmore {
  color: #fff;
  background: #902215;
  border: 1px solid #902215;
  border-radius: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.3125rem;
}

.pages__breacrumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pages__breacrumb .title_lg {
  color: #fff;
}

.pages__breacrumb ul {
  background: transparent;
  color: #c2c2c2;
  font-size: 1rem;
  padding: 0;
}

.pages__breacrumb ul li:last-child a {
  color: #fff;
  pointer-events: none;
}

.pages__breacrumb ul li:not(:last-child):after {
  content: "/";
  margin: 0px 5px;
}

.group-button__collection .btn-readmore:hover {
  background: #fff;
  color: #902215;
}

.group-button__collection .btn-readmore i {
  margin-left: 0.625rem;
}

.section-collection__video {
  padding-bottom: 3.75rem;
  padding-top: 3.438rem;
  background: #fff;
}

.section-collection__video .row {
  margin-top: 1.875rem;
}

.item-video__collection {
  margin-bottom: 1.75rem;
}

.item-video__collection .image-video {
  position: relative;
  padding-top: 92%;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.item-video__collection .image-video:hover .image {
  transform: scale(1.2);
  transition: 0.3s;
}

.item-video__collection .image-video .btn-play {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-video__collection .image-video .btn-play:hover img,
.item-video__collection .image-video .btn-play:focus img {
  width: 100%;
  height: 100%;
}
.item-video__collection .image-video .btn-play img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.item-video__collection .image-video .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.modal-big__alls .modal-dialog {
  max-width: 80%;
}

.modal-big__alls .modal-dialog .modal-content {
  background-color: transparent;
}

.collection-topp {
  width: 100%;
  position: relative;
}

.collection-topp .image-big {
  position: relative;
  padding-top: 40%;
}

.collection-topp .image-big img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-slide__collection {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  width: 3.9375rem;
  height: 3.9375rem;
  background: #e4b17a;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-slide__collection img {
  filter: brightness(10);
}

.btn-slide__collection.btn-prev {
  left: 0;
}

.btn-slide__collection.btn-next {
  right: 0;
}

.btn-slide__collection.swiper-button-disabled {
  background: #e4b17a;
  color: #fff;
}

.btn-slide__collection.swiper-button-disabled img {
  filter: none;
}

.collection-bottom {
  width: 100%;
  margin-top: 1.25rem;
}

.section-catalog {
  position: relative;
  background: #fff;
  padding-bottom: 5.125rem;
}

.section-catalog::before {
  content: "";
  width: 100%;
  height: 23.1875rem;
  background: #902215;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 60px;
}

.section-catalog .content-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.section-catalog .content-top .item-text {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 31.25rem;
  padding: 1.875rem;
  margin-top: 10rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  position: relative;
}

.section-catalog .content-top .image {
  margin-top: 15.625rem;
  max-width: 38.5rem;
  z-index: 2;
  position: relative;
}

.section-catalog .content-top .image-center {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.section-catalog .content-top .image-center img {
  height: 100%;
}

.section-catalog .content-bottom {
  margin-top: 2.5rem;
  position: relative;
}

.section-catalog .content-bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}

.section-catalog .content-bottom .list {
  display: flex;
  flex-wrap: wrap;
}

.section-catalog .content-bottom .list li {
  flex: 0 0 50%;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.875rem;
}

.section-catalog .content-bottom .list li::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #902215;
  position: absolute;
  top: 0.25rem;
  left: 0;
}

.section-catalog .content-bottom .btn-prd {
  position: relative;
  z-index: 2;
}

.section-banner__small:after,
.section-banner__pages.banner_highrest:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  background: #00000061;
}
.section-banner__small img{
  max-height: 600px;
  width: 100%;
}
@media (max-width: 1440px) {
  .section-banner__small img{
    max-height: 400px;
    width: 100%;

  }
}
.pages__breacrumb ul li:last-child span {
  color: #fff;
}
.contact .item_contact .icon img {
  object-fit: none;
}

.news__item .creat_new i {
  margin-right: 10px;
}

.itmes-cart__manys .form-group input {
  width: 100%;
  min-width: 50px;
  text-align: center;
  border: 0px;
  color: #484954;
  flex: 1;
  background-color: transparent;
  padding-left: 15px;
}
.auto_complete_result {
  color: #902215;
  top: 102% !important;
}

.list_auto .item .main_price {
  color: #902215;
  font-weight: 700 !important;
  margin-top: 0.3rem;
}

.list_auto .item h4 {
  font-family: "Philosopher";
  font-weight: 600;
  font-size: 1rem;
}
.auto_complete_result .btn_auto {
  padding: 0;
  font-family: "Philosopher";
}
.menu_wrapper ul li.active a {
  color: #ffc107;
}
.select__language .language a:not(.active) {
  opacity: 0.5;
}
.reviews .reviews_slide:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-image: url(../images/bg_icon1.png);
  background-repeat: no-repeat;
  background-size: 15rem;
  background-position: bottom right;
  opacity: 0.2;
}
.item-image {
  max-width: 30.25rem;
  position: relative;
  z-index: 1;
  margin: auto;
}
.item-about__pages .video-add iframe {
  min-height: 20rem;
}
.item-image.value_eye_core {
  max-width: initial;
  z-index: -1;
}
.section-library__image .swiper-slide-thumb-active,
.photo_load_ajax .swiper-slide-thumb-active,
.show-prd__details .swiper-slide-thumb-active {
  opacity: 1 !important;
  border: solid 2px #ffc107 !important;
}

.section-library__image .swiper-slide.swiper-slide-visible,
.photo_load_ajax .swiper-slide.swiper-slide-visible,
.show-prd__details .swiper-slide.swiper-slide-visible {
  opacity: 0.8;
  border: solid 2px transparent;
}
.page_photo {
  background: linear-gradient(180deg, #ffefe2 0%, #ffefe2 100%);
}
.modal-big__alls {
  background: #0000006b;
}
.news__item.is_cate .btn__ {
  position: relative;
  top: unset;
  left: 0;
  bottom: 0;
  display: inline-block;
  transform: unset;
  right: 0;
  margin-top: 1rem;
}
.news__item.is_cate .img_,
.news__item.is_cate .img_ img {
  max-height: inherit;
}

.news__item.is_cate .text__ {
  padding-left: 25rem;
  padding-right: 1rem;
}
.news__item.is_cate .btn__plus {
  color: #740e01;
  margin-top: 1rem;
  display: inline-block;
}

.news__item.is_cate .btn__plus img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
/*TOTAL V3*/
.total-rating_v3 .administrator {
  display: block !important;
}
.total-rating_v3 .list-comment-viewer .icon-user .icon {
  color: #fff !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem !important;
  margin-right: auto !important;
}

.total-rating_v3 .list-comment-viewer .icon-user {
  text-align: center !important;
}
.total-rating_v3 .list-comment-viewer .item-comment-head {
  background: #f5f5f5;
  padding: 1rem;
}

.total-rating_v3 .list-comment-viewer .icon-user {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
  padding-right: 1rem;
}

.total-rating_v3 .list-comment-viewer .icon-user:after {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: -5px;
  content: "";
  background: #e3e3e3;
  width: 1px;
}
.details__page .form-group__check {
  margin-bottom: 0.75rem;
}
.total-rating_v3 .list-comment-viewer .text-comment {
  margin-top: 0 !important;
  font-size: 1rem;
}
.total-rating_v3 .action-comment-sigle {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #3a589b;
}
.total-rating_v3 .action-comment-sigle .show-form--reply,
.total-rating_v3 .action-comment-sigle .wrap-like {
  color: inherit;
}
.total-rating_v3 .block-infomation .score .score-point {
  font-weight: 600;
  font-size: 4rem !important;
}
.total-rating_v3 .administrator {
  padding: 3px !important;
}
.total-rating_v3 .item--comment .user {
  color: #2ba832;
  max-width: 4rem !important;
  text-align: center;
  float: left;
}
.list-comment-ratting.v2 .item--comment .name-customer {
  margin-right: 0;
}
.total-rating_v3 .item--comment .user * {
  color: #fff;
  font-size: 0.775rem;
  font-weight: 300;
  padding: 0 5px;
  margin-top: 5px;
}

.total-rating_v3 .item--comment > *:not(.user) {
  padding-left: 7rem;
  position: relative;
  z-index: 1;
  top: -1.5rem;
}
.total-rating_v3 .item--comment .user > * {
  font-size: 12px !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.total-rating_v3 .item--comment:before,
.total-rating_v3 .item--comment:after {
  content: "";
  clear: both;
  display: inline-block;
}
.total-rating_v3 .item--comment .user {
  color: #2ba832;
  background: #740e01;
  border-radius: 50%;
  min-width: 6rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.total-rating_v3 .action-comment-sigle .wrap-like img {
  vertical-align: middle;
  margin-top: -5px;
}
.total-rating_v3 .item--comment .comment .rating {
  display: block !important;
}
.total-rating_v3 .item--comment .comment .comment--text {
  font-size: 0.875rem;
}
.total-rating_v3 .list-comment-viewer .item-comment-head {
  padding-bottom: 10px !important;
}
.total-rating_v3 .comment-ratting {
  padding: 0 !important;
}
.total-rating_v3 .comment-ratting .wrap--input .wrap-content textarea {
  padding: 10px !important;
}
.amount-cart__details .btn-prd:hover,
.btn-prd:hover,
.btn-prd:focus,
.amount-cart__details .btn-prd:focus {
  border: solid thin transparent;
  background-color: #43130d;
  color: #fff;
}
.gallery-thumbs.box_thumbs .swiper-slide {
  border: solid 2px transparent;
}

.gallery-thumbs.box_thumbs .swiper-slide-thumb-active {
  border: solid 2px #ffc107;
}
.footer_logo {
  max-width: 5rem;
}
.reviews .swiper-pagination span {
  margin: 0 6px !important;
}
.section-comment__prd .total-rating_v3 .pagination_rating {
  margin-top: 0;
  margin-bottom: 0;
}
.section-comment__prd
  .total-rating_v3
  .list-comment-viewer
  .comment-no-ratting {
  font-size: 14px;
}
.section-comment__prd
  .total-rating_v3
  .list-comment-viewer
  .list-item-viewer
  .content_commnet {
  flex: 1;
}
.product_viewed .col {
  max-width: 20%;
  flex: 0 0 20%;
  width: 100%;
}

.control_ > * {
  position: relative;
  height: 2.9375rem;
  top: unset;
  transform: unset;
  background: transparent;
}

.control_ {
  display: flex;
}
.control_ .btn-slide__collection img {
  filter: grayscale(1);
}
.control_ .btn-slide__collection:hover img,
.control_ .btn-slide__collection:focus img {
  filter: grayscale(0);
}
.control_ .btn-slide__collection.swiper-button-disabled {
  background: transparent;
}
.section-comment__prd .total-rating_v3 .color_black {
  font-family: "Philosopher";
}
.section-banner__pages.section__pages {
  display: block;
}
.form-cart .list-your__carts .items-your__cart {
  width: 100% !important;
}
.section-products__pages .s-content + div span {
  display: inline-block;
  max-width: max-content;
  margin: auto;
  right: 0;
}
.price-sale-prds__details {
  text-decoration: line-through;
  color: #90949c;
}
.section-banner__pages.banner_highrest .breadcrumb {
  display: none;
}
.item-rating .rating-box {
  z-index: 0;
}
.ajaxmenu__wrapper {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: #fff;
  height: auto;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s all 0s;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
}

.ajaxmenu__wrapper .menu__ ul {
  opacity: 1;
  visibility: visible;
}
.menu_wrapper ul li .active .ajaxmenu__wrapper ul {
  pointer-events: all;
}

.ajaxmenu__wrapper .menu__ {
  background: #ffffffd6;
  padding: 10px;
}
.ajaxmenu__wrapper .menu__ ul {
  pointer-events: all;
  padding: 0;
  position: static;
  max-width: initial;
  width: 100%;
}
.ajaxmenu__wrapper .menu__ a:hover,
.ajaxmenu__wrapper .menu__ a:focus {
  color: #902215;
}
.ajaxmenu__wrapper .menu__ a {
  max-width: initial;
  background: transparent;
  color: #902215;
  padding: 0.2rem;
  padding-left: 0;
  height: auto;
  display: block;
  text-align: left;
  font-family: "Philosopher";
}
.ajaxmenu__wrapper .menu__ .menu__child.active,
.ajaxmenu__wrapper .menu__ .img__.active {
  display: block;
}
.ajaxmenu__wrapper .menu__ .img__ img {
  max-height: 250px;
  object-fit: contain;
}
.ajaxmenu__wrapper .menu__ .img__ {
  display: none;
}
.ajaxmenu__wrapper .menu__ .menu__child a.name {
  text-align: left;
  display: block !important;
}

.ajaxmenu__wrapper .menu__ .menu__child {
  height: 100%;
  max-height: max-content;
  overflow-y: auto;
  display: none;
}
.ajaxmenu__wrapper .menu__ .wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
}

.ajaxmenu__wrapper .menu__ .wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  display: none;
  content: "";
}
.ajaxmenu__wrapper .menu__ .row div[class^="col"]:nth-child(even) .wrapper {
  border-right: solid thin #fff;
}
.ajaxmenu__wrapper .container {
  max-width: 1170px;
}

.menu_wrapper .ajaxmenu__wrapper ul li a:hover,
.menu_wrapper .ajaxmenu__wrapper ul li a:focus,
.menu_wrapper .ajaxmenu__wrapper ul li a.active {
  color: #212529 !important;
}
.ajaxmenu__wrapper
  .menu__
  .row
  div[class^="col"]:nth-child(even)
  .wrapper.main {
  max-height: 350px;
  overflow-y: auto;
}
.bre .breadcrumb {
  background: transparent;
}

.bre .breadcrumb li:not(:last-child):after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 5px;
}

.bre .breadcrumb li:last-child {
  color: #740e01;
  display: none;
}
.wrapper_bre .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
.bre .breadcrumb li:nth-last-child(2):after {
  display: none;
}
.wrapper_bre .breadcrumb li:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  font-size: 20px;
  vertical-align: middle;
  margin-top: -7px;
  display: inline-block;
  margin-right: 5px;
  color: #a6a5a5;
}
.read-more-click.no__active {
  height: 50px !important;
}
.fb_iframe_widget_fluid_desktop iframe {
  min-width: 100%;
}
.page__detail {
  background: #FFF0E3;
}
.page__detail .wrapper_bre .breadcrumb {
  margin-bottom: 0;
}
.page__detail .wrapper_bre,
.page__detail .details-tops__prds {
  background-color: #fff;
}
.page__detail .details-tops__prds {
  padding-bottom: 1rem;
}
.intro__place {
  background: #f7f7f7;
  padding-top: 45px;
  padding-bottom: 45px;
}
.toc_list .level_1 {
  padding-left: 20px;
}
.toc_list .level_2 {
  padding-left: 40px;
}
.toc_list .level_3 {
  padding-left: 50px;
}
.toc_list .level_4 {
  padding-left: 60px;
}
.author {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
  color: #888;
}
.infomation .avatar img {
  border-radius: 50%;
  border: solid thin #902215;
  padding: 10px;
  max-width: 150px;
  background-color: #fff;
}
.infomation {
  padding: 0.5rem;
  border: solid thin #740e01;
  background: #fff3e8;
}
.infomation .name {
  font-size: 28px;
  font-weight: 600;
  color: #902215;
  font-family: "Philosopher";
}
@media all and (max-width: 576px) {
  .s-content iframe {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .project .item__project.half {
    width: 50%;
  }
  .product {
    padding-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .project .item__project.half img {
    max-height: 12rem !important;
    object-fit: cover;
  }
}
@media screen and (max-width: 1200px) {
  .mar_5 > div[class^="col"] {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .project .item__project img {
    max-height: 21rem;
  }
}
.header_ringt{
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}
@media screen and (max-width: 576px) {
  .header_ringt{
    display: flex;
    justify-content: end; 
    align-items: center; 
  }
}
.bao_gia{
  display: inline-flex;
  background: #740e01;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  min-width: 5.75rem;
  vertical-align: middle;
  padding: 0.7rem 0.9375rem;
}
@media (max-width: 576px) {
  .bao_gia {
     display: none;
  }
}
.bao_gia:hover{
  background-color: white;
  transition: 0.4s;
  
}
.text_service{
  font-family: "Philosopher";
  font-size: 1.375rem;
  color: #43130d;
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .text_service{
    font-family: "Philosopher";
    font-size: 1rem;
    color: #43130d;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.language{
  display: block;
}
@media (max-width: 576px) {
  .language {
      display: none;
  }
}

@media (max-width: 576px) {
  .header_ringt {
     padding: 0.5rem;
  }
}
.menu_wrapper{
  height: 100%;
}
.table-border {
  border: 1px solid black;
  border-collapse: collapse;
}

.table-no-border {
  border: none; 
}
.table-border td {
  border: 1px solid black;
}

.table-no-border td {
  border: none;
}
