.home header, .home footer {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}

header {
    top: 0;
    transition: all .1s;
}

header > div {
    height: 100% !important;
}

.footer-socials > ul > li:nth-child(3) >a > img {
    filter: none;
}

.category-info-pro-neww {
    margin-left: 10rem;
}

.product-detail-footer {
    padding: 1rem;
}

.product-detail-head .product-image-detail .inner-image {
    border: 1px solid;
}

.slider-thumbs .thumb-item.slick-current {
    border: 2px solid;
}

.category-info .description .title-p {
    font-size: 2.1rem;
    color: #3598db;
    font-weight: 500;
    text-transform: uppercase;
}

.home footer {
    bottom: 0;
    background-color: var(--white);
}

.font-custom {
    font-family: 'Oswald', sans-serif;
}

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

.h-60 {
    height: 60%;
}

.h-90vh {
    height: 90vh;
}

.mt--far {
    margin-top: -20rem;
}

.mt-far {
    margin-top: 14rem !important;
}

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

/*slick-slider*/
.slick-next, .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    filter: opacity(1);
}

.slick-slider:hover .slick-next, .slick-next {
    right: -28px;
}

.slick-slider:hover .slick-prev, .slick-prev {
    left: -28px;
}

.slick-arrow:before {
    color: var(--black);
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background: var(--color-highlight);
    border-radius: 5px;
}

.slider-thumbs .slick-arrow {
    margin: 0 auto;
    height: 25px;
    width: 25px;
    background: transparent;
    border-radius: 50%;
    color: var(--color-highlight);
}

/*slick-slider*/
:not(.is-mobile) .menu-container {
    float: right;
}

.language-section li a {
    line-height: 46px;
    text-transform: capitalize;
}

/*Header*/
.background .setting-menu {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%);
}

/*Header*/
/*Module slide trang chu*/
.line-height-1-25 {
    line-height: 1.25 !important;
}

.img-cover {
    object-fit: cover;
}

.h-100vh {
    height: 100vh;
}

.swiper-slider-main .img-cover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

.swiper-slider-main .swiper-slide-active .img-cover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

.mySwiper .content {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.swiper-slider-main .inner-content .description {
    opacity: 0;
    -webkit-transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s,-webkit-filter .4s ease .4s;
    transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s,-webkit-filter .4s ease .4s;
    transition: transform .4s ease .4s,opacity .4s ease .4s,filter .4s ease .4s;
    transition: transform .4s ease .4s,opacity .4s ease .4s,filter .4s ease .4s,-webkit-transform .4s ease .4s,-webkit-filter .4s ease .4s;
}

.swiper-slider-main .swiper-slide-active .inner-content .description {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    transition: transform .4s ease-in-out .4s,opacity .4s ease-in-out .4s,filter .4s ease-in-out .4s;
    transition: transform .4s ease-in-out .4s,opacity .4s ease-in-out .4s,filter .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.swiper-slider-main .title-slide {
    font-size: 4.4rem;
    font-weight: 900;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
    opacity: 0;
    -webkit-transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s,-webkit-filter .4s ease .4s;
    transition: opacity .4s ease .4s,-webkit-transform .4s ease .4s,-webkit-filter .4s ease .4s;
    transition: transform .4s ease .4s,opacity .4s ease .4s,filter .4s ease .4s;
    transition: transform .4s ease .4s,opacity .4s ease .4s,filter .4s ease .4s,-webkit-transform .4s ease .4s,-webkit-filter .4s ease .4s;
}

.swiper-slider-main .swiper-slide-active .title-slide, .swiper-slider-main .swiper-slide-active .link-page {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    transition: opacity .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    transition: transform .4s ease-in-out .4s,opacity .4s ease-in-out .4s,filter .4s ease-in-out .4s;
    transition: transform .4s ease-in-out .4s,opacity .4s ease-in-out .4s,filter .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

span.line {
    width: 80px;
    height: 2px;
    background-color: var(--white);
    margin-left: 15px;
}

/*.link-page:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    z-index: 1;*/
/*    background-color: var(--white);*/
/*}*/
.link-page {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-weight: bold;
    opacity: 0;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
    background: var(--color-highlight);
    padding: 6px 24px;
    border-radius: 24px;
}

.link-page {
    opacity: 0;
    transition: transform .4s ease-in-out .4s,opacity .4s ease-in-out .4s,filter .4s ease-in-out .4s,-webkit-transform .4s ease-in-out .4s,-webkit-filter .4s ease-in-out .4s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.link-page:hover {
    color: var(--white);
}

.mySwiper .slider-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 100%;
}

.mySwiper .slider-nav > div {
    left: unset !important;
    right: 10px !important;
    color: var(--light);
    position: relative;
    top: 0;
    width: 45px;
    height: 45px;
    opacity: .4;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    outline: 0;
    margin-top: 0;
    border: 1px solid var(--light);
    border-radius: 15px;
}

.mySwiper .slider-nav > div:after {
    font-size: 20px;
}

.mySwiper .slider-nav .swiper-button-next {
    transform: rotate(-90deg);
    margin-bottom: 15px;
}

.mySwiper .slider-nav .swiper-button-prev {
    transform: rotate(-90deg);
}

/*Module slide trang chu*/
/*Module danh muc - danh sach san pham*/
.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.bg-banner {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.15);
}

.bg-banner .content {
    position: relative;
}

.title-page {
    position: absolute;
    top: 10%;
    left: 25px;
    z-index: 10;
}

.item-cate .img-shadow {
    padding: 2px;
    box-shadow: inset 8px 0 10px -6px #8e9b8e, inset 0 8px 10px -6px #8e9b8e;
}

.translateY {
    transform: translateY(30px);
}

.item-cate .info {
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 15px;
    right: 15px;
    padding: 0 10px;
    text-transform: uppercase;
}

.translateY-50 {
    transform: translateY(50px);
}

.box-cate-left {
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap-reverse;
}

.box-cate-right {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap-reverse;
}

/*Page sub-category product - no shadow*/
.no-shadow .item-cate {
    box-shadow: none;
    background-color: var(--white) !important;
    border-radius: 5px;
    border: 0;
    padding: 7px !important;
}

.no-shadow .item-cate .img-shadow {
    padding: 0;
    box-shadow: none;
}

.no-shadow .item-cate .info {
    bottom: 7px;
    left: 7px;
    right: 7px;
    padding: 15px 10px 3px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 30%) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 30%) 50%);
}

