:root{
    --broder-radius-support-table: 16px;
}
.support-banner{
    /* position: relative; */
}
.full-content{
    width: 100%;
    height: auto;
    position: relative;
}
.wrap-banner-content{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.wrap-banner-content .title{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 16px;
}

.wrap-banner-content .decription{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.wrap-banner-content .box-search{
    max-width: 343px;
    width: 80%;
    text-align: center;
    display: inline-flex;
    margin-top: 22px;
    position: relative;
}
.wrap-banner-content .box-search .input-search{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    padding: 12px 12px 12px 40px;
    color: #3D3D3D;
    background: #fff url('../frontend/img/icon/search-normal.svg') no-repeat center left;
    background-position: 12px center;
}

.box-search .btn-close-search-key{
    width: 13.85px;
    height: 18px;
    background: #ECECEC;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%) scaleX(1.3);
    color: #3D3D3D;
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.box-search .btn-close-search-key.show{
    display: block;
}

.box-search .search-autocomplete-items {
    top: 44px;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* ban đầu ẩn */
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-search .autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
    color: #3D3D3D;
    text-align: left;
}

.box-search .autocomplete-item:hover {
    background-color: #f0f0f0;
}
.box-search .search-autocomplete-items::-webkit-scrollbar {
    width: 8px;
}

/* Track (nền của scrollbar) */
.box-search .search-autocomplete-items::-webkit-scrollbar-track {
    background: transparent;
    border-bottom-right-radius: 12px;
}

/* Thumb (nút kéo) */
.box-search .search-autocomplete-items::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 8px;
}


.docs-btn-blue{
    padding: 12px 24px;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: var(--transition_shadow);
    transition: var(--transition_shadow);
    background-color: #4564ED;
    color: #fff;
    font-weight: 500;
}
.docs-btn-blue:hover {
    background-color: #3d61fd;
    color: #fff;
}
.document-space-line{
    height: 15px;
}
.support--useful {
    margin: 24px 0 0;
}
.support--content p.support--call-hotline{
    margin-top: 24px;
}
.support--content{
    overflow: hidden;
}
.support--content img,
.support--content table{
    max-width: 100%;
}
.support--content .box-documents .document-rows .docs-pdf, .support--content .box-documents .document-rows .docs-video{
    font-size: 14px;
}
.support--title .title-name>span{
    color: #4564ED;
}
.support--title .copy-link{
    cursor: pointer;
}
.search--result{
    border: 1px solid #E7E7E7;
    padding: 32px 40px;
    border-radius: 16px;
}
.search--result .box-result{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
}
.search--result .result-item{
    color: #3D3D3D;
    cursor: pointer;
    padding: 24px 0;
    border-top: 1px solid #E7E7E7;
    display: none;
}
.search--result .result-item:nth-child(1),
.search--result .result-item:nth-child(2){
    border-top: 0;
}
.search--result .result-item:nth-child(-n+14) {
  display: block;
}
.search--result.show-full .result-item {
  display: block;
}
.search--result .result-item .title{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-read-more{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.box-read-more .btn-read-more{
    padding: 13px 24px;
    border-radius: 8px;
    border: 1.5px solid #D1D1D1;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2B2B2B;
}
.pading-right-0{
    padding-right: 0!important;
}
.support--content .not-found-image{
    background: url('../../fontend_v2.0_2024/assets/images/support-information/search-empty.png') no-repeat center center;
    min-height: 120px;
}
.support--content .not-found-content .noti{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 12px;
}
.support--content .not-found-content .noti>span{
    color: #4564ED;
    font-weight: 700;
}
.support--content .not-found-content .box-note{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
    margin-top: 24px;
    background: #F7F7F8;
    padding: 32px 40px;
}
.support--content .not-found-content .box-note strong,
.support--content .not-found-content .box-note strong{
    font-weight: 700;
    line-height: 22px;
}
.support--content .not-found-content .box-note p{
    margin-bottom: 8px;
}


.support--content .table-responsive{
    border: none;
}
.support--content .table{
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #E7E7E7;
    border-radius:  var(--broder-radius-support-table);
}
.support--content .table>tbody>tr>td, 
.support--content .table>tbody>tr>th, 
.support--content .table>tfoot>tr>td, 
.support--content .table>tfoot>tr>th, 
.support--content .table>thead>tr>td, 
.support--content .table>thead>tr>th{
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.support--content .table td{
    padding: 16px;
}

.support--content .table thead tr:first-child th:first-child {
  border-top-left-radius: var(--broder-radius-support-table); 
}
.support--content .table thead tr:first-child th:last-child {
  border-top-right-radius:  var(--broder-radius-support-table);
}
.support--content .table tbody tr:last-child td:first-child {
  border-bottom-left-radius:  var(--broder-radius-support-table);
}
.support--content .table tbody tr:last-child td:last-child {
  border-bottom-right-radius:  var(--broder-radius-support-table);
}
.support--content .table tr:first-child th,
.support--content .table tr:first-child td {
  border-top: none;
}

.support--content .table tr:last-child td {
  border-bottom: none;
}

.support--content .table tr td:first-child,
.support--content .table tr th:first-child {
  border-left: none;
}

.support--content .table tr td:last-child,
.support--content .table tr th:last-child {
  border-right: none;
}
.support--content .table a{
    color: #4564ED;
}
.support--content .table a:hover{
    color: #4564ED;
    text-decoration: underline;
}
.support--content .tb-report tr td:first-child{
    background-color: #F3F3F3;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}
.support--content .tb-report tr>td{
    padding: 16px 60px;
}
.support--content .tb-report tr>td{
    padding: 16px 24px;
}
.support--content .tbl-contact th{
    background-color: #F3F3F3;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
}
.support--content .tbl-contact>thead>tr>th{
    border-right: none;
}
.support--content ol{
    padding-left: 15px;
}
.support--content ol li{
    list-style: auto;
    line-height: 22px;
    padding-left: 8px;
    margin-bottom: 4px;
}

@media (max-width: 991px) 
{
    .support--title .title-name{
        font-size: 20px;
    }
    .wrap-banner-content{
        width: 80%;
        font-size: 14px;
    }

    .wrap-banner-content .title{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .wrap-banner-content .box-search{
        margin-top: 8px;
        margin-bottom: 2px;
    }
    .search--result{
        padding: 12px 16px;
    }
    .search--result .box-result{
        grid-template-columns: 1fr;
    }
    .search--result .result-item:nth-child(2){
        border-top: 1px solid #E7E7E7;
    }
    .search--result .result-item:nth-child(-n+14) {
        display: none;
    }
    .search--result .result-item:nth-child(-n+12) {
        display: block;
    }
    .search--result .result-item{
        padding: 12px 0;
    }
    .search--result .result-item .title{
        font-size: 16px;
        line-height: 22px;
    }
    .box-read-more{
        padding-top: 22px;
    }
    .box-read-more .btn-read-more{
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px;
    }
    .support--content .not-found-content .noti{
        font-size: 16px;
        line-height: 22px;
    }
    .support--content .not-found-content .box-note{
        padding: 24px;
    }
    .support--content .table tr>td{
        padding: 16px 15px;
        white-space: nowrap;
    }
    .support--content .table{
        max-width: none;
    }
}

@media (max-width: 767px) 
{
    .support--content .box-documents{
        padding: 4px 0;
    }
    .support--content .box-documents .document-rows{
        padding: 24px 16px;
    }
    .support--content .box-documents .document-rows .docs-pdf, .support--content .box-documents .document-rows .docs-video{
        margin-right: 8px;
    }
    .wrap-banner-content{
        width: 100%;
        padding: 0 23px;
        font-size: 14px;
    }

    .wrap-banner-content .title{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .wrap-banner-content .box-search{
        margin-top: 6px;
    }
    .support--title{
        padding-right: 60px;
    }
    .support--title .copy-link{
        background-position: center;
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .support--title .copy-link>span{
        display: none;
    }
    .support--useful{
        min-width: 100%;
    }
}

@media (max-width: 460px) 
{
    .support--content .box-documents .document-rows .docs-pdf, .support--content .box-documents .document-rows .docs-video {
        margin-right: 8px;
        padding: 0 10px 0 35px;
        background-position-x: 10px;
    }
    .support--useful .row-links{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .support--useful .row-links a{
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 370px) 
{
    .support--content .box-documents .document-rows .docs-pdf, .support--content .box-documents .document-rows .docs-video {
        font-size: 12px;
    }
}



@media (min-width: 992px) 
{

}

@media (min-width: 1200px) 
{

}