#contents {
    background-color: #fff;
    padding: 0;
}

.qj-article {
    background: #fff;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.tb-arrow {
    position: absolute;
    top: 50%;
    right: 8%;
    display: none;
    max-width: 35px;
    animation: arrow 1s linear infinite;
    -webkit-animation: arrow 1s linear infinite;
}

.tb-arrow img {
    width: 100%;
}

@keyframes arrow {
    0% {
        right: 8%;
    }

    50% {
        right: 3%;
    }

    100% {
        right: 8%;
    }
}

#contents .contents_inline .contents_m .new_job table tr th {
    border-width: 0 1px 1px 0;
    border-color: #dad8d6;
}

#contents .contents_inline .contents_m .new_job table tr td {
    border-width: 0 1px 1px 0;
    border-color: #dad8d6;
    ;
}

#contents .contents_inline .contents_m .new_job table tr td:last-child {
    border-right: 0;
}

#contents .contents_inline .contents_m .new_job table tr th:last-child {
    border-right: 0;
}

.qj-article .embed-articleListHorizntal .article-item .article-title {
    margin-left: 25px;
}

@media only screen and (max-width: 1023px) {
    .tb-arrow {
        display: block;
    }

    .content_center {
        background-image: url(../../img/mobile/custom/banner-all.png);
        background-repeat: no-repeat;
        background-size: 100% 3400px;
    }
}

