@import url("https://fonts.googleapis.com/css?family=Space+Mono:400,700&display=swap&subset=vietnamese");

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  .dropdown2:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 1180px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {
  .wrap-content {
    overflow: hidden;
  }

  .about,
  .dknt,
  #footer,
  .thongke,
  .dichthuatcongchung,
  .dangonngu-content {
    padding: 20px 0;
  }

  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }
  .navbar-default .navbar-brand {
    padding-right: 10px;
    font-weight: 500;
  }
  .item-camket .content strong {
    font-size: 13px;
  }
  .item-camket .content span {
    font-size: 13px;
  }
  .about-left {
    margin-right: 2%;
  }

  .title-main h2 {
    font-size: 1.5rem;
  }

  .project-box h3 {
    font-size: 1.2rem;
  }

  .dknt-right {
    padding: 10px;
  }

  .dknt-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .menu ul a {
    padding: 10px 5px;
  }

  .baogia-title,
  .dangonngu-item h3,
  .btn-dangonngu,
  .dknt-button {
    font-size: 20px;
  }
}

@media screen and (max-width: 975px) {
  .menu button.hc-nav-trigger.hc-nav-1 {
    display: block;
    width: 35px;
    height: 35px px;
    font-size: 20px;
    color: #fff;
    background: var(--color-title);
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 0;
  }

  .menu ul.list-menu {
    display: none;
  }

  .cart span {
    display: none;
  }

  .search {
    width: 100%;
  }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px) {
  .sm-none {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .navbar-form .form-group {
    width: 85%;
  }
  .navbar-form .form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
  }
  .navbar-form button {
    background-color: #67b313;
    border-radius: 0px;
    color: #fff;
    border: 1px solid #67b313;
    margin-left: -4px;
  }
  .navbar-form {
    margin-top: 19px;
  }
  .navbar-toggle {
    /* margin-top: 19px; */
    /* border: 1px solid #67b313; */
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar {
    background-color: #67b313;
  }
  .gio-hang a {
    background-color: transparent;
    color: #67b313;
    padding: 0px;
    font-size: 18px;
    position: relative;
    line-height: 10px;
    margin-top: 26px;
  }
  .gio-hang a span {
    position: absolute;
    background-color: red;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    line-height: 8px;
    border-radius: 50%;
    top: -7px;
    left: 12px;
  }
  .item-camket .content span {
    font-weight: 600;
    color: red;
    font-size: 14px;
  }

  .item-camket {
    margin-right: -15px;
  }

  .news-title {
    font-size: 1rem;
  }

  .news-image img {
    height: 155px;
  }

  .footer-title {
    margin-bottom: 2rem;
  }

  .why-content {
    margin: 0 -5px;
  }

  .why-box {
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }

  .motangan {
    width: 95%;
  }

  .why-title {
    font-size: 16px;
  }

  .dangonngu-item .img-container {
    width: 100%;
    margin-bottom: 15px;
  }

  #toTop {
    bottom: 80px;
  }

  .logo {
    /* margin: auto; */
  }

  .visao .title-main {
    width: 100%;
  }
}
/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 767px) {
  .xs-block {
    display: block;
  }
  .xs-none {
    display: none !important;
  }
  .breadcrumb {
    display: none;
  }
  .hc-nav-trigger.hc-nav-1 {
    display: block !important;
  }

  .about-left:after {
    display: none;
  }

  .about-left a {
    margin: 0px;
  }

  .about-body,
  .news-body,
  .dknt-content,
  .footer-content {
    flex-direction: column;
    margin: 0px;
    padding: 0px;
  }

  .about-body {
    flex-direction: column-reverse;
  }

  .about-left {
    margin: 20px auto 0;
  }

  .news-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .news-image img {
    height: 250px;
  }

  .dknt-right {
    width: 100%;
    margin-top: 20px;
  }

  .hinh-sp {
    margin-bottom: 20px;
  }

  .footer-title {
    text-align: left;
  }

  .dknt-right:after {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .why-content {
    flex-direction: column;
  }
  .why-box {
    width: 90%;
    margin: 0px;
    margin-bottom: 5px;
  }

  .why-content {
    margin: initial;
    align-items: center;
  }

  .combo-item,
  .about-item {
    margin: 10px;
  }

  .title-main span {
    font-size: 20px;
  }

  .title-main h3 {
    font-size: 25px;
  }

  .prod-list {
    overflow: scroll;
    justify-content: unset;
  }

  .banner__detail {
    height: auto;
  }

  .block__breadcrumb .title-home {
    font-size: 18px;
  }

  .title-main h3 {
    font-size: 20px;
  }

  .kh__item {
    margin: 20px;
  }

  .ct__title {
    font-size: 13px;
  }

  .ct__grid {
    grid-template-rows: 200px 200px;
  }
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {
}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px) {
}
