
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto_Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto_Bold.woff') format('woff'), url('../fonts/Roboto_Bold.ttf')
  format('truetype'), url('../fonts/Roboto_Bold.svg#Roboto_Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto_Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto_Regular.woff') format('woff'), url('../fonts/Roboto_Regular.ttf')
  format('truetype'), url('../fonts/Roboto_Regular.svg#Roboto_Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.hotProduct__box img {
    height: 100%;
    object-fit: cover;
}

.hotProduct__box {
    height: 300px;
    overflow: hidden;
}
span.price_old {
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: line-through;
}
.text_right_detail h3 {
    font-size: 16px;
    line-height: 23px;
}
.text_right_detail {
    width: 70%;
}
.desc-img {
    width: 30%;
    height: 70px;
    overflow: hidden;
}
h3,h4,h5{
  margin: 0;
}
.header {

  position: relative;

}

.header-top {

  background: linear-gradient(176deg, #cfcfcf 10.39%, #fb8211 96%);

}

.header-top .menu {

  display: flex;

  gap: 0 25px;

  align-items: center;

}

.header-top .menu > .menu-item {

  position: relative;

}

.header-top .menu > .menu-item > .menu-link {

  color: #fff;

  display: block;

  font-size: 12px;



  font-family: sf-pro-text-medium;

  padding: 8px 0;

  

}

.header-top .menu > .menu-item .content {

  position: absolute;

  top: 100%;

  opacity: 0;

  visibility: hidden;

  transition: 0.25s all;

  background: #fff;

  padding: 10px 0;

  width: 200px;

}

.header-top .menu > .menu-item .content .menu-child {

  display: flex;

  justify-content: space-between;

  gap: 0 10px;

  align-items: center;

}

.header-top .menu > .menu-item .content .qr-code {

  margin-bottom: 10px;

}

.header-top .menu > .menu-item .content .qr-code > a > img {

  margin: 0 auto;

}

.header-top .menu > .menu-item:hover .content {

  opacity: 1;

  visibility: visible;

}

.header-bottom {

  background: linear-gradient(170deg, #ffff -11.01%, #fb8211 83.14%);

  padding: 25px 0;

}

.header-main .header-search {

  /* margin-bottom: 20px; */

}

.header-main .header-search form {

  width: 100%;

  position: relative;

}

.header-main .header-search form .item-name {

  width: 100%;

  background-color: #fff;

  font-size: 14px;

  height: 40px;

  padding-left: 20px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 6px;

}

.header-main .header-search form .item-name::placeholder {

  font-size: 14px;

}

.header-main .header-search form .action {

  background-color: #d1e1ef;

  padding: 10px 20px;

  position: absolute;

  top: 0;

  right: 0;

  height: 40px;

  font-size: 20px;

  border-radius: 6px;

  color: #237df3;

  display: flex;

  justify-content: center;

  align-items: center;

}

.header-main .menu {

  display: flex;

  align-items: center;

  gap: 0 15px;

  margin-top: 12px;

}

.header-main .menu .menu-item .menu-link {
  font-family: Roboto-Bold;
  font-size: 12px;

  color: #fff;

  font-weight: 600;

  transition: 0.25s all;



  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

  word-break: break-word;

}

.header-main .menu .menu-item .menu-link:hover {

  color: rgba(255, 255, 255, 0.712);

}

.header-auth {

  display: flex;

  gap: 0 35px;

}

.header-auth .header-common {

  color: #fff;

  position: relative;

}

.header-auth .header-common a {

  color: #fff;

  font-weight: 600;

}

.header-common .count {

  width: 18px;

  height: 18px;

  border-radius: 100rem;

  position: absolute;

  background-color: red;

  top: -5px;

  right: 5px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.header-auth .header-common a {

  font-size: 12px;

  transition: 0.25s all;

}

.header-auth .header-common a:hover {

  color: rgba(255, 255, 255, 0.712);

}

.header-auth .header-common .icon {

  width: 30px;

  height: 30px;

  background-color: rgba(245, 245, 245, 0.2);

  border-radius: 8px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 16px;

  color: #fff;



  margin-bottom: 5px;

}

.header-common .menu {

  display: flex;

  gap: 0 5px;

  align-items: center;

}

.header-common .menu .menu-item:nth-child(1) {

  margin-right: 5px;

}

.menu-toggle {

  display: none;

}

.menu-mobile {

  display: none;

  background-color: #fff;

}

.menu-mobile .login {

  display: flex;

  padding: 10px;

  align-items: center;

  gap: 0 15px;

  height: 50px;

  background-color: #237df3;

  position: relative;

}

.menu-mobile .login .text {

  color: #fff;

  padding: 10px 0;

}

.menu-mobile .login .next-icon {

  color: #fff;

  font-size: 20px;

  position: absolute;

  right: 15px;

}

@media screen and (max-width: 767.98px) {

  .menu-mobile {

    display: block;

    width: 300px;

    transition: 0.25s all;

    position: fixed;

    z-index: 100;

    top: 0;

    bottom: 0;

    left: 0;

    transform: translateX(-100%);

  }

  .menu-mobile.is-show {

    transform: translateX(0);

  }

  .header-top {

    display: none;

  }

  .header-auth .header-common:last-child {

    display: none;

  }

  .header-auth .header-common:first-child {

    display: block;

    /* position: fixed; */

    position: absolute;

    top: 30px;

    right: 15px;

  }

  .menu-toggle {

    display: block;

    /* position: fixed; */

    position: absolute;

    z-index: 10;

    top: 30px;

    left: 15px;

    color: #fff;

    font-size: 24px;

  }

  .header-main .menu {

    display: none;

  }

  .header-logo {

    margin-bottom: 15px;

  }

  .header-logo img {

    width: 100px;

    margin: 0 auto;

  }

  .header-auth .header-common .count {

    right: 15px;

  }

}



.flashSale {

  padding: 20px 0;

}



.flashSale .container, .section_best_deal .container {

  background-color: #fff;

  border-radius: 10px;

}

.flashSale__top {

  display: flex;

  justify-content: space-between;

  padding: 14px 20px;

  border-bottom: 1px solid #d3d3d3;

  align-items: center;

}



.flashSale__tit {

  display: flex;

}



.flashSale__tit-name {

  font-size: 18px;

  color: #fa8c16;

  font-weight: bold;

  margin-left: 5px;

}



.flashSale__all {

  font-size: 12px;

  color: #0062cc;

}



.flashSale__all a:hover {

  text-decoration: none;

  color: #0052a9;

}



.flashSale__content {

  display: block;

  background-color: #fff;

  border-radius: 4px;

  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);

  margin: 15px 0;

}



.flashSale__content a {

  text-decoration: none;

}



.flashSale__ {

  position: relative;
      height: 165px;
    overflow: hidden;

}



.flashSale__img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  z-index: 1;

}



.flashSale__percent {

  background-image: url(../images/label-giam-gia.webp);

  position: absolute;

  top: 0;

  right: 8px;

  display: block;

  width: 40px;

  height: 41px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  text-align: center;

  line-height: 33px;

  font-size: 13px;

  color: red;

  z-index: 3;
  font-family: 'Roboto-Bold';

}



.flashSale__info {

  height: 130px;

  padding: 0 10px;

  color: #262626;

}



.flashSale__name {

  font-size: 13px;
  font-family: 'Roboto-Bold';

  line-height: 20px;

  min-height: 40px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  margin-top: 8px;

  font-weight: bold;

}



.flashSale__priceSale {

  color: #fa3d48;

  font-size: 18px;

  margin-top: 5px;

  font-weight: bold;

}



.flashSale__priceOld {

  color: #8c8c8c;

  font-size: 14px;

  text-decoration: line-through;

  height: 15px;

}



sub, sup {

  position: relative;

  font-size: 75%;

  line-height: 0;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



.flashSale__soldProgressBar {

  height: 16px;

  border-radius: 7px;

  overflow: hidden;

  background-color: #fff08f;

  position: relative;

  margin-top: 20px;

  display: flex;

  align-items: center;

  text-align: center;

}



.progress-value {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  background-color: #ffc53d;

  z-index: 1;

}



.flashSale__soldProgressBar-text {

  z-index: 2;

  font-size: 12px;

  color: #613400;

  margin: auto;

}



#owlCarousel__Flashsale .owl-nav button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background: #fff!important;

  box-shadow: initial;

  position: absolute;

  color: #595959;

  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);

}



#owlCarousel__Flashsale .owl-nav .owl-prev {

  left: -14px;

}



#owlCarousel__Flashsale .owl-nav .owl-next {

  right: -14px;

}



