body {
    font-family: "Mulish", serif;
    font-size: 16px;
    color: #333;
}

img {
    max-width: 100%;
}
.header-top {
    padding: 13px 0;
    background-color: #0044AD;
}
.header-top-content {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.header-top-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-top-nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-top-nav .dropdown {
    display: none;
}
.header-top-right {
    display: flex;
    align-items: center;
}
.multilanguage-sp {
    display: none;
}
.header-top-link {
    display: flex;
}
.header-top-link-item {
    display: flex;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.header-top-link-item:after {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.header-top-link-item:first-child::after {
    display: none;
}
.header-top-link-item a {
    display: flex;
}
.main-header {
    padding: 26px 0;
    background: url("../../../../images_new/header-bg.svg") top right no-repeat;
}
.main-header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.main-header-nav {
    display: flex;
    gap: 70px;
}
.main-header-nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}
.main-header-nav-item.active a {
    color: #0044AD;
}
.header-hotline {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-hotline-content {
    font-weight: 700;
}
.header-hotline-content-text {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}
.header-hotline-content-number {
    color: #0044AD;
    font-size: 24px;
}
.carousel-indicators li {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #BFBFBF;
    border-color: #BFBFBF;
    border-radius: 50%;
}
.carousel-indicators li.active {
    background-color: #0044AD;
    border-color: #0044AD;
}
.carousel-control .glyphicon {
    width: 45px;
    height: 45px;
}
.carousel-control.left .glyphicon {
    background: url("../../../../images_new/icons/prev.svg") center no-repeat;
    background-size: contain;
}
.carousel-control.right .glyphicon {
    background: url("../../../../images_new/icons/next.svg") center no-repeat;
    background-size: contain;
}
.carousel-control.left .glyphicon:before,
.carousel-control.right .glyphicon:before {
    content: "";
}
.home-block {
    margin-bottom: 58px;
}
.home-block-title h3 {
    margin: 0 0  8px;
    font-size: 32px;
    font-weight: 700;
    color: #0044AD;
}
.home-block-title-border {
    width: 100%;
    max-width: 187px;
    height: 4px;
    background: #D80E0B;
    border-radius: 3px;
}
.home-block-title.text-center .home-block-title-border {
    margin: 0 auto;
}
.home-block-title-border__small {
    max-width: 131px;
}
.home-block-title-border__large {
    max-width: 347px;
}
.home-block-intro {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 100px;
}
.home-intro-content {
    margin: 20px 0 16px;
    font-size: 20px;
    font-weight: 500;
}
.home-block-intro img {
    max-width: 550px;
}
.home-block-feature {
    background: url("../../../../images_new/feature-bg.svg") top left no-repeat;
    background-position-y: 40px;
}
.home-feature-video {
    margin-top: 40px;
}
.home-feature-content {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.home-feature-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.home-feature-item {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    background-color: #0044AD;
    border-radius: 10px;
}
.home-feature-item-content {
    display: flex;
    flex-direction: column;
}
.home-brand-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.view-more-btn {
    display: flex;
    justify-content: center;
}
.view-more-btn-info {
    justify-content: left;
}
.view-more-btn a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0044AD;
    border-radius: 36px;
    text-decoration: none;
}
.home-block-product-bg {
    margin-bottom: 18px;
    padding-bottom: 40px;
    background: url("../../../../images_new/product-bg.svg") bottom right no-repeat;
}
.home-product-list {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.home-product-item {
    border-radius: 12px;
    overflow: hidden;
}
.home-product-top {
    position: relative;
    border: 3px solid #0044AD;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.home-product-logo {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 58px;
}
.home-product-tel {
    padding: 3px 20px 0 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: url("../../../../images_new/zalo-bg.svg") center no-repeat;
    background-size: cover;
}
.home-product-content {
    background-color: #fff;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
.home-product-title {
    padding: 24px 18px 18px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.home-product-contact {
    padding: 0 18px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #D80E0B;
    text-align: center;
}
.home-product-view-detail a {
    display: flex;
    justify-content: center;
    padding: 9px;
    font-weight: 600;
    color: #fff;
    background: #0044AD;
    text-decoration: none;
}
.home-block-news {
    padding-bottom: 83px;
}
.home-news-list {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.home-news-item img {
    display: flex;
    width: 100%;
    border-radius: 10px;
}
.home-news-item a {
    margin: 16px 0 12px;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}
.home-news-item p {
    margin-bottom: 0;
    font-weight: 500;
}
footer {
    padding: 40px 0;
    color: #fff;
    background-color: #0044AD;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}
.footer-nav {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-nav:first-child {
    margin-top: 0;
}
.footer-nav-title {
    font-weight: 700;
    text-transform: uppercase;
}
.footer-nav:first-child .footer-nav-title {
    font-size: 20px;
}
.footer-nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-nav-item a {
    display: flex;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.footer-socials {
    display: flex;
    gap: 16px;
}
.footer-socials a {
    display: flex;
}
.copyright {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #fff;
}

@media (min-width: 1400px) {
    .container {
        width: 1330px;
    }
}

@media (max-width: 1399px) {
    .main-header-nav {
        gap: 50px;
    }
    .home-feature-item {
        padding: 15px;
    }
    .footer-nav {
        margin-top: 4px;
    }
    .footer-nav:first-child .footer-nav-title {
        font-size: 18px;
    }
    .footer-nav-item {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    /*.multilanguage-pc {
        display: none;
    }*/
    .multilanguage-sp {
        display: flex;
    }
    .main-header-nav {
        gap: 20px;
    }
    .carousel-control .glyphicon {
        width: 30px;
        height: 30px;
    }
    .home-block-intro {
        flex-direction: column;
    }
    .home-block-feature,
    .home-block-product-bg {
        background: none;
    }
    .home-feature-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-brand-list img {
        max-width: 200px;
    }
    .footer-content {
        display: grid;
        grid-template-columns: 60% 40%;
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .header-top-nav {
        gap: 16px;
    }
    .header-top-nav .dropdown {
        display: block;
    }
    .header-top-nav .dropdown button {
        background: transparent;
        border: none;
    }
    .header-top-nav .dropdown .glyphicon-align-justify {
        font-size: 20px;
    }
    .header-top-nav .dropdown ul li a {
        text-transform: uppercase;
    }
    .header-top-nav-item img {
        width: 24px;
    }
    .header-top-nav-item span {
        display: none;
    }
    .header-logo img {
        width: 70px;
    }
    .main-header-nav {
        display: none;
    }
    .home-page-content .carousel-indicators {
        bottom: 0;
    }
    .home-block-title h3 {
        font-size: 24px;
    }
    .home-block-title-border {
        max-width: 130px;
    }
    .home-block-title-border__small {
        max-width: 100px;
    }
    .home-block-title-border__large {
        max-width: 250px;
    }
    .home-brand-list img {
        max-width: 135px;
    }
    .home-product-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .home-block-title h3 {
        font-size: 18px;
    }
    .home-intro-content {
        font-size: 16px;
    }
    .home-brand-list img {
        max-width: 100px;
        max-height: 50px;
    }
    .home-feature-content {
        font-size: 16px;
    }
    .home-product-list,
    .home-news-list,
    .footer-content {
        display: flex;
        flex-direction: column;
    }
    .home-product-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .header-top-nav {
        gap: 8px;
    }
    .main-header {
        padding: 16px 0;
    }
    .carousel-control .glyphicon {
        width: 20px;
        height: 20px;
    }
    .home-block-intro {
        margin-top: 40px;
    }
    .home-block-title h3 {
        font-size: 16px;
    }
    .home-block-intro img {
        max-width: 100%;
    }
    .home-feature-list {
        display: flex;
        flex-direction: column;
    }
    .home-brand-list img {
        max-width: 60px;
        max-height: 20px;
    }
    .home-product-title,
    .home-news-item a {
        font-size: 16px;
    }
    .copyright {
        font-size: 12px;
    }
}


.form-control, .btn {
    margin-bottom: 15px;
}
