@import url("https://fonts.googleapis.com/css2?family=Cuprum:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap");

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --font-size: 16px;
  --font-key: "UTMBebas";
  --color-key: #56b901;
  --color-key-dark: #27831e;
  --color-key-dark-1: #045b33;
  --color-key: #a02b2d;
  --color-key-1: #64b71f;
  --color-title-product: #dc3545;
  --color-price-product: #c71c1c;
  --bg-gradient: linear-gradient(
    90deg,
    rgba(88, 187, 0, 1) 0%,
    rgba(2, 89, 52, 1) 100%
  );
  --bg-gradient-end: linear-gradient(
    90deg,
    rgba(2, 89, 52, 1) 0%,
    rgba(88, 187, 0, 1) 100%
  );
  --bg-gradient-center: linear-gradient(
    90deg,
    rgba(14, 113, 0, 1) 0%,
    rgba(92, 196, 0, 1) 50%,
    rgba(14, 113, 0, 1) 100%
  );
  --bg-gradient-btn-center: linear-gradient(
    90deg,
    rgba(51, 177, 94, 1) 0%,
    rgba(179, 209, 51, 1) 100%
  );
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: var(--font-size);
  background: #fff;
  color: #333;
}

.owl-nav {
  margin-top: 0px;
  height: 0px;
}

.w-100 {
}

button,
input,
select,
textarea,
a {
  outline: none;
}

ul,
ol {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: var(--color-main-hover);
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

strong,
b {
  font-weight: 700;
}
#blog-detail i{
  font-style: italic !important;
}
h1.hidden-h1 {
  font-size: 0px;
  visibility: hidden;
  overflow: hidden;
  text-indent: -9999999999px;
}
.margin-top-5{
  margin-top: 5px;
}
.margin-top-10{
  margin-top: 10px;
}
.margin-right-5{
  margin-right: 5px;
}
.margin-right-10{
  margin-right: 10px;
}
.hidden-micro {
  font-size: 0px;
  visibility: hidden;
  overflow: hidden;
  text-indent: -9999999999px;
  width: 0px;
  height: 0px;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  top: 100000000px;
  position: fixed;
}

.container {
  margin: 0 auto;
  max-width: 1410px;
  padding: 0px 10px;
}
.container-page {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 10px;
}

.container-wrap {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0px 10px;
}

.fixed-menu.fixed-open {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1002;
}

.fixed-menu.fixed-open #menu .item-category {
  display: none;
}

.fixed-menu.fixed-open .menu-category:hover .item-category {
  display: block !important;
}

.fixed-menu.fixed-open .header-two {
  display: none;
}

.img-block {
  max-width: 100%;
  display: block;
}

.img-block-full {
  max-width: 100%;
  display: block;
  width: 100%;
}

.img-block-auto {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.img-100 {
  width: 100%;
}

.section {
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.backtop {
  position: fixed;
  bottom: -50px;
  z-index: 99;
  top: auto;
  right: 15px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 60px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0 !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 20px #ccc;
  transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;
}

.backtop.show {
  bottom: 50px;
  opacity: 1 !important;
  display: block !important;
}

.backtop .fa {
  font-size: 22px;
  color: var(--color-key);
  font-weight: bold;
}

.menu-fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2010;
}

#img-bg-inpage {
  width: 100%;
  height: 120px;
}

/*top*/
.ti-topheader {
  position: sticky;
  top: 0px;
  z-index: 9999;
}

.fixed-top {
}

#top {
  padding: 10px 0px;
  position: relative;
  z-index: 1;
  background: #626c13;
  text-align: center;
  color: #ffcc48;
  font-weight: 400;
  font-size: 14px;
}

#top a {
  color: #ffcc48;
  font-weight: 400;
  text-decoration: none;
}

.content-top .notify-top {
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
}

.content-top .notify-top a {
  color: #fff;
}

.content-top .notify-top a:hover {
  text-decoration: underline;
}

.content-top .notify-top p {
  margin-right: 15px;
}

.content-top .info-top {
  width: 40%;
  line-height: 30px;
  text-align: right;
  color: #fff;
  font-size: 13px;
}

.content-top .info-top a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-left: 10px;
}

.content-top .info-top a:hover {
  text-decoration: underline;
}

.social-top {
  position: absolute;
  top: -13px;
  right: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-key);
}

.social-top a {
  line-height: 30px;
  margin-left: 5px;
}

.social-top a img {
  vertical-align: middle;
}

#header .hotline {
  position: relative;
  width: 220px;
  font-size: 16px;
  padding-left: 48px;
  line-height: 44px;
  background: url("images/icon-hotline.png") no-repeat left center;
}

#header .hotline span {
  font-size: 25px;
  color: #ff0000;
  font-weight: 700;
}

.mini-cart .cart {
  display: flex;
  align-items: center;
  position: relative;
}

.mini-cart .cart svg {
  width: 30px;
  height: 30px;
}

.mini-cart .cart svg path,
.mini-cart .cart svg rect {
  fill: none;
}

.mini-cart .cart svg path {
  stroke: #c1c1c1;
  stroke-width: 3px;
}

.mini-cart .cart svg circle {
  stroke: #c1c1c1;
  r: 2;
}

.mini-cart .cart span.total {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  color: #fff;
  background: #ff0000;
  border-radius: 50%;
  left: 16px;
  top: -7px;
}

.mini-cart .cart span.text {
  line-height: 40px;
  margin-left: 10px;
  font-size: 15px;
}

/*About*/
#about {
  padding: 0px 0px;
  position: relative;
}
.about-img {
  width: 40%;
}
.about-content {
  width: calc(65% - 40px);
}
.about-text * {
  line-height: 1.7;
}
.about-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-text p {
  margin-bottom: 15px;
}
.readmore-about {
  display: inline-block;
  padding: 8px 25px;
  background: var(--color-main);
  color: #fff;
  border-radius: 40px;
}
.readmore-about:hover {
  background: var(--color-main-hover);
  color: #fff;
}
.about-list {
  margin-left: -20%;
  margin-right: 0;
  margin-top: 25px;
}
.about-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px #e1e1e1;
  margin: 10px 10px;
}
.about-img {
  width: 35%;
}
.about-desc {
  width: calc(65% - 15px);
}
.about-desc h3 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}
.about-desc h3 a {
  color: #333;
}
.about-desc h3 a:hover {
  color: var(--color-main-hover);
}
/*Project*/
#project-box {
  padding: 50px 0px 50px;
}

.img-project {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.box-project {
  padding: 5px;
  box-shadow: 0px 0px 10px #888 inset;
}

.img-project img {
  transition: all 0.6s;
}

.img-project:hover img {
  transform: scale(1.05);
}

.desc-project {
  padding: 10px 10px;
  text-align: center;
}

.desc-project h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-family: var(--font-key);
  margin-bottom: 5px;
}

.desc-project h3 a {
  color: var(--color-key);
}

.desc-project p {
  font-size: 15px;
  line-height: 22px;
}

.baogia-one {
  background: var(--color-key);
  padding: 15px 0px;
  margin-top: 17px;
}

.baogia-one .baogia-box h2 {
  width: 100%;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 10px;
  font-family: var(--font-key);
}

.baogia-one .baogia-box h2 a {
  color: var(--color-key-1);
  display: block;
  padding: 10px;
}

/*Service*/
#service {
  padding: 100px 0px;
  background: #2d2c32;
}

.title-service {
  position: relative;
}

.title-service:before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  content: "";
}

.title-service h5 {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  font-family: var(--font-key);
  color: #333;
  padding-left: 10px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  border-left: 5px solid var(--color-key);
  height: 42px;
}

.title-service h5.color {
  color: #333;
}

.title-service p {
  text-align: center;
  font-size: 15px;
}

.content-service {
}

.img-service:hover .content-service {
  background: #45444a;
}

.content-service a {
  display: block;
  overflow: hidden;
}

.content-service img {
  transition: all 0.6s;
}

.content-service:hover img {
  transform: scale(1.04);
}

.content-service h2 {
  text-align: left;
  padding: 20px 0px 10px;
  line-height: 26px;
  transition: all 0.6s;
}

.content-service h2 a {
  color: #333;
  font-size: 18px;
}

.content-service p:nth-child(3) {
  margin-bottom: 10px;
}

.content-service p:nth-child(4) {
  line-height: 22px;
}

.content-service:hover h2 a {
  color: #fff;
}

/*News*/
.news-one {
  padding: 50px 0px 0px;
}

.news-one .title-news {
  text-align: center;
  margin-bottom: 20px;
}

.news-one .title-news h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
}

.news-one .title-news h4:after,
.news-one .title-news h4:before {
  width: 70px;
  height: 1px;
  background: var(--color-key);
  content: "";
  position: absolute;
}

.news-one .title-news h4:after {
  left: 50%;
  margin-left: -35px;
  bottom: 0px;
}

.news-one .title-news h4:before {
  left: 50%;
  margin-left: -25px;
  bottom: -5px;
}

.news-one .news-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}

.news-one .news-inner .news-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-one .news-inner .news-img.w-100 {
  width: 100%;
  margin-right: 0px;
}

.news-one .news-inner .news-img img {
  transition: all 0.6s;
  background: #fff;
}

.news-one .news-inner:hover .news-img img {
  transform: scale(1.04);
}

.news-one .news-inner .meta-time {
  color: #888;
}

.news-one .news-inner .meta-time a {
  color: var(--color-key);
  font-weight: 700;
}

.news-one .news-inner .news-content {
  border-top: 0px;
  transition: all 0.6s;

  width: 100%;

  padding: 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  min-height: 100%; /* background: #900; */
  display: flex;
  align-items: flex-end;
}

.news-one .news-inner .news-content.w-100 {
  width: 100%;
}

.news-one .news-inner h3.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-one .news-inner .news-content h3 {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-left: 5px solid var(--color-main);
}

.news-one .news-inner h3 a {
  font-size: 18px !important;
  color: #fff;
  font-weight: 700;
  line-height: 20px !important;
}

.news-one .news-inner:hover h3 a {
  color: var(--color-main-hover);
}

.news-one .news-inner .news-content .padd-leftnew {
  width: calc(100% - 50px);
  background: #333;
  padding: 30px 10px 30px 30px;
  position: relative;
  margin-left: 50px;
}

.news-one .news-inner .time-news {
  color: #908e8e;
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0px;
  font-style: italic;
  margin-bottom: 5px;
}

