
.h2, h2{
    font-size: 18px;
}

.row-78{
    margin-left: -7px !important;
    margin-right: -8px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-78 > div,
.row-78 > .col-form-label{
    padding-left: 7px !important;
    padding-right: 8px !important;
}
.row-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-0 > div{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 575px){
    .row-xs-78 {
        margin-left: -7px !important;
        margin-right: -8px !important;
    }
    .row-xs-78 > div{
        padding-left: 7px !important;
        padding-right: 8px !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .row-sm-78{
        margin-left: -7px !important;
        margin-right: -8px !important;
    }
    .row-sm-78 > div{
        padding-left: 7px !important;
        padding-right: 8px !important;
    }
}

/*********************************************************************
        /* ==========================================================================================
          BANNER PAGE
        ========================================================================================== */
.banner-page-text{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-page-text .bit-c .bi-text{
    font-weight: 700;
    text-transform: uppercase;
}
.banner-page-text .bi-btn{
    margin-top: 20px;
}
.banner-page-text .btn-transparent{
    color: #fff;
    box-shadow: none;
}
@media screen and (min-width: 992px){
    .banner-page-text .bit-c{
        max-width: 1040px;
    }
    /*.banner-page-text .bit-c .bi-intro{
      font-size: 18px;
    }*/
}
@media screen and (max-width: 991px){

    .banner-page-text .bit-c{
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 10px;
    }
    .banner-page-text .bi-btn .btn{
        font-size: 10px;
    }
    .banner-page-text .bi-btn{
        margin-top: 0;
    }
}

/* ==========================================================================================
        /* ==========================================================================================
  SERVICE PAGE
========================================================================================== */
.ts-sevices{
    margin-bottom: 1rem;
}
.sb-wrapper .img{
    margin-bottom: 0;
    overflow: hidden;
}
.sb-wrapper .img img{
    width: 100%;
}
.is-art .sb-content .wrapper-button{
    margin-bottom: 0;
    margin-top: 25px;
}
.is-art .sb-content .wrapper-button a.btn-theme{
    color: #fff;
}
.is-art .sb-content .wrapper-button a.btn-theme:hover{
    color: #ED3237;
}
.title-service{
    font-size: 24px;
    text-transform: uppercase;
    color: #004A8F;
    font-weight: 700;
}
.sb-content .title-service{
    font-size: 30px;
    margin-bottom: 30px;
}
.is-art .sb-content .content{
    font-size: 16px;
    text-align: justify;
}
@media screen and (min-width: 1400px){
    .is-list > .is-art:nth-child(2n) .sb-content{
        padding-left: 100px;
        padding-right: 100px;
    }
    .is-list > .is-art:nth-child(2n+1) .sb-content{
        padding-left: 100px;
        padding-right: 100px;
    }
    .sb-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
    .is-list > .is-art:nth-child(2n) .sb-content{
        padding-left: 50px;
        padding-right: 50px;
    }
    .is-list > .is-art:nth-child(2n+1) .sb-content{
        padding-left: 50px;
        padding-right: 50px;
    }
    .sb-content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 1200px){
    .sb-wrapper,
    .sb-wrapper figure.img,
    .sb-wrapper .img img{
        height: 100%;
    }
}
@media screen and (max-width: 1199px){
    .is-list > .is-art .sb-content{
        padding: 15px;
    }
    .is-art .sb-content .wrapper-button{
        margin-top: 10px;
    }
    .is-art .sb-content .content{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .title-service{
        font-size: 17px;
    }
    .sb-content .title-service{
        font-size: 17px;
        margin-bottom: 10px;
    }
}

/* ==========================================================================================
  CONTRUCTION PAGE
========================================================================================== */
.box-spm .btn-spm .spm1,
.box-spm .btn-spm.collapsed .spm2{
    display: none;
}
.box-spm .btn-spm .spm2,
.box-spm .btn-spm.collapsed .spm1{
    display: block;
}
.box-spm-map{
    padding-top: 30px;
    height: 400px;
}
.box-spm-map .map_tuts{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.info_p h3{
    color: #004A8F;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.info_p h3 a{
    color: #004A8F;
}
.box-contruct{
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.box-contruct figure{
    position: relative;
    padding-top: 66%;
}

.box-contruct .infor{
    padding: 8px 25px 12px;
}
.box-contruct .infor h3 {
    text-align: center;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.box-contruct .infor h3 a{
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    text-decoration:none;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.info_pm .bc-i i{
    top: 1px;
}
@media screen and (min-width: 768px){
    .box-spm{
        margin-bottom: 50px;
    }
    .p-list{
        padding-top: 5px;
    }
    .p-list > div{
        margin-bottom: 30px;
    }
    .box-contruct{
        height: 100%;
    }
}
@media screen and (max-width: 767px){
    .box-spm{
        margin-bottom: 30px;
    }
    .p-list > div{
        margin-bottom: 15px;
    }
    .info_p h3{
        font-size: 14px;
    }
    .box-contruct .infor{
        padding: 0px 15px 5px;
    }
    .box-contruct .infor h3 a{
        font-size: 16px;
    }
}

/* ==========================================================================================
  CONTRUCTION DETAIL PAGE
========================================================================================== */
.bc-info{
    margin-bottom: 15px;
}
.bc-i{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.bc-i i{
    position: absolute;
    z-index: 1;
    left: -3px;
    top: 5px;
    color: #ED3237;
    width: 20px;
    text-align: center;
}
.bc-i strong{
    font-weight: 600 !important;
}
.bc-map{
    margin-bottom: 30px;
}
.bc-map iframe{
    width: 100% !important;
    border-radius: 10px;
    height: 100%;
}

/* show more - expanded text */
.view-more-desc{
    max-height: 122px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

/* slide */
.box-slide-congtrinh{
    padding-left: 50px;
}
.box-slide-congtrinh .flexslider{
    border-width: 0;
    margin-bottom: 10px;
    background-color: transparent;
}
.box-slide-congtrinh .yv{
    position: relative;
    display: block;
}
.box-slide-congtrinh .yv .iv{
    color: #ff0000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    background-color: rgba(255,255,255,.3);

    -webkit-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.box-slide-congtrinh .yv:hover .iv{
    opacity: 1;
    visibility: visible;
}
.box-slide-congtrinh .yv .iv i{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
}
.box-slide-congtrinh .slider_congtrinh .yv .iv i{
    font-size: 40px;
    width: 45px;
    height: 40px;
}
.box-slide-congtrinh .carousel_congtrinh .yv .iv i{
    width: 18px;
    height: 16px;
}
.box-slide-congtrinh .flex-direction-nav a{
    font-size: 0;
}
.box-slide-congtrinh .flex-direction-nav a:before{
    font-size: 26px;
}
.box-slide-congtrinh .slides li{
    border-radius: 8px;
    overflow: hidden;
}
.box-slide-congtrinh .carousel_congtrinh .slides li a{
    border: 1px solid #ddd;
    display: block;
    position: relative;
}
.box-slide-congtrinh .carousel_congtrinh .slides li a:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.2);
}
.box-slide-congtrinh .carousel_congtrinh .slides li.flex-active-slide a:before{
    background-color: rgba(255,255,255,0);
}
.box-slide-congtrinh .carousel_congtrinh .flex-direction-nav a{
    top: 60%;
}
.box-slide-congtrinh .slider_congtrinh .flex-direction-nav a{
    top: 55%;
}
/* related */
.box-contruct-alt{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.box-contruct-alt img{
    width: 100%;
}
.box-contruct-alt .intro{
    padding: 10px 20px 15px;
}
.box-contruct-alt .intro h2{
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.box-contruct-alt .intro h2 a{
    color: #004A8F;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.box-contruct-alt:hover .intro h2 a{
    color: #ED3237;
}
@media screen and (min-width: 992px){
    .cdi-lh{
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
    }
    .cdi-lh1{
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        width: 100%;
    }
    .cdi-lh11{
        display: flex;
        flex: none;
    }
    .cdi-lh12{
        display: flex;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 991px){
    .box-contruct-alt .intro h2{
        font-size: 14px;
    }
    .box-contruct-alt .intro {
        padding: 0px 15px 7px;
    }
    .box-slide-congtrinh{
        padding-left: 0;
    }

    .box-slide-congtrinh .yv .iv{
        opacity: 1;
        visibility: visible;
        background-color: rgba(255,255,255,.1);
    }
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
    margin-top: 10px;
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 27px;
}
.pagination li{
    display: -webkit-inline-flex;
    display: inline-flex;
    border-radius: 50%;
    overflow: hidden;
}
.pagination .page-link{
    color: #004A8F;
    border-width: 0;
    width: 45px;
    height: 45px;
    line-height: 29px;
}
.pagination li a:focus{
    box-shadow: none;
}
.pagination .page-item.active .page-link{
    background-color: #ED3237;
    border-color: #ED3237;
}

/* related */
.box-contruct-alt{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.box-contruct-alt img{
    width: 100%;
}
.box-contruct-alt .intro{
    padding: 10px 20px 15px;
}
.box-contruct-alt .intro h2{
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.box-contruct-alt .intro h2 a{
    color: #004A8F;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.box-contruct-alt:hover .intro h2 a{
    color: #ED3237;
}
@media screen and (min-width: 992px){
    .cdi-lh{
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
    }
    .cdi-lh1{
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        width: 100%;
    }
    .cdi-lh11{
        display: flex;
        flex: none;
    }
    .cdi-lh12{
        display: flex;
        flex: 1 0 auto;
    }
}

@media screen and (max-width: 991px){
    .box-contruct-alt .intro h2{
        font-size: 14px;
    }
    .box-contruct-alt .intro {
        padding: 0px 15px 7px;
    }
    .box-slide-congtrinh{
        padding-left: 0;
    }
    .box-slide-congtrinh .flexslider{
        margin-bottom: 15px;
    }
    .box-slide-congtrinh .yv .iv{
        opacity: 1;
        visibility: visible;
        background-color: rgba(255,255,255,.1);
    }
}
#nhatpl_img_detail p{
    font-size: 16px;
}
.bg-head-parent{
    width: 100%;
    height: auto;
    border: 1px solid;
}
.bg-head-parent img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar {
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--color_bgbetongvietnhat);
    color: #ffffff;
}
.dropdown-item{
    color: #ffffff;
}
.dropdown-item:hover{
    background:none;
    color: #ffffff;
    font-weight: bold;
}
#navbarSupportedContentParent>li{
    text-transform: uppercase;
}
#navbarSupportedContentParent>li>ul>li{
    text-transform: none;
}