@media (max-width: 768px) {

  .flashSale .container {

      background: none;

  }

  .flashSale {

      background: radial-gradient(100% 100% at 2.67% 0%,#FFA940 0%,#FF4D4F 100%);

  }



  .flashSale__top {

      border: none;

  }



  .flashSale__tit-name,

  .flashSale__all a {

      color: #fff;

  }



  .hidden-xs {

      display: none!important;

  }



  .visible-xs {

      display: block!important;

  }

}



/* proCategory */ 

.proCategory {

  padding: 20px 0;

}

.proCategory .container {

  background-color: #fff;

  padding: 20px 0;

  border-radius: 10px;

}



.proCategory__tit-name {

  font-size: 18px;

  font-weight: bold;

  margin-left: 10px;
  font-family: Roboto-Bold;

}



.proCategory__list {

  display: flex;

  margin: 20px 0;

}



.proCategory__list:last-child {

  margin-bottom: 0;

}



.proCategory__item {

  width: 100%;

  text-decoration: none;

  display: flex;

  flex: 1 1 auto!important;

  align-items: center;

  flex-direction: column!important;

  color: #000;

}



.proCategory__item:hover {

  text-decoration: none;

}



.proCategory__item-box {

  display: flex;

  /* justify-content: center; */

  align-items: center;

  flex-direction: column;

}



.proCategory__icon {

  width: 72px;

  height: 72px;

  display: flex;

  justify-content: center;

}



.proCategory__icon img {

  width: 72px;

  height: 72px;

  display: flex;

  justify-content: center;

}



.proCategory__text {
    font-family: Roboto-Bold;
    font-size: 14px;

    color: #595959;

    margin-top: 5px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
    text-align: center;

}



@media (max-width: 992px) {

  .proCategory {

      display: none;

  }

}



/* proGeneralBox */

.proGeneralBox {

  padding: 20px 0;

}



.proGeneralBox .container {

  background-color: #fff;

  padding: 20px auto;

  border-radius: 10px;

}



.proGeneralBox__tit-name {

  font-size: 18px;

  font-weight: bold;
  font-family: Roboto-Bold;

}



.proGeneralBox__body {

  padding: 10px 0;

}



.proGeneralBox .flashSale__content {

  margin: 0;

  margin-bottom: 10px;

}



.proGeneralBox .flashSale__info {

  /*height: auto;*/

}



.proGeneralBox .flashSale__all a {

  color: #337ab7;

}



.proGeneralBox__stars {

  margin: 12px 0;

  display: flex;

  align-items: center;

}



.proGeneralBox__stars .jstars-empty {

  position: relative;

    display: inline-block;

    font-size: 12px;

    line-height: 12px;

    color: rgb(221, 221, 221);

    user-select: none;

}



.proGeneralBox__stars .jstars-filled {

  top: 0px;

  left: 0px;

  position: absolute;

  display: inline-block;

  font-size: 12px;

  line-height: 12px;

  width: 82%;

  overflow: hidden;

  white-space: nowrap;

  color: #f7b500;

  user-select: none;

}



@media (max-width: 480px) {

  .proGeneralBox__stars .jstars-empty {

    font-size: 10px;

  }



  .proGeneralBox__stars .jstars-filled {

    font-size: 10px;

  }

}



.proGeneralBox__sold-count {

  font-size: 12px;

  margin-top: 2px;

  flex: 1 1 auto!important;

  text-align: right;

}





#owlCarousel__proGeneralBox-pro .owl-nav button, .proGeneralBox .owl-nav button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background: #fff!important;

  box-shadow: initial;

  position: absolute;

  color: #595959;

  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);

}



#owlCarousel__proGeneralBox-pro .owl-nav .owl-prev , .proGeneralBox .owl-nav .owl-prev {

  left: -14px;

}



#owlCarousel__proGeneralBox-pro .owl-nav .owl-next , .proGeneralBox .owl-nav .owl-next {

  right: -14px;

}





/* todySuggestion */

.todySuggestion {

  margin: 20px 0;

}



.todySuggestion .container {

  background-color: #fff;

  padding: 20px auto;

  border-radius: 10px;

}



.todySuggestion .flashSale__tit-name {

  color: #000;

  margin-left: 10px;

}



.todySuggestion .flashSale__all a {

  color: #0062cc;

}



.todySuggestion .flashSale__content {

  margin: 0;

}

.img_news img {
    height: 180px;
    width: 100%;
}

.todySuggestion .flashSale__info {

  height: auto;

}

section.box_banner_home {
    padding-top: 16px;
    position: relative;
}
.row_collapse {
    padding: 8px 8px 8px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    /*margin: 0 0;*/
}
.d_flex {
    display: flex;
}
.col_subrice {
    position: relative;
    /*margin-right: 8px;*/
}
.title_cate_home {
    padding: 12px 0 12px 16px;
    border-bottom: 1px solid #e8e8e8;
}
.col_subrice {
    padding: 0 5px;
}
.title_cate_home h4 i {
    margin-right: 8px;
    background: #428eee;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.title_cate_home h4 {
  font-family: Roboto-Bold;
  font-size: 16px;
  margin: 0;
}
.list_cate_home {
    height: 246px;
    /* overflow: scroll; */
    position: relative;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
}
li.root_menu:after {
    font-family: fontAwesome;
    content: "\f105";
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #428eee;
}
 .list_cate_home::-webkit-scrollbar {
    display: block;
    -webkit-appearance: none;
    width: 3px;
    height: 0;
    background-color: #e8e8e8;
}
.list_cate_home::-webkit-scrollbar-thumb {
    background-color: #237df3;
}
.root_menu {
    position: relative;
        z-index: 1;
}
.root_menu a {
    padding: 8px 9px 6px 20px;
    align-items: center;
    display: block;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
}
span.icon_cate {
    /*display: inline-block;*/
    width: 44px;
}
span.icon_cate img {
    max-width: 28px;
    max-height: 28px;
    display: -webkit-inline-box;
    margin-right: 13px;
}
span.name_cate {
  font-family: Roboto-Bold;
    font-size: 14px;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.flex_fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.sub_menu_content {
    position: absolute;
    list-style-type: none;
    padding: 0px 0px;
    width: 100%;
    top: 0px;
    left: -9999px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0.7, 1);
    -ms-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);

}
/*.sub_menu_content {
    position: relative;
    z-index: 3;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    min-width: 250px;
}*/
.sub_menu_content li a {
    display: block;
    text-decoration: none;
    color: #595959;
    font-size: 14px;
    padding: 10px 15px;
}
.root_menu:hover, .sub_menu_content a:hover {
    background-color: rgba(0,145,255,.1);
}
.root_menu:hover > .sub_menu_content {
    display: block;
    z-index: 999;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: -webkit-calc(100%);
    left: calc(100%);
}

.box_image_banner {
    height: 300px;
    overflow: hidden;
}
.box_image_banner a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slide_banner_home.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.slide_banner_home.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.slide_banner_home.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.slide_banner_home.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    top: -14px;
    color: #333;
    /* font-size: 40px; */
    outline: none;
    margin: 0px;
    padding: 0px 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 100px;
    opacity: 0.6;
}
.slide_banner_home button.owl-prev i, .slide_banner_home button.owl-next i {
    font-size: 24px;
    margin: 0;
    width: 44px;
    height: 60px;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    opacity: 1;
    background-color: rgb(0 0 0 / 64%);
    color: #fff;
    line-height: 60px;
}
.box_right_bn {
    background: #fff;
}
.title_top_flashsale {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.title_top_flashsale h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: uppercase;
}
.title_top_flashsale h2 a {
    color: #212529;
    letter-spacing: 0;
    font-family: 'Roboto-Bold';
}
span.d_ov {
    width: 1em;
    height: 13px;
    color: #212529;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    margin-left: 8px;
}
span.ringring {
    border: 3px solid #f53d2d;
    border-radius: 50%;
    height: 1pc;
    width: 1pc;
    left: -4px;
    top: -4px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    color: #212529;
    letter-spacing: 0;
    position: absolute;
    display: inline-block;
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
}

50% {
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
}
}
span.circle {
    color: #212529;
    letter-spacing: 0;
    width: 8px;
    height: 8px;
    background-color: #f53d2d;
    background-color: #f53d2d;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}
.box_new_km {
    max-height: 248px;
    overflow: auto;
    background: #fff;
}
.box_km {
    padding: 10px 0;
}
.image_bn_right {
    min-width: 100px;
    max-width: 100px;
}
.image_bn_right img {
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.title_km {
    padding-left: 10px;
}
.title_km h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-family: 'Roboto-Bold';
    font-size: 14px;
}
.title_km p {
    font-size: 13px;
    font-weight: 400;
    color: #4c4c4c;
}
.box_new_km::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.box_new_km::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(247 148 31);
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}
.box_new_km::-webkit-scrollbar {
    width: 8px;
}

.p-0{padding:0!important}

.p-1{padding:.25rem!important}

.p-2{padding:.5rem!important}

.p-3{padding:1rem!important}

.p-4{padding:1.5rem!important}

.p-5{padding:3rem!important}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf')
  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf')
  format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
