body {
    font-family: 'PlusJakartaSans';
    -moz-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.grhead-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    /* p2 */
    color: #3548B9;
}

    .grhead-1.phone {
        background: url(../images/top1.png) 0px 1px no-repeat;
        padding-left: 22px;
    }

    .grhead-1.email {
        background: url(../images/top2.png) 0px 4px no-repeat;
        padding-left: 22px;
    }

.top-head {
    background: rgb(255 255 255 / 38%);
}

.topheader-gr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    padding: 7px 0;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}

.header-nav .setting-ex {
    padding: 0;
    margin-left: 50px;
    position: relative;
}

    .header-nav .setting-ex li {
        display: inline-block;
        padding: 0 7px;
    }

        .header-nav .setting-ex li:first-child {
            display: inline-block;
            padding-right: 26px;
        }


    .header-nav .setting-ex a {
        padding: 10px 0;
        border-radius: 5px;
    }

    .header-nav .setting-ex img {
    }

.footers {
    padding: 55px 0;
    background: url(../images/bgFooter.jpg) no-repeat;
    background-size: cover;
}

.infoft-1 {
}

    .infoft-1 img {
        display: block;
        margin: 0 auto;
        margin-bottom: 31px;
    }

    .infoft-1 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
        /* p3 */

        color: #FFFFFF;
        margin-bottom: 9px;
    }

    .infoft-1 p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        /* p3 */

        color: #FFFFFF;
    }

    .infoft-1 input {
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        display: block;
        width: 100%;
        margin-top: 28px;
        height: 36px;
        background: white;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #3548B9;
        padding: 0 16px;
        margin-bottom: 13px;
    }

.infoft1-send {
    border: 1px solid #706E6E;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 36px;
    font-style: normal;
    background: #706E6E;
    font-weight: 400;
    font-size: 14px;
    color: white !important;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 13px;
    line-height: 36px;
}

.infoft-2 {
}

    .infoft-2 h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        /* identical to box height */
        /* p3 */
        color: #FFFFFF;
        margin-top: 29px;
        margin-bottom: 21px;
    }

    .infoft-2 h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        /* p3 */

        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .infoft-2 ul {
        padding: 0;
    }

    .infoft-2 li {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        /* p3 */
        color: #FFFFFF;
        margin-bottom: 11px;
        padding-left: 30px;
    }

    .infoft-2 ul li:nth-child(1) {
        background: url(../images/imap.png) left top no-repeat;
    }

    .infoft-2 ul li:nth-child(2) {
        background: url(../images/iphone.png) left center no-repeat;
    }

    .infoft-2 ul li:nth-child(3) {
        background: url(../images/iemail.png) left center no-repeat;
    }

.map-box iframe {
    max-width: 100%;
}

.infoft-menu {
}

    .infoft-menu h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        margin-top: 29px;
        margin-bottom: 21px;
    }

    .infoft-menu ul {
        padding: 0;
    }

    .infoft-menu li {
        margin-bottom: 16px;
    }

    .infoft-menu a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: block;
        padding-left: 16px;
        color: #FFFFFF;
        position: relative;
    }

        .infoft-menu a:before {
            position: absolute;
            content: "";
            width: 5px;
            height: 1px;
            left: 0;
            top: 7px;
            background: white;
        }

        .infoft-menu a:hover {
        }

.blog-st {
    background: url(../images/bannerPost.jpg) no-repeat;
    background-size: cover;
    padding: 45px 0;
}

.blog-heading {
    font-style: normal;
    font-size: 36px;
    line-height: 43px;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 43px;
    font-family: 'PlusJakartaSans';
    font-weight: 700;
}

.blog-item {
    display: block;
    margin-bottom: 30px;
    border-radius: 13px;
    overflow: hidden;
}

.blog-thumb {
    border-radius: 10px;
    overflow: hidden;
}

    .blog-thumb img {
    }

.blog-content {
    background: white;
    padding: 15px 20px;
}

.blog-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #706E6E;
    display: block;
    margin: 17px 0 7px;
}

