﻿:root {
    --background-color: #1e4f9e;
    --background-color-opacity: #e8eef7;
    --cblue: #1d5193;
    --footer: #0a7682;
    --footer-opacity: #0e5b63;
    --buttom-search: #e67913;
}

:root {
    --text-color: #000000;
    --white-color: #ffffff;
    --white-color-28: rgba(255, 255, 255, 0.28);
    --white-color-33: rgba(255, 255, 255, 0.33);
    --light-silver-color: #D9D9D9;
    --midnight-green-color: #0E5B63;
    --midnight-green-color-30: rgba(14, 91, 99, 0.3);
    --midnight-green-color-54: rgba(14, 91, 99, 0.54);
    --golden-brown-color: #925B19;
    --fulvous-color: #EB7F00;
    --tangerine-color: #F68500;
    --gamboge-color: #E69C17;
    --orange-peel-color: #FF9D00;
    --aztec-gold-color: #BF8F4C;
    --camel-color: #C0A465;
    --dark-bronze-color: #884B00;
    --dark-bronze-color-2: #824800;
    --saddle-brown-color: #8C5511;
    --philippine-gold-color: #B46C00;
    --philippine-bronze-color: #743D06;
    --navajo-white-color: #FFE8A1;
    --navajo-white-color-2: #FFE6AB;
    --calamansi-color: #FFF8A7;
    --lapis-lazuli-color: #2F6BB3;
    --yale-blue-color: #1D5193;
    --cobalt-blue-color: #0F50A6;
    --cyan-blue-azure-color: #447DBC;
    --cyan-blue-azure-color-2: #4C83BF;
    --cultured-color: #F7F7F9;
    --cultured-color-2: #F8F8F8;
    --spanish-gray-color: #989898;
    --silver-chalice-color: #ADADAD;
    --philippine-gray-color: #8D8D8D;
    --philippine-silver-color: #B4B4B4;
    --philippine-silver-color-2: #E3E3E3;
    --philippine-silver-color-3: #B1B1B1;
    --lotion-color: #FAFAFA;
    --davys-grey-color: #565656;
    --platinum-color: #E8E8E8;
    --platinum-color-2: #E6E6E6;
    --bright-gray-color: #ECECEC;
    --bright-gray-color-2: #EBEBEB;
    --granite-gray-color: #656565;
    --anti-flash-white-color: #EFF2F7;
    --onyx-color: #353D3E;
    --charleston-green-color: #292929;
    --raisin-black-color: #222222;
    --black-olive-color: #3A3A3A;
    --space-cadet-color: #243556;
    --maximum-red-color: #D71E1E;
    --rosso-corsa-color: #DA0000;
    --maximum-red-color-2: #DE1A22;
    --electric-red-color: #F20000;
    --green-color: #02B544;
    --kelly-green-color: #3EB200;
    --medium-sea-green-color: #46BF5C;
    --alice-blue-color: #EEF6FF;
    --blue-color: #1E81FF;
    --azure-color: #0087FF;
    --cyan-cobalt-blue-color: #235696;
    --heliotrope-color: #C35BFF;
    --khaki-color: #F2DA91;
    --maize-color: #F2CA50;
    --maize-color-15: rgba(242, 202, 80, 0.15);
    --fawn-color: #D5B572;
    --satin-sheen-gold-color: #D29D3E;
    --black-color-15: rgba(0, 0, 0, 0.15);
    --black-color-20: rgba(0, 0, 0, 0.2);
    --black-color-25: rgba(0, 0, 0, 0.25);
    --black-color-40: rgba(0, 0, 0, 0.4);
    --khaki-color-26: rgba(242, 218, 145, 0.26)
}


.md-danger .modal-header {
    border-top: solid 5px #db3625;
    color: #db3625;
}

.md-success .modal-header {
    border-top: solid 5px #00a344;
    color: #00a344;
}



.line-clamp-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-clamp-3 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.hide-nganhnghe {
    height: 75px;
    overflow: hidden;
}

.hide-nganhnghe1 {
    height: 90px;
    overflow: hidden;
}

#x_msgLogin {
    font-size: 20px;
    margin-top: 10px;
    /* height: 35px; */
    line-height: 40px;
}



.x-modal-02 .modal-lg {
    max-width: 795px
}

.x-modal-02 .modal-content {
    border: none;
    border-radius: 10px
}

.x-modal-02 .modal-header {
    background-color: #11be52;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 9px 19px 7px 29px
}

.x-modal-02 .modal-header .close {
    font-size: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 1;
    position: relative;
    display: block;
    padding: 0;
    margin: 2px 0 0
}

.x-modal-02 .modal-header .close:before,
.x-modal-02 .modal-header .close:after {
    content: '';
    height: 2px;
    width: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    background-color: #fff
}

.x-modal-02 .modal-header .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.x-modal-02 .modal-header .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.x-modal-02 .modal-title {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5
}

.x-modal-02 .modal-title i {
    margin-right: 10px
}

.x-modal-02 .modal-body {
    z-index: 2;
    padding: 20px
}

#x-msg-info .modal-body,
#x-msg-confirm .modal-body {
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-body {
        padding: 19px 20px 45px 26px
    }
}

.x-modal-02 .modal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.x-modal-02 .modal-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px #d0d0d0;
    box-shadow: 0 1px 5px #d0d0d0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-modal-02 .modal-position {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 19px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 1.25rem;
    line-height: 1.25
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-position {
        font-size: 1.75rem;
        line-height: 1.4
    }
}

.x-modal-02 .modal-position small {
    display: block;
    color: #999999;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 10px
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-position small {
        margin-top: 0;
        line-height: 2
    }
}

.x-modal-02 .modal-ttl {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #11be52;
    margin: 25px auto 18px;
    max-width: 470px
}

.x-modal-02 .modal-ttl small {
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #666666;
    font-size: .875rem;
    line-height: 1.57;
    margin-top: 10px
}

.x-modal-02 .modal-create-cv {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    border: 5px solid #cff2dc;
    border-radius: 999px;
    background-color: #11be52;
    padding: 13px 35px
}

.x-modal-02 .modal-create-cv:hover {
    background-color: #0d9c42
}

.x-modal-02 .modal-create-cv i {
    margin-right: 6px
}

.x-modal-02 .modal-footer {
    position: relative;
    z-index: 2;
    padding: 0;
    border-top: none
}

.x-modal-02 .modal-footer .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
}

.x-modal-02 .modal-footer-wrap {
    padding: 20px;
    background: url("/images3/common/bg-modal.png") no-repeat right top
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-footer-wrap {
        padding: 21px 53px 24px 25px
    }
}

.x-modal-02 .modal-footer-wrap:last-child {
    padding: 12px 20px
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-footer-wrap:last-child {
        padding: 12px 53px 11px 22px
    }
}

.x-modal-02 .modal-footer-wrap:last-child p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: .875rem;
    line-height: 1.57;
    margin-bottom: 0
}

.x-modal-02 .modal-footer-wrap:last-child p strong {
    display: inline-block;
    color: #ffffff;
    background-color: #ababab;
    font-size: .75rem;
    font-weight: 400;
    padding: 1px 8px 1px 9px;
    border-radius: 999px;
    margin-left: 2px
}

.x-modal-02 .modal-footer-wrap .text-italic {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: .875rem;
    line-height: 1.57;
    margin-bottom: 12px
}

.x-modal-02 .modal-footer-wrap .box-up-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-modal-02 .modal-footer-wrap .box-up-file p {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: .875rem;
    line-height: 1.57;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 9px 6px 0
}

.x-modal-02 .modal-footer-wrap .box-up-file p i {
    margin-right: 8px;
    color: #666666;
    font-size: .9375rem
}

.x-modal-02 .modal-footer-wrap .box-up-file label {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100px;
    margin-bottom: 0;
    display: block;
    position: relative
}

.x-modal-02 .modal-footer-wrap .box-up-file label input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0
}

.x-modal-02 .modal-footer-wrap .box-up-file label span {
    border: 2px solid #bebebe;
    border-radius: 999px;
    padding: 7px 13px 4px 15px;
    color: #666666;
    font-size: .875rem;
    line-height: 1.57;
    display: block
}

.x-modal-02 .modal-footer-wrap .box-up-file label span:after {
    content: "";
    clear: both;
    display: table
}

.x-modal-02 .modal-footer-wrap .box-up-file label span i {
    float: right;
    line-height: 1.4
}

.x-modal-02 .form-group {
    margin-bottom: 10px
}

.x-modal-02 .form-group .col-form-label {
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
    font-weight: bold;
    color: #333333
}

@media screen and (min-width: 768px) {
    .x-modal-02 .form-group .col-form-label {
        text-align: right
    }
}

.x-modal-02 .form-control {
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
    line-height: 1.75
}

.x-modal-02 .form-control::-webkit-input-placeholder {
    color: #888888;
    opacity: 1
}

.x-modal-02 .form-control:-ms-input-placeholder {
    color: #888888;
    opacity: 1
}

.x-modal-02 .form-control::-ms-input-placeholder {
    color: #888888;
    opacity: 1
}

.x-modal-02 .form-control::placeholder {
    color: #888888;
    opacity: 1
}

.x-modal-02 .form-control:-ms-input-placeholder {
    color: #888888
}

.x-modal-02 .form-control::-ms-input-placeholder {
    color: #888888
}

.x-modal-02 .form-file {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    border: 2px solid #bebebe;
    border-radius: 999px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    color: #555555;
    line-height: 1.72;
    position: relative;
    padding: 6px 35px 6px 17px;
    text-align: left;
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .x-modal-02 .form-file {
        margin-bottom: 0;
        width: auto
    }
}

.x-modal-02 .form-file:after {
    content: '\f093';
    font-family: FontAwesome;
    position: absolute;
    color: #888888;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1
}

.x-modal-02 .form-file small {
    font-size: .8125rem;
    font-weight: 300;
    font-style: italic
}

.x-modal-02 .modal-apply-cv {
    width: 123px;
    font-family: "Open Sans", sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    border-radius: 999px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 8px 5px
}

.x-modal-02 .modal-apply-cv i {
    margin-right: 2px
}

.x-modal-02 .nav-tabs {
    margin-top: 24px
}

.x-modal-02 .nav-tabs .nav-item {
    margin-bottom: -2px
}

.x-modal-02 .nav-tabs .nav-item:first-child .nav-link {
    font-size: 1.125rem;
    line-height: 1.33
}

.x-modal-02 .nav-tabs .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: .9375rem;
    line-height: 1.6;
    font-weight: bold;
    color: #333333;
    padding: 9px 17px 5px;
    border-bottom: none
}

.x-modal-02 .nav-tabs .nav-link.active {
    color: #11be52
}

.x-modal-02 .tab-content {
    padding: 10px 5px 10px 10px
}

@media screen and (min-width: 768px) {
    .x-modal-02 .tab-content {
        padding: 18px 5px 10px 16px
    }
}

.x-modal-02 .list-cv-online {
    padding-right: 10px;
    margin-bottom: 17px;
    max-height: 172px;
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (min-width: 768px) {
    .x-modal-02 .list-cv-online {
        padding-right: 22px
    }
}

.x-modal-02 .list-cv-online::-webkit-scrollbar-track {
    border-radius: 999px;
    background-color: #e9e9e9
}

.x-modal-02 .list-cv-online::-webkit-scrollbar {
    width: 7px
}

.x-modal-02 .list-cv-online::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background-color: #ababab
}

.x-modal-02 .modal-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-radio {
        margin-bottom: 13px
    }
}

.x-modal-02 .modal-radio input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0
}

.x-modal-02 .modal-radio input[type="radio"]:checked~.ttl {
    font-weight: bold
}

.x-modal-02 .modal-radio input[type="radio"]:checked~.ttl:before {
    background-color: #11be52;
    padding: 2px;
    background-clip: content-box
}

.x-modal-02 .modal-radio input[type="radio"]:checked~.ttl .tool a {
    border-color: #11be52;
    color: #11be52
}

.x-modal-02 .modal-radio input[type="radio"]:checked~.ttl~.time {
    color: #555555
}

.x-modal-02 .modal-radio .ttl {
    padding-left: 25px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: .9375rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-radio .ttl {
        margin-right: 15px
    }
}

.x-modal-02 .modal-radio .ttl:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #11be52
}

.x-modal-02 .modal-radio .tool {
    margin-left: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.x-modal-02 .modal-radio .tool a {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    color: #888888;
    border: 1px solid #e6e6e6;
    font-size: .8125rem
}

.x-modal-02 .modal-radio .time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1.9;
    color: #a7a7a7;
    display: none
}

@media screen and (min-width: 768px) {
    .x-modal-02 .modal-radio .time {
        display: block
    }
}

.x-modal-02 .modal-radio .time i {
    margin-right: 3px
}

.x-modal-02 .modal-create-cv-online {
    font-size: .9375rem;
    border-radius: 999px;
    font-weight: 400;
    padding: 9px 29px;
    text-transform: uppercase;
    margin-bottom: 26px
}

.x-modal-02 .modal-create-cv-online i {
    font-size: 1rem;
    margin-right: 5px
}

.x-modal-02 .modal-sugges {
    padding: 16px 26px 16px 25px
}

.x-modal-02 .modal-sugges .ttl {
    font-weight: bold;
    color: #333333;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 8px
}

.x-modal-02 .modal-sugges .ttl i {
    margin-right: 9px;
    position: relative;
    top: -3px
}

.x-modal-02 .modal-sugges .slick-slider .slick-list {
    margin: 0 -8px 0 -9px;
    padding-bottom: 5px
}