/*Page sub-category product - no shadow*/
#box_content .tab-content .row {
    border: 1px solid #ccc;
    padding: 15px 0;
    border-radius: 3px;
}

#box_content .tab-pane > .row > div {
    height: 100% !important;
}

/*Tab - Brochure*/
.product-brochure > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 1;
    opacity: 0;
    transition: all .4s;
}

.product-brochure:hover > a {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.product-brochure img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
    -moz-user-select: none !important;
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}

.product-brochure {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a#lg-download {
    display: none;
}

/*End Tab - Brochure*/
/*Module danh muc - danh sach san pham*/
/*Danh muc - danh sach tin tuc*/
.title-page-content {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

/*Danh muc - danh sach tin tuc*/
/*page background*/
.socials img {
    /* filter: invert(1); */
}

.menu-section.open .language-section li a {
    color: var(--black) !important;
}

.language-section li a {
    color: var(--color-highlight) !important;
}

.background .language-section li a {
    color: var(--white) !important;
}

.background:not(.is-mobile) .menu-section > ul > li > a {
    color: var(--white);
}

.background .title-page {
    color: var(--white) !important;
}

.background .socials img {
    filter: invert(0);
}

.background .copyright {
    color: var(--white);
}

.background footer {
    background-color: transparent !important
}

.background .breadcrumbs-section a, .background .breadcrumbs-section a:after, .background .breadcrumbs-section span {
    color: var(--white);
}

.background.is-mobile .btn-menu-mobile {
    color: var(--white);
}

/*page background*/
/*Trang dao tao*/
.fix #box_content {
    padding-top: 0 !important;
}

.bg-row .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.bg-row .no-gutters>.col, .bg-row .no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-modal {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: inline-flex;
    flex-direction: column;
}

/*Trang dao tao*/
/*Trang lien he*/
.no-before:before {
    content: none;
}

.bg-contact {
    background-color: rgba(255,255,255,.5);
}

.bg-contact input, .bg-contact textarea {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.bg-contact input::placeholder, .bg-contact textarea::placeholder {
    color: var(--white) !important;
}

.item-content.show {
    opacity: 1;
}

.item-contact:hover .item-content {
    /*opacity: 1;*/
}

.item-content {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    min-width: 150px;
    background-color: var(--white);
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: all .4s;
    text-align: center;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 30%);
}

.item-content:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--white);
}

.box-contact li {
    background-color: rgba(255,255,255,.5);
    color: var(--white);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*Trang lien he*/
/*Trang gioi thieu*/
.about-us .swiper-slide > .position-relative:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 1;
}