.news-one .news-inner .time-news span:first-child {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.news-one .news-inner .time-news span:last-child {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  text-align: center;
}

.news-one .news-inner .news-content .meta-article {
  font-size: 14px;
  color: #777;
  padding: 10px 0px;
  border-bottom: 1px dashed #e6e6e6;
  font-weight: 400;
  margin-bottom: 10px;
}

.news-one .news-inner .news-content .meta-article i {
  color: var(--color-key);
}

.news-one .news-inner .news-content .meta-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-one .news-inner .news-content .meta-view {
  margin-top: 10px;
}

.news-one .news-inner .news-content .meta-view .view-more {
  color: #333;
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.news-one .news-inner:hover .news-content .meta-view .view-more {
  border: 1px solid var(--color-key);
  color: #fff;
  background: var(--color-key);
}

.news-one .news-inner .news-content .meta-time {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
  font-size: 13px;
}

.news-one .news-inner .news-content .meta-time span:nth-child(1) {
  color: #d90000;
  font-weight: 700;
}

.video-container {
  position: relative;
  padding-bottom: 56%;
  padding-top: 54px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.change-video {
  width: 100%;
  height: 43px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

/*Why*/
#why-box {
  padding: 50px 0px;
  background-size: cover;
  background: #a02b2d;
}

.box-why {
  width: 100%;
  position: relative;
  padding: 50px 0px;
}

.w-why {
}

.w-why .wraptem {
  margin: 15px 0px;
  transition: all 0.6s;
}

.w-why .wraptem .img {
  width: 89px;
  height: 89px;
  background: #6d0204;
  border: 2px solid #fff;
  text-align: center;
  line-height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.w-why .wraptem .img img {
  max-width: 100%;
  display: block;
}

.w-why .wraptem .content_right {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0px 10px 0px;
  transition: all 0.6s;
}

.w-why .wraptem .content_right p {
  font-size: 22px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px;
}

.w-why .wraptem .content_right span {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}

.w-why .wraptem:hover .content_right p {
  color: var(--color-key);
}

.w-why .wraptem:hover {
  transform: translateY(-10px);
}

/*Partner*/
.partner-one {
  margin: 30px 0px;
}

.img-partner {
  border: 1px solid #e5e5e5;
  background: #fff;
}

.partner-one img {
  max-width: 100%;
}

.desc-partner {
  position: relative;
}

.title-partner {
  width: 100%;
  margin-bottom: 20px;
}

.title-partner h5 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/*Title - page*/
.title-section-module {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: left;
  flex-wrap: wrap;
}

.title-section-module p {
  font-size: 17px;
  color: #333;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  line-height: 25px;
}

.title-section-module p.white {
  color: #fff;
}

.title-section-module h3,
.title-section-module h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
}

.title-section-module h4.white {
  color: #fff !important;
}

.title-section-module h3 a {
  color: #333;
  line-height: 25px;
}

.title-section-module h3 span {
  color: #333;
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
}

.title-section-module.none h3:after {
  position: absolute;
  bottom: -11px;
  background: var(--color-key);
  height: 5px;
  width: 100%;
  content: "";
  left: 0px;
  z-index: 10;
}

.title-section-module h3.title {
  color: #a02b2d;
  width: 100%;
  margin-bottom: 10px;
}

.title-section-module h3.title a {
  color: #333;
}

.title-section-module h3.title a.white {
  color: #fff;
}

.title-section-module ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.title-section-module ul li {
  margin-right: 20px;
  position: relative;
}

.title-section-module ul li:not(:last-child):after {
  position: absolute;
  right: -10px;
  content: "";
  width: 1px;
  height: 70%;
  top: 20%;
  background: #a02b2d;
}

.title-section-module ul li a {
  color: #a02b2d;
  font-size: 16px;
}

.title-section-module > a {
  position: absolute;
  right: 10px;
  color: #808080;
  top: 22px;
  font-size: 15px;
  padding-right: 20px;
}

.title-section-module > a:after {
  top: 6px;
  right: 0px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #808080;
  border-width: 7px;
  margin-left: -7px;
}

.title-section-module h3:hover a {
  text-decoration: none;
}

.title-section-module .product-menu {
  display: none;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.title-section-module .product-menu svg {
  fill: #525252;
}

.title-section {
  position: relative;
  height: 45px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.title-section h4 {
  display: inline-block;
  position: relative;
  height: 45px;
  color: #f4c601;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.title-section h4:before {
  position: absolute;
  content: "";
  width: 60px;
  left: 0px;
  height: 3px;
  background: #f4c601;
  bottom: -1px;
}

.title-section a {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
}

.head-title {
  text-align: center;
}

.head-title h1,
.head-title h2 {
  color: var(--color-main);
  font-size: 30px;
  padding-bottom: 25px;
  position: relative;
  font-weight: 600;
  line-height: 45px;
}

.head-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

.head-detail h1,
.head-detail h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
  line-height: 36px;
}
.collections-orderby select {
  background-color: #e7edd7;
  border: 1px solid var(--color-main-hover);
  border-radius: 5px;
  color: var(--color-main-hover);
  font-weight: 400;
  height: 34px;
  padding: 0 25px 0 10px;
  margin-left: 5px;
}
.collections-orderby{
  display: flex;
  align-items: center;
}
.btn-viewcheck{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #cccccc;
}
.btn-viewcheck.active{
  border-color: var(--color-main-hover);
}
.btn-viewcheck img{
  max-width: 30px;
}
h1.title-page {
  color: #333333;
  font-size: 30px;
  position: relative;
  font-weight: 600;
  line-height: 35px;
}

/*breadcrumb*/
#title-breadcrumbs {
  background-color: #fff;
}

#breadcrumb {
  padding: 10px 0px;
  list-style: none;
}

#breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #738136;
}

#breadcrumb li + li:before {
  padding: 8px;
  color: #738136;
  content: "/\00a0";
}

#breadcrumb li a {
  color: #738136;
  text-decoration: none;
}

#breadcrumb li a:hover {
  color: #4d1111;
}

/*Menu*/
#menu {
  transition: all 0.6s;
  width: 100%;
  background: #626c13;
}

.content-header {
  /* position: relative; */
}

.logo {
  width: 186px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  max-height: 80px;
}

.header-right {
  width: 180px;
  margin: 0px -4px;
}

.header-right img {
  max-height: 30px;
}

.header-right li {
  display: block;
  font-size: 15px;
  color: #f2f2f2;
  width: 25%;
}

.header-right li {
  width: 100%;
  text-align: right;
  margin: 0px 4px;
  position: relative;
}

.header-right li a {
  color: #fff;
}

.header-right li .ty {
  display: block;
  float: left;
  margin-right: 15px;
}

.view-box-widget {
  padding: 15px 15px 15px 15px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s;
  width: 380px;
  z-index: 9;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgb(53 53 53 / 0.3);
  text-align: center;
  color: #333;
}

.header-right li:hover .view-box-widget {
  opacity: 1;
  pointer-events: visible;
  transform: translateY(0);
  visibility: visible;
}

.cart-remove-all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  padding: 5px 15px;
  color: #626c13;
  border: 1px solid #626c13;
  border-radius: 4px;
  cursor: pointer;
}

.cart-list {
  background-color: #fff;
  width: 100%;
  max-height: 370px;
  overflow: auto;
  padding-right: 10px;
}

.cart-list::-webkit-scrollbar {
  width: 2px;
}

.cart-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cart-list::-webkit-scrollbar-thumb {
  background: #626c13;
}

.cart-list::-webkit-scrollbar-thumb:hover {
  background: #79832c;
}

.cart-list .cart-item {
  align-items: center;
  display: flex;
  padding: 10px;
  justify-content: space-between;
}

.cart-list .cart-item:nth-child(odd) {
  background: #f7f7f7;
}

.cart-list .cart-item .thumbnail {
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  width: 70px;
}

.cart-list .cart-item .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: none;
  max-width: 100%;
}

.cart-list .cart-item .content {
  width: calc(100% - 85px);
  position: relative;
}

.cart-list .cart-item .content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-list .cart-item .content .top .cart-remove-item {
  color: #666;
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
}

.cart-list .cart-item .content .title {
  color: #4c503d;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 8px;
  text-align: left;
}

.cart-list .cart-item .content .title a {
  color: #4c503d;
  font-size: 15px;
}

.cart-list .cart-item .content .bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-list .cart-item .prices ins {
  color: #d35400;
  font-weight: 700;
  text-decoration: none;
}

.ty-color {
  color: #ffeb9c;
}

.header-right li small {
  display: block;
  color: #f2f2f2;
}

.header-right li a {
  position: relative;
  font-size: 25px;
}

.header-right li .cart-count {
  padding: 5px;
  background-color: #626c13;
  border-radius: 9px;
  border: 1px solid #626c13;
  padding: 2px 6px;
  color: #ffff;
  z-index: 100;
  position: absolute;
  font-size: 12px;
  top: -6px;
  right: -10px;
}

.search {
  width: 50%;
  transition: all 0.6s;
  border-radius: 40px;
  overflow: hidden;
}

.search.show {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

.info-header {
  width: 498px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {
  padding: 5px 0px;
  background: url("../images/background-header.jpg");
}

#menu-box {
  width: 100%;
  position: relative;
  align-items: center;
}

.search-btn-right {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: none;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  border: 1px solid #fff;
}

.search-bar {
  display: flex;
  width: 100%;
  height: 36px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  transition: all 0.6s;
  justify-content: space-between;
  align-items: center;
}

.search-bar.show {
  width: 250px;
  visibility: visible;
  opacity: 1;
}

.search-bar input.search-text {
  font-size: 14px;
  background-color: transparent;
  border: none;
  height: 34px;
  width: calc(100% - 54px);
  padding: 0px 40px 0px 15px;
  outline: none;
  color: #333;
}

.search-bar .search-btn {
  width: 54px;
  height: 34px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

#menu .item-big {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#menu .item-big .nav-item {
  display: inline-block;
  margin-right: 30px;
}

#menu .item-big .nav-item:last-child {
  margin-right: 0px;
}

#menu .item-big .nav-item > a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 400;
}

#menu .item-big .nav-item > a:after,
#menu .item-big .nav-item > a:before {
  width: 0%;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  transition: all 0.3s;
}

#menu .item-big .nav-item > a:before {
  background: var(--color-main-hover);
  left: 50%;
}

#menu .item-big .nav-item > a:after {
  background: var(--color-main-hover);
  right: 50%;
}

#menu .item-big .nav-item:hover > a:before,
#menu .item-big .nav-item:hover > a:after {
  width: 50%;
}

#menu .item-big .nav-item > ul {
  position: absolute;
  background: #fff;
  width: 200px;
  right: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
}

#menu .item-big .nav-item:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

#menu .item-big .nav-item > ul > li a {
  display: block;
  padding: 8px 10px;
  color: #626c13;
  text-align: right;
  font-size: 15px;
  border-bottom: 1px solid #f4f4f4;
}

#menu .item-big .nav-item > ul > li a:hover {
  background: var(--color-main-hover);
  color: #ffffff;
}

#menu .item-big .nav-item > ul > li:last-child a {
  border-bottom: 0px solid #f4f4f4;
}

.menu-mega {
  width: 100%;
  min-height: 302px;
  position: absolute;
  background: #fff;
  left: 0px;
  top: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  visibility: hidden;
  z-index: -2;
  opacity: 0;
  display: none;
}

#menu .item-big .nav-item:hover .menu-mega {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  display: flex;
}

.mega-title {
  width: 270px;
  background: #fff;
  border-right: 1px solid #f4f4f4;
}

.mega-title ul li {
  text-align: left;
}

.mega-title ul li:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}

.mega-title ul li a {
  padding: 12px 15px;
  color: #333;
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.mega-title ul li:hover a,
.mega-title ul li.active a {
  background: rgb(185 209 0 / 0.3);
  color: var(--color-main);
}

.mega-content {
  width: calc(100% - 270px);
}

.menu-mega-product {
  display: none;
  padding: 10px;
}

.menu-mega-product.show {
  display: block;
}

.all-mega {
  text-align: center;
  margin-top: 10px;
}

.all-mega a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  background: var(--color-main);
}
.all-mega a:hover {
  background: var(--color-main-hover);
}
/*comment-one*/
.comment-one {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 0px;
  background: url("../images/htesti_bg_img.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.comment-one:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.comment-one .owl-dots {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.comment-one .owl-dot {
  width: 10px;
  height: 10px;
  background: #a03c0c !important;
  border-radius: 50%;
  margin-left: 10px;
}

.comment-one .owl-dot.active {
  background: #a02b2d !important;
}

.comment-left {
  margin-top: 50px;
}

.comment-right {
  margin-top: -50px;
}

.box-order-list {
  padding: 20px;
  background: #ffff;
  min-height: 300px;
  position: relative;
  z-index: 2;
}

.box-order-list .title-order {
  text-align: center;
  border-bottom: 1px solid #ddd;
  color: #80090b;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 25px;
}

.box-order-list .timeline {
  list-style: none;
  padding: 0;
  position: relative;
  height: 278px;
  overflow: auto;
}

.box-order-list .timeline::-webkit-scrollbar {
  width: 5px;
}

.box-order-list .timeline::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.box-order-list .timeline::-webkit-scrollbar-thumb {
  background: #790204;
}

.box-order-list .timeline::-webkit-scrollbar-thumb:hover {
  background: #8cc63f;
}

.box-order-list .timeline > li {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.box-order-list .timeline > li:nth-child(even) {
  background-color: #f2f2f2;
}

.box-order-list .timeline > li h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.box-order-list .timeline > li h6 small {
  float: right;
  font-size: 12px;
  color: #7a0307;
}

.box-order-list .timeline > li p {
  margin-bottom: 0;
}

.box-order-list .timeline > li p a {
  color: #7a0307;
}

.box-order-list .timeline > li p a:hover {
  text-decoration: underline;
}

.box-order-list .timeline > li:last-child {
  margin-bottom: 0;
}

.box-order-list .timeline > li p small {
  font-size: 15px;
}

.box-order-list .timeline > li span {
  text-transform: uppercase;
}

.btn-search-product {
  display: inline-block;
  padding: 10px 20px;
  background: #790204;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

.comment-item {
  margin-bottom: 25px;
}

.comment-item .comment-text-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  padding: 10px 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}

.comment-item .comment-text-box.in {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.01);
}

/*.comment-item .comment-text-box:before {
    border-right: 0 solid transparent;
    content: "";
    display: block;
    position: absolute;
    border-left: 12px solid transparent;
       border-top: 12px solid #ddd;
    bottom: -12px;
    left: 19px;
}
.comment-item .comment-text-box:after {
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
}*/
.comment-item .comment-text-box p {
  overflow: hidden;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.comment-item .comment-text-info {
  margin-top: 20px;
}

.comment-item .comment-text-info img {
  border-radius: 50%;
  float: left;
  height: 60px;
  margin-right: 10px;
  width: 60px;
}

.comment-item .comment-text-info .text-name {
  display: block;
  font-weight: 700;
  padding-top: 10px;
  color: #fff;
}

.comment-item .comment-text-info .text-muted {
  color: #fff !important;
}

.comment-item .comment-text-box.in p {
  color: #333;
}

.comment-item .comment-text-info.in .text-muted {
  color: #333 !important;
}

.comment-item .comment-text-info.in .text-name {
  color: #fff !important;
}

/*full-page*/
#full-page {/* overflow-x: hidden; */}

#content-page{
  /* overflow-x: hidden; */
}
.in-page .bg-content {
  background: #000000;
}

.wrap-bg-in {
  width: 100%;
  overflow: inherit;
}

/*Product*/
#sort-by {
  text-align: left;
  width: 200px;
}