.x-modal-02 .modal-sugges .slick-slider .slick-arrow {
    width: 24px;
    height: 20px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.x-modal-02 .modal-sugges .slick-slider .slick-arrow:before {
    color: #ffffff;
    font-size: .8125rem
}

.x-modal-02 .modal-sugges .slick-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.x-modal-02 .modal-sugges .slick-slider .slick-prev {
    left: 0
}

.x-modal-02 .modal-sugges .slick-slider .slick-next {
    right: 1px
}

.x-modal-02 .modal-sugges .slick-slider .item {
    padding: 0 9px
}

.x-modal-02 .modal-sugges .slick-slider .item a {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 1px 5px #d0d0d0;
    box-shadow: 0 1px 5px #d0d0d0
}

.x-modal-02 .modal-sugges .slick-slider .item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #11be52;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.x-modal-02 .modal-sugges .slick-slider .item a:hover:after {
    visibility: visible;
    opacity: 1
}

.x-modal-02 .modal-sugges .slick-slider .item a img {
    width: 100%;
    height: auto
}

.x-modal-02 #cv-local legend,
.x-modal-02 #cv-local2 legend {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.6;
    border-bottom: .0625rem solid #e5e5e5;
    font-size: 1rem;
    margin-bottom: .9375rem;
    font-weight: bold;
    color: #10bf51
}

.x-modal-02 #cv-local legend i:before,
.x-modal-02 #cv-local2 legend i:before {
    padding-right: .3125rem
}

.x-modal-02 #cvUploaded ul {
    padding: 0 0;
    list-style: none
}

@media screen and (min-width: 768px) {
    .x-modal-02 #cvUploaded ul {
        padding: 0 1.875rem
    }
}

/*.x-modal-02 #cvUploaded ul a {
    font-size: .875rem;
    color: #333333
}
    .x-modal-02 #cvUploaded ul a:hover {
        color: #23527c;
        text-decoration: underline
    }

    .x-modal-02 #cvUploaded ul a i:before {
        padding-right: .3125rem
    }*/

.x-modal-02.style01 .modal-content:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 368px;
    height: 216px;
    background: url("/images3/common/bg-modal-02.png") no-repeat
}

@media screen and (min-width: 768px) {
    .x-modal-02.style02 .modal-body {
        padding: 19px 26px 22px 26px
    }
}

@media screen and (min-width: 768px) {
    .x-modal-02.style02 .modal-info {
        margin-bottom: 29px
    }
}

.x-modal-02.style02 .modal-footer-wrap:last-child {
    width: 100%;
    background-position: center top
}

@media screen and (min-width: 768px) {
    .x-modal-02.style02 .modal-footer-wrap:last-child {
        padding: 15px 28px
    }
}

@media screen and (min-width: 576px) {
    .x-modal-02.style02 .modal-footer-wrap:last-child p strong {
        font-size: .875rem;
        padding: 5px 13px 3px
    }
}

@media screen and (min-width: 768px) {
    .x-modal-02.style03 .modal-body {
        padding: 19px 26px 18px 26px
    }
}

.x-modal-02.style03 .btn-comp03 {
    padding: 4px 15px 3px;
    margin-right: 29px;
    text-transform: none
}

.x-modal-02.style03 .modal-footer-wrap {
    background: none
}

.x-modal-02.style03 .modal-footer-wrap:last-child {
    width: 100%
}

@media screen and (min-width: 768px) {
    .x-modal-02.style03 .modal-footer-wrap:last-child {
        padding: 7px 28px 15px
    }
}

@media screen and (min-width: 576px) {
    .x-modal-02.style03 .modal-footer-wrap:last-child p strong {
        padding: 6px 13px 4px 13px;
        font-size: .8125rem
    }
}

.x-modal-02.style04 #cv-online p,
.x-modal-02.style04 #cv-online2 p {
    font-family: "Open Sans", sans-serif;
    font-size: .9375rem;
    line-height: 1.6;
    color: #333333;
    max-width: 560px;
    margin: 14px auto 20px
}

.x-modal-02.style04 .modal-body {
    padding: 19px 26px 0
}



.btn-send-heart.active {
    border-color: #1d5193;
    background-color: #1d5193;
    color: #fff;
}

.page-item.active .page-link {
    border-color: #02b544;
    background-color: #02b544;
    color: #fff;
}

.pagination li.disabled {
    display: none;
}

.of-hidden-100 {
    height: 200px;
    overflow: hidden;
}

.txt-none {
    width: 100%;
    line-height: 50px;
    padding-left: 50px
}

ul.pagination {
    display: flex !important;
    flex-wrap: wrap;
}

.hidden {
    display: none !important;
}

/*.hover-state{
    outline:1px dashed
}*/



/*.brand__item-image img {
    height: 70%;
    width:auto;
    margin: auto;
}*/

.a-modal-warning__block {
    line-height: 30px;
}


.a-card__btn {
    justify-content: center;
    align-items: center;
    align-self: center;
    display: inline-flex;
    transition: all .3s ease;
    margin-top: 8px;
    margin-right: 3px;
    border: 2px solid #e6e6e6;
    border-radius: 30px;
    width: 120px;
    min-width: 120px;
    height: 32px;
    padding: 5px;
    background: #f5f5f5
}

@media screen and (min-width:576px) {
    .a-card__btn {
        margin-top: 0;
        width: 130px;
        min-width: 120px;
        height: 36px
    }
}


@media screen and (min-width: 768px) {
    .job-apply__head {
        background: linear-gradient(45deg, #ddd, transparent);
    }
}

.news-flex__item {
    position: relative;
}

.news-flex__item .news-flex__item_a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.news-flex__item .news-flex__item_a a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.fz-8 {
    font-size: 11px;
    text-align: initial;
    line-height: 14px;
}


.overlay {
    display: none;
    position: fixed;
    z-index: 5555;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .6;
    width: 100%;
    background: #000;
}

.overlay .loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    font-size: 27px;
    color: #fff;
    max-width: 100px;
}

.overlay .loading-text img {
    width: 100%;
    height: auto;
}

label.a-table-check input[type=checkbox] {
    margin-right: 4px;
}


.hidden-fix {
    display: none !important;
}

.input-search {
    border: 1px solid #c6c6c6 !important;
    outline: 0;
    width: 720px;
    max-width: 100%;
    position: absolute;
    left: 35%;
    top: 25px;
    background: #EBF1FA
}

.input-search .btn-s {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    justify-content: center;
    align-items: center;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
    background: 0 0;
    color: #888;
}

.input-search .btn-c {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    justify-content: center;
    align-items: center;
    border: none;
    width: 50px;
    height: 50px;
    padding: 0;
    background: 0 0;
    color: #888;
}

.input-search input.txt-seachh {
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 52px 0 52px;
    background: 0 0;
    color: #888;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
}

#c-search .a-dropdown-menu li {
    min-height: 30px;
}

.a-dropdown-menu .select2-search,
.a-dropdown-menu .select2-selection__choice {
    min-height: 30px;
    padding: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 5px;
}

.block-search {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:768px) {
    .input-search {
        position: relative;
        left: 0;
    }

    .block-search {
        margin-bottom: 30px;
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
}

#main {
    min-height: 500px
}

.a-table-tools {
    display: block;
    justify-content: flex-end;
    padding-right: 4px;
}

.a-table-tools__other {
    justify-content: space-between;
    margin: 15px -10px 0;
}

.wysiwyg table{
    width:100%;
}
.wysiwyg th,
.wysiwyg tr,
.wysiwyg td {
    border: 1px solid;
    padding: 10px;
}

.wysiwyg th {
    font-weight:bold;
}



#aModal .hover-state {
    outline: 1pt dashed #d22600;
}

#footer {
    padding-bottom: 20px;
}

.site-footer__bottom {
    color: #fff;
    margin-top: 0;
}


#frmRegister .select2-selection__rendered {
    line-height: 30px !important;
}

#frmRegister .select2-container .select2-selection--single {
    height: 34px !important;
}

#frmRegister .select2-selection__arrow {
    height: 33px !important;
}

.note-popover.popover {
    display: none;
}

.open>.dropdown-menu {
    display: block;
    top: 25px;
}

.dropdown-fontsize {
    min-width: 50px !important;
    text-align: center;
}

.dropdown-fontsize i {
    color: #333333 !important;
    visibility: initial !important;
}

.dropdown-fontsize i:before {
    content: "";
}



.note-editable b,
.note-editable strong {
    font-weight: bold;
}

.note-editable i {
    font-style: italic;
}

.note-editable ul {
    padding-left: 40px;
    list-style: disc;
}

.note-editable ol {
    padding-left: 40px;
    list-style: decimal;
}

.site-footer__bottom a {
    color: inherit;
}

#bottom-footer {
    position: relative;
    background-color: #0a7682
}

@media screen and (min-width:992px) {
    .a-table--jobs .a-table-tools__other a {
        margin-left: 15px;
        padding: 0
    }
}

@media screen and (min-width:1700px) {
    .a-table--jobs .a-table-tools__other a {
        margin-left: 11px;
        padding: 0
    }
}



.tooltip-inner {
    width: 300px;
    min-width: 300px;
    /*width: 320px;*/
}

.text-error {
    font-size: 12px;
    font-style: italic;
}

.ifFileContent {
    width: 100%;
    min-height: 800px;
}

.brand__item {
    border: 1px solid #ddd;
}

.a-table-tools__other a {
    transition: opacity .3s ease;
    border: none;
    margin-left: 11px;
    padding: 0;
    background: 0 0;
}

@media screen and (min-width: 992px) {
    .a-table-tools__other a {
        margin-left: 0;
        padding: 0 5px;
    }

    .a-table-tools__other button {
        margin-left: 0;
        padding: 0 5px;
    }
}

#page-create-job .select2-container .select2-selection--single,
#page-create-job .select2-container .select2-selection--multiple {
    min-height: 40px
}


#page-create-job .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 28px;
}

#page-create-job .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

#page-create-job .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}


::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #d0caca !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d0caca !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d0caca !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d0caca !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d0caca !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #d0caca !important;
}

#page-create-job .nav-tabs>li {
    margin-bottom: -.0625rem
}

#page-create-job .nav-tabs>li>a {
    position: relative;
    display: block;
    margin-right: .125rem;
    border: .0625rem solid transparent;
    border-radius: .25rem .25rem 0 0;
    padding: .625rem .9375rem;
    line-height: 1.42857143;
    color: #333
}

#page-create-job .nav-tabs>li>a:focus,
#page-create-job .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    background-color: #eee;
    text-decoration: none;
    color: #23527c
}

#page-create-job .nav-tabs>li>a.active,
#page-create-job .nav-tabs>li>a.active:focus,
#page-create-job .nav-tabs>li>a.active:hover {
    border: .0625rem solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    cursor: default;
    color: #333333
}

#page-create-job .nav-tabs>li>a i:before {
    padding-right: .3125rem
}

.margin-top {
    margin-top: 20px;
}

.clearfix {
    display: block;
}

form .red {
    padding-top: 4px;
    color: red;
}

.sponsor__heading img+span {
    display: block;
    margin-top: 30px;
}



.image img {
    border-radius: 10px
}

.panel-fix-ungtuyen {
    min-height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*  z-index: 40;*/
    background: #888888;
    opacity: 0.9;
}

.modal-open .panel-fix-ungtuyen {
    display: none;
}

#txt_count_job {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    #header .nav-item {
        margin-left: 15px;
    }
}

.ck-ung-tuyen {
    background: #3582e1;
    padding: 5px;
    color: #ffffff;
    padding-bottom: 2px;
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 0;
}

.job-list-2__item {
    position: relative;
}




.d-checked {
    display: block;
    margin-bottom: 15px;
}

.d-checked input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.d-checked label {
    position: relative;
    cursor: pointer;
}

.d-checked label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.d-checked input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.d-fixed {
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #e69c17;
    color: #fff;
    padding: 1px;
}


.panel-intro-univer {
    /* margin-top: 30px;
    background: #ecf3fb;
    border-width: 1px;
    border-color: rgb(96, 142, 200);
    border-style: dashed;
    border-radius: 10px;
    background-color: rgb(239, 246, 254);*/
    width: 100%;
    height: auto;
    /*  background-size: cover;*/
    background-repeat: no-repeat;
    /*margin-top: 30px;*/
    padding-bottom: 30px;
    padding-right: 20px;
}



.panel-intro-univer .title {
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    color: #1d5193;
    display: flex;
    font-weight: bold;
}

.panel-intro-univer .des {
    font-size: 15px;
    padding-left: 40px;
    line-height: 25px;
    max-width: 720px;
    text-align: justify
}

.panel-intro-univer .logo-doi-tac {
    width: 100%;
    margin: auto;
}

.panel-intro-univer .logo-doi-tac img {
    display: block;
    margin: auto;
    max-height: 90px;
}