.about-us .swiper-slide img {
    object-fit: unset;
}

/*Trang gioi thieu*/
/*Responsive mobile*/
.is-mobile .box-cate {
    justify-content: center;
    flex-flow: unset;
}

.is-mobile .box-cate-left {
    align-items: flex-end;
}

.is-mobile .box-cate > div {
    width: 30% !important;
}

.is-mobile .box-cate > div:nth-child(2) {
    width: 40% !important;
}

.is-mobile .translateY {
    transform: translateY(0);
}

.is-mobile .title-page-content {
    font-size: 50px;
}

.swiper-slider-main .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
}

@media (min-width: 1024px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 740px;
    }
}

@media (max-width: 576px) {
    footer .container > .row > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .is-mobile .title-page-content {
        font-size: 35px;
    }

    .box-contact > div:first-child .item-content {
        left: 0;
        transform: translateX(0) translateY(-100%);
    }

    .box-contact > div:first-child .item-content:before {
        left: 31px;
    }

    .box-contact > div:last-child .item-content {
        left: unset;
        right: 0;
        transform: translateX(0%) translateY(-100%);
    }

    .box-contact > div:last-child .item-content:before {
        right: 11px;
        left: unset;
    }
}

/*Responsive mobile*/
.swiper-slider-main .slider-nav {
    position: absolute;
    height: 100%;
    width: 42px;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-button-prev, .swiper-button-next {
    position: relative;
    border: 2px solid var(--white);
    width: 42px;
    height: 42px;
    border-radius: 10px;
    opacity: 0.4;
    top: 0;
    right: 0 !important;
    left: 0 !important;
    margin: 12px 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 19px;
    font-weight: bold;
    color: var(--white);
    transform: rotate(90deg);
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.swiper-pagination-fraction {
    width: 8%;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: flex-start;
    line-height: 0.8;
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 60px;
    opacity: 1;
}

.swiper-pagination-fraction .swiper-pagination-total {
    opacity: 0.5;
    margin: 0 5px;
    position: relative;
}

.banner-child {
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-products {
    height: 400px;
}

.banner-child .content {
    position: relative;
    color: var(--white);
}

.banner-child .content span, .banner-child .content p {
    font-size: 16px;
    color: #d8d7db;
}

.banner-child .content h1 {
    font-size: 66px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin: 15px 0 10px;
}

.introduct-services {
    margin-top: 100px;
}

.title-child {
    font-size: 35px;
    color: #263654;
    font-weight: bold;
    margin-bottom: 50px;
}

.introduct-services .list-services .item .heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.introduct-services .list-services .item .heading img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}

.introduct-services .list-services .item .heading h4 {
    color: #263654;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.introduct-services .list-services .item p {
    font-size: 16px;
    color: #263654;
}

.introduct-services .list-services .item {
    margin-bottom: 70px;
}

.introduct-experience .list-experience .item-left .name {
    color: #263654;
    font-weight: bold;
    margin-bottom: 5px;
}

.introduct-experience .list-experience {
    font-size: 16px;
    color: #263654;
}

.introduct-experience .list-experience .item {
    border-bottom: 1px solid #d3d3d4;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.introduct-experience .list-experience .item:last-child {
    border: 0;
}

.introduct-ourteam {
    margin-top: 50px;
}

.introduct-ourteam .row {
    margin-left: -25px;
    margin-right: -25px;
}

.introduct-ourteam .row>div[class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.introduct-ourteam .list-ourteam .item .avatar img {
    border-radius: 10px;
}

.introduct-ourteam .list-ourteam .item h4 {
    font-size: 20px;
    margin-top: 10px;
    color: #263654;
    margin-bottom: 0;
}

.introduct-ourteam .list-ourteam .item p {
    color: #1158c9
}

.introduct-ourteam .list-ourteam .item {
    margin-bottom: 40px;
}

.introduct-partner {
    margin-top: 50px;
    padding-top: 70px;
    border-top: 1px solid #ddd;
    margin-bottom: 100px;
}

.introduct-partner .partners {
    align-items: center;
    justify-content: center;
}

.introduct-partner .partners .item {
    padding: 0 25px 25px;
}

.footer-mid {
    background: #292a2d;
    padding: 20px 0;
}

.footer-mid>.container>.row {
    align-items: center;
}

.footer-socials .socials img {
    filter: brightness(0) invert(1);
}

.footer-socials .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-socials .socials li {
    margin: 0 10px;
}

.menu-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-footer ul li {
    margin: 0 15px;
}

.menu-footer ul li a {
    color: var(--white);
    font-weight: 500;
    text-decoration: underline;
}

.footer-copyright {
    background: #323639;
    border-top: solid 1px #202124;
    color: #929299;
    text-align: center;
    padding: 10px;
}

.info-form-contact {
    padding: 100px 0;
}

.contact-infomation .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #d3d3d4;
}

.contact-infomation .item:first-child {
    padding-top: 0;
}

.contact-infomation .item:last-child {
    border-bottom: 0;
}

.contact-infomation .item h4 {
    font-size: 25px;
    color: #263654;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

.contact-infomation .item p {
    text-align: right;
    color: #929299;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

.contact-infomation .item p a {
    color: #1158c9;
    display: block;
}

.contact-infomation .item .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-infomation .item .socials li {
    margin: 0 10px;
}

.contact-infomation {
    padding-right: 30px;
}

.form-contact .form-control {
    height: 46px;
    line-height: 46px;
    border-color: #d3d3d4;
    font-size: 16px;
}

.form-contact textarea {
    height: 260px;
    border-color: #d3d3d4;
    font-size: 16px;
}

.form-contact input::placeholder, .form-contact textarea::placeholder {
    color: #a9a9ab;
}

.form-contact input:hover, .form-contact textarea:hover {
    border-color: #1158c9;
}

.form-contact input:focus, .form-contact textarea:focus {
    outline: 0 !important;
    border-color: #1158c9;
    box-shadow: 0 0 0 3px #d0def4 !important;
}

.form-contact .form-check {
    margin: 30px 0;
    padding-left: 25px;
}

.form-contact .form-check .form-check-label {
    font-size: 16px;
    color: #263654;
    font-weight: 400;
}

.form-contact .form-check input {
    width: 16px;
    height: 16px;
    margin-left: -25px;
}

.form-contact .btn-submit {
    padding: 12px 25px !important;
    height: auto;
    line-height: 1 !important;
    font-size: 16px;
    background: #1158c9;
    opacity: 1;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15), 0 2px 2px rgba(0,0,0,.1), 0 4px 4px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.08), 0 16px 16px rgba(0,0,0,.02);
    box-shadow: 0 1px 1px rgba(0,0,0,.15), 0 2px 2px rgba(0,0,0,.1), 0 4px 4px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.08), 0 16px 16px rgba(0,0,0,.02);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-contact .btn-submit.disabled {
    background: #d3d3d4;
    cursor: not-allowed;
}

.category-info {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.slider-thumbs .thumb-item.slick-current {
    border-radius: 9px;
}

.category-info .name {
    font-size: 66px;
    font-weight: 500;
    text-transform: uppercase;
    color: #263654;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
}

.category-info .description {
    font-size: 16px;
    color: #263654;
    opacity: .75;
}

.glow-wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 250ms ease;
    -webkit-clip-path: inset(3% 3% 3% 3% round 0.55rem);
}

.glow.vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(220%) skewX(-45deg);
    -ms-transform: translateX(220%) skewX(-45deg);
    transform: translateX(220%) skewX(-45deg);
    background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.4)),to(transparent));
    background: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.4),transparent);
    background: linear-gradient(.25turn,transparent,rgba(255,255,255,.4),transparent);
    mix-blend-mode: hard-light;
    opacity: 1;
    background-size: 75% 100%;
    background-repeat: no-repeat;
}