#sort-by label {
  font-family: "Arial";
  font-weight: 400;
  line-height: 33px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 0;
  color: #222;
  display: inline-block;
}

#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#sort-by > ul > li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
  position: relative;
}

#sort-by ul ul {
  position: absolute;
  visibility: hidden;
  width: 180px;
  right: 0;
  top: 100%;
  z-index: 10000;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  background: #fff;
  padding-left: 0px !important;
}

#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 5px 10px;
  line-height: 20px;
}

#sort-by li > a {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  transition: all 0s ease-in-out;
}

#sort-by a:link,
#sort-by a:visited {
  color: #333;
  text-decoration: none;
}

#sort-by li:hover > ul {
  visibility: visible;
}

.product-one {
  padding: 30px 0px;
}

.box-full-product {
  width: 100%;
}

.col-38 {
  width: 380px;
}

.col-62 {
  width: calc(100% - 380px);
}

.view-list .col--4{
  width: 100%;
}
.product-view .view-list .item-product-main .product-item-main{
  display: flex;
  flex-wrap: wrap;
}
.product-view .view-list .item-product-main .product-item-main .product-thumbnail{
  width: 25%;
}

.product-view .view-list .item-product-main .product-item-main .product-bottom{
  width: calc(100% - 25%);
  padding-left: 20px;
}
.product-view .view-list .item-product-main .product-item-main .product-bottom .product-name{
  height: auto;
}
.product-view .item-product-main {
  width: 100%;
  transition: all 0.6s;
  padding: 10px;
}

.product-view .item-product-main.none-border {
  border: none;
}

.product-view .item-product-main.padding-border {
  border: 1px solid #ededed;

  border-radius: 10px;
}

.product-view .item-product-main .product-item-main {
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s;
}

.item-product-main:hover {
  box-shadow: 3.5px 6px 25px 0 rgb(0 0 0 / 10%);
}

.product-view .item-product-main .product-item-main .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.status-item {
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-new {
  padding: 5px 20px 5px 10px;
  background: #626c13;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 5px 0px;
  display: block;
}

.product-sale {
  padding: 5px 20px 5px 10px;
  color: #fff;
  font-weight: 400;
  background: #e86900;
  text-transform: capitalize;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 5px 0px;
  display: block;
}

.product-view
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb {
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.product-view
  .item-product-main
  .product-item-main
  .product-thumbnail
  .product-moi {
  display: inline-block;
  width: 39px;
  height: 30px;
  background: url("images/ico-6.png") no-repeat top center;
  left: 10px;
  top: 10px;
  z-index: 2;
  position: absolute;
}

.product-view
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb {
  position: relative;
}

.product-view
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb
  img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  transition: all 0.6s;
}

.product-view
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb
  img.post-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
}

.product-view .item-product-main:hover img {
}

.product-view .item-product-main .product-item-main .product-bottom {
  position: relative;
  text-align: center;
  border-top: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-view .item-product-main:hover .product-item-main .product-bottom {
  transform: translate(0px);
}

.product-view
  .item-product-main
  .product-item-main
  .product-bottom
  .status
  span {
  color: var(--color-key);
  font-weight: 700;
}

.product-view
  .item-product-main.none-border-bottom
  .product-item-main
  .product-bottom {
  padding: 10px 10px 10px;
  border: 0px dashed #ddd;
}

.product-view
  .item-product-main
  .product-item-main
  .product-bottom
  .product-name {
  font-size: 14px;
  word-wrap: break-word;
  line-height: 22px;
  padding: 0 0px;
  text-align: left;
  overflow: hidden;
  font-weight: 600;
  height: 42px;
  margin-bottom: 10px;
}

.product-view
  .item-product-main
  .product-item-main
  .product-bottom
  .product-name
  a {
  text-decoration: none;
  color: #2c2c2c;
}

.product-view
  .item-product-main
  .product-item-main:hover
  .product-bottom
  .product-name
  a {
  color: var(--color-main-hover);
}

.product-view
  .item-product-main
  .product-item-main
  .product-bottom
  .blockprice {
  width: 70%;
  text-align: left;
}

.product-view .item-product-main .product-item-main .product-bottom .price-box {
  font-size: 15px;
  line-height: 16px;
  color: #282828;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}

.product-view
  .item-product-main
  .product-item-main
  .product-bottom
  .compare-price {
  color: #717171;
  text-decoration: line-through;
  margin: 2px 5px;
  display: inline-block;
}

.product-view
  .item-product-main
  .product-item-main
  .product-bottom
  .product-price {
  color: #a9070d;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}

.product-view .item-product-main .product-item-main .product-bottom .btn-cart {
  transition: all 0.2s;
  padding: 10px;
  display: none;
}

.product-view .item-product-main .product-item-main .product-bottom .a_url {
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  background: #a02b2d;
  padding: 4px 13px;
  bottom: 10px;
  font-family: "Nunito";
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  height: 38px;
}

.product-view .item-product-main .product-item-main .product-bottom .a_url svg {
  fill: #fff;
  width: 22px;
  margin-right: 8px;
}

.product-view1 .left-view {
  width: 288px;
}

.product-view1 .right-view {
  width: calc(100% - 308px + 20px);
  margin: 0px -10px;
}

.product-view1 .item-product-main {
  width: calc(100% - 20px);
  margin: 0px 10px 20px;
}

.product-view1 .item-product-main.none-border {
  border: dashed 0px #ebebeb;
}

.product-view1 .item-product-main .product-item-main {
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 0px;
}

.product-view1 .item-product-main .product-item-main .product-thumbnail {
  position: relative;
  overflow: hidden;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb {
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-thumbnail
  .product-moi {
  display: inline-block;
  width: 39px;
  height: 30px;
  background: url("images/ico-6.png") no-repeat top center;
  left: 10px;
  top: 10px;
  z-index: 2;
  position: absolute;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-thumbnail
  .product-sale {
  display: inline-block;
  width: 42px;
  height: 57px;
  background: url(images/ico-5.png) no-repeat top center;
  right: 0px;
  top: 0px;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  z-index: 2;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb {
  position: relative;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb
  img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  transition: all 0.6s;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-thumbnail
  .image_thumb
  img.post-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
}

.product-view1 .item-product-main:hover img {
  transform: scale(1.03);
}

.product-view1 .item-product-main .product-item-main .product-bottom {
  background: #fff;
  padding: 7px 10px 7px 10px;
  position: relative;
  text-align: center;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-bottom
  .status
  span {
  color: var(--color-key);
  font-weight: 700;
}

.product-view1
  .item-product-main.none-border-bottom
  .product-item-main
  .product-bottom {
  padding: 10px 10px 10px;
  border: 0px dashed #ddd;
}

.product-view1 .item-product-main .product-item-main .product-name {
  font-size: 18px;
  word-wrap: break-word;
  line-height: 20px;
  padding: 7px 0px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; /* overflow: hidden; */
  text-overflow: ellipsis;
  font-weight: 500;
  overflow: hidden;
}

/*add background-color*/
.product-view1 .item-product-main .product-item-main .product-name a {
  text-decoration: none;
  color: #2c2c2c;
  display: block;
  overflow: hidden;
}

.product-view1
  .item-product-main
  .product-item-main:hover
  .product-bottom
  .product-name
  a {
  color: #b48144;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-bottom
  .blockprice {
  width: 70%;
  text-align: left;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-bottom
  .price-box {
  font-size: 15px;
  line-height: 16px;
  color: #282828;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-bottom
  .compare-price {
  color: #717171;
  text-decoration: line-through;
  margin: 2px 5px;
  display: inline-block;
}

.product-view1
  .item-product-main
  .product-item-main
  .product-bottom
  .product-price {
  color: #7e0808;
  margin: 2px 0px 2px 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.product-view1 .item-product-main .product-item-main .product-bottom .a_url {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: var(--color-key);
  padding: 7px 13px;
  width: 90px;
  bottom: 10px;
  border-radius: 5px;
  font-family: "Nunito";
}

.product-view1 .item-product-main .product-item-main .product-bottom .btn-cart {
  display: none;
}

.readmore-product {
  text-align: center;
}

.readmore-product a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid var(--color-key);
  border-radius: 29px;
  background: var(--color-key);
}

.readmore-product a img {
  vertical-align: middle;
  margin-left: 5px;
}

.adv-product {
  min-height: 300px;
  padding: 40px 0px;
}

#adv-center {
  background: #a02b2d;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
}

#content-video {
  margin-bottom: 30px;
}

#content-video .img-video {
  padding: 10px;
  border: 1px solid #a02b2d;
}

.img-video span img {
  position: relative;
  z-index: 12;
}

.img-video {
  position: relative;
}

.img-video span {
  display: inline-block;
  width: 81px;
  height: 81px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

.img-video span:after {
  position: absolute;
  width: 121px;
  height: 121px;
  top: -20px;
  left: -20px;
  content: "";
  background: rgb(66 34 19 / 0.5);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  animation: morphing 10s infinite;
  z-index: 0;
}

@-moz-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@-o-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2);
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}

.adv-content {
  margin: 0 auto;
  width: 70%;
  position: relative;
  z-index: 2;
}

.adv-content h5 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "UTMHelvetIns";
  text-align: center;
  position: relative;
  display: block;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.adv-content h5:after {
  position: absolute;
  bottom: 0px;
  background: #fff;
  height: 3px;
  width: 50px;
  content: "";
  left: 50%;
  margin-left: -25px;
  z-index: 10;
}

.adv-content p {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

.adv-content p a {
  padding: 10px 20px;
  border-radius: 30px;
  background: var(--bg-gradient-btn-center);
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.adv-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.adv-content p a span {
  font-weight: 800;
}

.wrap-destitle {
  padding: 40px 40px 0 40px;
}

.wrap-destitle p {
  display: block;
  font-size: 14px;
  color: #282828;
  line-height: 25px;
  margin-bottom: 20px;
}

.wrap-destitle .more {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #282828;
  position: relative;
  text-transform: uppercase;
}

a.button_more {
  display: inline-block;
  background: transparent;
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  font-size: 14px;
  color: #c71c1c;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #c71c1c;
}

.list-index .img-li {
  text-align: center;
  margin: 0px 5px 10px;
  cursor: pointer;
}

.list-index .img-li .img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  border-radius: 50%;
  margin: 0 auto;
}

.list-index .img-li .name {
  display: block;
  color: #333;
  text-transform: uppercase;
  font-family: var(--font-key);
  font-size: 20px;
  padding: 5px 15px;
  background: #e3e3e3;
}

.list-index .img-li:hover .name,
.list-index .img-li.active .name {
  color: #fff;
  background: var(--color-key);
}

.slider-one {
  position: relative;
}

.slider-one .right-slider {
  width: 316px;
}

.slider-one .left-slider {
  width: calc(100% - 316px);
}

.full-slider {
  width: 100%;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: rgb(98 108 19);
}

.wrapper-slider {
  position: absolute;
  width: 100%;
  left: 0%;
  right: 0%;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-text-bold {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

.slider-text-nor {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 22px;
  letter-spacing: 4px;
}

.slider-button .btnHome {
  display: inline-block;
  border-radius: 20px;
  outline: none;
  width: 150px;
  border: 1px solid #a02b2d;
  line-height: 35px;
  color: #ffffff;
  background: #a02b2d;
}

.slider-button a:last-child {
  margin-left: 10px;
  background: transparent;
  border: 1px solid #fff;
}

.owl-carousel.in-home .active .slider-text-bold {
  animation: 1s 0.2s fadeInDown both;
}

.owl-carousel.in-home .active .slider-text-nor {
  animation: 1s 0.6s fadeInDown both;
}

.owl-carousel.in-home .active .btn-shopNow {
  animation: 1s 0.8s fadeInLeft both;
}

.owl-carousel.in-home .active .btn-shopOrder {
  animation: 1s 0.8s fadeInRight both;
}

@media screen and (max-width: 768px) {
  .full-slider {
    position: relative;
  }

  .wrapper-slider {
    display: none;
  }
}

.owl-carousel.in-product .owl-nav button.owl-next,
.owl-carousel.in-product .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-top: -20px;
}

.owl-carousel.in-product .owl-nav button.owl-next {
  right: -50px;
  transform: rotate(-90deg);
}

.owl-carousel.in-product .owl-nav button.owl-prev {
  left: -50px;
  transform: rotate(90deg);
}

.owl-carousel.in-product .owl-nav button.owl-next img,
.owl-carousel.in-product .owl-nav button.owl-prev img {
  transform: scale(2);
}

.box-content-slider {
  width: 100%;
  padding: 15px;
  background: rgba(82, 23, 19, 0.2);
  border: 2px solid #d1a700;
  border-radius: 5px;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-top: -79px;
  z-index: 2;
  position: relative;
  font-family: var(--font-key);
}

.owl-carousel.in-home .arrowleft,
.owl-carousel.in-home .arrowright {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  background: #fff;
}

.owl-carousel.in-home .arrowleft {
  right: 100px;
}

.owl-carousel.in-home .arrowright {
  right: 60px;
}

.owl-carousel.in-home .arrowleft svg,
.owl-carousel.in-home .arrowright svg {
  width: 30px !important;
  height: 30px !important;
}

.owl-carousel.in-home .a {
  fill: none;
  stroke: #511713;
  stroke-width: 560;
  stroke-miterlimit: 10;
}

.owl-carousel.in-home .owl-nav {
  position: absolute;
  bottom: 43px;
  width: 100%;
  left: 0px;
  z-index: 222;
  margin: 0px;
}

.owl-carousel.in-home .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0px;
  z-index: 222;
  margin: 0px;
}

.owl-theme.in-home .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme.in-home .owl-dots .owl-dot.active span,
.owl-theme.in-home .owl-dots .owl-dot:hover span {
  background: #96282a;
}

.box-slider {
  padding: 8px 20px;
  text-align: center;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.box-slider:after {
  width: 1px;
  height: 50%;
  right: 0px;
  background: #f0f0f0;
  content: "";
  position: absolute;
  top: 25%;
}

.box-slider.active h5 {
  color: #333;
  font-weight: 700;
}

.full-slider {
  position: relative;
}

.full-slider .postion {
  padding: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 70%;
  padding: 50px;
  background: rgba(82, 23, 19, 0.2);
  border: 2px solid #fff;
  border-radius: 5px;
}

.full-slider .postion h5 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.full-slider .postion p {
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.full-slider .postion p a {
  font-size: 13px;
  padding: 6px 20px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
}

.full-slider .postion p a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.full-slider .active .postion {
  animation: 2s 0.2s zoomIn both;
}

.owl-carousel.in-home .active .slide-caption__title {
  animation: 1s 1s fadeInUp both;
}

.owl-carousel.in-home .active .slide-caption__desc {
  animation: 1s 1.2s fadeInUp both;
}

.owl-carousel.in-home .active .slide-caption__btn {
  animation: 1s 1.6s fadeInUp both;
}

.adv-slider {
  margin-bottom: 10px;
}

.adv-slider .adv-img {
  position: relative;
}

.adv-slider .adv-img .post-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  padding: 30px;
  z-index: 1;
}

.adv-slider .adv-img .post-block h5 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  font-family: "Quicksand";
}

.adv-slider .adv-img .post-block p {
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
  line-height: 20px;
}

.adv-slider .adv-img .post-block p a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  color: #fff;
}

.product-tab {
}

.detail-set table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.detail-set table th,
.detail-set table td {
  padding: 10px;
  border: 1px solid #e4e4e4;
}

.detail-set table tr:nth-child(odd) {
  background: #f3f3f3;
}

.box-detail {
  padding: 0px 0px;
}

#detail-product {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

#detail-product .img-top {
  padding: 0px 0px 10px;
  width: 90px;
}

#detail-product .img-top img {
  max-width: 100%;
  display: block;
}

#detail-product .img-bottom {
  position: relative;
  width: calc(100% - 100px);
}

#detail-product .img-top .img {
  margin: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  height: 70px;
}

#detail-product .img-top .img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}

#detail-product .slick-arrow {
  background-color: #fff0;
  background-image: url(../images/arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 0;
  font-size: 0;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 999;
}
#detail-product .slick-prev:before,
#detail-product .slick-next:before {
  display: none;
}
#detail-product .slick-arrow.slick-prev {
  left: 18px;
  top: 50%;
  transform: rotate(90deg);
  z-index: 1;
}
#detail-product .slick-arrow.slick-next {
  right: 18px;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 1;
}