.panel-intro-univer .title .ico-phone {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcCAYAAAAJKR1YAAAGXUlEQVRIibWXe4xcVR3HP+fcc1/z6O7s7Nay27UPt6UWbVpLTFMVCmKDEDUpJEZI8IFiMGk0GDVRiSEmYGIwDVJSElEwhj9ITCUE0kj4o5FCS4WmoUhLQbSbLN26233OnZn7OMecOzNtt13aKuwv+U127/zmnO/v/b3CPLEB3qxCKYFjS+CtCrgZTPlw5WnM3YcgE4hYgZeC1BghEZmDaXrg1xCxgcyFQGN0iogESAOFBCZC+MN6ONV1O+X0N6Q8Qsp9CM6KMe0/BZKFlBkXKhHcc2AzK6YfY8JfjMN3CA34bQ2AULTVLCAg67VDaJJwh+k1+6g0fBLHfjOGFmAEZAakgmIIhSL4ArUgQKwq53bjqgdQDBIpiJ1WGkGfsZXteEhBDlLwIQIy7Q8prjSuehDPuTl/rvU8thqkD8IWUpYD6dTUB0+ZaEfEMVVSeT94R3MwnUi9n9jaUXop2nyZTEOq89jNjZC8yAHnAuh4ZM21/JSRfA0h7sKwyDqc21xUJDRqINRLaH+QqYbIz/JTFInMW5libAuthBHV+Y+yHlNCy8UYscpkZgNO/Bky55N5DRjDnFa+mEOJC01/G2FtEHlyG04BkhKIBEV3DBMlGKl8muHScyhdveBge5+NXibzlNMJgHXEiIun5gJAqklUA8d7nKI4wlR9N27B1t63wMmkGZzBDM3CwYGPM+1VUdllHNpJ2eWE5ByxTtVFSsUBr/453uzbRPKxdQTeAZzsMWrmasWkv4Eb/vklTvmbeHoVhOnlhf7/kRkPBmZWsv21jSbWr4qfV2AyeIFKrRe4gTh9QZG6e8niMr31BUJxjthZVK33m77a3ynHT3L/3h/y8MbrOaVeZ1EGJR+FoGx3FQ21cJHpiE2ZBTXr2WjdZpbPHhQDYzs4sfxXdMf9YCwKmrbhFhjKhaJt1xZLCDuQzB0IUUXrGYXBzyOj5pmoH7bYJrD3WO0z74h3Tz7LO8shkP3oxIJAIvSdFNLnMRzLU7eQYsdE5E4RpNuJ3CF+UT3E8eJbLM7+Spx4SBdJX+33vLpkK0+v3pFzovOWiR2hHf3AUo5hNDgqdm5+WNy3CYaHoD/aRWa+gBs0MXq7YjxEvDwAXc3RnL/YrZskMCshbUJ5OidoJNIIoQVRGZN4LW//V7HOBlKzPwTfOc5Q917S5reJskdRzpPQWKnEv8sgG/D547s5PHAr/+hesv8T6vrDa7q2ebIb+VIJYwTNxNXdXv3EV9e+8hcR1labRnEdQg/mkGxtXHJ/dSa8cOmaBM97kaDnTuLoXmrRexj/K7i2irysxVBsO/bU/wwFfjl8y87nr0of3VJ9467m4RX5ZZmRzkQjHDkZle/5/rW7EZkvicO1RtavRXAbwtmcX3ipnWYSRViFU9E3Kc98A1+fQDRclLL7qb3t7QE2VTOGLHBJ+qfYbKLv9jeTa9LyxBpEq5YGS7Lwp6MbGShOcuvVf9MkwREkR3D0TlETNxplfoJytpwBNq9Ik3dUIQLP/SKq50aKfZCkkNaQBLPgRKBmQdd5arAXb/1R1lbfRSfebzvH2rJ2Hc1HyxM8eGgLB49tgEVj7XRJiPUe4cTXIdOvk5rRFvl6n7RZgrb4Cuip7iGOf0Bs6aydRw5yeHQFw7UBhsf62RNcxa7SEM7xfsZGltKYLb0ico7UgqWNoOQm9Ph17t2/lZOjSxHl05YTtdifpSFp9kfieDVpuit/Nh8wS11rEdQa4NjfahAtGqG+99otLaNxmHQUARkilkQtftvwz2EbVjIj6CvU+Nd0hZ/tu4nf3fw4ojgNk4vacyKnI9PEyd1o8wyeswPFKhzTOegswjQD47S19ViGPeOEfWOEveMs6xlhac97dPeN0ts7Slf3uGuM4PwqTbVkWXmCN05/hF+/fBOoBFR81iCPVp7G5xD1NXjRT3MimFMWU8nXhtU8KPZdz5bNTM7/lWdRp50LHRKci7TIWdFGsrJrnKfeXsf6xSNsXbEXdGWuUSGDSGnxyNoHeLu7QlfjRzjyAI5ztujzcdFhfeqSJP/8t5IzN+Y/l5orwhkeOnwNk/8ZgHB6LmkrJjBShheX2Yt/jNKfxVV3UPQgbGvgQxBAEELgXRJQw9Kqc/TE3CgJKkHEZNPnodevI8NFOHZJdgwEuBqqkX0rsf/vw9Bsbfp51Bj+Czc8mx2fIwpKAAAAAElFTkSuQmCC');
    width: 37px;
    height: 25px;
    margin-right: 10px;
}


.panel-intro-recruit {
    margin: auto;
    background: #fff;
    padding: 40px 10px 40px 40px;
    display: flex;
    min-height: 30em;
    width: 100%;
    background-repeat: no-repeat;
    max-width: 1170px;
    outline: 1px dashed #1d5193;
    border-radius: 10px;
}

.panel-intro-recruit h3 {
    font-size: 30px;
    color: rgb(29, 81, 147);
    font-weight: bold;
}



.panel-intro-recruit .desle .list-item {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
}

.panel-intro-recruit .list-item p::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAy0lEQVQYlYXRwSqFURQF4I9kZuxGoryDZMYIUzOljD2BEWXCEyhzY2b8E8yQp7iSLmMPcLV0/tpF2ZN99l6rddZZZ2J8rq9FHGIbA3zgBmd4DWeyETfxghE2MNP6qO2Di/ISnrCDR79rDVdYDfkC7zgptHGEynwca1PYwvofirUucR/yLN6KYlX/sdrwQR74iYUC9NfX83zSCfkWu//Y2EMXG6d4xl1Joz4uaRwkjSgPsY9rHGEZ061nzj74sP+UDiuYwwO+Ws+cfQffX3crfPXcoz8AAAAASUVORK5CYII=');
    padding-right: 10px;
}

.panel-intro-recruit .block-contact {
    margin-top: 40px;
}

.panel-intro-recruit .block-contact .title {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
}

.panel-intro-recruit .block-contact .panel-contact {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.panel-intro-recruit .block-contact .panel-contact .item {
    flex-direction: row;
    margin-bottom: 20px;
}

.panel-intro-recruit .block-contact .panel-contact .item .icon {
    border-radius: 50%;
    background-color: rgb(255, 150, 0);
    width: 39px;
    height: 39px;
    margin-right: 15px;
    margin-top: 5px
}

.panel-intro-recruit .block-contact .panel-contact .item .icon i {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding-top: 10px;
}

.panel-intro-recruit .block-contact .panel-contact .text-des {
    font-size: 16px;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    margin-bottom: 3px
}


.panel-intro-recruit .block-contact .panel-contact .title-name {
    padding-top: 7%;
}

.panel-intro-recruit .block-contact .panel-contact .line {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACGCAYAAAAcoODpAAABUUlEQVQokVWSuy5EURSG/7PmHYQwbuOhXEOiUEhUOpVKpVCQkBBCUHkF8QCix2Aw41YgQhjOXvItM5Novvz/+c5e++ydI3fvAlsmeWZyr8rTt0hF+c/nflOkW3n9DZG65V/PByQD1/KPB0TeS10GUSvy13KkPrCKyEwpv5I/ncSoEOuAPfJLee0oRD/vbbbEBc/GSSWwDWRKCZGPYkPsNvbw/Jw0DAZMyveaX5VCDDWEOwdsCfngP+ECZ9Qhk8QoZ1QIsUItoV0gU5admZSNUEvUHaqDMnXMlFmJukViDztHTFD7wUZDZFY2qTBJ6gNrpqzgpEvSFKmXtGKyWFEIMQ16sEvNFYWKvHoYQ7upiyA1xONxiCJ1wWR/e1TkL6cxtIs631xhN/L3WohO6hwIUZV/vcaoDjAL4uQ1eV6Py2nnvDOkhLjj/+MO1AamgJuk+1830ssq30otlwAAAABJRU5ErkJggg==');
    width: 1px;
    margin-right: 20px;
    margin-left: 20px;
}


@media (max-width: 768px) {
    .panel-intro-univer {
        background: rgb(239, 246, 254);
        border-radius: 20px;
    }
}


.panel-intro-jobfair {
    background: none;
    background-color: #eff6fe;
}


.panel-intro-jobfair .des {
    max-width: 100%;
    padding-right: 40px;
}

.panel-intro-jobfair .des div {
    padding-bottom: 10px;
}

.panel-intro-jobfair .des ul {
    list-style: disc;
}

.panel-intro-jobfair .des li {
    margin-left: 25px;
}

@media (max-width: 768px) {
    .panel-intro-jobfair {
        padding-right: 0;
        border-radius: 0;
    }

    .panel-intro-jobfair .title {
        font-size: 20px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .panel-intro-jobfair .des {
        font-size: 13px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.job-apply-upload__input span {
    width: 100%;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btnFile .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-apply-jobfair .job-apply-upload {
    margin-top: 30px;
}

#cv-online .title-online {
    padding-bottom: 20px;
    text-align: left;
}

#job-checked {
    margin-top: 20px;
    margin-bottom: 20px;
}

.job-apply-p {
    margin-bottom: 30px
}




.a-btn-add-2 {
    margin-bottom: 7px
}

@media screen and (min-width:576px) {
    .a-btn-add-2 {
        padding: 7px 19px 6px
    }
}

.a-btn-add-2 svg {
    margin-right: 6px
}

@media screen and (min-width:1200px) {
    .a-modal-user .modal-dialog {
        max-width: 700px
    }
}

.a-modal-user .modal-content {
    border-radius: 10px;
    padding: 15px 12px 20px;
    background: #fff
}

@media screen and (min-width:768px) {
    .a-modal-user .modal-content {
        padding: 31px 30px 33px
    }
}

.a-modal-user .modal-content>h2 {
    margin-bottom: 7px
}

.a-modal-user .modal-content>p {
    margin-bottom: 5px
}

.a-modal-user .modal-content>.btn {
    margin: 19px auto 0;
    border-radius: 30px;
    width: 210px;
    height: 42px
}

.a-modal-user .modal-content>.btn svg {
    margin-left: 12px
}

.a-modal-user .btn-close {
    color: #1d5193;
    top: 10px;
    right: 12px
}

.a-modal-user .modal-box {
    position: relative;
    margin-top: 13px;
    border-radius: 5px;
    padding: 4px 12px;
    background: #ecf2fa
}

@media screen and (min-width:768px) {
    .a-modal-user .modal-box {
        padding: 10px 23px
    }
}

.a-modal-user .modal-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 3px;
    background: #ecf2fa
}

@media screen and (min-width:768px) {
    .a-modal-user .modal-box::after {
        bottom: 9px
    }
}

.a-modal-user .modal-box p {
    border-bottom: 1px dashed #a9a9a9;
    padding: 8px 0
}

.a-table--list .a-table-search {
    margin-right: 11px
}

@media screen and (min-width:576px) {
    .a-table--list .a-table-search {
        max-width: 255px
    }
}

@media screen and (min-width:1700px) {
    .a-table--list .a-table-search {
        margin-right: 16px;
        max-width: 285px
    }
}

.a-table--list .a-table-search .select,
.a-table--list .a-table-search select {
    display: block
}

@media screen and (min-width:768px) {

    .a-table--list .a-table-search .select,
    .a-table--list .a-table-search select {
        width: 95px;
        padding-left: 9px;
        background-position: right 10px center
    }
}

@media screen and (min-width:1700px) {

    .a-table--list .a-table-search .select,
    .a-table--list .a-table-search select {
        width: 95px;
        padding-left: 18px;
        background-position: right 15px center
    }
}

.a-table--candi .a-table-search__group::after,
.a-table--list .a-table-search__group::after {
    content: ""
}

.a-table--candi .a-table-search__group input,
.a-table--list .a-table-search__group input {
    padding-left: 11px
}

.a-table--candi .a-table-search__group button,
.a-table--list .a-table-search__group button {
    display: none
}

.a-table--list .td:nth-child(1) {
    border-right: 1px solid #eee;
    width: 100%
}

@media screen and (min-width:768px) {
    .a-table--list .td:nth-child(1) {
        width: 35%
    }
}

@media screen and (min-width:992px) {
    .a-table--list .td:nth-child(1) {
        width: 31.8%
    }
}

.a-table--list .td:nth-child(2) {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 50%;
    text-align: center
}

@media screen and (min-width:768px) {
    .a-table--list .td:nth-child(2) {
        border-top: none;
        width: 15%
    }
}

@media screen and (min-width:992px) {
    .a-table--list .td:nth-child(2) {
        width: 18.3%
    }
}

.a-table--list .td:nth-child(3) {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 50%;
    text-align: center
}

@media screen and (min-width:768px) {
    .a-table--list .td:nth-child(3) {
        border-top: none;
        width: 15%
    }
}

@media screen and (min-width:992px) {
    .a-table--list .td:nth-child(3) {
        width: 16.8%
    }
}

.a-table--list .td:nth-child(4) {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 50%;
    text-align: center
}

@media screen and (min-width:768px) {
    .a-table--list .td:nth-child(4) {
        border-top: none;
        width: 15%
    }
}

@media screen and (min-width:992px) {
    .a-table--list .td:nth-child(4) {
        width: 16.5%
    }
}

.a-table--list .td:nth-child(5) {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 50%;
    text-align: center
}

@media screen and (min-width:768px) {
    .a-table--list .td:nth-child(5) {
        border-top: none;
        width: 20%
    }
}

@media screen and (min-width:992px) {
    .a-table--list .td:nth-child(5) {
        width: 16.6%
    }
}

.a-table--list .a-table-head .td {
    padding: 12px 5px
}

.a-table--list .a-table-head .td:nth-child(1) {
    text-align: center
}

@media screen and (min-width:768px) {
    .a-table--list .a-table-body .td:nth-child(1) {
        padding: 15px 5px
    }
}

.a-table--list .a-table-body .td:nth-child(1)>div:nth-child(1) {
    margin-right: 12px;
    min-width: 20px;
    text-align: center;
    color: #333
}

@media screen and (min-width:768px) {
    .a-table--list .a-table-body .td:nth-child(1)>div:nth-child(1) {
        margin-right: 8px;
        min-width: 35px
    }
}

.a-table--list .a-table-body .td:nth-child(1)>div:nth-child(2)>div {
    margin-bottom: 3px
}

.a-table--list .a-table-body .td:nth-child(1)>div:nth-child(2)>div button {
    display: inline;
    margin: 0 0 0 8px;
    border: none;
    padding: 0;
    background: 0 0;
    vertical-align: top
}

@media screen and (min-width:992px) {
    .a-table--list .a-table-body .td:nth-child(1)>div:nth-child(2)>div button {
        margin-left: 15px
    }
}

.a-table--list .a-table-body .td:nth-child(1)>div:nth-child(2)>div button:active,
.a-table--list .a-table-body .td:nth-child(1)>div:nth-child(2)>div button:focus {
    box-shadow: none;
    outline: 0
}

.a-table--list .a-table-body .td:nth-child(1)>div:nth-child(2) p+p {
    margin-top: 4px
}

@media screen and (min-width:768px) {

    .a-table--list .a-table-body .td:nth-child(2),
    .a-table--list .a-table-body .td:nth-child(3),
    .a-table--list .a-table-body .td:nth-child(4) {
        padding: 15px 20px
    }
}

.a-table--list .a-table-body .td:nth-child(5) {
    padding: 15px 8px
}

@media screen and (min-width:768px) {
    .a-table--list .a-table-body .td:nth-child(5) {
        padding: 20px 5px
    }
}

.a-table--list .a-table-body .td:nth-child(5) .a-card__watch {
    margin: 0 auto;
    width: 130px
}

@media screen and (min-width:576px) {
    .a-table--list .a-table-body .td:nth-child(5) .a-card__watch {
        width: 136px;
        height: 34px
    }
}

@media screen and (min-width:768px) {
    .a-table--list .a-table-toolbar {
        padding: 7px 18px
    }
}


.pn-hinh-thuc-lam-viec {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.pn-hinh-thuc-lam-viec>div {
    width: 20%;
}

@media screen and (max-width:576px) {

    .pn-hinh-thuc-lam-viec {
        flex-flow: wrap;
    }

    .pn-hinh-thuc-lam-viec>div {
        width: 50%;
    }
}

#header .site-header__logo {
    position: absolute;
}

@media screen and (max-width:576px) {
    #header .site-header__logo {
        position: relative;
    }

    .site-header__logo .navbar-brand__content .d-block {
        max-width: 250px;
        overflow: hidden;
    }
}

.job-detail-content ul {
    margin-left: 0;
}

.job-detail-content ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
}