.article-item, .category-item {
    margin-bottom: 50px;
}

.product-item {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    overflow: hidden;
}

.article-item .inner-image, .category-item .inner-image {
    position: relative;
    overflow: inherit;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
}

.category-item .inner-image .wrp-effect-change-img, .article-item .inner-image .wrp-effect-change-img {
    position: relative;
    padding-bottom: 53%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease;
}

.category-item .inner-image .wrp-effect-change-img {
    padding-bottom: 64%;
}

.category-item .inner-image .wrp-effect-change-img img, .article-item .inner-image .wrp-effect-change-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-clip-path: inset(-1px -1px -1px -1px round 0.55rem);
    clip-path: inset(-1px -1px -1px -1px round 0.55rem);
}

.category-item .inner-image .wrp-effect-change-img:after, .article-item .inner-image .wrp-effect-change-img:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0.6rem;
    -webkit-transition: -webkit-box-shadow 250ms ease .15s;
    transition: -webkit-box-shadow 250ms ease .15s;
    transition: box-shadow 250ms ease .15s;
    transition: box-shadow 250ms ease .15s,-webkit-box-shadow 250ms ease .15s;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 2px 2px rgba(0,0,0,.2), 0 4px 4px rgba(0,0,0,.15), 0 8px 8px rgba(0,0,0,.1), 0 16px 16px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 2px 2px rgba(0,0,0,.2), 0 4px 4px rgba(0,0,0,.15), 0 8px 8px rgba(0,0,0,.1), 0 16px 16px rgba(0,0,0,.05);
}