.request-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px -10px;
}
.request-product ul li {
  width: calc(100% / 2);
  padding: 0px 10px;
  margin: 5px 0px;
  line-height: 22px;
}

#detail-product .img-bottom .owl-prev,
#detail-product .img-bottom .owl-next {
  position: absolute;
  font-size: 30px;
  top: 50%;
  margin-top: -20px;
}

#detail-product .img-bottom .owl-prev {
  left: -20px;
}

#detail-product .img-bottom .owl-next {
  right: -20px;
}

#detail-product .header {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 30px;
}

#detail-product .header h3,
#detail-product .header h1 {
  color: var(--color-main);
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

#detail-product .quickview-info {
  margin-bottom: 10px;
}

#detail-product .quickview-info .status-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#detail-product .quickview-info .status-page .status {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

#detail-product .quickview-info .status-page .status .status-class {
  color: var(--color-key);
}

#detail-product .quickview-info .status-page .status:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #ccc;
}

#detail-product .quickview-info .reviews {
  margin-bottom: 10px;
}

#detail-product .quickview-info .reviews a {
  color: var(--color-main);
  margin-left: 10px;
}
#detail-product .quickview-info .reviews span {
  color: #dfa801;
}

#detail-product .quickview-info .prices {
  margin-bottom: 10px;
}

#detail-product .quickview-info .prices .price {
  font-size: 25px;
  color: #ff0000;
  margin-right: 10px;
}

#detail-product .quickview-info .prices .product-price-save {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

#detail-product .quickview-info .prices .old-price {
  font-size: 18px;
  text-decoration: line-through;
  color: #acacac;
}

#detail-product .product-description {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}
#detail-product .product-description p {
  margin-bottom: 10px;
}
#detail-product .product-description a {
  font-size: 14px;
  color: var(--color-key);
  font-weight: 400;
  font-style: italic;
}
.btn-mua {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#detail-product .qty-ant {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  left: 10px;
}

#detail-product .qty-ant label {
  width: 100px;
  line-height: 35px;
}

#detail-product .qty-ant .custom {
  width: auto;
  border-radius: 30px;
  overflow: hidden;
}

#detail-product .qty-ant .custom .btn-cts {
  font-size: 20px;
  line-height: 0px;
  border: none;
  display: block;
  width: 25px;
  height: 30px;
  background: #fff;
  float: left;
  color: #333;
  text-align: center;
  padding: 0px;
  border-radius: 0;
  cursor: pointer;
}

#detail-product .qty-ant .custom .qty {
  height: 30px;
  font-size: 1em;
  margin: 0;
  width: 35px;
  padding: 0 2px;
  text-align: center;
  background: #fff;
  min-height: unset;
  display: block;
  float: left;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

#detail-product .btn-mua .buy,
#detail-product .btn-mua .buypayment {
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  height: auto;
  line-height: inherit;
  box-shadow: none;
  padding: 15px 20px;
  width: auto;
  border: none;
  cursor: pointer;
  border-radius: 55px;
}

#detail-product .btn-mua .buy {
  background-color: var(--color-main);
  padding-left: 115px;
  border-radius: 30px;
  transition: all 0.2s;
}
#detail-product .btn-mua .buy:hover {
  background-color: var(--color-main-hover);
}
#detail-product .btn-mua .buypayment {
  background-color: #2a700d;
  width: calc(100% - 335px);
}

#detail-product .btn-mua .buypayment:hover {
  background-color: var(--color-main-hover);
}
#detail-product .btn-mua .buy .txt-main,
#detail-product .btn-mua .buypayment .txt-main {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
}

#detail-product .btn-mua .buy .text-add,
#detail-product .btn-mua .buypayment .text-add {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  display: block;
  width: 100%;
}

#detail-product .element {
  margin-bottom: 10px;
}

#detail-product .element .head {
  margin: 0px 0px 10px;
  text-align: left;
  min-width: 100px;
  font-weight: 400;
  font-size: 14px;
}

#detail-product .element .cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#detail-product .element .cont .el {
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}

#detail-product .element .cont .el label {
  min-width: 35px !important;
  height: 35px !important;
  margin: 0;
  padding: 0 5px;
  border: #d7d7d7 1px solid;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  display: inline-block;
  font-weight: normal;
  background-color: unset !important;
  text-transform: uppercase;
}

#detail-product .element .cont .el input:checked + label {
  color: var(--color-key);
  border: 1px solid var(--color-key);
}

#detail-product .element .cont .el input:disabled + label {
  color: #e1e1e1;
  cursor: no-drop;
  border: 1px solid #e1e1e1;
}

#detail-product .element .cont .el input[type="checkbox"],
#detail-product .element .cont .el input[type="radio"] {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  background: transparent;
  outline: none;
  opacity: 0;
  left: 0px;
  cursor: pointer;
}

#detail-product .hotline-product {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}

#detail-product .product-tab ul.tabs {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 25px;
  justify-content: flex-start;
}

#detail-product .product-tab .tabs-title li {
  margin-right: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f33;
  display: block;
  padding: 15px 0px;
  position: relative;
  cursor: pointer;
  margin: 0px 20px 0px 0px;
}

#detail-product .product-tab .tabs-title li:hover:after,
#detail-product .product-tab .tabs-title li.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: #1c1c1c;
  width: 100%;
  left: 0;
}

#detail-product .product-tab .tabs-title li:hover,
#detail-product .product-tab .tabs-title li.current {
  color: #1c1c1c;
}

#detail-product .product-tab .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tab-content {
}
#detail-product .product-tab .tab-content.current {
  min-height: 1px;
}

#detail-product .product-tab .tab-content.current {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.header-tab {
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
}
.header-tab .arrow-down {
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(50%, -50%, 0);
  width: 30px;
}

.header-tab .arrow-down:before {
  border-bottom: 3px solid #738136;
  border-right: 3px solid #738136;
  content: "";
  height: 15px;
  margin-top: -5px;
  position: absolute;
  right: 6px;
  top: 9px;
  transform: rotate(45deg);
  transition: all 0.3s;
  width: 15px;
}
.header-tab.active .arrow-down:before {
  transform: rotate(-135deg);
}
.header-tab.active {
  border-bottom: 1px solid #fff;
}
.detail-set {
  line-height: 22px;
  padding: 40px 0px;
}
.detail-mw {
  max-width: 992px;
  margin: 0 auto;
}
.detail-mw.full {
  max-width: 100%;
}
.detail-mw-hidden {
  position: relative;
  height: 250px;
  transition: all 0.6s;
  overflow: hidden;
}
.detail-mw-hidden.show-h {
  height: auto;
}

