.app-menu.navbar-menu {
    padding: 0;
}
.page-content{
    padding: 0 !important;
}

.container-fluid {
    margin: 0 !important;
    max-width: 100vw !important;
    padding: 0 !important;
}

.iotlink-background {
    background-image: url("/static/assets/images/iot_img/background.jpg");
}

.atk-background {
    background-image: url("/static/assets/images/iot_img/ATK16-01.png");
}

.suoimoga-background {
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    background-image: url("/static/assets/images/suoikem/image4.jpg");
}

.header-background{
    background-size: cover;
    background-position: bottom;
    padding: 202px 0 170px 0;
}

.bg-overlay {
    opacity: .1;
}

.auth-one-bg {
    background-image: url("/static/assets/images/iot_img/bg-1.jpg");
}

h5.mb-4.fw-semibold.text-secondary {
    height: 30px;
}

.p-img-custom {
    padding: 2px;
}

.h-card-border-info {
    min-height: 370px;
}

.auth-one-bg .bg-overlay {
    opacity: .6;
}

.text-white-custom{
    color: #FFFFFF;
}

.img-introduce{
    width: 372px;
    height: 300px;
}
#carouselExampleSlidesOnly  {
    max-height: 500px;
}
#carouselExampleSlidesOnly .carousel-item img {
    width: 100%;
    object-fit: cover;
}

h4 {
    line-height: 26px;
}