.category-item:hover .inner-image, .article-item:hover .inner-image {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category-item:hover .inner-image .wrp-effect-change-img img, .article-item:hover .inner-image .wrp-effect-change-img img {
    -webkit-transition: all 250ms ease;
    clip-path: inset(3% 3% 3% 3% round 0.55rem);
    -webkit-clip-path: inset(3% 3% 3% 3% round 0.55rem);
}

.category-item:hover .inner-image .wrp-effect-change-img:after, .article-item:hover .inner-image .wrp-effect-change-img:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease,-webkit-box-shadow .1s ease;
}

.category-item .inner-image:hover .wrp-effect-change-img .glow.vertical, .article-item .inner-image:hover .wrp-effect-change-img .glow.vertical {
    opacity: .4;
    -webkit-transform: translateX(-140%) skewX(-45deg);
    -ms-transform: translateX(-140%) skewX(-45deg);
    transform: translateX(-140%) skewX(-45deg);
    -webkit-transition: opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1s cubic-bezier(.23,1,.32,1) .1s;
    transition: opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1s cubic-bezier(.23,1,.32,1) .1s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .1s,opacity 1s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .1s,opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1s cubic-bezier(.23,1,.32,1) .1s;
    transition: transform 1s cubic-bezier(.23,1,.32,1) .1s,opacity 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1.5s cubic-bezier(.23,1,.32,1) .1s;
}

.category-item .inner-content, .article-item .inner-content, .article-item .inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: capitalize;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease;
}

.product-item .inner-content .product-category {
    font-size: 16px;
    max-height: 32px;
    color: #929299;
    -webkit-transition: opacity 250ms ease,-webkit-transform 250ms ease;
    transition: opacity 250ms ease,-webkit-transform 250ms ease;
    transition: transform 250ms ease,opacity 250ms ease;
    transition: transform 250ms ease,opacity 250ms ease,-webkit-transform 250ms ease;
}

.category-item .inner-content .product-title a, .article-item .inner-content .article-title a {
    font-size: 29px;
    text-transform: uppercase;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.4;
    color: #263654;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    padding-top: 5px;
}

.category-item .inner-content .show_project {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    position: absolute;
    top: 100%;
    color: #1158c9;
}

.category-item:hover .inner-content {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    background: white;
}

.category-item:hover .inner-content .product-category {
    opacity: 0
}

.category-item:hover .inner-content .show_project {
    opacity: 1;
}

.category-item .inner-content .show_project i {
    font-weight: bold;
    transform: rotate(45deg);
}

.mb-100 {
    margin-bottom: 100px;
}

.album-product {
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    column-count: 4;
    column-gap: 15px;
    margin: 0 30px;
}

.album-product a:hover {
    opacity: .8;
}

.album-product img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    cursor: zoom-in;
}

.action-contact {
    margin: 50px 0;
    text-align: center;
}

.action-contact a {
    display: inline-block;
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 12px 25px;
    height: auto;
    line-height: 1;
    font-size: 16px;
    background: #1158c9;
    opacity: 1;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15), 0 2px 2px rgba(0,0,0,.1), 0 4px 4px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.08), 0 16px 16px rgba(0,0,0,.02);
    box-shadow: 0 1px 1px rgba(0,0,0,.15), 0 2px 2px rgba(0,0,0,.1), 0 4px 4px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.08), 0 16px 16px rgba(0,0,0,.02);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-item .inner-content {
    margin-top: 30px;
}

.article-item .inner-content .cate-info {
    font-size: 14px;
    line-height: 1.8;
    color: #929299;
    margin-bottom: 20px;
}

.article-item .inner-content .cate-info .post-cate {
    position: relative;
    padding-left: 20px;
}

.article-item .inner-content .cate-info .post-cate a:last-child .comma-item {
    display: none;
}

.article-item .inner-content .cate-info .post-cate:before, .article-entry-info .post-date:before, .article-entry-info .article-category:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #d3d3d4;
    border-radius: 100%;
}

.article-item .inner-content .cate-info .post-cate a {
    color: #1158c9;
}

.article-item .inner-content .cate-info .post-cate a {
    color: #1158c9;
}

