.add-tab-title {
    float: left;
    width: 100%;
    border-bottom: 4px solid #FFFFFF;
    margin-bottom: 22px;
}
.add_tab_content table {
    color: white;
    width: 100%;
    table-layout: fixed;
}
.add_tab_content th, .add_tab_content td {
    text-align: center;
    padding: 10px;
    border: 1px solid white;
    word-wrap: break-word;
}
.add_tab_content th:first-child, .add_tab_content td:first-child {
    width: 50px; /* Giảm kích thước cột STT */
}
.add_tab_content th:nth-child(2), .add_tab_content td:nth-child(2) {
    width: 35%; /* Tăng diện tích cho cột Tên cửa hàng */
}
.add_tab_content th:nth-child(3), .add_tab_content td:nth-child(3) {
    width: 35%; /* Tăng diện tích cho cột Địa chỉ */
}
h3.title{
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 20px;
}
h3.title_author{
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.add-tab-title ul li {
    float: left;
    padding: 5px 26px;
    background: #D8D6D6;
    border-top-left-radius: 3px;
    margin-right: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.add-tab-title .activated {
    color: #083f8d !important;
    background: #FFFFFF !important;
}
.address_wapper_left {
    float: left;
    margin-right: 35px;
    /* margin-bottom: 25px; */
    height: 120px;
    overflow: hidden;
}
.address_wapper_left .names {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    max-height: 42px;
    overflow: hidden;
}
.address_wapper_left .directCallData ,.address_wapper_left .phone,.address_wapper_left .hotline{
    color: #FFFFFF;
    display: block;
    /* margin-bottom: 10px; */
    padding-left: 32px;
}
a.directCallData {
    height: 35px;
    padding-top: 3px;
    /* background: url('../images/icon_map.png') no-repeat scroll left 0px; */
    overflow: hidden;
}
.address_wapper_left .phone{
    /* background: url('../images/icon_phone.png') no-repeat scroll left 0px; */
    padding-top: 2px;
    padding-bottom: 2px;
}
.address_wapper_left .hotline{
    /* background: url('../images/icon_hotline.png') no-repeat scroll left 0px; */
     padding-top: 2px;
     padding-bottom: 2px;
}
.email-system {
    color: #FFFFFF;
    display: block;
    padding-left: 32px;
}
.guidance_commitment {
    color: #FFFFFF;
    margin-bottom: 23px;
    float: left;
    width: 100%;
}
.guidance_commitment > div {

}
.guidance_commitment > div > p{
    box-sizing: border-box;
    padding: 0px 8px 0px 0px;
}
.guidance_commitment .info-colum1 {
    background: url('../images/icon-infor-1.png') no-repeat scroll left 15px;
    border-right: 1px solid #285DA7;
}
.guidance_commitment .icon-bottom{
     background: url('../images/icon-infor-ps.png') no-repeat right 0px;
     padding: 14px 0px 0px 0px;
}
.guidance_commitment .icon-top{
     background: url('../images/icon-infor-top.png') no-repeat scroll left 6px;
    padding: 27px 0px 0px 0px;
}
.guidance_commitment .info-colum2 {
      background: url('../images/icon-infor-2.png') no-repeat scroll left 15px;
      border-right: 1px solid #285DA7;
      margin-right: 18px;
}
.guidance_commitment .info-colum3 {
      background: url('../images/icon-infor-3.png') no-repeat scroll left 15px;
}

@media only screen and (min-width: 768px){
    .info-colum {
      padding: 15px 20px 10px 65px;
    }
}

@media only screen and (max-width: 767px){
    .info-colum {
      padding: 15px 20px 10px 65px;
      border-right:none !important;
    }
    .address_wapper_left .directCallData, .address_wapper_left .phone, .address_wapper_left .hotline {
      font-size: 15px;
    }
    a.directCallData {
      height: auto;
    }
}

@media only screen and (max-width: 480px){
    .add-tab-title ul li{
        width: 100%;
        margin-bottom: 10px;
    } 
}
.content{
    min-height: unset;
}