/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/

* {
    margin: 0;
    padding: 0;

}

body, html {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0 0 15px;
    line-height: 1.3;

    font-size: 100%;
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: Helvetica;
    font-size: 13px;
    color: #ccc;
    font-weight: 100;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: Helvetica;
    font-size: 13px;
    color: #ccc;
    font-weight: 100;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-family: Helvetica;
    font-size: 13px;
    color: #ccc;
    font-weight: 100;
}

input::placeholder, textarea::placeholder {
    font-family: Helvetica;
    font-size: 13px;
    color: #ccc;
    font-weight: 100;
}

b, strong, label {
    font-family: Roboto;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #333;
}

a:hover {
    color: #026DC0;
    text-decoration: none;
}

#s-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.s-menu ul.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s-menu ul.navbar-nav li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.s-menu ul.navbar-nav li a {
    display: inline-block;
    padding: 10px 15px;
    white-space: nowrap;
    cursor: pointer;
}

.s-menu ul.navbar-nav > li > a {
    font-size: 16px;
}

.s-menu ul.navbar-nav li > ul {
    position: absolute;
    top: 15%;
    left: 100%;
    opacity: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-transition: 0.3s opacity, 0.3s top, 0.3s bottom;
    transition: 0.3s opacity, 0.3s top, 0.3s bottom;
}

.s-menu ul.navbar-nav li:hover > ul {
    display: block;
    opacity: 1;
    z-index: 10;
    top: 0%;
    width: auto;
    overflow: initial;
}

.s-menu ul.navbar-nav > li > ul {
    position: absolute;
    top: 120%;
    left: 0%;
    opacity: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
    -webkit-transition: 0.3s opacity, 0.3s top, 0.3s bottom;
    transition: 0.3s opacity, 0.3s top, 0.3s bottom;
}

.s-menu ul.navbar-nav > li:hover > ul {
    display: block;
    opacity: 1;
    z-index: 10;
    top: 100%;
    width: auto;
    overflow: initial;
}

form#searchform {
    padding: 10px 15px;
}

form#searchform input {
    outline: none;
    border: none;
    padding: 0px 10px;
    color: #666;
}

form#searchform button {
    outline: none;
    border: none;
    background: none;
}

form#searchform button i {
    color: #0191ce;
}

form#searchform > div i {
    font-size: 12px;
    color: #0191ce;

}

form#searchform {
    position: relative;
}

form#searchform > div {
    position: absolute;
    top: 110%;
    right: 0;
    z-index: 100000;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
    -webkit-transition: 0.3s opacity, 0.3s top, 0.3s bottom;
    transition: 0.3s opacity, 0.3s top, 0.3s bottom;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    /*display: flex;*/
    display: none;
}

.s-logo a {
    display: inline-block;
    width: 100%;
}

.s-logo a img {
    max-width: 130px;
}

section.featured-article {
    margin-top: 45px;
}

.title-section {
    margin-bottom: 25px;
    background: #F5F5F5;
}

.title-section p {
    background: #0191CE;
    color: #fff;
    line-height: 33px;
    height: 33px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
}

.title-section p:before {
    content: " ";
    position: absolute;
    right: -15px;
    top: 0;
    border-right: 15px solid transparent;
    border-bottom: 33px solid #0191CE;
}

.featured-article-left {
    position: relative;
}

.featured-article-left img {
    max-width: 100%;
    width: 100%;
    height: 486px;
    object-fit: cover;
}

.s-post-box-featured {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin-bottom: 0;
}

.featured-article-right:not(:last-child) {
    margin-bottom: 10px;
    overflow: hidden;
}

.featured-article-right h4 {
    margin-bottom: 1px; 
}

.featured-article-right p {
    text-align: justify;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #8e8e8e;
    line-height: 23px;
}

.featured-article-right img {
float: left;
    margin-right: 10px;
    width: 154px;
    height: 112px;
    object-fit: cover;
}

.featured-article-right .s-post-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom:0;
}

.featured-article-right .s-post-description {
    font-size: 14px;
    line-height: 20px;
}

.s-post-by-category .featured-article-right .s-post-description {
    font-size: 15px;
    line-height: 20px;
}

.s-post-title {
    font-size: 16px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* font-family: Roboto-Bold; */
}