.article-item .inner-content .article-description {
    font-size: 16px;
    color: #263654;
    margin-bottom: 30px;
}

.article-item .inner-content .author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #929299;
    position: relative;
}

.article-item .inner-content .author .post-author span {
    margin-left: 5px;
}

.article-item .inner-content .author .post-author {
    padding-right: 15px;
    background: var(--white);
    position: relative;
}

.article-item .inner-content .author .read-more {
    padding-left: 15px;
    background: var(--white);
    position: relative;
    color: #1158c9;
    font-weight: 500;
    text-transform: initial;
    font-size: 14px;
    -webkit-transition: padding-right 250ms;
    transition: padding-right 250ms;
}

.article-item .inner-content .author:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.5px;
    background: #d3d3d4;
}

.article-item .inner-content .author .read-more i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}

.article-item .inner-content .author .read-more:hover i {
    opacity: 1;
}

.article-item .inner-content .author .read-more:hover {
    padding-right: 20px;
}

.sidebar-post {
    padding-left: 30px;
    margin-bottom: 70px;
}

.sidebar-post .title-section-1, .sidebar-product .title-section-1 {
    font-size: 24px;
    color: #263654;
    text-transform: initial;
    margin-bottom: 30px;
}

.sidebar-post .view-small .article-item {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-post .view-small .article-item .inner-content {
    margin: 0;
    padding-left: 0;
}

.sidebar-post .view-small .article-item .inner-content .article-title {
    margin-bottom: 0;
}

.sidebar-post .view-small .article-item .inner-content .article-title a {
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    font-family: "Roboto", Arial, sans-serif;
    text-overflow: unset;
    white-space: normal;
}

.sidebar-post .view-small .article-item .inner-content .article-title a:hover {
    color: #1158c9;
}

.sidebar-post .view-small .article-item .inner-content .post-date {
    color: #929299;
    font-size: 14px;
}

.sidebar-cate {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-cate .item-cate {
    font-size: 16px;
    color: #929299;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

.sidebar-cate .item-cate:before {
    content: "-";
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1;
}

.sidebar-cate .item-cate .count-post {
    color: #929299;
    margin-left: 5px;
}

.sidebar-post .tags {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-post .tags a {
    font-size: 13px;
    color: #1158c9;
    padding: 6px 12px;
    margin: 0 10px 10px 0;
    line-height: 1;
    border: 1px solid #8bb5f8;
    border-radius: 4px;
    background: #f3f7fe;
}

.sidebar-post .tags a:hover {
    background: #1158c9;
    color: #fff;
}

.article-detail {
    padding-top: 100px !important;
    width: 72%;
    margin: 0 auto;
}

.article-title-detail {
    font-size: 50px;
    color: #263654;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.article-entry-info {
    color: #929299;
    font-size: 14px;
    margin-bottom: 40px;
}

.article-entry-info > span, .article-entry-info .article-category {
    margin-right: 0;
}

.article-entry-info .post-date, .article-entry-info .article-category {
    position: relative;
    padding-left: 25px;
}

.article-entry-info .article-category a {
    font-weight: 400;
    text-transform: initial;
    color: #1158c9;
}

.article-entry-info .article-category a {
    font-weight: 400;
    text-transform: initial;
    color: #1158c9;
}

.article-image-detail {
    width: calc(100% + 28%);
    margin-left: -14%;
    position: relative;
    padding-top: 56%;
    margin-bottom: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 2px 2px rgba(0,0,0,.2), 0 4px 4px rgba(0,0,0,.15), 0 8px 8px rgba(0,0,0,.1), 0 16px 16px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.25), 0 2px 2px rgba(0,0,0,.2), 0 4px 4px rgba(0,0,0,.15), 0 8px 8px rgba(0,0,0,.1), 0 16px 16px rgba(0,0,0,.05);
}

.article-image-detail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.article-detail .tags {
    padding-left: 0;
    margin: 20px 0;
}

.article-detail .tags li a {
    font-size: 13px;
    color: #1158c9;
    padding: 6px 12px;
    margin: 0 10px 10px 0;
    line-height: 1;
    border: 1px solid #8bb5f8;
    border-radius: 4px;
    background: #f3f7fe;
}

.view-related .title-section {
    width: 72%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 36px;
    color: #263654;
}

.view-related .article-item {
    position: relative;
}

.view-related .article-item .inner-image .wrp-effect-change-img {
    padding-bottom: 60%;
}

.view-related .article-item .inner-image .wrp-effect-change-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100.1%;
    background: #000;
    background: -webkit-linear-gradient(to right,#000 0,#0a1852 100%);
    background: -webkit-gradient(linear,left top,right top,from(#000),to(#0a1852));
    background: -webkit-linear-gradient(left,#000 0,#0a1852 100%);
    background: linear-gradient(to right,#000 0,#0a1852 100%);
    opacity: .4;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-clip-path: inset(0 0 0 -0.5pt round 0.55rem);
    clip-path: inset(0 0 0 -0.5pt round 0.55rem);
    z-index: 9;
}

.view-related .article-item:hover .inner-image .wrp-effect-change-img:before {
    -webkit-transition: all 250ms ease;
    clip-path: inset(3% 3% 3% 3% round 0.55rem);
    -webkit-clip-path: inset(3% 3% 3% 3% round 0.55rem);
}

.view-related .article-item .inner-content {
    margin: 0;
    position: absolute;
    bottom: 7px;
    padding: 0 20px;
    z-index: 99;
}

.view-related .article-item .inner-content .cate-info {
    margin-bottom: 0;
    color: #fff;
}

.view-related .article-item .inner-content .article-title a {
    color: #fff;
    font-size: 28px;
}

.view-related {
    padding-bottom: 20px;
}

.page-porducts {
    margin-top: 70px;
}

.sidebar-product .categories-section .dropdown-toggle::after {
    content: "\e908";
    font-family: "iconsax";
    border: 0;
    font-size: 24px;
    font-weight: bold;
    color: #505050;
}

.sidebar-product .categories-section a {
    font-size: 15px;
    padding: 5px 0;
}

.categories-section a:hover, .categories-section a.active {
    color: var(--color-highlight);
}

.sidebar-product .categories-section .dropdown-toggle.open::after {
    content: "\eb1f";
}

.sidebar-product .categories-section > li.has-child > .list-child {
    background: none;
    padding-left: 20px;
}

.product-item .product-description {
    font-size: 14px;
    min-height: 110px;
}

.product-item .show_project {
    margin-top: 20px;
    color: white;
    background: var(--color-highlight);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--color-highlight);
    padding: 3px 15px;
    border-radius: 6px;
}

.product-item .show_project:hover {
    background-color: #c80606;
    color: var(--white);
    border-color: #c80606;
}

.product-item .show_project i {
    font-weight: bold;
    font-size: 16px;
}

.view-sidebar .item-product {
    position: relative;
    box-shadow: 4px 12px 12px #00000014;
    border-radius: 10px;
    margin-bottom: 20px;
}

.view-sidebar .item-product .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 30px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    transition: all 0.2s linear;
}

.view-sidebar .item-product:hover .inner-content {
    height: 100%;
    opacity: .8;
    background: transparent linear-gradient(307deg, #001D3D 0%, #0067B1 100%) 0% 0% no-repeat padding-box;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view-sidebar .item-product img {
    border-radius: 10px;
}

.view-sidebar .item-product .inner-content .product-title {
    margin-bottom: 0;
}

.view-sidebar .item-product .inner-content .product-title a {
    color: var(--white);
    font-size: 19px;
    text-transform: uppercase;
}

.view-sidebar .item-product .inner-content .show_project {
    color: var(--white);
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.view-sidebar .item-product .inner-content .show_project i {
    font-weight: bold;
}

.sidebar-product {
    margin-bottom: 30px;
}

.setting-menu {
    background: rgb(255 255 255 / 80%);
}

.is-mobile .btn-menu-mobile {
    margin-right: 1rem;
}

/*CSS by quyettq*/
/*nut lien he goc man hinh*/
.hotline-phone-ring-wrap {
    right: 10px;
    bottom: 50px;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -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-circle {
    width: 65px;
    height: 65px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(51 153 204);
    -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: 50px;
    height: 50px;
    position: absolute;
    background-color: rgb(51 153 204);
    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%;
}

#zalo .hotline-phone-ring-circle-fill {
    background-color: #0b94e3;
}

#zalo .hotline-phone-ring-circle {
    border-color: #0c94e2;
}

#backToTop .hotline-phone-ring-circle-fill {
    background-color: #2f80ed;
}

#backToTop .hotline-phone-ring-circle {
    border-color: #2f80ed;
}

#backToTop {
    display: none;
}

#backToTop.show {
    display: flex;
}

@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;
    }
}