section.productSale {
    margin-top: 55px;
}
.section_best_deal {
    margin-bottom: 50px;
}
.section_best_deal .border-red {
    border: 2px solid #c78d35;
    border-radius: 20px;
    padding: 0 30px 20px;
    position: relative;
}
.section_best_deal .block-title {
    text-align: center;
}
.section_best_deal .block-title h2 a svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.section_best_deal .block-title h2 {
    font-size: 0;
    line-height: initial;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 20px;
}
.section_best_deal .block-title h2 a {
    font-size: 34px;
    padding: 20px 35px;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'Roboto-Bold';
    box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 5%);
    color: #c78d35;
    display: inline-block;
}
.section_best_deal .block-title h2 a {
    font-size: 34px;
    padding: 20px 35px;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'Roboto-Bold';
    box-shadow: 0px 0px 17px 8px rgb(0 0 0 / 5%);
    color: #c78d35;
    display: inline-block;
}
.product-block-item {
    position: relative;
    overflow: hidden;
}
.product-block-item .sale-label {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
    background-color: #c78d35;
    border-radius: 10px 0;
}
.product-block-item .product-transition {
    position: relative;
    display: block;
    overflow: hidden;
    height: 170px;
}
.product-block-item .product-thumbnail {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.product-block-item .product-thumbnail {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.product-block-item .action.setWishlist {
    background: #eb3e32;
}
.product-block-item .product-action {
    text-align: center;
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: -50px;
}
.product-block-item:hover .product-action {
    margin-bottom: 0;
}
.product-block-item .action {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: #d6a203;
    margin: 0 2px;
}
.product-block-item .action i {
    fill: #fff;
}
.product-info {
    text-align: center;
}
.product-block-item .action i {
    width: 20px;
    height: 20px;
}
.product-block-item .group-buttons {
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 0;
}
.product-block-item .action:hover {
    background: #ffb416;
}
.product-block-item .action {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: #d6a203;
    margin: 0 2px;
}
.item_product_main .product-info {
    text-align: center;
}
.product-block-item .product-info .item-product-name {
    padding-top: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #000;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    display: block;
} 
.product-block-item .product-info .product__price {
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    font-size: 15px;
    color: #eb3e32;
    font-weight: 700;
}
.price {
    margin-bottom: 20px;
    bottom: -10px;
}
.product-block-item .product-info .product__price .old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #999;
    margin-left: 5px;
    font-weight: normal;
}
.flashSale__content:hover {
    box-shadow: 0 0px 11px rgb(0 0 0 / 40%);
}
.box_banner_pro {
    height: 616px;
    overflow: hidden;
}
.box_banner_pro a img {
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: 0;
    background: transparent;
    border: 0;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slide_banner.owl-carousel .owl-dots .owl-dot span {
    border: 3px solid rgba(255, 255, 255, 0.9);
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #868686;
}
.slide_banner.owl-carousel .owl-dots .owl-dot.active span, .slide_banner.owl-carousel .owl-dots .owl-dot:hover span {
    background: #d1d3d2;
    border: 3px solid rgba(0, 0, 0, 1);
}
h2.title_head_content {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Roboto-Bold';
    color: #2b2b2b;
    font-size: 34px;
    line-height: 44px;
        margin-top: 20px;
}
.center_line {
    text-align: center;
    margin-bottom: 15px !important;
}
h2.title_head_content:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 2px;
    background-color: #223e99;
    /* left: calc(7% - 37.5px); */
    bottom: -10px;
}
.center_line::before {
    left: calc(50% - 37.5px);
}
.video_home {
    padding: 25px 0;
    
}
.title_top_flashsale {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.title_top_flashsale h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: uppercase;
}
.title_top_flashsale h2 a {
    color: #212529;
    letter-spacing: 0;
    font-family: 'Roboto-Bold';
}
.box_slide_sale {
    border-top: 1px solid #dee2e6;
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.picture_videos {
    position: relative;
}
.video_asset {
    position: relative;
}
.video_asset:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}
.icon_play_vd {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    background-image: url(../images/icon_play.png);
    position: absolute;
    width: 100%;
    height: 100%;
}
.content_video_home h3 {
    font-weight: 700;
    font-size: 17px;
    margin-top: 7px;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
        padding: 0 10px;
}
.content_video_home h3 a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 1;
    color: #000;
}
.picture_videos:hover .icon_play_vd {
    animation: play_video 1.5s ease infinite;
}
@keyframes play_video {
  0% {
    transform: scale(1);
}
10% {
    transform: scale(1.1);
}
20% {
    transform: scale(1);
}
30% {
    transform: scale(1.1);
}
40% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}

.flashSale__content:hover img {
    transition: 1.2s;
    transform: scale(1.2);
}

.cate_page {
    background-color: #f1f2f3;
    padding: 30px 0 80px;
}
.list_cate_detail .tit_dm {
    background: #fb8211;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin: 0;
}
.icon_dm {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
}
.icon_dm span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.icon_dm span:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 20%;
    width: 60%;
    height: 1px;
    background: #fff;
    -webkit-box-shadow: 0 12px 0 #fff;
    box-shadow: 0 12px 0 #fff;
}
.box_content_cate_detail {
    padding: 10px 15px;
    background: #fff;
}
ul.as_menu_detail {
    position: relative;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
}
li.dropdown_dm {
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.dropdown_dm a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 11px 10px 7px 5px;
    border-bottom: 1px solid #e5e5e5;
}
ul.dropdown_sub {
    position: absolute;
    list-style-type: none;
    padding: 0px 0px;
    width: 100%;
    top: 0px;
    left: -9999px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0.7, 1);
    -ms-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
li.dropdown_dm:after {
    font-family: fontAwesome;
    content: "\f105";
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.dropdown_dm a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 11px 10px 7px 5px;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Roboto-Bold';
}
.dropdown_dm:hover > .dropdown_sub {
    display: block;
    z-index: 999;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: -webkit-calc(100%);
    left: calc(100%);
}
.search_menuleft {
    background: #fff;
    padding: 10px;
}
.col_20 {
  width: 20%;
}
.list_cate_detail {
    margin-bottom: 20px;
}
.search_menuleft a {
    color: #000;
}
.box_check {
    border-bottom: 1px solid #ccc;
}
.box_check .checkbox {
    margin-bottom: 20px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
input.thuonghieu {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 7px;
    padding-right: 10px;
}
.checkbox span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto-Bold';
}

.bread-crumb {
  margin-top: 30px;
}
.bread-crumb .bread-crumb-heading {
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
  border-radius: 4px;
}
.bread-crumb .menu {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.bread-crumb .menu .menu-item {
  font-family: 'Roboto-Bold';
  font-size: 16px;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.bread-crumb .menu .menu-item .menu-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: 0.25s all;
  font-family: 'Roboto-Bold';
  
}
.bread-crumb .menu .menu-item .menu-link:hover {
  color: #f53d2d;
}
.bread-crumb-content {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  padding: 20px;
}
.left-content .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: 'Roboto-Bold';
}

.content-text .status {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  font-family: 'Roboto-Bold';
}
.update-text {
  font-size: 16px;
  margin-top: 15px;
  font-family: 'Roboto-Bold';
}
.content-text .status span {
  color: #00b907;
}
.contact {
  margin-top:5px;
}
.contact .title {
  padding: 10px 15px;
  font-size: 32px;
  color: #f53d2d;
  font-weight: 700;
  background-color: #fafafa;
  margin-bottom:10px;
  font-family: 'Roboto-Bold';
}

.sale {
  padding: 16px;
  border: 1px dashed #ff6307;
  background: rgba(255, 237, 232, 0.5);
  border-radius: 12px;
}
.sale-text img {
  width: 23px;
  height: 23px;
  object-fit: cover;
}
.sale-text {
  font-family: 'Roboto-Bold';
  color: #ff6307;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  gap: 0 5px;
  justify-content: center;
  width: 168px;
  border: 1px solid #f53d2d;
  border-radius: 16px;
  height: 30px;
}
legend {
  margin-bottom: 0px;
}
.sale-item {
  margin-top: 15px;
  font-size: 16px;
  font-family: 'Roboto-Bold';
}
.sale .sale-item:nth-child(2) {
  border-bottom: 1px dashed #ff6307;
  padding-bottom: 15px;
}
.sale-item .copy {
  font-family: 'Roboto-Bold';
  margin-top: 15px;
  background-color: #ff6409;
  border: 1px solid #ff6409;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 16px;
  padding: 5px 8px;
  transition: 0.25s all;
}
.sale-item .copy:hover {
  background-color: #fff;
  color: #ff6409;
}
.right-heading {
  padding: 16px 16px 24px 16px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 16px;
}
.right-heading .title {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #dee2e6;
  font-family: 'Roboto-Bold';
}

.right-heading .description {
  display: flex;

  /*align-items: center;*/
  gap: 0 10px;
}
.right-heading .description {
  margin-top: 8px;
}
.right-heading .description:not(:last-of-type) {
  padding-bottom: 8px;
  border-bottom: 1px solid #dee2e6;
}
.right-heading .description .desc-img img {
    height: 100%;
    object-fit: cover;
}
.right-heading .description p {
  color: #4c4c4c;
  font-size: 16px;
  font-family: 'Roboto-Bold';
}
.support {
  background-color: #fff3cd;
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 12px;
  border-radius: 4px;
}
.support .support-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.support .support-text .title {
  font-weight: 700;
  margin-bottom: 8px;
  color: #856404;
  font-size: 16px;
  font-family: 'Roboto-Bold';
}
.support .support-text .phone {
  font-weight: 700;
  font-size: 22px;
  color: #f53d2d;
  transition: 0.25s all;
  text-decoration: none;
  font-family: 'Roboto-Bold';
}
.support .support-text .phone:hover {
  color: #00b907;
}
.detail-info {
  margin: 8px 0 16px 0;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 4px;
}
.detail-info .detail-heading {
  font-family: 'Roboto-Bold';
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  color: #363636;
  border-bottom: 2px solid #dee2e6;
}
.detail-info .detail-update {
  margin: 16px 0;
  font-size: 16px;
  color: #4c4c4c;
  font-family: 'Roboto-Bold';
}
.product {
  background-color: #fff;
  padding: 16px;
  font-family: 'Roboto-Bold';
}
.product .product-title a {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  font-family: 'Roboto-Bold';
}
.product .product-list .product-item .product-img {
  overflow: hidden;
  height: 215px;
  margin-bottom: 8px;
  position: relative;
}
.product .product-list .product-item .product-img .sale-percent {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  background-color: #d80000;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: 700;
}
.product .product-list .product-item .product-img img {
  transition: 0.25s all;
      height: 100%;
    object-fit: cover;
}
.product .product-list .product-item .product-img:hover img {
  transform: scale(1.05);
}
.product .product-list .product-item .product-text .product-name {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #4c4c4c;
  font-size: 16px;
  transition: 0.25s all;
  font-family: 'Roboto-Bold';

  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.product .product-list .product-item .product-text .product-name:hover {
  color: #f53d2d;
}
.product .product-list .product-item .product-text .product-price {
  color: #d80000;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Roboto-Bold';
}
.product .product-list .product-item .product-text .product-price span {
  color: #929292;
  font-size: 13px;
  text-decoration: line-through;
  font-family: 'Roboto-Bold';
}
.product-list .slick-slide {
    margin: 0 8px;
}



.product-top .product-image-large {
  opacity: 0;
  width: 100%;
  visibility: hidden;
  height: 0;
  transition: 0.25s all;
  cursor: pointer;
}
.product-top .product-image-large.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.product-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin-top: 15px;
}
.product-bottom .product-image-sm {
  display: block;
  height: 75px;
  text-align: center;
}
.product-bottom .product-image-sm {
  transition: 0.25s all ease-in-out;
  border: 1px solid #e6e6e6;
}
.product-bottom .product-image-sm.active {
  border: 1px solid #1c1c1c;
}
.product-bottom .product-image-sm{
  height: 75px;
  object-fit: cover;
  padding: 2px;

}

