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

.bg-gray {
    background-color: #d7d7d7;
}

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

html {
    font-size: 10px;
}

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

.logo-section a {
    display: block;
    border-radius: 50%;
    background-color: white;
    padding: 5px 28px;
}

.logo-section {
    max-width: 160px;
    margin: 0px auto;
    padding: 8px;
    border-radius: 100%;
    background: var(--color-main);
    position: absolute;
    left: 50%;
    top: -25px;
    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: 55px;
    height: 55px;
    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;
}

.linhvuc_image {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 2.5;
    filter: brightness(.6);
}

.linhvuc_title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.5;
}

.linhvuc_description_short {
    font-size: 22px;
}

.linhvuc_description {
    font-size: 16px;
    max-width: 100%;
    width: 500px;
    margin: auto;
}

#counter {
    position: relative;
}
#counter img {
    max-width: 50px;
}
#counter .value {
    font-size: 30px;
    color: var(--color-main);
}
#counter .name{
    font-size: 16px;
}

.item-view-category .info h4 {
    font-size: 21px;
}

.notif-section .title {
    font-size:2rem
}
.notif-section .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: white;
}
.notif-section .notif-item i {
    font-size: 1.2rem;
}
.notif-section .desc {
    line-height: 1.7;
}
.notif-section .notif-item-3 , .notif-section .notif-item-3 .title{
    font-size: 2.6rem;
}

.banner-reg-section .item {
    min-height: 40vw;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
}
.banner-reg-section .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #120f2d;
    opacity: .5;
}
.banner-reg-section .title {
    font-size: 4.8rem;
    line-height: 1.2;
}
.banner-reg-section .title:before {
    content: '';
    background: var(--color-hightlight);
    width: 215px;
    left: 50%;
    margin-left: -107px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.banner-reg-section .desc {
    font-size: 2.5rem;
}
.item-view-category {
    background-size: cover;
    background-position: center center;
    height: 207px;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.item-view-category:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
}
.item-view-category:nth-child(1):after {
	background: #003471;
}
.item-view-category:nth-child(2):after {
	background: #3cb878;
}
.item-view-category:nth-child(3):after {
	background: #004a80;
}
.item-view-category:nth-child(4):after {
	background: #20ccb2;
}
.item-view-category:nth-child(5):after {
	background: #f26522;
}
.item-view-category .info {
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
}
.item-view-category .list-article {
    transition: all .5s;
    opacity: 0;
    max-height: 0;
}
.item-view-category:hover .list-article{
    opacity: 1;
    max-height: 123px;
}

.item-view-category .list-article a{
    color: white;
    font-size: 1.1rem;
}
.item-view-category:hover h4{
    text-decoration: underline;
}
.tab-train .title-section {
    font-size: 3rem;
}
.video-form-section {
    background-size: cover;
    position: relative;
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-position: center;
}
.video-form-section:before {
	    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #120f2d;
    opacity: .5;
}
.video-form-section .form {
    padding: 3rem 5rem;
}

.video-form-section .form .title {
    font-size: 3rem;
}
.video-form-section .form .form-control:not(textarea) {
    height: 50px;
    font-size: 14px;
}

.video-form-section .form .form-group {
    margin-bottom: 2rem;
}

.testimonial-section .block-tab.nav .nav-item .nav-link {
    padding: 0;
}
.testimonial-section .block-tab.nav .nav-item .nav-link:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .5;
    z-index: 2;
    transition: all .3s;
}
.testimonial-section  .block-tab.nav .nav-item .nav-link.active, .testimonial-section .block-tab.nav .nav-item .nav-link:hover {
    background: none;
}

.testimonial-section .block-tab.nav .nav-item .nav-link.active:before, .testimonial-section .block-tab.nav .nav-item .nav-link:hover:before {
    opacity: 0;
}
.testimonial-section .tab-content{
    font-size: 1.6rem;
}
.testimonial-section .title {
    border-left: 6px solid var(--color-main);
    padding-left: 1.2rem;
}

.partner-section .title-section {
    font-size: 3rem;
}

.btn-submit-2 {
    border: 1px solid var(--color-hightlight);
    background-color: var(--color-hightlight);
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 3rem;
    padding-right: 3rem;
}

.video-form-section .btn {
    animation: tada 1.8s infinite;
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.3,1.3,1.3) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.3,1.3,1.3) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

#menu-list-tab ul {
    list-style: none;
    width: 100%;
    margin-left: 0;
    padding: 20px;
    margin-bottom: 8px;
    text-align: center;
}
#menu-list-tab ul li {
    display: inline;
    padding: 15px 5px;
    margin-right: 5px;
    transition: all .3s;
}
#menu-list-tab ul li a {
    color: var(--black);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding:10px 15px;
    display: block;
}
#menu-list-tab ul li:hover, #menu-list-tab ul li.active {
    background: var(--color-main);
    color: #fff;
}
#menu-list-tab ul li:hover a, #menu-list-tab ul li.active a{
    color: #fff;
}





.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: var(--color-hightlight);
}
.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: 999;
    -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: 120px;
    padding: 0;
    top: -34px;
}
@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: 30px;
    }
    .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: 30px;
}

/*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;
}
@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;
    }
	
	#noi-dung-tab {
	    overflow-x: auto;
	    overflow-y: hidden;
	}
	
	#noi-dung-tab * {
	    overflow: unset;
	}
}

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

.is-mobile .section-about {
    padding-top: 5rem !important;
    padding-bottom: 2rem !important;
}

.video-form-section .video iframe {
    width: 100%;
    aspect-ratio: 1.775;
}

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

.share-buttons .share-button {
    margin-top: 1.5rem;
}

.share-button {
    display: block;
    position: relative;
    height: 4rem;
    width: 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 {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -1.5rem;
    text-align: center;
}

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

.share-button-secondary {
    overflow: hidden;
    margin-left: 1.5rem;
    height: 4rem;
}

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

/*End Button Contact Fixed*/