.btn-detail {
  border: 1px solid var(--color-main);
  border-radius: 5px;
  color: var(--color-main);
  display: block;
  margin: 0 auto;
  max-width: 340px;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
}
.request-product p {
  margin-bottom: 10px;
  font-size: 15px;
}
.bg-article {
  background: linear-gradient(
    to bottom,
    rgba(255 255 255/0),
    rgba(255 255 255/62.5),
    rgba(255 255 255/1)
  );
  bottom: -50px;
  height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.detail-mw-hidden.show-h .bg-article {
  display: none;
}
.detail-set p,
.detail-set h1,
.detail-set h2,
.detail-set h3,
.detail-set h4,
.detail-set h5,
.detail-set h6 {
  margin-bottom: 10px;
}
.detail-set * {
  line-height: 25px;
}
.detail-set i{
  font-style: italic;
}
.detail-set img {
  max-width: 100% !important;
  height: auto !important;
}
.detail-set ul,
.detail-set ol {
  margin-bottom: 20px;
}

.item-product .img {
  overflow: hidden;
}

.item-product .img img {
  max-width: 100%;
  display: block;
  transition: all 0.6s;
}

.item-product:hover .img img {
  transform: scale(1.05);
}

.item-product .desc a {
  color: #333;
  display: block;
  text-align: center;
  padding: 10px 0px 20px;
  font-size: 15px;
}

.item-product:hover .desc a {
  color: var(--color-key);
}

.item-product .desc p {
  margin-top: 5px;
}

.item-product .desc p .price {
  color: #ff0000;
  font-weight: 700;
}

/*Posts*/
.post-inner {
}

.post-inner .post-img {
  position: relative;
  width: 100%;
}

.post-inner .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-inner .meta-time {
  color: #888;
}

.post-inner .meta-time a {
  color: var(--color-key);
  font-weight: 700;
}

.post-inner .post-content {
  border-top: 0px;
  padding: 15px 0px;
  width: 100%;
}

.post-inner .post-content h3.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-inner .post-content .padd-leftnew {
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px 10px;
  position: relative;
}

.post-inner .time-post {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: var(--color-key);
  padding: 25px 10px;
  color: #fff;
  width: 58px;
}

.post-inner .time-post span:first-child {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.post-inner .time-post span:last-child {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  text-align: center;
}

.post-inner .post-content h3 {
  padding-bottom: 10px;
}

.post-inner .post-content h3 a {
  font-size: 22px;
  color: #1d1c1c;
  font-weight: 500;
  line-height: 22px;
}

.post-inner .post-content .meta-article {
  font-size: 14px;
  color: #b9b9b9;
  font-weight: 400;
  margin-bottom: 10px;
}

.post-inner .post-content .meta-article i {
  color: #a02b2d;
}

.post-inner .post-content .meta-content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
}

.post-inner .post-content .meta-content a {
  color: #9c3200;
  display: inline-block;
  padding: 5px 15px;
  background: var(--color-main);
  color: #fff;
  border-radius: 5px;
}

.post-inner .post-content .meta-content a:hover {
  text-decoration: underline;
}

.post-inner .post-content .meta-view {
  margin-top: 10px;
}

.post-inner .post-content .meta-view .view-more {
  color: #333333;
  display: inline-block;
}

.post-inner .post-content .meta-time {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
  font-size: 13px;
}

.post-inner .post-content .meta-time span:nth-child(1) {
  color: #d90000;
  font-weight: 700;
}

/*Paging*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--color-key);
  border-color: var(--color-key);
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.mfp-close {
  border-radius: 50%;
  top: -22px;
  right: -22px;
  background: #333 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.mfp-close:active {
  top: -22px;
}
.dangky-one{
  padding: 50px 0px;
}
.form-vertical {
  padding: 25px;
  background: #fff;
  border-top: 5px solid #a02b2d;
}

.form-vertical h3 {
  color: #a02b2d;
  font-size: 30px;
  margin: 0px 0px 15px 0px;
}

.form-vertical p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.contact-item {
  box-sizing: border-box;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
}

.contact-item label {
  display: none;
}

.contact-item input,
.contact-item textarea,
.contact-item select {
  border: 1px solid #ededed;
  width: 100%;
  padding: 10px 10px;
  border-radius: 3px;
  outline: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.contact-item .btnContactSubmit {
  margin: auto;
  display: block;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 100px;
  background: #a02b2d;
  color: #fff;
}

/*Contact*/
#contact-body h4.title {
  font-size: 22px;
  display: block;
  font-weight: 700;
  color: #272525;
}

#contact-body .box-frame-map {
  width: 100%;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

#contact-body .box-frame-map iframe {
  width: 100% !important;
  height: 350px !important;
  display: block;
}

#contact-body .content-contact {
  line-height: 22px;
}

#contact-body .content-contact p {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #a02b2d;
}

#contact-body .form-contact .input-control {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #f3d1d1;
  box-shadow: none;
  min-height: 42px;
  font-size: 14px;
}

#contact-body .form-contact .input-control.error {
  border-color: #ff0000 !important;
}

#contact-body .form-contact .error {
  font-size: 13px;
  display: block;
  margin-top: 5px;
  color: #ff0000;
}

#contact-body .form-contact textarea.input-control {
  height: 146px;
}

#contact-body .form-contact .button-control {
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #a02b2d;
  padding: 0px 15px;
  background: #a02b2d;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

/*Detail box*/
.detail-box {
  line-height: 20px;
}

.detail-box p {
  margin-bottom: 10px;
}

.detail-box h1,
.detail-box h2,
.detail-box h3,
.detail-box h4,
.detail-box h5,
.detail-box h6 {
  margin-bottom: 20px;
}

.detail-box .meta-desc {
  font-weight: 500;
  margin: 10px 0px 20px;
  text-align: justify;
  line-height: 25px;
}

.detail-box img {
  max-width: 100% !important;
  height: auto !important;
}

.detail-box table {
  width: 100%;
  border-collapse: collapse;
}

.detail-box table p {
  margin-bottom: 0px;
}

.detail-box table td {
  padding: 10px;
  border: 1px solid #f0f0f0;
}

.page-scrol-social {
  background: #fff;
}

.page-scrol-social .detail-box {
  width: 100%;
}

.page-scrol-social .detail-box.page {
  width: 100%;
}

.page-scrol-social .social {
  width: 100%;
}

.page-scrol-social .social ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.page-scrol-social .social li {
  margin-right: 5px;
}

.page-scrol-social .right-post-other {
  width: 280px;
  margin-left: 20px;
}

.sticky-new {
  position: sticky;
  top: 102px;
}

.page-scrol-social .social ul {
  position: sticky;
  top: 102px;
}

.page-scrol-social .social li {
  margin-bottom: 5px;
}

.page-scrol-social .social button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  color: #333333;
}

.tabs-about {
  background: var(--color-key);
  padding: 5px 5px;
}

.tabs-about li {
  font-size: 16px;
  display: inline-block;
  padding: 8px 10px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.content-page {
  display: none;
  opacity: 0;
}

.tabs-about li.active,
.tabs-about li:hover {
  color: var(--color-key);
  background: #fff;
}

.title-right {
  padding: 10px 10px;
  background: #333333;
}

.title-right h5 {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.content-other {
  padding: 15px;
  background: #f8f8f8;
}

.content-other h5 {
  color: #222;
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-other h3 {
  font-size: 15px;
  margin: 5px 0px;
}

.content-other h3 a {
  color: #222;
  display: table;
}

.content-other h3 a:hover {
  color: var(--color-key);
}

.other-post {
}

.other-post li {
}

.other-post.none {
  border: 0px solid #e7e7e7;
}

.other-post li.none {
  padding: 5px 0px;
}

.other-post .img {
  width: 100px;
  margin-right: 10px;
}

.other-post .img img {
  background: #fff;
}

.other-post h4 {
  display: inline-block;
  width: calc(100% - 110px);
}

.other-post li:last-child {
  border-bottom: 0px solid #e7e7e7;
}

.other-post li a {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 22px;
}

.other-post li a:hover {
  color: var(--color-main-hover);
}

/*Tags*/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags li.first {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags li.first span {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.tags li {
}

.tag {
  background: #3e0203;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  font-size: 13px;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #211109;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #3e0203;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #610303;
  color: white;
}

.tag:hover::after {
  border-left-color: #610303;
}

.tag-products {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tag-products li.first {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tag-products li.first span {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.tag-products li {
}

.tag-product {
  background: #3e0203;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag-product::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag-product::after {
  background: #ffffff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #3e0203;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag-product:hover {
  background-color: #610303;
  color: white;
}

.tag-product:hover::after {
  border-left-color: #610303;
}

.content-detail-desc {
  color: #5e5f5f;
}

.content-detail-desc p {
  line-height: 25px;
  margin: 0px 0px 15px 0px;
}

.slogan {
  padding: 20px 0px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.tags.box-shadow {
  box-shadow: 0px 0px 4px #ccc;
}

/*Menu MObile*/
.opacity-menu.open-opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 9999;
}

.header-left-fixwidth {
  top: 0 !important;
  width: 255px;
  min-height: 100vh;
  position: fixed;
  float: left;
  background: var(--color-main);
  width: 290px;
  position: fixed;
  z-index: 999999999999999;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}

.header-left-fixwidth.open-sidebar-menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.header-left-fixwidth.open-menu {
  padding-top: 15px;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.header-left-fixwidth .wrap-header {
  overflow-y: auto;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 0 15px;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset transparent;
  background-color: transparent;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar {
  width: 1px;
  background-color: transparent;
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
}

.header-left-fixwidth .wrap-header .logos-menu {
  padding: 10px 0px;
}

.header-left-fixwidth .wrap-header .logos-menu img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-bar {
  width: 100%;
  position: relative;
  top: 0px;
  margin-left: 0px;
  margin: 10px 0px;
  border: 0px;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text {
  width: 100%;
  height: 40px;
  border: solid 1px var(--color-main-hover);
  padding: 0 40px 0 10px;
  outline: none;
  font-size: var(--font-size);
  background: var(--color-main-hover);
  border-radius: 40px;
  color: #FFF;
}
.header-left-fixwidth .wrap-header .searchs-menu .search-text::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text::placeholder {
  color: #FFF;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-btn {
  position: absolute;
  right: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  top: 0px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.header-left-fixwidth .wrap-header .account-cart-menu {
  text-align: left;
  padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .account-cart-menu a {
  color: var(--color-key);
}

.header-left-fixwidth .wrap-header .account-cart-menu span {
  padding: 0px 5px;
}

.header-left-fixwidth .wrap-header .nav-menu ul a {
  display: block;
  font-size: 15px;
  color: #FFF;
  padding: 12px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.header-left-fixwidth .wrap-header .nav-menu ul li {
  position: relative;
}

.header-left-fixwidth .wrap-header .nav-menu ul li:not(:first-child) {
  position: relative;
  border-top: 1px solid var(--color-main-hover);
}

.header-left-fixwidth .wrap-header .nav-menu ul li a:hover {
  background-color: var(--color-main-hover);
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
  position: absolute;
  right: 0px;
  font-size: 25px;
  display: flex;
  width: 43px;
  height: 43px;
  background: transparent;
  top: 0px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #8a8987;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.6s; /* border-left: 1px solid #F0F0F0; */

  /* border-right: 1px solid #F0F0F0; */
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {
  transition: all 0.6s;
}

.header-left-fixwidth
  .wrap-header
  .nav-menu
  ul
  li
  span.btn-dropdown-menu.active
  i {
  transform: rotate(90deg);
  color: var(--color-key);
}

.header-left-fixwidth .wrap-header .nav-menu ul li a i {
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
  padding: 12px 20px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu ul.sub-menu a {
  padding: 12px 35px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
  display: none;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.block {
  display: block;
}

.left-sub {
}

.head-left {
  margin-bottom: 0px;
}

.left-sub .head-left span {
  display: block;
  position: relative;
  height: 45px;
  color: var(--color-main);
  font-size: 18px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  border-radius: 4px;
}

.desc-left {
  padding: 10px 0px;
  background: #fff;
}

.menu-left {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.menu-left li {
  width: 100%;
  padding: 0px 10px;
  position: relative;
}
.menu-left li > span {
  position: absolute;
  right: 0px;
  display: inline-block;
  padding: 10px 15px;
  top: 0px;
  cursor: pointer;
}
.menu-left li > span i {
  transition: all 0.5s;
}
.menu-left li > span.active i {
  transform: rotate(90deg);
}
.menu-left li a > span {
  position: absolute;
  top: 10px;
  font-size: 12px;
  color: #ff0000;
  padding-left: 10px;
  right: 30px;
}
.menu-left li li a > span{
  right: 10px;
}
.menu-left li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.menu-left li:not(:last-child):after {
  position: absolute;
  content: "";
  width: calc(100% - 25px);
  right: 0px;
  height: 1px;
  background: #f1f1f1;
  bottom: 0px;
}

.menu-left li a {
  display: block;
  color: var(--color-main);
  font-size: 15px;
  transition: all 0.3s;
  text-align: left;
  padding: 10px 0px;
}
.menu-left li ul li a {
  padding: 8px 8px;
  position: relative;
}
.menu-left li ul li a:before {
  position: absolute;
  content: "";
  width: 15px;
  left: -10px;
  height: 1px;
  background: var(--color-main);
  top: 50%;
}

.menu-left li ul {
  width: 100%;
  display: none;
}
.menu-left li ul.open {
  display: block;
}

.menu-left > li a:hover {
  color: var(--color-main-hover);
}

.menu-left > li > ul > li:hover > a {
  color: var(--color-main-hover);
}

.box-menu {
  position: relative;
}

.menu-mobile {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 5px 10px;
  display: none;
  cursor: pointer;
}

.menu-mobile span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 14px 0px;
  background: #fff;
  position: relative;
}

.menu-mobile span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -6px;
  background: #fff;
  left: 0px;
}

.menu-mobile span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -6px;
  background: #fff;
  left: 0px;
}

.hotline-menu {
  display: none;
  color: #fff;
  font-size: 20px;
}

#notfound {
  display: block;
  position: relative;
  width: 100%;
  margin: 150px 0;
  text-align: center;
}

#notfound .positioned {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #a02b2d;
  color: #a02b2d;
}

#notfound .positioned h1 {
  padding: 0;
  display: inline;
  font-size: 46px;
  text-transform: uppercase;
}

#notfound .positioned p {
  margin: 25px 0 0 0;
  padding: 0 35px;
  font-size: 16px;
}

#notfound a.go-back,
#notfound a.go-home {
  display: block;
  position: absolute;
  top: 30px;
  width: 100px;
  padding: 20px 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  background-color: #ffeb9c;
}

#notfound a.go-back {
  left: 0;
}

#notfound a.go-home {
  right: 0;
}

#notfound .positioned,
#notfound a.go-back,
#notfound a.go-home {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#popup {
  text-align: center;
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.content-popup img {
  max-width: 100%;
}

.hotline-box {
  position: fixed;
  right: -200px;
  top: 20%;
  width: 200px;
  min-height: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #f0f0f0;
  transition: all 0.7s;
  z-index: 1001;
}

.hotline-box:hover {
  right: 0px;
}

.hotline-box .name-hotline {
  display: inline-block;
  padding: 5px 10px;
  background: var(--color-key);
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  transform: rotate(-90deg);
  left: -100px;
  top: 60px;
  width: 160px;
  line-height: 30px;
  text-align: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 10;
}

.hotline-box .desc-hotline {
  padding: 10px;
}

.hotline-box .desc-hotline p {
  font-size: 15px;
  padding: 5px 0px;
}

.grecaptcha-badge {
  opacity: 0;
}

/*phone*/
.sticky-info {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: 800;
  background: rgba(255, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.6);
  border-radius: 5px;
}

#pagination {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#pagination .link {
  padding: 0px 5px;
  background: #f3f2f2;
  border: transparent;
  cursor: pointer;
  color: #333;
  margin: 0px 4px;
  border-radius: 50%;
  width: 29px;
  text-align: center;
  display: inline-block;
  height: 29px;
  line-height: 29px;
}

#pagination .disabled {
  cursor: not-allowed;
  color: #bccfd8;
}

#pagination .current {
  background: var(--color-main);
  box-shadow: 0px 0px 10px #eaeaea;
  color: #fff;
}

#pagination .link:hover {
  background: var(--color-main);
  box-shadow: 0px 0px 10px #eaeaea;
  color: #fff;
}

#pagination .dot {
  padding: 10px 15px;
  background: transparent;
}

#pagination .first {
}

#pagination-top {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

#pagination-top .link {
  padding: 0px 5px;
  background: #f3f2f2;
  border: transparent;
  cursor: pointer;
  color: #333;
  margin: 0px 4px;
  border-radius: 50%;
  width: 29px;
  text-align: center;
  display: inline-block;
  height: 29px;
  line-height: 29px;
}

#pagination-top .disabled {
  cursor: not-allowed;
  color: #bccfd8;
}