.product-list .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin-top: 30px;
}
.product-list .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #dde0e4;
  cursor: pointer;
  border-radius: 100rem;
  transition: 0.25s all ease-in-out;
}
.product-list .slick-dots li.slick-active button {
  width: 45px;
  background: #f53838;
}
.ft_bot {

    position: absolute;

    bottom: 0;

    background-color: #ffffff33;

    padding: 18px 0;

    width: 100%;

}


.footer_register {
    padding: 1.25rem 0;
    border-bottom: 0.0625rem solid #8598d1f5;
}
button.btn.btn_gui_ft {
    width: 42px;
    height: 42px;
    background: #72af43;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    line-height: 33px;
}
.footer_register p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    font-family: Roboto-Bold;
}
.form_group {
    background: #ffffff87;
    border-radius: 6.1875rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
}
.form_group input {
    border: 0;
    font-size: 16px;
    height: 42px;
    width: 88%;
}
.hv_pulse {
    transition: all .3s;
}

.left_ft_mid .phone {
    align-items: center;
    display: flex;
}
.phone.hv_pulse a {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: Roboto-Regular;
}

.ft_parther {

  position: relative;

}

.footer_parther {

    background-color: white;

    position: absolute;

    padding: 42.5px 0;

    width: 100%;

    top: -70px;

    border: 1px solid #ebebeb;

    border-radius: 25px;

    z-index: 9;

}
.text_page_cate p {
    text-align: justify;
}


.icon_mxs_ft {
    display: flex;
    align-items: center;
    margin-right: 0.625rem;
    margin-top: 10px;
}
.icon_mxs_ft a {
    background: #e3efd959;
    color: #ffffff60;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /*background: #e3efd9;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /*color: #72af43;*/
    margin-right: 0.625rem;
}
.icon_mxs_ft a:hover {
    background: #72af43;
    color: #fff;
}
.wrap_ft {

    padding-top: 40px;
    padding-bottom: 40px;

    margin: 0 -20px;

}
.left_ft_mid h3 {
    font-size: 18px;
    padding-bottom: 19px;
    margin-bottom: 19px;
    position: relative;
    
    font-weight: bold;
}
.address p {
    font-size: 15px;
    margin-bottom: 10px;
   
}
.left_ft_mid a {
    color: #fff;
    
}
.receive_nhan a {
    display: block;
    padding: 0.625rem 0;
    color: #fff;
    background: #72af43;
    text-align: center;
    border-radius: 6.1875rem;
    margin-top: 1.25rem;
}

.left_ft_mid a {
    color: #fff;
    
}
.phone.hv_pulse ul {
    padding-left: 15px;
}
.phone.hv_pulse ul li {
    list-style: disc;
}
.phone.hv_pulse a:hover {
    color: #f3ff00;
} 

.hotProduct__tit {
    text-align: center;
    margin-bottom: 20px;
}

.hotProduct__tit h2 {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 28px;
    color: #58595b;
    font-family: 'Roboto-Bold';
}

.hotProduct__tit span {
    text-align: center;
    margin: 0 15px;
    text-transform: uppercase;
}

.hotProduct__tit b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.hotProduct__content {
    margin-bottom: 20px;
}

.hotProduct__box {
    position: relative;
}

.hotProduct__box img {
    width: 100%; height: 300px;
}

.hotProduct__img2 {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all .6s;
}

.hotProduct__content:hover .hotProduct__img2 {
    opacity: 1;
}

.hotProduct__wishlist {
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.hotProduct__wishlist-btn {
    border: 3px solid rgb(226, 226, 226);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    transition: all .4s;
}

.hotProduct__wishlist-btn i {
    font-size: 20px;
    color: rgb(226, 226, 226);
    display: block;
}

.hotProduct__wishlist-btn:hover {
    background-color: #b20000;
    border-color: #b20000;
}

.hotProduct__content:hover .hotProduct__wishlist {
    visibility: visible;
    opacity: 1;
}

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

.hotProduct__name a {
    color: #334862;
    text-decoration: none;
    font-size: 18px;
    transition: all .2s;
}

.hotProduct__name a:hover {
    color: rgb(99, 99, 99);
}

.hotProduct__price {
  font-family: 'Roboto-Bold';
    font-size: 18px;
    text-align: center;
}

/* info */
.info {
    padding: 30px 0;
    background-color: rgb(245, 245, 245);
}

.info__content {
    margin-bottom: 20px;
    background-color: #fff;
}

.info__img {
    overflow: hidden;
    height: 246px;
}

.info__img img {
    width: 100%;
    transform: scale(1);
    transition: all .4s;
    height: 100%;
    object-fit: cover;
}

.info__content:hover img {
    transform: scale(1.2);
}

.info__box {
    text-align: center;
    padding: 10px;
    padding-top: 20px;
}

.info__name h3 {
  font-family: 'Roboto-Bold';
    font-size: 18px;
    color: #4d4e4f;
    margin-top: 0;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    line-height: 23px;
}

.info__des {
    font-size: 18px;
    color: #636365;
}
.info__des p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
.info__detail {
    display: block;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #ff9801;
    transition: all .2s;
}

.info__detail:hover {
    text-decoration: none;
    color: rgb(39, 39, 39);
}

@media (max-width: 992px) {
    .hotProduct__wishlist {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 549px) {
    .hotProduct__tit h2 {
        font-size: 22px;
    }
}
section.hotProduct {
    margin: 30px 0 10px;
}








@font-face {
    font-family: sitkaBanner;
    src: url(../font/RobotoSlab-Regular.ttf);
  }

.martop10 {
    margin-top: 10px;
}

.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active {
    color: #e9b118 ;
}

.fright {
    float: right;
}

.block {
    display: block!important;
}

@media (max-width: 1230px) {
    .sta-mobile {
        position: static;
    }
}

@media (max-width: 480px) {
    .sta-mobile {
        margin-top: 5px;
    }
}

.fix-home {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .logo {
    width: 210px;
    height: 90px;
    object-fit: cover;
}

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

header .main-nav {
    display: inline-block;
}

header .main-nav .menu-btn {
    display: none;
}

header .main-nav ul li {
    display: inline-block;
}

header .main-nav ul li a {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    padding: 14px;
    display: inline-block;
    color: #fff;
}

header .main-nav ul li a:hover {
    color: #e9b118;
}

header .main-nav ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    height: 10px;
    opacity: 0;
    background: url(../img/before-img.png) no-repeat center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .main-nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    background: url(../img/after-img.png) no-repeat center;
}

header .main-nav ul li a:hover:before, header .main-nav ul li a:hover:after {
    opacity: 1;
}

header .search {
    color: #e9b118;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .search #search {
    font-size: 14px;
    width: 35px;
    height: 35px;
    border: 2px solid #e9b118;
    border-radius: 100%;
    background: none;
    padding: 0;
}

header .search .ct {
    position: absolute;
    width: 250px;
    right: 0;
    z-index: 1;
    display: none;
    margin-top: 15px;
}

header .search .ct .search-fr {
    position: relative;
}

header .search .ct .search-fr input {
    padding: 0 40px;
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    padding-left: 16px;
    color: #000;
}

header .search .ct .search-fr input::placeholder {
    color: rgb(179, 179, 179);
    font-style: italic;
}

header .search .ct .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #e9b118;
    font-size: 16px;
    border: none;
    background: none;
    padding: 0;
}

/* banner */
.banner {
    /*height: 100vh;*/
}
.fix-home .d_flex {
    align-items: center;
}
.banner__caption {
    padding: 80px 50px;
    color: #fff;
    position: absolute;
    width: 400px;
    height: 400px;
    vertical-align: middle;
    text-align: center;
    background: linear-gradient(to right,rgba(202,168,92,.58),rgba(245,182,20,.72));
    border-radius: 100%;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -50%) !important;
}

.banner__caption:before {
    position: absolute;
    content: "";
    top: 10px;
    height: 50px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    display: block;
    background: #fff;
}