.s-post-description {
    color: #8e8e8e;
    font-size: 15px;
    /* font-family: Roboto-Medium; */
    line-height: 20px;
    display: block;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.featured-article-left .s-post-box-featured * {
    color: #fff;
}

.featured-article-left .s-post-title {
    font-size: 23px;
    font-weight: normal;
    line-height: 27px;
}

.s-post-box-backgournd-text {
    background: -webkit-linear-gradient(to bottom, transparent, #00000080);
    background: -o-linear-gradient(to bottom, transparent, #00000080);
    background: linear-gradient(to bottom, transparent, #00000080);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s-post-by-category-top {
    margin-bottom: 20px;
}

.s-post-by-category-top img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.s-post-by-category-top h4 {
    margin-bottom: 1px;
}

.s-post-by-category-top .s-post-title,.s-post-by-category-top .s-post-title a {
    font-size: 18px;
    line-height: 25px;
}

.s-poster {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.s-poster img {
    width: 100%;
}

.s-post-by-category-middle .featured-article-right img {
        width: 142px;
    height: 113px;
}

.s-post-by-category-top {
    height: 372px;
    overflow: hidden;
}

.s-btn-view-more-1 {
    clear: both;
    padding-top: 15px;
}

.s-btn-view-more-1 a {
    border: 1px solid #e2e2e2;
}

.s-post-slide {
    width: 90%;
    margin: 0 auto;
}

.s-post-slide .item {
    background: #fff;
    /*box-shadow: 0px 0px 3px #ccc;*/
    padding-bottom: 15px;
}

.s-post-slide .item img {
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
    object-fit: cover;
}

.s-post-slide .item p {
    padding: 0 15px;
}

.s-post-slide .item h4 {
    padding-left: 15px;
    padding-right: 15px;
}

/*section.slide-article {
    background-image: url('../images/bg-post-slide.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}*/
 
.s-post-slide .owl-nav {
    display: block !important;
}

.s-post-slide .owl-prev,
.s-post-slide .owl-next {
    background: #ffffff45 !important;
    color: #fff !important;
    height: 45px !important;
    line-height: 45px !important;
    width: 45px !important;
    text-align: center !important;
    border-radius: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    outline: none;
    position: absolute;
    top: 45%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.s-post-slide .owl-prev {
    right: 102%;
}

.s-post-slide .owl-next {
    left: 102%;
}

.s-post-slide .owl-prev span,
.s-post-slide .owl-next span {
    font-size: 45px !important;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.s-post-slide .owl-prev span {
    left: -1px;
}

.s-post-slide .owl-next span {
    left: 1px;
}

.s-post-slide .owl-prev {
    /*position: absolute !important;*/
}

.s-post-slide .owl-prev:hover,
.s-post-slide .owl-next:hover {
    background: #ffffff8f !important;
    color: #fff !important;
    outline: none;
}

.s-post-slide .s-post-title {
    font-size: 16px;
}

.slide-article h3 {
    color: #fff;
    margin: 50px 0;
    font-size: 30px;
}

.s-post-slide {
    margin-bottom: 30px;
}

.slide-article .s-btn-view-more-1 {
    margin-bottom: 50px;
}

.title-section-big {
    font-size: 26px;
    font-weight: 600;
    margin: 50px 0 20px 0;
}

.job-new-table thead {
    background: #0191CE;
    color: #fff;
}

.job-new-table thead th {
    border-bottom: none !important;
    padding: 10px 20px !important;
}

.job-new-table tbody tr td {
    vertical-align: middle;

}

.job-new-table tbody tr td .logo-job-new {
    width: 50px;
    height: 50px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.job-new-table tbody tr td .title-job-new {
    line-height: 30px;
}

.job-new-table tbody tr td .money-job-new {
    color: red;
}

.job-new-table tbody tr td .name-company-job-new,
.job-new-table tbody tr td .date-job-new {
    color: #999;
    line-height: 20px;
    font-size: 13px;
}

.job-new-table tbody tr td .logo-job-new img {
    max-width: 100%;
    max-height: 100%;
}

.job-new-table {
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.job-new-table tbody tr td {
    padding: 10px 20px;
    border-top: 1px solid #e8e8e8;
}

/*.form-register .form-register-box {
    background-image: url('../images/bg-follow-us.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 25px 0;
}*/

.form-register .form-register-box-child {
    width: 72%;
    margin: 0 auto;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: Roboto;
}

.form-register .form-register-box-left {
    padding-right: 40px;
}

.form-register .form-register-box-right {
    padding-left: 40px;
    border-left: 1px solid #fff;
    padding-right: 0;
}

.form-register .form-register-box-left > div {
    text-transform: uppercase;
    font-size: 15px;
}

.form-register .form-register-box-left > p span {
    font-size: 13px;
}

.form-register .form-register-box-left > div a {
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #208CB6;
}

.form-register .form-register-box-left > div a i {
    font-size: 12px;
}

.form-register .form-register-box-left form input {
    padding: 0 20px;
    border: none;
    outline: none;
    color: #888;
    font-size: 13px;
    line-height: 30px;
    width: 100%;
}

.form-register .form-register-box-left form input[type="submit"] {
    background: #FC205D;
    padding: 0 20px;
    line-height: 30px;
    border: none;
    outline: none;
    font-size: 13px;
    color: #fff;
    max-width: 100px;
    margin-top: 5px;
}

.form-register label.error {
    color: #ff0000a1;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.form-register {
    margin-top: 30px;
}

#s-footer {
    padding-bottom: 30px;
}

#s-footer p {
    margin-bottom: 5px;
}

#s-footer i {
    width: 20px;
    color: #444;
}

#s-footer span,
#s-footer a {
    font-size: 14px;
    color: #666;
}

.container-background {
    background: #0191CE;
}

.list-category nav.category-menu {
    line-height: 35px;
    color: #fff;
}

.list-category nav.category-menu ul {
    list-style: none;
}

.list-category nav.category-menu ul li {
    padding-right: 25px;
}

.list-category nav.category-menu ul li.active a {
    border-bottom: 1px solid #fff;
}

.list-category nav.category-menu ul li a {
    color: #fff;
    text-shadow: none;
    padding: 0;
    font-size: 15px;
    /*font-family: Roboto-Light;*/
}

.s-post-by-category-sidebar {
    height: auto;
}

.s-post-by-category-sidebar.s-post-by-category-top {
    margin-bottom: 10px;
}

.s-post-by-category-sidebar p img {
    height: 150px;
    margin-bottom: 0;
}

.s-post-by-category-sidebar .s-post-title {
    font-size: 16px;
    margin-bottom: 0;
}

.s-post-by-category-sidebar h4 {
    margin-bottom: 1px;
}

.s-post-by-category-top p:nth-child(2) {
    margin-bottom: 0px;
}

#ajax-load-more div.alm-btn-wrap {
    text-align: center;
}

#ajax-load-more div.alm-btn-wrap button.alm-load-more-btn.more {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.s-post-box .s-post-box-title {
    font-size: 21px;
    font-weight: bold;
}

.s-post-box-info {
    margin-bottom: 20px;
}

.s-post-box-info-date {
    color: #888;
    font-size: 14px;
}

.s-post-box-info-root {
    font-size: 14px;
}

.s-post-box-info-category {
    color: #0191CE;
    font-size: 14px;
    font-weight: bold;
}

.s-post-box-content .wp-caption-text {
        text-align: center;
    font-size: 16px;
    font-style: italic;
}

.s-post-box-content {
    text-align: justify;
    font-size: 17px;
    font-family: Roboto;
}

.s-post-box-content a {
    color: blue;
}

.s-post-box-content em {
    /*font-style: normal;*/
}

.s-post-box-content img {
    max-width: 90% !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
    height: auto !important;
}

.s-post-box-content video, .s-post-box-content iframe {
    width: 100% !important;
    height: 425px !important;
    margin: 15px 0;
}

#ajax-load-more div.alm-btn-wrap button.alm-load-more-btn.done {
    display: none;
}

.social-button {
    float: right;
    margin-left: 5px;
}

#fb-share-button {
    font-weight: 600;
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #516eab;
    margin-bottom: 10px;
    margin-top: 45px;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #415E9A
}

#fb-share-button i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#tw-share-button {
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #29c5f6;
}

