.dnt-truong {
    font-family: 'Nunito Sans', sans-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;
}

@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 h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #0f3057;
    font-weight: 700;
}

.product-img {
    overflow: hidden;
    position: relative;
}

.product-img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .8s;
    width: 100%;
    height: 100%;
}

.product-img1 {
    width: 100%;
    height: 100%;
    transition: all .8s;
}

.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: #00587a;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 8px;
}

.prod-name {
    margin-bottom: 4px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    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: #00587a;
}

.dnt-style-slide1 {
    color: white;
    font-size: 25px;
}

.mrb-40 {
    margin-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: 8px 20px;
    line-height: normal;
    background: white;
    border: 1px solid #0f3057;
    border-radius: 3px;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
}

.bt-see-more:hover {
    background: #0f3057;
    color: white;
}

a:hover {
    text-decoration: none !important;
}

.mySwiper-sale-off: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: 800;
    font-size: 18px;
    color: #0f3057;
    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 #00587a;
    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:#00587a;
   color:white;
}

.title-flash-sale h2 {
    display: inline-block;
    margin-bottom: 0;
    background: #0f3057;
    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: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    font-weight: 700;
    margin: 8px 0;
    padding-right: 20px;
}

.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: #0f3057;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.title-feed {
    text-align: center;
    margin-bottom: 20px;
}

.title-feed h2 {
    font-size: 22px;
    color: #0f3057;
    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: #0f3057;
}

.servie-img {
    width: 42px;
    height: 42px;
    fill: #0f3057;
}

.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;
    right: 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;
    }
}

@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-content img {
  width: 100%;
  height: 100%;
    }
    .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;
}
.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: 2;
    color: #b53788;
    /*margin-bottom: -20px;*/
    text-transform: uppercase;
    font-size:16px;
}

.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;
}

.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;
}
@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;
   margin-left:10px;
  }
 
.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;
}