@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed';
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
}

p,
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
}

.acm-main {
    margin-top: 10px;
}

.acm-main .main-body {
    background-color: #F8F7F7;
    padding: 10px 20px;
}

.acm-header .navbar {
    background-color: #fff;
    padding: 8px 20px;
}

.acm-header .navbar .navbar-nav {
    gap: 8px;
    /* padding-left: 75px; */
}

.acm-header .navbar .nav-link {
    color: #33307F;
    background-color: #EEEEEE;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-toggler{
    background-color: #33307F;
}
.navbar-toggler .open-btn i{
    color: #fff;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-collapse{
    transition: 0.3s ease-in-out;
}
.acm-header .navbar .nav-item.active a {
    color: #DA1F22;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.acm-header .navbar .nav-item:hover .nav-link{
    color: #DA1F22;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.collapse-flex-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* .collapse-flex-inner .login-user a {
    gap: 10px;
    color: #DA1F22;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
} */
.custom-hrader-main{
    display: flex;
    align-items: center;
    width: 100%;
}
.collapse-flex-inner .login-user a i {
    font-size: 18px;
    margin-top: 1px;
    margin-right: 7px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu, .login-user .dropdown-menu{
    min-width: 100%;
}


/* body css */

.body-area.main-body{
    padding-bottom: 20px;
}
.acm-main .body-area .left-side-area .pre-message .img-box {
    background: #BDBDBD;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acm-main .body-area .left-side-area .pre-message {
    border: 1px solid #D9D9D9;
}

.acm-main .body-area .left-side-area .pre-message .img-box img {
    padding-right: 30px;
    height: 120px;
    width: auto;
}

.acm-main .body-area .left-side-area .pre-message h1 {
    font-weight: 700;
    font-size: 25px;
    color: #33307F;
    padding-left: 20px;
}

.acm-main .body-area .left-side-area .pre-message .content {
    font-weight: 600;
    font-size: 14px;
    padding: 15px;
    color: #464242;
}

.txt:hover{
  text-decoration: underline;
}

.acm-main .body-area .left-side-area .editorial-part {
    border: 1px solid #D9D9D9;
    margin-top: 20px;
}

.acm-main .body-area .left-side-area .editorial-part .img-box {
    width: 100%;
    height: 130px;
    object-fit: cover;
    position: relative;
}

.add-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 124px;
    height: 34px;
    font-weight: 700;
    font-size: 22px;
    background-color: #33307F;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.acm-main .body-area .left-side-area .editorial-part .img-box img {
    width: 100%;
    height: 100%;
}

.acm-main .body-area .left-side-area .editorial-part .content {
    padding: 15px;
}

.acm-main .body-area .left-side-area .editorial-part .content p, .acm-main .body-area .left-side-area .pre-message .content p {
    font-size: 14px;
    font-weight: 400;
}

.acm-main .body-area .left-side-area .editorial-part .content h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;

}

.acm-main .body-area .left-side-area .manman-part {
    background-image: url('../images/manman.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 22px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 99;
}

.acm-main .body-area .left-side-area .manman-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    z-index: -1;
}

.acm-main .body-area .left-side-area .manman-part h4 {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 13px;
}

.acm-main .body-area .left-side-area .manman-part p {
    font-weight: 700;
    font-size: 16px;
    color: #ffff;
}

.middle-side-area .top-artical-btn,
.cuurent-issue-part .cuurent-issue-btn {
    background-color: #33307F;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 40px;
    transition: 0.3s ease-in-out;
}

.middle-side-area .top-artical-btn:hover,
.cuurent-issue-part .cuurent-issue-btn:hover{
    background-color: #DA1F22;
    transition: 0.3s ease-in-out;
}
.middle-side-area .artical-list ul {
    margin-top: 25px;
}

.middle-side-area .artical-list ul li {
    padding: 20px 0px;
    border-bottom: 1px dashed #000000;
}

.middle-side-area .artical-list ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #464242;
    transition: 0.3s ease-in-out;
}
.middle-side-area .artical-list ul li a:hover{
    color: #DA1F22;
    transition: 0.3s ease-in-out;
}
.middle-side-area .img-warp-middle {
    width: 100%;
/*    height: 310px;*/
    object-fit: cover;
    margin-top: 45px;
}

.middle-side-area .img-warp-middle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cuurent-issue-part .cuurent-issue-btn {
    width: 170px;
}

