.tableInfo{
    position: relative;
    width: 100%;
}
.tableInfo table{
    width: 100%;
    font-size: 15px;
    line-height: 23px;
}
.tableInfo table .thead{

}
.tableInfo table tr th{
    padding: 12px;
    background-color: #f0c24a;
    color: #ffffff;
}
.tableInfo table tr td{
    padding: 17px 12px;
}
.tableInfo table tbody{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
}
.tableInfo table tbody tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);  
}
.tableInfo table tbody tr:last-child{
    border-bottom: none;
}
.tableInfo table tbody .i-name{
    font-weight: 800;
}
.tableInfo table tr th:nth-child(2), .tableInfo table tr td:nth-child(2){
    width: 45%;
}
.tableInfo table tr td:nth-child(1){
    padding-left: 30px;
}
.tableInfo table tr th:nth-child(5), .tableInfo table tr td:nth-child(5){
    width: 180px;
}
.tableInfo .i-logAc a{
    min-width: 160px;
    padding: 8px 10px;
    text-align: center;
    font-weight: 800;
    display: inline-block;
    border-radius: 3px;
}
.tableInfo .i-logAc .i-dbh{
    color: #f0c24a;
    border: 1px solid #f0c24a;
}
.tableInfo .i-logAc .i-dbh:hover{
    border: 1px solid #f0c24a;
    background-color: #f0c24a;
    color: #ffffff;
}
.tableInfo .i-logAc .i-dkbh{
    color: #ffffff;
    border: 1px solid #f0c24a;
    background-color: #f0c24a;
}

.tableInfo .i-logAc .i-dkbh:hover{
    border: 1px solid #cc181b;
    background-color: #cc181b;
}
.tableInfo .i-logAc .i-dksc{
    color: #ffffff;
    border: 1px solid #333333;
    background-color: #333333;
}
.tableInfo .i-logAc .i-dksc:hover{
    border: 1px solid #333333;
    background-color: #fff;
    color: #333333;
}
.boxItem{
    margin-bottom: 30px;
}
.titleAll{
    margin-bottom: 20px;
    text-align: center;
}
.titleAll h2{
    color: #f0c24a;
    font-size: 25px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 800;
}
.gripSearch{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 20px;
    background-color: #f3f3f5;
    margin: 0 -5px;
}
.gripSearch > div{
    padding: 0 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}
