.banner-subpage .title p {
    color: #fff;
    max-width: 700px;
    margin: auto;
    font-size: 18px;
}

.banner-subpage .title h1 {
    font-weight: 300;
    position: relative;
    margin-bottom: 15px;
}

.banner-subpage .title h1::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #fff;
    content: '';
}

.banner-subpage .title {
    top: 40%;
}

.banner-subpage.__contact .title {
    top: 45%;
}
.project-s-1 .box-project .content p {
    text-align: justify;
}

.project-list-s-1 .tab-box-2 .img-b-pro .name-pro {
    object-position: center;
    /* background-color: #fff; */
}

.new-s-1 .box-new-other {
    border: 1px solid #dbdbdb;
}
.new-s-1 .box-new-other .other-content {
    padding: 10px;
    padding-left: 0;
    text-align: justify;
}

.big-news {
    
    /* border-left: none; */
    position: relative;
}

.big-news::before {
    position: absolute;
    width: calc( 100% - (var(--bs-gutter-x)/ 2));
    height: 100%;
    right: 0;
    top: 0;
    content: '';
    border: 1px solid #dbdbdb;
    /* border-left: none; */
}

.share-icon {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    margin-top: 15px;
}
.share-icon h5 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.share-icon ul {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.share-icon ul li {
    margin: 0 8px;
}
.share-icon ul li a {
    color: #404040;
    font-size: 20px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.share-icon ul li a:hover {
    background-color: #ed1c24;
    color: #fff;
}

.new-s-1 .box-news .news-content {
    padding: 15px;
    position: relative;
    z-index: 1;
}

.new-s-1 .swiper-news .content,
.new-detail-1 .box-relate {
    padding: 15px 15px!important;
    border: 1px solid #dbdbdb;
}
.new-detail-1 .box-relate {
    padding: 15px 5px!important;
}
.new-s-1 .img-news {
    padding-bottom: 65%!important;
}
.banner-subpage.__contact .title h1 {
    border-bottom: none;
}

.section-h-2 .big-news {
    padding-top: 0;
}

.section-h-2 .news-content {
    position: relative;
    z-index: 1;
    padding: 15px 15px;
}
.new-detail-1 .detail-content {
    border: 1px solid #dbdbdb;
    padding: 15px;
}

.new-detail-1 .detail-right-menu .img-small {
    padding-bottom: 65%!important;
}

.section-h-4 .swiper-h4 .swiper-button-next,
.section-h-4 .swiper-h4 .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
}

.project-list-s-1 .tab-box-2 .content p {
    text-align: justify!important;
    -webkit-line-clamp: 6!important;
}
.banner-subpage.__contact ul li {
    text-align: left;
    margin-bottom: 10px;
}

.section-h-2 .swiper-new-index .swiper-slide{
    height: auto;
    display: flex;
}

@media screen and (max-width: 991.82px) {
    .banner-subpage .title p {
        font-size:16px
    }
    .big-news::before {
        width: auto;
        height: 100%;
        right: calc(var(--bs-gutter-x)/ 2);
        left: calc(var(--bs-gutter-x)/ 2);
        top: 0;
        content: '';
        border: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;;
    }
    .new-s-1 .box-news .img-news {
        margin-bottom: 0!important
    }
    .new-s-1 .box-new-other .img-news {
        padding-bottom: 80%!important;;
    }
   
    .banner-subpage.__contact ul {
        flex-direction: column;
        font-size: 14px;
    }

    
}

@media (max-width: 767.82px) {
    .banner-subpage.__contact {
        padding-bottom: 80%;
    }
    .recuit-s-2 .table tr {
        border-bottom: 15px solid #ffffff!important;
    }
    .recuit-s-2 .table tr:hover {
        background-color: #f2f2f2!important;
        color: inherit!important;
    }
    .recuit-s-2 .table tr:hover .btn-link {
        background-color: #474747!important;
        color: #fff!important;
    }
    .recuit-s-2 .table tr:hover a {
        color: inherit!important;
    }

    .recuit-s-2 .table tr td:before, .recuit-s-2 .table tr th:before {
        left: .5rem!important;
    }
    .recuit-s-2 .table tr th {
        background-color: #ed1c24;
        color: #fff;
    }
    .recuit-s-2 .table tr {
        background-color: #f2f2f2;
    }
    
}

@media screen and (max-width: 575.82px) {
    .banner-subpage.is-dark .title p {
        display: none;
    }
    .banner-subpage .title p {
        font-size:14px
    }
    .new-s-1 .box-news {
        padding: 25px 10px!important;
    }
    .new-s-1 .nav-box .swiper-button-prev {
        left: -8px!important;
    }
    .new-s-1 .nav-box .swiper-button-next {
        right: -8px!important;
    }
    .new-detail-1 .detail-content
    .new-detail-1 .box-relate {
        padding: 10px;
    }

    .new-detail-1 .box-relate {
        padding: 10px 0px;
    }
    .section-h-2 .swiper-new-index {
        padding: 0 20px;
    }
    .section-h-2 .swiper-new-index .swiper-button-next {
        right: -4px;
    }
    .section-h-2 .swiper-new-index .swiper-button-prev {
        left: -4px;
    }

    .section-h-4 .swiper-h4 .thumb-img.img-100, .section-h-4 .swiper-h4 .thumb-img.img-30 {
        padding-bottom: 0;
    }

    .section-h-4 .swiper-h4 .thumb-img {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section-h-4 .swiper-h4 .thumb-img img {
        position: relative;
        height: 60vw;
    }

    .section-h-4 .swiper-h4 .thumb-img .link {
        position: relative;
        width: 100%;
        text-align: center;
        left: unset;
        bottom: unset;
        padding: 15px 10px;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
}

    .section-h-4 .swiper-h4 {
        padding: 0 0;
    }
    .project-list-s-1 #tab-2 .attr-box ul {
        flex-direction: column!important;
        width: fit-content;
        flex-wrap: wrap;
        margin: auto;
    }
    .banner-subpage.__contact ul li {
        margin: 0px;
        margin-bottom: 10px;
    }
    .banner-subpage.__contact .title h1, .banner-subpage.__contact .title h2 {
        font-size: 20px;
    }
    .banner-subpage.__contact ul li .svg-inline--fa, .banner-subpage.__contact ul li i {
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin-right: 5px;
    }
    .section-h-2 .swiper-new-index .btn-news-nav {
        opacity: 0.7;
    }
    
}
.section-h-2 .swiper-h2 .box-h2-slide {
    justify-content: flex-start;
}
.section-h-2 .swiper-h2 .box-h2-slide .space {
    flex: 1 0 auto;
}
.section-service-menu ul {
    justify-content: center;
    background-color: #f2f2f2;
}
.header-page .menu-page>li.has-sub-mega>.has-submenu li a {
    font-size: 14px;
}
.new-s-1 .box-new-other .other-content h5 {
    font-size: 16px!important;
}
.swiper-pag-r .swiper-pagination-bullet {
    padding: 20px 30px!important;
}
body,.about-s-1 .box-content p {
    font-size: 16px!important;
}
.project-s-1 .box-project .content h2 {
    font-size: 32px!important;
}
.project-s-1 .box-project .content p {
    font-size: 18px!important;
}

@media screen and ( max-width: 991.82px ) {
    .project-s-1 .box-project .content h2 {
        font-size: 28px!important;
    }
}
@media screen and ( max-width: 767.82px ) {
    .project-s-1 .box-project .content h2 {
        font-size: 22px!important;
    }
    .project-s-1 .box-project .content p {
        font-size: 16px!important;
    }
}
@media (max-width: 575.82px) {
    body,.about-s-1 .box-content p {
        font-size: 14px!important;
    }
    .new-s-1 .box-new-other .other-content h5 {
        font-size: 14px!important;
    }
    .swiper-pag-r .swiper-pagination-bullet {
        padding: 15px 15px!important;
    }
    .project-s-1 .box-project .content h2 {
        font-size: 20px!important;
    }
    .project-s-1 .box-project .content p {
        font-size: 14px!important;
    }
}

.project-s-1.__2 .box-project {
    padding: 20px 0
}

.project-s-1.__2 .box-project .content {
    width: 50%;
}

.project-s-1.__2 .box-project:nth-of-type(2n) .content {
    left: 50%;
}
.recuit-s-2 .table tbody th {
    text-align: left;
    padding-left: 5%;
}
.site-footer-1.__2 .menu-footer .social-icon {
    margin-left: 0;
}
.site-footer-1.__2 .menu-footer p {
    margin-left: 25px;
}

.site-footer-1.__2 .menu-footer.__form {
    justify-content: center;
}

.site-footer-1.__2 .menu-footer.__social {
    justify-content: space-between;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 10px;
}
.site-footer-1 .menu-footer ul li .svg-inline--fa ,
.site-footer-1 .menu-footer ul li i,
.site-footer-1 .menu-footer ul li img {
    width: 20px;
    margin-right: 10px;
} 
.site-footer-1.__2 .menu-footer .social-icon a:first-child {
    margin-left: 0;
}
.site-footer-1 .menu-footer h2 {
    font-size: 1.3rem;
    color: #fff;
}
.site-footer-1 .menu-footer .social-icon a img,
.site-footer-1 .menu-footer .social-icon a .svg-inline--fa,
.site-footer-1 .menu-footer .social-icon a i {
    width: 24px
}
.site-footer-1 .menu-footer .social-icon a {
    width: 24px;
}
.site-footer-1.__2 {
    background: linear-gradient(90deg, #ed1c24 50%, #666 50%);
}

.title._sub-page.__down .box-down a {
    position: relative;
    margin-top: 20px;
}

.title._sub-page.__down .box-down a .new-status {
    position: absolute;
    top: -26px;
    right: 0;
    font-size: 13px;
    padding: 3px 10px;
    background-color: #ed1c24;
    color: #fff;
}
@media screen and ( max-width: 991.82px ) {
    .site-footer-1.__2 {
        background: linear-gradient(90deg, #ed1c24 50%, #ed1c24  50%);
    }
    .site-footer-1.__2 .menu-footer.__form {
        margin-top: 15px;
        justify-content: flex-start;
    }
    .site-footer-1.__2 .menu-footer.__social {
        justify-content: space-between;
    }
    .project-s-1.__2 .box-project {
        padding: 20px 0
    }
    .project-s-1.__2 .box-project .content {
        width: 60%;
    }
    .project-s-1.__2 .box-project:nth-of-type(2n) .content {
        left: 40%;
    }
}
@media screen and ( max-width: 767.82px ) {
    .title._sub-page.__down .box-down a {
        margin-top: 10px
    }
    .project-s-1.__2 .box-project {
        padding: 0
    }
    .site-footer-1 .menu-footer.__social .copy-right {
        order: 2;
    }
    .site-footer-1 .menu-footer .social-icon {
        margin-left: 0;
    }
    
    .site-footer-1.__2 .menu-footer.__social,
    .site-footer-1 .menu-footer.__social {
        flex-direction: column;
    }

    
    .project-s-1.__2 .box-project .content {
        width: 100%;
    }
    .project-s-1.__2 .box-project:nth-of-type(2n) .content {
        left: 0;
    }
}

@media (max-width: 575.82px) {
    .title._sub-page.__down .box-down a .new-status {
        font-size: 12px;
        top: -25px;
    }
    .site-footer-1 .menu-footer h2 {
        font-size: 1.2rem;
    }
}

.image {
    text-align: center;
}

@media (max-width: 450px ) {
    .row>* {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-s-2 .box-i-s-2 .content p {
        font-size: 14px!important;
    }
    .about-s-2 .box-i-s-2 .title-s h4 {
        font-size: 15px!important;
    }
    .section-h-2 .swiper-h2 .box-h2-slide h3 {
        font-size: 15px;
    }
    .section-h-5 .swiper-h5 .thumb-img img  {
        padding: 0;
    }
    .title h2 {
        font-size: 18px;
    }
}

@media (max-width: 374.82px) {
    body, .about-s-1 .box-content p {
        font-size: 13px!important;
    }
    .site-footer-1 .menu-footer h2 {
        font-size: 1rem;
    }

    .banner-subpage.__contact .title h1, .banner-subpage.__contact .title h2 {
        font-size: 16px;
    }
    .banner-subpage.__contact ul {
        font-size: 13px;
    }
    .title h2 {
        font-size: 16px;
    }
    
}
.section-h-2 .img-news {
    padding-bottom: 65%;
    height: 0;
}
.section-h-2 .news-content {
    display: block;
}
.section-h-2 .swiper-new-index .swiper-slide {
    height: 100%;
}
.section-h-2 .news-content .box-ct p {
    -webkit-line-clamp: 4;
}

.new-s-1 .box-new-other .other-content h5 {
    -webkit-line-clamp: 3!important;
}

.project-list-s-1 .img-b-pro {
    padding-bottom: 56.25%!important
}
.new-detail-1 .detail-right-menu .content h5 {
    font-size: 14px!important;
    margin-bottom: 3px!important;
}
.new-detail-1 .detail-right-menu .content span {
    font-size: 11px!important;
    margin-bottom: 0px!important;
}
.new-detail-1 .detail-right-menu .content p {
    font-size: 12px!important;
    margin-bottom: 0!important;
}
.new-detail-1 .detail-right-menu .content p i, .new-detail-1 .detail-right-menu .content p .svg-inline--fa {
    font-size: 11px!important;
}