body {
  font-family: 'SVN-Gotham Book', cursive;
  font-size: 14px;
  color: #000;
  /* font-weight: 700; */
}

video {
  display: block;
}

.box_slider {
  position: relative;
  video.home {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .scroll-down {
    position: absolute;
    bottom: 80px;
    left: calc(50% - 15px);
    width: 31px;
    height: 31px;
    z-index: 2;
    transition: all 0.8s ease;
  }

  /* .scroll-down:hover {
        animation: slideDown 1.5s ease-in-out infinite;
      } */
}

video.project {
  height: calc(100vh - 77px);
  object-fit: cover;
}

.to-right,
img {
  transition: ease 0.5s all;
}

.to-right:hover {
  transform: translateX(5px);
}

.image-zoom {
  overflow: hidden;
  img {
    transition: ease 0.5s all;
  }

  img:hover {
    scale: 1.1;
  }
}
.image-custom img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.img-radius-50 {
  border-radius: 50%;
}

.main {
  overflow: hidden;
}

/* font */
.svg-gotham {
  font-family: 'SVN-Gotham-bold';
}

.svg-gotham-book {
  font-family: 'SVN-Gotham Book';
}

.utm-f {
  /* font-family: "UTM Centur"; */
  font-family: 'SVN-Gotham-bold';
}

.w-100 {
  width: 100%;
}

.san-f {
  /* font-family: "San Francisco Display"; */
}

.nvm-f {
  font-family: 'NVN Jeames';
}

a {
  color: unset;
  text-decoration: unset;
}

a:hover {
  color: #956526;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

.clear {
  overflow: hidden;
  clear: both;
}

.btn-all {
  background: #fff;
  transition: ease 0.5s all;
  border: solid 1px #000;
  color: #956526;
  padding: 10px 30px;
  border-radius: 3px;
}

.btn-all:hover {
  background: #956526;
  color: #fff;
}

#loading {
  display: none;
  background: #fff url(../images/loader.gif) no-repeat center center;
  opacity: 0.9;
  z-index: 12345;
  position: fixed;
  width: 100%;
  height: 100%;
}

.title-all {
  font-weight: bold;
  font-family: 'SVN-Gotham-bold';
}

/* lazy load IMAGE effect */
img {
  max-width: 100%;
}

.img-100 {
  width: 100%;
}

img.lazy {
  opacity: 0;
  transition: opacity ease 2s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.logo-img {
  max-width: 55px;
}

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

.fw-b,
.font-weight-bold {
  font-weight: bold;
}

.fs-16 {
  font-size: 16px;
}

.w-full {
  width: 100%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-200 {
  width: 200px;
}

.w-200a {
  width: calc(100% - 200px);
}

.cursor-pointer {
  cursor: pointer;
}

.border-50 {
  border-radius: 50%;
}

.d-grid {
  display: grid;
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  column-gap: 10px;
  margin-top: 10px;
}

.d-grid-6-4 {
  display: grid;
  grid-template-columns: calc(60% - 10px) calc(40% - 10px);
  column-gap: 20px;
}

.d-grid-3 {
  display: grid;
  grid-template-columns: calc(33% - 7px) calc(33% - 7px) calc(33% - 7px);
  gap: 20px;
}

.cut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cut3 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tintuc {
  background: #fff5f0;
  padding: 30px 0;

  .tintuc-title {
    margin-bottom: 30px;
    text-align: center;
  }

  .tintuc-name a {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
  }
}

.ml-1 {
  margin-left: 10px;
}

.lang {
  font-weight: bold;
}

.banner-all {
  img {
    max-height: calc(100vh - 77px);
  }
}

input,
textarea {
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 10px;
}

/**************** header ********************/
.heading {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
}

.breadcrumb-arrow {
  font-size: 13px;
  text-align: left;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
  display: inline-block;
  position: relative;
}

.breadcrumb-arrow li {
  color: #4a2b71;
  font-weight: bold;
}

.breadcrumb-arrow li:not(:last-child) {
  margin-right: 20px;
}

.breadcrumb-arrow li span {
  padding: 0 10px;
}

.breadcrumb-arrow li a {
  text-decoration: none;
  transition: all 0ms;
  position: relative;
  font-weight: bold;
}

.breadcrumb-arrow li:not(:last-child):after {
  content: '>';
  position: absolute;
  right: -14px;
  top: 0;
}

.breadcrumb-arrow li a:hover,
.breadcrumb-arrow li a:focus {
  color: #956526;
}

.breadcrumb-arrow li a:active {
  color: #956526;
}

nav.fixed {
  position: fixed !important;
  z-index: 1011;
  top: 0px;
  display: inline;
  width: 100%;
  left: 0px;
}

nav.fixed ul {
  max-width: 1000px;
  margin: auto !important;
}

.section-breadcrumbs {
  text-align: center;
  padding: 100px 0;
}

.section-breadcrumbs .container {
  z-index: 2;
  position: relative;
}

.section-breadcrumbs .title {
  color: white;
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 0px 1px 1px #000;
}

#heading {
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

/* --------------------- Phan trang ------------------*/
.pagination {
  text-align: center;
  padding: 30px 0px;
  width: 100%;
}

.phantrang {
  text-align: center;
  background: #f2f2f2;
  margin: auto;
}

.phantrang a {
  color: #636363;
  cursor: pointer;
  font-size: 15px;
  margin: 5px 0 5px 4px;
  display: inline-block;
  padding: 6px 10px;
}

.phantrang span {
  background: #09669c;
  padding: 7px 10px;
  color: #fff;
}

.phantrang a:hover {
  background: none repeat scroll 0 0 #09669c;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.phantrang .paginate_button_disabled,
.phantrang .paginate_button_disabled:hover {
  background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 100%) repeat scroll
    0 0 transparent;
  border: 1px solid #d2d2d2 !important;
  color: #adadad !important;
  cursor: pointer;
  opacity: 0.7;
  display: inline-block;
}

.phantrang .paginate_active,
.phantrang .paginate_active:hover {
  background: none repeat scroll 0 0 #09669c;
  box-shadow: none;
  color: #ffffff;
}

/*----------------------------------------------------*/
.scroll-top {
  position: fixed;
  z-index: 1001;
  right: 0px;
  bottom: 10px;
  display: none;
}

/**/
#toptop {
  z-index: 99;
  padding: 15px;
  background-color: white;
  position: fixed;
  background: transparent url(../images/arrow_up2.png) no-repeat top left;
  background-position: 50% 50%;
  width: 40px;
  height: 40px;
  bottom: 20px;
  opacity: 0.7;
  right: 30px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
}

/* header */
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .header-item {
      position: relative;
      margin: 0 15px;
      a {
        text-decoration: unset;
        font-size: 18px;
        width: 100%;
        display: inline-block;
        padding: 10px;
        /* font-family: "SVN-Gotham-bold"; */
      }
    }

    .header-item.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 5%;
      height: 4px;
      width: 90%;
      background-color: #000;
    }

    .header-submenu {
      background: #000;
      opacity: 0;
      position: absolute;
      left: -50px;
      width: 200px;
      visibility: hidden;
    }

    .header-item.sub:hover {
      .header-submenu {
        opacity: 1;
        visibility: visible;
        a {
          display: block;
          color: #fff;
          font-size: 16px;
          transition: ease 0.3s;
        }

        a:hover {
          color: #956526;
        }
      }
    }
  }

  section.banner {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    padding: 10px 0;
  }

  .lang a {
    font-size: 20px;
  }
}

