@font-face {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-image: url("../img/bg-pattern.svg");
    background-repeat: no-repeat;
    background-position: center top;
}
a {
    color: #333;
}
a:hover, a:active, a:visited, a:focus {
    color: #333;
}
h3 {
    color: #202020;
    font-size: 22px;
}
.bgTop {
    padding-bottom: 20px;
}
.bgTop .bg-white {
    padding: 12px 5px 10px;
}
.bgTop a {
    font-size: 12px;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: bold;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    padding-left: 0;
    padding-right: 0;
    color: #153870;
    border-bottom: 1px solid #ccc;
    text-transform: none;
}
.bgTopNav {
    background-color: #153870;
}
.bgTopNav .navbar {
    padding: 0;
}
.bgTopNav .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #eaeae9;
}
.dropdown-menu {
    padding: 0 7px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.bg-title {
    height: 532px;
    background: url("../img/bg/main_2020.jpg") no-repeat center center;
}
.bg-title-2021 {
    height: 532px;
    padding-bottom: 130px;
    background: url("../img/bg/main_2021.jpg") no-repeat top center;
}
.bg-title-2021 .header-title {
    margin-right: auto;
    margin-left: -15px;
    text-align: left;
    background-image: linear-gradient(to left, #ffffff05, #d0112beb,#d0112b);
}
.bg-title-2021 .h1-title {
    margin-bottom: 0;
}
.bg-title-2022 {
    height: 532px;
    padding-bottom: 352px;
    background: url("../img/bg/main_2022.jpg") no-repeat center -10px;
}
.bg-title-2023 .header-title, .bg-title-2022 .header-title {
    margin-right: auto;
    margin-left: -15px;
    min-width: 444px;
    text-align: left;
    background-image: linear-gradient(to left, #ffffff05, #d0112beb,#d0112b);
}
.bg-title-2023 .header-title, .bg-title-2022 .h1-title {
    margin-bottom: 0;
}
.bg-title-2023 {
    height: 532px;
    padding-bottom: 383px;
    background: url("../img/bg/main_2023.jpg") no-repeat center bottom;
}
.header-title {
    margin-right: -15px;
    padding: 15px 30px 15px 25px;
    min-width: 520px;
    text-align: right;
    background-image: linear-gradient(to right, #ffffff05, #db304d96);
}
.header-title a, .header-title a:hover {
    color: #fff;
    font-size: 43px;
    font-weight: 600;
}
.main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.detail .title {
    padding-top: 25px;
    padding-bottom: 10px;
}
.detail h1, .detail .h1-title {
    font-size: 23px;
    font-weight: 700;
    color: #153870;
    text-transform: uppercase;
}
.detail .h1-title {
    margin-bottom: 30px;
}
.content {
    margin-left: -30px;
    margin-right: -30px;
}
.content h3 {
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #153870;
}

.box-content {
    padding-bottom: 25px;
}
.box-content h3 {
    margin-bottom: 19px;
}
.box-content .intro {
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}
.box-content p {
    text-align: justify;
}
.color-gray {
    color: #78787d;
    line-height: 1.7;
}

.bg-article-img, .bg-img-2020-1, .bg-img-2020-2 {
    height: 320px;
    display: block;
    background-size: cover;
}
.bg-article-img {
    height: 350px;
    display: block;
    background-size: cover;
}

.bg-img-2020-1 {
    background-image: url(../img/bg/blur-1853262_960_720.jpg);
}

.bg-img-2020-2, .bg-img-2022-2, .bg-img-2023-2 {
    background-image: url(../img/bg/office-1209640.jpg);
}

.bg-img-2021-1 {
    background-image: url(../img/bg/2021-1.jpg);
}

.bg-img-2021-2 {
    background-image: url(../img/bg/2021-2.jpg);
}

.bg-img-2022-1 {
    background-image: url(../img/bg/2022-1.jpg);
}

.bg-img-2023-1 {
    background-image: url(../img/bg/2022-1.jpg);
}

.table-small {
    display: table;
}

footer {
    padding: 20px 40px !important;
    color: #fff;
    background-color: #444D5C;
    font-size: 11px;
    line-height: 14px;
}
footer p {
    margin-bottom: 5px;
}
footer ul {
    list-style: none;
}
footer h5 {
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
footer a {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}
footer a.no, footer .no a {
    text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:visited,
footer a:focus,
footer a.no:hover, footer .no a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .list-group-horizontal li {
    margin-right: 10px;
}

#cookie-monster {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    position: fixed;
    display: none;
    z-index: 9999;
    color: #fff;
}
#cookie-monster p {
    margin: 0;
    padding: 5px 0;
    float: left;
}
#cookie-monster a {
    color: #fff;
    text-decoration: underline;
}
#cookie-monster button {
    padding: 5px 20px;
    background-color: #4889F0;
    color: #fff;
    border-radius: 1px;
    border: #ccc;
    float: right;
}

.img-medium {
    max-width: 600px;
}
.img-large {
    max-width: 800px;
}
.text-underline {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
    .bgTop .row .col {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .content .col-md-6:first-child {
        padding-right: 30px;
    }
    .content .col-md-6:nth-child(2) {
        padding-left: 30px;
    }
}
@media (max-width: 768px) {
    .content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .content .col-md-6 {
        margin-bottom: 20px;
    }
    .detail .title {
        padding: 25px 15px;
    }
    .bg-title {
        height: 240px;
        padding-bottom: 10px;
        background-size: cover;
    }
    .header-title {
        margin-right: -15px;
        padding: 15px 30px 15px 10px;
        min-width: auto;
        text-align: center;
    }
    .header-title a, .header-title a:hover, .header-title a:focus {
        font-size: 35px;
    }
    footer .row>div {
        margin-bottom: 20px;
    }
}