html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body.home {
    background: var(--light);
}

.logo-section img {
    height: 90px;
    object-fit: contain;
}

.sticky-menu {
    background: var(--color-hightlight);
}

.info-website-header ul li {
    float: right;
    font-weight: 600;
    font-size: 20px;
}

.info-website-header ul li i {
    font-size: 30px;
    vertical-align: bottom;
}

.color-red {
    color: var(--red);
}

.logo-section {
    display: flex;
    align-items: center;
}

.text-slider-info {
    display: none;
}

.search-section input[type=text] {
    border: none;
    border-radius: 50px;
}

.search-section .input-group {
    border: 1px solid #dee2e6;
    border-radius: 50px;
}

.search-section .wrap-suggestion {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: var(--white);
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px;
}

.search-section .wrap-suggestion ul li a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.intro-home .about-us {
    position: relative;
    z-index: 2;
}

.intro-home .title-section h3 {
    color: var(--color-hightlight);
}

.intro-home .kb-header-absolute {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.intro-home .kb-header-absolute .kb-header-absolute-green {
    height: 325px;
    top: 65px;
    position: absolute;
    display: block;
    left: calc((1170px - 100vw)/2);
    width: 100%;
    border-top: 5px solid var(--white);
    border-bottom: 5px solid var(--white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    background: transparent linear-gradient(98deg, var(--color-hightlight) 0%, var(--blue) 225%) 0% 0% no-repeat padding-box;
}

.intro-home .kb-header-absolute .kb-header-absolute-grey {
    height: 230px;
    top: 145px;
    position: absolute;
    display: block;
    right: calc((1170px - 100vw)/2);
    width: 53%;
    background: rgba(178, 178, 178, 0.23);
    border-top: 12px double #f8fafb;
}

header {
    background: white;
}

.block-btn {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.block-btn .phone-number {
    display: block;
    position: absolute;
    padding: 8px 28px 5px;
    top: 12px;
    left: 21px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0;
    transition: all .3s;
    color: var(--white);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: var(--orange);
}

.block-btn:hover .phone-number {
    opacity: 1;
    transform: translateY(45px);
}

.block-btn a {
    text-transform: inherit;
    font-size: 17px;
    letter-spacing: 0px;
    box-shadow: 0px -3px 15px -2px rgb(5 5 5 / 52%);
    padding: 12px 30px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    border-radius: 45px;
    border: 4px solid var(--white);
    background: transparent linear-gradient(0deg, var(--red) 0%, var(--orange) 100%) 0% 0% no-repeat padding-box;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
    height: 60px;
}

.block-btn a span {
    position: relative;
    top: -1px;
    left: 17px;
}

.block-btn a img, .block-btn a i {
    width: 27px;
    height: auto;
    display: inline;
    border: 0px solid transparent;
    transition: all .5s;
    opacity: .4;
    vertical-align: middle;
    font-size: 26px;
}

.block-btn a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(113deg, var(--blue), var(--color-hightlight));
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.block-btn a:hover {
    color: var(--white);
}

.block-btn a:hover img {
    background: var(--color-hightlight);
    border-radius: 50px;
    border: 0px solid var(--white);
    width: 27px;
    transform: rotate(360deg);
    box-shadow: 0px 0px 14px -2px rgb(0 0 0 / 41%);
    opacity: 1;
}

.block-btn a:hover:after {
    height: 500%;
    opacity: 1;
}

.custom-slider {
    border-radius: 10px;
}

.product-border-right {
    position: relative;
    display: inline-flex;
    min-width: 90px;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
    animation-delay: 0.2s;
    animation-name: MOVE-BG;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-size: 0% 0%;
    height: 100%;
}

@keyframes MOVE-BG {
    from {
        background: url(/templates/fashion01/assets/media/template/border-right.png);
        background-position: 0% 0%;
    }

    to {
        background: url(/templates/fashion01/assets/media/template/border-right.png);
        background-position: 187% 52%;
    }
}

.project-title {
    padding: 30px 40px 20px;
}

.project-title .slick-list {
    padding: 0 !important;
}

.project-title .item-thumb {
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 3px;
}

.project-title .slick-current {
    border-color: var(--color-hightlight) !important;
}

.quytrinh-dathang {
    background: linear-gradient(to left, var(--blue) 40%, var(--color-hightlight) 40%);
}

.box-quytrinh .inner-image {
    bottom: -10px;
    left: -35px;
    text-align: center;
    display: none;
}

.box-quytrinh .inner-image img {
    width: 75%;
}

.product-home {
    margin-bottom: 100px;
}

.box-quytrinh .title-section {
    text-transform: inherit !important;
    color: var(--white);
    margin: 50px 0 0;
    position: relative;
    padding-bottom: 20px;
}

.box-quytrinh .title-section:before {
    content: "";
    background: var(--orange);
    width: 165px;
    height: 3px;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 0px;
}

.box-quytrinh ol {
    margin: 0 !important;
    padding-left: 15px !important;
}

.box-quytrinh ol li {
    border-top: 2px solid rgb(255 255 255 / 8%);
    line-height: 60px;
    transition: all .2s;
    font-size: 17px;
}

.box-quytrinh .about-desc {
    margin-bottom: 50px;
}

.box-quytrinh ol li:hover {
    background: var(--blue);
    padding-left: 10px;
}

.head-title {
    font-weight: 600;
    color: var(--color-hightlight);
    letter-spacing: 5px;
    margin-bottom: 6px;
}

p.slogan-title {
    font-size: 17px;
    color: var(--gray);
    line-height: 30px;
    max-width: 700px;
    margin: 0px auto;
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.cam-ket .inner-image img {
    width: 100%;
    max-width: 84px;
    height: auto;
    margin: 5px auto 15px;
    object-fit: cover;
}

.cam-ket .inner-image {
    text-align: center;
}

.cam-ket>.row>div {
    border: 1px solid rgba(93, 93, 93, 0.12);
    padding: 40px 40px 45px;
    transition: all .15s;
}

.cam-ket>.row>div:nth-child(1) , .cam-ket>.row>div:nth-child(2) {
    border-top: 0px;
    border-left: 0px;
}

.cam-ket>.row>div:nth-child(3) {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.cam-ket>.row>div:nth-child(4),.cam-ket>.row>div:nth-child(5) {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.cam-ket>.row>div:nth-child(6) {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

.cam-ket .article-title {
    color: var(--color-hightlight);
}

.cam-ket>.row>div:hover {
    background: #fff;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 12%);
    border-radius: 6px;
    transform: scale(1.02);
}

.box-form-dathang {
    overflow: hidden;
}

.form-dathang {
    border-radius: 20px;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 12%);
}

.bg-contacform {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1300px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right center;
    display: block;
}

.bg-contacform:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent linear-gradient(303deg, rgb(160 179 251 / 80%) 0%, rgb(0 51 247) 100%) 0% 0% no-repeat padding-box;
    opacity: 0.95;
}

.bg-contacform:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 100%;
    display: block;
    background: rgb(0 39 191 / 70%);
    opacity: 0.85;
    border-right: 1px solid var(--color-hightlight);
}

.contacform-right {
    margin: 65px 0;
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.contacform-right .info-company {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    padding-left: 50px;
}

.contacform-right .item-info i {
    width: 100%;
    height: 40px;
    max-width: 40px;
    box-shadow: 0px 5px 13px rgb(0 42 0 / 40%);
    border-radius: 100px;
    margin-top: 9px;
    margin-right: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    background: var(--blue);
    border: 2px solid var(--color-hightlight);
    color: white;
}

.contacform-right .item-info i.active {
    background: #7390ff;
    color: white;
}

.contacform-right .social-input p {
    letter-spacing: 0.34px;
    color: var(--color-hightlight);
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1px;
    display: block;
    position: relative;
}

.contacform-right .social-input a {
    color: var(--white);
    font-size: 18px;
}

.contacform-right .social-input p.active, .contacform-right .social-input a.active {
    color: white;
}

.cam-ket {
    margin-bottom: 300px;
}

.box-form-dathang {
    margin-top: -300px;
}

.testimonials-box {
    overflow: hidden;
    position: relative;
}

.testimonials-box:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #fff;
    bottom: 0px;
    left: 0px;
    position: absolute;
    display: block;
}

.testimonials-article .bg-white {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 940px;
    position: relative;
    box-shadow: 0px 5px 46px rgb(5 14 35 / 8%);
    border-radius: 10px;
    z-index: 10;
}

.title-section .img-title {
    width: 90px;
    height: auto;
    max-width: 90px;
    margin-right: 30px;
    object-fit: cover;
}

.author-img img {
    width: 150px;
    max-width: 150px;
    margin: 0px auto;
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
}

.testimonials-content {
    color: #163237;
    font-size: 17px;
    align-content: center;
    display: block;
    position: relative;
    max-width: 690px;
    line-height: 30px;
    margin: 0px auto;
    margin-bottom: 25px;
}

.author-info .star-rating {
    margin: 20px auto 10px;
}

.testimonials-article .slick-next, .testimonials-article .slick-prev {
    top: calc(50% - 50px);
    padding: 11px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 48px;
    user-select: none;
    width: 48px;
    height: 48px;
    line-height: 17px;
    box-shadow: 0px 0px 18px -2px rgb(0 0 0 / 13%);
    transition: all .2s;
    background: #fff;
    opacity: 1;
    filter: opacity(1);
}

.testimonials-article .slick-next {
    right: -22px !important;
}

.testimonials-article .slick-prev {
    left: -22px !important;
}

.testimonials-article .slick-next:hover, .testimonials-article .slick-prev:hover {
    background: linear-gradient(45deg, var(--green), var(--color-hightlight));
    box-shadow: 0px 0px 0px 15px rgb(116 182 72 / 0.1);
}

.testimonials-article .slick-next:hover:before,.testimonials-article .slick-prev:hover:before {
    color: white
}

.testimonial-circle {
    position: absolute;
    right: 70px;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background: #fff;
    margin-top: -17px;
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 8%), 0px 0px 0px 68px #f8fafb, 0px 0px 0px 117px #fff, 0px 0px 0px 192px #f8fafb;
}

.brand-item {
    transition: all .2s;
}

.brand-item img {
    filter: grayscale(1);
    opacity: .7;
}

.brand-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.brand-item:hover {
    background: #fff;
    box-shadow: 0px 5px 21px rgb(0 0 0 / 8%);
    border-radius: 6px;
    transform: scale(1.05);
    z-index: 1;
}

.view-category {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: bottom center;
}

.view-category:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--color-hightlight);
    opacity: 0.5;
}

.cateproducts-listall {
    letter-spacing: 0.45px;
    color: var(--orange);
    text-transform: uppercase;
    font-weight: bold;
    transition: all .1s;
    position: relative;
    color: white;
    margin-top: 10px;
    display: inline-block;
}

.cateproducts-listall:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0px;
    background: white;
}

