.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    transition-delay: 0.25s;
}

.bg-logo {
    position: relative;
    z-index: 1000;
    background-color: var(--white);
}

/*animate menu*/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*end animate menu*/
.no-gutters {
    width: 1670px;
    margin: auto;
    max-width: 100%;
}

.font-weight-500 {
    font-weight: 500;
}

.w-90 {
    width: 90%;
}

/*Module nhan xet khach hang*/
.head-comment {
    padding: 80px 15px;
}

.khai_truong {
    font-size: 80px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 30px;
    letter-spacing: 35px;
    font-weight: 700;
}

.chi_nhanh {
    font-size: 80px;
    color: #dedede;
    margin: 0;
    padding: 0;
    line-height: 50px;
    letter-spacing: 25px;
    font-weight: 900;
}

.title-comment {
    padding: 50px 0 0;
    font-size: 40px;
    letter-spacing: 3px;
    width: 100%;
    font-weight: 900;
    margin: 0;
}

.content-cmt {
    padding: 2rem;
    position: relative;
}

.content-cmt p {
    min-height: 150px;
    overflow: hidden;
    transition: all .4s;
}

.content-cmt:after {
    font-family: Time new Roman;
    content: '„';
    display: block;
    font-size: 75px;
    color: rgba(163, 217, 246, 1);
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 0;
    margin: auto;
}

.content-cmt span.text-more {
    display: none;
}

.view-more {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/*Module nhan xet khach hang*/
/*Thong tin lien he*/
.contact-info .row > div {
    background-color: #2f2e2e;
    padding: 0;
}

.contact-info .info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    padding-top: 30px !important;
}

.contact-info .entire-info-website {
    width: 80%;
    text-align: center;
}
/*Thong tin lien he*/

.bg-width .no-gutters {
    width: 100% ;
}

/*Danh sach san pham*/
.img-product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: all .4s;
}

.img-product i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    opacity: 0;
    transition: all .4s;
    background: white;
    padding: 1rem;
    border-radius: 5px;
}

.img-product:hover:before, .img-product:hover i {
    opacity: 1;
}

#about-us .article-content {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*Danh sach san pham*/
@media (min-width: 1024px) {
    .col-md-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .menu-section ul {
        display: table;
        margin: 0 auto;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .content-cmt p {
        min-height: 100px;
    }

    .w-ipad-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .w-ipad-100 .content-cmt p {
        min-height: 50px;
    }

    .khai_truong {
        letter-spacing: 10px;
        font-size: 45px;
    }

    .chi_nhanh {
        font-size: 50px;
        line-height: 30px;
    }

    .contact-info .order-ipad-3 {
        order: 3;
    }

    .contact-info .order-ipad-4 {
        order: 4;
    }
}

@media (max-width: 576px) {
    #content-layer-mobile {
        overflow: hidden;
        display: inline-block;
        -webkit-transition: all 3s ease;
        -moz-transition: all 3s ease;
        -ms-transition: all 3s ease;
        -o-transition: all 3s ease;
        transition: all 3s ease;
        position: relative;
    }

    #content-layer-mobile .btn-animate {
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 30px;
    }

    .button-up {
        opacity: 0;
        z-index: 0;
    }

    .button-down {
        opacity: 1;
        z-index: 1;
    }

    .content-cmt p {
        min-height: auto;
    }

    .head-comment {
        padding: 40px 15px;
    }

    .khai_truong {
        letter-spacing: 0;
        font-size: 25px;
    }

    .chi_nhanh {
        letter-spacing: 0;
        line-height: 25px;
        font-size: 25px;
    }

    .title-comment {
        font-size: 20px;
        padding: 15px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    .content-cmt {
        position: relative;
    }
}

.social-footer-section {
    margin: 30px 0;
}

.social-footer-section ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    padding: 0 15px;
    color: var(--white);
}

.article-title-detail {
    color: var(--color-main);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.bg-image {
    padding-top: 35%;
}

.deal-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-gray {
    background-color: var(--grey);
}

.image-product .inner-content {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-breadcrums {
    background-color: var(--light);
}

.bg-white {
    background-color: #fff !important;
}

.color-main-dec {
    color: #727272;
    font-size: 25px;
}

.color-main-name {
    color: #727272;
    font-size: 18px;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.logo-footer img {
    max-height: 7rem;
}

