.content {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

h1 span::before,
h1 span::before,
h1 span::before {
    content: '';
    position: absolute;
    background: url('../img//line_titl2.png');
    height: 10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

h1 span::after,
h1 span::after,
h1 span::after {
    content: '';
    position: absolute;
    background: url('../img/line_title.png');
    height: 10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.catagory-main .line-info {
    font-size: 22px;
    display: inline-block;
    background: #edf0f3;
    padding: 10px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.catagory-main h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--title-color);
}

.catagory-main h3,
.catagory-main h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.catagory-main img {
    margin-bottom: 20px;
    width: 600px;
    max-width: 100%;
}

.catagory-main p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.catagory-main .line-info {
    font-size: 22px;
}

.catagory-main iframe {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.catagory-main table {
    width: 100%;
    margin-bottom: 20px;
}

.catagory-main table th,
.catagory-main table td {
    border: 1px solid #e7e7f1;
    padding: 10px;
    font-size: 16px;
}

.post-ralation ul li a {
    font-size: 16px;
    padding: 14px;
    display: block;
}

.post-ralation ul li:not(:last-child) {
    border-bottom: 1px dashed #ccc;
}

.detail-paragraph .description {
    background: #DAE7F3;
    padding: 20px;
    border: 2px dashed #1B649B;
    margin-bottom: 20px;
    font-size: 16px;
}

.share-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.share-social a {
    font-size: 16px;
    padding: 14px;
    display: block;
    border-radius: 6px;
    color: var(--white-color);
    margin-bottom: 20px;
}

.share-social a:hover {
    color: #ffd900;
    transition: all .3s linear;
}

.share-social li:not(:last-child) a {
    margin-right: 10px;
}

.facebook-social {
    background-color: #4b66b0;
}

.twitter {
    background-color: #449dee;
}

.pinterest {
    background-color: #b52223;
}

.telegram {
    background-color: #2c75b3;
}

.content.map iframe {
    width: 100%;
    max-height: 400px;
}

.contact-info p {
    font-size: 22px;
    margin-bottom: 30px;
}

.catagory-main.catagory-home .row {
    justify-content: space-between;
}

.catagory-main.catagory-home img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.catagory-main .catagory-video video {
    z-index: initial;
    height: 93%;
}

.catagory-home.catagory-main .container>div.row:nth-of-type(even) video {
    height: auto;
    z-index: initial;
    top: 44%;
}

.info-jobs-detail {
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
}

.info-jobs-detail img {
    width: 200px;
    margin-right: 20px;
}

.slide-jobs .jobs {
    border: 1px dashed #ccc;
    box-shadow: unset;
}

.slide-jobs .jobs-info {
    text-align: left;
}

.job-title span {
    width: 32px;
}

.jobs {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 14px;
    min-height: 248px;
}

.jobs-img {
    max-width: 150px;
    margin-right: 10px;
    flex-shrink: 0;
}

.jobs-info {
    font-size: 15px;
}

.jobs-info .icon-jobs {
    color: #939295;
}

.jobs-info p.company {
    color: #5d677a;
}

.jobs-info strong {
    font-weight: 510;
}

.info-jobs-detail .jobs-img {
    max-width: 200px;
}

.relaytion-list .jobs-info ul li:not(:last-child) {
    border-bottom: unset;
}

table {
    font-size: 16px;
    text-align: left;
}

a.btn-zalo {
    display: inline-flex;
    padding: 10px 20px;
    background-color: #2d57d6;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 14px;
}