.item-view-category ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cateproducts-right {
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 10px 0px;
}

.cateproducts-hotline {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 10px 25px 15px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    right: -300px;
    position: relative;
    box-shadow: -5px 2px 6px -2px rgb(0 0 0 / 15%);
    animation: tagshow 10s infinite;
    animation-timing-function: linear;
}

.cateproducts-hotline p {
    color: var(--orange);
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.cateproducts-hotline a {
    font-size: 28px;
    font-weight: bold;
    color: white;
    position: relative;
    display: block;
    width: 100%;
}

@keyframes tagshow {
    0% {
        right: -300px;
        box-shadow: -5px 2px 6px -2px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
    }

    20% {
        right: -300px;
        border-radius: 20px;
    }

    28% {
        right: 20px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
        border-radius: 30px;
    }

    32% {
        right: -10px;
        border-radius: 4px;
        box-shadow: 0px -1px 0px 0px rgba(162, 243, 75, 0.8);
    }

    85% {
        box-shadow: 300px -1px 0px 0px rgba(162, 243, 75, 0.1);
    }

    87% {
        border-radius: 4px;
        box-shadow: 300px -1px 0px 0px rgba(0, 0, 0, 0.15);
    }

    95% {
        right: -10px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

    100% {
        right: -300px;
        box-shadow: -5px 2px 6px -2px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
    }
}

.view-category .item {
    border-left: 1px solid #6c9357;
}

.view-category .item:first-child {
    border: none;
}

.item-view-category ul li a:hover {
    text-decoration: underline;
}

.cateproducts-title h2 {
    color: var(--orange);
}

.bg-slide-footer {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: -1px;
}

.bg-intro {
    position: relative;
    background: #f4f4f4;
}

.ytp-button {
    position: absolute;
    width: 45px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}

.album-item:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: var(--red);
    fill-opacity: 1;
}

.product-item .inner-content {
    padding: 0 10px 7px 10px;
}

.product-item:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0px 10px 5px rgb(116 116 116 / 10%);
}

