.setting-menu > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
}
.logo-section img {
    /* border-radius: 100%; */
    width: 80%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.logo-section {
    max-width: 150px;
    margin: 0px auto;
    padding: 13px;
    border-radius: 100%;
    background: #fff;
    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;
}

.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) {
    .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;
    text-transform: uppercase;
    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;
}

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


@media(max-width: 768px) {
    
}
@media (max-width: 576px) {
    .pt-l {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}
/**/
.language-section img {
    height: 15px;
    width: 22px;
}
.language-section li {
    list-style: none;
    margin-left: 10px;
}