#tw-share-button:hover {
    cursor: pointer;
    background: #21A8D3
}

#tw-share-button i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#pr-share-button {
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #CA212A;
}

#pr-share-button:hover {
    cursor: pointer;
    background: #e82731
}

#pr-share-button i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#in-share-button {
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0266A0;
}

#in-share-button:hover {
    cursor: pointer;
    background: #0880c5
}

#in-share-button i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#trum-share-button {
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #3E5A70;
}

#trum-share-button:hover {
    cursor: pointer;
    background: #5983a5
}

#trum-share-button i {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#button-back-to-top {
    display: inline-block;
    background-color: #0191ce;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

#button-back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#button-back-to-top:active {
    background-color: #555;
}

#button-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

form#searchform > div.searchform-box {
    display: block;
    width: 0px;
    padding: 0;
    border: none;
    overflow: hidden;
    -webkit-transition: 0.3s width;
    -o-transition: 0.3s width;
    transition: 0.3s width;
}

form#searchform > div.searchform-box input {
    padding: 5px 0px 5px 10px;
    font-size: 12px;
}

form#searchform > div.searchform-box button {
    padding: 5px 10px 5px 10px;
}

form#searchform > div.searchform-box-show {
    width: 180px;
}

.alm-results-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.alm-results-text .alm-results-total_posts {
    color: red;
    font-size: 16px;
}

.alm-results-text .alm-results-keyword {
    color: #0191ce;
    font-size: 16px;
}

.button-menu-mobile {
    display: none;
}

.s-menu ul.navbar-nav li.logo-menu-mobile {
    display: none;
    overflow: hidden;
}

