.hd_tdl {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    color: #232F87;
    font-size: 25px;
    font-weight: 500;
    margin: 30px 0;
    font-family: Lato, sans-serif !important;
}
.bg_ssl {
    float: left;
    width: 100%;
    height: 50px;
    background: #EFEFEF;
}
.ssl_jobchart, .ssl_avgchart, .ssl_joblist, .ssl_bloglist {
    width: 100%;
    display: block;
    background-color: #fff;
    padding-top: 36px;
    padding-bottom: 36px;
    float: left;
}
.ssl_jobchart_container, .ssl_avgchart_container, .ssl_joblist_container, .ssl_bloglist_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ssl_jobchart_chart {
    background-color: #fff;
    padding: 10px 0 !important;
    overflow: hidden;
}
.ssl_jobchart_trafficSourcesSection {
    padding-top: 1px;
    padding-bottom: 1px;
}
.ssl_jobchart_title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: -32px;
    margin-top: 0;
    font-size: 25px;
    color: #232F87;
    text-align: center;
    font-family: Lato, sans-serif;
    width: 100%;
    line-height: 80px;
    font-weight: 500;
}
.ssl_avgchart_col_md_4, .ssl_avgchart_col_md_8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}
.ssl_avgchart_ketqualuong {
    border: 1px solid #03b5e3;
    padding: 25px 40px 24px;
    overflow: hidden;
}
.ssl_avgchart_title {
    color: #03b5e3;
    font-weight: 700;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    margin: 0 0 10px;
}
.ssl_avgchart_title span {
    float: left;
    width: 100%;
    display: block;
    line-height: 62px;
    text-align: center;
}
.ssl_avgchart_subtitle {
    text-align: center;
    color: #343535;
    line-height: 25px;
    font-size: 16px;
    margin: 0 0 10px;
}
.ssl_avgchart_subtitle span {
    color: #03b5e3;
    font-weight: 700;
}
.ssl_joblist_title {
    text-align: center;
    color: #232F87;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 28px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    width: 100%;
    float: left;
}
.ssl_joblist_list_container {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 25px;
}
.ssl_joblist_list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ssl_joblist_item {
    background-color: #fff;
    border: 2px solid #DFDFDF;
    display: block;
    float: left;
    width: 47%;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 3px;
    padding: 20px 12px;
    max-height: 245px;
    /* overflow: hidden; */
}
.ssl_joblist_item_img {
    border-right: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    border-radius: 3px;
    float: left;
}
.ssl_joblist_item_img img {
    width: 68px;
    height: 68px;
    max-width: 100% !important;
    border: 0;
}
.ssl_joblist_item_info {
    width: 84%;
    padding: 0;
    padding-left: 10px;
    font-size: 16px;
    float: left;
}
.ssl_joblist_item_info h3 {
    color: #232F87;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}
.ssl_joblist_item_info h3 a {
    float: left;
    display: block;
    width: 100%;
    color: #307DF1;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-bottom: 7px;
    background-color: transparent;
}
.ssl_joblist_item:hover .ssl_joblist_item_info h3 a {
    color: #ffb11b !important;
}
.ssl_joblist_item_companyinfo {
    color: #666 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    float: left;
}
.ssl_joblist_item_timejob {
    margin-top: 5px;
    font-size: 14px !important;
    color: #9f9f9f;
    font-weight: 400 !important;
    padding-left: 3px;
    width: 100%;
    float: left;
}
.ssl_joblist_item_money, .ssl_joblist_item_time, .ssl_joblist_item_add {
    color: #6F6F6F !important;
    font-weight: 400;
    display: inline-block;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
    width: 31.5%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.ssl_joblist_item_jobdetail {
    float: left;
    width: 100%;
    padding-top: 5px;
    max-height: 80px;
    overflow: hidden;
    font-size: 11px;
    /* text-align: right; */
    padding-right: 5px;
    position: relative;
}
.ssl_joblist_item_jobdetail p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ssl_bloglist_title {
    color: #232F87;
    font-size: 25px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 28px;
    margin-top: 20px;
    line-height: 1.1;
}
.ssl_bloglist_list {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.ssl_bloglist_item {
    overflow: hidden;
    /* margin-bottom: 10px; */
    float: left;
    width: 23.1%;
    /* margin-right: 12px; */
    border: 1px solid #EFEFEF;
    border-radius: 0 0 5px 5px;
}
.ssl_bloglist_item_img {
    float: left;
    width: 100%;
    height: 162px;
}
.ssl_bloglist_item_img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;
    object-fit: cover;
}
.ssl_bloglist_item_title {
    float: left;
    width: 100%;
    height: 70px;
    background: #FD3E45;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px;
}
.ssl_bloglist_item_title a {
    float: left;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 41px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ssl_joblist_item_img .logo_user_th {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #4c5bd4;
}
.ssl_joblist_item_img .logo_user_th img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .ssl_jobchart_container, .ssl_avgchart_container, .ssl_joblist_container, .ssl_bloglist_container {
        width: 750px;
    }
    .ssl_avgchart_col_md_4 {
        width: 33%;
    }
    .ssl_avgchart_col_md_8 {
        width: 66%;
    }
}
@media screen and (min-width: 992px) {
    .ssl_jobchart_container, .ssl_avgchart_container, .ssl_joblist_container, .ssl_bloglist_container {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .ssl_jobchart_container, .ssl_avgchart_container, .ssl_joblist_container, .ssl_bloglist_container {
        width: 1170px;
    }
}
@media screen and (max-width: 768px) {
    .ssl_jobchart_chart {
        overflow: hidden;
        background-color: #fff;
    }
    .ssl_jobchart_trafficSourcesSection {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px !important;
    }
    .ssl_jobchart_title {
        cursor: pointer;
        transition: padding 500ms ease;
    }
    .ssl_bloglist_item {
        width: 48%;
    }
}
@media screen and (max-width: 640px) {
    .ssl_jobchart_divresponse {
        width: auto;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .ssl_joblist_item_companyinfo {
        width: 200px;
    }
}
@media screen and (max-width: 568px) {
    .ssl_jobchart_title {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .ssl_bloglist_item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .hd_tdl {
        font-family: Roboto, sans-serif !important;
        font-size: 21px;
        line-height: 23px;
    }
    .ssl_jobchart {
        padding-bottom: 0;
        padding-top: 0;
    }
    .ssl_jobchart_container, .ssl_avgchart_container, .ssl_joblist_container, .ssl_bloglist_container {
        padding: 0 10px;
    }
    .ssl_jobchart_trafficSourcesSection {
        margin-top: 15px;
    }
    .ssl_jobchart_title {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    .ssl_joblist_list_container {
        margin-top: 0;
    }
    .ssl_joblist_item {
        width: 100%;
        margin: 10px 0;
        padding: 5px;
    }
    .ssl_joblist_item_info {
        width: 80%;
    }
    .ssl_joblist_item_money, .ssl_joblist_item_time, .ssl_joblist_item_add {
        width: 100%;
    }
    .ssl_bloglist_title {
        color: #232F87;
        font-size: 25px;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        text-align: left;
        line-height: 1.3;
    }
}