.wysiwyg ul li::before {
    background-color: transparent;
}

@media only screen and (max-width: 1400px) {
    .seminar-slide {
        max-width: 800px !important;
    }
}


@media screen and (min-width: 375px) {
    .a-table-btn-solid {
        width: auto;
    }

    .a-table-btn-solid i {
        padding-right: 5px;
    }
}

#txt-Quyen .pn-quyen {
    display: flex;
    flex-wrap: wrap;
}

#txt-Quyen .pn-quyen .a-table-check {
    flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
    #txt-Quyen .pn-quyen .a-table-check {
        flex: 0 0 47%;
    }
}

#txt-Quyen .pn-quyen hr {
    width: 100%;
}



.temp-thuoc-tinh {
    display: flex;
    flex-wrap: wrap;
}

.temp-thuoc-tinh .a-table-check {
    flex: 0 0 100%;
    display: flex;
}

.temp-thuoc-tinh hr {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .a-table-toolbar__selected {
        display: block;
    }

    .a-table-toolbar__selected>* {
        margin-left: 0;
    }
}

input.ck_hinh_thuc {
    margin-top: 5px;
}

.pn-export-excel {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.pn-export-excel>div {
    flex: 0 0 100%;
}


@media screen and (min-width: 768px) {
    .pn-export-excel>div {
        flex: 0 0 47%;
    }
}


.wysiwyg p:not(:last-child) {
    margin-bottom: 5px;
}


.seminar-carousel__item-content {
    border: none;
    border-radius: 10px;
}

.seminar-carousel__item {
    border: 3px solid #0096a6;
    border-radius: 10px;
}

.seminar-carousel__item-image {
    border-radius: 5px 5px 0 0;
}

.seminar-carousel__item-image .image img {
    border-radius: 5px 5px 10px 10px;
}


.text_hoi_thoai_rut_gon {
    /* max-height:240px;
    overflow:hidden;*/
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



#header .navbar-nav .dropdown-menu {
    position: absolute;
}


#header .dropdown-toggle::after {
    position: relative;
    opacity: 1;
    background-color: transparent;
}

#header .dropdown-item {
    padding: 10px;
    padding-left: 20px;
    font-size: 16px;
}

#header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}


.wysiwyg b,
.wysiwyg strong {
    font-weight: bold;
}

.wysiwyg i {
    font-style: italic;
}

.find-jobs__item .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #e2e2e2;
}

.find-jobs__item .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.find-jobs__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.find-jobs__item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}



.sidebar-search__item .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #e2e2e2;
}

.sidebar-search__item .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.sidebar-search__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.sidebar-search__item .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-results__group {
    font-weight: bold;
}

#box-nganh>a {
    padding-left: 20px;
    padding-bottom: 15px;
    position: relative;
    margin-left: 20px;
}

.a-table-toolbar .select2-container {
    padding-right: 10px;
}

.a-table-toolbar .select2-container .select2-selection--single {
    height: 35px;
    border: 1px solid #c6c6c6;
}

.a-table-toolbar .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.a-table-toolbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.a-table-toolbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 10px;
}

.a-table-toolbar .a-table-select-2 {
    min-width: initial;
    max-width: 200px;
    width: 100%;
}

.a-chart-flex__y span::before {
    -webkit-line-clamp: 1;
    line-clamp: 2;
}

#box-nganh>a::before {
    content: "\f0da";
    position: absolute;
    /*  top: 7px;
    left: 0;*/
    left: 0;
    transition: transform .3s ease;
    font-family: FontAwesome;
}

#box-nganh>a[aria-expanded=true]::before {
    transform: rotate(90deg);
}

.job-cates .collapsed {
    margin-bottom: 0;
}

.sidebar-cates__list {
    position: relative;
}


.sidebar-cates__list>a {
    padding-left: 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-cates__list>a::before {
    content: "\f0da";
    position: absolute;
    left: 0;
    transition: transform .3s ease;
    font-family: FontAwesome;
}

.sidebar-cates__list>a[aria-expanded=true]::before {
    transform: rotate(90deg);
}

.sidebar-cates__list .multi-collapse .sidebar-cates__item {
    margin-bottom: 0;
}


#jobframefooter #iframe-joboko {
    width: 100%;
    max-height: 400px;
}

#jobframemain #iframe-joboko {
    width: 100%;
    height: 1000px;
}

@media screen and (min-width: 992px) {
    #jobframemain .job-flex__logo {
        margin-right: 10px;
    }
}


.job-list__wrapper .job-list__item-entry p {
    padding-right: 0px;
}

.site-footer__bottom i {
    padding: 5px;
}


@media screen and (min-width: 992px) {
    #jobframefooter .job-flex__main {
        max-height: 650px;
    }
}

.heading--top {
    padding: 10px;
}

.brand__item .image img {
    height: 55%;
    width: auto;
    margin: auto;
}

.nw-event .nw-event-big__content .btn.btn-grey,
.nw-event .nw-event-list .item-content .btn.btn-grey {
    border-color: #a9a9a9;
    background-color: #a9a9a9;
    color: #fff;
}

.nw-event .nw-event-big__content .btn.btn-grey:hover,
.nw-event .nw-event-list .item-content .btn.btn-grey:hover {
    border-color: #a9a9a9;
    background-color: #a9a9a9;
    color: #fff;
}

.nw-event {
    padding-top: 30px;
}

.max-height-350 {
    max-height: 335px;
    overflow: hidden;
}


.search-top .select2-container .select2-selection--single {
    height: 45px;
    border: 1.5px solid #fff;
    color: #eee
}

.search-top .select2-container--default .select2-selection--single {
    border-radius: 52px !important;
}

.search-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
}

.search-top .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.search-top .select2-container--default .select2-selection--single {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E %3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat right 21px center;
}

.search-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


.nw-new-job__list {
    margin-bottom: 9px
}

.nw-new-job__list .item {
    display: flex;
    align-items: start;
    border-radius: 4px;
    margin-bottom: 23px;
    padding: 15px;
    background: #fff
}

@media screen and (min-width:768px) {
    .nw-new-job__list .item {
        padding: 27px 55px 32px 33px
    }
}

.nw-new-job__list .item:hover .item-title {
    color: #1d5193
}

.nw-new-job__list .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    width: 71px;
    height: 71px;
    padding: 9px;
    text-align: center
}

.nw-new-job__list .item-image img {
    border-radius: 0;
    max-height: 100%
}

.nw-new-job__list .item-wrapper {
    width: calc(100% - 71px);
    padding-left: 15px
}

@media screen and (min-width:768px) {
    .nw-new-job__list .item-wrapper {
        display: flex;
        align-items: center;
        padding-left: 34px
    }
}

.nw-new-job__list .item-content {
    margin-bottom: 12px
}

/*@media screen and (min-width:768px) {
    .nw-new-job__list .item-content {
        width: calc(100% - 116px);
        margin-bottom: 0;
        padding-right: 16px
    }
}*/

.nw-new-job__list .item-other {
    width: 116px
}

.nw-new-job__list .item-title {
    transition: color .3s ease;
    margin-bottom: 4px;
    color: #292929
}

.nw-new-job__list .item-company {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    color: #595959
}

.nw-new-job__list .item-company svg {
    flex-shrink: 0;
    margin-right: 4px
}

.nw-new-job__list .item-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.nw-new-job__list .item-location {
    display: flex;
    align-items: flex-start;
    opacity: .8;
    color: #6f7882
}

.nw-new-job__list .item-location svg {
    position: relative;
    top: 1px;
    flex-shrink: 0;
    margin-right: 5px
}

.nw-new-job__list .item-date-v2 {
    display: flex;
    align-items: flex-start;
    opacity: .8;
    min-width: 33%;
    color: #6f7882
}

.nw-new-job__list .item-date-v2 svg {
    position: relative;
    top: 2px;
    flex-shrink: 0;
    margin-right: 5px
}

.nw-new-job__list .item-label {
    display: block;
    border: .8px solid;
    border-radius: 52px;
    min-width: 116px;
    padding: 4px 10px;
    background: #fff;
    text-align: center
}

.nw-new-job__list .item-label.blue {
    border-color: #3478ce;
    color: #3478ce
}

.nw-new-job__list .item-label.green {
    border-color: #02b544;
    color: #02b544
}

.nw-job-find .nw-new-job__list {
    padding: 20px 15px
}

@media screen and (min-width:768px) {
    .nw-job-find .nw-new-job__list {
        padding: 25px 41px 15px
    }
}

.nw-job-find .nw-new-job__list .item {
    margin-bottom: 9px;
    background-color: #fcfcfc
}

@media screen and (min-width:768px) {
    .nw-job-find .nw-new-job__list .item-content {
        width: 100%;
        padding-right: 0
    }
}




#header .navbar-collapse .navbar-nav {
    width: 100%;
    margin-top: 15px;
}

footer {
    background-color: var(--footer) !important;
}

.site-footer--teal {
    background-color: var(--footer-opacity) !important;
}

.full-width {
    padding: 30px 0;
    background: url(https://i-vn2.joboko.com/okoimg/resource.joboko.com/xurl/images/common/bg-2.png) no-repeat center/cover, var(--background-color);
    text-align: center;
    color: #fff;
}

.c-blue {
    color: var(--cblue)
}



section.nw-hero>.container {
    z-index: 10;
    position: relative;
}

section.nw-hero::after {
    content: "";
    background-color: var(--background-color);
    opacity: 0.8;
    /* border-radius: 50%; */
    /* height: 60px; */
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

section.nw-hero {
    background: url(https://i-vn2.joboko.com/okoimg/resource.joboko.com/xurl/images/common/bg-new-2.png?v=1) no-repeat center/cover;
}

.guide__main {
    background-color: var(--background-color);
}

.nw-tool__grid .item:hover {
    background: var(--background-color);
    color: #fff;
}

.nw-career .nw-career__slider .item:hover {
    background: var(--background-color);
}

/*.nw-event .nw-event-big__image .ratio::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg,var(--background-color) 44%,rgba(255,255,255,0) 112.98%);
}
*/
.nw-event .nw-event-big__content {
    background: linear-gradient(180deg, var(--background-color-opacity) 0, rgba(255, 255, 255, 0) 100%);
}

.nw-event-v2 .nw-event-big__content {
    /* border-top: 1px solid #ffffff !important;*/
    background: transparent;
    background-color: var(--background-color);
    /* color: var(--cblue);*/
}

.nw-event .nw-event-list .item {
    background: linear-gradient(180deg, var(--background-color-opacity) 0, rgba(255, 255, 255, 0) 100%);
}

.nw-event .nw-event-big__content,
.nw-event .nw-event-list .item::after {
    border: 1px solid var(--background-color);
}




/*.nw-event .nw-event-big__image .title {
    font-size: 25px;
}*/

.wysiwyg ul {
    list-style: disc;
}

.wysiwyg ul,
.wysiwyg ol {
    margin: 13px 0 15px 22px;
}

.wysiwyg ul li,
.wysiwyg ol li {
    padding-left: 0
}

.wysiwyg em,
.wysiwyg i {
    font-style: italic;
}

.job-detail-content a:not(.btn) {
    text-decoration: none;
    color: #000;
}

.wysiwyg img {
    display: block;
    margin: 15px auto;
}

.nw-event .nw-event-big__image .title a {
    color: #fff;
}

.nw-event .nw-event-big__content .btn {
    background: var(--background-color);
    border-color: var(--background-color-opacity);
}

.slick-center .feedback__item-content {
    background-color: var(--background-color);
}

img.no-img {
    object-fit: cover;
    object-position: 50% 50%;
}

.item-a {
    position: relative;
}

.item-child-a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.item-a a {
    color: #1d5193;
}

.title-register {
    display: flex;
    justify-content: space-between;
}

.title-register .link_login {
    padding-top: 10px;
}

.title-register .link_login a {
    color: var(--cblue);
}

@media only screen and (max-width: 600px) {
    .nw-new-job .nw-new-job__head-wrapper {
        display: block;
    }
}

.hoithao-mota {
    display: block;
    display: -webkit-box;
    height: 16px*1.3*3;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    text-align: center;
}

.seminar-slide {
    height: 100%;
    position: relative;
    margin-bottom: 150px;
}

.seminar-slide .wrap {
    position: absolute;
    bottom: 10px;
    width: 100%;
}


.form-group .fa {
    padding-left: 3px;
    padding-right: 3px;
}

.job-carousel__button::before {
    background-color: var(--cblue);
}

.job-carousel__button {
    background-color: #fff;
}

.nw-hero .nw-hero__title {
    color: #fff;
}

.nw-hero .nw-hero__more::before {
    background-color: #dcb42aa8;
}

.nw-hero .nw-hero__bar .item button {
    background-color: #dcb42a;
}

.image img[data-img="1"] {
    width: auto;
    margin: auto;
    height: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    /*font-family: "object-fit: cover;";*/
    /* -o-object-fit: cover;
    object-fit: cover;*/
}

@media (min-width: 768px) {
    .fixed-height-scroll {
        height: 550px;
        /* Đặt chiều cao cố định */
        overflow-y: auto;
        /* Bật cuộn dọc nếu nội dung tràn */
        /*border: 1px solid #ccc;*/
        /* Tuỳ chọn: thêm viền để dễ quan sát */
        padding: 10px;
        /* Tuỳ chọn: thêm khoảng cách trong cho nội dung */
        padding-top: 0;
    }
}

/* Tùy chỉnh thanh cuộn */
.fixed-height-scroll::-webkit-scrollbar {
    width: 8px;
    /* Độ rộng của thanh cuộn */
}

.fixed-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Màu nền của track */
}

.fixed-height-scroll::-webkit-scrollbar-thumb {
    background: #888;
    /* Màu của thanh cuộn */
    border-radius: 10px;
    /* Bo tròn góc của thanh cuộn */
}

.fixed-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Màu của thanh cuộn khi hover */
}

.heading__icon {
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    .heading__icon {
        margin-right: 12px
    }
}

.heading__icon svg {
    position: relative;
    -webkit-animation: moveRight 1.5s infinite;
    animation: moveRight 1.5s infinite;
    margin-right: -2px
}

@media screen and (min-width: 768px) {
    .heading__icon svg {
        top: -1px
    }
}

.heading__icon svg:nth-child(1) {
    color: rgba(17, 190, 82, .1)
}

.heading__icon svg:nth-child(2) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    color: rgba(17, 190, 82, .5)
}