header.fixed {
  position: fixed;
}

header.home {
  position: fixed;
  background: transparent;
  transition: ease all 0.3s;
  .header-item a,
  .lang i,
  .lang a,
  #td-header-search-button i {
    color: #fff;
  }
}

header.home.fixed {
  background-color: #fff;
  .header-item a,
  .lang i,
  .lang a,
  #td-header-search-button i {
    color: #000;
  }
}

header {
  .header-item a:hover,
  .lang i:hover,
  .lang a:hover {
    color: #956526 !important;
  }
}

/* body */
.box_slider {
  img {
    width: 100%;
  }
}

.about {
  padding: 50px 0;
  .about-sub-title {
    font-size: 30px;
    margin-bottom: 50px;
    color: #000000;
  }

  .about-title {
    font-size: 40px;
    width: 400px;
  }

  .btn {
    padding: 20px 40px;
    transition: ease 0.5s;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    min-width: 348px;
    color: #956526;
    border: solid 1px #956526;
    border-radius: 5px;
  }

  .btn:hover {
    background-color: #956526;
    color: #fff;
  }

  .about-desc {
    text-align: left;
    margin-bottom: 100px;
  }
}

.product {
  .product-sub {
    padding: 50px 0;
  }

  .product-sub .product-box {
    .product-sub-title {
      font-size: 18px;
    }

    .product-sub-name {
      font-size: 25px;
      /* width: 300px; */
      line-height: 25px;
      margin: 20px 0;
      text-align: center;
    }

    .product-sub-desc {
      max-width: 100%;
    }
    .image-zoom {
      min-height: 250px;
      max-height: 250px;
    }
  }

  .product-sub ul {
    margin-top: 100px;
    list-style: none;
    li {
      position: relative;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      a.max {
        text-decoration: unset;
        width: calc(100% - 70px);
        font-size: 20px;
        font-weight: bold;
      }

      i {
        font-size: 25px;
        cursor: pointer;
        transition: all 0.5s ease;
      }

      i:hover {
        transform: translateX(5px);
      }
    }

    .product-sub-child-desc {
      font-size: 14px;
      display: none;
      width: 100%;
    }

    .product-sub-child-desc.active {
      display: block;
    }

    li:nth-child(2n) {
      i {
        color: #4a2b71;
      }
    }

    li:nth-child(2n + 1) {
      i {
        color: #956526;
      }
    }
  }

  /* .product-sub:nth-child(1n) {
            background-color: #000;
            color: #fff;
        } */

  .toggle-icon {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* The vertical and horizontal lines for the plus sign */
  .toggle-icon::before,
  .toggle-icon::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease;
  }

  /* The vertical line */
  .toggle-icon::before {
    transform: rotate(90deg);
  }

  /* When active (clicked) - rotate to form an X */
  .toggle-icon.active::before {
    transform: rotate(45deg);
  }

  .toggle-icon.active::after {
    transform: rotate(-45deg);
  }

  .product-sub:nth-child(2n) {
    background-color: #fff;
    color: #2b1d1d;
    .product-box ul li {
      .toggle-icon::before,
      .toggle-icon::after {
        background-color: #000;
      }
    }
  }
}
.yk-khach-hang {
  background: url('../images/bg-yk.jpeg') no-repeat center center;
  background-size: cover;
  position: relative;

  .about-title {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    color: #fff;
  }

  .about-content {
    font-size: 14px;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .about-name {
    font-weight: bold;
  }

  .about-mota {
    font-size: 14px;
  }

  .about-wrap {
    position: relative;
    background-color: #fff;
    padding: 50px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .about-icon {
    font-size: 30px;
    text-align: left;
  }
  .about-info {
    margin-left: 20px;
  }
  .about-hover {
    padding-right: 10px;
  }
}
.yk-khach-hang::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#products {
  .product-box {
    align-items: center;
    margin: 25px 0;
    .product-img {
      order: 1;
      img {
        object-fit: contain;
        width: 100%;
      }
    }

    .product-info {
      order: 2;
      /* padding: 0 15px; */
    }
  }

  .product-box:nth-child(2n) {
    .product-img {
      order: 2;
    }

    .product-info {
      order: 1;
    }
  }

  .product-list-desc {
    text-align: center;
  }

  .product-name {
    margin: 30px 0;
    font-size: 20px;
  }
}

.project-header {
  project-title-detail {
  }

  .project-name-detail {
    font-size: 25px;
  }

  .project-name-desc {
  }
}

.mr-1 {
  margin-right: 5px;
}

.author {
  .images {
    width: 200px;
    img {
      border-radius: 50%;
    }
  }

  .author-infor {
    width: calc(100% - 200px);
    .author-name {
      font-size: 25px;
    }

    .author-desc {
    }
  }
}

.daily-contact {
  .contact-btn {
    transition: background-color 0.3s ease;
    color: #000;
    font-weight: 700;
  }

  .contact-btn:hover {
    background-color: #222;
    color: #fff;
  }
}

/* footer */
.footer-section {
  color: white;
  padding: 50px 0;
  background: #7a6e5f;
  .content-wrapper {
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 0;
    /* max-width: 1200px; */
    margin: 0 auto;
  }

  .left-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .left-content p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .contact-btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 20px 50px;
    border-radius: 25px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 45px auto;
    display: block;
    width: 300px;
  }

  .contact-btn:hover {
    background-color: white;
    color: black;
  }

  .address {
    display: flex;
    align-items: center;
  }

  .address img {
    margin-right: 15px;
    max-width: 55px;
  }

  .left-content {
    text-align: center;
    /* width: 62%; */
  }

  .right-content {
    /* width: 32%; */
    margin-top: 15px;
    font-size: 17px;
  }

  .social-icons {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0 20px;
    align-items: center;
  }

  .menu-list {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    .header-item {
      margin-bottom: 20px;
    }
  }

  .social-icons i {
    font-size: 1.5rem;
    margin-left: 15px;
    cursor: pointer;
  }

  .footer-nav {
    margin-top: 35px;
  }

  .footer-nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
  }

  .footer-nav a:first-child {
    padding-left: 0;
  }

  .footer-nav a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
  }

  .footer-nav a:last-child:after {
    display: none;
  }

  .footer-nav a:hover {
    text-decoration: underline;
    color: #956526;
  }

  .footer-nav a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background-color: #fff;
  }

  .right_desc {
    margin-top: 35px;
  }

  .join-our-team {
    margin: 35px 0 65px;
  }
}