.blog-title {
    display: block;
    margin-bottom: 8px;
}

    .blog-title a {
        font-style: normal;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 24px;
        color: black;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .blog-title a:hover {
        }

.blog-read {
    display: block;
}

    .blog-read a {
        font-weight: bold;
        font-size: .95em;
        line-height: 19px;
        color: #0054A6;
        background: url(../images/readMore.png) no-repeat;
        padding-left: 40px;
        display: flex;
        height: 30px;
        align-items: center;
    }

.blog-readall {
    display: block;
    margin-top: 54px;
}

    .blog-readall a {
        background: #3548B9;
        border-radius: 29.5px;
        font-style: normal;
        font-size: 20px;
        color: #FFFFFF;
        width: 197px;
        height: 58px;
        display: block;
        text-align: center;
        line-height: 58px;
        margin: auto;
    }

        .blog-readall a:hover {
        }

.lienhe-st {
    background: url(../images/bg-lienhe.png) no-repeat;
    background-size: cover;
    padding: 68px 0 65px;
}

.lienhe-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 43px;
    /* p2 */
    color: #3548B9;
    display: block;
    width: 100%;
    margin-bottom: 27px;
}

.lienhe-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: #000000;
    display: block;
    margin-bottom: 36px;
    width: 100%;
}

.lienhe-readmore {
    display: block;
    width: 100%;
}

    .lienhe-readmore a {
        background: #3548B9;
        border-radius: 29.5px;
        width: 201px;
        height: 47px;
        display: block;
        text-align: center;
        font-style: normal;
        font-weight: 700;
        font-size: 1.1em;
        color: white;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .lienhe-readmore a:hover {
        }

.luachon-st {
    padding: 45px 0;
}

.luachon-heading {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #3548B9;
    padding-bottom: 0;
    margin-bottom: 20PX;
    DISPLAY: BLOCK;
}

.luachon-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
    /* max-width: 205px;*/
}

.luachon-box {
}

.lydo-item {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.lydo-thumb {
    background: #FFFFFF;
    border: 0;
    padding: 0;
    min-width: 105px;
    height: auto;
    margin-bottom: 10px;
}

    .lydo-thumb img {
    }

.lydo-content {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.lydo-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgb(0 0 0 / 70%);
    display: flex;
    position: relative;
}

    .lydo-title:before {
        position: absolute;
        content: "";
        width: 36px;
        height: 3px;
        background: #3548B9;
        top: -18px;
        VISIBILITY: HIDDEN;
    }

.luachon-box {
    margin-bottom: 35px;
    padding-top: 20px;
}

.about-st {
    padding: 118px 0 121px;
}

.about-info {
}

.about-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #706E6E;
    margin-bottom: -20px;
}

.about-info h2 {
         font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 110px;
    color: #3548B9;
    margin-bottom: 0;
    font-family: 'UTM-Aptima';
}

.about-info p {
    font-size: .95em;
    text-align: justify;
    color: #000000;
    letter-spacing: 0.3px;
}

.about-readmore {
    display: block;
    margin-top: 30px;
    /* background: url(../images/arrow1.png) 116px center no-repeat; */
}

    .about-readmore a {
        background: #3548B9;
        padding: 10px 36px;
        border-radius: 30px;
        overflow: hidden;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
    }

        .about-readmore a:hover {
        }

