@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(98.49deg, #DFB557 -39.81%, #FDF7BF 33.9%, #D6AB48 94.09%, #AE832D 149.71%, #CE9F2B 209.9%, #B48B2E 283.6%);
}

.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #DFB557;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

input {
  outline: none;
}

.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  color: #efc529;
  margin-right: 20px;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}

.rating-item p {
  font-size: 14px;
}

.img_full img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

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

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

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

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

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

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

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

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: 1px solid transparent;
}

.btn-border__green {
  border: 1px solid #39B400;
  color: #39B400;
}
.btn-border__green:hover, .btn-border__green:focus {
  background: #39B400;
  color: #fff;
}

.btn-green {
  background: #39B400;
  color: #fff;
}
.btn-green:hover, .btn-green:focus {
  background: #D4A840;
  color: #fff;
}

.btn-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(53.65%, #000000), to(#000000)) !important;
  background: linear-gradient(180deg, #000000 0%, #000000 53.65%, #000000 100%) !important;
  color: #fff !important;
}

.menu ul li a {
  font-weight: 500;
  color: #fff;
  display: block;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.module-new__content .item-new:first-child {
  display: block !important;
}
.module-new__content .item-new:first-child .image {
  width: 100%;
}
.module-new__content .item-new:first-child .image .img {
  padding-top: 63%;
}
.module-new__content .item-new:first-child .title {
  margin-top: 1rem;
}
.module-new__content .item-new:first-child .short_content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.module-new__content.video .item-new:first-child .img::before {
  content: "";
  width: 52px;
  height: 52px;
  background-image: url(../images/play-ytb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.module-quote img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-feedback {
  background-position: bottom right;
  background-size: 300px 300px;
}

.pagination-all {
  text-align: center;
  margin-top: 1rem;
}
.pagination-all .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 13px;
  background: rgba(37, 37, 37, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-all .swiper-pagination-bullet-active {
  width: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
}

.nav-footer li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.nav-footer a {
  font-size: 14px;
  color: #252525;
}
.nav-footer a:hover,.nav-footer a:focus{
  color: #DFB557;
}
.form-search.active {
  top: 0;
}

.form-search .form {
  width: 100%;
  max-width: min(600px, 90%);
}

.form-search .form .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding: 6px 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  border-radius: 0;
  outline: none;
}

.close-form-search {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.close-form-search::before,
.close-form-search::after {
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #fff;
  position: absolute;
}

.close-form-search::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-form-search::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb li a {
  position: relative;
  color: #888;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #39B400;
}
.breadcrumb li a::after {
  content: "\f101";
  font-family: "fontAwesome";
  margin: 0 8px;
}
.breadcrumb li span {
  color: #39B400;
  font-weight: 600;
}

.title-sidebar {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 4px;
  position: relative;
}
.title-sidebar::after {
  content: "";
  height: 1px;
  width: 40px;
  background: #8DB03E;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.nav-new__cate li:not(:last-child) {
  margin-bottom: 1rem;
}
.nav-new__cate li a {
  position: relative;
  padding-left: 1rem;
}
.nav-new__cate li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.module-new-content .item-new__all {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.module-new-content .item-new__all:first-child {
  display: block !important;
}
.module-new-content .item-new__all:first-child::before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.module-new-content .item-new__all:first-child .image {
  width: 100% !important;
}
.module-new-content .item-new__all:first-child .new-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 1rem;
}
.module-new-content .item-new__all:first-child .new-content .title {
  color: #fff;
}
.module-new-content .item-new__all:first-child .new-content .short_content,
.module-new-content .item-new__all:first-child .new-content hr {
  display: none;
}
.module-new-content .item-new__all:first-child .new-content .time-new li {
  color: #fff !important;
}
.module-new-content .item-new__all:first-child .new-content .time-new li img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.social-contact a:hover {
  color: #555;
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
}

.section-contact .module-content {
  background-position: bottom right;
  background-size: 417px;
}

#map iframe {
  width: 100%;
  height: 100%;
}

.pagination {
  text-align: center;
  margin: 1rem 0;
}
.pagination strong,
.pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 48px;
  margin: 0 4px;
}
.pagination strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
  color: #888;
  border: 1px solid transparent;
}
.pagination a {
  border: 1px solid #ebebeb;
  color: #616669;
}
.pagination a:hover, .pagination a:focus {
  color: #D4A840;
}

.progress-order ul li.active .stt {
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
  color: #252525;
}

.item-pro__cart .delete::before {
  content: "";
  width: 12px;
  height: 1.5px;
  background: #252525;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quanty .value-button {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #EBEBEB;
  position: relative;
  cursor: pointer;
}

.quanty input {
  width: 83px;
}

.quanty .value-button::before,
.quanty .value-button::after {
  content: "";
  background: #252525;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quanty .value-button::before {
  height: 12px;
  width: 1.5px;
}

.quanty .value-button.down-btns::before {
  display: none;
}

.quanty .value-button::after {
  height: 1.5px;
  width: 12px;
}

.show-transport__detail.active {
  background: #ebebeb;
}

.show-transport__detail i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.show-transport__detail.active i {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.checkbox-all .text::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #888888;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox-all .text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.checkbox-all input:checked ~ .text::after {
  display: block;
}

.checkbox-all input:checked ~ .text::before {
  border: 1px solid #D4A840;
}

.checkbox-all .text {
  padding-left: 24px;
}

.box-method__detail .info-banking,
.box-method__detail .box,
.content-qr-code {
  display: none !important;
}

.box-method__detail .info-banking.open,
.box-method__detail .box.open,
.content-qr-code.open {
  display: -ms-grid !important;
  display: grid !important;
}

.item-pro__cate .img img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
}
.item-pro__cate .content {
  padding: 60px 12px 16px 12px;
}

.section-pro__detail .img-pro img {
  margin-left: auto;
  margin-right: auto;
}
.section-pro__detail .quanty .value-button {
  width: 37px;
  height: 35px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ebebeb;
}

.show-info-product.open .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.img-about img {
  margin-left: auto;
  margin-right: auto;
}

.section-certifi .box {
  background-position: bottom right;
}

.slide-certifi .swiper-wrapper {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.slide-certifi .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 12px;
  box-shadow: 8px 9px 8px #cccccc;

}

.pagination-certifi .swiper-pagination-bullet {
  background: rgba(235, 235, 235, 0.5);
}
.pagination-certifi .swiper-pagination-bullet-active {
  background: #fff;
}

.item-vision .title-vision.open .icon .open {
  display: none !important;
}
.item-vision .title-vision.open .icon .close {
  display: block !important;
}

.logo-big img {
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.video-banner video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-user .ava {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.h-user .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-user .user-name {
  max-width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.menu > ul > li > a.active{
  color: #DFB557;
}
.menu > ul > li > a{
  font-size: 14px;
}
.table-order-history table td {
  padding: 16px;
}
.table-order-history table tbody tr{
  border-top: 1px solid #ebebeb;
}
.table-order-history .btn{
  white-space: nowrap;
}
.text-order__info:not(:last-child){
  margin-bottom: 1rem;
}
.text-order__info .text-title{
  flex: 0 0 20%;
}
.item-info__order{
  margin-bottom: 1.5rem;
}
.table-info__table td{
  padding: 1rem;
}
.h-modal{
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
}
.h-modal.active{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1280px) {
  .show-form-search:hover svg path,.show-form-search:focus svg path{
    stroke:#DFB557;
  }
  .section-about__pages{
    background-image: url(../images/logox2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
  .menu ul li a:hover,.menu ul li a:focus{
    color: #DFB557;
  }
  .about-item {
    position: relative;
    overflow: hidden;
  }
  .about-item * {
    position: relative;
    z-index: 1;
  }
 
  .menu ul li {
    position: relative;
  }
  .menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .menu ul li:hover ul li:hover ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .menu ul li:hover ul ul {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    left: 100%;
    top: 0;
  }
  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    white-space: nowrap;
    background: rgba(37, 37, 37, 0.9);
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  .menu ul li ul li:not(:last-child) > a {
    border-bottom: 1px solid #fff;
  }
  .menu ul li ul li a {
    padding: 10px 15px;
  }
  .menu ul li ul li ul {
    top: 0;
    left: 100%;
  }
  .menu ul li ul li ul li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
  }

  .video-banner video, .video-banner img {
    height: 100vh;
  }

  /* .item-team:hover {
    transition: all 0.3s;
    background: #252525;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%); */
  /* } */
  
  /* .item-team:hover .item-team__info{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    background-color: #252525;
  } */
  /* .item-team:hover .item-team__desc {
    transition: all 0.3s;
    display: block;
    opacity: 1;
  } */
  
  /* .item-team:hover .role {
    color: #fff;
  } */

  .header-index {
    background: rgba(37, 37, 37, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .wow {
    visibility: hidden;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu > ul > li > a {
    padding: 12px;
  }

  .section-cate__index .module-cate::after {
    content: "";
    width: 1216px;
    height: 114px;
    background-image: url(../images/text-rrelative.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: inherit;
  }

  .item-pro {
    overflow: hidden;
    position: relative;
  }
  .item-pro:hover{
    box-shadow: 0 4px 10px rgba(0,0,0,.4);
  }
 
  /* .item-pro:hover .img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  } */
  /* .item-pro:hover .content {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  } */
  .item-pro:hover .btn-green {
    bottom: 4px;
  }
  .item-pro .btn-green {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 8px);
    z-index: inherit;
  }


}
@media (min-width: 1536px) {
  .container {
    max-width: 1220px !important;
  }
}
@media (max-width: 1279px) {
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-width: min(350px, 80%);
    z-index: 100;
    background: #252525;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu.active {
    left: 0;
  }
  .menu ul li {
    position: relative;
  }
  .menu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
  }

  .menu ul li .btn-dropdown-menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25rem;
    color: #fff;
    width: 37.5px;
    height: 37.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu ul li .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu ul li ul {
    display: none;
  }
  .menu ul li ul a {
    padding-left: 30px;
  }

  .show-menu-mobile {
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 101;
    position: relative;
  }
  .show-menu-mobile i {
    display: block;
    margin: 5px 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .show-menu-mobile i:nth-child(2) {
    margin-right: 5px;
  }
  .show-menu-mobile i:nth-child(3) {
    margin-right: 3px;
  }
  .show-menu-mobile.active i:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .show-menu-mobile.active i:nth-child(2) {
    opacity: 0;
    margin-right: 0px;
    margin-left: -5px;
  }
  .show-menu-mobile.active i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -14px;
    margin-right: 0px;
  }

  .over-lay.show {
    right: 0;
  }

  .menu > ul > li,
.menu .social-footer {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }

  .menu.active > ul > li,
.menu.active .social-footer {
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  .menu > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  .menu > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }

  .menu > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }

  .menu > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }

  .menu > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }

  .menu > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}
@media (max-width: 1023px) {
  .table-order-history .table thead{
    display: none;
  }
  .table-order-history .table td{
    float: left;
    width: 100%;
    padding: 0.5rem;
  }
  .progress-order ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .progress-order ul li {
    margin-right: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .text-order__info .text-title{
    flex: 0 0 40%;
  }
  .progress-order ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  .progress-order ul li .stt {
    margin-right: 0;
  }

  .item-pro__cate .short_content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.item-home__desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.item-team {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 6px solid;
  box-shadow: 0 4px 20px rgb(0 0 0 / 100%);
  background: #252525;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
}
.item-team__desc {
  display: block;
  opacity: 1;
}
.item-team__info {
  position: relative;
  bottom: 0;
}
.item-team .name {
  background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
  background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}