.effect-laclac {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes quick-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);
    }
}

.setting-menu > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
}

.logo-section img {
    border-radius: 100%;
}

.logo-section {
    max-width: 150px;
    margin: 0px auto;
    padding: 8px;
    border-radius: 100%;
    background: var(--color-main);
    position: absolute;
    left: 50%;
    top: -29px;
    z-index: 1;
    transform: translateX(-50%);
    width: 100%;
    transition: 1.1s;
}

.setting-menu > .container > .row > div:nth-child(2) {
    position: relative;
}

.content-slider {
    position: absolute;
    width: 100%;
    z-index: 3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content-slider .text-slider {
    width: 44%;
}

.content-slider .text-slider .name-slider {
    font-size: 36px;
    line-height: 1.3;
}

.section-about, .section-category-news {
    background: #ffffff;
}

.name-about-product {
    font-size: 26px;
    font-weight: 700;
}

.text-about-product .see-more a {
    border: 2px solid var(--color-main);
    padding: 7px 15px;
    font-size: 17px;
    color: var(--color-main);
}

.title-category-article {
    border-left: solid 3px var(--color-main);
    padding-left: 11px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.menu-section > ul > li > a {
    line-height: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 18px;
    display: block;
    font-weight: 700;
}

.language-section::before, .currency-section::before {
    display: none;
}

.language-switch {
    display: flex;
    align-items: center;
}

.language-switch a {
    line-height: 60px;
    height: 60px;
    color: white;
    text-transform: uppercase;
    margin-left: 8px;
}

.language-switch a.active {
    color: var(--color-hightlight);
    font-weight: bold;
}

.language-section, .currency-section {
    position: relative;
    margin-right: 20px;
    direction: rtl;
}

.is-mobile .language-section {
    margin-right: 0;
}

.footer_bg {
    position: absolute !important;
    opacity: 5%;
    width: 71%;
    bottom: 58px;
    left: 12%;
    right: 0;
}

.footer a {
    color: white !important;
}

.footer-menu-section ul li > a {
    color: var(--white);
}

.footer-menu-section ul li > a > img {
    filter: invert(1);
}

ul.list-unstyled.app {
    margin: 0 -5px;
}

ul.list-unstyled.app li {
    flex: 0 0 50%;
    text-align: center;
    padding: 0 5px;
}

ul.list-unstyled.app li > a {
    background: var(--white);
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}

ul.list-unstyled.app li > a > img {
    filter: initial;
}

.section-factory .section-about-product .slick-prev {
    left: calc(50% - -30px) !important;
    opacity: 1;
    filter: opacity(1);
    top: initial;
    transform: initial;
    bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.section-factory .section-about-product .slick-next {
    transform: initial;
    opacity: 1;
    filter: opacity(1);
    top: initial;
    bottom: 20px;
    right: initial;
    left: calc(50% - -81px) !important;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.color-red {
    color: red;
}

.product-item .inner-image img {
    transition: 1.1s;
}

.product-item .inner-image:hover img {
    transform: scale(1.1);
}

.banner-product {
    padding-top: 58%;
}

.is-mobile .search-section {
    float: right;
}

.search-section .form-dropdown .input-group-append button.btn.btn-submit {
    height: 40px;
}

.fixed {
    width: 100%;
    top: 0;
    z-index: 99;
    -moz-animation: slideInDown 0.6s ease;
    -webkit-animation: slideInDown 0.6s ease;
    animation: slideInDown 0.6s ease;
    background: #f8f8f8;
    position: fixed;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

.fixed .logo-section {
    max-width: 88px;
}

@media (max-width: 992px) {
    .footer_bg {
        width: 100%;
    }

    .content-slider {
        display: none;
    }

    .section-factory .section-about-product .slick-next, .section-factory .section-about-product .slick-prev {
        bottom: 0;
    }

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

    .facebook iframe {
        height: 123px;
    }

    .entire-info-website address p {
        font-size: 12px;
    }

    footer .phone-footer {
        font-size: 12px !important;
    }

    .footer-menu-section ul li>a {
        font-size: 12px;
    }

    .facebook iframe {
        height: 130px !important;
    }

    .text-about-product {
        margin-bottom: 20px;
    }

    .name-about-product {
        font-size: 20px;
    }
}

.typical-projects .title-section {
    color: #f5f5f5;
    font-size: 35px;
    padding: 10px 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: -13px;
    margin-bottom: 20px;
}

.icon-tit {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.typical-projects .icon-tit:before, .typical-projects .icon-tit:after {
    background: #f5f5f5;
}

.icon-tit:before {
    left: 0;
}

.icon-tit:before, .icon-tit:after {
    content: "";
    width: 140px;
    height: 1px;
    background: #a1541c;
    position: absolute;
    top: 50%;
}

.typical-projects .icon-tit .isax-star {
    color: #f5f5f5;
}

.icon-tit .isax-star {
    font-size: 17px;
    width: 17px;
    text-align: center;
    color: #a1541c;
}

.icon-tit:after {
    right: 0;
}

.transition {
    transition: all 0.4s;
}

.typical-projects .inner-image:hover img {
    transform: scale(1.1);
}

.typical-projects .inner-image {
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    transition: all 0.4s;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.typical-projects .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-weight: 600;
    font-size: 17px;
    padding: 25px 15px 25px 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
}

.typical-projects .line {
    width: 50px;
    height: 3px;
    background-color: var(--white);
    margin: 10px auto 0;
}

.typical-projects .article-item .article-title a {
    color: var(--white);
}

.typical-projects .article-item .gradient-background {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    z-index: 0;
    border-bottom-right-radius: 25px;
}

.typical-projects .description {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    font-weight: normal;
    height: 0;
    opacity: 0;
}

.typical-projects .article-item:hover .description {
    height: 70px;
    opacity: 1;
}

.animation--border {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation--border::before {
    content: "";
    background-image: conic-gradient(#f5f5f5 20deg, transparent 120deg);
    width: 150%;
    height: 150%;
    position: absolute;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.image-background {
    background-size: cover;
    position: relative;
}

.image-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0430507a;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.facebook iframe {
    width: 100%;
    max-width: 100%;
    height: 200px;
}

.typical-projects article.article-item {
    margin-bottom: 30px;
}

.content-about-product .description-about-product {
    text-align: justify;
}

.about-product .content-about-product .name-about-product {
    line-height: 1.4;
    color: var(--color-main);
}

.about-product .item-about-product {
    padding-top: 65%;
    border-radius: 5px;
    overflow: hidden;
}

.about-product .item-about-product img {
    object-fit: cover !important;
}

.section-news-bottom .article-item {
    margin-bottom: 0 !important;
}

.section-news-bottom .article-item .inner-content .article-title {
    /* text-align: center; */
}

.rti-40 {
    padding-top: 40%;
}

.section-news-bottom .article-item .inner-content .article-title a {
    color: var(--color-main);
}

.brand-section .slider-section, .brand-section .slider-section .item img {
    height: auto;
    margin: 0 auto;
    width: auto;
    object-fit: scale-down;
}

.brand-section .inner-title {
    display: none;
}

.brand-section .slider-bg {
    background: none;
}

.brand-section .img-item {
    position: relative;
    padding-top: 65%;
    background: var(--white);
    border-radius: 10px;
}

.brand-section .slider-section .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    padding: 15px;
}

.brand-section .slider-section .slick-list .slick-slide {
    margin: 0 7.5px;
}

.brand-section .slider-section .slick-list {
    margin: 0 -7.5px;
}

.brand-section .slick-dots li button:before {
    background-color: var(--color-main);
    opacity: 0.5;
}

.brand-section .slick-dots li.slick-active button:before {
    opacity: 1;
}

.brand-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.brand-section .slider-section, .brand-section slider-section .item img {
    height: auto !important;
}

.brand-section {
    margin-bottom: 60px;
}

/*END OF DOI TAC*/
.slider-section.slider-bg .slick-dots {
    bottom: 20px;
}

.slider-section.slider-bg .slick-dots ::before {
    background-color: #fff;
}

.article-content iframe {
    aspect-ratio: 7/4;
}

.slider-section {
    height: 38.7vw;
    background: #0367b2;
}

.footer-mid {
    position: relative;
    z-index: 2;
}

.menu-section .menu-link:hover {
    font-size: 15px;
}

.list_article .article-item {
    position: relative;
    overflow: hidden;
}

.list_article .article-item:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
}

.list_article .article-item:hover:before {
    opacity: 1;
}

.list_article .article-item .inner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    transform: translateY(60px);
    transition: transform .35s linear;
    z-index: 2;
}

.list_article .article-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.list_article .link_kham_pha {
    display: flex;
    color: var(--white);
    align-items: center;
    font-size: 16px;
    opacity: 0;
    transition: opacity .35s linear;
}

.list_article .link_kham_pha i {
    display: block;
    background-color: var(--color-hightlight);
    padding: 18px 14px;
    transform: rotate(8deg);
    color: #fff;
    border-radius: 15px 0;
    border: 2px solid #fff;
    margin-right: 10px;
}

.list_article .article-item:hover .inner-content {
    transform: translateY(0) scale(1.05);
}

.list_article .article-item:hover .link_kham_pha {
    opacity: 1;
}

.goog-te-gadget-simple > span {
    display: none !important;
}

/*Button Contact Fixed*/
.share-buttons {
    position: fixed;
    bottom: 75px;
    /* 7.5rem */
    right: 30px;
    /* 3rem */
    z-index: 3;
}

.share-buttons .share-button {
    margin-top: 15px;
    /* 1.5rem */
}

.share-button {
    display: block;
    position: relative;
    height: 40px;
    /* 4rem */
}

.share-button:hover {
    cursor: pointer;
}

.share-button:hover .share-button-primary {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.share-button:hover .share-button-secondary-content {
    transform: translate3d(0, 0, 0);
}

.share-button-primary {
    width: 40px;
    /* 4rem */
    height: 40px;
    /* 4rem */
    border-radius: 50%;
    text-align: center;
}

.share-button-icon {
    display: block;
    color: var(--white);
    width: 40px;
    /* 4rem */
    line-height: 40px;
    /* 4rem */
}

img.share-button-icon {
    /* width: 20px; */
    /* filter: brightness(0) invert(1); */
}

.share-button-secondary {
    overflow: hidden;
    margin-left: 15px;
    /* 1.5rem */
    height: 40px;
    /* 4rem */
}

.share-button-secondary-content {
    background: var(--color-highlight);
    display: block;
    height: 30px;
    /* 3rem */
    text-align: left;
    padding-left: 24px;
    /* 2.4rem */
    padding-right: 18px;
    /* 1.8rem */
    line-height: 30px;
    /* 3rem */
    color: var(--white);
    border-radius: 0 15px 15px 0;
    /* 1.5rem */
    transform: translate3d(-100%, 0, 0);
    transition: transform 175ms ease;
    display: none;
}

/*End Button Contact Fixed*/
.flag-icon {
    width: 30px;
    height: 20px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer;
    transition: transform 0.2s;
}

.flag-icon:hover {
    transform: scale(1.1);
}

.goog-te-banner-frame, .goog-te-balloon-frame, .goog-te-menu-frame, .goog-logo-link, .goog-te-gadget {
    display: none !important;
}

.top-header {
    border-bottom: 1px solid rgb(255 255 255 / 15%) !important;
}

.content-category {
    height: 18rem;
    overflow: hidden;
}

.btn-show .btn-a {
    font-weight: bold;
    color: var(--color-main) !important;
    display: block;
    cursor: pointer;
}

.content-category.transform-active {
    display: block !important;
    max-height: unset;
    height: 100%;
}

.content-category.transform-active ~ .btn-show>.btn-s, .content-category ~ .btn-show>.btn-h {
    display: none;
}

.content-category.transform-active ~ .btn-show>.btn-h {
    display: block;
}

.article-item .inner-image {
    position: relative;
}

.post-meta {
    bottom: 0;
}

.bg-highlight {
    background: var(--color-hightlight);
}

.shadow-2 {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
}

.btn-view-more {
    border-top: 1px dashed var(--gray);
}

@media (max-width: 1650px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 83%;
        left: 5%;
        bottom: 60px;
    }
}

@media (max-width: 1550px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 85%;
        left: 4%;
        bottom: 60px;
    }
}

@media (max-width: 1350px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 95%;
        left: -1%;
        bottom: 60px;
    }

    .menu-section > ul > li > a {
        padding: 0px 10px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 110%;
        left: -9%;
        bottom: 80px;
    }
}

@media (max-width: 1150px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 230%;
        left: -66%;
        bottom: 60px;
    }
}

@media (max-width: 1050px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 150%;
        left: -27%;
        bottom: 60px;
    }
}

@media (max-width: 1000px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 180%;
        left: -40%;
        bottom: 60px;
    }
}

@media (max-width: 900px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 198%;
        left: -49%;
        bottom: 64px;
    }
}

@media (max-width: 800px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 211%;
        left: -56%;
        bottom: 64px;
    }
}

/*@media (max-width: 720px) {*/
/*    .footer_bg {*/
/*        position: absolute !important;*/
/*        opacity: 5%;*/
/*        width: 106%;*/
/*        left: 0%;*/
/*        bottom: 60px;*/
/*    }*/
/*}*/
/*@media (max-width: 720px) {*/
/*    .footer_bg {*/
/*        position: absolute !important;*/
/*        opacity: 5%;*/
/*        width: 80%;*/
/*        left: 12%;*/
/*        bottom: 60px;*/
/*    } */
/*}*/
@media (max-width: 768px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 100%;
        left: 4%;
    }
}

@media (max-width: 630px) {
    .footer_bg {
        position: absolute !important;
        opacity: 5%;
        width: 79%;
        left: 13%;
    }
}