@media only screen and (max-width: 1023px) {
    .breadcrumbs {
        padding: 0 10px;
    }

    .contents_m {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 330px) {
    #contents {
        padding: 0 10px;
    }

    .contents_inline {
        width: 100%;
    }

    .c2 .contents_m {
        width: 100%;
    }

    #contents .contents_inline .content-button {
        height: 60px;
        width: 280px;
        border-radius: 30px;
        border: none;
        text-align: center;
        background-color: #77e697;
        color: white;
        font-size: 16px;
        font-weight: 600;
        font-family: Arial, sans-serif;
        cursor: pointer;
        position: relative;
    }

    #contents .contents_inline .content-button::before {
        position: absolute;
        content: url('../../img/custom/ic-more-green.png');
        right: 15px;
        top: 23px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2 {
        font-size: 28px;
        font-weight: bold;
        color: #61493e;
        position: relative;
        z-index: 1;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2::before,
    #contents .contents_inline .contents_m .contents_box_custom h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: -1;
        /* Place circles behind the text */
    }

    #contents .contents_inline .contents_m .contents_box_custom h2::before {
        background-color: #ffcc80;
        /* Orange circle */
        left: -5px;
        top: 15px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2::after {
        background-color: #80c7ff;
        /* Blue circle */
        left: 25px;
        top: 15px;
    }

    #contents .contents_inline .contents_m .new_job {
        padding-top: 55px;
    }

    #contents .contents_inline .contents_m .new_job .body {
        position: relative;
        overflow-x: auto;
    }

    #contents .contents_inline .contents_m .new_job .body::-webkit-scrollbar {
        display: none;
    }

    #contents .contents_inline .contents_m .new_job table.striped tr:nth-child(odd) td {
        background-color: #ffedf2;
    }

    #contents .contents_inline .contents_m .new_job table {
        table-layout: fixed;
        width: 100%;
        overflow-x: auto;
    }

    #contents .contents_inline .contents_m .new_job table th:first-child,
    #contents .contents_inline .contents_m .new_job table td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
        white-space: normal;
    }

    #contents .contents_inline .contents_m .new_job table tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    #contents .contents_inline .contents_m .new_job table tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    /* #contents .contents_inline .contents_m .new_job table tr th:first-child{
        border-radius: 10px 0 0 0;
		width: 200px;
    }

	#contents .contents_inline .contents_m .new_job table tr th:nth-child(4){
		width: 150px;
    } */

    /* #contents .contents_inline .contents_m .new_job table tr th:nth-child(5){
		width: 70px;
    } */

    #contents .contents_inline .contents_m .new_job table tr th:last-child {
        border-radius: 0 10px 0 0;
    }

    #contents .contents_inline .contents_m .new_job table tr th {
        background-color: #ff4778;
        color: white;
        text-align: center;
        height: 60px;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        width: 130px;
    }

    #contents .contents_inline .contents_m .new_job table tr td {
        font-size: 12px;
        text-align: center;
        background-color: transparent;
        height: 60px;
        /* font-weight: 600; */
        background-color: #fff;
    }

    #contents .contents_inline .contents_m .new_job table tr:nth-child(odd) {
        background-color: #fbf7f6;
    }

    #contents .contents_inline .view-more {
        display: none;
    }

    #contents .contents_inline .contents_m .contents_box_search {
        background-color: #fcf6f2;
        padding: 60px 15px;
        margin-top: 95px;
    }

    #contents .contents_inline .contents_m .contents_box_search .body {
        margin-top: 50px;
    }

    #contents .contents_inline .contents_m .contents_box_search #search {
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    #contents .contents_inline .contents_m .contents_box_search #search span {
        font-size: 18px;
        font-weight: 600;
        color: #61493e;
    }

    #contents .contents_inline .contents_m .contents_box_search #search label {
        display: block;
        width: 100%;
    }

    #contents .contents_inline .contents_m .contents_box_search #search input[name="free"] {
        height: 60px;
        border-radius: 7px;
        width: 100%;
        margin-top: 15px;
        padding: 0 10px;
    }

    .line {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 / 6px 100%;
    }

    #contents .contents_inline .contents_m .new_job_tokyo {
        margin-top: 110px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content a {
        flex-grow: 1;
        width: calc(33% - 5px);
        max-width: calc(33% - 5px);
        font-size: 12px;
        padding: 10px 5px;
        display: flex;
        justify-content: space-between;
        background-color: #ffedf2;
        border-radius: 15px;
        line-height: 150%;
        transition: all ease .3s;
    }

    #contents .contents_inline .contents_m .job_tokyo_content a:hover {
        background-color: #da6d8a;
        color: #fff;
    }

    /* #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(22){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(23){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(24){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(25){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(26){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(27){
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    } */

    #contents .contents_inline .contents_m .job_tokyo_content span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 15px;
        width: 15px;
        background-color: #da6d8a;
        border-radius: 50%;
        letter-spacing: 0;
    }

    #contents .contents_inline .contents_m .job_tokyo_content span i {
        font-size: 10px;
        color: white;
    }

    .qj-article.article-pc {
        display: none;
    }

    .qj-article.article-mb {
        position: relative;
        display: block;
        padding: 60px 10px;
        margin: 80px 0;
        background-color: #fff7e5;
    }

    .qj-article.article-mb::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 20px;
        height: 100px;
        width: 150px;
        background: url('../../img/mobile/custom/article-mascot.png') no-repeat center / contain;
    }

    .qj-article.article-mb .qj-article__des__title {
        margin-top: 0;
    }

    .qj-article.article-mb .qj-article__ {
        padding-bottom: 0;
    }

    .qj-article.article-mb p {
        padding: 0 10px;
    }

    .qj-article {
        background: transparent;
        height: auto;
        padding: 0 20px;
    }

    .qj-article .qj-article__ {
        padding: 0 0 75px;
        width: 100%;
    }

    .qj-article .qj-article__des__title {
        font-size: 28px;
        color: #61493e;
        position: relative;
        z-index: 1;
        margin: 80px 0 0 0;
        text-align: left;
    }

    .qj-article .qj-article__des__title::before,
    .qj-article .qj-article__des__title::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: -1;
        /* Place circles behind the text */
    }

    .qj-article .qj-article__des__title::before {
        background-color: #ffcc80;
        /* Orange circle */
        left: -5px;
        top: 15px;
    }

    .qj-article .qj-article__des__title::after {
        background-color: #80c7ff;
        /* Blue circle */
        left: 25px;
        top: 15px;
    }

    .qj-article .embed-articleListHorizntal {
        flex-direction: column;
        gap: 25px;
    }

    .qj-article .embed-articleListHorizntal .qj-linkBtn {
        margin-top: 60px;
        border-radius: 30px;
        border: none;
        text-align: center;
        padding: 20px 100px;
        background-color: #77e697;
        color: white;
        font-size: 16px;
        font-weight: 600;
        position: relative;
    }

    .qj-article .embed-articleListHorizntal .qj-linkBtn::before {
        position: absolute;
        content: url('../../img/custom/ic-more-green.png');
        right: 15px;
        top: 0px;
    }

    .qj-article .embed-articleListHorizntal .article-item {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        align-items: center;
        padding: 0;
        background: #fff;
        border-radius: 10px;
        margin: 0 10px;
        padding: 15px 15px;
    }

    .qj-article .embed-articleListHorizntal .article-item p {
        font-size: 14px;
    }

    .qj-article .embed-articleListHorizntal .article-item span {
        font-size: 14px;
    }

    .qj-article .embed-articleListHorizntal .article-item a {
        text-decoration: none;
    }

    .qj-article .embed-articleListHorizntal .article-item .href-article-title {
        width: 100%;
    }

    .qj-article .embed-articleListHorizntal .article-item .article-category {
        padding: 2px 15px;
        background-color: #ff4778;
        color: white;
        border-radius: 10px;
    }

    .qj-article .embed-articleListHorizntal .article-item .article-regist {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 393px) {
    .content_center {
        background-image: url(../../img/mobile/custom/banner-all.png);
        background-repeat: no-repeat;
        background-size: 100% 3450px;
    }

}