@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;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

.setting-menu > .row {
    align-items: center;
}

.logo-section img {
    max-height: 65px;
}

.swiper-content {
    z-index: 2;
}

.swiper-content::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    z-index: 1;
}

.swiper-content .content {
    z-index: 3;
}

.sidebar-cate .item-cate .list-child {
    padding-left: 10px;
}

.sidebar-cate .item-cate .list-child li a {
    font-size: 90%;
    color: var(--gray);
}

.sidebar-cate .item-cate .list-child li a:hover {
    color: var(--color-highlight);
}

.object-contant {
    object-fit: contain !important;
}

@media (min-width: 1000px) {
    .setting-menu .menu-section > ul > li > a {
        position: relative;
        display: inline-block;
    }

    .setting-menu .menu-section > ul > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 0;
        height: 2px;
        background: var(--color-highlight);
        transition: all .25s ease;
    }

    .setting-menu .menu-section > ul > li > a:hover:before, .setting-menu .menu-section > ul > li > a.active:before {
        width: 100%;
    }
}

/*End quyettq*/
@media (max-width: 768px) {
    .categories-section {
        margin-bottom: 20px;
    }

    .product-item .inner-content .product-title a {
        font-size: 16px !important;
    }

    .product-detail-footer img {
        width: 100% !important;
        height: auto !IMPORTANT;
    }

    .category-info-pro-neww {
        margin-left: 1rem;
    }

    .mb-far {
        margin-bottom: 2rem !important;
    }

    .content-aboutus iframe {
        width: 100%;
        height: 20rem;
    }

    .content-aboutus img {
        width: 100%;
        height: auto;
    }

    .swiper-pagination-fraction {
        display: none;
    }

    .swiper-slider-main .slider-nav {
        height: 40px;
        width: 100%;
        top: initial;
        bottom: 100px;
        left: 0;
        right: 0;
        flex-direction: row;
    }

    .swiper-button-prev, .swiper-button-next {
        margin: 0 10px;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        transform: rotate(0deg);
    }

    .banner-child {
        /*margin-bottom: 1rem;*/
        min-height: 297px;
    }

    .banner-child .content h1 {
        line-height: 1.5;
        font-size: 31px;
    }

    .banner-child .content span {
        font-weight: 500;
    }

    .banner-child .content span, .banner-child .content p {
        font-size: 13px;
        color: #d8d7db;
    }

    .introduct-services {
        margin-top: 60px;
    }

    .title-child {
        margin-bottom: 30px;
    }

    .introduct-services .list-services .item {
        margin-bottom: 40px;
    }

    .category-info .name {
        width: 100% ;
        font-size: 28px;
        line-height: 1.4;
    }

    .category-info .description {
        font-size: 13px;
    }

    .album-product {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .sidebar-post {
        padding-left: 0;
        margin-bottom: 50px;
    }

    .article-detail {
        padding-top: 60px !important;
        width: 90%;
    }

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

    .article-item .inner-content .cate-info .post-cate:before, .article-entry-info .post-date:before, .article-entry-info .article-category:before {
        top: 7px;
        transform: none;
    }

    .article-image-detail {
        width: calc(100% + 10%);
        margin-left: -5%;
    }

    .view-related .title-section {
        width: 90%;
        font-size: 27px;
    }

    .view-sidebar .item-product .ratio-custome {
        padding-top: 76%;
    }

    .product-item .product-description {
        min-height: auto;
    }

    .page-porducts>.row>div[class*=col-]:first-child {
        order: 2;
    }

    .is-mobile .product-detail-footer table {
        height: auto !important;
        overflow-x: scroll;
        display: block;
    }
}

@media (max-width: 500px) {
    .swiper-slider-main .swiper-slide-active .img-cover {
        /* object-fit: fill; */
    }

    .home {
        overflow-y: hidden !important;
    }
    
    .banner-child, .banner-products {
        min-height: 250px;
        height: 250px;
    }
}

.filter-price.filter-section li {
    flex: 0 0 100%;
    max-width: 100%;
}

#contact_consulting .btn-submit {
    background-color: var(--black);
}

#contact_consulting .btn-submit:hover {
    background-color: var(--color-highlight);
}

.target_show .close_show {
    border: none;
}

.link_show.toggle-menu {
    display: block;
    color: #333333;
}

.link_show.toggle-menu {
    display: block;
}

.content-filter-product {
    position: fixed;
    max-width: 20rem;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

.target_show.toggle .content-filter-product {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.target_show .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.target_show.toggle .back-drop {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

@media (min-width: 768px) {
    .link_show.toggle-menu, .title-form-filter {
        display: none !important;
    }
    
    .content-filter-product {
        position: unset;
        transform: none;
        box-shadow: none;
    }
}