.image-iot {
    height: 500px;
    object-fit: contain;
}
/* .services-img {
    top: -100px !important;
} */
/* Spinner nhỏ trong nút */
.button-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
    margin-right: 6px;
}
#sensor,
#energy,
#custom {
    scroll-margin-top: 160px;
}
.bg-lightblue:disabled {
    background-color: #0d74ce;
    opacity: 0.7;
}
.max-w-800 {
    max-width: 890px !important;
}

.text-2lg p {
    font-size: 20px !important;
}

.form-check-label {
    cursor: pointer;
}
.checbox-contact {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid rgb(28, 32, 36) !important;
}
.section-content-blog p img {
    width: 100% !important;
    height: 100% !important;
}
.slick-prev {
    left: 35 !important;
}
.custom-content-service p img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.custom-corp-logo-slide {
    animation: slideLeft 50s linear infinite;
    width: max-content;
}

.custom-corp-logo-slide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.custom-text-2lg p {
    font-size: 20px !important;
}
.section-contact {
    padding-bottom: 112px !important;
}
.height-banner {
    height: 100vh;
}
.content-header {
    padding-top: 112px;
}
.header-blog {
    margin-top: 70px;
}
#industry .slick-dots {
    bottom: -55px;
}
/* Keyframes quay */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1024px) {
    .height-banner {
        height: 55vh !important;
    }
}
@media only screen and (max-width: 768px) {
    .custom-text-2lg p {
        font-size: 16px !important;
    }
    .section-contact {
        padding-bottom: 75px !important;
    }
    .content-contact {
        padding-top: 120px;
    }
    .content-header {
        padding-top: 75px;
    }
    .height-banner {
        height: 55vh !important;
    }
    .header-blog {
        margin-top: 45px;
    }
}
@media screen and (max-width: 390px) {
    .h-full-screen {
        height: calc(100vh - 250px) !important;
    }
}
