@media only screen and (min-width: 1024px) {
    
    .img-product {
        height: 255px !important;
    }
    .img-news {
        height: 255px !important;
    }
    .swiper-slide-2 img{
       height: 331px !important;
    }
}

@media only screen and (min-width: 550px) and (max-width:1023px) {
    
    .img-product {
        height: 210px !important;
    }
    .img-news {
        height: 210px !important;
    }
    .swiper-slide-2 img{
       height: 270px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width:549px) {
    
    .img-product {
        height: 190px !important;
    }
    .img-news {
        height: 190px !important;
    }
    .swiper-slide-2 img{
       height: 149px !important;
    }
}

.img-z9 {
    width: 100%;
}

.title-categories {
    text-align: center;
}
.title-categories a{
  text-decoration:none;
  color:black;
}
.title-categories a:hover{
  text-decoration:none;
  color:black;
}
.categories{
  margin-top:30px;
}

.title-categories p {
    font-size: 16px;
}

.title-SPNP {
    padding-top:30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
}

.title-SPNP h3 {
    font-weight: 700;
}

.swiper-button-next {
    top:50% !important ;
    right: 0 !important;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}

.swiper-button-prev {
    top:50% !important ;
    left: 0 !important;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'none' !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'none' !important;
}

.dnt-bt {
    color: white;
    font-size: 17px;
}

.animation {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

.infor-prd {
    text-align: center;
}

/*.CSD {*/
/*    background: #e1bd89;*/
/*}*/

.DNT-padding-top {
    padding-top: 30px;
}

.dnt-see-more {
    width: 100px;
    height: 40px;
    margin: 30px 0px;
    border-radius: 7px;
    background-color: #000;
    color: white;
    outline: none;
    padding: 5px;
}

.btn-see-more {
    text-align: center;
}

.dnt-addcart {
    background: none !important;
    color: black !important;
    border: 2px solid #e7e7e7;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    border-radius:0 !important;
    padding:8px 15px !important;
    border-radius:5px  !important;
    margin-bottom:10px;
}
.dnt-addcart:hover {
    background: #f9d9dc !important;
    color: black !important;
   
}
.product-box{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.sec-in-for-we {
    background: aliceblue;
}

.SP-NoiBat {
    padding: 20px 0px;
}
/*.container-truong{*/
/*  max-width:1349px !important;*/
/*  padding-left:0 !important;*/
/*  padding-right:0 !important;*/
/*}*/
/*.container-hai{*/
/*  max-width:1349px !important;*/
/*  padding-left:0 !important;*/
/*  padding-right:0 !important;*/
/*}*/

.infor-new {
    text-align: center;
}
.price-percent {
    width: 33px;
    height: 33px;
    font-size:13px;
    /* background: white; */
    top: 0;
    position: absolute;
    /* color: black; */
    /* line-height: 32px; */
    text-align: center;
    line-height: 33px;
    /* background: black; */
    background: red;
}
.dnt-price {
    display: flex;
    justify-content: center;
    color:red;
}

.price-original {
    text-decoration-line: line-through;
}


.dnt-text-infor {
    max-height: 50px;
}
.dnt-text-infor strong {
    font-size:14px;
}
.dnt-price p{
  font-size:14px;
}


.textline2 a{
  color:black;
  text-decoration:none;
  
}



/* text */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0016 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #000000;
    text-align: left;
}

figure.snip0016 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0016 img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    object-fit: cover !important;
}

figure.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 3em;
    width: 100%;
    height: 100%;
}

figure.snip0016 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0016 h2,
figure.snip0016 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0016 h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0016 h2 span {
    font-weight: 800;
}