/* about  */
#about {
  .about-title {
    font-size: 30px;
    margin: 50px 0;
    font-family: 'SVN-Gotham-bold';
  }

  .about-5,
  .about-4 {
    .about-box {
      position: relative;
    }

    .about-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(155, 155, 153, 0.6);
      font-size: 25px;
      color: #fff;
      opacity: 0;
      transition: ease-in 0.3s;
      text-align: center;
      flex-wrap: wrap;
    }

    .about-name {
      width: 100%;
    }

    .about-box:hover .about-hover {
      opacity: 1;
    }
  }

  .about-4 {
    padding: 0 20px;
    .about-box {
      padding: 10px;
    }

    .about-hover {
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
    }
  }

  .about-5 {
    .bg-black {
      padding: 20px;
    }
  }
}

/* service  */
.overview-section {
  text-align: center;
  padding: 50px 0;
  background-color: #000;
  .overview-title {
    font-size: 2.5rem;
    margin: 0 0 70px;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }

  .overview-item {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    color: white;
  }

  /* Styling for large numbers */
  .overview-item h2 {
    font-size: 5rem;
    color: #825af2;
    /* Adjusted color for purple */
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    font-weight: bold;
  }

  .overview-content {
    position: relative;
    z-index: 1;
  }

  .overview-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 35px;
  }

  .overview-content p {
    font-size: 1rem;
    color: #ccc;
  }

  .btn-conversation {
    margin-top: 50px;
    padding: 15px 30px;
    background-color: white;
    color: black;
    border: none;
    font-size: 1.2rem;
    min-width: 350px;
    line-height: 35px;
    transition: ease 0.2s;
  }

  .btn-conversation:hover {
    background-color: #956526;
    color: white;
  }

  /* Custom grid alignment */
  .overview-row {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .overview-item {
    flex: 0 1 30%;
    min-width: 250px;
  }
}

