/* Minification failed. Returning unminified contents.
(138,47): run-time error CSS1030: Expected identifier, found 'a'
(138,48): run-time error CSS1031: Expected selector, found ')'
(138,48): run-time error CSS1025: Expected comma or open brace, found ')'
(475,40): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(475,62): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(475,84): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(475,109): run-time error CSS1039: Token not allowed after unary operator: '-tz'
(544,44): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(544,66): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(544,88): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(544,113): run-time error CSS1039: Token not allowed after unary operator: '-tz'
(587,40): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(587,62): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(587,84): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(587,109): run-time error CSS1039: Token not allowed after unary operator: '-tz'
(656,44): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(656,66): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(656,88): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(656,113): run-time error CSS1039: Token not allowed after unary operator: '-tz'
(699,40): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(699,62): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(699,84): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(699,109): run-time error CSS1039: Token not allowed after unary operator: '-tz'
(771,44): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(771,66): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(771,88): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(771,113): run-time error CSS1039: Token not allowed after unary operator: '-tz'
(843,44): run-time error CSS1039: Token not allowed after unary operator: '-ty'
(843,66): run-time error CSS1039: Token not allowed after unary operator: '-rx'
(843,88): run-time error CSS1039: Token not allowed after unary operator: '-ry'
(843,113): run-time error CSS1039: Token not allowed after unary operator: '-tz'
 */