@media only screen and (max-width: 380px) {
    .content_center {
        background-image: url(../../img/mobile/custom/banner-all.png);
        background-repeat: no-repeat;
        background-size: 100% 3500px;
    }

    .c2 .contents_m {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    #contents {
        padding: 0px;
    }

    #contents .contents_inline .contents_m .new_job .body::-webkit-scrollbar {
        display: block;
    }

    /* Tùy chỉnh thanh cuộn ngang */
    #contents .contents_inline .contents_m .new_job .body::-webkit-scrollbar {
        height: 15px;
    }

    #contents .contents_inline .contents_m .new_job .body::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-radius: 15px;
    }

    #contents .contents_inline .contents_m .new_job .body::-webkit-scrollbar-thumb {
        background: #b3b3b3;
        border-radius: 20px;
        border: 5px solid #e6e6e6;
        box-sizing: border-box;
    }

    #contents .contents_inline .contents_m .new_job .body::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

    #contents .contents_inline .contents_m .new_job table {
        background-color: #ffedf2;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .content_center {
        padding: 0;
    }

    #contents .easySearchForm {
        margin: 0;
    }

    .contents_inline {
        width: 1020px;
    }

    .c2 .contents_m {
        width: 750px;
    }

    #contents .content_center {
        background-image: url('../../img/custom/background-image-content.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center top;
    }

    .content-footer {
        background-image: url('../../img/custom/background-image-article.png');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center top;
    }

    #contents .contents_inline .content-button {
        height: 60px;
        width: 250px;
    }

    #contents .contents_inline .content-button::before {
        right: 15px;
        top: 25px;
    }

    #contents .contents_inline .view-more {
        display: block;
        margin-top: 48px;
        text-align: right;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2 {
        font-size: 32px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2::before,
    #contents .contents_inline .contents_m .contents_box_custom h2::after {
        width: 40px;
        height: 40px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2::before {
        left: 0px;
        top: 20px;
    }

    #contents .contents_inline .contents_m .contents_box_custom h2::after {
        left: 35px;
        top: 20px;
    }

    .line {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 / 6px 100%;
    }

    #contents .contents_inline .contents_m .contents_box_search {
        padding: 36px 60px;
        margin-top: 75px;
    }

    #contents .contents_inline .contents_m .contents_box_search h2 {
        font-size: 32px;
    }

    #contents .contents_inline .contents_m .contents_box_search #search {
        gap: 20px;
        align-items: end;
    }

    #contents .contents_inline .contents_m .contents_box_search #search label {
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        width: 100%;
    }

    #contents .contents_inline .contents_m .contents_box_search #search input[name="free"] {
        flex: 1;
        margin-top: 0px;
    }

    #contents .contents_inline .contents_m .new_job {
        padding-top: 80px;
    }

    #contents .contents_inline .contents_m .new_job table tr th {
        width: 90px;
    }

    #contents .contents_inline .contents_m .new_job table tr td {
        font-size: 14px;
        height: 55px;
    }

    #contents .contents_inline .contents_m .new_job_tokyo {
        margin-top: 30px;
        margin-bottom: 5px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content {
        display: flex;
        flex-wrap: wrap;
        gap: 11.4px;
        margin-top: 20px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content a {
        flex-grow: 1;
        flex-basis: 177px;
        max-width: 177px;
        font-size: 14px;
        padding: 14.5px 20px;
        text-decoration: none;
        font-weight: bold;
        color: #333;
    }

    /* #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(22){
        flex-basis: 177px;
        max-width: 177px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(23){
        flex-basis: 177px;
        max-width: 177px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(24){
        flex-basis: 177px;
        max-width: 177px;
    }*/

    /* #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(25){
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(26){
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub a:nth-child(27){
        flex-basis: 245px;
        max-width: 245px;
    } */

    #contents .contents_inline .contents_m .job_tokyo_content span {
        padding: 2px 5px 2px 9px;
        background-color: #da6d8a;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        padding-left: 5px;
        margin-top: 3px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content span i {
        font-size: 10px;
        color: white;
        position: relative;
        width: 15px;
        height: 15px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content span i.fa-angle-right:before {
        top: 2px;
        position: absolute;
        width: 10px;
        height: 10px;
        left: 0;
    }

    .qj-article.article-pc {
        display: block;
    }

    .qj-article.article-mb {
        display: none;
    }

    .qj-article {
        background: transparent;
        height: 565px;
    }

    .qj-article .qj-article__ {
        padding: 0 0 75px;
        width: 1020px;
    }

    .qj-article .qj-article__des__title {
        font-size: 32px;
        color: #61493e;
        position: relative;
        z-index: 1;
        margin: 80px 0 0 0;
        text-align: center;
    }

    .qj-article .qj-article__des__title::before,
    .qj-article .qj-article__des__title::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        z-index: -1;
        /* Place circles behind the text */
    }

    .qj-article .qj-article__des__title::before {
        left: 47%;
        top: 20px;
    }

    .qj-article .qj-article__des__title::after {
        left: 50.5%;
        top: 20px;
    }

    .qj-article .embed-articleListHorizntal {
        flex-direction: column;
        gap: 15px;
    }

    .qj-article .embed-articleListHorizntal .qj-linkBtn {
        margin-top: 60px;
        border-radius: 30px;
        border: none;
        text-align: center;
        padding: 20px 120px;
        background-color: #77e697;
        color: white;
        font-size: 16px;
        font-weight: 600;
        position: relative;
    }

    .qj-article .embed-articleListHorizntal .article-item {
        padding: 17px 40px;
        margin: 0 50px;
    }

    .qj-article .embed-articleListHorizntal .article-item .href-article-title {
        width: auto;
    }
}