.title-section .h3-before:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1px;
    width: 117px;
    height: 1px;
    background-color: var(--color-hightlight);
}

.post-date {
    color: var(--gray);
    font-size: 13px;
}

.video-item .wrp-effect-album .effect-video::before {
    opacity: 0 !important;
}

.slide-opacity .slick-next, .slide-opacity .slick-prev {
    opacity: 1;
    filter: opacity(1);
    background: rgb(0 0 0 / 40%) !important;
    top: 25%;
    color: var(--white);
}

.slide-opacity .slick-next {
    right: 0 !important;
}

.slide-opacity .slick-prev {
    left: 0 !important;
}

.slide-opacity .slick-next:before, .slide-opacity .slick-prev:before {
    color: var(--white);
}

.img-album {
    border: 3px solid var(--white);
    border-radius: 5px;
}

.brand-item img {
    border-radius: 5px;
    object-fit: scale-down;
}

.bg-album {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-text);
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.bg-flex>.container>.row>div {
    display: flex;
    align-items: center;
}

.form-footer span.required {
    right: 10px;
    top: 11px;
}

.form-footer i {
    color: var(--color-hightlight);
}

footer .entire-info-website {
    display: block !important;
    margin-bottom: 30px;
    font-size: 15px;
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 1px solid var(--color-text);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    zoom: 1; filter: alpha(opacity=10);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    left: 0;
    height: 2px;
    z-index: 1;
}

