.banner .box-info {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    top: 0;
    text-align: center;
    display: block;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 0;
}
    .banner .box-info .tieude {
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-15%, 0%);
        text-transform: uppercase;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 700;
    }
#intro #intro-carousel .item {
    width: 100%;
    min-height: 80vh;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    backface-visibility: hidden;
}
main > ul, li{
    list-style:none !important;
}
.dropzone {
    min-height: 200px !important;
}
.image-wrapper {
    width: 100% !important;
    height: 150px !important;
}
.link-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.background-tintuc {
    width: 100%;
    height: 125px;
    background-image: url('/images/Home/bg_content01.jpg');
    background-repeat: repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.background-vanban {
    width: 100%;
    height: 200px;
    background-image: url('/images/Home/bg_content_02.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
.title-tintuc {
    width: 100%;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-top: 10px;    
    padding: 60px;    
    color: white;
    font-size: 20px;
    background-image: url('/images/Home/bg_content01.jpg');
    background-repeat: repeat;
    background-size: contain;
    /*border: 1px solid red;*/
}
    .title-tintuc p {
        color: #ffffff;
        text-align: center;
    }
    .col_02 {
        color: #ffffff;
        text-align: center;
        width:50%;
        float:left;
    }
#ListImage ol, ul {
    padding-left: 0px;
}
.post-type-text {
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 25px;
    left: 0;
    top: 0;
    /* margin: 0 0 0 0; */
    font-size: 14px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
}

    #clients img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 5px;
        height:140px;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .owl-nav, #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #50d8af;
        }
    #clients .owl-carousel.owl-drag .owl-item {
        padding-right:5px;
    }
/* Clients Section
--------------------------------*/
#intro #intro-carousel .item {
    width: 100%;
    min-height: 80vh;        
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    backface-visibility: hidden;
   
}
.bg-inner {
    position: relative;
    width: 100%;
    height: calc(100vh - 270px);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-logo {
    display: inline-block;
    border: 1px solid #b1b8be;
    padding: 15px;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
    width: calc(32.8% - 10px);
    margin: 5px;
}
.box-banner {
    display: inline-block;
    border: 1px solid #b1b8be;
    padding: 5px;
    overflow: hidden;
    text-align: left;
    width: calc(49.5% - 10px);
    margin: 5px 5px;
}
.box-banner img {
    width: 100%;
    display: block;
}
.box-logo h3 {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 5px;
}
.avatar {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.image_info {
    position: absolute;
    bottom: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #fff;
    /*background-color: #006c9b;
    opacity: 0.6;*/
    font-size: 15px;
}
.image_info .title {
    font-weight: bold;
}
.min-w-120px {
    min-width: 120px;
}
#tblLienKet_info {
    display: none !important;
}
.xacnhanhuy {
    font-weight: 600;
    font-size: 20px;
}

.modal-footer {
    text-align: center !important;
}

i.fa.fa-exclamation-circle {
    font-size: 50px !important;
    color: orange !important;
}