@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');


body {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
}

.container{
    max-width: 1460px;
}


.logo img{
    width: 130px;

}

.hot-line {
    width: fit-content;
    white-space: nowrap;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;

}
.hot-line .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2C3B76;
    color: #fff;
    font-size: 15px;
}
.hot-line .line-cnt {
    margin-left: 5px;
    text-align: left;
}
.hot-line .line-cnt span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #bde17e;
    line-height: 1;
}
.line-cnt span {
    color: #000 !important;
    font-size: 12px !important;
}
.hot-line .line-cnt a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.line-cnt a {
    color: #000 !important;
    font-size: 14px !important;
    text-decoration: none;
}
.flex-top-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
nav{
    padding: 0 !important;
}
.navbar-brand{
    padding: 0;
    padding-top: 5px;
}

.bulletin-baner-img {

    position: relative;
    height: 540px;
    
    border-radius: 20px;
    overflow: hidden;
}
.bulletin-baner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bulletin-baner{
    padding-top: 20px;
}
.bulletin-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    background: #000;
background: linear-gradient(178deg,rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.bulletin-overlay h3{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
.bulletin-overlay p{
    font-weight: 400;
    margin: 0;
    color: #fff;
}


.photo-team {
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 7px;
}

.photo-team img {
    min-width: 120px;
    max-width: 120px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border: 5px solid #fff;
}

.photo-team h3 {
    text-align: left;
    margin: 5px 0;
    font-size: 17px;
    font-weight: 600;
}

.photo-team p {
    text-align: left;
    font-size: 13px;
    margin: 0;
}

.photo-team span{
        background: #ff7675;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    width: fit-content;
}
.baner-team-carousel .item{
    padding: 2px;
}
.section-padding{
    padding: 40px 0;
}
.section-title h3{
    font-size: 35px;
    font-weight: 600;
    color: #000;
    border-left: 4px solid #080b5f;
    padding-left: 20px;
}
.bulletin-news-widget{
    height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ccc;
}
.bulletin-news-widget-left{
    width: 30%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.bulletin-news-widget-right{
    width: 70%;
}
.bulletin-news-widget-left .main-img-inner{
    width: 100%;
    height: 80px;
    display: flex;
}
.bulletin-news-widget-left .main-img-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bulletin-news-widget-left-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.bulletin-news-widget-left-inner a{
    width: 50%;
    height: 50px;
    display: flex;
}
.bulletin-news-widget-left-inner a img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-view{
    position: absolute;
    background-color: #000000ac;
    width: fit-content !important;
    font-size: 13px;
    padding: 5px 10px;
    bottom: 5px;
    right: 5px;
    display: flex;
    height: unset !important;
    border-radius: 10px;
    text-decoration: none;
    color: #fff !important;
    z-index: 1;
}
.more-view:hover{
    background-color: #000;
}
.bulletin-news-widget-right{
    padding-left: 15px;
}
.bulletin-news-widget-right h3{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 25px;
}
.bulletin-news-widget-right p{
    font-size: 13px;
    margin:2px 0;
}
.ft-logo{
    display: flex;
    justify-content: center;
    align-items: center;

}
.ft-logo img{
    width: 150px;
}

.ftcnt ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.ftcnt ul li {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.ftcnt ul li i{
    font-size: 16px;
    color: #201f1f;
}
footer{
    background-color: #f2f2f2;
    padding: 40px 0;
}
.ftcnt h3{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;

}
.col-pd-cs{
    padding-left: 0;
}

@media screen and (max-width:991px){
    .ftcnt ul{
        flex-direction: column;
    }
    .ftcnt ul{
        align-items: flex-start;
        gap: 10px;
    }
    .col-pd-cs{
        padding-left: 15px;
    }
}

@media screen and (max-width:768px){
    .bulletin-baner-img{
        height: 450px;
    }
    .flex-top-nav{
        flex-direction: column;
        background-color: #f7f7f7;
        border-radius: 15px;
        padding: 20px;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 7px;
    }
}
@media screen and (max-width:567px){
   .bulletin-news-widget-left{
    width: 35%;
   }
   .bulletin-news-widget-right{
    width: 65%;
   }
   .bulletin-news-widget-right h3 {
        font-size: 16px;
    line-height: 20px;
   }
   .photo-team{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
   }
   .bulletin-baner-img{
    height: 350px;
    
   }
   .bulletin-overlay{
    padding: 15px;
   }
   .bulletin-overlay h3{
    font-size: 23px;
    line-height: 35px;
   }
   .bulletin-overlay p{
    font-size: 14px;
    margin-bottom: 5px;
   }
   .section-title h3{
    font-size: 25px;
   }
}