/*
* Custom Style
*/
img {
    max-width: 100%;
}

.pointer, .cursor-pointer {
    cursor: pointer;
}

.relative, .form-control-wrapper {
    position: relative;
}

.timepicker .btn {
    width: auto;
    height: auto;
    line-height: 1;
    background: inherit;
    color: inherit;
    border: inherit;
    box-shadow: inherit;
}

.form-group {
    margin: 15px auto;
}

.form-tooltip-error ul, .form-tooltip-error li {
    margin: auto;
    padding: 0;
    list-style: none;
}

.sp-buttons {
    position: absolute;
    bottom: 0;
}

.social-img-icons img {
    margin: 7px auto;
    max-width: 30px;
}

/* Header */
.menu_mobile_v1 {
    position: relative;
    z-index: 2;
}

/* News */
#toc_container {
    border-color: #f5f5f5;
    background-color: #f2f3f4;
}

.sidebars-news {
    border-color: #f5f5f5;
}

.sidebar-line {
    background-color: #f2f3f4;
}

.sidebar-line:before {
    background-color: #f5f5f5;
}

.news-latest-info a {
    color: #000;
}

.news-tag {
    margin: 7px auto;
}

.sidebars-news h6.latest-info-title {
    color: #fff;
}

/* BEG: banner-slider-video */
.sp-slide .video-item, .sp-slide .youtube-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    z-index: 9999;
}
/* END: banner-slider-video */