/*  ----------------------------------------------------------------------------
        Search
    */
#td-top-search {
  /* position: absolute; */
  /* right: 0; */
  /* top: 50%; */
  /* margin-top: -24px; */
  /* responsive portrait phone */
}

@media (max-width: 767px) {
  #td-top-search {
    top: 0;
    margin-top: 0;
  }
}

#td-header-search {
  /* width: 235px; */
  height: 40px;
  /* margin: 5px; */
  border-right: 0;
  line-height: 17px;
  border-color: #eaeaea !important;
  /* responsive portrait phone */
  /* width: calc(100% - 10px); */
}

@media (max-width: 767px) {
  #td-header-search {
    font-size: 16px;
  }

  li.seach-mb {
    position: relative;
  }

  i.search-btn {
    position: absolute;
    right: 5px;
    font-size: 30px;
    top: 0;
    height: 100%;
    width: 35px;
    display: flex;
    align-items: center;
  }
}

.header-search-wrap {
  /* search toggle button */
  /* the search drop down */
  /* hack to show the link on all the module */
  /* this class is added by the js to open the menu - will be used for animation */
  .dropdown-toggle::after {
    display: none;
  }

  i.search-btn {
    position: absolute;
    right: 12px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center;
    cursor: pointer;
  }
}

.header-search-wrap #td-header-search-button,
.header-search-wrap #td-header-search-button-mob {
  display: block;
  position: relative;
}

