﻿.gutter-20 {
    margin: 0 -10px;
}

img {
    max-width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.index-main .right-slide {
    margin-top: 8px;
    margin-bottom: 10px;
}

.nav-tabs a.active {
    text-decoration: none;
    background-color: #eee;
}

.w-100 {
    width: 100% !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000047;
    opacity: 1;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.p-0 {
    padding: 0 !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.loader-overlay {
    z-index: -1;
    opacity: 0;
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000047;
    display: none;
    top: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

.news-main .news-wrap .media {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .news-main .news-wrap .media:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.media {
    display: block;
    align-items: flex-start;
}

.news-main .news-wrap .media-img {
    margin-right: 15px;
    width: 280px;
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

.news-main .news-detail-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.news-main .news-detail-social {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-main .news-detail-social-box {
    color: #868282;
    margin-right: 15px;
}

.news-main .news-detail-social .fb-like {
    margin-bottom: 0;
}

.news-main .fb-like {
    margin-bottom: 30px;
}

.news-main .news-detail-sapo {
    font-weight: bold;
    margin-bottom: 10px;
}

.news-main .news-detail-content {
    margin-bottom: 30px;
}

.news-main .nd-related-title {
    font-weight: bold;
    background: #009e3c;
    color: #015d38;
    position: relative;
    padding: 8px 11px;
    cursor: pointer;
}

.news-main .nd-related-title__span {
    position: absolute;
    right: 15px;
    transition: 1s;
}

.news-main .related-ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.news-main .related-li {
    position: relative;
    padding: 5px 0 5px 17px;
    border-bottom: 1px solid #ebebeb;
}

    .news-main .related-li::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: black;
        border-radius: 50%;
        left: 5px;
        top: 12px;
    }

.breadcrumb {
    border-radius: 6px;
    margin: 20px 0;
    background: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.related-li .text-default:hover {
    color: #0056b3;
    text-decoration: none;
}

.message-box {
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    width: 100%;
    color: red;
}

.contact-main .contact-map {
    display: flex;
    height: 300px;
    overflow: hidden;
    margin-bottom: 40px;
}

.contact-main .contact-form__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-main .contact-form .row {
    align-items: center;
    margin-bottom: 25px;
}

.contact-main .contact-form label {
    margin-bottom: 0;
    font-weight: 400;
}

.contact-main .contact-form input {
    border-radius: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 13px;
    padding: 0px 20px;
}

.justify-content-center {
    justify-content: center !important;
}


.contact-main .contact-form .row {
    align-items: center;
    margin-bottom: 25px;
}

.index-main .right-social .media-img {
    margin-right: 10px;
    float: left;
}

.index-main .left .left-title:hover .left-sub-ul {
    display: block !important
}