.banner__caption:after {
    position: absolute;
    content: "";
    bottom: 10px;
    height: 50px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    display: block;
    background: #fff;
}

.banner__caption .h-introduce {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Roboto-Bold';
}

.banner__caption .h-incontent {
    text-align: justify;
}

/* owlCarousel__banner */
#owlCarousel__banner  {
    /* min-height: 700px; */
    height: 100%;
}

#owlCarousel__banner .owl-stage-outer,
#owlCarousel__banner .owl-stage,
#owlCarousel__banner .owl-item,
#owlCarousel__banner .banner__content,
#owlCarousel__banner .banner__content img {
    height: 100%;
}


#owlCarousel__banner .owl-item::before {
    background: rgba(15,14,14,.6);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    display: block;
}

#owlCarousel__banner .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 16px;
}

#owlCarousel__banner .owl-nav .owl-next {
    right: 10px;
}

#owlCarousel__banner .owl-nav .owl-prev {
    left: 10px;
}

#owlCarousel__banner .owl-nav button i {
    padding: 10px;
    background: rgba(255, 255, 255, .6);
}

#owlCarousel__banner .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

#owlCarousel__banner .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

#owlCarousel__banner .owl-dot span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px;
    border-radius: 50%;
    background: none;
    border: 2px solid #ffffff;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

#owlCarousel__banner .owl-dot.active span,
#owlCarousel__banner .owl-dot:hover span {
    background: #fff;
}



@media (max-width: 1230px) {
    header.fix-home {
        background: rgba(255,185,3,.75);
        top: 0;
        padding: 5px 0;
    }

    header .main-nav .menu-btn {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -20px;
        bottom: 0;
        width: 39px;
        height: 39px;
        padding-top: 1px;
        background: none;
        border-radius: 100%;
        background: #edb712;
        border: none;
    }

    header .main-nav ul {
        padding: 0;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        width: 100%;
        display: none;
        z-index: 2;
        background: rgba(0,0,0,.64);
    }

    header .main-nav ul li {
        display: block;
    }

    header .main-nav ul li a {
        display: block;
        border-bottom: 1px solid #fff;
    }

    header .search {
        float: inherit;
        width: 80%;
        margin-top: 0;
    }
    
    header .search #search {
        display: none;
    }

    header .search .ct {
        display: block;
        width: 100%;
        position: inherit;
    }

    header .main-nav .menu-btn i {
        display: block;
        margin: auto;
        border-top: solid 2px #fff;
        width: 17px;
        border-bottom: double 7px #fff;
        height: 12px;
    }

    header .main-nav .menu-btn.active i {
        width: auto;
        height: auto;
        border: none;
    }

    header .main-nav .menu-btn.active i:after, header .main-nav .menu-btn.active i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #fff;
    }

    header .main-nav .menu-btn.active i:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .main-nav .menu-btn.active i:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    
    
}

@media (max-width: 992px) {
    #owlCarousel__banner img {
        min-height: 700px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    header .logo img {
        max-height: 60px;
    }

    header .search .ct {
        margin-top: 0;
    }

    .banner__caption {
        border-radius: unset;
        width: 350px;
        height: 350px;
        padding: 55px 30px;
    }
}

@media (max-width: 480px) {
    header .search .ct {
        width: 80%;
    }

    header .search .ct .search-fr input {
        line-height: 30px;
        height: 30px;
    }

    .banner__caption {
        padding: 40px 30px;
        /* width: 100%; */
        height: auto;
    }
}
p {
    margin-bottom: 0;
    line-height: 1.5;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.gutter-20 {
    margin: 0 -10px;
}

.project-mains {
    background: url(https://salevalues.vn/theme/frontend/images/bg-project-mains.png) no-repeat center bottom;
    background-size: auto;
}

.project-mains .bottom-project__mains {
    padding: 5px 0px;
}

.title-small__main {
    font-size: 34px;
    color: #FBB03C;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.project-mains .title-small__main {
    text-align: center;
}

.title-mains {
    font-size: 32px;
    font-family: "Roboto-Bold";
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    text-transform: uppercase;
        letter-spacing: -1px;
}

.project-mains .title-mains {
    justify-content: center;
}

.group-slide__prj {
    display: flex;
    align-items: center;
}

.group-slide__prj .big-shows__prd {
    width: 100%;
    flex: 1;
}

.tns-outer {
    padding: 0 !important;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tns4 > .tns-item {
    width: calc(20%);
    padding-right: 10px;
}

#tns4 > .tns-item {
    font-size: 16px;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

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

.items-prj__show .img-prj__mains {
    width: 100%;
}

.items-prj__show img {
    width: 65% !important;
    height: 455px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.items-prj__show .text-project__mains {
    padding: 20px 30px;
    color: #484954;
    transition: all 0.3s;
    position: absolute;
    z-index: 10;
    right: 20px;
    background-color: #FFF;
    padding: 45px 55px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    width: 445px;
    box-shadow: 0px 20px 18px 0px rgb(0 0 0 / 20%);
}

.items-prj__show .text-project__mains .top-text__project {
    padding-bottom: 10px;
    border-bottom: solid 1px #DADAE5;
    margin-bottom: 10px;
}

.items-prj__show .text-project__mains .bottom-text__project {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-mains__btn {
    color: #FBB03C;
    font-family: "Lora";
    transition: all 0.3s;
    border-bottom: solid 1px transparent;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.items-prj__show .text-project__mains .bottom-text__project img {
    height: auto !important;
}

.items-prj__show .text-project__mains .btn-img__project img {
    width: 53px;
    height: 42px;
}




#owl-carousel__project .owl-dots {
    position: absolute;
    display: flex;
    flex-flow: column;
    right: -2%;
    top: 30%;
    width: auto;
}
  
  #owl-carousel__project  .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
    margin-bottom: 30px;
  }

  #owl-carousel__project  .owl-dot span::before {
    content: "0"counter(slides-num);
    font-size: 15px;
    color: #8E8F9D;
  }

  #owl-carousel__project .owl-dot.active span::before {
    color: #FBB03C !important;
  }


  .media-mains .title-small__main {
      text-align: center;
  }

  .media-mains .title-mains {
    justify-content: center;
}

.gutter-20>[class^=col] {
    padding: 0 10px;
}

.item-media__mains {
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.item-media__mains img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.item-media__mains .see-media__mains {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 1000px;
    background-color: #FBB03C;
    cursor: pointer;
    z-index: 2;
}

.item-media__mains:hover, .item-media__mains:focus {
    transform: translateY(-10px);
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 40%);
}

.item-media__mains iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.item-media__mains iframe.active {
    display: block !important;
}




@media (min-width: 0.0625em) {
    #tns5 {
        transition-duration: 0.4s;
    }
}



@media (max-width: 1440px) {
    .title-mains {
        font-size: 28px;
    }
}

@media (max-width: 1360.98px) {
    .gutter-20 {
        margin: 0 -15px;
    }
    
    .gutter-20>[class^=col] {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .group-slide__prj .big-shows__prd .items img {
        height: 395px;
    }
    
    .group-slide__prj .big-shows__prd .items img {
        height: 395px;
    }

    .gutter-20 {
        margin: 0 -10px;
    }
    
    .gutter-20>[class^=col] {
        padding: 0 10px;
    }
}

@media (max-width: 992px) {
    #owl-carousel__project .owl-dots {
        position: absolute;
        display: flex;
        flex-flow: row;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        /* margin: 20px 0; */
      }

      #owl-carousel__project .owl-dot {
        margin-right: 20px;
        margin-bottom: 0;
      }

      .item-media__mains img {
        height: 155px;
    }
}

@media (max-width: 768px) {
    .project-mains .bottom-project__mains {
        padding: 0px 0px;
    }

    .group-slide__prj {
        flex-wrap: wrap;
    }

    .group-slide__prj .big-shows__prd {
        width: 100%;
    }

    .items-prj__show img {
        height: 350px;
    }

    .group-slide__prj .small-shows__prd {
        width: 100%;
        display: none;
    }
}

@media (max-width: 576px) {
    .title-mains {
        font-size: 25px;
    }

    .items-prj__show {
        display: block;
    }

    .items-prj__show .img-prj__mains img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .items-prj__show img {
        height: 350px;
        width: 100% !important;
    }

    .group-slide__prj .big-shows__prd .items .items-prj__show .img-prj__mains img {
        height: auto;
    }

    .items-prj__show .text-project__mains {
        width: 100%;
        position: relative;
    }

    .group-slide__prj .big-shows__prd .items .text-project__mains {
        position: relative;
        width: 100%;
        right: unset;
        padding: 15px;
        box-shadow: none;
    }
}

section.box_company {
    padding: 10px 0 20px;
}
.item_tech {
    width: 50%;
    float: left;
    position: relative;
    color: #fff;
}
.btn_link:hover {
    background: #f89734;
    color: #fff;
}
a.image_item {
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    position: relative;
}
a.image_item img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
        max-width: 100%;
    height: auto;
}
.block_cation {
    position: absolute;
    right: 0;
    bottom: 15px;
    text-align: right;
    padding: 0 20px;
    z-index: 101;
    display: block;
}
.btn_link {
    color: #fff ;
    border-color: #fff;
    cursor: pointer;
    background: none;
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 150px;
}
.item_title h2 {
    font-size: 25px;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.15px;
}