.title-footer:after {
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid var(--white);
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    height: 2px;
    border-color: var(--color-hightlight);
    width: 100px;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back-footer {
    position: relative;
    padding-top: 30%;
    overflow: hidden;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
    opacity: 0.1;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}

.view-small .star-rating {
    margin: 0;
}

.view-small .product-item .inner-content .product-title a {
    font-weight: 600;
}

.edit-comment span.btn {
    margin-top: 20px;
}

.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}

.product-detail-footer .nav li a.active {
    color: var(--color-hightlight);
}

.product-image-detail .slider-thumbs .thumb-item.slick-current img {
    height: 100%;
    object-fit: contain;
}

a.btn-dat-hang {
    background: transparent linear-gradient(0deg, var(--green) 0%, var(--color-hightlight) 100%) 0% 0% no-repeat padding-box;
}

.box-quytrinh .block-btn {
    display: none;
}

.form-dathang .btn-submit {
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    padding: 12px 60px !important;
    margin-top: 22px;
    border-radius: 50px;
    background: linear-gradient(to top, var(--color-hightlight), var(--blue));
    font-weight: 500;
    font-size: 17px;
    box-shadow: 0px 8px 10px -2px rgb(17 56 210 / 27%);
    transition: all .3s;
    position: relative;
    height: auto !important;
    line-height: unset !important;
}

