:root {
    --bg-primary: #d0030d;
    --bg-secondary: #1f60ba;
}

/* html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
} */

.logo {
    align-items: center;
    text-align: left;
}

.logo .logo-lg {
    margin-left: 20px;
}

.logo .logo-lg h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.logo .logo-lg h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.area-s {
    padding: 30px;
}

.area-s h5 {
    font-weight: 500;
}

.btn-bg-main {
    color: var(--bg-primary);
    background-color: #ffbfc2;
}

.btn-bg-main:hover {
    background-color: var(--bg-primary);
    color: #ffffff;
}

.sec-title {
    position: relative;
    text-align: left;
    margin: 10px 0px 20px;
}

.sec-title h3 {
    color: var(--bg-secondary);
    font-size: 25px;
}

.sec-title i {
    color: var(--bg-secondary);
    font-size: 25px;
}

.chart {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
}

.bar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.y-axis-desc {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    top: 50%;
    left: 2rem;
}

.section-eight .avatar-title {
    margin-right: 20px;
}

#vertical-hover {
    display: none;
    position: fixed;
}

.navbar-menu .navbar-nav .nav-item .nav-link a.active {
    color: var(--bg-primary);
}

.navbar-header .side {
    padding-right: 30px;
}

.navbar-header .side .language {
    padding-right: 30px;
}

.navbar-header .side .language a:hover {
    color: var(--bg-primary)
}

.navbar-header .side #btnGroupDrop1 {
    margin-right: 30px;
}

.btn-border {
    border-bottom: 2px solid var(--bg-primary);
}

.btn.btn-main {
    display: inline-block;
    padding: var(--vz-btn-padding-y) var(--vz-btn-padding-x);
    font-family: var(--vz-btn-font-family);
    font-size: var(--vz-btn-font-size);
    font-weight: var(--vz-btn-font-weight);
    line-height: var(--vz-btn-line-height);
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--vz-btn-border-width) solid var(--vz-btn-border-color);
    border-radius: var(--vz-btn-border-radius);
    background-color: var(--bg-primary);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn.btn-main:hover {
    border-bottom: 2px solid var(--bg-primary);
    background-color: #ff5058;
    color: #ffffff;
}

.btn.btn-sec:hover {
    border-bottom: 2px solid var(--bg-secondary);
    background-color: #2a84ff;
    color: #ffffff;
}

.btn.btn-sec {
    display: inline-block;
    padding: var(--vz-btn-padding-y) var(--vz-btn-padding-x);
    font-family: var(--vz-btn-font-family);
    font-size: var(--vz-btn-font-size);
    font-weight: var(--vz-btn-font-weight);
    line-height: var(--vz-btn-line-height);
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--vz-btn-border-width) solid var(--vz-btn-border-color);
    border-radius: var(--vz-btn-border-radius);
    background-color: var(--bg-secondary);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.flag-gif img{
    width: 80px;
    height: 100px;
    
}
@media screen and (max-width:567px) {
    .flag-gif img{
        width: 64px;
        height: 70px;
        margin-right: -24px;
        
    }
    .logo-sm img{
        height: 64px;
    }
    .logo-lg{
        padding-top: 10px;
        
    }
    .logo .logo-lg{
        margin-left: 12px;
    }
    .member-card-size img{
        width: 290px !important;
    }
    .quicks-link ul li a{
        padding-left: 38px !important;
        margin-left: 0px !important;
    }
    .footer-logo{
        padding-left: 92px;
    }
    .footer-contact{
        padding-left: 50px;
    }
}
.news{
    background-color: #263A57;
}
.news span,p{
    padding: 3px;
    text-align: center;
    justify-content: center;
    margin-bottom: 2px;
}
.news span{
    font-size: 18px;
    font-weight: 800;
}
.news p{
    font-size: 16px;
}
.navbar-notice{
    background-color:#124f9f ;
    color: #fff;
    border-radius:10px 10px 0px;
   
}
.navbar-notice ul {
list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navbar-notice ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.main-notice-scroll{
    overflow-y: auto;
    max-height: 530px;
}
.main-notice-scroll-1{
    overflow-y: auto;
    max-height: 495px;
}
.card-size{
    height: 171px !important;
    background-color: #124f9f;
}
.card-size img{
    width: 50px;
}
.member-card-size img{
    height: 220px;
    width: 350px;

}
.footer-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  color: #fff;
  font-size:16px ;
}
.quicks-link ul{
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    color: #fff;
    font-size:16px ;
}
.quicks-link ul li a{
    justify-content: center;
    color: #fff;
    padding-left: 160px;
    font-size: 12px;
}