figure.snip0016 p {
    font-weight: 200;
    -webkit-transform: translate3d(0%, 30%, 0);
    transform: translate3d(0%, 30%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0016 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0016:hover img {
    opacity: 0.3;
}

figure.snip0016:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

figure.snip0016:hover figcaption p {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0016:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.img-user img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.img-user {
    text-align: center;
    padding-bottom: 30px;
}

.infor-feedback {
    text-align: center;
}

.icon-service img {
    width: 70px;
    height: 70px;
}

.icon-service {
    text-align: center;
}

.dnt-text-company {
    text-align: center;
}

.service-background {
    background: #e1bd89;
}

.icon-service {
    padding: 10px 0px;
}

.sec-feedback {
    background: #fbd0e4;
}

/*news*/

.is-fullwidth {
  width: 100%; 
  
}
.fa-calendar-alt {
            font-weight: 600;
            color: #FF5622;
            margin-right: 5px;
            font-size: 15px;
        }
        
        .textline2 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .rownews {
            width: 100% !important;
            display: contents !important;
        }
        
        .title-news {
            text-align: center;
            display: inline-block;
            margin: 0 auto;
            width: 100%;
            font-size: 24px;
            padding: 25px 0 15px;
            border-bottom: 1px solid #EAEAEA;
            position: relative;
        }
        
        .title-news {
            color: #363636;
            font-weight: 600;
            text-transform: none;
        }
        
        .content-blog-index {
            padding-top: 30px;
        }
        
        .title_home {
            max-height: 50px;
        }
        
        .textline2 {
            max-height: 50px;
        }
        
        .title-news::before {
            position: absolute;
            content: "";
            height: 2px;
            background: #FF5622;
            width: 80px;
            bottom: 0;
            right: 0;
            margin: 0 auto;
            left: 0;
        }
        
        .containerxyz {
            background: white;
            border-top: solid 1px #EBEBEB;
        }
         .overlay-imgs {
            opacity: 1;
            display: block;
            width: 100%;
            height: auto;
            transition: .5s ease;
            backface-visibility: hidden;
        }
        .hover_collection {
            transition: .5s;
            opacity: 0;
            position: absolute;
            background: rgba(0, 0, 0, 0.46);
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }
        .ovelay-index {
            overflow: hidden;
            position: relative;
        }
         .ovelay-index:hover .overlay-imgs {
            opacity: 0.3;
            transform: scale(1.2);
            transition: 2s;
        }
        
        .ovelay-index:hover .hover_collection {
            opacity: 1;
        }
        .heading-news{
          padding-bottom:30px;
        }
        .DNT-Yasuo{
          display: revert;
          text-align: start;
          margin-bottom:10px ;
        }
        .title-news {
            text-align: center;
        }
        .title_home {
            margin: 5px 0;
            padding: 0;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.4;
        }
        
        .title_home a {
            color: black;
            text-decoration: none ;
        }
        
        .title_home a:hover {
            text-decoration: none ;
            color: #E8B35F !important;
        }
        .textline2 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .content-days{
          font-size:14px;
        }
        .dnt-service{
          font-size:14px !important;
        }

.coccoc-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone {
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    position: fixed;
    bottom: 0;
    left:-58px;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75 !important;
}

.coccoc-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==') no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #75eb50;
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
 /*zalo chat*/
 .zalo-chat-widget{
   
   bottom:56px !important;
 }
 .fb_dialog_content iframe {
  bottom:56px !important;
 
}
.messager-icon{
  width:50px;
  height:50px;
  position: fixed;
  border-radius:50%;
  bottom:56px;
  right:70px;
  z-index:9999;
  
}
.fa-facebook-messenger{
  font-size:52px;
  
}
.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;
  }
  .tabcontent img{
    width:100% ;
    height:100%;
  }
  
  .shop-breadcrumb{
       margin-top:10px !important;
  }
.account-form {
  max-width: 500px;
  margin: auto;
  text-align: center; }
.form-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px; }
  .form-item label, .form-item input {
    align-self: flex-start; }
  .form-item label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px; }
  .form-item input {
    width: 100%;
    height: 42px;
    box-sizing: border-box; }
    
  .ben-trai{
     animation-name: example;
     animation-duration: 2s;
  }
  @keyframes example {
  from {transform: translateX(-1000px)}
  to {transform: translateX(0px)}
}
  .ben-phai{
       animation-name: example1;
       animation-duration: 2s;
    }
    @keyframes example1 {
    from {transform: translateX(1000px)}
    to {transform: translateX(0px)}
  }
  
  /*hotline*/
  .hotline-phone-ring-wrap {
            /*position: fixed !important;*/
            bottom: 0;
            left: 0;
            z-index: 999999;
        }
        
        .hotline-phone-ring {
            position: fixed;
            visibility: visible;
            background-color: transparent;
            width: 110px;
            height: 110px;
            cursor: pointer;
            z-index: 11;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transition: visibility .5s;
            left: 0;
            bottom: 37px;
            display: block;
        }
        
        .hotline-phone-ring-circle {
            width: 85px;
            height: 85px;
            top: 10px;
            left: 10px;
            position: absolute;
            background-color: transparent;
            border-radius: 100%;
            border: 2px solid #e60808;
            -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
            animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
            transition: all .5s;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            opacity: 0.5;
        }
        
        .hotline-phone-ring-circle-fill {
            width: 55px;
            height: 55px;
            top: 25px;
            left: 25px;
            position: absolute;
            background-color: rgba(230, 8, 8, 0.7);
            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-img-circle {
            background-color: #e60808;
            width: 33px;
            height: 33px;
            top: 37px;
            left: 37px;
            position: absolute;
            background-size: 20px;
            border-radius: 100%;
            border: 2px solid transparent;
            -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
            animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .hotline-phone-ring-img-circle .pps-btn-img {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
        
        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }
        
        .hotline-bar {
            position: fixed;
            background: rgba(230, 8, 8, 0.75);
            height: 40px;
            width: 180px;
            line-height: 40px;
            border-radius: 3px;
            padding: 0 10px;
            background-size: 100%;
            cursor: pointer;
            transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 9;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
            border-radius: 50px !important;
            /* width: 175px !important; */
            left: 33px;
            bottom: 74px;
        }
        
        .hotline-bar>a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-weight: bold;
            text-indent: 50px;
            display: block;
            letter-spacing: 1px;
            line-height: 40px;
            font-family: Arial;
        }
        
        .hotline-bar>a:hover,
        .hotline-bar>a:active {
            color: #fff;
        }
        
        @-webkit-keyframes phonering-alo-circle-anim {
            0% {
                -webkit-transform: rotate(0) scale(0.5) skew(1deg);
                -webkit-opacity: 0.1;
            }
            30% {
                -webkit-transform: rotate(0) scale(0.7) skew(1deg);
                -webkit-opacity: 0.5;
            }
            100% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
                -webkit-opacity: 0.1;
            }
        }
        
        @-webkit-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;
            }
        }
        
        @-webkit-keyframes phonering-alo-circle-img-anim {
            0% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
            }
            10% {
                -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            }
            20% {
                -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            }
            30% {
                -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            }
            40% {
                -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            }
            50% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
            }
            100% {
                -webkit-transform: rotate(0) scale(1) skew(1deg);
            }
        }
        
        @media (max-width: 768px) {
            .hotline-bar {
                display: none;
            }
        }
 /*news        */
 .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;
}

.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));
}
@media only screen and (min-width: 1187px){
  .container-truong{
    width:1440px !important;
  }
  .container-hai{
    width:1300px !important;
  }
}
.mrb-10{
  margin-bottom:20px;
}
.dnt-text-infor a{
  color:black;
  
}
.dnt-text-infor:hover a{
  text-decoration:none ;
  
}
.dnt-text-infor{
    margin-top: 5px;
    height:40px;
    overflow: hidden ;
    text-overflow: ellipsis;
    display: -webkit-box ;
    -webkit-line-clamp: 2 ;
    -webkit-box-orient: vertical ;
}
/*.align-center a{*/
/*  align-items: center;*/
/*}*/
.item-bost a{
   align-items: center;
}
.banner-homes{
  margin-top:30px;
}
.swiper-container{
    overflow: hidden;
    position: relative;
}