#pagination-top .current {
  background: var(--color-main);
  box-shadow: 0px 0px 10px #eaeaea;
  color: #fff;
}

#pagination-top .link:hover {
  background: var(--color-main);
  box-shadow: 0px 0px 10px #eaeaea;
  color: #fff;
}

#pagination-top .dot {
  padding: 10px 15px;
  background: transparent;
}

#pagination-top .first {
}

.social-product ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.social-product li {
  margin-top: 5px;
  margin-right: 5px;
}

.social-product button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  color: var(--color-key);
}

.tool-right {
  position: fixed;
  width: 50px;
  right: 23px;
  bottom: 115px;
  z-index: 9090;
  margin-top: -90px;
}

.tool-right li {
  margin: 5px 0px;
}

/*Toc*/
.box-readmore {
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 1rem;
  background: #f5f5f5;
  border-radius: 10px;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 10px;
}

.box-readmore ul li a {
  color: #373837 !important;
  cursor: pointer;
}

.cata-one {
  margin-bottom: 40px;
}

.box-cata {
  padding: 15px;
  background: #fff;
}

.box-cata ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.box-cata ul li {
  width: calc(100% / 5);
  padding: 0px 10px;
  margin: 6px 0px;
}

.box-cata ul li a {
  color: #333;
  padding-left: 12px;
  position: relative;
  font-size: 15px;
}

.box-cata ul li a:before {
  width: 5px;
  height: 5px;
  background: #333;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 0px;
}

.box-cata ul li a:hover {
  color: #a02b2d;
}

#footer-cent {
  width: 100%;
  padding: 30px 0px 30px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
#footer {
  background: #738136;
}
footer.footer {
  width: 100%;

  padding: 60px 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

#tags-index {
  background: rgba(0, 0, 0, 0.5);
}

footer.footer .cl1 {
  width: 565px;
}

footer.footer .cl2 {
  width: calc(100% - 565px);
}

footer.footer .info-footer {
  color: #333;
}

footer.footer .info-footer img {
  vertical-align: middle;
}

footer.footer .info-footer p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #fff;
}

footer.footer .name-company {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

footer.footer .name-dangky {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

footer.footer .info-footer.mb-footer p {
  margin-bottom: 10px;
}

footer.footer .title-menu {
  margin: 0;
  line-height: normal;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #333;
}

footer.footer .title-menu a,
footer.footer .title-menu span {
  cursor: default;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #fff;
  display: block;
  padding-bottom: 4px;
}

footer.footer .title-menu a:hover {
  color: #ffa800;
}

footer.footer .title-menu a:before {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 2px;
  background: #fff;
  content: "";
  bottom: 0px;
}

footer.footer .title-menu a i.fa,
footer.footer .title-menu span i.fa {
  display: none;
}

footer.footer .list-menu {
  line-height: 22px;
  padding-left: 0px;
}

footer.footer .list-menu {
  color: #333;
}

footer.footer .list-menu li {
  margin-bottom: 5px;
}

footer.footer .list-menu .li_menu {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}

footer.footer .list-menu .li_menu a {
  color: #fff;
  position: relative;
  display: block;
  padding-left: 15px;
}

footer.footer .list-menu .li_menu a:before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  content: "";
  background: #fff;
  border-radius: 50%;
  top: 8px;
}

footer.footer .list-menu .li_menu a:hover {
  color: #ffeb9c;
}

footer.footer .video-container {
  position: relative;
  padding-bottom: 40%;
  padding-top: 66px;
  height: 0;
  overflow: hidden;
}

footer.footer .video-container iframe,
footer.footer .video-container object,
footer.footer .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer.footer .change-video {
  width: 100%;
  height: 43px;
  border: 1px solid #fff;
  margin-top: 5px;
  background: #1f9000;
  color: #fff;
}

.form-mail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0px;
  width: 100%;
}

.mail-info {
  display: flex;
  align-items: center;
  width: 49%;
}

.mail-info span {
  margin-right: 15px;
}

.mail-info div {
  color: #fff;
}

.mail-info div h4 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.1px;
}

.mail-info div p {
  font-size: 13px;
  line-height: 20px;
}

#subscribe-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 40px;
  width: 35%;
  max-width: 420px;
}

#subscribe-form .input {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding: 0px 110px 0px 10px;
  line-height: 35px;
  outline: none;
  font-size: 15px;
}

#subscribe-form button {
  width: 100px;
  background: var(--color-main);
  border: none;
  line-height: 36px;
  outline: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 2px;
  top: 2px;
}

#subscribe-form input.error {
  border: 1px solid #ff2d37;
}

#subscribe-form label.error {
  position: absolute;
  top: calc(100% + 5px);
  color: #ff2d37;
  font-size: 13px;
  display: none !important;
}

#copyright {
  padding: 15px 0px;
}

.copyright {
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
}

#copyright a {
  color: #fff;
}

#copyright p {
  text-align: center;
  display: inline-block;
}

.footer .follow_option {
  padding-left: 0px;
  margin-top: 3px;
}

.footer .follow_option li {
  display: inline-block;
  color: #fff;
}

.footer .follow_option li a {
  height: 40px;
  width: 40px;
  text-align: center;
  background: #ff2d37;
  color: #fff;
  line-height: 40px;
  color: #fff;
  display: block;
  margin-right: 5px;
  border-radius: 50%;
}

.footer .follow_option li a .fa {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.footer .follow_option li a.facebook {
  background: #4b69b0;
}

.footer .follow_option li a.twitter {
  background: #37b1e1;
}

.footer .follow_option li a.instagram {
  background: #0678b6;
}

.footer .follow_option li a.youtube-play {
  background: #e83f3a;
}

.footer .follow_option li a.pinterest {
  background: #e83f3a;
}

#maps-load-frame {
  overflow: hidden;
}

#maps-load-frame iframe {
  width: 100% !important;
  height: 326px !important;
}

#contact-maps {
  position: relative;
  padding: 30px 0px;
  background: url("images/bg-footer.png");
}

#contact-form-maps {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px;
  height: 100%;
  background: var(--color-key);
  border-radius: 30px;
}

#contact-form-maps h6 {
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  display: block;
  text-align: center;
}

#contact-form-maps p {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

#contact-form-maps .r {
  margin-bottom: 5px;
}

#contact-form-maps .input {
  width: 100%;
  height: 38px;
  background: #fff;
  padding: 5px 10px;
  color: #666;
  font-size: 15px;
  outline: none;
  border: none;
}

#contact-form-maps .input.text {
  height: 78px;
}

#contact-form-maps .error {
  color: #ff0000;
  margin-top: 5px;
  display: block;
}

#contact-form-maps .button {
  display: inline-block;
  padding: 8px 15px;
  background: #506d00;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin: 0 auto;
  text-transform: uppercase;
}

ul.social li {
  transition: all 0.6s;
}

ul.social li:hover {
  transform: translateY(10px);
}

ul.social li img {
  transition: all 0.6s;
  border-radius: 50%;
}

ul.social li:hover img {
  -webkit-box-shadow: 0px 0px 6px #666;
  box-shadow: 0px 0px 6px #666;
}

.box-adv {
  padding: 100px 0px;
  min-height: 250px;
  color: #fff;
  text-align: center;
}

.box-adv h5 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.box-adv p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;
}

.box-adv p a {
  color: #fff;
  font-style: italic;
}

.title-form h2,
.title-form h3,
.title-form h4,
.title-form h5 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-key);
}

.title-form p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  max-width: 40%;
  margin: 10px auto;
  line-height: 24px;
}

.newsletter-two {
  padding: 40px 0px;
}

.newsletter-two h4 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: var(--color-key);
}

.newsletter-two p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.newsletter-two .input {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 5px;
  outline: none;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 16px;
  color: #777;
}

.newsletter-two textarea.input {
  height: 105px;
}

.newsletter-two .input.error {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.newsletter-two label.error {
  display: none !important;
}

.newsletter-two .button {
  width: 144px;
  height: 45px;
  border: none;
  background: var(--color-key);
  color: #fff;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--font-key);
}

.box-page-product {
  background: #fff;
}

.search-btn span:nth-child(1) {
  display: none;
}

.search-btn span:nth-child(2) {
  display: block;
}

.readmore-page {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.readmore-page a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  border-radius: 3px;
  background: var(--color-main);
  font-size: 18px;
}

.tienich-one {
  padding: 30px 0px;
}

.chinhsach-menu {
  padding: 30px 0px;
}

.chinhsach-menu li {
  padding: 0px 20px;
  position: relative;
}

.chinhsach-menu li:not(:last-child):after {
  position: absolute;
  content: "/";
  color: #fff;
  right: -4px;
  top: 1px;
}

.chinhsach-menu a {
  color: #fff;
  font-size: 14px;
}

.review-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

.review-circle {
  width: 270px;
  height: 270px;
}

.review-circle .circle {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #fff !important;
  border-radius: 92% 110% 132% 88%;
}

.review-circle .circle:nth-child(1) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin1 6s linear infinite;
  animation: spin1 6s linear infinite;
  border-color: #c7c7c7;
}

.review-circle .circle:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin2 6s linear infinite;
  animation: spin2 6s linear infinite;
  border-color: #c7c7c7;
}

.review-circle .circle:nth-child(3) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin3 6s linear infinite;
  animation: spin3 6s linear infinite;
  border-color: #c7c7c7;
}

.review-circle .circle:nth-child(4) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin4 6s linear infinite;
  animation: spin4 6s linear infinite;
  border-color: #c7c7c7;
}

.review-content {
  padding: 30px 57px;
  text-align: center;
  color: #fff;
  min-height: 310px;
  font-weight: 300;
  max-width: 320px;
  margin: auto;
}

.review-content .review-icon {
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
}

.review-content .review-user {
  margin: 10px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
}

.review-content .review-desc {
  margin: 10px 0px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
}

.review-content .review-desc p {
  margin: 10px 0px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}

/*---------------Spin----------------- */
@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

.usp-item:first-child {
  margin-top: 0;
}

.usp-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid gray;
  margin-top: 10px;
}

.usp-item .item-icon svg {
  width: 50px;
  height: 40px;
}

.usp-item .item-text {
  margin-left: 20px;
}

#blog-detail h2 {
  font-size: 25px !important;
  font-weight: 700;
  line-height: 28px;
}
#blog-detail h2 span {
  font-weight: 600;
  font-size: 24px !important;
}

#blog-detail a {
  color: #0068d4;
}

#blog-detail h3 {
  font-size: 18px;
}