.heading__icon svg:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
    color: #00BF71
}

.heading__title>svg {
    position: relative;
    top: -3px;
    margin-left: 7px
}

.min-width-240 {
    min-width: 240px
}

/*Slider quảng cáo*/
@media screen and (min-width:992px) {
    .sidebar {
        margin-left: 32px
    }
}

.sidebar-tool-2 {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin: 0 0 19px;
    padding: 15px 12px;
    background-color: #fff;
}

.sidebar-tool-2 {
    margin-bottom: 20px;
    background-color: #fbfbfb
}

@media screen and (min-width:768px) {
    .sidebar-tool-2 {
        padding: 20px
    }
}

.sidebar-tool-2 .sidebar-tool__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    transition: color .3s ease;
    border-radius: 4px;
    max-width: none;
    margin-bottom: 12px;
    padding: 13px 19px 11px 21px;
    color: #fff
}

.sidebar-tool-2 .sidebar-tool__link:hover {
    opacity: 1
}

.sidebar-tool-2 .sidebar-tool__link:first-child {
    background-color: #faa24b
}

.sidebar-tool-2 .sidebar-tool__link:first-child:hover {
    color: #744500
}

.sidebar-tool-2 .sidebar-tool__link:nth-child(2) {
    background-color: #52b6e7
}

.sidebar-tool-2 .sidebar-tool__link:nth-child(2):hover {
    color: #104993
}

.sidebar-tool-2 .sidebar-tool__link:nth-child(2)>p strong {
    display: block;
    margin-top: -5px;
    margin-bottom: -5px
}

.sidebar-tool-2 .sidebar-tool__link:last-child {
    margin-bottom: 0;
    background-color: #72d2d0
}

.sidebar-tool-2 .sidebar-tool__link:last-child:hover {
    color: #006769
}

.sidebar-tool-2 .sidebar-tool__link:last-child>p {
    max-width: 100px;
    line-height: 1.1
}

.sidebar-tool-2 .sidebar-tool__link>p {
    flex-grow: 1;
    padding-right: 13px;
    line-height: 1.25
}

.sidebar-tool-2 .sidebar-tool__link>img {
    flex-shrink: 0;
    width: 94px;
    height: 94px;
    min-height: auto
}

/*Slider quảng cáo*/
.sidebar-post {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 21px 20px 14px;
    background-color: #fbfbfb;
    text-align: right
}

.sidebar-post__wrapper {
    display: block;
    transition: background-color .3s ease;
    border-radius: 5px;
    padding: 9px 21px 24px;
    background-color: #1d5193;
    text-align: left;
    color: #fff
}

.sidebar-post__wrapper:hover {
    opacity: 1;
    background-color: #00bf71;
    color: #fff
}

.sidebar-post__wrapper>p {
    margin-top: 5px;
    line-height: 1.18
}

.sidebar-post__title {
    display: flex;
    align-items: center
}

.sidebar-post__title svg {
    flex-shrink: 0;
    margin-right: 11px
}

.sidebar-post__link {
    display: inline-flex;
    align-items: center;
    transition: color .3s ease;
    margin-top: 7px;
    color: #1d5193
}

.sidebar-post__link svg {
    flex-shrink: 0;
    margin-right: 12px
}

.sidebar-post__link:hover {
    opacity: 1;
    color: #00bf71
}

.sidebar-tags {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 8px 20px 10px;
    background-color: #fbfbfb
}

.sidebar-tags__title {
    margin-bottom: 5px;
    color: #505050
}

.sidebar-tags__list {
    display: flex;
    flex-wrap: wrap
}

.sidebar-tags__list li {
    margin-right: 9px;
    margin-bottom: 12px
}

.sidebar-tags__list li a {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 5px 11px;
    background-color: #eee;
    color: #525252
}

.sidebar-tags__list li a:hover {
    border-color: #888;
    color: #525252
}

.slider-featured {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 16px 20px 23px;
    background-color: #fbfbfb
}

.slider-featured__title {
    margin-bottom: 4px
}

.slider-featured__slider {
    padding-bottom: 14px
}

.slider-featured__slider .slick-list {
    margin: 0 -11px;
    padding: 10px 0
}

.slider-featured__slider .slick-track>.slick-slide {
    padding: 0 11px
}

.slider-featured__slider .slick-track>.slick-slide>div+div .slick-slide {
    margin-top: 22px
}

.slider-featured__slider .slick-arrow {
    top: auto;
    right: 1px;
    bottom: -23px;
    left: auto;
    transform: none;
    transition: color .3s ease;
    width: 29px;
    height: 29px;
    background: 0 0;
    text-indent: 0;
    color: #6a6a6a
}

.slider-featured__slider .slick-arrow:hover {
    color: #1d5193
}

.slider-featured__slider .slick-prev {
    right: 37px
}

.slider-featured__slider .item {
    display: block;
    box-shadow: 0 3px 6.3px rgba(0, 0, 0, .12);
    border-radius: 4px;
    padding: 24px 16px 22px;
    background-color: #fff;
    text-align: center
}

.slider-featured__slider .item-image {
    height: 85px;
    margin-bottom: 19px;
    text-align: center
}

.slider-featured__slider .item-image img {
    max-height: 100%;
    margin: 0 auto
}

.slider-featured__slider .item-title {
    line-height: 1.2;
    color: #3c3c3c;
    min-height: 50px;
}

.slider-featured__slider .item-title:hover {
    opacity: 1;
    color: #1d5193
}

.slider-featured__slider .item-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    gap: 14px
}

.slider-featured__slider .item-wrapper>button,
.slider-featured__slider .item-wrapper>span {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 6px 10px;
    background-color: #ececec;
    letter-spacing: 1px;
    color: #384865
}

.slider-featured__slider .item-wrapper>button svg,
.slider-featured__slider .item-wrapper>span svg {
    flex-shrink: 0;
    margin-right: 7px
}

.slider-featured__slider .item-wrapper>button.active,
.slider-featured__slider .item-wrapper>button:hover {
    border-color: #ff5c00;
    background-color: rgba(255, 172, 51, .24);
    color: #ff5c00
}

.slider-featured__link {
    color: #1d5193
}

.slider-featured__link:hover {
    color: #00bf71
}

.slider-featured--main {
    padding-top: 14px;
    padding-bottom: 12px
}

@media screen and (max-width:767px) {
    .slider-featured--main {
        padding-right: 12px;
        padding-left: 12px
    }
}

.slider-featured--main .slider-featured__title {
    margin-bottom: -2px
}

.slider-featured--main .slider-featured__slider {
    padding-bottom: 0
}

.slider-featured--main .slider-featured__slider .slick-arrow {
    top: -31px;
    right: 0;
    bottom: auto
}

.slider-featured--main .slider-featured__slider .slick-prev {
    right: 35px
}

.slider-featured__slider-main {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-bottom: 22px;
    background-color: #fbfbfb
}

.slider-featured__slider-main .item {
    position: relative;
    padding: 16px 12px 25px
}

@media screen and (min-width:768px) {
    .slider-featured__slider-main .item {
        padding-right: 20px;
        padding-left: 20px
    }
}

.slider-featured__slider-main .item--tag::after {
    content: attr(data-tag);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 0 0;
    padding: 6px 6px 5px 16px;
    font-size: 12px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.slider-featured__slider-main .item--tag.blue::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%230056c2' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #0056c2 0);
    color: #fff
}

.slider-featured__slider-main .item--tag.blue-light::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%2345AEFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #45aeff 0);
    color: #fff
}

.slider-featured__slider-main .item--tag.yellow::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23F5DC8C' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #f5dc8c 0);
    color: #925b19
}

.slider-featured__slider-main .item--tag.orange::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23F68500' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #f68500 0);
    color: #fff
}

.slider-featured__slider-main .item--tag.red::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23DA2427' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #da2427 0);
    color: #fff
}

@media screen and (min-width:768px) {
    .slider-featured__slider-main .item-wrapper {
        display: flex
    }
}

.slider-featured__slider-main .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 116px;
    height: 116px;
    margin: 0 auto 20px;
    padding: 14px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .slider-featured__slider-main .item-image {
        margin: 0
    }
}

.slider-featured__slider-main .item-image img {
    max-height: 100%
}

@media screen and (min-width:768px) {
    .slider-featured__slider-main .item-content {
        width: calc(100% - 116px);
        padding-left: 15px
    }
}

.slider-featured__slider-main .item-title {
    display: block;
    margin-bottom: 8px;
    padding-right: 30px;
    color: #000
}

@media screen and (min-width:768px) {
    .slider-featured__slider-main .item-title {
        padding-right: 60px
    }
}

.slider-featured__slider-main .item-title:hover {
    opacity: 1;
    color: #1d5193
}

.slider-featured__slider-main .item-address,
.slider-featured__slider-main .item-link,
.slider-featured__slider-main .item-phone {
    display: flex;
    align-items: center;
    opacity: 1;
    color: #555
}

.slider-featured__slider-main .item-address a,
.slider-featured__slider-main .item-address span,
.slider-featured__slider-main .item-link a,
.slider-featured__slider-main .item-link span,
.slider-featured__slider-main .item-phone a,
.slider-featured__slider-main .item-phone span {
    color: #555
}

.slider-featured__slider-main .item-address svg,
.slider-featured__slider-main .item-link svg,
.slider-featured__slider-main .item-phone svg {
    flex-shrink: 0;
    margin-right: 4px
}

.slider-featured__slider-main .item-address {
    margin-bottom: 2px
}

.slider-featured__slider-main .item-phone {
    margin-bottom: 5px
}

.slider-featured__slider-main .item-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.slider-featured__slider-main .item-buttons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px
}

@media screen and (min-width:992px) {
    .slider-featured__slider-main .item-buttons {
        margin-top: -18px
    }
}

.slider-featured__slider-main .item-buttons>* {
    display: block;
    border-radius: 3px;
    padding: 3px 10px;
    text-align: center
}

.slider-featured__slider-main .item-buttons>*+* {
    margin-left: 14px
}

.slider-featured__slider-main .item-buttons> :first-child {
    border: 1px solid #f2f2f2;
    min-width: 92px;
    background-color: #f2f2f2;
    color: #5a5a5a
}

.slider-featured__slider-main .item-buttons> :first-child:hover {
    opacity: 1;
    border-color: #d9d9d9;
    color: #5a5a5a
}

.slider-featured__slider-main .item-buttons> :last-child {
    border: 1px solid #d9eaff;
    min-width: 103px;
    background-color: #d9eaff;
    color: #003f8e
}

.slider-featured__slider-main .item-buttons> :last-child:hover {
    opacity: 1;
    border-color: #d9d9d9;
    color: #003f8e
}

.slider-featured__slider-main .item-bottom {
    margin-top: 14px;
    padding-right: 77px;
    text-align: right
}

.slider-featured__slider-main .item-more {
    color: #1d5193
}

.slider-featured__slider-main .item-more:hover {
    opacity: 1;
    color: #00bf71
}

.slider-featured__child-slider {
    border-top: 1px dashed #6f7882;
    margin-top: 12px;
    padding-top: 20px
}

.slider-featured__child-slider .slick-list {
    margin: 0 -10px
}

/*.slider-featured__child-slider .slick-slide {
        padding: 0 10px
    }*/

.slider-featured__child-slider .slick-arrow {
    top: auto;
    right: 1px;
    bottom: -39px;
    left: auto;
    transform: none;
    transition: color .3s ease;
    width: 29px;
    height: 29px;
    background: 0 0;
    text-indent: 0;
    color: #6a6a6a
}

.slider-featured__child-slider .slick-arrow:hover {
    color: #1d5193
}

.slider-featured__child-slider .slick-prev {
    right: 37px
}

.slider-featured__child-slider .sub-item {
    padding: 12px 16px;
    background-color: #fff;
    /* min-height:150px;*/
}