.nw-hero--simple{padding:11px 0;background:#d1d1d1}
.nw-hero--simple-dropdown{display:flex;align-items:flex-start;height:90px;padding:0;background:0 0}
.nw-hero--simple-dropdown .nw-hero__inner{position:relative;z-index:10;width:100%;padding:11px 0;background:#d1d1d1}
.nw-hero--simple-dropdown .nw-hero__shadow{position:relative;margin:7px}
.nw-hero--simple-dropdown .nw-hero__shadow::before{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;z-index:5;box-shadow:1px 2px 4px 0 rgba(0,0,0,.2);border-radius:12px;background-color:#dfdfdf;pointer-events:none}
.nw-hero--simple-dropdown .nw-hero__search{position:relative;z-index:11;border-radius:6px;margin:0;padding:7px 11px}
.nw-hero--simple-dropdown .nw-hero__search::before{content:none}
.nw-hero--simple-dropdown .nw-hero__list-dropdown{position:relative;z-index:10;display:none;margin-top:12px;margin-bottom:19px;gap:8px}
@media screen and (max-width:767px){
.nw-hero--simple-dropdown .nw-hero__list-dropdown{flex-wrap:wrap}
}
.nw-hero--simple-dropdown .nw-hero__list-dropdown.active{display:flex;flex-wrap:wrap}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .item{flex:1}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .bootstrap-select>.dropdown-toggle{border-color:#fff!important;border-radius:6px;padding:8px 25px 8px 12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M4 6L8 10L12 6' stroke='%23595959' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat right 6px center;background-color:#fff;font-size:12px;font-weight:500;text-transform:capitalize;letter-spacing:1px;color:#595959}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .bootstrap-select>.dropdown-toggle::after{content:none}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .dropdown>.dropdown-menu{position:relative!important;transform:none!important;box-shadow:none;border-radius:0 0 6px 6px;width:100%;min-width:auto;margin:-5px 0 0;padding-top:1px;padding-right:7px;padding-bottom:7px;padding-left:6px}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .dropdown>.dropdown-menu>.inner{padding-right:0}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .dropdown>.dropdown-menu .dropdown-menu{min-width:auto}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .bootstrap-select .dropdown-menu li a{padding:7.5px 7px;white-space:normal;color:#595959}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .bootstrap-select .dropdown-menu li a:hover{background:rgba(217,217,217,.5);color:#595959!important}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .dropdown-item.active,.nw-hero--simple-dropdown .nw-hero__list-dropdown .dropdown-item:active{background:rgba(217,217,217,.5)!important;color:#595959!important}
/*Style fixed*/
.nw-hero--simple-dropdown {
    height: auto
}
.nw-hero--simple-dropdown .nw-hero__list-dropdown .dropdown > .dropdown-menu {
    position: absolute !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) !important;
    border: none;
    transform: none !important;
    border-radius: 0 0 6px 6px;
    width: 100%;
    min-width: auto;
    padding-top: 1px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    /*min-width: 204px;*/
    top: 35px !important
}
.nw-support{padding:30px 0;background-color:rgba(189,189,189,.2)}
@media screen and (min-width:768px){
.nw-support{padding:36px 0 45px}
}
.nw-support__title{margin-bottom:8px;text-align:center}
.nw-support__title span{display:inline-block;padding:0 66px;background:linear-gradient(to right,#00bf71,#00bf71) no-repeat left center/50px 3px,linear-gradient(to right,#00bf71,#00bf71) no-repeat right center/50px 3px}
@media screen and (min-width:576px){
.nw-support__title span{padding:0 107px;background:linear-gradient(to right,#00bf71,#00bf71) no-repeat left center/91px 3px,linear-gradient(to right,#00bf71,#00bf71) no-repeat right center/91px 3px}
}
.nw-support__description{max-width:604px;margin:0 auto 34px;line-height:1.5;text-align:center}
@media screen and (min-width:768px){
.nw-support__buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
}
.nw-support__buttons .item{display:flex;align-items:center;transition:all .3s ease;border-radius:46.5px;margin:0 20.5px;padding:7px 60px 7px 8px;background-color:#fff}
@media screen and (max-width:767px){
.nw-support__buttons .item{width:100%;max-width:300px;margin:15px auto 0}
}
@media screen and (min-width:768px){
.nw-support__buttons .item{margin:0 12px;padding:7px 28px 7px 8px}
}
@media screen and (min-width:992px){
.nw-support__buttons .item{margin:0 20.5px;padding:7px 60px 7px 8px}
}
.nw-support__buttons .item:hover{background-color:#00bf71}
.nw-support__buttons .item:hover .item-icon{background-color:#fff;color:#00bf71}
.nw-support__buttons .item:hover .item-content{color:#fff}
.nw-support__buttons .item-icon{display:flex;justify-content:center;align-items:center;transition:all .3s ease;border-radius:50%;width:70px;height:70px;background-color:#00bf71;color:#fff}
.nw-support__buttons .item-content{transition:all .3s ease;width:calc(100% - 70px);padding-left:22px;color:#595959}
.nw-support.bg-white .nw-support__buttons .item{background-color:#f0f0f0}
.nw-support.bg-white .nw-support__buttons .item:hover{background-color:#00bf71}
.nw-support__heading{margin-bottom:18px;text-align:center}
.nw-support__button{margin-bottom:28px;text-align:center}
.nw-support__button .btn{display:flex;justify-content:center;align-items:center;border-radius:52px;width:245px;height:53px;margin:0 auto}
.nw-support__list{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-15px}
.nw-support__list .item{display:flex;align-items:center;width:100%;padding:5px 10px}
@media screen and (min-width:768px){
.nw-support__list .item{width:50%;padding:14px}
}
@media screen and (min-width:1200px){
.nw-support__list .item{flex:none;width:auto}
}
.nw-support__list .item:hover{color:#00bf71}
.nw-support__list .item-icon{display:flex;justify-content:center;align-items:center;border:1px solid #00bf71;border-radius:50%;width:45px;height:45px;background:#fff}
.nw-support__list .item-content{width:calc(100% - 63px);padding-left:13px}
.nw-support--company{background-color:#fff}
@media screen and (min-width:768px){
.nw-support--company{padding-bottom:45px;padding-top:30px}
.nw-support__list .item{padding:10px}
.nw-support__list .item-icon{width:63px;height:63px}
}
.nw-support--company .nw-support__heading{margin-bottom:8px}
@media screen and (min-width:992px){
.nw-support--company .nw-support__list{padding:0 10% 0 7.7%}
}
.blog-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 0 .625rem;
    margin-right: -.625rem;
}
    .blog-category a {
        display: block;
        white-space: nowrap;
        border: .0625rem solid #d6d6d6;
        border-radius: 999px;
        padding: .375rem .625rem .375rem 2.25rem;
        position: relative;
        margin: 0 .625rem .625rem 0;
        font-size: 13px;
        line-height: 1.4em;
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .blog-category a:before {
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: .0625rem solid #d6d6d6;
            background: url('/images3/common/icon.png') no-repeat -178px -98px;
            left: -.0625rem;
            top: -.0625rem;
            z-index: 2;
        }

.ns-body h1, .page-blog h1, h1 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 26px;
}

.ns-desc a:not(.btn):not(.button):not(.button a), .ns-body a:not(.btn):not(.button):not(.button a){
    color: #079f40
}
.ns-desc {
    font-weight: 600;
}

.text-justify {
    text-align: justify;
}

.xjobs-r li {
    border-bottom: 1px dashed #ddd;
}

.list-job3 li {
    margin: 10px 0 0;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-bottom: solid 1px #ddd;
    justify-content: flex-start;
}

.list-job3 li .logoemp {
    margin-right: 4%;
    height: 70px;
    width: 18%;
}

.list-job3 li a {
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
}

.logoemp {
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.list-job3 li .job-descrip {
    width: 78%;
}

.ns-desc, .ns-body, .ns-content {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height:28px;
}

.text-justify {
    text-align: justify;
}


.xjobs {
    margin: 20px 0;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4em;
}

    .xjobs .panel-heading, .xjobs-r .panel-heading {
        background-color: #ed5d5f;
        color: white;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

.xjobs .panel-body {
    border: 1px solid #ddd;
}
.fl-sb {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.list-job ul, .list-job2 ul, .list-job3 ul, .list-job4 ul, .list-job5 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.xjobs .row, .xjobs li, .xjobs-r .row {
    padding: 7px;
    border-bottom: 1px dashed #ddd;
}

.xjobs li {
    margin: 0 !important;
    padding: 10px !important;
    list-style: none;
}

.ns-body li {
    list-style-type: circle;
    margin: 0 0 0 25px;
}

.list-job4 li {
    width: 100%;
}

.list-job4 li {
    padding: 6px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-bottom: 1px dashed #ddd;
    justify-content: flex-start;
}

.list-job4 li .logoemp {
    margin-right: 2%;
    height: 70px;
    width: 12%;
}

.xjobs .logoemp {
    height: 60px !important;
}

.list-job4 li .job-descrip {
    width: 71%;
}

.xjobs .titjob {
    font-size: 15px;
}

.titjob {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.xjobs .titjob a {
    color: #666;
}

.xjobs .iconhot {
    margin-left: 5px;
    margin-right: 0;
}

.xjobs .namecompany {
    margin-bottom: 2px;
}

.namecompany {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infother {
    font-size: 13px;
    color: #999;
}

.xjobs .job-mg {
    margin-right: 20px;
}

.job-mg {
    margin-right: 15px;
}

.job-mg i {
    margin-right: 3px;
}

blockquote.decorate1 a {
    font-weight: 600;
    color: #58b3ce;
}

blockquote.decorate4 a {
    font-weight: 600;
    color: #58b3ce;
}

.ns-body h2 {
    font-size: 22px;
    margin: 15px 0;
    font-weight: 600;
    color: #11843c;
}
.ns-body p{
    margin:3px 0;
}
em {
    font-style: italic;
}

.color2 {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.button.resize2 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #00a8ff;
}

.color2 a {
    color: #fff !important;
    text-decoration: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity: .5
}
.adsr {
    margin-bottom: 10px
}
.ns-body .glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ns-body .glyphicon-pushpin:before {
    content: "\f0a4"
}
.ns-body .glyphicon-hand-right:before {
    content: "\f0a4"
}
.ns-body .glyphicon-bookmark:before {
    content: "\f02e"
}
.ns-body .glyphicon-search:before {
    content: "\f002"
}
.ns-body .glyphicon-user:before {
    content: "\f007"
}
.ns-body .glyphicon-star:before {
    content: "\f005"
}
.ns-body .glyphicon-ok:before {
    content: "\f00c"
}

.ns-body .glyphicon-ok-sign:before {
    content: "\f058"
}

.ns-body .glyphicon-chevron-right:before {
    content: "\f054"
}
strong {
    font-weight: bold;
}
/* -------------Tem1--------- */
.color2 {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .color2 a {
        color: #fff !important;
        text-decoration: none;
    }


    .color2 .button {
        -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        background: linear-gradient(45deg, #8cbaa2, #10bf51);
        text-indent: 0px;
        border: 0px solid #9caed9;
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        padding: 1em 2em;
        text-decoration: none;
        text-align: center;
        /*text-shadow: 0px 1px 0px #86ae47;*/
        border-radius: 200px;
    }

        .color2 .button:hover {
            transition: box-shadow 0.5s ease, transform 0.2s ease;
            transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        }

        .color2 .button:active {
            position: relative;
            top: 1px;
        }
/* -------------Tem2--------- */
.box-color1 {
    display: inline-block;
    border: 2px solid #25ab56;
    border-radius: 15px;
    width: 100%;
}


    .box-color1 .header {
        position: relative;
        background-color: #25ab56;
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .box-color1 .header h2 {
            margin: 0;
            color: #fff;
            line-height: 1.5;
            font-size: 22px;
            text-align: center;
            padding-top: 5px;
        }

    .box-color1 .action {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .box-color1 .action a {
            color: #fff !important;
            text-decoration: none;
        }


        .box-color1 .action .button {
            -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            background: linear-gradient(45deg, #8cbaa2, #10bf51);
            text-indent: 0px;
            border: 0px solid #9caed9;
            display: inline-block;
            color: #ffffff;
            font-size: 17px;
            font-weight: bold;
            font-style: normal;
            padding: 15px;
            text-decoration: none;
            text-align: center;
            text-shadow: 0px 1px 0px #86ae47;
            border-radius: 200px;
        }

            .box-color1 .action .button:hover {
                transition: box-shadow 0.5s ease, transform 0.2s ease;
                transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            }

            .box-color1 .action .button:active {
                position: relative;
                top: 1px;
            }
/* -------------Tem1a--------- */
.color1 {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .color1 a {
        color: #fff !important;
        text-decoration: none;
    }


    .color1 .button {
        -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        background: linear-gradient(45deg, #9caed9, #25355a);
        text-indent: 0px;
        border: 0px solid #9caed9;
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        padding: 1em 2em;
        text-decoration: none;
        text-align: center;
        /*text-shadow: 0px 1px 0px #86ae47;*/
        border-radius: 200px;
    }

        .color1 .button:hover {
            transition: box-shadow 0.5s ease, transform 0.2s ease;
            transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        }

        .color1 .button:active {
            position: relative;
            top: 1px;
        }
/* -------------Tem2a--------- */
.box-color2 {
    display: inline-block;
    border: 2px solid #25355a;
    border-radius: 15px;
    width: 100%;
}


    .box-color2 .header {
        position: relative;
        background-color: #25355a;
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .box-color2 .header h2 {
            margin: 0;
            color: #fff;
            line-height: 1.5;
            font-size: 22px;
            text-align: center;
            padding-top: 5px;
        }

    .box-color2 .action {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .box-color2 .action a {
            color: #fff !important;
            text-decoration: none;
        }


        .box-color2 .action .button {
            -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            background: linear-gradient(45deg, #9caed9, #25355a);
            text-indent: 0px;
            border: 0px solid #9caed9;
            display: inline-block;
            color: #ffffff;
            font-size: 17px;
            font-weight: bold;
            font-style: normal;
            padding: 15px;
            text-decoration: none;
            text-align: center;
            text-shadow: 0px 1px 0px #25355a;
            border-radius: 200px
        }

            .box-color2 .action .button:hover {
                transition: box-shadow 0.5s ease, transform 0.2s ease;
                transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            }

            .box-color2 .action .button:active {
                position: relative;
                top: 1px;
            }
/* -------------Tem1b--------- */
.color3 {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .color3 a {
        color: #fff !important;
        text-decoration: none;
    }


    .color3 .button {
        -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        box-shadow: inset 0px 0px 0px 0px #d9fbbe;
        background: linear-gradient(45deg, rgb(0, 198, 255) 0%, rgb(0, 114, 255) 100%);
        text-indent: 0px;
        border: 0px solid #9caed9;
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        padding: 1em 2em;
        text-decoration: none;
        text-align: center;
        /*text-shadow: 0px 1px 0px #86ae47;*/
        border-radius: 200px;
    }

        .color3 .button:hover {
            transition: box-shadow 0.5s ease, transform 0.2s ease;
            transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        }

        .color3 .button:active {
            position: relative;
            top: 1px;
        }


/* -------------Tem2b--------- */
.box-color3 {
    display: inline-block;
    border: 2px solid rgb(0, 114, 255);
    ;
    border-radius: 15px;
    width: 100%;
}


    .box-color3 .header {
        position: relative;
        background-color: rgb(0, 114, 255);
        ;
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .box-color3 .header h2 {
            margin: 0;
            color: #fff;
            line-height: 1.5;
            font-size: 22px;
            text-align: center;
            padding-top: 5px;
        }

    .box-color3 .action {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .box-color3 .action a {
            color: #fff !important;
            text-decoration: none;
        }


        .box-color3 .action .button {
            -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            background: linear-gradient(45deg, rgb(0, 198, 255) 0%, rgb(0, 114, 255) 100%);
            text-indent: 0px;
            border: 0px solid #9caed9;
            display: inline-block;
            color: #ffffff;
            font-size: 17px;
            font-weight: bold;
            font-style: normal;
            padding: 15px;
            text-decoration: none;
            text-align: center;
            border-radius: 200px;
        }

            .box-color3 .action .button:hover {
                transition: box-shadow 0.5s ease, transform 0.2s ease;
                transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            }

            .box-color3 .action .button:active {
                position: relative;
                top: 1px;
            }


/******Template 4******/
.box-color4 {
    display: inline-block;
    border: 2px solid #FF8800;
    ;
    border-radius: 15px;
    width: 100%;
}


    .box-color4 .header {
        position: relative;
        background-color: #FF8800;
        ;
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .box-color4 .header h2 {
            margin: 0;
            color: #fff;
            line-height: 1.5;
            font-size: 22px;
            text-align: center;
            padding-top: 5px;
        }

    .box-color4 .action {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .box-color4 .action a {
            color: #fff;
            text-decoration: none;
        }


        .box-color4 .action .button {
            -moz-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            -webkit-box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            box-shadow: inset 0px 0px 0px 0px #d9fbbe;
            background: linear-gradient(45deg, rgb(216, 201, 179) 0%, #FF8800 100%);
            text-indent: 0px;
            border: 0px solid #9caed9;
            display: inline-block;
            color: #ffffff;
            font-size: 17px;
            font-weight: bold;
            font-style: normal;
            padding: 15px;
            text-decoration: none;
            text-align: center;
            border-radius: 200px;
        }

            .box-color4 .action .button:hover {
                transition: box-shadow 0.5s ease, transform 0.2s ease;
                transform: translateY(var(--ty, 0)) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)) translateZ(var(--tz, -12px));
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            }

            .box-color4 .action .button:active {
                position: relative;
                top: 1px;
            }

    .box-color4 .textin {
        padding: 10px 15px;
        line-height: 1.5;
        text-align: justify;
    }

/*********Menu*********/

.menu {
    border: 1px solid rgba(63, 195, 39, 0.75);
    ;
}

.menu-header {
    font-size: 20px;
    font-weight: 500;
    min-height: 15px;
    margin: 0;
    background: rgba(63, 195, 39, 0.75);
    padding: 15px;
    color: #fff;
}

    .menu-header .btn-collapse:hover {
        cursor: pointer;
    }

.collapsein {
    display: block;
    padding: 10px;
}

    .collapsein li {
        list-style-type: none;
        font-style: italic;
    }

.ns-desc .menu label, .ns-body .menu label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

em.highlight {
    background-color: #2eb938;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight1 {
    background-color: #00a8ff;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight2 {
    background-color: #ff5c5c;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight3 {
    background-color: #aaa;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight4 {
    background-color: #b84400;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight5 {
    background-color: #1C15FA;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight6 {
    background-color: #FA15FA;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.highlight7 {
    background-color: #16DAAA;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

blockquote p:last-child {
    margin: 0;
}

blockquote.decorate1, blockquote.decorate2, blockquote.decorate3, blockquote.decorate4 {
    background: #dddddd82;
}
/*Mẫu thiết kế thứ nhất*/
blockquote.decorate1 {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #e64946;
}

    blockquote.decorate1 a {
        font-weight: 600;
        color: #e64946 !important;
    }

/*Mẫu thiết kế thứ hai*/
blockquote.decorate2 {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #10bf51;
}

    blockquote.decorate2 a {
        font-weight: 600;
        color: #0b6e30;
    }

/*Mẫu thiết kế thứ ba*/

blockquote.decorate3 {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #345390;
}

    blockquote.decorate3 a {
        font-weight: 600;
        color: #345390;
    }

/*Mẫu thiết kế thứ tư*/
blockquote.decorate4 {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #58b3ce;
}

    blockquote.decorate4 a {
        font-weight: 600;
        color: #58b3ce;
    }

/* Template 2*/

em.highlight1 {
    background-color: #00a8ff;
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 18px;
}

em.adjust {
    border-radius: 5px;
    padding: 5px;
}

    em.adjust p {
        margin: 0;
    }

    em.adjust a {
        text-decoration: none;
        color: #fff !important;
    }

        em.adjust a:hover {
            text-decoration: underline;
        }

/* template 3 */

.button.resize1 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #2eb938;
}

.button.resize2 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #00a8ff;
}

.button.resize3 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #ff5c5c;
}

.button.resize4 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #aaa;
}

.button.resize5 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #b84400;
}

.button.resize6 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #1C15FA;
}

.button.resize7 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #FA15FA;
}

.button.resize8 {
    border-radius: 5px;
    padding: 5px 7px;
    background: #16DAAA;
}

.box-color3 .textin {
    padding: 10px 15px;
    line-height: 1.5;
    text-align: justify;
}
.ns-mi-content .item {
    margin: 15px 0 30px 0;
    counter-increment: item;
}

.ns-mi-content h2 {
    border-bottom: dashed 1px #ddd;
    text-transform: uppercase
}
.ns-mi-content h2 i.fa{font-size:18px}
.ns-mi-content.ns-body {
    font-size: 16px;
    line-height: 22px
}

.ns-mi-content p {
    margin: 5px 0
}
.ns-mi-content .list-item h4:before {
    /*font-weight: bold;*/
    content: counter(item)'.';
    padding-right: 5px;
}
.ns-mi-content h3 {
    font-size: 20px;
    color: #253556
}
.mi-should h2 {
    color: #14a744
}
.mi-not h2 {
    color: #3f51b5
}
.list-num>.num {
    counter-increment: num;
    align-items: center;
    display: flex;
    margin: 0.9166666667em 0 0.75em;
    font-weight: 600;
}
.list-num>.num:before {
    content: counter(num);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0.6666666667em;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    background-color: #11be52;
    color: #fff;
}
.list-sub-num .num {
    counter-increment: subnum;
}
.list-sub-num .num:before {
    content: counter(num)'.'counter(subnum)'.';
    padding-right: 5px;
}
.hidebyfixed{
    display:none
}
.bd-clipboard {
    position: relative;
    float: right;
}

.btn-clipboard {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 10;
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f7f7f9;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.highlight div {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: inherit;
    color: #212529;
}

.cv-follow {
    position: fixed;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    bottom: 0;
    width: 100%;
    display: none;
    padding: 5px 0;
    color: #fff;
}
.cv-follow button.close {
    color: #fff;
    padding-right: 10px;
    opacity: initial;
}
.cv-follow .btn-create-cv {
    padding: 7px 20px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    background-color: #10bf51;
    border: solid 2px #85da89;
}
.sec-choose-news {
    padding: 30px 0;
    background: #efefef;
    border-radius: 10px
}

.sec-choose-news .title3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center
}

.sec-choose-news .whychoose-news {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    text-align: center;
    flex-wrap: wrap;
    margin: 10px 0
}

.whychoose-news li {
    list-style: none;
    width: 25%;
    padding: 10px;
    margin-left: 0
}

.whychoose-news .cimg5 img {
    width: 65%
}

.whychoose-news li p.txt7 {
    line-height: 26px
}

.sec-choose-news .cv-btn {
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    background-color: #10bf51;
    border: solid 2px #a6c7a7;
    display: inline-block
}

@media screen and (max-width: 992px) {
    .whychoose-news li {
        display: flex;
        width: 100%;
        text-align: left;
        list-style: none;
        margin-left: 0
    }

        .whychoose-news li .cimg5 {
            width: 20%
        }

    .whychoose-news .cimg5 img {
        width: 90%
    }

    .whychoose-news li p.txt7 {
        padding-left: 10px;
        width: 80%
    }

    .sec-choose-news .cv-btn {
        width: 80%;
        padding: 7px 14px;
        font-size: 16px;
        line-height: 24px
    }
}

.xmd-1 .modal-content{border-radius:16px}
.xmd-1 .modal-header{padding:8px 20px 0;border:none}
.xmd-1 .modal-header .close{font-weight:300}
.xmd-1 .modal-body{margin:10px 22px 22px;border:dashed 1px #73C48F;border-radius:12px}
.xmd-1 .modal-body .tit{font-size:18px;font-weight:bold;margin:0 0 10px;color:#123983}
.xmd-1 .modal-body button{color:#fff;background-color:#2DB670;border-radius:30px;font-size:16px;font-weight:500;padding:7px 20px}
.xmd-1 .modal-footer{border:none;padding-top:0}
@font-face {
    font-family: 'Didot Italic';
    src: url('/fonts3/Didot-Italic-02.ttf');
	font-display: swap
}

.image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

    .image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'object-fit: cover;';
        object-fit: 'cover';
    }

.blog-sidebar--bd-green {
    border: 2px solid #00c83a;
}

.action-sidebar {
    margin-top: 14px;
    margin-bottom: 12px;
}

.action-sidebar2 {
    margin-bottom: 0;
}

.action-sidebar__box {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 14px;
}

.action-sidebar__box2 {
    margin-bottom: 20px;
    padding-bottom: 13px;
}

.action-sidebar__box:hover .action-sidebar__box-title2,
.action-sidebar__box:hover .action-sidebar__box-title {
    color: #00c83a;
}

.action-sidebar__box-label {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 7px;
    border-radius: 2px;
    padding: 4px 8px;
    background-color: #eb0026;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.action-sidebar__box-image {
    position: relative;
    margin-bottom: 12px;
}

.action-sidebar__box-image2 {
    margin-bottom: 7px;
}

.action-sidebar__box-image::before {
    content: '';
    display: block;
    padding-bottom: 57%;
}

.action-sidebar__box-image2::before {
    padding-bottom: 56%;
}

.action-sidebar__box-title {
    transition: color .3s ease-in-out;
    font-size: 22px;
    line-height: 1.36;
    font-weight: 500;
    color: #333;
}

.action-sidebar__box-title2 {
    transition: color .3s ease-in-out;
    font-size: 20;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.action-sidebar__list {
    counter-reset: section;
}

.action-sidebar__item {
    position: relative;
    display: block;
    margin-bottom: 13px;
    min-height: 42px;
    padding-left: 58px;
    font-size: 15px;
    line-height: 1.47;
    color: #333;
}

    .action-sidebar__item:hover {
        text-decoration: none;
        color: #333;
    }

    .action-sidebar__item:last-child {
        margin-bottom: 0;
    }

    .action-sidebar__item::before {
        content: counter(section, decimal-leading-zero);
        position: absolute;
        top: 0;
        left: 4px;
        font-size: 40px;
        line-height: 1;
        font-family: 'Didot Italic';
        counter-increment: section;
        color: #263456;
    }

    .action-sidebar__item span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.for-you-sidebar__cta,
.action-sidebar__cta {
    text-align: right;
}

.for-you-sidebar__btn,
.action-sidebar__btn {
    align-items: center;
    display: inline-flex;
    margin-top: 17px;
    margin-right: -5px;
}

.for-you-sidebar__btn,
.action-sidebar__btn2 {
    margin-top: 0;
    margin-right: 0;
}

    .for-you-sidebar__btn:hover,
    .action-sidebar__btn:hover {
        text-decoration: none;
    }

.for-you-sidebar__btn-text,
.action-sidebar__btn-text {
    transition: color .3s ease-in-out;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1.57;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

    .for-you-sidebar__btn-text:hover,
    .action-sidebar__btn-text:hover {
        color: #00c83a;
    }

.for-you-sidebar__btn-icon,
.action-sidebar__btn-icon {
    position: relative;
    top: -2px;
    align-items: center;
    display: flex;
    font-size: 22px;
}

    .for-you-sidebar__btn-icon i:first-child,
    .action-sidebar__btn-icon i:first-child {
        opacity: 0.2;
        color: #a8ffc1;
    }

    .for-you-sidebar__btn-icon i:nth-child(2),
    .action-sidebar__btn-icon i:nth-child(2) {
        color: #a8ffc1;
    }

    .for-you-sidebar__btn-icon i:last-child,
    .action-sidebar__btn-icon i:last-child {
        color: #00c83a;
    }

.action-module {
    padding: 21px 0 35px;
}

    .action-module .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .action-module [class*='col'] {
        padding-right: 15px;
        padding-left: 15px;
    }

.action-module__inner {
    border: 1px solid #00c83a;
    border-radius: 10px;
    padding: 23px 16px 28px 20px;
    background-color: #fafffb;
}

.about-joboko__head,
.for-you__head,
.action-module__head {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.about-joboko__title,
.for-you__title,
.action-module__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 9px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

    .about-joboko__title::before,
    .for-you__title::before,
    .action-module__title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 68px;
        height: 4px;
        background-color: #00c83a;
    }

.about-joboko__btn,
.for-you__btn,
.action-module__btn {
    align-items: center;
    display: inline-flex;
}

    .about-joboko__btn:hover,
    .for-you__btn:hover,
    .action-module__btn:hover {
        text-decoration: none;
    }

.about-joboko__btn-text,
.for-you__btn-text,
.action-module__btn-text {
    transition: color .3s ease-in-out;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1.57;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

    .about-joboko__btn-text:hover,
    .for-you__btn-text:hover,
    .action-module__btn-text:hover {
        color: #00c83a;
    }

.about-joboko__btn-icon,
.for-you__btn-icon,
.action-module__btn-icon {
    position: relative;
    top: -2px;
    align-items: center;
    display: flex;
    font-size: 22px;
}

    .about-joboko__btn-icon i:first-child,
    .for-you__btn-icon i:first-child,
    .action-module__btn-icon i:first-child {
        opacity: 0.2;
        color: #a8ffc1;
    }

    .about-joboko__btn-icon i:nth-child(2),
    .for-you__btn-icon i:nth-child(2),
    .action-module__btn-icon i:nth-child(2) {
        color: #a8ffc1;
    }

    .about-joboko__btn-icon i:last-child,
    .for-you__btn-icon i:last-child,
    .action-module__btn-icon i:last-child {
        color: #00c83a;
    }

.action-module__item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 19px;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 17px;
}

.for-you [class*='col']:last-child .for-you__item,
.action-module [class*='col']:last-child .action-module__item {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.action-module__item:hover {
    color: inherit;
}

.action-module__item-image {
    position: relative;
    width: 36.4%;
}

    .action-module__item-image::before {
        content: '';
        display: block;
        padding-bottom: 57%;
    }

.action-module__item-content {
    width: 63.6%;
    padding-left: 17px;
}

.action-module__item-title {
    display: -webkit-box;
    overflow: hidden;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.41;
    font-weight: bold;
    text-overflow: ellipsis;
    color: #000;
    color: #000;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.action-module__item-text {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.47;
    font-weight: 400;
    text-overflow: ellipsis;
    color: #333;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.for-you {
    padding: 21px 0 29px;
}

    .for-you .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .for-you [class*='col'] {
        padding-right: 15px;
        padding-left: 15px;
    }

.for-you__item {
    display: block;
    transition: color .3s ease-in-out;
    margin-bottom: 17px;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 19px;
    font-size: 18px;
    line-height: 1.44;
    font-weight: bold;
    color: #000;
}

    .action-module__item-title:hover,
    .for-you__item:hover {
        color: #00c83a;
    }

.action-sidebar__item2 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 19px;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 20px;
}

    .for-you-sidebar__item:hover,
    .action-sidebar__box:hover,
    .action-sidebar__item:hover,
    .action-sidebar__item2:hover {
        text-decoration: none;
    }

.action-sidebar__item2-image {
    position: relative;
    width: 42%;
}

    .action-sidebar__item2-image::before {
        content: '';
        display: block;
        padding-bottom: 56%;
    }

.action-sidebar__item2-content {
    width: 58%;
    padding-left: 15px;
}

.action-sidebar__item2-title {
    display: -webkit-box;
    overflow: hidden;
    transition: color .3s ease-in-out;
    margin: -4px 0 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-overflow: ellipsis;
    color: #000;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.action-sidebar__item2:hover .action-sidebar__item2-title {
    color: #00c83a;
}

.blog-sidebar2 {
    margin-bottom: 19px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 17px 17px 13px;
    background-color: #fff;
}

.blog-sidebar2--bd-green {
    border-color: #00c83a;
}

.blog-sidebar2-title {
    position: relative;
    margin-bottom: 21px;
    padding-bottom: 9px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #009f2e;
}

.blog-sidebar2-title2 {
    margin-bottom: 15px;
}

.blog-sidebar2-title3 {
    font-size: 20px;
}

.blog-sidebar2-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68px;
    height: 4px;
    background-color: #009f2e;
}

.for-you-sidebar {
    padding-bottom: 10px;
}

.for-you-sidebar__item {
    display: block;
    transition: color .3s ease-in-out;
    margin-bottom: 12px;
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
}

    .for-you-sidebar__item:hover {
        color: #00c83a;
    }

.about-joboko {
    padding: 52px 0;
}

.about-joboko__item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 21px;
    border-bottom: 1px dotted #c5c5c5;
    padding-bottom: 16px;
}

    .about-joboko__item:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

.about-joboko__item-image {
    position: relative;
    width: 35%;
}

    .about-joboko__item-image::before {
        content: '';
        display: block;
        padding-bottom: 56%;
    }

.about-joboko__item-content {
    width: 64%;
    padding-left: 10px;
}

.about-joboko__item-date {
    margin: -5px 0 4px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #888888;
}

.about-joboko__item-title {
    display: -webkit-box;
    overflow: hidden;
    transition: color .3s ease-in-out;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    text-overflow: ellipsis;
    color: #000;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-joboko__item-text {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
    text-overflow: ellipsis;
    color: #555555;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-joboko__item:hover {
    text-decoration: none;
}

    .about-joboko__item:hover .about-joboko__item-title {
        color: #00c83a;
    }

.about-joboko__item--large {
    display: block;
}

    .about-joboko__item--large .about-joboko__item-image {
        margin-bottom: 10px;
        width: 100%;
    }

    .about-joboko__item--large .about-joboko__item-content {
        width: 100%;
        padding-left: 0;
    }

    .about-joboko__item--large .about-joboko__item-title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.25;
        font-weight: bold;
    }

    .about-joboko__item--large .about-joboko__item-text {
        font-size: 15px;
        line-height: 1.47;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

@media only screen and (min-width: 1200px) {
    .about-joboko .container {
        width: 1197px;
    }
}

@media only screen and (min-width: 768px) {
    .for-you [class*='col']:nth-last-child(-n+2) .for-you__item,
    .action-module [class*='col']:nth-last-child(-n+2) .action-module__item {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .for-you .row {
        margin-right: -36px;
        margin-left: -36px;
    }

    .for-you [class*='col'] {
        padding-right: 36px;
        padding-left: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        margin-bottom: 40px;
        border-bottom: 1px dotted #b7b7b7;
        padding: 10px 0;
        background-color: transparent;
    }

        .breadcrumb h1,
        .breadcrumb a {
            font-size: 15px;
            font-weight: 400;
            color: #333;
        }

    .action-sidebar__box-image::before {
        padding-bottom: 68%;
    }

    .about-joboko__head,
    .for-you__head,
    .action-module__head {
        align-items: flex-start;
    }

    .action-module__inner {
        padding: 20px 15px;
    }

    .about-joboko__title,
    .for-you__title,
    .action-module__title {
        font-size: 17px;
    }

    .about-joboko__btn-text,
    .for-you__btn-text,
    .action-module__btn-text {
        margin-right: 3px;
    }

    .about-joboko__btn-icon,
    .for-you__btn-icon,
    .action-module__btn-icon {
        font-size: 16px;
    }

    .about-joboko__item--large,
    .about-joboko__item--large:last-child {
        margin-bottom: 30px;
    }

        .about-joboko__item--large .about-joboko__item-title {
            font-size: 18px;
        }
}


.blog-sidebar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.0625rem 0.3125rem #d0d0d0;
    box-shadow: 0 0.0625rem 0.3125rem #d0d0d0;
    margin-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
}

.action-sidebar {
    margin-top: 14px;
    margin-bottom: 12px;
}

.khoi-sukien {
	content-visibility: auto;
}

    .khoi-sukien .ttl-blog01 {
        font-size: 1.4rem;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: bold;
        color: #333333;
        padding-bottom: 0.7 rem;
        margin-bottom: 0;
        position: relative;
    }


    .khoi-sukien .action-sidebar__box-title {
        transition: color .3s ease-in-out;
        font-size: 22px;
        line-height: 1.36;
        font-weight: 500;
        color: #333;
        margin:0
    }

.nw-breadcrumb .breadcrumb{border-bottom:none;margin-bottom:19px;padding:0;background:0 0;color:#3c3c3c}
.nw-breadcrumb .breadcrumb h1{display:inline-block;font-weight:inherit;font-size:inherit;margin:inherit;padding:inherit}
.nw-breadcrumb .breadcrumb a{color:#3c3c3c}
.nw-breadcrumb .breadcrumb-item.active{color:#123983}
.nw-breadcrumb .breadcrumb-item+.breadcrumb-item::before{padding-right:4px;padding-left:4px}
.action-module{margin-bottom:16px;padding:38px 0 31px;background-color:#f4f4f4}
.action-module a:hover{text-decoration:none}
.action-module .row{margin-right:-14px;margin-left:-14px}
.action-module [class*=col-]{padding-right:14px;padding-left:14px}
.action-module.action-module-v2{margin-bottom:0;padding:29px 0 40px;background-color:#ededed}
.action-module.action-module-v3{margin-bottom:0;padding:8px 0 40px;background-color:#f1f1f1}
.action-module__inner{border-color:#0a208f;border-radius:8px;background-color:#fff}
@media screen and (min-width:768px){
.action-module__inner{padding:20px 23px 36px 27px}
}
@media screen and (min-width:768px){
.action-module-v3 .action-module__inner{padding-bottom:25px}
}
.action-module__title{padding-left:3px;text-transform:none;color:#243556}
.action-module__title::before{content:'';position:absolute;bottom:0;left:0;width:68px;height:4px;background-color:#00c83a}
@media screen and (min-width:768px){
.action-module__title{padding-bottom:0;letter-spacing:1px}
}
.action-module__title::before{background-color:#00bf71}
@media screen and (min-width:768px){
.action-module__title::before{bottom:9px;left:103%;width:92px;height:3px}
}
.action-module-v2 .action-module__title{padding-left:0}
@media screen and (min-width:768px){
.action-module-v2 .action-module__title::before{left:107%}
}
@media screen and (min-width:768px){
.action-module-v3 .action-module__title::before{left:114%}
}
.action-module__btn-text{margin-right:0;font-size:14px;font-weight:400;text-transform:none;color:#555}
.action-module__btn-icon{top:0;font-size:16px}
.action-module__head{margin-bottom:26px}
.action-module__item{border-bottom:none;margin-bottom:30px;padding-bottom:0}
.action-module__item-image{position:relative;overflow:hidden;border-radius:6px;width:37.4%}
.action-module__item-content{width:62.6%;padding-left:20px}
.action-module__item-title{font-size:15px;line-height:20px;color:#292929}
@media screen and (min-width:768px){
.action-module__item-title{margin:5px 0 13px}
}
.action-module__item-title:hover,.action-module__slider .item-title:hover{color:#00af68}
.action-module__item-text{line-height:20px;color:#5e5e5e}
.action-module__slider{margin-top:20px}
.action-module__slider .slick-list{margin-right:-8.5px;margin-left:-8.5px;padding:10px 0}
.action-module__slider .slick-slide{padding-right:8.5px;padding-left:8.5px}
.action-module__slider .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;border:none;padding:0;background:0 0;color:#6a6a6a}
.action-module__slider .slick-arrow::before{content:none}
.action-module__slider .slick-arrow:hover{color:#0a208f}
.action-module__slider .slick-prev{left:-53px}
.action-module__slider .slick-next{right:-53px}
.action-module__slider .item{display:flex;align-items:flex-start;box-shadow:2px 2px 8px 0 rgba(0,0,0,.15);border-radius:8px;padding:14px 14px 10px;background:#fff;position:relative}
.action-module__slider .item-image{overflow:hidden;border-radius:6px;width:115px}
.action-module__slider .item-image::before{padding-bottom:86.9565217391%}
.action-module__slider .item-content{width:calc(100% - 115px);padding-left:10px}
.action-module__slider .item-title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;transition:all .3s ease;margin:0 0 6px;font-size:15px;line-height:18px;font-weight:600;font-style:normal;color:#292929}
.action-module__slider .item-text{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:18px;font-weight:400;font-style:normal;color:#5d5d5d}
.action-module__slider .item-date-v2{margin-top:6px;font-size:14px;line-height:20px;font-weight:400;font-style:normal;color:#9d9d9d}
.action-module-v2 .action-module__slider{margin-top:11px}
.action-module-v2 .action-module__slider .slick-slide>div+div{margin-top:14px}
.action-module-v2 .action-module__slider .slick-arrow{top:-37px;transform:none;width:30px;height:30px}
.action-module-v2 .action-module__slider .slick-arrow:not(:hover){color:#6a6a6a}
.action-module-v2 .action-module__slider .slick-arrow svg{width:100%;height:100%}
.action-module-v2 .action-module__slider .slick-next{right:5px}
.action-module-v2 .action-module__slider .slick-prev{right:39px;left:auto}
.action-module-v3 .action-module__slider{margin-top:13px}
.action-module-v3 .action-module__slider .slick-list{margin-right:-14px;margin-left:-14px}
.action-module-v3 .action-module__slider .slick-slide{padding-right:14px;padding-left:14px}
.action-module-v3 .action-module__slider .slick-slide>div+div{margin-top:30px}
.action-module-v3 .action-module__slider .slick-arrow{top:-41px;transform:none;width:30px;height:30px}
.action-module-v3 .action-module__slider .slick-arrow:not(:hover){color:#6a6a6a}
.action-module-v3 .action-module__slider .slick-arrow svg{width:100%;height:100%}
.action-module-v3 .action-module__slider .slick-next{right:0}
.action-module-v3 .action-module__slider .slick-prev{right:33px;left:auto}
.action-module-v3 .action-module__slider .item{box-shadow:none;padding:0}
@media screen and (min-width:768px){
.action-module-v3 .action-module__slider .item-image{width:33%}
}
.action-module-v3 .action-module__slider .item-image::before{padding-bottom:52.7777777778%}
@media screen and (min-width:768px){
.action-module-v3 .action-module__slider .item-content{width:67%;padding-left:24px}
}
.action-module-v3 .action-module__slider .item-title{line-height:1.2667}
.action-module-v3 .action-module__slider .item-text{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
@media screen and (min-width:992px){
.nw-blog-layout{display:flex}
}
.nw-blog-layout__content{margin-bottom:25px}
@media screen and (min-width:992px){
.nw-blog-layout__content{width:calc(100% - 300px);margin-bottom:0;padding-right:35px}
}
@media screen and (min-width:992px){
.nw-blog-layout__sidebar{width:300px}
}
.nw-blog-detail{padding:30px 0 41px;background-color:#f4f4f4}
.nw-blog-detail__content{border-radius:6px;margin-bottom:17px;padding:16px 12px 25px;background:#fff}
@media screen and (min-width:768px){
.nw-blog-detail__content{padding-right:28px;padding-left:28px}
}
.nw-blog-detail__title{margin:0 0 5px}
.nw-blog-detail__author{display:flex;align-items:center;margin-bottom:11px}
.nw-blog-detail__author .ratio{flex-shrink:0;overflow:hidden;border-radius:50%;width:22px;margin-right:5px}
.nw-blog-detail__description{margin-bottom:17px;line-height:1.42}
.nw-blog-detail__wysiwyg{line-height:1.42}
.nw-blog-detail__wysiwyg figure{margin-bottom:20px}
.nw-blog-detail__wysiwyg h2{margin:0 0 5px}
.nw-blog-detail__wysiwyg h3{margin:0 0 3px}
.nw-blog-detail__wysiwyg p{margin-bottom:7px}
.nw-blog-detail__wysiwyg .more{display:flex;border:1px dashed #3f9aed;border-radius:58px;margin:18px 0 8px;background:#f6faff}
.nw-blog-detail__wysiwyg .more-label{display:flex;justify-content:center;align-items:center;border-radius:58px;width:101px;height:39px;margin:-1px;background:#123983;text-align:center;color:#fff}
.nw-blog-detail__wysiwyg .more-content{width:calc(100% - 101px);padding:9px 15px}
@media screen and (min-width:768px){
.nw-blog-detail__wysiwyg .more-content{padding-right:22px;padding-left:22px}
}
.nw-blog-detail__wysiwyg .more-content a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}
.nw-blog-detail__wysiwyg .apply{border:1px dashed #3f9aed;border-radius:8px;margin:17px 0 15px;padding:15px;background:#f6faff}
@media screen and (min-width:768px){
.nw-blog-detail__wysiwyg .apply{display:flex;align-items:center;padding:10px 21px 10px 28px}
}
.nw-blog-detail__wysiwyg .apply-content{margin-bottom:25px}
@media screen and (min-width:768px){
.nw-blog-detail__wysiwyg .apply-content{width:calc(100% - 142px);margin-bottom:0;padding-right:24px}
}
.nw-blog-detail__wysiwyg .apply-content .btn{display:flex;justify-content:center;align-items:center;border-radius:44px;width:176px;height:36px;margin:16px auto}
@media screen and (min-width:768px){
.nw-blog-detail__wysiwyg .apply-content .btn{margin:16px 0 0}
}
.nw-blog-detail__wysiwyg .apply-image{width:142px;margin:0 auto}
@media screen and (min-width:768px){
.nw-blog-detail__wysiwyg .apply-image{margin:0}
}
.nw-blog-detail__next{margin-bottom:32px;text-align:center}
.nw-blog-detail__next .btn{display:flex;justify-content:center;align-items:center;border:1px solid #acacac;border-radius:44px;width:176px;height:36px;margin:0 auto;background:#fff;color:#979797}
.nw-blog-detail__next .btn svg{flex-shrink:0;margin-left:5px}
.nw-blog-detail__next .btn:hover{border-color:#123983;background-color:#123983;color:#fff}
.nw-blog-author{display:flex;align-items:center;border-radius:6px;padding:15px 19px;background:#fff}
.nw-blog-author__image{overflow:hidden;border-radius:50%;width:88px}
.nw-blog-author__content{width:calc(100% - 88px);padding-left:20px}
.nw-sidebar-posts{overflow:hidden;border-radius:6px;margin-bottom:22px;background:#fff}
.nw-sidebar-posts__title{display:flex;align-items:center;padding:13px 15px 8px;background-color:#d9d9d9;color:#424242}
@media screen and (min-width:768px){
.nw-sidebar-posts__title{padding-right:22px;padding-left:22px}
}
.nw-sidebar-posts__title svg{margin-right:4px}
.nw-sidebar-posts__content{padding:11px 12px 5px;background-color:#fff}
.nw-sidebar-posts__inner{position:relative;margin-bottom:6px;padding:9px 12px 11px 13px;line-height:1.3333}
.nw-sidebar-posts__inner [data-bs-toggle=collapse]{position:unset;border:none;padding:0;background:0 0;cursor:pointer;text-align:left}
.nw-sidebar-posts__inner [data-bs-toggle=collapse][aria-expanded=true]::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;background-color:rgba(234,242,255,.7);pointer-events:none}
.nw-sidebar-posts__inner [data-bs-toggle=collapse][aria-expanded=true]>svg{transform:rotate(180deg)}
.nw-sidebar-posts__inner [data-bs-toggle=collapse]>span,.nw-sidebar-posts__inner [data-bs-toggle=collapse]>svg{position:relative;z-index:3;transition:transform .3s ease;color:#424242}
.nw-sidebar-posts__inner .collapse{position:relative;z-index:3}
.nw-sidebar-posts__inner li{border-bottom:1px dashed #c5c5c5;padding:9px 0 8px}
.nw-sidebar-posts__inner li:first-child{padding-top:7px}
.nw-sidebar-posts__inner li:last-child{border-bottom:none}
.nw-sidebar-posts__inner li a{position:relative;display:block;padding-left:10px;color:#424242}
.nw-sidebar-posts__inner li a::before{content:"";position:absolute;top:7px;left:0;border-radius:50%;width:6px;height:6px;background-color:#424242}
.nw-sidebar-posts__inner li a.active,.nw-sidebar-posts__inner li a:hover{text-decoration:underline;color:#123983}
.nw-sidebar-posts__inner li a.active::before,.nw-sidebar-posts__inner li a:hover::before{background-color:#123983}
.nw-sidebar-resources{border-radius:6px;margin-bottom:22px;padding:21px 12px 14px;background:linear-gradient(to right,#123983,#123983) no-repeat left top/100% 5px,#fff}
@media screen and (min-width:768px){
.nw-sidebar-resources{padding-right:22px;padding-left:22px}
}
.nw-sidebar-resources.has-border{border:1.5px solid #e1e1e1;border-top:none}
.nw-sidebar-resources__title{margin:0 0 3px;text-align:center}
.nw-sidebar-resources__list{line-height:1.3333}
.nw-sidebar-resources__list .item{position:relative;display:flex;align-items:center;transition:all .3s ease;border-bottom:1px dashed #c5c5c5;padding:10px 0 11px}
.nw-sidebar-resources__list .item::before{content:"";position:absolute;top:5px;right:0;bottom:5px;left:0;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:6px;background:#f3f3f3;pointer-events:none}
.nw-sidebar-resources__list .item svg{transition:all .3s ease;color:#848484}
.nw-sidebar-resources__list .item.active,.nw-sidebar-resources__list .item:hover{color:#00bf71}
.nw-sidebar-resources__list .item.active::before,.nw-sidebar-resources__list .item:hover::before{opacity:1;visibility:visible}
.nw-sidebar-resources__list .item.active svg,.nw-sidebar-resources__list .item:hover svg{color:#00bf71}
.nw-sidebar-resources__list .item.active a,.nw-sidebar-resources__list .item:hover a{font-weight:700;color:#00bf71}
.nw-sidebar-resources__list .item:last-child{border-bottom:none}
.nw-sidebar-resources__list .item a{transition:none!important;color:#333}
.nw-sidebar-resources__list .item a:hover{text-decoration:none;color:#00bf71}
.nw-sidebar-resources__list .item-icon{position:relative;z-index:3;display:flex;justify-content:center;align-items:center;width:38px}
.nw-sidebar-resources__list .item-content{position:relative;z-index:3;width:calc(100% - 38px);color:#555}
.nw-sidebar-banner{margin-bottom:22px}
.nw-sidebar-events{border:1.5px solid #e1e1e1;border-radius:6px;margin-bottom:22px;padding:23px 15px 10px;background:#fff}
@media screen and (min-width:768px){
.nw-sidebar-events{padding-right:20px;padding-left:22px}
}
.nw-sidebar-events .item-featured{display:block;margin-bottom:13px}
.nw-sidebar-events .item-featured .ratio{overflow:hidden;border-radius:8px;margin-bottom:6px}
.nw-sidebar-events .item-featured .ratio::before{padding-bottom:54.8638132296%}
.nw-sidebar-events .item-featured p{line-height:1.25;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}
.nw-sidebar-events .item{display:flex;align-items:center;margin-bottom:17px;text-decoration:none}
.nw-sidebar-events .item:hover span{text-decoration:underline}
.nw-sidebar-events .item strong{flex-shrink:0;width:38px;margin-right:12px;text-align:center}
.nw-sidebar-events .item span{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.16667}
.nv-sidebar-events__title{margin-bottom:12px}
.nw-sidebar-related{border:1.5px solid #e1e1e1;border-radius:6px;margin-bottom:22px;padding:17px 15px 27px;background:#fff}
@media screen and (min-width:768px){
.nw-sidebar-related{padding-right:19px;padding-left:20px}
}
.nw-sidebar-related .item{display:block;border-bottom:1px dashed #c5c5c5;margin-bottom:8px;padding-bottom:9px}
.nw-sidebar-related .item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.nw-sidebar-related .item p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}
.nw-sidebar-related .item p+p{margin-top:3px}
.nw-sidebar-related .item .fz-14{line-height:1.4286}
.nw-sidebar-related .item .fz-12{opacity:.8;line-height:1.16667}
.nw-sidebar-related .item a:hover{text-decoration:underline}
.nw-sidebar-related__title{margin:0 0 15px}
.nw-blog-article{padding:30px 0 0}
.nw-blog-list{padding:30px 0 35px}
.nw-blog-list__banner{margin-bottom:24px}
.nw-blog-list__wrapper{border:1.5px solid #e1e1e1;border-radius:6px;margin-bottom:18px;padding:20px 15px 27px;background:#fff}
@media screen and (min-width:768px){
.nw-blog-list__wrapper{padding-right:21px;padding-left:21px}
}
.nw-blog-list__posts{margin-top:27px}
.nw-blog-list__posts .item{margin-bottom:34px}
.nw-blog-list__posts .item:last-child{margin-bottom:0}
.nw-blog-list__posts .item a:hover{text-decoration:underline}
.nw-blog-list__posts .item-wrapper{display:flex;align-items:flex-start}
.nw-blog-list__posts .item-image{overflow:hidden;border-radius:6px;width:120px}
@media screen and (min-width:768px){
.nw-blog-list__posts .item-image{width:170px}
}
.nw-blog-list__posts .item-image::before{padding-bottom:55.8823529412%}
.nw-blog-list__posts .item-content{width:calc(100% - 120px);padding-left:12px;line-height:1.4286}
@media screen and (min-width:768px){
.nw-blog-list__posts .item-content{width:calc(100% - 170px);margin-top:6px;padding-left:17px}
}
.nw-blog-list__posts .item-content p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
.nw-blog-list__posts .item-content p+p{margin-top:5px}
.nw-blog-list__posts .item-title{display:block;margin-bottom:9px}
.nw-pagination{display:flex;justify-content:center;align-items:center;color:#595959}
.nw-pagination div{margin:0 9px}
.nw-pagination a{display:flex;color:#9d9d9d}
.nw-pagination a:hover{color:#123983}
.nw-blog-banner{margin:13px 0 39px}
.nw-blog-list__posts .item-content .des{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-top:5px}


.pagination {
    justify-content: center;
    align-items: center;
    flex-wrap:wrap
}
.pagination li a{
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: solid 1px #9d9d9d;
    border-radius:50%;
    font-size:13px;
    margin:5px
}
    .pagination li a:hover {
        color: #123983;
        border-color: #123983
    }
    .pagination li.active a {
        background: #eceff7;
        border-color: #123983;
    }