#blog-detail h4 {
  font-size: 16px;
}

.tfoot-info {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}

.form-comment {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px 15px 20px;
}

.form-comment .box-control .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px -15px 15px;
}

.form-comment .box-control .form-col {
  padding: 0px 15px;
}

label.error {
  margin-top: 5px;
  display: block;
  color: #ff0000;
  font-size: 13px;
  font-style: italic;
}

.input-comment.error {
  border-color: #ff0000;
}

#rating input {
  display: none;
}

#rating label {
  cursor: pointer;
  font-size: 26px;
  color: #ffc800;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 5px;
}

#rating label:hover {
  font-size: 30px;
  color: #ffc800;
}

#rating label:before {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
}

#rating input:checked + label ~ label:before {
  content: "\f006";
}

#rating {
  display: inline-block;
}

#rating:hover label:before {
  content: "\f005";
}

#rating:hover label:hover ~ label:before {
  content: "\f006";
}

.input-comment {
  padding: 8px 10px;
  background: #fff;
  height: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
  width: 100%;
}

.submit-assess {
  background-color: #2f80ed;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 11px 10px;
  width: 215px;
  text-align: center;
}

textarea.input-comment {
  height: 80px;
}

.comment-ask:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
}

.comment-ask h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 2px;
  text-transform: capitalize;
  font-weight: 700;
}

.comment-ask h3 span {
  display: inline-block;
  background: #333;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
  width: 20px;
  line-height: 20px;
  text-align: center;
  height: 20px;
  text-transform: uppercase;
}
.comnent-ask {
  margin-bottom: 25px;
}
.comnent-ask h3 {
  font-size: 20px;
  font-weight: 500;
}
.rating-comment {
  color: #ffc800;
  margin: 5px 0px;
}
.rating-comment span {
  margin-right: 3px;
}
.infocom-ask {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 22px; /* border-left: 25px solid transparent; */
}
.img-ask {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -4px 20px;
}
.img-iask {
  padding: 0px 4px;
  width: 50px;
}
.img-iask img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
}
.comment-reply {
  margin-top: 5px;
  position: relative;
  padding: 5px 0 0px 10px;
  width: calc(100% - 24px);
  margin-left: 24px;
  border-left: 5px solid #e0e0e0;
}
.comment-reply h3 {
  font-weight: 700;
  font-size: 18px;
}
.time-ask {
  color: #fda700;
  font-size: 11px;
}

.left-product {
  width: calc(100% - 320px);
  order: 2;
}

.right-product {
  width: 320px;
}
#menu-filter {
  position: sticky;
  top: 190px;
  left: 0px;
}
.left-sub-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 10px;
  line-height: 36px;
}

#ajax-filter {
  background: #fff;
}

.flex-filter {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.item-check p {
  color: #000;
  font-size: 13px;
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  display: inline-block;
  background: rgb(1 64 157 / 10%);
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-check p i {
  font-size: 12px;
  margin-left: 5px;
}

.filter-header h3 {
  color: #626c13;
  font-size: 16px;
  padding: 13px 0px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}

.toggle-filter h3 span.down-icon i {
  transition: all 0.6s;
}

.toggle-filter.close h3 span.down-icon i {
  transform: rotate(-90deg);
  transition: all 0.6s;
}

.filter-header h3 span {
  font-size: 12px;
  color: #626c13;
  margin-top: 2px;
  text-transform: capitalize;
}

.filter-header h3 span.down-icon {
  font-size: 20px !important;
  margin-top: -5px;
}

.filter-desc {
  border-bottom: 1px solid #eaeaea;
}

.filter-desc ul {
  margin: 0;
  max-height: 210px;
  overflow-y: auto;
  padding: 10px 0 5px;
}

.filter-desc ul::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 11px;
}

.filter-desc ul::-webkit-scrollbar-thumb {
  background: #eaeaea;
}

.filter-desc ul li p {
  padding: 7px 15px 7px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}

.filter-desc ul li p input {
  width: 15px;
  height: 15px !important;
}

.filter-desc ul li p label {
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  cursor: pointer;
}
.nguyenlieuinit {
  padding: 50px 0px;
}
.nguyenlieuinit .slick-slider .slick-list {
  padding-bottom: 60px;
  padding-top: 60px;
}
#nguyenlieu {
  padding: 50px 0px;
}
#nguyenlieu .slick-slider .slick-list {
  padding-bottom: 60px;
  padding-top: 25px;
}
.nguyenlieu-inner {
  height: 100%;
}
.nguyenlieu-grid {
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 25px;
  height: 100%;
}
.nguyenlieu-name {
  flex: 0 0 310px;
  margin-right: 20px;
  max-width: 310px;
}
.nguyenlieu-name h3 {
  color: #4c503d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.nguyenlieu-name h3 a {
  color: #4c503d;
}
.nguyenlieu-name p {
  color: #4c503d;
  font-size: 16px;
  font-weight: 400;
}
.nguyenlieu-name .btn {
  align-items: center;
  background-color: #e7edd7;
  border: 0;
  border-radius: 5px;
  color: #738136;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  line-height: 1.21;
  padding: 0 30px;
  transition: all 0.3s;
  margin-top: 20px;
}
.nguyenlieu__item {
  margin: 0 10px;
  width: 300px;
  height: 100%;
}
.nguyenlieu-img {
  height: 200px;
}
.nguyenlieu-img.order-1 {
  margin-top: -85px;
}
.nguyenlieu-img.order-2 {
  margin-bottom: -85px;
}
.nguyenlieu-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.nguyenlieu-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.nguyenlieu-content h3 a {
  color: #fff;
}
.nguyenlieu-content h3:before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  opacity: 0.08;
  position: absolute;
  transform: translateX(-50%);
  width: 65px;
}
.nguyenlieu-content p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
}
.max-height-img {
  max-height: 80px;
}
.product-single__reviews .reviews-infomations__grid {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 5px;
}
.product-single__reviews .reviews-infomations__ratings .wrapper {
  display: flex;
}
.product-single__reviews .reviews-infomations__ratings .wrapper .points {
  color: #738136;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 42px;
  margin-right: 14px;
}

.product-single__reviews .ratings {
  align-items: center;
  display: flex;
  margin: 0 3px;
  width: 76px;
}
.product-single__reviews .ratings span {
  font-size: 18px;
  margin: 0px 2px;
  color: #ffc800;
}
.product-single__reviews .reviews-infomations__line .item-reviews {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.product-single__reviews .reviews-infomations__line .item-reviews .ratings {
  margin: 0px 10px 0px 0px;
}
.product-single__reviews
  .reviews-infomations__line
  .item-reviews
  .ratings
  span {
  font-size: 12px;
}
.product-single__reviews
  .reviews-infomations__line
  .item-reviews
  .line-percent {
  background-color: hsla(60, 0%, 41%, 0.2);
  flex: 1;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 150px;
  margin: 0px 5px;
}
.product-single__reviews
  .reviews-infomations__line
  .item-reviews
  .line-percent
  span {
  background-color: #de8d1e;
  left: 0;
  position: absolute;
  top: 0;
}
.product-single__reviews .reviews-infomations__line .item-reviews .label {
  width: 30px;
  font-size: 14px;
  text-align: center;
}
.product-single__reviews
  .reviews-infomations__grid
  .reviews-infomations__gallery,
.product-single__reviews .reviews-infomations__grid .reviews-infomations__line {
  width: 25%;
}

.product-single__reviews .reviews-infomations__gallery {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.product-single__reviews .reviews-infomations__gallery .image {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.reviews--gallery .image {
  cursor: zoom-in;
}
.product-single__reviews .reviews-infomations__gallery .image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-single__reviews .reviews-infomations__gallery .image:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
.product-single__reviews
  .reviews-infomations__grid
  .reviews-infomations__actions {
  width: 20%;
}

.product-single__reviews .reviews-infomations__actions {
  display: flex;
  justify-content: flex-end;
}
.product-single__reviews
  .reviews-infomations__grid
  .reviews-infomations__button {
  height: 50px;
}
.product-single__reviews .reviews-infomations__button {
  align-items: center;
  background-color: #738136;
  border-radius: 5px;
  color: #fff !important;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 19px;
  max-width: 200px;
  min-height: 50px;
  padding: 10px;
  transition: all 0.3s;
  width: 100%;
  cursor: pointer;
}
.product-single__reviews .reviews-infomations__button .label {
  margin-right: 5px;
  margin-top: 0px;
  text-transform: uppercase;
}
.product-single__reviews .reviews-infomations__button .icon {
  display: flex;
}
.reviews-filter,
.reviews-filter__star {
  align-items: center;
  display: flex;
}

.reviews-filter {
  justify-content: space-between;
  margin-bottom: 15px;
}
.reviews-filter,
.reviews-filter__star {
  align-items: center;
  display: flex;
}
.reviews-filter__star .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-right: 20px;
}
.reviews-filter__star .filter {
  display: flex;
}
.reviews-filter__star .filter .item-filter {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(115, 129, 54, 0.2);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 3px;
  padding: 0 20px;
  transition: all 0.3s;
}
.reviews-filter__star .filter .item-filter span {
  color: #ffc800;
  margin-left: 5px;
}
.reviews-filter__star .filter .item-filter.is-active,
.reviews-filter__star .filter .item-filter:hover {
  background-color: #738136;
  color: #fff;
}

.modal-custom {
  position: fixed;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal-custom.is-visible {
  visibility: visible;
}

.modal-custom-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-custom.is-visible .modal-custom-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-custom-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 44em;
  margin-left: -22em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-custom-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-custom.is-visible .modal-custom-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-custom-header,
.modal-custom-content {
  padding: 1em;
}

.modal-custom-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-custom-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-custom-close:hover {
  color: #777;
}

.modal-custom-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-custom-content > *:first-child {
  margin-top: 0;
}

.modal-custom-content > *:last-child {
  margin-bottom: 0;
}

.detail-page h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
.detail-page h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.detail-page h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.detail-page h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.detail-page h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.detail-page h6 {
  font-size: 12px;
  margin-bottom: 15px;
}
.detail-page p {
  margin-bottom: 15px;
  line-height: 24px;
}

.ingredients-inner1 {
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}
.ingredients-img1 {
  margin-bottom: 20px;
}
.ingredients-img1 img {
  max-width: 100%;
}
.ingredients-inner1 h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.ingredients-inner1 h2 a {
  color: #333;
}

.ingredients-inner {
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}
.ingredients-img {
  margin-bottom: 20px;
}
.ingredients-inner h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ingredients-inner h2 a {
  color: #333;
}
.ingredients-inner ul li {
  margin-bottom: 10px;
}
.ingredients-inner ul li h3 {
  font-size: 16px;
}
.ingredients-inner ul li h3 a {
  color: #333;
}
.ingredients-inner ul li h3 a:hover {
  color: var(--color-main-hover);
}
.readmore-nl {
  margin-top: 15px;
}
.readmore-nl a {
  display: flex;
  padding: 8px 15px;
  background: #f5f5f5;
  border-radius: 5px;
  width: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.readmore-nl a:hover {
  background: rgb(122 132 45 / 30%);
}
.readmore-nl img {
  max-height: 20px;
}

.likes-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  color: var(--color-main);
  cursor: pointer;
}

.slide-img-product-mobile{
  display: none
}
#select-rating{
  display: none;    
}
.search-bmobile{
  display: none !important;
}
.product-star {
  margin-bottom: 10px;
}
.product-star-page{
  margin: 10px 0px;
  text-align: left;
  min-height: 40px;
}
.product-star-page a {
  color: var(--color-main);
  margin-left: 10px;
}
.product-star-page span {
  color: #dfa801;
}
.rating-dex{
  margin-top: 5px;
  font-size: 13px;
  color: #555;
}
@media screen and (max-width: 1248px) {
  .info-header {
    width: 400px;
  }

  #menu .item-big .nav-item {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1100px) {
  .mini-cart .cart span.text {
    display: none;
  }

  #header .hotline {
    display: none;
  }

  .info-header {
    width: 40px;
  }

  #header {
    padding: 15px 0px;
  }

  .slider-one .left-slider {
    width: 100%;
  }

  .slider-one .right-slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .adv-slider {
    width: calc(100% / 2 - 10px);
  }

  .adv-slider img {
    width: 100%;
  }
}

@media screen and (max-width: 1048px) {
  .newsletter-two .input {
    width: calc(100% / 2 - 5px);
    margin: 5px 0px;
  }

  .newsletter-two .button {
    margin: 5px 0px;
  }

  .mini-cart .cart span.text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .newsletter-two .input {
    width: 100%;
  }
}

@media screen and (max-width: 1248px) {
  #menu .item-big .nav-item > a {
    padding: 0px 10px;
  }

  footer.footer .cl1 {
    width: 100%;
  }

  footer.footer .cl2 {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1115px) {
  #menu .item-big .nav-item > a {
    padding: 0px 8px;
  }
}