html {
    position: relative;
}

body {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: 0.3s right;
    -o-transition: 0.3s right;
    transition: 0.3s right;
}

body.body-active-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    right: 220px;
}

.s-menu nav.primary-menu.menu-mobile-active {
    right: 0;box-shadow: 0px 0px 5px #ccc;
}

.background-menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    background: #1f1f1f82;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -10;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.background-menu-mobile-acvite {
    z-index: 1000000;
    opacity: 1;
}

/* .s-post-box-content *:not(img){
  max-width: 100% !important;
  width: auto !important;
} */
.s-post-box-content ul {
    margin-left: 40px;
    margin-bottom: 10px;
}

.s-post-box-content div[id^="attachment"] {
    width: auto !important;
}

.social-button-box {
    float: right;
}

#s-header {
    -webkit-transition: 0.3s top, 0.3s right;
    -o-transition: 0.3s top, 0.3s right;
    transition: 0.3s top, 0.3s right;
    top: -67.33px;
    z-index: 100000000;
    background: #fff;
    width: 100%;
    right: 0;
}

#s-header.s-header-sticky {
    position: fixed;
    top: 0px;
    box-shadow: 0px 0px 8px #666;
    padding-top: 10px;
    padding-bottom: 10px;
}

#s-header.s-header-menumobile-active {
    right: 220px;
}

#s-header.s-header-sticky .s-logo a img {
    max-width: 100px;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    margin: 5px !important;
}

#ajax-load-more div.alm-btn-wrap button.alm-load-more-btn.more.loading {
    padding-left: 50px;
}

.table_cv_timviec_mobile {
    display: none;
}

.s-tag-box {
    margin: 10px 0;
}

.s-tag-box a:hover {
    background-color: #0191CE;
}

.s-tag-box a {
    border: 1px solid #ededed;
    margin-right: 4px;
    padding: 0px 9px;
    color: #111111;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
    text-decoration: none;
}

.s-tag-box span {
    margin-bottom: 5px;
    background-color: #222222;
    padding: 0px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    float: left;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    font-size: 13px;
    line-height: 20px;
}

.article-by-category img,
.s-post-by-category-list img {
    margin-bottom: 10px;
}

.category_description {
    font-size: 16px;
    margin-bottom: 20px;
}

.category_description a
.category_description b,
.category_description label,
.category_description strong {
    font-size: 16px;
    font-family: Roboto
}

.category_description u {
    margin-right: 10px;
}

.category_description img {
    margin: 10px 0;
}

.category_description ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.s-post-by-category .featured-article-right .s-post-title {
    font-size: 16px;
    line-height: 25px;
}
section.featured-article.slide-article  h4{
    margin-bottom:5px;
}
section.featured-article.slide-article  h4 a{
        margin-bottom: 0;
    line-height: 25px;
    font-size: 18px;
    text-align: left;
}
.s-post-date {
    font-size: 14px;
}
.s-post-date i{
    margin-right:10px;
}
.s-post-date.s-post-date-gray{
    color: #8e8e8e;
    font-size: 14px;
}
section.featured-article.slide-article .s-post-date.s-post-date-gray{
    padding-left:15px;
    padding-right: 15px;
}
section.featured-article.article-by-category div.s-post-by-category-top > p> a > img{
    margin-bottom:0;
}
#ftwp-postcontent > p:nth-child(2){
    margin-bottom:5px;
}

#s-header > div > div.col-xs-6.col-sm-3.col-md-3.col-lg-3.s-logo{
        display: flex;
    align-items: center;
    height: 35px;
}
.social-footer {
    margin-bottom:10px !important;
}
.social-footer a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #0091CE;
}
.social-footer a i{
    color: #fff !important;

}
@media screen and (max-width: 500px) {
    .table_cv_timviec_web {
        display: none;
    }

    .table_cv_timviec_mobile {
        display: block;
        border: 1px solid #e8e8e8;
    }

    .table_cv_timviec_mobile > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #e8e8e8;
        padding: 5px;
    }

    .table_cv_timviec_mobile > div:last-child {
        border-bottom: unset;
    }

    .table_cv_timviec_mobile > div .logo-job-new {
        width: 25%;
        padding: 0px 10px;
    }

    .table_cv_timviec_mobile > div .content_job {
        width: 75%;
        padding-left: 10px;
    }

    .table_cv_timviec_mobile > div .content_job .name-company-job-new {
        text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #999;
    line-height: 20px;
    font-size: 14px;
    }

    .table_cv_timviec_mobile > div .content_job .title-job-new a {
        text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 14px;
    }

    .table_cv_timviec_mobile > div .content_job .money-job-new {
        color: red;
        /* font-style: italic; */
        font-size: 15px;
    }
}