.slider-featured__child-slider .sub-item-title {
    /*  display: block;*/
    margin-bottom: 5px;
    color: #333
}

.slider-featured__child-slider .sub-item-title:hover {
    opacity: 1;
    color: #1d5193
}

.slider-featured__child-slider .sub-item-address {
    color: #555
}

.slider-featured__child-slider .sub-item-entry {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
    color: #555
}

.slider-featured__child-slider .sub-item-entry> :first-child {
    width: 70%;
    padding-right: 10px
}

.slider-featured__child-slider .sub-item-price span {
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 7px;
    padding: 3px 8px;
    background-color: #f4f4f4;
    color: #555
}

.slider-featured__child-slider .sub-item-link {
    color: #1d5193
}

.slider-featured__child-slider .sub-item-link svg {
    margin-left: 5px;
}

.slider-featured__child-slider .sub-item-link:hover {
    opacity: 1;
    color: #00bf71
}

.hot-company {
    border: 1px solid #f2f2f2;
    margin-bottom: 22px;
    padding: 14px 12px 30px;
    background-color: #f8f8f8
}

@media screen and (min-width:768px) {
    .hot-company {
        padding-right: 20px;
        padding-left: 20px
    }
}

.hot-company__heading {
    margin-bottom: 12px
}

.hot-company__list .item {
    position: relative;
    margin-bottom: 20px;
    padding: 17px 16px 12px;
    background-color: #fff
}

.hot-company__list .item--tag::after {
    content: attr(data-tag);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 0 0;
    padding: 6px 6px 5px 16px;
    font-size: 12px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.hot-company__list .item--tag.blue::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%230056c2' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #0056c2 0);
    color: #fff
}

.hot-company__list .item--tag.blue-light::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%2345AEFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #45aeff 0);
    color: #fff
}

.hot-company__list .item--tag.yellow::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23F5DC8C' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #f5dc8c 0);
    color: #925b19
}

.hot-company__list .item--tag.orange::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23F68500' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #f68500 0);
    color: #fff
}

.hot-company__list .item--tag.red::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23DA2427' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #da2427 0);
    color: #fff
}

.hot-company__list .item-wrapper {
    margin-bottom: 19px
}

@media screen and (min-width:768px) {
    .hot-company__list .item-wrapper {
        display: flex
    }
}

.hot-company__list .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
    border-radius: 3px;
    width: 116px;
    height: 116px;
    margin: 0 auto 20px;
    padding: 14px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .hot-company__list .item-image {
        margin: 0
    }
}

.hot-company__list .item-image img {
    max-height: 100%
}

@media screen and (min-width:768px) {
    .hot-company__list .item-content {
        width: calc(100% - 116px);
        padding-left: 15px
    }
}

.hot-company__list .item-title {
    display: block;
    margin-top: 18px;
    margin-bottom: 12px;
    line-height: 1.1875;
    color: #000
}

.hot-company__list .item-title:hover {
    opacity: 1;
    color: #1d5193
}

.hot-company__list .item-address,
.hot-company__list .item-link,
.hot-company__list .item-phone {
    display: flex;
    align-items: center;
    opacity: 1;
    color: #555
}

.hot-company__list .item-address a,
.hot-company__list .item-address span,
.hot-company__list .item-link a,
.hot-company__list .item-link span,
.hot-company__list .item-phone a,
.hot-company__list .item-phone span {
    color: #555
}

.hot-company__list .item-address svg,
.hot-company__list .item-link svg,
.hot-company__list .item-phone svg {
    flex-shrink: 0;
    margin-right: 4px
}

.hot-company__list .item-address {
    margin-bottom: 2px
}

.hot-company__list .item-phone {
    margin-bottom: 2px
}

.hot-company__list .item-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.hot-company__list .item-buttons {
    display: flex
}

.hot-company__list .item-buttons>* {
    display: block;
    border-radius: 3px;
    padding: 3px 10px;
    text-align: center
}

.hot-company__list .item-buttons>*+* {
    margin-left: 14px
}

.hot-company__list .item-buttons> :first-child {
    border: 1px solid #f2f2f2;
    min-width: 92px;
    background-color: #f2f2f2;
    color: #5a5a5a
}

.hot-company__list .item-buttons> :first-child:hover {
    opacity: 1;
    border-color: #d9d9d9;
    color: #5a5a5a
}

.hot-company__list .item-buttons> :last-child {
    border: 1px solid #d9eaff;
    min-width: 103px;
    background-color: #d9eaff;
    color: #003f8e
}

.hot-company__list .item-buttons> :last-child:hover {
    opacity: 1;
    border-color: #d9d9d9;
    color: #003f8e
}

.company-list {
    border: 1px solid #f2f2f2;
    margin-bottom: 38px;
    padding: 21px 12px 34px;
    background-color: #fbfbfb
}

@media screen and (min-width:768px) {
    .company-list {
        padding-right: 20px;
        padding-left: 20px
    }
}

.company-list__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px
}

.company-list__head-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

.company-list__head-wrapper select {
    border: none;
    margin-right: 5px;
    padding-right: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E %3Cpath d='M1 1L6 6L11 1' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat right center;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.company-list__head-wrapper a {
    transition: all .3s ease;
    border: 1px solid #e7e7e7;
    border-radius: 35px;
    margin-left: 11px;
    padding: 6px 11px;
    background-color: #e7e7e7;
    color: #606060
}

.company-list__head-wrapper a:hover {
    opacity: 1;
    border-color: #888;
    color: #606060
}

.company-list__wrapper .item {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 16px 12px 14px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .company-list__wrapper .item {
        display: flex;
        padding-right: 25px;
        padding-left: 22px
    }
}

.company-list__wrapper .item--tag::after {
    content: attr(data-tag);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 0 0;
    padding: 6px 6px 5px 16px;
    font-size: 12px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.company-list__wrapper .item--tag.blue::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%230056c2' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #0056c2 0);
    color: #fff
}

.company-list__wrapper .item--tag.blue-light::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%2345AEFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #45aeff 0);
    color: #fff
}

.company-list__wrapper .item--tag.yellow::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23F5DC8C' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #f5dc8c 0);
    color: #925b19
}

.company-list__wrapper .item--tag.orange::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23F68500' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #f68500 0);
    color: #fff
}

.company-list__wrapper .item--tag.red::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23DA2427' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #da2427 0);
    color: #fff
}

.company-list__wrapper .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    padding: 14px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .company-list__wrapper .item-image {
        margin: 0
    }
}

.company-list__wrapper .item-image img {
    max-height: 100%
}

@media screen and (min-width:768px) {
    .company-list__wrapper .item-content {
        width: calc(100% - 116px);
        padding-left: 20px
    }
}

.company-list__wrapper .item-title {
    display: block;
    margin-bottom: 8px;
    padding-right: 30px;
    color: #000;
    text-transform: capitalize;
}

@media screen and (min-width:768px) {
    .company-list__wrapper .item-title {
        padding-right: 60px
    }
}

.company-list__wrapper .item-title:hover {
    opacity: 1;
    color: #1d5193
}

.company-list__wrapper .item-address,
.company-list__wrapper .item-link,
.company-list__wrapper .item-phone {
    display: flex;
    align-items: center;
    opacity: 1;
    color: #555
}

.company-list__wrapper .item-address a,
.company-list__wrapper .item-address span,
.company-list__wrapper .item-link a,
.company-list__wrapper .item-link span,
.company-list__wrapper .item-phone a,
.company-list__wrapper .item-phone span {
    color: #555
}

.company-list__wrapper .item-address svg,
.company-list__wrapper .item-link svg,
.company-list__wrapper .item-phone svg {
    flex-shrink: 0;
    margin-right: 4px
}

.company-list__wrapper .item-address {
    margin-bottom: 2px
}

.company-list__wrapper .item-phone {
    margin-bottom: 5px
}

.company-list__wrapper .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.company-list__wrapper .item-buttons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

@media screen and (min-width:992px) {
    .company-list__wrapper .item-buttons {
        margin-top: -18px
    }
}

.company-list__wrapper .item-buttons>* {
    display: block;
    border-radius: 3px;
    padding: 3px 10px;
    text-align: center
}

.company-list__wrapper .item-buttons>*+* {
    margin-left: 14px
}

.company-list__wrapper .item-buttons> :first-child {
    border: 1px solid #f2f2f2;
    min-width: 92px;
    background-color: #f2f2f2;
    color: #5a5a5a
}

.company-list__wrapper .item-buttons> :first-child:hover {
    opacity: 1;
    border-color: #d9d9d9;
    color: #5a5a5a
}

.company-list__wrapper .item-buttons> :last-child {
    border: 1px solid #d9eaff;
    min-width: 103px;
    background-color: #d9eaff;
    color: #003f8e
}

.company-list__wrapper .item-buttons> :last-child:hover {
    opacity: 1;
    border-color: #d9d9d9;
    color: #003f8e
}

@media screen and (min-width:768px) {
    .job-list {
        padding: 17px 21px 29px 23px
    }
}

@media screen and (min-width:768px) {
    .job-list__heading {
        margin-bottom: 17px
    }
}

@media screen and (min-width:768px) {
    .job-list__heading-icon {
        margin-right: 14px;
        margin-left: -11px
    }
}

.nw-new-job .nw-new-job__head-wrapper {
    flex-wrap: wrap
}

.nw-new-job .nw-new-job__head-wrapper a,
.nw-new-job .nw-new-job__head-wrapper select {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-top: 6px;
    margin-left: 9px;
    padding: 5px 10px;
    background-color: #dadada;
    color: #444
}

.nw-new-job .nw-new-job__head-wrapper a:hover,
.nw-new-job .nw-new-job__head-wrapper select:hover {
    border-color: #888;
    color: #444
}