.item_title {
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 100;
    padding: 20px;
    width: 100%;
    left: 0;
}
.item_tech>div {
    position: relative;
}
a.image_item:hover img {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    -ms-transform: scale(1.035);
    -o-transform: scale(1.035);
    transform: scale(1.035);
}
.lilv0 {
    position: relative;
    float: left;
    padding: 0px;
    border-top: 0px;
}
.has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
ul.nav-dropdown.menu {
    min-width: 315px;
    z-index: 5;
    background-color: #000000b5;
}
ul.nav-dropdown {
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 5px 0px;
}
.nav-dropdown {
    /* left: 0px; */
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 215px;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 4px hsl(0deg 0% 0% / 15%);
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}

.nav-dropdown {
    display: none;
    background: #f3f3f3;
}
ul.nav-dropdown.menu li a {
    color: #fff;
}
.nav-menu .menu-link {
    padding: 8px 15px;
}
.nav-menu .menu-link {
    color: #000;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 3px 15px;
}
 ul.page_list_head {
    background: unset;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 7px;
    align-items: center;
}
ul.page_list_head li {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

ul.page_list_head li a {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}

ul.page_list_head li:before {
    content: "\f105";
    padding: 0 10px;
    font-family: 'FontAwesome';
    color: #000;
}
.page_list_head li:first-child:before {
    content: none;
}
.cate_about_choose {
    background: #fff;
}

.cate_about_choose {
    background: #fef7ef;
    padding-top: 35px;
    padding-bottom: 80px;
}
.picture_about_cate {
    height: 422px;
    overflow: hidden;
}
.picture_about_cate a img {
    height: 100%;
    object-fit: contain;
}
.picture_about_cate a {
    display: block;
    height: 422px;
    border-radius: 20px;
    overflow: hidden;
}
.about_choose {
    background: #ffff;
    border-radius: 20px;
    min-height: 201px;
    align-items: center;
    /* justify-content: center; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
    padding: 0 15px;
    margin-bottom: 20px;
}
.info_about {
    text-align: center;
}
.thumb_about a {
    margin-bottom: 5px;
    display: block;
}
.info_about h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.info_about p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Roboto-Bold';
}
.about_choose:hover img {
    filter: brightness(3);
}
.about_choose:hover {
    background: #3bb45c;
    color: #fff;
}
.text_top_cate h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.375;
    color: #223771;
    margin-left: 10px;
    font-family: 'Roboto-Bold';
}

.text_top_cate {
    border-bottom: 1px solid #eee;
    /*display: flex;*/
    align-items: center;
    margin-bottom: 20px;
}
.wp_product {
    margin-bottom: 20px;
}
.wp_product .product_category {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-transition: all .3s;
    -o-transition: .3s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    transition: all .3s;
    border-right: 1px solid #eee;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    padding: 15px;
    height: 100%;
    overflow: hidden;
}
.pic_pro_cate {
    display: block;
    position: relative;
    background: #fff;
    height: 200px;
    overflow: hidden;
}
.pic_pro_cate a img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    opacity: 1;
}
.text_pro_cate h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    font-family: 'Roboto-Bold';
}
.buy_shop a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    align-items: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.buy_shop a {
    -webkit-transition: all .3s;
    -o-transition: .3s all;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    right: 0;
    bottom: 10px;
    transform: translateX(100%);
    z-index: 3;
    transition: all .3s;
    border-radius: 5px 0 0 5px;
    padding: 6px 5px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 1.375;
    background: #fb8211;
}
.buy_shop a img {
    max-width: 30px;
}
.product_category:hover {
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 5%);
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.product_category:hover .buy_shop a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*.col_pro_30 {
    padding: 0;
}
.pro_flex {
    margin: 0;
}*/
section.danhmuc_product {
    padding: 30px 0;
    background: #fff;
}
.title_danhmuc {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.title_danhmuc h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.375;
    color: #223771;
    margin-left: 10px;
    font-family: 'Roboto-Bold';
}
.danhmuc_sidebar {
    margin-bottom: 20px;
}
.col_image {
    width: 36%;
    padding: 0 7px;
}
.col_text {
    width: 64%;
    padding: 0 7px;
}
.picture_tuvan {
    margin-bottom: 30px;
} 
.picture_tuvan img {
    border-radius: 15px;
}
.content_tuvan h3 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.content_tuvan p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 23px;
    font-family: 'Roboto-Regular';
}
.read_more {
    text-align: right;
}
.title_cate_news {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-family: 'Roboto-Bold';
}
.danhmuc_sidebar ul li a {
    font-size: 16px;
    color: #939393;
    margin-top: 15px;
    display: block;
    transition: 0.3s;
}
.new_list_sidebar li.flex {
    /*align-items: center;*/
    margin-bottom: 10px;
    margin-top: 13px;
}

.flex {
    display: flex;
}
a.image_new_cate {
    margin-right: 20px;
}
a.image_new_cate img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 20px;
}
.text_list_sb h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 3;
    line-height: 21px;
    font-family: 'Roboto-Bold';
    font-size: 15px;
}
.list_menu_heading {
    padding: 50px 0;
}
.text_top_contact {
    margin-bottom: 20px;
}
.text_info_contact h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.info_contact_right h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.text_contact p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #636363;
}
.form-groups h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.form-groups .form-control {
    height: 40px;
    margin-bottom: 15px;
}
.form-groups textarea.form-control {
    height: 120px;
}
button.btn_send {
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.product_detail_bg {
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 3%);
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 10px 30px;
}
/*.slide_about {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}*/
.slider_right_pro .mySlides {
    height: 450px;
    overflow: hidden;
}
.slider_right_pro .mySlides img {
    height: 100%;
    object-fit: contain;
}
.slider_row {
    width: 100%;
    display: flex;
        padding-top: 10px;
}
.slider_row .column {
    margin: 0 5px;
    height: 80px;
    overflow: hidden;
    width: 20%;
    border: 1px solid #c78d35;
    cursor: pointer;
}
.slider_row .column img {
    height: 100%;
    object-fit: contain;
}
.title_pro_detail_head h2 {
    border-bottom: 1px solid #eee;
    padding: 10px 1.25rem 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.375;
    color: #223771;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.line_pro {
    margin: 1.25rem 0;
    border-top: 1px solid #ebebeb;
}
.product_purchase .flex {
    align-items: end;
}
.search_add {
    width: 60%;
    margin-left: 15px;
}
.add-cart__btn {
    margin: 15px 0 0 0;
    width: 100%;
    background-color: #bb0029;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-size: 26px;
    transition: .4s all;
    text-align: center;
    background-position: 24px;
    padding: 13px;
    border: none;
    font-family: 'Roboto-Bold';
}
.slider_right_pro {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.mota_detail {
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 3%);
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 10px 15px;
}
.title_lq {
    margin-bottom: 20px;
}
.title_lq h2 {
    border-bottom: 1px solid #eee;
    padding: 10px 1.25rem 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.375;
    color: #223771;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
section.product_lq {
    background: #fff;
}
h1.page_title {
    padding-top: 10px;
    font-size: 23px;
    font-family: 'Roboto-Bold';
}

.aboutUs {
    background-color: #f5f6f6;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.aboutUs::before {
    background-image: url(../img/scale-top.png);
    background-position: top;
    background-repeat: repeat-x;
    top: 0px;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
}

.section-head {
    margin-bottom: 50px;
    text-align: center;
}

.sec__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
}

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator-outer .wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.wt-separator-outer .wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
}


.wt-separator-outer .wt-separator .separator-left, .wt-separator-outer .wt-separator .separator-right {
    height: 3px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    background-color: #fdc236;
}

.wt-separator-outer .wt-separator .separator-left {
    left: -80px;
}

.wt-separator-outer .wt-separator .separator-right {
    right: -80px;
}

.sec__description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 10px;
}

.aboutUs__content {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}

.aboutUs__content::after,
.aboutUs__content::before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}

.aboutUs__content::before {
    right: 0;
    top: -2px;
}

.aboutUs__content::after {
    left: 0;
    bottom: -2px;
}

.aboutUs__content:hover:after,
.aboutUs__content:hover::before {
    width: 50%;
    height: 50%;
    background: #fdc236;
}

.aboutUs__bg-white {
    background-color: #fff;
    margin: 2px;
    padding: 17px;
}

.aboutUs__icon {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-bottom: 19px;
    color: #337ab7;
}

.aboutUs__icon img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}

.aboutUs__info {
    
}

.aboutUs__name {
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.aboutUs__text {
    margin: 0;
}

.aboutUs__pic img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    border: 0 none;
}



@media (min-width: 992px) {
    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }
}
svg:not(:root) {
    overflow: hidden;
}

p {
    margin: 0 0 15px 0;
}

img {
    vertical-align: middle;
}

.heading_base .title-shape svg path {
    fill: #3b1d82;
}

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

