/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */ 
/* chinh phan banner */


/* banner */
.section-header{
    width: 100%;
    height: 100px;
}

.site-banner{
    width: 100%;
    height: 100px;
}

.site-banner img{
    width: 100%;
    height:100%;
    object-fit: cover;
    display: block;
}

/* logo */

.logo{
    position: absolute;
    top: 0;
    left: 20px;
    height: 150px;
    z-index: 99;
}

.logo img{
    height: 100%;
    width: auto;
    display: block;
}
.section-top-block{
    width: 100%;
	height: auto;
    background:#1e1e1e;
    color:#fff;
    padding:0px 0;
}
/* chinh ảnh giao diện trang chủ */
.image-row{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.image-row img{
    flex: 1;
    min-width: 0;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
/* dòng tiếp */

.panel-services .row{
    display:flex;
    flex-wrap:wrap;

}

.panel-services .col-sm-12{
    flex:1 1 calc(50% - 20px);
    max-width:calc(50% - 20px);
    text-align:center;
}

.panel-services .dv-cntt-step-1{
    width:100%;
    height:auto;
    display:block;
    margin-bottom:15px;
    border-radius:8px;
}

.panel-services .softbiz-button-s1{
    display:block;
    width:100%;

    background:#0d6efd;
    text-decoration:none;
    border-radius:6px;
    font-weight:bold;
}

@media (max-width:768px){

    .panel-services .col-sm-12{
        flex:1 1 100%;
        max-width:100%;
    }

}

.circle-container{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:15px;
    width:100%;
    align-items:stretch;
}

.circle-container .center-circle,
.circle-container .item{
    flex:1 1 0;
    min-width:0;
    text-align:center;
}

.circle-container .center-circle img{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
}

.circle-container .softbiz-button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    min-height:180px;
    padding:15px;
    background:#0d6efd;
    color:#fff !important;
    border-radius:10px;
    text-decoration:none;
    box-sizing:border-box;
    font-weight:bold;
    line-height:1.5;
}