* {
    font-family: helvetica;
}
body {
    background-color: #efeeeb;
}
.bgw {
    background-color: #fff;
}
@font-face {
    font-family: kanit;
    src: url(../fonts/kanit-regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: kanit;
    src: url(../fonts/kanit-bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: arimo;
    src: url(../fonts/arimo-regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: arimo;
    src: url(../fonts/arimo-bold.ttf);
    font-weight: 700;
}
ul.tabs {
    display: flex;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
ul.tabs,
ul.tabs li {
    margin: 0;
    float: left;
}
ul.tabs li {
    cursor: pointer;
    padding: 10px 3.95%;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    position: relative;
    background-color: #ddd;
    border: 0;
    border-bottom: 3px solid #49688e;
    padding-left: 31px;
}
.tab_last {
    border-right: 1px solid #ddd;
}
ul.tabs li:hover {
    background-color: #3366cc;
    color: #2c3335;
}
ul.tabs li.active {
    background-color: #fff;
    display: block;
    background-color: #49688e;
    color: #fff;
}
.tab_container {
    border: 1px solid #ddd;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    min-height: 300px;
}
.tab_content {
    padding: 20px;
    display: none;
    max-height: 300px;
    overflow: hidden;
}
.tab_content .media {
    border-bottom: 1px solid #ddd;
    padding: 2.5px 5px;
    cursor: pointer;
}
.tab_content .media .media-body h4.media-heading {
    font-weight: 700;
}
.tab_content h2 {
    margin-top: 0;
}
.tab_drawer_heading {
    display: none;
}

* {
    border-radius: 0 !important;
}
body {
    background-color: #fff;
}
header {
    height: 100px;
    padding: 5px 0;
}
header .container .link {
    list-style: none;
    position: absolute;
    top: 10px;
    right: 15px;
}
@media screen and (max-width: 991px) {
    header .container .link {
        display: none;
    }
}
header .container .link li {
    float: left;
}
header .container .link li:before {
    content: "/";
    margin: 0 5px;
    color: #aaa;
}
header .container .link li:first-child:before {
    content: "";
}
header .container .logo {
    float: left;
    height: 90px;
}
header .container .logo img {
    height: 100%;
}
header .container .header-text {
    margin-left: 40px;
    width: calc(100% - 140px);
    float: left;
    color: #097da6;
    margin-top: 5px;
}
@media screen and (max-width: 470px) {
    header .container .header-text {
        margin-left: 5px;
    }
}
header .container .header-text h1 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    font-family: Kanit, sans-serif !important;
}
@media screen and (max-width: 635px) {
    header .container .header-text h1 {
        font-size: 18px;
    }
}
@media screen and (max-width: 470px) {
    header .container .header-text h1 {
        font-size: 16px;
    }
}
.affix {
    z-index: 100 !important;
    width: 100% !important;
    top: 0;
}
.navbar {
    background-color: #49688e !important;
    border: none;
}
@media (min-width: 778px) {
    .navbar .nav > li > a {
        font-size: 14px;
        font-weight: bold;
        border-right: 1px solid #fff;
    }
}
.navbar .in {
    max-height: 100vh;
    overflow-y: auto;
}
@media screen and (max-width: 767px) {
    .navbar li a {
        padding-left: 30px;
    }
}
.navbar .navbar-header {
    width: 100%;
}
.navbar .navbar-header .navbar-toggle {
    border-color: #fff !important;
    background: transparent !important;
    margin-right: 0;
}
.navbar .navbar-header .navbar-toggle span {
    background-color: #fff !important;
}
.navbar .container {
    padding: 0;
}
.navbar .container .active a {
    background-color: #e11b22 !important;
}

.navbar .container a {
    color: #fff !important;
}
.navbar .container a:hover {
    background-color: #294a70 !important;
}
.navbar .container input[class="open"]:checked,
.navbar .container li.open a {
    background: #dd5055 !important;
}
.dropdown-menu {
    padding: 0px;
}
.navbar .container .dropdown-menu li a {
    background-color: #fff !important;
    color: #333 !important;
    margin: 3px;
}

@media screen and (max-width: 767px) {
    .navbar .container .dropdown-menu li a {
        background-color: transparent !important;
        color: #fff !important;
        padding: 10px 15px 10px 30px;
    }
    .navbar .container .dropdown-menu li a.active,
    .navbar .container .dropdown-menu li a:active,
    .navbar .container .dropdown-menu li a:focus,
    .navbar .container .dropdown-menu li a:hover {
        background: #e11b22 !important;
        background: linear-gradient(to bottom, #a51c1c, #e11b22) !important;
    }
}
.navbar .container .dropdown-menu li a:hover {
    background: #e11b22 !important;
    background: linear-gradient(to bottom, #a51c1c, #e11b22) !important;
    color: #fff !important;
}
.navbar .container .dropdown-menu .active a {
    background: linear-gradient(to bottom, #a51c1c, #e11b22) !important;
    color: #fff !important;
}
@media screen and (max-width: 767px) {
    .navbar .container .dropdown-menu li a:hover {
        background-color: #31be71 !important;
    }
}
.navbar .container .dropdown-submenu {
    position: relative;
}
.navbar .container .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.thumbnail {
    width: 145px;
    float: left;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    overflow: hidden;
}
.thumbnail p {
    margin: 0;
    font-weight: 700;
}
.h2-titlebar {
    margin-bottom: 20px;
}
.h2-titlebar div {
    border: 1px solid #ddd;
    overflow: hidden;
}
.h2-titlebar div h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    background-color: #49688e;
    margin: 0;
    padding: 10px;
    color: #fff;
    width: 115px;
    float: left;
    text-align: center;
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.h2-titlebar div h2:after {
    content: " ";
    display: block;
    width: 0;
    border: 19px solid transparent;
    position: absolute;
    top: 0;
    left: 114px;
    border-left-color: #49688e;
    z-index: 1;
}
.h2-titlebar div marquee {
    color: #ff3031;
    width: calc(100% - 150px);
    float: left;
    margin-top: 11px;
    z-index: 0;
    position: relative;
}
.h2-titlebar div marquee a {
    font-size: 14px;
    margin: 0 100px;
    font-weight: 800;
}
footer {
    background-color: #15305b;
    color: #fff;
    padding-top: 50px;
}
footer .container {
    padding-bottom: 0 !important;
}
footer .container > div:last-child {
    padding: 10px;
    text-align: center;
    margin-top: 20px !important;
}
footer .container > div:last-child:before {
    content: "";
    display: block;
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
}
footer h4 {
    font-size: 20px !important;
    text-transform: capitalize;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    footer h4 {
        margin-top: 30px;
    }
}
footer h4:after {
    content: "";
    display: block;
    width: 80%;
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    footer h4:after {
        width: 100%;
    }
}
footer a {
    color: #fff !important;
    text-transform: capitalize;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-top: 10px;
}
footer button,
footer input,
footer textarea {
    border: 0 !important;
    box-shadow: none !important;
    color: #999 !important;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
footer textarea {
    height: 100px !important;
}
footer [type="submit"] {
    width: 100%;
    background-color: #2c2727 !important;
}
.border {
    border: 1px solid #ddd;
    overflow: hidden;
}
.pr0 {
    padding-right: 0;
}
@media screen and (max-width: 991px) {
    .pr0 {
        padding: 0;
        margin-top: 40px;
    }
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.pr3 {
    margin-right: 30px;
}
.mb0 {
    margin-bottom: 0;
}
.mb2 {
    margin-bottom: 20px;
}
.mb4 {
    margin-bottom: 40px;
}
.p2 {
    padding: 20px;
}
.mb3 {
    margin-bottom: 30px;
}
.mb1 {
    margin-bottom: 10px !important;
}
.pl0 {
    padding-left: 0;
}
.mt1 {
    margin-top: 10px;
}
.mt0 {
    color: #294a70;
    margin-top: 0 !important;
}
.mt2 {
    margin-top: 20px;
}
.mt4 {
    margin-top: 40px;
}
.b0 {
    border: 0;
}
.clear-fix {
    clear: both;
}
.height-auto {
    height: auto !important;
    min-height: 0;
}
.carousel-control {
    background: none !important;
    opacity: 1 !important;
}
.carousel-control .glyphicon {
    font-size: 30px;
}
.carousel-inner .item img {
    max-height: 450px !important;
    object-fit: cover;
    min-width: 100%;
}
.carousel-inner .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    padding: 10px 40px;
    font-family: Arimo;
    background-color: #6bd2f59a;
    width: 100%;
    text-shadow: none;
}
.carousel-inner .carousel-caption h3 {
    font-family: Kanit;
    font-size: 22px;
    margin: 0;
    text-align: left;
}

.c-ib {
    margin-top: 20px;
}
.c-ib * {
    display: inline-block;
}
@media screen and (max-width: 1080px) {
    .c-ib .fix-margin {
        top: 50%;
        width: calc(100% - 135px);
    }
}
.c-ib a {
    padding: 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #097da6;
    transition: box-shadow 0.2s ease-in-out;
}
.c-ib a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.c-ib a h3 {
    margin: 0;
    position: absolute;
    margin-left: 15px;
    font-family: Kanit;
    font-weight: 400;
    top: 60%;
    margin-top: -15px;
    font-size: 23px;
}
@media screen and (max-width: 991px) {
    .c-ib a h3 {
        font-size: 18px;
    }
}
h3.title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: Kanit;
    color: #097da6;
    margin: 10px 0;
}
h3.title + .message {
    overflow: hidden;
    position: relative;
    height: calc(100% - 40px);
}
@media screen and (max-width: 1200px) {
    h3.title + .message {
        height: 276px;
    }
}
@media screen and (max-width: 991px) {
    h3.title + .message {
        height: auto;
    }
}
h3.title + .message a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 10px 10px 0 0;
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 1200px) {
    h3.title + .message a {
        display: inline-block;
        width: auto;
        bottom: 0;
        right: 0;
        padding-top: 0;
        text-align: right;
    }
}
.shadow {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.nsu-news {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
        height: 100%;
    width: 100%;

    box-shadow: 0px 2px 9px 1px rgba(10, 10, 10, 0.5);
    -webkit-box-shadow: 0px 2px 9px 1px rgba(10, 10, 10, 0.5);
    -moz-box-shadow: 0px 2px 9px 1px rgba(10, 10, 10, 0.5);
}
.nsu-news .content {
    height: 300px;
    overflow: auto;
}
.nsu-news .nsu-title h3 {
    color: #0c71c3;
}
.nsu-news .nsu-title-full h3 {
    color: #0c71c3;
}
.nsu-news .nsu-title h3:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
    opacity: 0.5;
    max-width: 300px;
    margin-top: 5px;
}
.nsu-news .nsu-title-full h3:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
    opacity: 0.5;
    max-width: 600px;
    margin-top: 5px;
}
.list-group-item {
    margin-bottom: 12px;
}
.underline {
    border-bottom: 1px solid #ddd;
}
.seemore {
    height: 40px;
    display: block;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
.seemore:hover {
    background-color: #ddd;
}
.o-fix {
    overflow: hidden;
}
.height4 {
    max-height: 345px;
    min-height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 991px) {
    .r-clearfix {
        clear: both;
        margin-top: 40px;
    }
}
.overflow-fix,
.overflow-fix > div {
    overflow: hidden;
}
h2.sec-title {
    font-family: Kanit, sans-serif !important;
    font-weight: 700;
    text-align: center;
    color: #06658a;
}
h2.sec-title:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #06658a;
    margin: 10px auto;
    width: 300px;
}
h1.title {
    font-family: Kanit;
    color: #097da6;
    text-align: center;
}
@media screen and (max-width: 767px) {
    h1.title {
        font-size: 30px;
    }
}
h1.title:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #097da6;
    margin: 10px auto;
    width: 300px;
}
@media screen and (max-width: 767px) {
    h1.title:after {
        width: 150px;
    }
}
.c-thumbnail {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 30px;
}
.c-thumbnail .img {
    position: relative;
    overflow: hidden;
}
.c-thumbnail .img:hover .img-containt {
    top: 0;
}
.c-thumbnail .img img {
    width: 100%;
    auto: 100%;
}
.c-thumbnail .img .img-containt {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background: rgba(41, 166, 209, 0.8);
    display: flex;
    transition: 0.2s ease-in-out;
}
.c-thumbnail .img .img-containt .inner-containt {
    margin: auto;
}
.c-thumbnail .img .img-containt .inner-containt a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
}
.c-thumbnail .img .img-containt .inner-containt a:hover {
    background-color: #fff;
    color: #097da6;
}
.c-thumbnail .caption {
    margin-top: -1px;
    display: flex;
    justify-content: left;
    align-items: stretch;
}
.c-thumbnail .caption .glyphicon {
    font-size: 30px;
    padding: 10px 12px 10px 10px;
    background-color: #29a6d1;
    color: #fff;
}
.c-thumbnail .caption .text {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    color: #097da6;
    position: relative;
    height: 100%;
    width: calc(100% - 56px);
}
@media screen and (max-width: 991px) and (min-width: 767px) {
    .c-thumbnail .caption .text {
        font-size: 16px;
    }
}
.fs {
    font-size: 16px;
}
.p5 {
    padding: 50px 0;
}
h2.title {
    font-size: 30px;
    font-family: Kanit, sans-serif;
    position: relative;
    color: #097da6;
}
h2.title:after {
    background-color: #ddd;
    margin: 5px 0 10px;
}
h2.title:after,
h2.title:before {
    content: "";
    height: 1px;
    display: block;
}
h2.title:before {
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #29a6d1;
}
.c-ul {
    color: #097da6;
    padding-left: 15px;
}
.c-ul span {
    color: #333;
}
.mt5 {
    margin-top: 50px;
}
.full-height {
    height: 100%;
    box-sizing: border-box;
}
.no-list-style {
    list-style: none;
}
.fs18 {
    font-size: 18px;
}
.mt3 {
    margin-top: 30px;
}
.p3 {
    padding: 30px;
}
.pb3 {
    padding-bottom: 30px;
}
.pb5 {
    padding-bottom: 50px;
}
.flex {
    display: flex;
}
@media screen and (max-width: 991px) {
    .flex {
        flex-wrap: wrap;
    }
}
.select-lang {
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 13px;
    color: #777;
    font-size: 15px;
    width: 128px;
}
@media screen and (max-width: 991px) {
    .select-lang {
        width: auto;
    }
}
.select-lang input {
    display: none;
}
.select-lang ul {
    list-style: none;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 100px;
    display: flex;
}
.select-lang label {
    display: none;
}
@media screen and (max-width: 991px) {
    .select-lang {
        top: 5px;
        padding: 0;
        text-align: right;
    }
    .select-lang label {
        display: block;
        clear: both;
        color: #097da6;
        margin-left: 22px;
        padding: 1px 2px;
        transition: 0.2s ease;
    }
    .select-lang ul {
        display: none;
    }
    .select-lang #lang:checked ~ label {
        background: #ddd;
        width: 50px;
        float: left;
    }
    .select-lang #lang:checked ~ ul {
        display: block;
        clear: both;
        background: #fff;
        line-height: 20px;
        box-shadow: 0 0 15px #999;
        width: 100%;
    }
    .select-lang #lang:checked ~ ul .btn {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
.lang-active {
    background: #29a6d1 !important;
    color: #fff !important;
    cursor: not-allowed;
    text-decoration: none !important;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu .open > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
@media screen and (max-width: 844px) {
    .dropdown-submenu > a:after {
        display: none;
    }
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .inmenu a {
        padding-left: 30px !important;
    }
}
.navbar .in {
    max-height: calc(100vh - 50px);
    overflow: auto;
}
@media screen and (min-width: 767px) {
    .dropdown-submenu:hover ul,
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    input.plus:checked ~ a {
        background-color: #06658a !important;
    }
    input.plus:checked ~ ul {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media screen and (max-width: 766px) {
    .navbar .caret {
        display: none;
    }
}
.navbar input {
    display: none;
}
.navbar .dropdown-toggle > label {
    padding: 0 5px;
    border: 1px solid #fff;
    float: right;
}
@media screen and (min-width: 766px) {
    .navbar .dropdown-toggle > label {
        display: none;
    }
}
.navbar-collapse.collapse.in {
    margin: 0;
}
.tab_content {
    padding: 0;
}
.tab_content .content {
    height: 260px;
    overflow-y: auto;
}
.tab_content .content .media:first-child {
    padding-top: 20px;
}
.tab_content .content .list-group-item {
    margin: 0;
    border-top: 0;
    background-color: #fff;
}
.tab_content .content .list-group-item a {
    line-height: 30px;
}
.tab_content .content .list-group-item .gray {
    font-size: 12px;
}
/* .tab_content .seemore {
    height: 40px;
    display: block;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
.tab_content .seemore:hover {
    background-color: #ddd;
} */
.tabs {
    background: #ddd;
}
ul.tabs li {
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    aside.sidebar {
        margin-top: 50px;
        border: 0;
    }
}
@media screen and (min-width: 991px) {
    aside.sidebar {
        margin: 0;
        border: 0;
    }
}

aside.sidebar .section .border {
    padding: 10px 10px 20px;
    background: #f5f5f5;
}
aside.sidebar .section:first-child {
    margin-top: 0;
}
aside.sidebar .h4 {
    font-weight: 700;
}
aside.sidebar .h4:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}
aside.sidebar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
}
aside.sidebar nav ul li {
    display: flex-box;
    align-items: baseline;
}
aside.sidebar nav ul .fa {
    font-size: 12px;
    margin-right: 5px;
    color: #999;
}
.nav-pills {
    padding: 20px;
}
.nav-pills li.active a {
    background: #29a6d1 !important;
}
.f0f {
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    height: 100vh;
    font-family: Kanit, sans-serif !important;
}
.f0f > div {
    margin: auto;
    background: none;
}
address {
    margin: 0;
}
.fit-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    width: 100%;
    height: 0;
    display: block;
}
.fit-image img {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding-right: 5px;
}
.fit-image:hover .overlay {
    opacity: 1;
}
.overlay {
    transition: 0.3s ease;
    opacity: 0;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.overlay div {
    margin: auto;
    font-size: 20px;
    color: #fff;
}
.album-overlay {
    transform: translateY(-100%);
    padding: 10px !important;
    color: #fff;
    font-weight: 700;
    right: 0;
    left: 0;
    background: rgba(0, 43, 58, 0.82);
    baseline-shift: 2px;
}
.album-overlay:before {
    display: inline-block;
    content: "";
    background-size: cover;
    height: 20px;
    width: 20px;
    transform: translateY(3px);
    margin-right: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM3LjA2NiAzNy4wNjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM3LjA2NiAzNy4wNjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxnPjxwYXRoIGQ9Ik0zNi43ODUsMTIuNTU2TDE1Ljc4NywyLjUyNWMtMC4yNDQtMC4xMTgtMC41MzktMC4wMTYtMC42NTQsMC4yMjdsLTQuNTcsOS41NjVoMi40OWwzLjM1NC03LjAyOCAgIGwxOC4yMDUsOC42OTZMMjguOTE5LDI1LjlsLTMuMjA1LTEuNTN2Ni4yOTlsMS45NzEsMC45NDFjMC4yNDYsMC4xMTksMC41MzcsMC4wMTIsMC42NTQtMC4yMzJsOC42NzgtMTguMTcxICAgQzM3LjEzNSwxMi45NjUsMzcuMDMxLDEyLjY3MiwzNi43ODUsMTIuNTU2eiIgZmlsbD0iI0ZGRkZGRiIvPjxwYXRoIGQ9Ik0yMy43NjQsMTMuNDcySDAuNDkyQzAuMjIzLDEzLjQ3MiwwLDEzLjY5MSwwLDEzLjk2djIwLjEzOWMwLDAuMjcsMC4yMjMsMC40OTEsMC40OTIsMC40OTFoMjMuMjcxICAgYzAuMjcxLDAsMC40OTItMC4yMjEsMC40OTItMC40OTFWMTMuOTZDMjQuMjU2LDEzLjY5MSwyNC4wMzUsMTMuNDcyLDIzLjc2NCwxMy40NzJ6IE0yMi40MiwyOC45MDZoLTEuNDc1ICAgYy0wLjg1OS0yLjIwMy0xLjkxNi01LjI4Ny0zLjUyMS00Ljg3NWMtMS44ODEsMC40OC0yLjgyLDQuODc1LTIuODIsNC44NzVzLTAuOTYzLTQuOTU5LTMuNjE3LTcuNjE0ICAgYy0yLjY1NS0yLjY1NS01LjIyNyw3LjYxNC01LjIyNyw3LjYxNEgyLjI0NlYxNS42OTlIMjIuNDJWMjguOTA2eiIgZmlsbD0iI0ZGRkZGRiIvPjxjaXJjbGUgY3g9IjUuNTAyIiBjeT0iMTguNTMzIiByPSIxLjY0NiIgZmlsbD0iI0ZGRkZGRiIvPjxwYXRoIGQ9Ik0xNi41NDUsMTkuNjk1YzAuMzY5LDAsMC43MTUtMC4wMzksMS4wMjMtMC4xYzAuMzU5LDAuMTUyLDAuNzk3LDAuMjQ1LDEuMjY4LDAuMjQ1ICAgYzEuMjE1LDAsMi4xOTctMC41OTMsMi4xOTctMS4zMjVjMC0wLjczLTAuOTgyLTEuMzIzLTIuMTk3LTEuMzIzYy0wLjQ1NSwwLTAuODc3LDAuMDgzLTEuMjI3LDAuMjI4ICAgYy0wLjE0NS0wLjE0MS0wLjMzOC0wLjIyOC0wLjU1My0wLjIyOGgtMC4zMThjLTAuNDA4LDAtMC43MjksMC4zMDktMC43NzUsMC43MDJjLTAuOTgyLDAuMTAzLTEuNzEzLDAuNDU5LTEuNzEzLDAuODgzICAgQzE0LjI1LDE5LjI4NCwxNS4yNzcsMTkuNjk1LDE2LjU0NSwxOS42OTV6IiBmaWxsPSIjRkZGRkZGIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
}
.album-overlay .badge {
    background-color: hsla(0, 0%, 100%, 0.91);
    color: #333;
    border-radius: 9px !important;
    margin-top: 6px;
}
.gray {
    color: #777;
}
.blue {
    color: #097da6 !important;
}
.fa-linkedin-square {
    color: #0077b5 !important;
}
.fa-facebook-square {
    color: #3b5998 !important;
}
.fa-google-plus-square {
    color: #d6492f !important;
}
.fa-twitter-square {
    color: #1da1f3 !important;
}
.center {
    text-align: center;
}
.members-cont {
    display: flex;
    flex-wrap: wrap;
}
.members-cont .members {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
@media screen and (max-width: 720px) {
    .members-cont .members {
        width: 100%;
        margin: 0 0 10px;
    }
}
.members-cont .members:nth-child(2n) {
    margin-left: 5px;
}
.members-cont .members:nth-child(odd) {
    margin-right: 5px;
}
.f3 .fa {
    margin: 5px 5px 0;
    font-size: 30px !important;
    text-decoration: none !important;
    opacity: 0.9;
}
.f3 .fa:hover {
    opacity: 1;
}
.news {
    overflow: hidden;
    position: relative;
}
.news h2 {
    font-weight: 700;
}
.news date .fa {
    margin-right: 10px;
}
.news .newsimg img {
    max-width: 100%;
    max-height: 30%;
    margin-bottom: 20px;
}
.news .artical {
    margin-top: 10px;
    font-size: 16px;
}
article header {
    height: auto;
}
.tab_container .tab_content {
    overflow-y: auto !important;
}
.tab_container .tab_content .media:first-child {
    margin-top: 5px;
}
.tab_container .tab_content iframe {
    display: block;
    margin: auto;
}
.introduction {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    /*box-shadow: -4px 0px 9px -2px rgba(0, 0, 0, 0.46);*/
    /*-webkit-box-shadow: -4px 0px 9px -2px rgba(0, 0, 0, 0.46);*/
    /*-moz-box-shadow: -4px 0px 9px -2px rgba(0, 0, 0, 0.46);*/
}
.introduction .introduction-description {
    height: 250px;
    width: 100%;
    overflow: auto;
}
.introduction-description p {
    font-size: 16px;
    overflow: hidden;
}
.introduction .title h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
    opacity: 0.5;
    max-width: 300px;
}

/* .welcomepills {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.welcomepills .tab_container {
    border: 0;
}
.welcomepills .tab_container .tab_content {
    padding: 20px;
    background-color: #fff;
    height: 100%;
}
.welcomepills .tab_container .tab_content .h2 {
    margin-top: 0;
}
.welcomepills .tab_container .tab_content .h2:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
    opacity: 0.5;
    max-width: 300px;
}
.welcomepills .tab_container .tab_content ul {
    padding-left: 15px;
}
.welcomepills .tab_container .tab_content p {
    font-size: 16px;
    overflow: hidden;
}
.welcomepills > div {
    flex: 4;
} */
.well {
    background: #f5f8ff;
    border: 1px solid #ddd;
}
.well p {
    margin-top: 10px;
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: -8px;
}
@media screen and (max-width: 767px) {
    li.dropdown.open li {
        padding-left: 40px !important;
    }
    nav .caret {
        float: right;
    }
}
nav .caret {
    display: inline-block !important;
}
.nav .dropdown-menu:last-child .dropdown-menu {
    top: -8px;
}
.navleft {
    left: 0 !important;
    transform: translateX(-100%);
}
.c-gallery a {
    text-decoration: none;
}
.c-gallery div,
.c-gallery li {
    padding: 0 2px;
    margin-bottom: 4px;
}
.c-gallery img {
    box-sizing: border-box;
    transition: 0.3s ease;
}
.zoom-img:hover img {
    transform: translate(-50%, -50%) scale(1.1) !important;
}
.lg-sub-html {
    margin-bottom: 40px !important;
    text-shadow: 0 0 10px #000;
}
.lg-sub-html p {
    font-size: 16px !important;
}
.deadline {
    font-weight: 700;
    padding-right: 5px;
}
.btn-secondary {
    background-color: #009688;
    color: #fff !important;
    opacity: 0.8;
}
.btn-secondary:hover {
    opacity: 1;
}
a.h5 {
    font-weight: 600;
    color: #0c71c3;
    line-height: 30px;
    text-decoration: none;
}
a.h3 {
    font-weight: 800;
    color: #ff3031;
    line-height: 25px;
    text-decoration: none;
}
a.h5:hover {
    text-decoration: underline;
}
a.h3:hover {
    text-decoration: underline;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
.name {
    color: #097da6;
    font-size: 16px;
}
.mem {
    padding: 5px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.mem .overlay {
    background-color: hsla(0, 0%, 100%, 0.8);
}
.mem .overlay > div {
    transition: 0.4s ease;
    display: flex;
    max-width: 160px;
    justify-content: space-around;
}
.mem .overlay > div .fa {
    font-size: 30px;
    padding: 0 10px;
}
.mem .overlay > div .fa:before {
    background-color: #fff;
    overflow: hidden;
    line-height: 27px;
    border-radius: 7px;
    float: left;
}
ul.imgVid {
    border-bottom: 3px solid #49688e;
}
ul.imgVid li {
    border: 0;
    flex: 1;
}
ul.imgVid li .fa {
    margin-right: 10px;
}
ul.imgVid ~ .tab_container {
    border: 1px solid #ddd;
}
ul.imgVid ~ .tab_container iframe {
    min-height: 300px;
}

.btn-color {
    background: #0099cc;
    border-color: #0099cc;
    color: #2c3335;
}
.btn-color:hover {
    background: #66ccff;
    border-color: #66ccff;
    color: #fff;
}
@media (max-width: 576px) {
    .header-top {
        background: #49688e;
        width: auto;
        height: 60px;
        padding: 8px;
        overflow: hidden;
    }
    .header-top .link {
        list-style: none;
        text-align: center;
    }
    .header-top .link li {
        float: left;
    }
    .header-top .link li:before {
        content: "|";
        margin: 0 5px;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-top .link li:first-child:before {
        content: "";
    }

    .header-top .header-text {
        width: calc(100% - 140px);
        float: left;
        color: #fff;
    }
    .header-top .header-text .link-info {
        list-style: none;
        text-align: center;
    }
}
@media (min-width: 576px) {
    .header-top {
        background: #49688e;
        width: auto;
        height: 30px;
        padding: 8px;
        overflow: hidden;
    }
    .header-top .link {
        list-style: none;
        position: absolute;
        top: -5px;
        right: 35px;
    }
    .header-top .link li {
        float: left;
    }
    .header-top .link li:before {
        content: "|";
        margin: 0 5px;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-top .link li:first-child:before {
        content: "";
    }

    .header-top .header-text {
        width: calc(100% - 140px);
        float: left;
        color: #fff;
    }
    .header-top .header-text .link-info {
        list-style: none;
        position: absolute;
    }
}

.header-top .link-info li {
    float: left;
}
.header-top .link-info li:before {
    content: "|";
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.header-top .link-info li:first-child:before {
    content: "";
}
.header-text .link-info a {
    color: #fff;
    text-decoration: none;
}
.header-text .link-info a:hover {
    color: rgb(175, 175, 175);
    text-decoration: none;
}
.new-notice {
    background: red;
    color: white;
    font-size: 12px;
}
.card-row {
    display: grid;
    justify-content: space-between;
}

.card {
    margin: 20px;
    padding: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.card > img:first-child {
    border-radius: 7px 7px 0 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.card h4 {
    color: rgb(51, 95, 153);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    text-decoration: underline;
}

.card h4 em {
    padding: 0.25em;
    background-color: #eddbff;
    border-radius: 4px;
}

.card p {
    color: #757575;
    line-height: 1.5;
}

.button {
    /* Reset text link default */
    text-decoration: none;
    background-color: rgb(51, 70, 153);
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 4px;
    display: inline-block;
}
.button:hover {
    color: #fff;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.container-contact {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        padding: 20px;
    }
}
.visit-counter {
    text-align: center;
    border: 1px solid #ddd;
}
.center {
    width: 50%;
    margin: 5px auto;
}
.message {
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
}
.center span {
    display: inline-block;
    padding: 6px 6px 4px;
    border-radius: 3px;
    background: #fff;
    margin-right: -2px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.d-flex {
    display: flex;
    align-items: center;
}
.p-2 {
    flex-grow: 2;
}
.ml-auto {
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .ml-auto {
        display: none;
    }
}
form.example input[type="text"] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196f3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.img-placeholder-bg {
    position: relative;
    top: 50%;
    left: auto;
    right: 0;
    width: 60%;
    margin: 10px;
}
@media screen and (max-width: 767px) {
    .img-placeholder-bg {
        position: relative;
        top: 50%;
        left: auto;
        right: 0;
        width: 80%;
        margin: 10px;
    }
}
.btn-download {
    background-color: #004d96;
    border: 1px solid;
    border-radius: 5px;
    color: white;
    padding: 5px;
    font-weight: 600;
}
.btn-download:hover {
    background-color: #004d96;
    border: 1px solid;
    border-radius: 5px;
    color: white;
    padding: 5px;
    font-weight: 600;
}
