 @import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
.dnt-truong {
   font-family: 'Source Serif Pro', serif !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: none !important;
}

.dnt-style-slide {
    font-size: 40px;
    color: black;
}

.policy--list {
    display: flex;
    justify-content: flex-end;
    border: 1px solid #d5d4d4;
    margin-top: 15px;
    border-radius: 8px;
}

.policy--item {
    width: calc(100%/3 - 10px);
    padding: 10px 5px;
    text-align: center;
}

.policy--item img {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    fill: #008891;
}
.cate-style-background{
    width: 100%;
    height: 100%;
    padding-top: 130%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dnt-name-cate{
  margin:20px 0px;
}
.dnt-name-cate a{
   color:#000;
   font-size: 16px;
   /*font-weight: 700;*/
}
.dnt-name-cate a:hover{
   color:#000;
}
@media(max-width:739px){
  .title-HTCH{
    padding: 10px !important;;
    font-size: 20px !important;;
  }
}

@media (max-width: 991px) {
    .policy--item {
        width: 100% !important;
        border: 1px solid #d5d4d4 !important;
        border-radius: 8px !important;
        font-size: 10px !important;
        margin: 0px 5px !important;
    }
    .policy--list {
        border: none !important;
    }
}

.dnt-title-category {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
}

.product-img {
    overflow: hidden;
    position: relative;
}
.product-img img {
  aspect-ratio: 4/4;
  object-fit: cover
}
.swiper-horizontal>.swiper-scrollbar{
 position: relative !important;
 width:100%;
 height:3px !important;
}
.img-banner-ht{
  position: relative;
}
.title-HTCH{
   position: absolute;
    z-index: 9;
    top: 40%;
    left: 0%;
    right: 0%;
    padding: 20px;
    font-size: 30px;
    background: rgba(255, 0, 0, 0.8);
    font-weight: 700;
    color: white;
    text-align:center;
}
.product-img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    transition: all .8s;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-img1 {
    width: 100%;
    height: 100%;
    transition: all .8s;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-img:hover .product-img1 {
    opacity: 0;
}

.product-img:hover .product-img2 {
    opacity: 1;
}

.sale-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    z-index: 1;
    background: #000;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 8px;
}

.prod-name {
    margin-bottom: 4px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.is-flex {
    display: flex;
}

.solded {
    padding: 0px 5px;
}

.hover-hidden1 {
    background: #000;
}

.dnt-style-slide1 {
    color: white;
    font-size: 25px;
}
.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.mrt-10 {
    margin-top: 10px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrb-20 {
    margin-bottom: 20px;
}

.mrt-30 {
    margin-top: 30px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-40 {
    padding-bottom: 40px;
}


.hover-hidden1 {
    opacity: 0;
}

.bt-see-mores {
    padding-top: 30px;
    text-align: center;
}

.border-radius {
    border-radius: 12px;
}

.bt-see-more {
    /*width: 20%;*/
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 10px 20px;
    line-height: normal;
    background: white;
    border: 1px solid #000;
    border-radius: 3px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
}

.bt-see-more:hover {
    background: #000;
    color: white;
}

a:hover {
    text-decoration: none !important;
}

.mySwiper-sale-off:hover .hover-hidden1 {
    opacity: 1;
}
.mySwiper-1:hover .hover-hidden1 {
    opacity: 1;
}
.mySwiper-new:hover .hover-hidden1 {
    opacity: 1;
}
.mySwiper-flash-sale:hover .hover-hidden1 {
    opacity: 1;
}

.mySwiper-flash-sale2:hover .hover-hidden1 {
    opacity: 1;
}
.mySwiper-sale-off2:hover .hover-hidden1 {
    opacity: 1;
}
.bgr-aqua {
    background: #f6f6f6 !important;
}


/* .vote-star {
    height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
} */

.dnt-star i {
    font-size: 12px;
}

.dot-img img {
    width: 100%;
    height: 100%;
    order: 1px solid #fff;
    border-radius: 50%;
}

.dot-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #000;
}

.dnt-price-sale {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding-right: 10px;
}

.dint-original-price {
    color: #999;
    font-weight: 500;
    font-size: 13px;
}

.bt-cart {
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin: 5px 0;
    padding: 3px 14px 3px 10px;
    line-height: 20px;
    outline: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.bt-cart:hover{
   background:#000;
   color:white;
}

.title-flash-sale h2 {
    display: inline-block;
    margin-bottom: 0;
    background: #000;
    color: #fff;
    padding: 4px 40px;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.title-flash-sale h2::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid #cccccb;
    border-left: 12px solid transparent;
    position: absolute;
    top: 0;
    left: -12px
}

.title-flash-sale h2::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid #cccccb;
    border-right: 12px solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
}

.title-flash-sale {
    text-align: center;
    margin-top: -40px !important;
}

.padt-20 {
    padding-top: 20px;
}

.dnt-content {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
  
    margin: 8px 0;
   text-align:center;
   padding:0px 5px;
}

.post-detail {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    line-height: 24px;
}

.post-content a {
    color: black;
}

.title-BTS {
    text-align: center;
}

.title-BTS h2 {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.title-feed {
    text-align: center;
    margin-bottom: 20px;
}

.title-feed h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.feedback-content {
    margin-top: 10px;
}

.feed-back {
    background: #f6f6f6;
}

.service-name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #000;
}

.servie-img {
    width: 42px;
    height: 42px;
    fill: #000;
}

.title-service {
    margin-left: 10px;
}

.servie-box {
    padding: 10px;
    border: 1px solid #d5d4d4;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 15px;
}

#myBtn {
    display: none;
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 67px;
    left: 20px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background: white;
    color: #000204;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 46%);
}
.banner-2{
  padding-bottom:20px;
}
#myBtn:hover {
    background: #000204;
    color: white;
}
.form-search2 {
    position: relative;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d5d4d4;
}

.search-input2 {
    background: #fff;
    width: 100%;
    border: 1px solid transparent;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 92px 0 20px;
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    transition: all 150ms linear;
}

.btn-search2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 92px;
    font-size: 12px;
    height: 100%;
    background: transparent;
    border-radius: 0 8px 8px 0;
    border: none;
    display: inline-flex;
    align-items: center;
    padding: 0 10px 0 10px;
    border-left: 1px solid #d5d4d4;
}