.cuurent-issue-part .current-img-box {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.cuurent-issue-part .current-img-box img{
    width: 100%;
    height: 100%;
}

.right-side-area .search-part {
    margin-top: 15px;
}

.right-side-area .search-part .custom-input-box {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 40px;
}

.right-side-area .search-part .custom-input-box label,
.custom-select-box label,
.advance-search-part label {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

.right-side-area .search-part .form-control {
    border: none;
    border-right: 1px solid #D9D9D9;
    border-radius: 0;
}

.right-side-area .search-part .search-btn {
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    cursor: pointer;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #D9D9D9 !important;
    box-shadow: none;
}

.search-part .custom-select-box {
    display: flex;
    border: 1px solid #D9D9D9;
    height: 40px;
}

.search-part .custom-select-box .form-select {
    border: none;
    border-right: 1px solid #D9D9D9;
    border-radius: 0;
}

.search-part .custom-select-box .search-btn {
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    cursor: pointer;
    flex-shrink: 0;
}

.advance-search-part .main-part {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 15px;
}

.advance-search-part .main-part .form-control {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 30px;
}

.advance-search-part .main-part label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
}

.advance-search-part .main-part .submit-btn {
    width: 98px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEEEEE;
    border: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 16px;
    color: #464242;
}

.custom-margin-bottom {
    margin-bottom: 20px;
}




/* footer css */
footer {
    background-color: #33307F;
}

footer .down-ft-logo {
    margin-top: 30px;
    margin-left: 30px;
    opacity: 0.2;
}

footer .ft-top {
    padding: 25px;
    padding-bottom: 0;
}

footer .footer-contact .title {
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.detail-part .frist-part ul li .content-address {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.detail-part .frist-part ul li .content-address span {
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail-part .frist-part ul li .content-address .address {
    width: 250px;
}

.detail-part .frist-part ul li .content-address span i {
    color: #fff;
}

.content-address .bold {
    font-weight: 700;
    font-size: 16px;
}

.frist-part {
    display: flex;
    gap: 30px;
}

.frist-part .second-ul li a {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.frist-part .second-ul li a:hover, .detail-part .frist-part ul li .content-address:hover{
    color: #DA1F22;
    transition: 0.3s ease-in-out;
}
.frist-part .second-ul li a:hover .icon-box, .detail-part .frist-part ul li .content-address:hover span{
    border: 1px solid #DA1F22;
}
.detail-part .frist-part ul li .content-address:hover span i {
    color: #DA1F22;
}

.frist-part .second-ul li a .icon-box {
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s ease-in-out;
}

footer .map-location {
    margin-top: 40px;
}

footer .map-location iframe {
    width: 100%;
    height: 220px;
}

footer .ft-bootom {
    padding: 18px;
    background-color: #2C2976;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .ft-bootom ul {
    margin-bottom: 0;
}

footer .ft-bootom .copy-right p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

footer .ft-bootom .social-icon ul {
    display: flex;
    gap: 15px;
}

footer .ft-bootom .social-icon ul li a {
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    transition: 0.3s ease-in-out;
}
footer .ft-bootom .social-icon ul li a:hover{
    background-color: #DA1F22;
    transition: 0.3s ease-in-out;
    border: 1px solid #DA1F22;
}
.acm-main .body-area .left-side-area .pre-message .content h3{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}


/* search page css */
.mai-head{
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}
.search-page .mai-head span{
    font-weight: 700;
    font-size: 18px;
    color: #464242;
}
.search-page .content-list h2{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #464242;
    transition: 0.3s ease-in-out;
}
.search-page .content-list p{
    font-weight: 500;
    font-size: 16px;
    color: #464242;
    transition: 0.3s ease-in-out;
}
.search-page .content-list{
    padding: 20px 0px;
    border-bottom: 1px solid #D9D9D9;
}
.search-page .content-list a:hover h2, .search-page .content-list a:hover p{
   color: #2C2976;
}
.search-page .ft-content-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.search-page .ft-content-list p{
    font-size: 16px;
    color: #464242;
}
.search-page .ft-content-list p a{
    font-weight: 700;
    color: #464242;
}

/* END search page css */





/* Artical page css */

.artical-page .pdf-img{
    text-align: end;
    margin-top: 40px;
}
.artical-page .inner-content .title-name{
    font-size: 22px;
    color: #2C2976;
    font-weight: 600;
    padding-top: 40px;
}
.artical-page .inner-content .user-name{
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #464242;
    padding-top: 20px;
}
.artical-page .standard-area{
    /* padding-top: 40px; */
}
.artical-page .standard-area h3{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
/* .right-area-content{
    text-align: right;
} */
.right-area-content {
    text-align: right;
    justify-content: end;
}
.artical-page .standard-area .right-area-content  {
    /* padding-top: 20px; */
}
.artical-page .standard-area .right-area-content .user-name{
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #464242;
}
.artical-page .statement-heading{
    padding-top: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.artical-page .content-detail-main{
    padding-top: 40px;
}
.artical-page .content-detail-main .content-heading{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.artical-page .content-detail-main ul{
    list-style: disc;
    padding-left: 30px;
}
.artical-page .content-detail-main .detail-part{
    margin-bottom: 25px;
}

/* END Artical page css */


/* journal-listing page css */

.journal-listing .main-title{
    font-size: 28px;
    color: #2C2976;
    font-weight: 600;
    padding-bottom: 20px;
}
.journal-listing .accordion .accordion-item{
    margin-bottom: 7px;
}
.journal-listing .accordion .accordion-item:not(:first-of-type){
    border-top: 1px solid #d9d9d9;
}
.journal-listing .accordion .accordion-button:focus{
    box-shadow: none;
    border-color: #2C2976;
}
.journal-listing .accordion .accordion-item .accordion-button{
    font-weight: 700;
    font-size: 16px;
    color: #464242;
    padding: 15px 20px;
}
.journal-listing .accordion .accordion-item .accordion-body  ul li{
    margin-bottom: 15px;
}
.journal-listing .accordion .accordion-item .accordion-body ul li:last-child{
    margin-bottom: 0;
}
.journal-listing .accordion .accordion-item .accordion-body  ul{
    margin-bottom: 0;
    list-style: disc;
    padding-left: 10px;
}

.journal-listing .accordion .accordion-item .accordion-body  ul li a{
    font-weight: 800;
    font-size: 16px;
    color: #2C2976;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}
.journal-listing .accordion .accordion-item .accordion-body  ul li a:hover{
    color: #DA1F22;
    transition: 0.3s ease-in-out;
}
/* END journal-listing page css */


/* committee-list page css */
.committee-list .committee-box{
    padding: 30px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}
.committee-list .committee-box .main-box{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.committee-list .committee-box .main-box:last-child{
    margin-bottom: 0;
    border: none;
}
.committee-list .committee-box .main-title{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #2C2976;
    position: relative;
}
.committee-list .committee-box .main-title::before{
    position: absolute;
    top: 30px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 50px;
    height: 5px;
    /* background-color: #DA1F22; */
}
.committee-list .committee-box .member-detail{
    text-align: center;
    ;
}
.committee-list .committee-box .member-detail h2{
    font-size: 22px;
    color: #464242;
    font-weight: 500;
}
.committee-list .committee-box .member-detail p{
    font-size: 16px;
    color: #464242;
    font-weight: 800;
}
.committee-list .sub-committee-box{
    margin-top: 50px;
}
.committee-list .sub-committee-box .table{
    margin-top: 30px;
}
/* END committee-list page css */

/* profile-page css */

.profile-page .main-heading-part{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.profile-page .profile-content .main-title{
    font-weight: 700;
    font-size: 24px;
    color: #2C2976;
}
.profile-page .profile-content p{
    color: #464242;
}
.profile-page .profile-photo{
    position: relative;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.profile-page .profile-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #F8F7F7;
}
.profile-page .profile-photo .icon-box{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2C2976;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-page .profile-photo .icon-box .upload-img{
    opacity: 0;
    width: 100%;
    position: absolute;
}
.profile-page .ft-btns-area {
    display: flex;
    gap: 20px;
}
.profile-page .ft-btns-area .save-btn{
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2C2976;
    color: #fff;
    font-size: 18px;
}
.profile-page .ft-btns-area .cancel-btn{
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DA1F22;
    color: #fff;
    font-size: 18px;
}
.profile-page .password-info-part{
    margin-top: 20px;
}
.profile-content .personal-info-part, .profile-content .password-info-part{
    background-color: #fff;
    padding: 20px;
}
/*  END profile-page css */

.inquiris-page .img-warp-middle{
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.inquiris-page .img-warp-middle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inquiris-page .submit_inquiries, .inquiris-page .submit_feedback {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
    background-color: #33307F;
    border: none;
}

.content-detail-main .without-login-user{
    overflow: hidden;
    height: 140px;
}