.gripSearch .col1{
    width: 100px;
    text-transform: uppercase;
}
.gripSearch .col2{
    width: calc(100% - 500px);
}
.gripSearch .col3{
    width: 200px;
}
.gripSearch .btnTc{
    display: block;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #f0c24a;
    border-radius: 3px;
    background-color: #f0c24a;
    color: #ffffff;
    width: 100%;
}
.gripSearch .btnTc:hover{
    background-color: #ffffff;
    color: #f0c24a;
}
.gripSearch .btnLink{
    display: block;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #f0c24a;
    border-radius: 3px;

}
.gripSearch .btnLink:hover{
    background-color: #f0c24a;
    color: #ffffff;
}
.gripSearch input{
    width: 100%;
    height: 46px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
/*  */
.boxInfoTc{
    border: 1px solid #f0c24a;
}
.lstInfoTc .item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.lstInfoTc .item .lInfo{
    width: 200px;
    padding: 15px;
    background-color: #f3f3f5;
    text-transform: uppercase;
    font-weight: 800;
}
.lstInfoTc .item .rInfo{
    width: calc(100% - 200px);
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
}
.lstInfoTc .item .rInfo p{
    padding: 0;
    margin-bottom: 2px;
}
.lstInfoTc .item .rInfo p:last-child{
    margin-bottom: 0;
}
.tableInfoRe table tr th:nth-child(2), .tableInfoRe table tr td:nth-child(2){
    width: 30%;
}
.tableInfoRe table tr th:last-child, .tableInfoRe table tr td:last-child{
   text-align: right;
}
.tableInfoRe .i-report .popupReport{
    font-size: 13px;
    line-height: 21px;
    color: #333333;
    font-weight: 800;
}
.tableInfoRe .i-report .popupReport i{
    margin-right: 5px;
}
.requestBh{
    padding: 30px 20px 20px;
    background-color: #f3f3f5;
}
.contentForm label{
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}
.contentForm label span{
    color: #d01f6f;
}
.contentForm input, .contentForm textarea{
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0 10px;
}
.contentForm textarea{
    height: 230px;
    padding: 15px 10px;
}
.contentForm .btnSubmit  button{
    padding: 10px;
    max-width: 370px;
    width: 100%;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    background-color: #f0c24a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
} 
.contentForm .btnSubmit  button:hover{
    background-color: #c9292c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*  */
.vntPopup{
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 30px 30px 30px;
    background-color: #f3f3f5;
    border-radius: 10px;
    width: 100%;
}
.vntPopup .titlepop{
    margin-bottom: 10px;
    text-align: center;
}
.vntPopup .titlepop h2{
    font-size: 25px;
    line-height: 37px;
    font-weight: 800;
}
.vntPopup .formReport{

}
.vntPopup .formReport textarea{
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    color: #999999;
    font-size: 15px;
    line-height: 23px;
    width: 100%;
}
.vntPopup .formReport button{
    display: block;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #f0c24a;
    border-radius: 3px;
    background-color: #f0c24a;
    color: #ffffff;
    width: 100%;
}
.vntPopup .formReport button:hover{
    background-color: #ffffff;
    color: #f0c24a;
}
.vntPopup .infoReport{
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.vntPopup .infoReport .date{
    color: #f0c24a;
    font-size: 12px;
    line-height: 20px;
}
/*  */
.vntDkDk{

}
.titleIcon{
    margin-bottom: 30px;
    text-align: center;
}
.titleIcon h1{
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 900; 
}
.titleIcon h1 .icon{
    display: block;
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.vntDkDk .itemCs{
    margin-bottom: 20px; 
    border: 1px solid #f3f3f5;  
}
.vntDkDk .itemCs .titleCs{
    background-color: #f3f3f5;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.vntDkDk .itemCs .titleCs h3{
    display: flex;
    align-content: center;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 800;
}
.vntDkDk .itemCs .titleCs .faClick{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #f0c24a;
    position: relative;
    margin-right: 10px;
}
.vntDkDk .itemCs .titleCs .faClick::before{
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #ffffff;
    content: "\f0da";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
.vntDkDk .itemCs.active .titleCs .faClick::before{
    content: "\f0d7";
    left: 52%;
}
.vntDkDk .itemCs .contentCs{
    padding: 30px 20px;
    font-size: 15px;
    line-height: 23px; 
    display: none; 
}
.vntDkDk .itemCs .contentCs strong{
    font-weight: 800;
}
.vntDkDk.vntDkDkRes .itemCs{
    border: none;
}
.vntDkDk.vntDkDkRes .itemCs .contentCs{
    padding: 0;
}
.vntDkDk.vntDkDkRes .itemCs .titleCs{
    margin-bottom: 10px;
}
/*  */

.boxInfoSearch .mapSystem{
    display: flex;
    justify-content: space-between;
}
.boxInfoSearch .mapSystem .lstMapSystem{
    width: 330px;
    padding: 20px;
    background-color: #eeeeee;
    padding-right: 0px;
}
.boxInfoSearch .lstMapSystem .infoTxt{
    margin-bottom: 10px;
    text-transform: uppercase;
    
}
.lstMapSystem .lstItemSystem{
    height: 570px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}
.lstItemSystem .itemCol{
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstItemSystem .itemCol .namSys{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
    color: #f0c24a;
}
.lstItemSystem .itemCol .namSys a{
    color: #f0c24a;
}
.lstItemSystem .itemCol .address{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
}
.lstItemSystem .itemCol .phoneSc{
    font-size: 13px;
    line-height: 22px;
}
.boxInfoSearch .mapSystem .boxmapCh{
    width: calc(100% - 330px);
    position: relative;
}
.boxInfoSearch .mapSystem .boxmapCh iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.boxInfoSearch .mapSystem .boxmapCh img{
    width: 100%;
}

/*  */
.formPosi{
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gripPosi{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    align-content: center;
    align-items: center;
}
.gripPosi > div{
    padding: 0 5px;
    width: calc(100% / 4  - 15px);
}
.gripPosi .col5{
    width: 60px;
}
.gripPosi select, .gripPosi input{
    width: 100%;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}
.gripPosi button{
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    height: 40px;
    font-size: 20px;
    background-color: #f0c24a;
    border: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gripPosi button:hover{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #24c55f;
}
.lstCsDkRes {

}
.tableInfoLe table tr th:last-child,.tableInfoLe table tr td:last-child{
    text-align: left;
}
.tableInfoLa table tr th:last-child, .tableInfoLa table tr td:last-child{
    width: 110px;
}
.tableInfoLa table tr th:nth-child(5), .tableInfoLa table tr td:nth-child(5){
    width: 100px;
}

/*  */
.vntDkDk .lstCsDkLv .itemCs .contentCs{
    padding: 15px;
}
.lstCsDk .lstLv1 .itemLv1{
    margin-bottom: 25px;
}
.lstCsDk .lstLv1 .itemLv1 .titleLv1{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0c24a;
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 15px;
    color: #f0c24a;
    position: relative;
    cursor: pointer;
}
.lstCsDk .lstLv1 .itemLv1 .titleLv1::before{
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #f0c24a;
    content: "\f0da";
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%);
    left: 0;
    font-size: 18px;
}
.lstCsDk .lstLv1 .itemLv1.active .titleLv1::before{
    content: "\f0d7";
}
.lstCsDk .lstLv1 .itemLv1 .contentLv1{
    display: none;
}
.lstCsDk .itemLv2 {
    margin-bottom: 10px;
}
.lstCsDk .itemLv2 .titleLv2{
    padding: 10px 15px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    background-color: #f3f3f5;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 800;
}
.lstCsDk .itemLv2 .titleLv2::before{
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    content: "\f067";
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 10px;
    font-size: 15px;
    color: #666666;
}
.lstCsDk .itemLv2.active .titleLv2::before{
    content: "\f068";
}
.lstCsDk .itemLv2 .contentLv2{
    padding: 20px 15px;
    display: none;
    padding-bottom: 10px;
}
.lstCsDk .itemLv2 .contentLv2{
    font-size: 15px;
    line-height: 23px;
}
.lstCsDk .itemLv2 .contentLv2 h4{
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 10px;
}
@media all and (max-width: 991px){
    .tableInfo table tr th:nth-child(2), .tableInfo table tr td:nth-child(2){
        width: 30%;
    }
    .gripSearch{
        padding: 20px 15px;
    }
    .gripSearch > div{
        margin-bottom: 10px;
    }
    .gripSearch .col1{
        width: 100%;
    }
    .gripSearch .col2{
        width: 100%;
    }
    .gripSearch .col3{
        width: 50%;
        font-size: 14px;
        line-height: 22px;
    }
    .lstInfoTc .item .lInfo{
        width: 130px;
        font-size: 12px;
        line-height: 20px;
    }
    .lstInfoTc .item .rInfo{
        width: calc(100% - 130px);
        font-size: 15px;
        line-height: 23px;
        word-break: break-all;
    }
    .contentForm .btnSubmit button{
        font-size: 15px;
        line-height: 23px;
    }
    /*  */
    .boxInfoSearch .mapSystem .lstMapSystem{
        width: 100%;
        padding-right: 20px;
    }
    .boxInfoSearch .mapSystem{
        display: block;
    }
    .boxInfoSearch .mapSystem .boxmapCh{
        min-height: 500px;
        width: 100%;
    }
    .lstCsDk .itemLv2 .contentLv2{
        font-size: 14px;
        line-height: 22px;
        padding: 15px 10px;
    }
    .lstCsDk .itemLv2 .contentLv2 h4{
        line-height: 22px;
    }
}
@media all and (max-width: 767px){
    .vntPopup{
        padding: 20px;
    }
    .tableInfo .theadMb{
        padding: 12px;
        background-color: #f0c24a;
        color: #ffffff;
        display: flex;
        align-items: center;
        font-size: 15px;
        line-height: 23px;
        font-weight: 800;
    }
    .tableInfo table thead{
        display: none!important;
    }
    .tableInfo .theadMb .tr{
        width: calc(100% - 50px);
    }
    .tableInfo .theadMb .tr:first-child{
        width: 50px;
    }
    .tableInfo table, .tableInfo table thead, .tableInfo table tbody, .tableInfo table tr, .tableInfo table td{
        display: block;
        width: 100%;
    }
    .tableInfo table tr{
        padding: 12px 15px;
        padding-left: 60px;
        position: relative;
    }
    .tableInfo table tr td{
        padding: 0;
        margin-bottom: 10px;
    }
    .tableInfo table tr td:nth-child(1){
        position: absolute;
        top: 15px;
        left: 0px;
    }
    .tableInfo table tr th:nth-child(2), .tableInfo table tr td:nth-child(2), .tableInfo table tr th:nth-child(5), .tableInfo table tr td:nth-child(5){
        width: 100%;
    }
    .tableInfo table tr td:nth-child(3)::before, .tableInfo table tr td:nth-child(4)::before{
        content: attr(data-title);
        margin-right: 3px;
    }
    /*  */
    .gripPosi > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .gripPosi .col4{
        width: calc(100% - 60px);
    }
}
