        .about-countup {
    display: flex;
    gap: 100px;
    margin: 20px 0;
}
.about__company .news_title a,.bp_news_more {
    color: rgb(16 95 177);
    text-transform: uppercase;
}
.about__company .bp_hot_news_img {
    position: relative;
    z-index: 2;
    margin-top: 55px;
}
.about__company .bp_news_sub {
    padding-right: 50px;
}
.service {
        background: #e6e3e1;
    padding: 60px 0;
}
.service2-inner {
    background: #fff;
    padding: 30px 10px;
    border-radius: 8px;
    margin: 10px 0;
}
.service .sec-title p {
    color: black;
    margin: 20px auto 40px;
    max-width: 70%;
}
.service .media {
    display: flex;
    gap: 20px;
}
.service .media i {
    color: #e3af0a;
    font-size: 32px;
    margin-top: 5px;
}
.service2-details p {
    height: 130px;
    text-align: justify;
}
.why__choose .bp_news_sub{
    display: flex;
        flex-wrap: wrap;
}
.why-choose-item {
    margin: 10px;
}
.why-choose-icon img {
    width: 60px;
    height: 60px !important;
    border-radius: 50%;
}
.media-body h2 {
        font-size: 20px;
    margin:10px 0;
}
.media-body p {
    font-size: 14px;
    text-align: justify;
}
.why__choose .bp_news_more {
    display: none;
}
.why__choose img, .why__choose .bp_hot_news_img,.why__choose .bp_hot_news_img a {
    display: block;
    height: 100%;
}
.why__choose .cls_content_hot_news {
    padding: 0 20px;
}
.why__choose .news_title,.about__company .news_title {
    font-size: 38px;
}
.team-sec {
    padding: 100px 70px 0;
}
.team-member {
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    z-index: 2;
    border-bottom: 2px solid #020e2a;
}
.team-member h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
.team-member h3 {
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.sec-title {
    text-align: center;
        color: rgb(16 95 177);
        margin-bottom: 40px;
}
.form__contact {
    background-image: url('/files_upload/image_form.jpg');
    position: relative;
}
.form__contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}
#frm_lienhe {
    position: relative;
    z-index: 2;
        background: #fff;
    padding: 40px;
    border-radius: 4px;
}
#frm_lienhe .form-control {
    margin-top: 15px;
}
#contact_reset,#frm_lienhe label  {
    display: none;
}
#contact_button #sub_mit {
    background: #125e8f;
    border: none;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 15px;
}
.business__other .cls_img_hot_news {
    display: none;
}
.business__other .bp_block_item .row {
    margin: 0;
}
.business__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5,auto);
    gap: 15px;
}
.business__other .bp_block_item {   
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(16 95 177);
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: bold;
    height: 80px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s;
}
.business__other .bp_block_item:hover {
    transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.blog__event .news_title {
    font-size: 15px;
}
.blog__event .news_title a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #292929;
    display: block;
    height: 60px;
}
.blog__event .bp_news_more {
    display: block;
    padding-top: 10px;
}
.blog__event .bp_block_item .row {
    margin: 0;
}
.blog__event .bp_news_sub {
    font-size: 13px;
    color: #737171;
    line-height: 1.5;
}
.sub__blog .bp_block_item {
    margin-bottom: 10px;
}
.sub__blog .bp_block_item .row {
    margin: 0;
}
.sub__blog .bp_news_sub {
    display: none;
}
.sub__blog .news_title a {
    font-weight: 700;
    font-size: 14px;
    color: #292929;
    line-height: 20px;
}
.title__blog h2 {
    position: relative;
    padding-bottom: 10px;
    color:rgb(16 95 177) ;
    margin-bottom: 20px;
}
.title__blog h2:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #d38009;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .about__company .bp_news_sub {
        padding: 0;
    }
    .why__choose .news_title, .about__company .news_title {
        font-size: 28px;
    }
    .about__company .bp_news_sub p {
        font-size: 13px;
    }
    .service .sec-title p {
        max-width: 90%;
    font-size: 14px;
    }
}
@media screen and (max-width:456px) {
    .business__other .news_title a {
        font-size: 14px;
    }
}