.nw-new-job .nw-new-job__head-wrapper select {
    min-width: 172px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E %3Cpath d='M1.25 1.375L5.5 5.625L9.75 1.375' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat right 15px center, #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.nw-new-job .nw-new-job__head-wrapper select {
    width: 100px;
    min-width: 100px;
    padding-right: 17px;
    padding-left: 7px;
    /*     background-position: right 7px center;
        background-size: 10px 6px;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-size: 10px 6px
}




.nw-new-job__list .item {
    margin-bottom: 20px;
    padding: 17px 18px 14px
}

.nw-new-job__list .item--hot {
    position: relative
}

.nw-new-job__list .item--hot::after {
    content: "Job hot";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 2px;
    padding: 2px 6px 3px;
    background-color: #cd0e00;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 700;
    color: #fff;
    pointer-events: none
}

.nw-new-job__list .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    width: 100px;
    height: 100px;
    padding: 8px
}

.nw-new-job__list .item-image img {
    max-height: 100%
}

.nw-new-job__list .item-wrapper {
    width: calc(100% - 100px);
    padding-left: 24px
}

.nw-new-job__list .item-content {
    width: 100%;
    margin-bottom: 0
}

.nw-new-job__list .item-title {
    margin-bottom: 8px
}

.nw-new-job__list .item-company {
    margin-bottom: 5px;
    color: #000
}

.nw-new-job__list .item-budget {
    color: #0e0e0e
}

.nw-new-job__list .item-entry {
    align-items: flex-start;
    width: 100%;
    margin-top: 5px
}

.nw-new-job__list .item-date-v3,
.nw-new-job__list .item-location-v1 {
    opacity: 1;
    color: #000
}

.nw-new-job__list .item-location-v1 {
    min-width: 25%
}

.nw-new-job__list .item-date-v3 {
    min-width: 20%
}

.nw-new-job__list .item-tags {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-end
}

.nw-new-job__list .item-tags>* {
    display: inline-block;
    border-radius: 3px;
    margin: 2px 2px 2px 6px;
    padding: 1px 14px 3px;
    background-color: #f4f4f4;
    color: #555
}

.nw-new-job__list .item-tags>.red {
    background-color: #ffe5e1;
    color: #e85459
}

.nw-new-job__list .item-tags>.blue {
    background-color: #eef6ff;
    color: #1d5193
}

.job-flex {
    border-color: #1d5193;
    margin: 30px 0
}

.job-flex__head {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='424' height='50' viewBox='0 0 424 50' fill='none'%3E %3Cpath d='M0 0H424L393.469 38.6085C387.779 45.8035 379.11 50 369.937 50H0V0Z' fill='%231D5193'/%3E %3C/svg%3E"), linear-gradient(to right, #1d5193, #1d5193);
    background-position: right center, left center;
    background-size: 424px 50px, 50% 100%
}

@media screen and (min-width:768px) {
    .job-flex__head {
        width: 37.7%
    }
}

@media screen and (min-width:768px) {
    .job-flex__form {
        width: 62.3%;
        padding: 5px 21px 5px 3%
    }
}

.job-flex__form .form-control::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #000 !important
}

.job-flex__form .form-control:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #000 !important
}

.job-flex__form .form-control::placeholder {
    opacity: 1;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #000 !important
}

@media screen and (min-width:992px) {
    .job-flex__logo {
        margin-right: 18px
    }
}

.job-flex__submit:not(:hover) {
    background-color: transparent
}


.collab-eut {
    border-top: 10px solid #d3e9ff;
    padding: 26px 0 47px;
    background-color: #e8f6ff
}

.collab-eut .container {
    max-width: 1180px
}

.collab-eut .row {
    margin-right: -8px;
    margin-bottom: 8px;
    margin-left: -8px
}

.collab-eut [class*=col-] {
    padding-right: 8px;
    padding-left: 8px
}

.collab-eut .item {
    display: flex;
    align-items: center;
    transition: all .3s ease;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 10px 7px 6px;
    background-color: #fff
}

.collab-eut .item:hover {
    border-color: #1d5193
}

.collab-eut .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 76px
}

.collab-eut .item-content {
    width: calc(100% - 100px);
    padding-left: 6px
}

.collab-eut [class*=col-]:not(:first-child) .item-content {
    padding-left: 18px
}

@media screen and (min-width:768px) {
    .collab-eut [class*=col-]:not(:first-child):not(:nth-child(2)) .item {
        padding-left: 13px
    }
}

.collab-eut__heading {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 13px;
    text-align: center
}

.collab-eut__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px);
    width: 89px;
    height: 4px;
    background-color: #1d5193
}

.collab-eut__main {
    border-bottom: 10px solid #8bbae9;
    border-radius: 3px;
    padding: 20px 12px;
    background-color: #316bcc;
    color: #fff
}

@media screen and (min-width:768px) {
    .collab-eut__main {
        display: flex;
        padding: 20px 51px 24px 40px
    }
}

.collab-eut__left {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .collab-eut__left {
        flex-grow: 1;
        margin-bottom: 0;
        padding-right: 30px
    }
}

.collab-eut__left p.fz-16 {
    max-width: 658px;
    line-height: 1.3125;
    text-align: justify
}

.collab-eut__right {
    text-align: center
}

@media screen and (min-width:768px) {
    .collab-eut__right {
        flex-shrink: 0;
        width: 251px
    }
}

.collab-eut__right ul {
    line-height: 1.3125
}

.collab-eut__right ul li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 5.5px;
    height: 5.5px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: #fff
}

.collab-eut__title {
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 6px
}

.collab-eut__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 117px;
    height: 4px;
    background-color: #fff
}

.collab-eut__button {
    transition: all .3s ease;
    border: 3px solid #8bbae9;
    border-radius: 42px;
    margin-top: 8px;
    margin-bottom: 12px;
    padding: 8px;
    background-color: #fff;
    color: #316bcc
}

.collab-eut__button:hover {
    background-color: #316bcc;
    color: #fff
}

/*CSS mới*/

.wysiwyg a.btn-primary {
    color: #fff;
}

.hot-company__list .item-address .icon,
.hot-company__list .item-link .icon,
.hot-company__list .item-phone .icon {
    flex-shrink: 0;
    margin-right: 4px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(16%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(83%);
}

.company-list__wrapper .item-address .icon,
.company-list__wrapper .item-link .icon,
.company-list__wrapper .item-phone .icon {
    flex-shrink: 0;
    margin-right: 4px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(16%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(83%);
}

.limit-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng cần hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Thêm dấu ... nếu văn bản bị cắt */
    height: 4.5em;
    /* Điều chỉnh chiều cao tương ứng với số dòng */
}

.limit-lines-1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Số dòng cần hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Thêm dấu ... nếu văn bản bị cắt */
    height: 4.5em;
    /* Điều chỉnh chiều cao tương ứng với số dòng */
}

.btn-type-job.active,
.btn-type-com.active {
    border-color: #1d5193 !important;
    background-color: #1d5193 !important;
    color: #fff !important;
}

.job-fair-detail-head__image img {
    max-height: 100%;
    max-width: 100%;
}

.slider-featured__slider-main .slick-slide {
    height: auto;
}

.a-table-body .tr {
    position: relative;
}

@media screen and (min-width: 992px) {
    .pn-tags {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }
}

@media screen and (max-width: 992px) {
    .pn-tags {
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(221, 221, 221, .5);
    }
}

.badge.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.pn-tags span {
    margin: 4px;
}

@media screen and (min-width: 992px) {
    .company-list__wrapper .item-buttons {
        margin-top: 10px;
    }

    .slider-featured__slider-main .item-buttons {
        margin-top: 10px;
    }
}

.job-list-4__item-wrapper .item-tags>* {
    display: inline-block;
    border-radius: 3px;
    margin: 2px 2px 2px 6px;
    padding: 1px 14px 3px;
    background-color: #f4f4f4;
    color: #555;
}

.job-list-4__item-wrapper .item-tags {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-start;
}

.job-list-4__item-wrapper .item-tags>.blue {
    background-color: #eef6ff;
    color: #1d5193;
}

.job-list-4__item-wrapper .item-tags>.red {
    background-color: #ffe5e1;
    color: #e85459;
}

.pn-tag {
    position: relative;
}

.pn-tag .item--tag::after {
    content: attr(data-tag);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 0 0;
    padding: 6px 6px 5px 16px;
    font-size: 12px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.pn-tag .item--tag.red::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='22.24' viewBox='0 0 55 22.24'%3E%3Cpath d='M55,3V22.24H0L9.93,10.92,0,0H52A3,3,0,0,1,55,3Z' fill='%23DA2427' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left top/auto 100%, linear-gradient(to right, transparent 20px, #da2427 0);
    color: #fff;
}


.slider-featured__slider .item-image img {
    height: 100%;
}

.hight-line-3 {
    height: 57px;
}

.slick-slide.active {
    display: block;
    width: 100%;
}

.slider-featured__slider-main {
    display: flex;
}

.slider-featured__child-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slider-featured__child-slider .slick-slide {
    display: flex;
    flex: 1 1 48%;
}

.slider-featured__child-slider .slick-slide .sub-item {
    width: 100%;
}

.slider-featured__slider-main .item-bottom {
    padding-right: 0;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}


.link-a {
    color: #0d6efd;
    text-decoration: underline;
}

.news-list__item-content,
.news-carousel__item {
    text-align: justify;
}


.news-carousel__item .btn btn-read-detail {
    margin-top: 10px
}

.news-list-2__item-title {
    text-align: justify;
}

.nw-event-hot .item-image img[data-img="1"] {
    padding: 30px;
}

.nw-new-job__list {
    display: flex;
    flex-direction: column;
}

.job-detail-info__wrapper .job-detail-info__item {
    border-bottom: 0;
}

.wysiwyg a {
    color: #12335d;
}

.reformat {
    display: flex;
    flex-wrap: wrap
}

.reformat .reformat-item {
    padding: 2px 3px;
    flex-basis: 50%
}

.reformat2 {
    display: flex;
    flex-wrap: wrap;
    border: dotted 1px #ddd
}

.reformat2 .reformat-item {
    padding: 2px 3px;
    border: dotted 1px #ddd
}

.reformat2 .reformat-item:nth-of-type(2n+1) {
    flex-basis: 30%;
    font-weight: 500
}

.reformat2 .reformat-item:nth-of-type(2n) {
    flex-basis: 70%
}


@media screen and (min-width: 992px) {
    #header .dropdown-menu {
        min-width: 210px;
    }
}

#header .dropdown-menu {
    border: none;
}

.nw-event-hot .item-title.line-clamp-3 {
    height: 72px;
}

.site-contact__info dl {
    align-items: flex-start;
    display: flex;
    margin-bottom: 9px
}

.site-contact__info dl:last-child {
    margin-right: 0
}

.site-contact__info dt {
    flex-shrink: 0;
    margin-right: 15px;
    width: 16px;
    text-align: center
}

.site-contact__info dd {
    flex-grow: 1
}

.site-contact__info dd a {
    color: inherit
}

.site-contact__info dd a:hover {
    text-decoration: underline;
    color: inherit;
    text-underline-position: under
}


@media screen and (min-width: 768px) {
    .job-apply__head {
        padding: 15px 0 0px;
    }
}

@media screen and (min-width: 768px) {
    .job-apply__heading {
        margin-right: 37px;
        margin-bottom: 0px;
        margin-left: 37px;
    }
}

.job-list-2__wrapper .d-checked {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.job-list-2__wrapper .d-checked label:before {
    margin-right: 0;
}

.panel-fix-ungtuyen #btn-xac-nhan {
    margin-left: 5px;
}

.link-root {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.action-panel {
    position: absolute;
    right: 10px;
    top: 25px;
    display: flex;
    flex-direction: column;
}

.btn-apply-new {
    padding: 10px;
    background-color: #DFECFF;
    color: #3F71E0;
    z-index: 1;
    min-width: 100px;
    border: none;
    margin-top: 10px;
    border-radius: 6px;
    font-weight: 700;
    width: 137px;
    text-align: center;
}

/*.btn-apply-new:hover {
    background-color: green;
    color: #ffffff;
}*/

.btn-apply-fast {
    padding: 10px;
    background-color: #3F71E0;
    color: #fff;
    z-index: 1;
    min-width: 100px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    width: 137px;
    text-align: center;
}

.btn-apply-new:hover,
.btn-apply-fast:hover {
    opacity: 0.8;
}


.sidebar-right-item {
    width: 300px;
}

.is-fixed {
    position: fixed;
    top: 5px;
}

.sidebar-right-item.is-bottom {
    position: absolute;
    bottom: 20px;
    /* hoặc một giá trị phù hợp */
}

.sidebar-job-right .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

#sidebar {
    position: relative;
}