.header-search-wrap #td-header-search-button {
  /* responsive portrait phone */
  i {
    font-size: 25px;
  }
}

.home #td-header-search-button i {
  color: #fff;
}

@media (max-width: 767px) {
  .header-search-wrap #td-header-search-button {
    /* display: none; */
    color: #000;
    i {
      font-size: 20px;
    }
  }

  .home.fixed #td-header-search-button i {
    color: #000;
  }
}

.header-search-wrap #td-header-search-button-mob {
  display: none;
  /* responsive portrait phone */
}

@media (max-width: 767px) {
  .header-search-wrap #td-header-search-button-mob {
    display: block;
  }
}

.header-search-wrap .td-icon-search {
  display: inline-block;
  font-size: 19px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}

@media (min-width: 768px) and (max-width: 1018px) {
  .header-search-wrap .td-icon-search {
    font-size: 15px;
  }
}
.hide-md {
 display: none;
}
@media (max-width: 767px) {

  .about {
    .about-desc {

        margin-bottom: 0px;
    }
}
  .header-search-wrap .td-icon-search {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 22px;
    margin-right: 2px;
  }
}

.header-search-wrap .td-drop-down-search {
  position: absolute;
  top: 100%;
  z-index: 999;
  right: 0;
  border-radius: 0;
  border: none;
  width: 342px;
  background: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  /* responsive portrait phone */
  /* search form */
  /* triangle top */
}

@media (max-width: 767px) {
  .header-search-wrap .td-drop-down-search {
    top: 25px;
    right: -10px;
  }
}

.header-search-wrap .td-drop-down-search .btn {
  position: absolute;
  height: 32px;
  width: auto;
  line-height: 17px;
  padding: 7px 15px 8px;
  text-shadow: none;
  vertical-align: top;
  right: 20px;
  margin: 0 !important;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.header-search-wrap .td-drop-down-search .btn:hover {
  background-color: #4db2ec;
}

.header-search-wrap .td-drop-down-search:before {
  position: absolute;
  top: -9px;
  right: 19px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #956526 transparent;
}

.header-search-wrap .td-drop-down-search:after {
  position: absolute;
  top: -3px;
  display: block;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background-color: #956526;
}

.header-search-wrap .td_module_mx2 .entry-title a:after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}

.header-search-wrap .td-post-category {
  z-index: 2;
  position: relative;
}

.header-search-wrap .td-drop-down-search-open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.header-search-wrap .td-search-form {
  margin: 0 10px;
}

.header-search-wrap .result-msg {
  text-align: center;
  padding: 4px 0 6px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #222;
  font-style: italic;
}

.header-search-wrap .result-msg a {
  color: #222;
  display: block;
}

.header-search-wrap .result-msg a:hover {
  color: #4db2ec;
}

.header-search-wrap .td-aj-search-results {
  background-color: rgba(144, 144, 144, 0.02);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}