.clearfix {
    display: block;
    clear: both;
    content: "";
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix:before {
    display: table;
    content: " ";
}

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



.btn.btn-primary-55, input.btn-primary-55[type="submit"] {
    line-height: 55px;
    height: 55px;
    padding: 0 50px;
    border-radius: 3px;
    background: #fb8211;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    border: 1px solid transparent;
}

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

.section_why {
    padding: 50px 0;
    margin: 0px;
    background-color: #f9fafc;
}

.heading_base {
    display: block;
    position: relative;
}

.heading_base span.title_small {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heading_base h2 {
    margin: 0px;
    color: #3b1d82;
    position: relative;
    font-size: 36px;
    line-height: 50px;
    font-style: normal;
    position: relative;
    text-align: left;
    font-family: 'Baloo Bhai', cursive;
    font-weight: bold;
}

.heading_base .title-shape {
    margin: 15px 0;
}

.section_why .intro-content p {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    color: #5a5a5a;
    margin-top: 30px;
    line-height: 24px;
    margin-bottom: 55px;
}

.btn.btn-primary-55:hover, input.btn-primary-55[type="submit"]:hover {
    background: #fff !important;
    border: 1px solid #ff007a !important;
    color: #ff007a !important;
}

.section_why .right_content .item {
    padding: 40px 45px 40px 40px;
    box-shadow: 0px 20px 25px 0px rgb(0 0 0 / 8%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
    color: #fff;
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
    width: 350px;
    border-radius: 5px;
    height: 200px;
}

.section_why .right_content .item img {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 10px;
    color: #bababa;
    width: 50px;
}

.section_why .right_content .item h3 {
    color: #1c1c24;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
}

.section_why .right_content .item p {
    color: #5a5a5a;
    font-size: 16px;
}

.section_why .right_content .item .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fb8211;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
}


@media (max-width: 1199px) {
    .section_why .right_content .item {
        padding: 20px 55px 40px 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_why .right_content .item {
        width: 283px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_why .right_content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-flow: wrap;
        margin-top: 30px;
    }

    .section_why .right_content .item {
        margin: 0px 25px 25px 0;
    }
}

@media (max-width: 767px) {
    .heading_base h2 {
        font-size: 35px;
    }

    .section_why .intro-content p {
        margin-top: 0px;
    }

    .section_why .right_content {
        margin-top: 30px;
    }

    .section_why .right_content .item {
        margin-left: 0;
        width: 100%;
    }

    .section_why .right_content .item p {
        font-size: 15px;
    }
}
.quick-alo-ph-btn-icon.quick-alo-cart-img-circle {
    background: url(../images/iphone.jpeg) no-repeat center center;
    background-size: 40px 40px;
}

.project_bn {
    position: relative;
}
.project_bn:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/duan-before.png) no-repeat;
    visibility: visible;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;
}

.thungo{
 background: url(../images/thu-ngo-bg.jpeg) no-repeat;
     background-size: 100%;
  
}
.project_bn img {
    max-height: 480px;
    min-height: 200px;
    width: 100%;
}
.text_project {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    /*visibility: visible;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-name: fadeInLeft;*/
}
/*@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}*/

.text_project h2 {
    font-size: 35px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    color: #fff;
        letter-spacing: -2.5px;
}
.text_project h2:after {
    width: 55%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.text_project p {
    font-size: 22px;
    padding: 10px 0;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto-Bold';
    color: #fff;
}












/*====================================== home ============================================*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,500&display=swap');

.btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-right: 20px;
    cursor: pointer;
}
.menu_header {
    /*min-height: 45px;*/
    background-color: #fff;
}
.content_top {
    background: transparent;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.d_flex, .d_flex_base {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    /*width: 100%;*/
}
.content_top .d_flex_base {
    justify-content: space-between;
    align-items: center;
}
a.logo_pc {
    width: 200px;
}
.img_head {
    margin-left: 0;
    margin-right: 30px;
}
a.logo_pc img {
    
    max-height: 70px!important;
}
.wraper_medium {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    margin-right: auto;
    justify-content: center;
}
.col_medium {
    padding: 0;
    border-left: 1px solid #ececec;
}
.col_medium:first-child {
    border-left: none;
}

.box_icon_header {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
}
.icon_img_top {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
    width: 35px;
}
.icon_img_top img {
    padding-top: 0.2em;
    width: 100%;
}
.text_icon_top {
    padding-left: 1em;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.text_icon_top span {
    font-size: 12px;
}

.image_lang ul.d_flex {
    justify-content: flex-end;
    align-items: baseline;
}
.image_lang .search_drop {
    position: relative;
     margin-top: 0px; 
    padding-left: 10px !important;
}
.image_lang ul li {
    margin: 0 5px;
}
.image_lang ul li a i {
    color: #666666;
    font-size: 22px;
}


.banner_home{
    position: relative;
}

.form-banner {
    /*height: 94%;*/
    width: 360px;
    position: absolute;
    top: 3%;
    left: 10%;
    background: #fff;
    padding: 30px 40px;
    text-align: center;
    z-index: 1;

}

.form-banner h3 {
    margin-top: 0;
    font-size: 28px;
    text-transform: uppercase;
    color: #323c3f;
    letter-spacing: .01em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding-bottom: 10px;
}

.form-banner p {
    color: #707070;
    padding-bottom: 15px;
    margin: 0 0 0px 0;
}

.form-banner input{
    height: 45px;
    margin-bottom: 15px;
}

.form-banner option{
    height: 45px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-banner select{
    height: 45px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ngay-gio{
    display: grid;
    grid-template-columns: 49% auto;
}
.div-form button{
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 15px;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    -webkit-border-radius: 0;
    border-radius: 0;background: #fc0;
    color: #333;
    width: 100%;
}

.so-dt a {
    color: #ef6945;
    font-size: 28px;
}

.left-item-duoi-bn{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #ebebeb;
    background: #fff;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
    color: #00a680;

}

.item-duoibanner:hover .left-item-duoi-bn{
    border-color: #00a680;
}

.noidung-item-duoi-bn h3{
    font-size: 24px;
    color: #323c3f;
    letter-spacing: .01em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin: 20px 0 10px 0;
}

.noidung-item-duoi-bn p{
    color: #636363;
    font-size: 14px;
}

.duoibanner{
    padding: 30px 0;
}

.baiviet .img-sum{
    display: flex;
    gap: 10px;
    
}

.baiviet .img-sum .item-img-sum{
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;

}
.baiviet .img-sum .item-img-sum a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;

}

.baiviet .img-sum .item-img-sum:hover a img{
    transition: 1s;
    transform: scale(1.2);
}

.baiviet .img-sum .item-img-sum:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    transform: scale(0, 1);
    transition: 0.3s;
    border-top: 0px solid rgba(255,255,255,0.8);
    border-bottom: 0px solid rgba(255,255,255,0.8);
}
.baiviet .img-sum .item-img-sum::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    transition: 0.3s;
    border-left: 0px solid rgba(255,255,255,0.8);
    border-right: 0px solid rgba(255,255,255,0.8);
    transform: scale(0, 1);
}

.baiviet .img-sum .item-img-sum:hover:before {
    transform: scale(1);
    transition: 0.3s;
    border-top: 2px solid rgba(255,255,255,0.8);
    border-bottom: 2px solid rgba(255,255,255,0.8);
}
.baiviet .img-sum .item-img-sum:hover::after {
    transform: scale(1);
    transition: 0.3s;
    border-left: 2px solid rgba(255,255,255,0.8);
    border-right: 2px solid rgba(255,255,255,0.8);
}

.a-center {
    /*text-align: center !important;*/
}

.about-content h2 {
    text-transform: uppercase;
    font-size: 32px;
    max-width: 400px;
    display: inline-block;
    box-shadow: 0 0 black;
    margin-bottom: 30px;
    color: #323c3f;
    letter-spacing: .01em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
.about-content .content {
    padding: 0 10px;
}

.about-content p {
    margin: 0 0 15px 0;
}

.baiviet{
    margin: 30px 0;
}

.hastog{
    margin-bottom: 28px;
    display: block;
}
footer .description {
    color: #acacac;
}
footer .hastog a img {
    max-height: 110px;
    margin: auto;
}
footer .description  p {
    margin: 0 0 15px 0;
}
.footer{
    background: #232424;
    background-size: cover;
    padding: 50px 0 30px 0;
}

.item-footer h3{
    color: #fff;
    margin: 0px;
    padding: 13px 0;
    font-size: 1.28571em;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.item-footer h3:before {
    content: "";
    width: 35px;
    height: 1px;
    display: block;
    background: #00a680;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer ul li {
    color: #acacac;
    padding: 3px 0;
}
footer ul li a{
    color: #acacac;
}

footer .item-footer form {
    width: 260px;
    margin-bottom: 0px;
}
footer .item-footer form input{
    width: 100%;
    background: #464646;
    border: none !important;
    margin-bottom: 10px;
    color: #acacac;
    height: 45px;
    padding: 0 15px;
    outline: none;
}
footer .item-footer form button{
    width: 100%;
    background: #fc0;
    color: #333;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 15px;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    -webkit-border-radius: 0;
    border-radius: 0;
}

footer ul li i{
    width: 20px;
    height: 100%;
    color: white;
}


.sum-icon-ft{
    display: flex;
    gap: 20px;
}
.sum-icon-ft .icon-ft{
    width: 42px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: white;
}
.sum-icon-ft .icon-ft a{
    color: white;
}
.sum-icon-ft .icon-ft:nth-child(1){
    background: #2dd8e3;
}
.sum-icon-ft .icon-ft:nth-child(2){
    background: #3b5999;
}
.sum-icon-ft .icon-ft:nth-child(3){
    background: #f4574c;
}
.sum-icon-ft .icon-ft:nth-child(4) {
    background: #ff0101;
}

.item-footer a img{
    height: 30px;
}


.banquyen{
    line-height: 40px;
    text-align: center;
    color: #959595;
    font-size: 1.07143em;
    position: relative;
}

.banquyen span a{
    color: #fc0;
    font-weight: 600;
}

.footer hr {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #363636;
}

.menutab-dichvu{
    z-index: 2;
    position: relative;
    display: flex;
    font-size: 15px;
    border: 1px solid #ebebeb;
    padding: 0px;
    margin-bottom: 40px;
}

.menutab-dichvu li.active {
    background: #ebebeb url(//bizweb.dktcdn.net/100/312/631/themes/853101/assets/patten1.png?1638784155447);
    position: relative;
}

.menutab-dichvu li.active>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: rgba(0,0,0,0.0);
        border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.noidung-left-tab{
    text-align: center;
}

.noidung-left-tab h3{
    color: #323c3f;
    letter-spacing: .01em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 24px;
    /*margin-top: 20px;*/
    margin-bottom: 10px;
}
.noidung-left-tab >p{
    margin: 0 0 15px 0;
}

.noidung-left-tab .col-md-6 p {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 5px;

}
.noidung-left-tab .col-md-6 h5 {
    font-family: 'Roboto';
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 25px;
}

.btn-xemthem{
    border: 1px solid #ebebeb;
    margin-top: 45px;
    height: 40px;
    line-height: 38px;
    text-transform: none;
    font-family: Roboto;
    width: 130px;
    margin: auto;
    margin-bottom: 20px;
}

.btn-xemthem:hover{
    background: #00a680;
    color: #fff;
    border-color: #00a680;
}

.menutab-dichvu {
    border: 1px solid #ddd;
}

.menutab-dichvu li{
    text-align: center;
    padding: 10px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.menutab-dichvu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-left: 5px;
    font-size: 18px;
    color: #1a1b1b;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
.menutab-dichvu li a img{
    height: 25px;
    object-fit: contain;
}

.slider-dichvu{
    /*margin: 40px 0;*/
}

.slider-dichvu .item{
    width: 100%;
    height: 435px;
    position: relative;
    overflow: hidden;
}
.slider-dichvu1{
    /*margin: 40px 0;*/
}

.slider-dichvu1 .item{
    width: 100%;
    height: 435px;
    position: relative;
    overflow: hidden;
}

.img-item-dichvu{
    position: absolute;
    width: 100%;
    height: 100%;
}
.img-item-dichvu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nen-slide{
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: rgba(0,0,0,0.5);
    padding: 45px 30px;
    color: white;
}

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

.item-dong1 .span-1{
    background: #f0c000;
    display: inline-block;
    padding: 0;
    color: #1a1b1b;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
}

.item-dong1 .span-2{
    display: inline-block;
    background: #ffdd53;
    padding: 0 5px;
    font-style: normal;
    margin-left: 5px;
}

.tien-phong{
    color: #fff;
    display: inline;
    padding: 0 10px;
    line-height: 41px;
    height: 39px;
    background: #00a680;
}

.nen-slide h3{
    font-size: 24px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}

.nen-slide h3 a{
    color: white;
}

.nen-slide p{
    font-size: 1em;
    color: #fff;
    line-height: 26px;
}

.xemchitiet{
    border: 2px solid #fc0;
    margin-top: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    text-transform: none;
    font-family: Roboto;
    width: 120px;
    text-align: center;
    color: white;
}
.xemchitiet:hover{
    background: #00a680;
    color: #fff;
    border-color: #00a680;
}
.xemchitiet a{
    color: white;
    font-family: "Roboto_Bold";
}

.item-uudaidacbiet{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.img-item-uudai {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.img-item-uudai a img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.giamgia{
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 2;
}

.giamgia span{
    clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background-color: #ef6945;
    padding: 5px 15px 5px 10px;
    color: white;
}

.img-item-uudai .tien-phong{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.noidung-item-uudai .dong1{
    margin: 15px 0;
}

.noidung-item-uudai h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.item-uudaidacbiet:hover .img-item-uudai:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
        z-index: 2;

}

.noidung-item-uudai p{
    font-size: 1em;
    color: #707070;
    line-height: 20px;
    margin: 0;
}

.dat_tua{
    position: absolute;
    top: 42%;
    left: 0%;
    z-index: 2;
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: 0.5s;
}
.item-uudaidacbiet:hover .dat_tua{
    opacity: 1;
    transition: 1s;

}

.dat_tua i{
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 3px;
    text-align: center;
    background: #fff;
    color: #b6b6b6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
    cursor: pointer;
}

.uudaidacbiet{
    margin: 50px 0;
}
.dichvu{
    margin: 50px 0;
}












/* ................. modal dat tua .................... */
.slide_about {
    border-right: 1px solid #ebebeb;
    margin-top: 12px;
}
.slider_right_pro {
    margin-bottom: 20px;
}
.slider_right_pro .mySlides {
    height: 270px;
    overflow: hidden;
}
.slider_right_pro .mySlides img {
    height: 100%;
    object-fit: contain;
}
.slider_row {
    width: 100%;
    display: flex;
}
.slider_row .column {
    width: 20%;
    border: 1px solid #c78d35;
    cursor: pointer;
    height: 70px;
    overflow: hidden;
}.slider_row .column img {
    height: 100%;
    object-fit: contain;
}

/* ...................... */


.modal-tua .dattua-online h3{
    color: #323c3f;
    letter-spacing: .01em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 0;
    margin-top: 10px;
}
.dattua-online p{
    padding-bottom: 15px;
    color: #707070;
/*    margin-top: 20px;*/
}

.ngayvaogio{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}
.ngayvaogio input{
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}
.ngayvaogio select{
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
}

.soluongphong input{
    width: 100%;
    margin-top: 20px;
    height: 45px;
    border: 1px solid #e1e1e1;
    outline: none;

}
.giatien-tua span{
    margin-top: 20px;
    color: #00a680;
    line-height: 27px;
    display: block;
    font-weight: 400;
    font-family: 'Prata', serif;
    font-size: 2.14286em;
    margin-bottom: 15px;
}

.datphong-ngay{
    width: 100%;
    height: 45px;
    font-size: 20px;
    padding: 0 45px;
    display: inline-block;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    background: #fc0;
    color: #333;
    border: none;
    font-family: 'Playfair Display', serif;
    margin-top: 20px;
}

.datphong-ngay:hover{
    background: #00c094;
    color: #fff;
}

.ul-img-tintuc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    object-fit: cover;
}

.ul-img-tintuc ul li{
    width: 30%;
    height: 110px;
}
.ul-img-tintuc ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-tintuc{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: .01em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
.tintuc-sukien .about-content h2{
    color: white ;
}

.tintuc-sukien{
    background: #1a1b1b;
    padding: 60px 0;
}

.tacgia{
    color: #acacac;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 20px;
}

.tacgia p span{
    color: white;
}
.name-tintucsukien a{
    color: white;
}

.item-tintuc{
    display: grid;
    grid-template-columns: 70px auto;
    gap: 15px;
}

.item-tintuc .img-item-uudai{
    height: 50px;
}
.item-tintuc .img-item-uudai a img{
    object-fit: contain;
}

.item-tintuc .tacgia{
    margin-top: 0;
}

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

.item-tintuc .name-tintucsukien{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-tintuc{
    border-bottom: 1px solid #363636;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.noidung-item-uudai1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.noidung-item-uudai1 h3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.menu-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.giolamviec{
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
}
.giolamviec p{
    font-size: 13px;
    color: #363636;
}
.giolamviec p:nth-child(1) i{
    color: red; margin-right: 10px;
    font-size: 18px;
}
.giolamviec p:nth-child(2) i{
    color: orange; margin-right: 5px;
    font-size: 18px;
}


.image_lang ul{
    display: flex;
    justify-content: end;
    /* gap: 10px; */
    align-items: center !important;
}

.image_lang ul li select{
    width: 150px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    padding: 0 12px;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    outline: none;
    margin-left: 20px;
}

.menu-logo .btn-menu i{
    font-size: 18px;

}

.locphai .nav-tabs>li.active>a,.locphai .nav-tabs>li.active>a:hover,.locphai .nav-tabs>li.active>a:focus {
    background: #ffcc00;
}

.loc-trai.col-md-8 {
    display: flex;
    justify-content: space-between;
}
.loc-trai.col-md-8 .item-loc select {
    padding: 10px 20px;
}
.locphai ul{
    border: 0px;
    display: flex;
    align-items: end;
    justify-content: end;
}
.locphai ul li{
    /* float: right; */
    border: 1px solid #d5d5d5;
    margin-left: 10px;    
}
.locphai ul .active{
    border:1px solid #ffcc00;
}

.locphai .nav-tabs>li.active>a{
    margin-right: 0;
}
.loc-sp.row {
    margin-bottom: 25px;
}

.title_product_cate h2{
    margin-bottom: 15px;
}

#detail2 .item-uudaidacbiet{
    margin-bottom: 20px;
}

#detail2 .item-uudaidacbiet .dong1 {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 15px;
    border-left: 1px solid #b1acac;
    padding-left: 20px;
}
#detail2 .item-uudaidacbiet .dong1 button{
    background: #fc0;
    color: #333;    
    display: block;
    width: 100%;
    font-family: 'Playfair Display', serif;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 22px;
}

#detail2 .item-uudaidacbiet .dong1 .giamgia{
    position: inherit;
}
.banner_picture {
    height: 525px;
    overflow: hidden;
}
.banner_picture img {
    height: 100%;
    object-fit: cover;
}
.menu_header_bot {
    background: #498f5c;
}
.form-item {
    margin-bottom: 11px;
}
.form-item input.form-control {
    height: 42px;
}