.sidebar-job-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-job-right .list-job .job-flex__item-content {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .action-panel {
        top: initial;
        bottom: 30px;
    }

    .job-list-2__item-wrapper {
        flex-direction: column;
    }

    .job-list-2--small .job-list-2__item-entry {
        width: 60%;
        overflow: hidden;
    }

    .is-fixed {
        top: initial;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background: #fff;
        left: 0;
    }

    .is-fixed .btn {
        width: 45%;
        margin-left: 4%;
        float: left;
    }

    .is-fixed .sidebar-buttons {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .sidebar-job-right {
        display: none;
    }
}

.hidden-element {
    opacity: 0;
    animation: showAfterDelay 0s ease-in 10s forwards;
}

@keyframes showAfterDelay {
    to {
        opacity: 1;
    }
}

.bg-success.bg-opacity-75:hover {
    background-color: rgba(25, 135, 84, 1) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bg-danger.bg-opacity-75:hover {
    background-color: rgba(220, 53, 69, 1) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Additional color variations you can use */

.bg-warning.bg-opacity-75:hover {
    background-color: rgba(255, 193, 7, 1) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bg-info.bg-opacity-75:hover {
    background-color: rgba(13, 202, 240, 1) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bg-secondary.bg-opacity-75:hover {
    background-color: rgba(108, 117, 125, 1) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.before-danger:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .3s ease;
    border: 4px solid transparent;
    border-radius: 30px;
    background-color: rgba(220, 53, 69, 1) !important;
    background-clip: content-box;
}


.nw-new-job__list .item-title {
    display: flex;
}

.text-prioritize {
    color: #fff;
    background: #df0e0e;
    margin-left: 5px;
    padding: 3px;
    font-size: 12px;
    border-radius: 3px;
    min-width: 60px;
    text-align: center;
    line-height: 17px;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .job-list-2__item-content {
        width: 100%;
        padding-left: 18px;
    }

    .job-list-2--small .job-list-2__item-entry {
        width: 100%;
        overflow: hidden;
    }

    .job-list-2__item-featured {
        margin-top: 17px;
        width: 130px;
    }

    .job-list-2__item-featured .image.fit-contain img {
        max-width: 86px;
        height: auto;
        margin: auto;
    }

    .action-panel {
        left: 15px;
        right: initial;
    }

    .panel-fix-ungtuyen {
        top: initial;
        width: 100%;
        bottom: 0;
    }
}

.bg-create-cv {
    background-color: #fff;
    max-width: 216px;
    font-weight: 700;
}

.bg-create-cv a {
    color: #1D5193;
    text-transform: uppercase;
}

.bg-upload-cv {
    background-color: #E67913;
    max-width: 216px;
    font-weight: 700;
}

.bg-upload-cv a {
    color: #fff;
    text-transform: uppercase;
}

.banner-header .display-4 {
    font-size: 36px;
}

.banner-header .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}


.banner-header .h4,
.banner-header .lead {
    text-transform: none;
    opacity: 1 !important;
    font-weight: 600 !important;
    font-size: 24px;
}

.intro-top>div {
    font-size: 17px;
    line-height: 27px;
}





.nw-new-job__list .item {
    margin-bottom: 20px;
    padding: 17px 18px 14px
}

.nw-new-job__list .item--hot {
    position: relative
}

.nw-new-job__list .item--hot::after {
    content: "Job hot";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 2px;
    padding: 2px 6px 3px;
    background-color: #cd0e00;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 700;
    color: #fff;
    pointer-events: none
}

.nw-new-job__list .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    width: 100px;
    height: 100px;
    padding: 8px
}

.nw-new-job__list .item-image img {
    max-height: 100%
}

.nw-new-job__list .item-wrapper {
    width: calc(100% - 100px);
    padding-left: 24px
}

.nw-new-job__list .item-content {
    width: 100%;
    margin-bottom: 0
}

.nw-new-job__list .item-title {
    margin-bottom: 8px
}

.nw-new-job__list .item-company {
    margin-bottom: 5px;
    color: #000
}

.nw-new-job__list .item-budget {
    color: #0e0e0e
}

.nw-new-job__list .item-entry {
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
    justify-content: start;
}

.nw-new-job__list .item-date-v3,
.nw-new-job__list .item-location-v1 {
    opacity: 1;
    color: #000
}

.nw-new-job__list .item-location-v1 {
    min-width: 25%
}

.nw-new-job__list .item-date-v3 {
    min-width: 20%
}

.nw-new-job__list .item-tags {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-end
}

.nw-new-job__list .item-tags>* {
    display: inline-block;
    border-radius: 3px;
    margin: 2px 2px 2px 6px;
    padding: 1px 14px 3px;
    background-color: #f4f4f4;
    color: #555
}

.nw-new-job__list .item-tags>.red {
    background-color: #ffe5e1;
    color: #e85459
}

.nw-new-job__list .item-tags>.blue {
    background-color: #eef6ff;
    color: #1d5193
}

.nw-new-job__list .slick-slide {
    display: block;
    width: 100%;
    position: relative;
}

.nw-new-job__list .slick-slide .item {
    position: relative;
}


.bg-job {
    background-color: #F3F8FF;
}

.bg-job .job-list-2--small {
    background-color: #F3F8FF;
}


.job-detail-head__logo {
    width: 130px;
    height: 130px;
    background: #fff;
    border: 1px solid #F2F2F2
}

.pn-view-more-cong-ty {
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--cblue);
}

.card-primary {}

.card-header-primary {
    color: #1D5193;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border: 1px solid #D2E6FF;
    background-color: #D2E6FF;
    display: flex;
}

.card-header-primary svg {
    margin-right: 10px;
    margin-top: 5px;
}


.card-detail-company {
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2
}

.card-detail-company .svg {
    width: 36px;
    height: 36px;
    top: 189px;
    left: 1256px;
    gap: 0px;
    padding: 7px;
    border-radius: 20px;
    background-color: #EDF5FF;
    font-size: 16px;
    margin-bottom: 5px;
}

.card-detail-company .svg svg {
    padding-left: 3px;
}

.sidebar-right-item .job-flex__item {
    margin-bottom: 16px;
}

.sidebar-right-item .job-flex__item-entry-item {
    background-color: transparent;
    padding-left: 0;
}

.pn-images-cong-ty .slick-list {
    overflow: visible;
    margin: 0 -13.5px 10px
}

.pn-images-cong-ty {
    width: 100%;
    overflow: hidden;
}


.pn-images-cong-ty .slick-slide {
    padding: 0 5px
}

.pn-images-cong-ty .nw-gallery__image {
    overflow: hidden
}

.pn-images-cong-ty .nw-gallery__image::before {
    padding-bottom: 66.4335664336%
}

.pn-images-cong-ty .nw-gallery__image img {
    border-radius: 4px
}

.template-job-viec-lam {
    padding-top: 30px;
    padding-bottom: 30px;
}

.template-job-viec-lam .intro-top {
    padding: 20px;
}

.template-job-viec-lam .heading-common {
    margin-bottom: 15px;
}


@media (max-width: 640px) {
    .template-job-viec-lam .job-list-2 .slick-slide .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .template-job-viec-lam .job-list-2 .slick-slide .item>* {
        padding: 16px;
    }

    .template-job-viec-lam .job-list-2 .slick-slide .item .action-panel {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }

    .template-job-viec-lam .job-list-2 .slick-slide .item .action-panel>* {
        margin: 5px;
    }



    .template-job-viec-lam .job-list-2 .job-list-2__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .template-job-viec-lam .job-list-2 .job-list-2__item>* {
        padding: 16px;
    }

    .template-job-viec-lam .job-list-2 .job-list-2__item .action-panel {
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }

    .template-job-viec-lam .job-list-2 .job-list-2__item .action-panel>* {
        margin: 5px;
    }

    .job-apply-company__title,
    .job-detail-head__title {
        font-size: 15px;
    }

    .panel-action-ungtuyen {
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 10px;
        opacity: 1;
        z-index: 999;
        margin-left: -25px;
        width: 100%;
    }
}

form .note {
    color: red;
    padding-top: 10px;
    font-size: 13px;
    display: block;
}

#sidebar .job-flex__item-entry {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

#sidebar .job-flex__item-entry .job-flex__item-entry-item {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.job-detail-head__title {
    padding-bottom: 10px;
}

.job-detail.pn-tag {
    padding-top: 30px;
}


.btn-default {
    background-color: #f0f0f0;
    color: #333;
    border-color: #ccc;
}

.x-modal .modal-footer .btn-default {
    margin-left: 5px;
    margin-right: 5px;
}

.job-detail-company__item-text {
    margin-bottom: 10px;
}

form input.error,
form select.error,
form .error-border {
    border-color: red !important;
    background-color: #ffe6e6 !important;
}

form label.error,
div.error {
    color: DarkRed;
    font-style: italic;
    font-size: 13px;
    padding-top: 5px;
}

.job-detail-info__wrapper .gutters-39>[class*=col] {
    padding-right: 0;
}

@media (max-width: 640px) {
    .job-detail-info__wrapper .job-detail-info__item-content {
        width: calc(100% - 20px);
    }
}

.find-jobs {
    margin-top: 0;
    margin-bottom: 10px;
}

.panel-search-container {
    margin-top: 0;
    margin-bottom: 20px;
}

.ThuThap_btnFile .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.frm-custom.info-basic__form .form-label {
    margin-bottom: .5rem;
}

.frm-custom.info-basic__form .upload-logo {
    display: flex;
    padding-bottom: 15px
}

.frm-custom.info-basic__form .upload-logo figure {
    position: relative
}

.frm-custom.info-basic__form .upload-logo figure {
    width: 200px;
    height: 100px;
    border: 1px solid #ccc
}

.frm-custom.info-basic__form .upload-logo figure img {
    margin: auto;
    height: 100%;
    display: block;
    padding: 10px;
}

.frm-custom.info-basic__form .upload-logo figure i {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff
}

.frm-custom.info-basic__form .upload-logo>div {
    padding-right: 10px
}


.link-copy {
    color: forestgreen;
    padding-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

.link-copy i:before {
    padding-right: 4px;
}

.dropdown-custom .dropdown-item {
    display: flex;
    gap: 10px;
}

/*@media (min-width: 1200px) {*/
/* Desktop */
/*.table-responsive {
        overflow: visible;*/
/* Hiển thị đầy đủ bảng, không cuộn */
/*}

        .table-responsive table {
            width: 100%;*/
/* Cho bảng full chiều rộng */
/*}
}*/


.bg-label-secondary {
    background-color: #ebebed !important;
    color: #808390 !important
}

.bg-label-success,
.bg-label-green {
    background-color: #ddf6e8 !important;
    color: #28c76f !important
}

.bg-label-info {
    background-color: #d6f4f8 !important;
    color: #00bad1 !important
}

.bg-label-warning {
    background-color: #fff0e1 !important;
    color: #ff9f43 !important
}

.bg-label-danger {
    background-color: #ffe2e3 !important;
    color: #ff4c51 !important
}

.bg-label-light {
    background-color: #fafafb !important;
    color: #dfdfe3 !important
}

.bg-label-dark {
    background-color: #e2e2e2 !important;
    color: #4b4b4b !important
}

.bg-label-gray {
    background-color: rgba(243, 242, 243, .92) !important;
    color: rgba(47, 43, 61, .5) !important
}

.bg-label-orange {
    background-color: rgba(255, 165, 0, 0.15) !important;
    /* cam nhạt với độ trong suốt */
    color: rgba(255, 140, 0, 0.8) !important;
    /* cam đậm, hơi mờ */
}

button.badge {
    padding: 5px;
}


@media (max-width: 640px) {
    .heading-css .seminar-hero__image {
        position: relative !important;
        margin: auto;
        right: 0 !important;
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }

    .heading-css>h1 {
        flex: 0 0 100% !important;
    }

    .seminar-hero__inner .seminar-hero__list dl {
        flex: 0 0 100%;
    }
}

i.i-copy {
    cursor: pointer;
}

.register-button.disabled {
    background: #888888;
    box-shadow: initial;
}


.dataTable thead {
    background-color: rgba(0, 0, 0, 0.075);
    color: #212529;
}

.col-name {
    max-width: 300px
}

@media (max-width: 991px) {
    .col-name {
        max-width: 100%;
        width: 100%;
    }

    .table-responsive .table.table-custom tbody td,
    .table-responsive tbody th {
        justify-content: start;
        text-align: left !important;
    }
}



.table.table-custom>thead th {
    padding: 1rem .5rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.075);
    font-size: 16px;
}

.a-table-head-custom .tr {
    display: flex;
    align-items: center;
    padding: 5px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.075);
}

.a-table--list .a-table-head.a-table-head-custom .td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.a-table-head-custom .td.th-first {
    padding-left: 18px;
}


#x-msg-confirm .modal-content,
#x-msg-info .modal-content {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    /* Giới hạn chiều cao modal không vượt quá màn hình */
}

#x-msg-confirm .modal-body,
#x-msg-info .modal-content {
    flex: 1;
    overflow-y: auto;
    /* Cho phép cuộn nội dung khi quá dài */
    max-height: calc(90vh - 120px);
    /* Điều chỉnh để tránh tràn footer */
}

#x-msg-confirm .modal-footer,
#x-msg-info .modal-footer {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
    border-top: 1px solid #ddd;
}

.btn-group,
.btn-group-vertical {
    gap: 5px;
}

.d-huy-hieu {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.d-huy-hieu img {
    width: 20px;
    height: auto;
}

main.container {
    margin-top: 30px;
}

#header {
    min-height: 95px;
}

.header-su-kien .site-header__wrapper {
    display: flex;
}

/*.header-su-kien #menu-top-danh-muc {
    margin-top: 13px;
}
*/
.header-su-kien .site-header__wrapper {
    justify-content: end;
    width: 100px;
    /* align-items:baseline;*/
}

.header-su-kien .site-header__wrapper #menu-top-danh-muc .btn {
    display: flex;
    gap: 5px;
    text-transform: uppercase;
    font-weight: 600;
}


.header-su-kien .site-header__top-nav {
    padding: 0;
}

.header-su-kien #menu-top-danh-muc li {
    display: flex;
    align-items: center;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 3px;
    background-color: var(--navajo-white-color-2);
    color: var(--dark-bronze-color-2);
}

.header-su-kien #menu-top-danh-muc li a {
    color: var(--dark-bronze-color-2);
    font-weight: bold;
}

.header-su-kien #collap-info {
    flex-direction: row-reverse;
}

/* Mobile */
@media (max-width: 768px) {

    #collap-info .site-header__top-nav {
        display: none;
    }

    .header-su-kien #menu-top-danh-muc {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header-su-kien #menu-top-danh-muc .dropdown {
        width: 100%;
    }

    /* Ẩn nút 3 gạch trên mobile */
    .header-su-kien #menu-top-danh-muc .btn {
        display: none;
    }

    /* Hiện luôn dropdown-menu */
    .header-su-kien #menu-top-danh-muc .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .header-su-kien #menu-top-danh-muc .dropdown-item,
    #collap-info .btn-login {
        margin: auto;
    }

    .header-su-kien #collap-info .nav-wrap {
        padding-bottom: 0;
    }

    .header-su-kien #menu-top-danh-muc .dropdown-item:last-child {
        border-bottom: none;
    }

    .header-su-kien #collap-info {
        flex-direction: column;
    }

    .header-su-kien .navbar-brand__logo {
        display: none;
    }

    .header-su-kien .site-header__top-nav {
        display: none;
    }

    .header-su-kien .site-header__wrapper #menu-top-danh-muc .btn {
        display: none;
    }

    #header {
        min-height: 75px;
    }
}

.header-su-kien .nav-account {
    font-weight: 600;
}

#news-content.header-su-kien .ratio {
    max-height: 216px;
    overflow: hidden;
}

#news-content.header-su-kien .ratio>* {
    position: relative;
}

#news-content.header-su-kien .ratio::before {
    content: "";
    display: block;
    padding-bottom: initial;
}



.pg-modalPhoto {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.pg-modalPhoto img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.pg-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.pg-prev,
.pg-next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.pg-prev {
    left: 20px;
}

.pg-next {
    right: 20px;
}

/* Tổng thể */
.pn-phan-quyen .form-group {
    margin-bottom: 20px;
}

/* Tùy chỉnh x_panel */
.pn-phan-quyen .x_panel {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

/* Tiêu đề x_title */
.pn-phan-quyen .x_title {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pn-phan-quyen .x_title h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

/* Danh sách checkbox */
.pn-phan-quyen .chkPolicy {
    margin-right: 5px;
}

.pn-phan-quyen p {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Hàng chứa checkbox */
.pn-phan-quyen .row {
    display: flex;
    flex-wrap: wrap;
}

/* Cột checkbox */
.pn-phan-quyen .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

/* Nút chọn tất cả */
.pn-phan-quyen .chkAll {
    transform: scale(1.2);
    margin-right: 5px;
}

/* Hiệu ứng hover */

/* Responsive cho mobile */
@media (max-width: 768px) {
    .pn-phan-quyen .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .pn-phan-quyen .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.pn-phan-quyen .collapse-link,
.pn-phan-quyen .x_title .clearfix {
    display: none;
}

.pn-phan-quyen input[type=checkbox] {
    border: 1px solid #afafaf;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    background: #f5f5f5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pn-phan-quyen input[type=checkbox]:checked {
    border-color: #1d5193;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E %3Cpath d='M13 2L5.3 9L2 6.375' stroke='%231D5193' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E %3C/svg%3E") no-repeat center 40%
}



.item-tags .order-3 {
    display: none;
}

.invisible {
    visibility: hidden;
    max-height: 50px;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

/*.btn.orange {
    color:#fff;
    background-color: var(--tangerine-color)
}

.btn.gray {
    color: #fff;
    background-color: var(--silver-chalice-color)
}

.btn.red {
    color: #fff;
    background-color: var(--maximum-red-color-2)
}

.btn.blue {
    color: #fff;
    background-color: var(--azure-color)
}
*/

.user-update-basic-input .c-red {
    color: var(--lust-color);
}

.x-modal .modal-header {
    background-color: #f1f6ff;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    color: #000;
}

.x-modal .close {
    color: #000;
    font-size: 25px;
}

.x-modal .btn-primary {
    background-color: #0F50A6;
}


#notify-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notify-box {
    min-width: 250px;
    max-width: 400px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    background: #fff;
    position: relative;
    animation: notifySlideIn 0.4s ease, notifyFadeOut 0.5s ease 2.5s forwards;
}

.notify-success {
    border-left: 5px solid #4caf50;
}

.notify-error {
    border-left: 5px solid #f44336;
}

.notify-warning {
    border-left: 5px solid #ff9800;
}

.notify-info {
    border-left: 5px solid #2196f3;
}

.notify-icon {
    font-size: 18px;
}

@keyframes notifySlideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes notifyFadeOut {
    to {
        opacity: 0;
        transform: translateX(30px);
        height: 0;
        margin: 0;
        padding: 0;
    }
}
/* Responsive nhỏ hơn 768px (tablet trở xuống) */
@media (max-width: 768px) {
    .calendar-popup {
        width: 90vw;
        padding: 20px 20px 10px 20px;
        max-width: none;
    }
}

/* Responsive nhỏ hơn 480px (điện thoại) */
@media (max-width: 480px) {
    .calendar-popup {
        width: 95vw;
        padding: 16px 16px 8px 16px;
        border-radius: 8px;
    }
}

#txt-pager {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.lnk-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2;
}