.tpl-de {
    text-align: center;
    border-right: 1px solid #d5d4d4 !important;
}

.title-sale {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: black;
}

.detail-sale {
    font-size: 14px;
    text-transform: uppercase;
    color: black;
}

.title-sale2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: black;
    margin-top: 10px !important;
    background: black;
    color: white;
    padding: 10px;
    margin-left: 5px;
}

.tpl-de2 {
    margin-top: 30px;
    text-align:center;
}

@media screen and (max-width: 991px) {
    .title-sale2 {
        font-size: 14px !important;
    }
    .title-sale {
        font-size: 25px !important;
    }
    .article-content img {
      width: 100% !important;
      object-fit:cover
    }
}

@media screen and (max-width: 767px) {
    .title-sale2 {
        font-size: 11px !important;
        padding: 5px !important;
    }
    .title-sale {
        font-size: 20px !important;
    }
    .detail-sale {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 320px) {
    .title-sale2 {
        font-size: 11px !important;
        padding: 5px !important;
    }
    .title-sale {
        font-size: 14px !important;
    }
    .detail-sale {
        font-size: 12px !important;
    }
}


/*blog*/
.is-fullwidth {
  width: 100%; }

input.btn-primary, input.btn-contract {
  height: 42px; }
.btn-primary, .btn-contract {
  padding: 10px 20px;
  background-color: #64adce;
  border: 1px solid #64adce;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 16px; }
  .btn-primary:hover, .btn-contract:hover {
    background-color: #78ce64;
    border-color: #78ce64}
  .blog-aside .aside-posts .p-image {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  display: inline-block;
  margin-right: 10px; }
  .blog-aside .aside-posts .p-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }  
.is-flex {
  display: flex !important; }
.blog-aside .aside-posts .p-image {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  display: inline-block;
  margin-right: 10px; }
  .blog-aside .aside-posts .p-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .color-text-superlight {
      color: #9E9E9E; } 
  .color-text {
  color: #444; }    
  .color-text-superlight {
  color: #9E9E9E; }
  
    .article-aside {
      padding-left: 12px;
    }
    .mgt-20 {
  margin-top: 20px; }
  .mgt-12 {
  margin-top: 12px; }
  .aside-title{
    margin-left: 0;
    margin-top: 20px;
  }
/* .date-bost {*/
/*    background: #fff;*/
/*    margin-top: 15px;*/
/*    padding: 1px;*/
/*    height: 45px;*/
/*    width: 45px;*/
/*    text-align: center;*/
/*    border: 2px solid #b53788;*/
/*    color: #b53788;*/
/*    font-size: 0.8em;*/
/*    font-weight: bold;*/
/*    position: absolute;*/
/*}*/

.blog-box img {
    object-fit: cover;
    aspect-ratio: 3/2;
}
.blog-box a{
  color:black;
  
}
.blog-box:hover a{
  text-decoration:none;
}

/*.blog-box:hover .date-bost {*/
/*    background: #b53788;*/
/*    color: white;*/
/*}*/
.blog{
  margin-bottom:30px;
}
.post-title-z9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #b53788;
    /*margin-bottom: -20px;*/
    text-transform: uppercase;
    font-size:14px;
    text-align:center;
    font-weight:700;
    color:#333;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0.5em 0 0.5em;
    width: 100%;
    max-width: 30px;
}

.post-content-z9 {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-box {
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
}
.blog-box .blog-img-sss{
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-news-z9 {
    padding: 2px 16px;
}

.title-new-news {
    margin-top: 30px;
    text-transform: uppercase;
}

.title-new-news h4 {
    text-align: center;
    font-weight: 700;
    color: #b53788;
}

.bost-date {
    width: 50px;
    padding: 5px;
    height: 50px;
    position: absolute;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.post-box{
  text-align:center;
  height:110px;
  margin-bottom:10px;
}
@media screen and (min-width: 1320px){
    .container-fluid{
      max-width:1200px !important;
      padding-left:0px !important;
      padding-right:0px !important;
}
}
/*Tài khoản*/

.adn_cate_hit098 .collection_row_flex-right {
  flex: 1 1 80%;
  width: 80%;
  max-width: 1069px;
  padding: 0;
}

.account-area--right {
 
  border: 1px solid #ddd;
  border-bottom: none;
  margin-left: 15px;
}
.adn_address_btn{
  justify-content:center;
}
.adn_account_item{
  text-align:center;
  margin-top: 10px;
}
.title-account {
    margin-bottom: 5px;
    display: block;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
    color: #aaa;
    font-size: 14px;
    font-weight:400px;
}
.account-info__phone-number.active {
  background: #eee none repeat scroll 0 0;
  border-color: #64adce;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 3px;
}
.account-info__email.active {
  background: #eee none repeat scroll 0 0;
  border-color: #64adce;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 3px;
}
.adn_account_mn span a{
  margin-left: 10px;
  font-weight: 400;
  color: #ce8564;;
}
.adn_account_mn i {
  padding-left: 10px;
}
.adn_account_mn:hover{
  background: #eee none repeat scroll 0 0;
  border-color: #64adce;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 3px;
}
.account-area--table {
  border-top: 10px solid #ddd;
}
.is-text-center {
  text-align: center !important; }
  .mgb-10 {
    margin-bottom: 10px;
  }
  .mgb-15 {
    margin-bottom: 15px;
  }
  .is-flex {
  display: flex !important; }
  .breadcrumb-wrap{
    margin-bottom:15px;
  }
  .input-form {
    margin: 10px 0 !important;
      width: 100%;
  }
 .address-form .pdtb-10 {
    padding: 0;
  }
  .address-form input {
  width: -webkit-fill-available;
}
.pdtb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }
  
  .default-btn {
  display: inline-block;
  background-color: white;
  color: black;
  padding: 10px 20px;
  border-radius: 4px;
  border:1px solid #000;
  }
 
.is-border-default {
  border: 1px solid #d8d8d8;
}
.mgr-15{
  margin-right:15px !important;
}
.filter_content_right{
  justify-content:center;
}
.text2-2{
  width: 100%;
    height: 55px;
    border: 1px solid #d5d4d4;
    border-radius: 8px;
    outline: none;
    color: #000;
    padding: 0 20px;
    font-weight: 500;
    -webkit-appearance: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.swiper-container{
    overflow: hidden;
    position: relative;
}
.bt-add-cart{
  display:flex;
  justify-content:center;
}

/*Tuyển dụng*/
.title-tuyendung{
    width:100%;
    font-size: 32px;
    font-weight: normal;
    display: inline-block;
    color: #333 ;
    font-weight:500;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align:center;
    
}
.title-vitri{
  color:#000;
  font-size:16px;
  font-weight:700;
  
  
}
.title-vitri:hover {
  color:green;
  
}
.vitrituyendung-box{
   /*justify-content:center;*/
  
  align-items: center;
  padding: 5px 10px
}
.ungtuyen-now{
 
  position:absolute;
  bottom: 8px;
  right: 10px;
  font-size: 15px;
  
  padding: 5px 10px;
  border: 1px solid #fcaf17;
  color: white;
  border-radius: 20px;
  background: red;
  white-space: nowrap;
  margin-right: 10px;
  
}
.ungtuyen-now:hover{
  color:white;
  background:#000;
}
.xemthem-now {
  background:#000;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  /*width: 100%;*/
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius:20px;
  margin-left: 10px;
}
.xemthem-now:hover{
  background:#000 !important;
  color: white;
}
.active6, .xemthem-now:hover {
  background-color: #000;
}

/*.xemthem-now:after {*/
/*  content: '\f149';*/
/*  font-family: FontAwesome;*/
/*  color: white;*/
/*  background:;*/
/*  font-weight: bold;*/
/*  float: right;*/
/*  margin-left: 5px;*/
/*}*/

.active6:after {
  content: "\f148";
  font-family: FontAwesome;
}

.content3 {
  padding: 5 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
}
/*hiệu ứng*/
.border-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    line-height: 30px;
    /* top: 0; */
    left: 20%;
    bottom: 20%;
}
.call-number {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    bottom: 80px;
    right: 15px;
    border: none;
    outline: none;
    align-items: center;
    border-radius: 50%;
    background-color: green;
    text-align:center;
}
.hotline-phone-ring-wrap {
    /*position: fixed !important;*/
    /* bottom: 0; */
    right: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    transition: visibility .5s;
    right: 20px;
    bottom: 135px;
    display: block;
}

.hotline-phone-ring2 {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    transition: visibility .5s;
    right: 20px;
    bottom: 80px;
    display: block;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
    position: absolute;
    background-color: gray;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-circle-fill2 {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
    position: absolute;
    background-color: gray;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-fill-anim2 {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
.fb_dialog_content iframe {
  right:0 !important;
  bottom:15px !important;
}
/*.article-content p {*/
/*  text-align: center !important;*/
/*}*/
.titile-mota{
  color:#555;
}
.wage{
  color:#888;
}
/*.layout_item_gallery p iframe{*/
/*  width:100% !important;*/
/*}*/
.article-content p iframe {
  width:100%;
}
.article-content img {
  max-width:1200px;
  height:auto !important;
}
.post-link{
  max-height:60px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #b53788;
    /* margin-bottom: -20px; */
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: #333;
}
/*hệ thống cửa hàng*/
.title-name-CH{
  font-size:18px;
  text-align:center;
}
.title-name-CH a {
  color:#333;
}
.title-search-CH{
  text-align:center;
  font-size:20px;
  font-weight:700;
  color:#000;
}
.box-Thongke{
  aspect-ratio: 4/2;
}
.number-ch{
  font-size:17px;
  text-transform: uppercase;
  font-weight:700;
  margin-top:5px;
  text-align:center;
  color:#000;
}

.title-timetd{
  font-style: italic;
  padding: 5px 0px;
  display: inline-block;
}
@media screen and (min-width:1024px) {
  .widht20{
    max-width:20% !important;
  }
  .title-vitri{
    font-size:25px !important;
  }
  .vitrituyendung-box{
   justify-content:space-between !important;
  }
  .xemthem-now {
    background:#000;
    color: white;
    cursor: pointer;
    padding: 10px;
    /*width: 100%;*/
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-left:15px ;
   display: inline-block !important;
   border-radius:20px;
   
  }
  .title-timetd,
  .titile-mota,
  .wage{
    font-size:20px !important;
  }
  .ungtuyen-now{
    padding: 10px;
    right:20px !important;
  }
  
}

.map-dnt-style > iframe{
  width:100%;
  height:450px;
}
.lb-search-map{
  font-size:14px;
  color:#000;
  font-weight:600;
}
.input-search-map{
  width:100%;
  height: 40px;
  border: 1px solid #DDE1EF;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 5px
}
.list-store{
  padding:10px;
}
.list-store.active .bnt-chiduong-map{
  opacity: 1;
}
.list-store .item-store .is-flex{
  align-items:center;
  justify-content: space-between;
}
.bnt-chiduong-map{
  border-radius:16px;
  padding:2px 7px;
  margin-left:20px;
  margin-bottom:10px;
  border:1px solid #FFF;
  outline:none;
  background:#000;
  opacity:0.5;
  color:#FFF;
  white-space: nowrap;
}
.search-map{
  padding:10px;
}
.item-store{
  padding-bottom:1em;
  border-bottom: 1px solid #DDE1EF;
}
.item-store p,
.style-call-map{
  font-size: 16px;
}
.style-call-map{
  color:#333;
  
}
.box-active-map{
  border: 1px solid #DDE1EF;
}
.map-overflow{
  max-height:363px;
  overflow-y:scroll;
}
.container-dnt-style{
  max-width:2000px;
  padding:0px 15px;
  margin:0px 15px;
}
 /*tuyển dụng*/
 .pad-top-dnt{
  margin-top:5px;
  font-weight:700;
}
.dnt-tuyendung{
  border:2px solid #000;
  border-radius:15px;
  padding:10px;
  margin-bottom:10px;
  position:relative;
}
.bnt-nopdon{
  padding:15px;
  width:100%;
  background: #ea132c;
  color:white;
  font-weight:600;
  font-size:14px;
  border:none;
  outline:none;
}
.input-name{
  border-radius: 14px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  outline: none;
  border: 1px solid #000;
}
.custom-file-upload{
     border: 1px solid #000;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    text-align:center;
    border-radius: 14px;
}
input[type=file] {
    opacity: 0;
    height:10px;
    margin:auto;
}
.modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content4 {
  position: relative;
  background:#fafafa;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 520px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close4 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: -12px
}

.close4:hover,
.close4:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header4 {
  padding: 2px 16px;
  background:#ea132c;
  color: white;
}

.modal-body4 {padding: 2px 16px;}

.modal-footer4 {
  padding: 5px 0px;
  background:white;
  color: black;
  text-align:center;
}