@media screen and (max-width: 1080px) {
  .left-product {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }

  .right-product {
    width: 100%;
    order: 2;
  }

  .toggle-filter-content ul {
    width: 100%;
    overflow-x: scroll;
  }

  .toggle-filter-content ul li {
    float: left;
  }

  #menu .item-big {
    order: 1;
    display: none;
  }

  .menu-mobile,
  .hotline-menu {
    display: block;
    position: absolute;
    right: 0px;
  }

  .logo {
    display: flex;
    align-items: center;
    text-align: center;
    width: 96px;
  }

  .logo img {
    margin: 0 auto;
  }

  .search {
    width: calc(100% - 360px);
  }

  .header-right {
    width: 220px;
    padding-right: 40px;
  }

  #menu {
    padding: 5px 0px;
    display: none;
  }

  .full-slider .postion {
    width: 100%;
    padding: 10px;
  }

  .product-view1 .left-view {
    display: none;
  }

  .product-view1 .right-view {
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 992px) {
  .slider-one .col-8 {
    width: 100%;
    margin-bottom: 10px;
  }

  .slider-one .col-4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .slider-one .col-4 .adv-slider {
    width: calc(100% / 3);
  }

  .box-full-product .col-4 {
    display: none;
  }

  .box-full-product .col-8 {
    width: 100%;
  }

  .news-one .col-8 {
    width: 100%;
  }

  .news-one .col-4 {
    width: 100%;
    margin-top: 20px;
  }

  .left-item {
    display: none;
  }

  .right-item {
    width: 100%;
  }

  .social-top p {
    display: none;
  }

  .page-scrol-social {
    flex-wrap: wrap;
  }

  .page-scrol-social .detail-box {
    width: 100%;
    margin-left: 0px;
  }

  .page-scrol-social .social {
    width: 100%;
    order: 1;
  }

  .page-scrol-social .social ul {
    width: 100%;
    display: flex;
  }

  .page-scrol-social .social ul li + li {
    margin-left: 10px;
  }

  .page-scrol-social .right-post-other {
    width: 100%;
    margin-left: 0px;
    order: 2;
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .left-page {
    display: none;
  }

  .right-page {
    width: 100%;
  }

  .content-top .info-top {
  }

  .content-top .notify-top {
    font-size: 13px;
  }

  .content-top .menu-top {
    width: 100%;
    padding: 10px 0px;
  }

  .product-view .col--4 {
    width: calc(100% / 2);
  }

  
  .product-view
    .item-product-main
    .product-item-main
    .product-bottom
    .product-name {
    font-size: 15px;
  }

  .product-view1 .col--4 {
    width: calc(100% / 2);
  }

  .product-view
    .item-product-main
    .product-item-main
    .product-thumbnail
    .image_thumb {
    height: auto;
  }

  .product-view .item-product-main .product-item-main .product-bottom .a_url {
    font-size: 12px;
  }

  .product-view .col-3 {
    width: calc(100% / 2);
  }
  .product-view .view-list .col--4{width: 100%;}
  #why-box .col--4 {
    width: calc(100% / 2);
  }

  #footer-info .col-2 {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }

  #footer-info .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  #footer-info .col-3:nth-child(1),
  #footer-info .col-3:nth-child(2) {
    width: 50%;
    margin-bottom: 20px;
  }

  #footer-cent .col-3 {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }

  #footer-info .col-4 {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }

  #footer-info .col-4:last-child {
    width: 100%;
  }

  .title-section-module {
    flex-wrap: wrap;
  }

  .title-section-module ul {
    margin: 0px -5px;
  }

  .title-section-module ul li {
    margin-top: 4px;
    width: calc(100% / 2);
    padding: 0px 5px;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .title-section-module ul li:not(:last-child):after {
    display: none;
  }
  .modal-custom-wrapper {
      position: absolute;
      z-index: 9999;
      top: 1em;
      left: 0px;
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      background-color: #fff;
      box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  }
  .modal-custom-content h4{
    font-size: 13px;
  }
  .modal-custom-wrapper .margin-bottom-20{
    margin-bottom: 10px !important
  }
}
.qc-mobile{
  display: none;
}
.qc-desktop{
  display: block;
}
@media screen and (max-width: 768px) {
  .qc-mobile{
    display: block;
  }
  .qc-desktop{
    display: block;
  }
  .xm-bim{
    display: none !important;
  }
  #detail-product .btn-mua .buy, #detail-product .btn-mua .buypayment{
    width: 100%;
    
  }
   #detail-product .btn-mua .buypayment{
     margin-top: 15px;
   }
  .col--2 {
    width: calc(100% / 1);
  }
  .reviews-filter, .reviews-filter__star{
    width: 100%
  }
  .reviews-filter__star .label{
    width: 140px;
  }
  #select-rating{
    display: inline-block;
    width: calc(100% - 140px - 20px);
    height: 35px;
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #CCC;
  }
  .reviews-filter__star .filter{
    display: none;
  }
  .about-img {
    width: 100%;
  }
  .about-desc {
    width: 100%;
    margin-top: 10px;
  }
  .about-desc h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-content {
    width: 100%;
    margin-top: 30px;
  }
  .about-list {
    margin-left: 0px;
  }

  .nguyenlieu-box {
    flex-wrap: wrap;
  }
  .nguyenlieu-box .nguyenlieu-name {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .nguyenlieu-box .nguyenlieu-carousel {
    width: 100%;
  }
  .mail-info {
    width: 100%;
  }

  #subscribe-form {
    width: 100%;
    margin-top: 20px;
    max-width: inherit;
  }
  .social {
    justify-content: center !important;
    width: 100%;
    text-align: center;
  }
  ul.social li {
    margin: 0px 10px !important;
  }
  .logo-footer {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
  }

  #dangky .col--2 {
    width: 100%;
    margin: 20px 0px;
  }

  .logo img {
    max-height: 60px;
  }

  .title-section-module h3,
  .title-section-module h4 {
    font-size: 30px;
  }

  .title-section-module ul {
    display: flex;
    justify-content: flex-start;
  }

  .title-section-module ul li {
    width: calc(100% / 2);
  }

  .title-section-module ul li a {
    padding: 10px;
    display: block;
    border: 1px solid #a02b2d;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }

  .title-section-module .product-menu {
    display: block;
  }

  .left {
  }

  .right {
    width: 100%;
    margin-top: 20px;
  }

  .about .col-7,
  .about .col-5 {
    width: 100%;
  }

  .about .col-4 {
    margin-top: 30px;
  }

  .w-why {
    width: 100%;
  }

  .box-adv {
    text-align: center;
  }

  .box-adv .col--2 {
    width: 100%;
  }

  .news-one .col--2 {
    width: 100%;
  }

  .news-one .col--2:not(:last-child) {
    margin-bottom: 20px;
  }

  .album {
    width: calc(100% / 2);
  }

  .owl-carousel.in-home .owl-nav {
    display: none;
  }

  .full-slider .postion h5 {
    font-size: 18px;
  }

  .info-top {
    width: 50%;
  }

  .social-top {
    width: 50%;
  }

  .product-view .col--3 {
    width: calc(100% / 2);
  }

  .content-top-detail .left {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }

  .content-top-detail .right {
    width: 100%;
    margin-top: 15px;
    order: 1;
  }

  .search-btn span:nth-child(1) {
    display: none;
  }

  .search-btn span:nth-child(2) {
    display: block;
  }

  .search-bar .search-btn {
    width: 40px;
  }

  .comment-left {
    width: 100%;
  }

  .comment-right {
    width: 100%;
    margin-top: 30px;
  }

  .adv-content {
    width: 100%;
  }

  .header-right {
  }

  .header-right li:last-child span {
  }

  .box-cata ul li {
    width: calc(100% / 3);
  }

  #copyright {
    padding-bottom: 60px;
  }

  .feedback-view .col-4 {
    width: calc(100% / 2);
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    width: 100%;
    margin-top: 20px;
  }
  .product-single__reviews .reviews-infomations__grid {
    flex-wrap: wrap;
  }
  .product-single__reviews
    .reviews-infomations__grid
    .reviews-infomations__gallery,
  .product-single__reviews
    .reviews-infomations__grid
    .reviews-infomations__line {
    width: 100%;
    margin: 10px 0px;
  }
  .product-single__reviews
    .reviews-infomations__grid
    .reviews-infomations__actions {
    width: 100%;
  }
  .product-single__reviews .reviews-infomations__button {
    max-width: inherit;
  }
  .slide-img-product-mobile{
  display: block;
  }
  .slide-img-product-desktop{
  display: none !important
  }
  .search{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    border-radius: 0px;
    opacity: 0;
    transition: all 0.6s;
    transform: translateY(100%);
  }
  .search-bar{
    background: #f0f0f0;
  }
  .searchs-menu .search-bar{
    background: var(--color-main-hover);
    border-radius: 40px;
  }
  .search-bmobile{
    display: inline-block !important;
  }
  .search-bmobile span{
    cursor: pointer;
  }
}

@media screen and (max-width: 600px) {
  .tienich-one {
    padding: 10px 0px;
  }

  .tienich-one .col-4 {
    width: 100%;
    margin: 20px 0px;
  }

  #top {
    display: none;
  }

  .slider-one .col-4 .adv-slider {
    width: calc(100% / 1);
  }

  .slider-one .col-4 .adv-slider img {
    width: 100%;
  }

  .box-project .col--2 {
    width: 100%;
  }

  .box-project .col--3 {
    width: 100%;
  }

  .box-project .col--3 + .col--3 {
    margin-bottom: 10px;
  }

  .footer .col-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer .col-6 {
    width: 100%;
    margin-top: 20px;
  }

  .album {
    width: calc(100% / 1);
  }

  .post-inner .post-img {
    width: 100%;
  }

  .post-inner .post-content {
    width: 100%;
    margin-top: 10px;
  }

  #footer-cent .col-4 {
    width: 100%;
  }

  .box-cata ul li {
    width: calc(100% / 2);
  }

  .feedback-view .col-4 {
    width: calc(100% / 1);
  }
  
}

@media screen and (max-width: 480px) {
  #footer-info .col-3:nth-child(1),
  #footer-info .col-3:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }

  #footer-info .col-4 {
    width: calc(100% / 1);
    margin-bottom: 20px;
  }

  .product-view .col--4 {
    width: calc(100% / 2);
  }
}

.noty-info img {
  max-width: 100%;
}

.about-list .owl-dots {
  padding-left: 15%;
}

.about-list .owl-dots .owl-dot {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  outline: none;
  background: #c5d73f;
}
.about-list .owl-dots .owl-dot.active {
  background: #626c13;
}

#notifyCustom {
  max-width: 400px;
  width: 400px;
}
.notifyCustom {
  display: block;
}
.notifyCustom_bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3222200;
}
.notifyCustom_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  padding: 10px 15px 15px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 22222200;
  width: 400px;
}
.notifyCustom_box_close {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 0 5px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  opacity: 0.5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.notifyCustom_box_header {
  border-bottom: 1px solid #dee2e6;
  color: #567;
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  padding-right: 40px;
  width: 100%;
}
.notifyCustom_box_header > span {
  color: #e67e22;
  font-size: 18px;
  font-weight: 700;
}
.notifyCustom_box_img {
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
}
.notifyCustom_box_img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.notifyCustom_box_content {
  width: calc(100% - 135px);
}
.notifyCustom_box_content h3 {
  color: #4c503d;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
}
.notifyCustom_box_content__options {
  color: #567;
  font-size: 15px;
  line-height: 1.68;
}
.notifyCustom_box_content__price {
  color: #4c503d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
}
.notifyCustom_box_btn {
  width: 100%;
}
.notifyCustom_box_btn a {
  align-content: center;
  background: #e67e22;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  padding: 8px 10px;
  text-align: center;
  width: 100%;
}
.newsview-inner {
}

.newsview-inner .newsview-img {
  border-radius: 10px;
  overflow: hidden;
}
.newsview-inner .newsview-img img {
}
.newsview-inner .newsview-content {
  margin-top: 15px;
}
.newsview-inner .newsview-content .meta-article {
  text-align: center;
  font-size: 12px;
}
.newsview-inner .newsview-content h3 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.newsview-inner .newsview-content h3 a {
  color: var(--color-main);
}
.videoinit {
  margin: 0px -10px;
}
.video__item iframe {
  width: 100% !important;
  height: 200px !important;
}
.video__item {
  padding: 0px 10px;
}
.video__item h3 {
  line-height: 24px;
  color: var(--color-main);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}                 
.in-padproduct {
  padding: 20px 0px;
}
.in-padproduct .i-home {
  padding: 20px 10px;
}
