body {
    font-family: 'Prompt'!important;
}
.content {
    font-weight: 300; 
    font-size: 14px;
    color: #292B31;
}
.blue-content {
    font-weight: 300; 
    font-size: 14px;
    color: #0E8FF2;
    margin-top: -10px;
}
.box-content {
    padding: 10px;
    box-shadow: 2px 2px 5px #e3e3e3;
}
.circle-icon {
    width: 80px;
    height: 80px;
    background-color: #184392;
    color: #fff;
    padding: 30px 10px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
.circle-width {
    width: calc(100% - 80px);
}
.bnt-readmore {
    font-weight: 300;
    font-size: 14px;
} 
.bnt-seeall {
    font-weight: 300;
    font-size: 14px;
    margin: 2rem 0;
    background-color: #ee8333;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 400;
}
.bnt-detail {
    font-weight: 150;
    font-size: 12px !important;
    margin: 2rem 0;
    background-color: #fff;
    border: 1px solid #C9C9C8;
    color: #56575B !important;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 400;
}
.bnt-upload {
    font-weight: 300;
    font-size: 12px;
    background-color: #ee8333;
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    width: 300px;
}

.font-main-topic {
    color: #184392;
    margin: 2rem 0;
}
.font-main-topic-slide {
    color: #184392;
    margin: 2rem 0;
    /* font-size: 24px; */
}
.font-header-form {
    color: #184392;
    margin: 2rem 0;
    font-size: 24px;
}
.font-main-form {
    color: #000000;
    font-size: 20px;
}
.font-main-tablet{
    color: #000000;
    font-size: 18px;
}
.font-main-italic {
    color: #000000;
    font-size: 18px;
    font-style: italic;
}
.font-common-link {
    display: flex;
    align-items: center;
}
.font-detail {
    color: #184392;
    margin: 10px;
    /* font-size: 8px; */
}
.circle-common-link {
    width: 60px;
    height: 60px;
    color: #fff;
    padding: 30px 10px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
.icon-common-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.icon-common-link svg{
    width: 25px;
    fill: #fff;
}
.icon-content-start {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.footer-font {
    font-weight: 300; 
    font-size: 16px;
    color: #5C99CF;
    margin: 5px;
}
.card-text-color {
    color: #56575B;
}
.carousel-item .card-color {
    background-color: transparent;
    border: none;
}

.btn-primary.btn-search {
    /* right: 50px; */
    background-color: #184392;
    border-color: #184392;

}
.border-content {
    display: block;
    height: 1px;
    background-color:#F3F3F3 !important;
}

.nav-link-finance {
    background-color: #fff;
    border-bottom: 4px solid #0E8FF2;
    color: #0E8FF2;
}
.nav-pills .nav-link.active {
    background-color: #fff !important;
    border-bottom: 6px solid #0E8FF2 !important;
    color: #0E8FF2 !important;
    border-radius: 0px;
}
.nav-pills .nav-link {
    background-color: #fff !important;
    border-bottom: 6px solid #F1F1F1 !important;
    color: #000;
    border-radius: 0px !important;
}
.color-link {
    color: #000 !important;
}
.circle-about-link {
    width: 60px;
    height: 60px;
    color: #fff;
    padding: 30px 10px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
.footer-list {
    list-style-type: none;
}
.footer-test {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px !important;
}
.dropdown-item.font-main-navbar {
    font-size:20px;
    color: #184392;
    font-weight: 600;
}
.dropdown-item.font-sub-navbar {
    font-size:16px;
    color: #184392;
    font-weight: 600;
}
.dropdown-item.font-submenu-navbar {
    font-size:14px;
}
.card-column{   
    /* column-count: 3; */
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    height: auto;
    /* max-height: 400px; */
    display: flex;
    justify-content: center;
}
ul.navbar-topic {
    position:relative;
}
li.train-list {
    position: relative;
    list-style-type: none;
}
.dropdown-menu.menu-dropdown { 
    border-radius: 0px;
    border: transparent;
    box-shadow: rgb(149 157 165 / 20%) 10px 10px 60px;
    position: absolute;
    top: 150%;
    left: -120px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100vw;
    padding: 3.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    justify-content: center;
    
}
.block-center {
    display: flex;
    justify-content: center;
}
.table th .table td {
    padding: 1.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.form-control-custom {
    height: calc(2.0em + 0.75rem + 2px) !important;
   margin-bottom: 10px;
}
.form-control-textbox {
    height: calc(8.0em + 0.75rem + 2px) !important;
   margin-bottom: 10px;
}
textarea.form-control {
    height: 180px !important;
}
.box-upload {
    height: 111px !important;
}
.box-note {
    font-size: 16px;
    background-color: #FFF3E9;
    color: #000000!important;
    padding: 6px 16px;
}
.section-box {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 10px;
    padding: 50px;
    margin-bottom: 10px;
}
.section-box2 {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 10px;
    padding: 10px;
    font-size: 18px;
}
.detail-table-border {
    padding: 1.5rem !important;
    vertical-align: middle;
    border-color: #EBEBEB;
    text-align: right !important;
    padding-right: 0 !important;
}
.list-table-border {
    padding: 1.5rem !important;
    vertical-align: middle;
    border-color: #EBEBEB;
    padding-left: 0 !important;
    font-size: 16px !important;
    font: weight 100px;
}
.filter-gray {
  filter: grayscale(1);
}
.cookie-consent-top-wrapper{
  filter: grayscale(1);
}