@media only screen and (min-width: 1400px) {
    #contents .content_center {
        background-size: auto;
        height: 2577px;
    }

    .content-footer {
        background-size: auto;
    }

    #contents .contents_inline {
        width: 1400px;
    }

    #contents .contents_inline .contents_m {
        width: 1010px;
    }

    #contents .contents_inline .content-button {
        height: 60px;
        width: 310px;
    }

    #contents .contents_inline .contents_m .new_job table tr th {
        width: 120px;
        font-size: 14px;
    }

    #contents .contents_inline .contents_m .contents_box_search {
        padding: 60px 60px;
    }

    #contents .contents_inline .contents_m .new_job_tokyo {
        margin-top: 70px;
        margin-bottom: 60px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content {
        gap: 10px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content a {
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub p:nth-child(22) {
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub p:nth-child(23) {
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub p:nth-child(24) {
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub p:nth-child(25) {
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub p:nth-child(26) {
        flex-basis: 245px;
        max-width: 245px;
    }

    #contents .contents_inline .contents_m .job_tokyo_content.job_tokyo_content_sub p:nth-child(27) {
        flex-basis: 245px;
        max-width: 245px;
    }

    .btn-grp-login-custom {
        display: flex;
        justify-content: center;
        gap: 50px !important;
    }
}

#contents .contents_inline .btn-back_small_nobody {
    width: 210px !important;
}

.btn-grp-login .view-more-btn-grp-login {
    width: 100%;
    max-width: 250px !important;
    display: flex !important;
    justify-content: center;
}

.btn-grp-login .view-more-btn-grp-login .content-button {
    width: 280px !important;
}
.qj-article .embed-articleListHorizntal .article:hover {
    opacity: unset !important;
}
.qj-article .embed-articleListHorizntal .article-item .article-category {
    width: 123px;
    text-align: center;
}

.qj-article .embed-articleListHorizntal .article-item .article-category.news {
    background-color: #ff4778;
}

.qj-article .embed-articleListHorizntal .article-item .article-category.fair {
    background-color: #199ada;
}

.qj-article .embed-articleListHorizntal .article-item .article-category.organization {
    background-color: #11cf3a;
}

.qj-article .embed-articleListHorizntal .article-item .article-category{
    opacity: 0.7;
}

.article-item:hover .article-title p {
    text-decoration: underline;
}