.about-img {
}

    .about-img img {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

.servi-st {
    background: #E9E9E9;
    padding: 83px 0;
}

    .servi-st .luachon-heading {
    }

    .servi-st .luachon-desc {
        max-width: 800px;
        margin: 0 auto;
    }

        .servi-st .luachon-desc p {
            color: black;
        }

    .servi-st:nth-child(2n) {
        background: #E9E9E9;
    }

        .servi-st:nth-child(2n) .luachon-heading {
            color: #3548B9;
        }

        .servi-st:nth-child(2n) .luachon-desc {
        }

            .servi-st:nth-child(2n) .luachon-desc p {
                color: #000000;
                text-align: center;
            }

.servi-item {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.servi-thumb {
}

    .servi-thumb img {
    }

.servi-content {
    padding: 16px 20px;
    background: white;
}

.servi-title {
    display: block;
    margin-bottom: 14px;
}

    .servi-title a {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #3548B9;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 48px;
    }

        .servi-title a:hover {
        }

.servi-desc {
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 49px;
    margin-bottom: 20px;
    font-weight: 600;
    overflow: hidden;
}

.servi-readmore {
    display: block;
}

    .servi-readmore a {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
        color: #3548B9;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
    }

        .servi-readmore a:hover {
        }

.servi-content:before {
    position: absolute;
    content: "";
    width: 103px;
    height: 5px;
    background: #3548B9;
    left: 0;
    bottom: 0;
}

.servi-st {
}

    .servi-st .owl-prev {
    }

    .servi-st .owl-next {
    }

    .servi-st .owl-prev img {
        /* filter: brightness(0) invert(1); */
    }

    .servi-st .owl-next img {
        /* filter: brightness(0) invert(1); */
    }

    .servi-st .owl-nav {
        width: 112px;
        position: absolute;
        left: 0;
        display: flex;
        justify-content: space-between;
        bottom: -15px;
        right: 0;
        margin: auto;
    }

    .servi-st:nth-child(2n) {
    }

        .servi-st:nth-child(2n) .owl-prev {
        }

        .servi-st:nth-child(2n) .owl-next {
        }

    .servi-st .row {
        position: relative;
    }

    .servi-st:nth-child(2n) .owl-prev img {
        filter: unset;
    }

    .servi-st:nth-child(2n) .owl-next img {
        filter: unset;
    }

.rvs-st {
    position: relative;
    background: rgba(97, 97, 97, 0.5);
    /* backdrop-filter: blur(5px); */
    min-height: 326px;
}

.rvs-item {
    display: block;
    padding-top: 0;
    overflow: hidden;
    /* border-radius: 10px; */
    margin-bottom: 30px;
}

.rvs-img {
    display: block;
    padding: 0px 0px;
    margin: 0 auto;
    /* border-bottom: 4px solid transparent; */
    height: 203px;
    overflow: hidden;
    background: white;
}

    .rvs-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rvs-title {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .rvs-title span {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: black;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: left;
    }

.rvs-st:before {
    position: absolute;
    content: "";
    background: url(../images/bg-nen1.png) center center no-repeat;
    background-size: 100% 100%;
    height: 126px;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
}

.rvs-item:hover .rvs-img {
    /* border-bottom: 4px solid white; */
}

.main-ex {
    padding-top: 199px;
}

.contactpage-info {
    padding: 40px 0;
}

    .contactpage-info h2 {
        position: relative;
        padding-top: 35px;
        color: #183650;
    }

        .contactpage-info h2:before {
            position: absolute;
            content: "";
            border-bottom: 3px solid #3548B9;
            width: 50px;
            margin-bottom: 35px;
            display: block;
            border-radius: 2px;
            top: 0;
        }

    .contactpage-info p {
        color: #808080;
        font-size: 14px;
        line-height: 26px;
    }

    .contactpage-info:before {
        position: absolute;
        content: "";
    }

.contactpage-st {
    padding: 40px 0 0;
}

.contactpage-form {
    padding: 40px 40px 10px;
    background: #f7f7f7;
    margin-bottom: 60px;
}

#txtname {
    margin-bottom: 52px;
}

#btnsend {
    background: transparent;
    position: relative;
    color: #183650;
    border: 2px solid #3548B9;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
    transition: all .3s ease !important;
    outline: none !important;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background: #3548B9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-desc {
    margin-bottom: 10px;
}

.sidebar-blog-category {
    border-radius: 10px;
    overflow: hidden;
}

    .sidebar-blog-category h2 {
        position: relative;
        padding-top: 25px !important;
    }

        .sidebar-blog-category h2:before {
            position: absolute;
            content: "";
            border-bottom: 3px solid #3548B9;
            width: 50px;
            display: block;
            left: 0;
            top: 0;
        }

.wapsider .title-head {
    background: #3548b9;
    color: white;
    display: block;
    padding: 15px 22px !important;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
}

    .wapsider .title-head:before {
        position: absolute;
        content: "";
        border-bottom: 3px solid #3548B9;
        width: 50px;
        display: block;
        left: 0;
        top: 0;
    }

.row_blog_responsive .servi-content, .blog-owl .servi-content {
    padding: 22px;
    background: white;
    border: 1px solid #efefef;
}

.pop-Register {
    top: 62px;
    right: 0;
    min-width: 330px;
    max-width: 330px;
    position: absolute;
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 15px 15px;
    z-index: 999;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.popForm-Register {
    float: left;
    text-align: left;
    width: 100%;
}

.popFormregis-gr {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}



.popForm-Register .btnClose-popup {
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 5px;
    text-align: center;
    border-radius: 50%;
    background: url(../images/icon_close.jpg) center center no-repeat;
}

.btnSend-Register {
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    float: left;
    color: white !important;
    background: #3233ec;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.popFormregis-input {
    float: left;
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    text-align: left;
    outline: none;
    margin-bottom: 5px !important;
    color: #002051;
}

.btn_send {
    background: #002051;
    color: white;
}

    .btn_send:hover {
        color: white;
    }

.header_menu.sticky .top-head {
    display: none;
}

.header_menu.sticky .mid-header {
    background: white;
    box-shadow: 8px -2px 9px 1px #00000061;
}

.bannerK {
}

    .bannerK img {
        width: 100%;
    }

.luachon-box:nth-child(2) {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 55px;
}

.rvs-content {
    padding: 15px 15px 35px 15px;
    background: white;
    position: relative;
}

.rvs-description {
    color: black;
    text-align: left;
    height: 71px;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.rvs-title:before {
    content: '';
    bottom: 0;
    left: 0px;
    height: 4px;
    width: 40px;
    position: absolute;
    background: #3548B9;
    border-radius: 10px;
    overflow: hidden;
}

.rvs-readmore {
    background: #3548B9;
    color: #fff;
    padding: 7px 20px;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}

.bga {
    position: relative;
    background: url(../images/bg1.jpg) top center no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.blog-date {
    display: none;
}

.blog-thumb {
    margin-bottom: 5px;
}

.article-main .datepost {
    display: none;
}

.abHomeContent {
    background: #F4F4F4;
    padding: 25px 30px;
    border-radius: 20px;
}



.transportation-line {
    width: 100%;
    height: 4px;
    background: linear-gradient( 90deg, #3548b9, #5c6ef2, #3548b9 );
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    max-width: 90px;
    margin: 15px auto 0;
}


    .transportation-line::after {
        content: "";
        position: absolute;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        transform: skewX(-30deg);
        animation: move 2s linear infinite;
    }

@keyframes move {
    0% {
        left: -50%;
    }

    100% {
        left: 120%;
    }
}


.srvHomeList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.lydoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40PX;
    max-width: 100%;
    margin: auto;
}

    .lydoList .item {
        flex: 1 1 calc(33.333% - 40px);
        min-width: 150px;
        color: #fff;
        display: flex;
        align-items: start;
        justify-content: center;
        font-weight: bold;
        border-radius: 8px;
        max-width: 33%;
    }

.blogCover {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

    .blogCover img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blogText {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: 15px;
}

.blog-owl .owl-dots {
    display: none;
}

.blog-owl .owl-nav {
    display: none;
}


.ftInfo {
}

    .ftInfo h4 {
        color: white;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: 'PlusJakartaSans';
        font-weight: 700;
        font-size: 1.4em;
    }

    .ftInfo ul {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

        .ftInfo ul li {
            color: white;
            margin: 0 0 15px;
            padding-left: 28px;
        }

            .ftInfo ul li:nth-child(1) {
                background: url(../images/ft1.png) 0px 5px no-repeat;
                background-size: 20px;
            }
    .ftInfo ul li:nth-child(2) {
                background: url(../images/ft1.png) 0px 5px no-repeat;
                background-size: 20px;
            }


            .ftInfo ul li:nth-child(3) {
                background: url(../images/ft2.png) 0px -2px no-repeat;
                background-size: 20px;
            }

            .ftInfo ul li:nth-child(4) {
                background: url(../images/ft2.png) 0px -2px no-repeat;
                background-size: 20px;
            }

            .ftInfo ul li:nth-child(5) {
                background: url(../images/ft3.png) 0px 0px no-repeat;
                background-size: 20px;
            }

            .ftInfo ul li:last-child {
                margin-bottom: 0;
            }


.ftMenu {
}

    .ftMenu h4 {
        color: white;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-family: 'PlusJakartaSans';
        font-weight: 700;
        font-size: 1.2em;
    }

    .ftMenu ul {
        padding: 0;
    }

        .ftMenu ul li {
            color: white;
            margin: 0 0 15px;
        }

            .ftMenu ul li a {
                position: relative;
                color: white;
                margin: 0 0 15px;
                padding-left: 14px;
                transition: all 500ms;
                display: block;
            }

                .ftMenu ul li a:before {
                    content: "";
                    width: 6px;
                    height: 6px;
                    background: white;
                    position: absolute;
                    border-radius: 50%;
                    left: 0;
                    top: 8px;
                    bottom: 0;
                    /* margin: auto; */
                }

                .ftMenu ul li a:hover {
                    padding: 0;
                }

                    .ftMenu ul li a:hover:before {
                        visibility: hidden;
                    }

.blogbar {
    border-radius: 10px;
    overflow: hidden;
}

    .blogbar .section {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

.sidebarblog .blogitem .imgmd img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sidebarblog .blogitem {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contactpage-info{

}
.contactpage-info ul{
    padding-left:0;
}
.blog-desc {
    margin-bottom: 10px;
    min-height: 48px;
}
.list-blogs.blog-main .blog-item {
    border: 1px solid #efefef;
}


.title-recruitment h3 {
    margin: 20px 0;
    color: #1645ac;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.location-recruitment h4 {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    color: #1645ac;
    text-transform: uppercase;
    font-weight: bold;
}
.cate-recruitment .item-about {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.cate-recruitment .item-about div {
    font-size: 16px;
}

.cate-recruitment .item-about a.post-title {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.edgtf-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 300;
    text-transform: capitalize;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: 0.3s 
cubic-bezier(0.08, 0.8, 0, 0.84);
    -moz-transition: 0.3s cubic-bezier(0.08, 0.8, 0, 0.84);
    transition: 0.3s 
cubic-bezier(0.08, 0.8, 0, 0.84);
    padding: 17px 63px 18px;
}
.edgtf-btn.edgtf-btn-simple {
    padding: 0 !important;
    color: #4c4c4c;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
}
.cate-recruitment .item-about a.edgtf-pli-button {
    float: right;
}

.edgtf-post-title {
    margin: 20px 0;
    color: #1645ac;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    letter-spacing: -0.04em;
    font-weight: bold;
}
.edgtf-post-info-top > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 9px 0 0;
    color: rgba(32, 32, 32, 0.6);
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: .02em;
    line-height: 1.63em;
    font-style: normal;
}	


.ungtuyen-item {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.ungtuyen-field {
    width: 20%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    float: left;
}

.ungtuyen-input {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    font-size: 13px;
    font-weight: 500;
    padding-left: 12px;
    letter-spacing: 0.2px;
    line-height: 30px;
    float: left;
}
.ungtuyen-input input {
    margin-bottom: 0;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

input[type=checkbox], input[type=radio] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0
	}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

	.checkbox label, .radio label {
		min-height: 20px;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer
	}

	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
		position: absolute;
		margin-top: 4px\9;
		margin-left: -20px
	}

	.checkbox + .checkbox, .radio + .radio {
		margin-top: -5px
	}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

	.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
		margin-top: 0;
		margin-left: 10px
	}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}

	display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

		.form-inline .checkbox label, .form-inline .radio label {
			padding-left: 0
		}

		.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
			position: relative;
			margin-left: 0
		}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
		margin-top: 0
	}


input[type="radio"].form-check-input {
  appearance: auto;     
  border-radius: 50%;   
  border: 2px solid #0d6efd; 
}

input[type="radio"].form-check-input:checked {
  background-color: #0d6efd; 
}


.iteme input[type="radio"] {
  appearance: none;          
  width: 18px;
  height: 18px;
  border: 2px solid #0d6efd; 
  border-radius: 50%;        
  position: relative;
  cursor: pointer;
    opacity: 1;
    outline: none;
}

.iteme input[type="radio"]:checked {
  background-color: #0d6efd; 
}

.iteme input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}

.iteme {
    display: inline-block;
    width: 32%;
}

.ungtuyen-radio input {
    width: auto;
    float: left;
    margin-top: 7px;
    margin-right: 8px;
}


.form-file {
    float: left;
    width: 100%;
    position: relative;
}

.btn-upfiles {
       background: #8b8b8b;
    padding: 1px 10px;
    border: 1px solid #b8b8b8;
    font-size: 13px;
    color: white !important;
    position: absolute;
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 0;
    min-height: 40px;
    border: 1px solid transparent !important;
    display: flex
;
    align-items: center;
}

.form-ungtuyen #btnsend {
    display: block;
    margin: 15px auto;
    background: #274dbb;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 48px;
    border: none;
    line-height: 40px;
}