.toolbar-section .toolbar-item a .items-number {
    right: 0;
    top: 2px;
    margin: 0 auto;
    width: 18px;
}

.product-related .product-home {
    padding: 30px 0 !important;
    margin: 0;
}

.mobile-menu, .is-mobile .mobile-menu {
    background: var(--color-hightlight);
}

.icon-box-img {
    font-size: 40px;
    line-height: 45px;
}

.featured-item:nth-child(3) {
    margin: 0 !important;
}

#mota-dm {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
    max-height: 200px;
}

.copy__inner {
    overflow: hidden;
}

.copy__gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    z-index: 10;
}

.reveal .copy__gradient {
    bottom: -150px;
    transition: bottom 2s ease;
}

.btn-more {
    position: relative;
    margin-bottom: 20px;
}

.btn-more:before {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
    display: block;
}

.more-less {
    color: var(--color-hightlight);
    cursor: pointer;
}

.more-less:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--color-hightlight);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.reveal + .more-less:after {
    border-top: none;
    border-bottom: 6px solid black;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.categories-section li {
    border-bottom: 1px solid #dee2e6;
}

.categories-section li:last-child {
    border: none;
}

.float-contact {
    position: fixed;
    bottom: 65px;
    left: 20px;
    z-index: 99999;
}

.chat-contact {
    display: block;
}

.chat-contact a {
    border-radius: 20px;
    padding: 6px 18px;
    margin-bottom: 10px;
    background: #0573FF;
    display: inline-block;
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
}

.chat-face a {
    background: #1B74E4;
}

.chat-contact.youtube a {
    background: #FF0000;
}

.float-contact .hotline a {
    background: var(--red);
}

.chat-contact a:hover {
    opacity: 0.8
}

.color-hightlight {
    color: var(--color-hightlight);
}

@media (min-width: 1200px) {
    .intro-home .inner-image {
        top: -80px;
    }
}

@media (max-width: 1440px) {
    .intro-home .kb-header-absolute .kb-header-absolute-green {
        width: 75%;
    }

    .intro-home .kb-header-absolute .kb-header-absolute-grey {
        width: 40%;
    }
}

@media (max-width: 1280px) and (min-width:1000px) {
    .intro-home .kb-header-absolute .kb-header-absolute-green {
        width: 80%;
        left: calc((960px - 100vw)/2);
    }

    .intro-home .kb-header-absolute .kb-header-absolute-grey {
        right: calc((960px - 100vw)/2);
        width: 40%;
    }

    .box-quytrinh ol li {
        font-size: 14px;
    }

    .dat-hang-custom .block-btn a {
        font-size: 14px;
        padding: 10px 15px;
        height: 46px;
        border-width: 2px;
    }

    .dat-hang-custom .block-btn a img,.dat-hang-custom .block-btn a i {
        width: 20px;
        font-size: 20px;
    }

    .dat-hang-custom .block-btn a span {
        left: 7px;
    }
}

@media (max-width: 1200px) and (min-width:1024px) {
    .intro-home .inner-image {
        top: -40px;
    }
}

@media (min-width: 1024px) {
    .box-category-image >.row>div {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@media(max-width: 1024px) and (min-width:991px) {
    .intro-home .kb-header-absolute .kb-header-absolute-green {
        width: 100%;
        left: 0;
    }

    .intro-home .kb-header-absolute .kb-header-absolute-grey {
        display: none;
    }

    .intro-home .about-us {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    header .logo-section img {
        height: 46px;
    }

    .menu-container {
        padding: 5px 0;
    }

    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .album-item .album-title {
        font-size: 13px;
    }

    .article-item .article-title {
        font-size: 14px;
        height: 44px;
        overflow: hidden;
    }

    .form-footer {
        padding: 20px 0 0 !important;
    }

    header {
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    }

    .bg-breadcrums {
        margin-bottom: 20px !important;
    }

    .article-title-detail {
        font-size: 20px;
    }

    .logo-section {
        background: #fff;
        border-radius: 50%;
        padding: 5px;
        height: 50px;
        width: 50px;
    }

    .intro-home .about-desc {
        border-top: 5px solid var(--white);
        border-bottom: 5px solid var(--white);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
        background: transparent linear-gradient(98deg, var(--color-hightlight) 0%, var(--blue) 225%) 0% 0% no-repeat padding-box;
        padding: 15px;
    }

    .intro-home .title-section {
        margin-bottom: 0 ;
    }

    .intro-home .title-section h3 {
        padding: 0 15px;
        font-size: 16px;
    }

    .intro-home .block-btn {
        padding: 0 15px;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }

    .intro-home .about-us .inner-image {
        position: relative !important;
        text-align: center;
    }

    .project-content {
        padding: 15px 15px 0 15px !important;
    }

    .title-section {
        margin-bottom: 20px
    }

    .product-home .product-title {
        font-size: 20px !important;
    }

    .quytrinh-dathang {
        background: var(--color-hightlight);
    }

    .product-home {
        margin-bottom: 20px;
    }

    .cam-ket>.row>div:nth-child(2) {
        border-right: 0px;
    }

    .cam-ket>.row>div:nth-child(3) {
        border-right: 1px solid rgba(93, 93, 93, 0.12);
    }

    .cam-ket>.row>div:nth-child(4) {
        border-bottom: 1px solid rgba(93, 93, 93, 0.12);
        border-right: 0px;
    }

    .cam-ket {
        margin: 0;
    }

    .box-form-dathang {
        margin: 0;
    }

    .form-dathang .btn-submit {
        padding: 10px 40px !important;
    }

    .box-quytrinh ol li {
        font-size: 15px;
    }

    .dat-hang-custom .block-btn a {
        font-size: 14px;
        padding: 10px 15px;
        height: 46px;
        border-width: 2px;
    }

    .dat-hang-custom .block-btn a img,.dat-hang-custom .block-btn a i {
        width: 20px;
        font-size: 20px;
    }

    .dat-hang-custom .block-btn a span {
        left: 7px;
    }
}

@media (max-width: 768px) {
    .title-section h3 {
        font-size: 25px;
    }

    .title-footer {
        font-size: 16px;
    }

    .title-footer:after {
        width: 75px;
    }

    .product-home .product-title {
        margin-top: 10px;
    }

    .title-section .img-title {
        width: 60px;
    }

    #mota-dm img {
        height: auto !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .slick-next, .slick-prev {
        top: 30%;
    }

    .product-item .inner-content {
        padding: 0 5px 2px 5px;
    }

    .project-title {
        padding: 20px;
    }

    .project-title .slick-slide {
        margin: 0 5px;
    }

    .project-content .inner-content {
        padding-bottom: 30px;
    }

    .cam-ket>.row>div:nth-child(5) {
        border-bottom: 1px solid rgba(93, 93, 93, 0.12);
    }

    .contacform-right {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 30px 0;
    }

    .contacform-right .social-input p {
        font-size: 14px;
    }

    .contacform-right .social-input a {
        font-size: 16px !important;
    }

    .testimonials-article .title-section {
        display: block !important;
    }

    .testimonials-article .slick-prev {
        left: calc(50% - 52px) !important;
        top: 92%;
    }

    .testimonials-article .slick-next {
        right: calc(50% - 52px) !important;
        top: 92%;
    }

    .testimonials-content {
        font-size: 15px;
    }

    .category-title-flex {
        flex-direction: column-reverse;
    }

    .cateproducts-right {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .dat-hang-custom .block-btn a span {
        display: none;
    }

    .dat-hang-custom .block-btn.mr-20 {
        margin-right: 10px !important;
    }
}
.chat-contact a {
    border-radius: 20px;
    padding: 6px 18px;
    margin-bottom: 10px;
    background: #0573FF;
    display: inline-block;
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
}
.chat-zalo a{
    background-color: #007bff ;
}