.header-search-wrap .td-aj-search-results .item-details {
  margin: 10px 20px 10px 115px;
}

.header-search-wrap .td-aj-search-results .td-module-thumb {
  top: 10px;
  margin-left: 20px;
}

.header-search-wrap .td_module_mx2 {
  padding-bottom: 0;
}

.header-search-wrap .no-result {
  background-color: #fdfdfd;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.header-search-wrap .meta-info {
  line-height: 14px;
}

.header-search-wrap .td-aj-cur-element {
  background-color: rgba(128, 128, 128, 0.1);
}

input[type='submit'] {
  font-size: 13px;
  background-color: #222222;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-weight: 500;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

/* custom slide */
.slick-slide {
  padding: 0;
}

.slick-custom,
.slick-double {
  .slick-prev {
    background: url(../images/muiten-phai.png) no-repeat;
    left: calc(51% - 10px);
    background-size: contain;
  }

  .slick-next {
    right: calc(51% - 10px);
    background: url(../images/muiten-trai.png) no-repeat;
    background-size: contain;
  }

  .slick-prev,
  .slick-next {
    top: calc(100%);
  }
}

.slick-double {
  .slick-prev,
  .slick-next {
    top: calc(100% + 30px);
  }
}


.hide {
display: none;
}
table {
  tbody {
    tr {
      display: flex;
      justify-content: center;
      td {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }
  }
}

.head-mb {
  display: flex;
  align-items: center;
}

.related-img img {
  max-height: 330px;
}
@media screen and (max-width: 1368px) {
  .related-img img {
    max-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .d-grid-3 {
    display: grid;
    grid-template-columns: 100%;
  }
  .related-img img {
    max-height: 160px;
  }
  .logo-img {
    max-width: 50px;
  }

  video.project {
    height: auto;
    object-fit: contain;
  }

  .box_slider {
    video.home {
      height: auto;
      object-fit: contain;
    }
  }

  .slick-custom,
  .slick-double {
    .slick-prev {
      left: calc(55% - 10px);
    }

    .slick-next {
      right: calc(55% - 10px);
    }
  }

  table {
    width: 100% !important;
    tbody {
      tr {
        flex-wrap: wrap;
        td {
          width: 100% !important;
          text-align: left !important;
          p {
            margin-left: 0 !important;
          }
        }
      }
    }
  }

  .hide-mb {
    display: none;
  }

  .hide-md {
    display: block;
  }

  .d-grid {
    grid-template-columns: 100%;
  }

  #about {
    .about-4 {
      padding: 0 10px;
    }

    .about-5,
    .about-4 {
      .about-hover {
        font-size: 13px;
      }
    }
  }

  .about-4,
  .about-5 {
    .d-grid-3 {
      grid-template-columns: calc(50% - 11px) calc(50% - 11px);
    }
  }

  .box_slider {
    .scroll-down {
      bottom: 0;
    }
  }

  .product-sub-name,
  .product-sub-desc {
    max-width: 100% !important;
    width: 100% !important;
  }

  .about {
    .btn {
      padding: 15px 10px;
      font-size: 16px;
    }
  }

  .section.banner {
    padding: 15px 0;
  }

  .product {
    .product-sub {
      .product-box {
        ul {
          margin-top: 0;
        }
      }
    }
  }

  .author {
    .d-flex {
      flex-wrap: wrap;
    }

    .images,
    .author-infor {
      width: 100%;
      text-align: center;
    }
  }

  .overview-section {
    .overview-title {
      text-align: center;
    }

    .overview-row {
      flex-wrap: wrap;
      .overview-item {
        width: 100%;
      }
    }
  }

  #products .product-box {
    .product-info {
      order: unset;
      padding: 0 10px;
    }
  }

  .top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-section {
    background-image: url('../images/ft-mobi.jpg');
    .content-wrapper {
      padding: 0 15px;
      flex-wrap: wrap;
    }

    .left-content,
    .right-content,
    .w-50 {
      width: 100%;
    }

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

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}
