:root {
    --main-color: #048293;
}

body {
    font-family: Roboto, sans-serif, "Helvetica Neue", Helvetica, Arial !important;
}

.chu-chay {
    height: 32px;
    line-height: 32px;
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
}

.main-header {
    padding-top: 1px;
    padding-bottom: 1px;
}

.main-menu {
    background-color: var(--main-color);
    width: 100%;
}

.main-header .container .nav-link {
    color: #fff;
    color: #fff;
    font-weight: 700;
}

.main-header .nav-link:hover,
.main-header .nav-link:focus,
.main-header .active {
    color: #fff !important;
    background-color: #086d79;
}

.owl-carousel.list-news .item {
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.owl-carousel.list-news .item .post_content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.post_content .post_title a {
    font-size: 1rem;
    font-weight: 700;
    color: var(--main-color);
}

.post_content img {
    max-width: 100% !important;
}

.post_author_name span,
.post_date span {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
}

.current_post {
    background-color: #fff;
    transition: opacity .3s, box-shadow .5s, transform .3s;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 24%);
}

.my-info:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}

.current_post:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}

.section_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    white-space: nowrap;
    margin-right: 10px;
}

.section_bar {
    width: 100%;
    height: 6px;
    background-color: var(--main-color);
    margin-top: 11px;
}

.latest_post {
    margin-bottom: 5px;
}

.latest_post_image img {
    max-width: 100%;
}

.latest_post_content {
    padding-left: 22px;
}

.latest_post_title a,
.latest_post_date {
    font-size: 0.8rem;
    color: #000;
    font-weight: 700;
}

.latest_post_title a:hover {
    color: var(--main-color);
}

.line {
    width: 100%;
    border-bottom: dotted 1px #333;
    opacity: .3;
    height: 1px;
    display: block;
    position: relative;
}

.line:before {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #333;
    position: absolute;
    top: -2px;
    left: 0;
}

.line:after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #333;
    position: absolute;
    top: 2px;
    left: 0;
}

.col-right {
    border-left: 1px solid #ececec;
    background-color: #fff;
    padding-bottom: 500px !important;
    height: calc(100% - (1.5rem + 1px));
}

.title_box_right {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

label,
label:not(.form-check-label):not(.custom-file-label) {
    font-size: 14px !important;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item a {
    color: #000;
}

.bg-main-color {
    color: #fff;
    background-color: var(--main-color);
}

.list-group-item a:hover {
    color: #fff;
    background-color: var(--info);
}

.bg-blue-gradient {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f)!important;
    background: -o-linear-gradient(50deg, #45cafc, #303f9f)!important;
    background: linear-gradient(40deg, #45cafc, #303f9f)!important
}

.bg-blue-gradient ul li {
    background: transparent;
    text-align: justify;
    border-bottom: 0px;
}

.card-contact {
    background-color: #fff;
}

.card-contact form label {
    margin-bottom: 2px;
    color: #fff;
}

.hr-light {
    border-top: 3px solid #ffffff;
    width: 125px
}

span.highlight {
    background: yellow;
    font-weight: bold;
}

.title-box {
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 1rem;
    height: 32px;
}

@media (max-width: 767.98px) {
    .my-info {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 900px;
    }
}