/*#2dbec4;*/

body.home {
    padding-top: 0px;
}

body.home .site-header {
    background-color: #1FBE83;
    border-bottom: none;
}

@media screen and (min-width: 992px) {
    body.home .site-header {
        background-color: transparent;
        border-bottom: none;
    }
    body.home .site-header a {
        color: #FFFFFF;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        transition: ease color .2s;
    }
    body.home .site-header span:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        border-bottom: 2px solid;
        border-image: linear-gradient(to right, #ffffff00 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff00 75%);
        border-image-slice: 4;
        cursor: pointer;
        font-family: 'Roboto';
        font-style: normal;
        font-size: 14px;
    }
    .site-header.navbar-light .navbar-nav .show>.nav-link,
    .site-header.navbar-light .navbar-nav .active>.nav-link span,
    .site-header.navbar-light .navbar-nav .nav-link.show,
    .site-header.navbar-light .navbar-nav .nav-link.active span {
        color: #FFFFFF !important;
        font-weight: 500;
        border-bottom: 2px solid;
        border-image: linear-gradient(to right, #ffffff00 25%, #ffffff 25%, #ffffff 50%, #ffffff 50%, #ffffff 75%, #ffffff00 75%);
        border-image-slice: 4;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
    }
}

.TrangChu .bg .banner {
    position: relative;
    overflow: hidden;
    height: 65vh;
}

.TrangChu .bg .banner .background {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%
}

.TrangChu .bg .banner .container {
    height: 100%;
    padding-top: 70px;
    display: flex;
}

@media screen and (min-width: 992px) {
    .TrangChu .bg .banner .container {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        justify-content: center;
        align-items: center;
    }
}

.TrangChu .bg .banner .container .content {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .TrangChu .bg .banner .container .content {
        text-align: left;
    }
    .lienhe {
        padding-top: 220px !important;
        display: flex;
        align-items: center;
    }
}

.TrangChu .bg .banner .container .content .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 42px !important;
    color: #FFFFFF;
    font-size: 2rem;
}

@media screen and (min-width: 992px) {
    .TrangChu .bg .banner .container .content .title {
        margin-bottom: 2rem;
    }
}

.TrangChu .bg .banner .container .content .caption {
    margin-bottom: 48px;
    color: #ffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.TrangChu .bg .banner .container .content .action a {
    background-color: #FFFFFF;
    border-radius: 24px;
    color: #0A9562;
    font-style: normal;
    font-weight: 400;
    width: 177px !important;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    width: 177px
}

.TrangChu .bg .banner .container .content .action a:hover {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer
}

.TrangChu .bg .banner .container .imagecont img {
    width: 100%;
}

.lienhe {
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.lienhe .colleft .title1,
.lienhe .colleft .title2 {
    color: #00975D;
}

.lienhe .colleft .contactdetail {
    display: flex;
    align-items: center;
}

.lienhe .colleft .contactdetail .imagecont {
    padding: 1rem;
}

.lienhe .colleft .contactdetail .imagecont .image {
    width: 100%;
}

.lienhe .colleft .addresses .item {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.lienhe .colleft .addresses .item .icon {
    height: 16px;
    width: 32px;
}

.lienhe .colleft .addresses .item .icon img {
    display: block;
    margin: auto;
    height: 100%;
}

.lienhe .colright .title {
    color: #00975D;
}

.lienhe .colright .submitbtn {
    width: 100%;
    background-color: #FF8C00;
    border-radius: 24px;
    color: #ffffff;
    font-weight: normal;
    padding: 7px 0;
    border: none;
}

.lienhe .colright .submitbtn:hover {
    font-weight: bold;
    cursor: pointer
}

html,
body {
    min-height: 100%;
    display: flex;
}

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 90%;
    }
}

body {
    font-family: 'Helvetica Neue', 'Roboto', Arial, sans-serif;
    padding-top: 100px;
    flex-direction: column;
    flex: 1 1 auto;
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 0;
    }
}

body .body-container {
    flex: 1 1 auto;
}

.fontUTM {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
}

.fontUTMHanzel {
    font-family: 'UTM Hanzel', 'UTMAvo', 'Roboto', Arial, sans-serif;
}

.mg-bt-0 {
    margin-bottom: 0;
}

.text-green {
    color: #348b35;
}

.text-grey {
    color: #5c7087;
}

.text-blue {
    color: #0a8db5 !important;
}

.text-light-blue {
    color: #2abfc4 !important;
}

.text-light-green {
    color: #35b2b6 !important;
}

.text-yellow {
    color: #FF7A00 !important;
}

.bg-blue {
    background-color: #0a8db5;
}

.bg-yellow {
    background-color: #f7b400;
}

.bg-grey {
    background-color: #fafafa;
}

.btn-blue {
    color: #fff;
    background-color: #0a8db5;
}

.btn-blue:hover {
    color: #ffa200;
}

.btn-blue.dl-blue {
    background-color: #0a8db5;
}

.btn-outline-blue {
    color: #0a8db5;
    border: #0a8db5 1px solid;
    background-color: transparent;
}

.btn-outline-blue:hover {
    background-color: #0a8db5;
    color: #fff;
}

textarea {
    resize: none;
}

.title-line {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 2rem;
    align-items: center;
}

.title-line h2 {
    text-wrap: none;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 1.5rem;
}

.title-line .stretch-line {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 1.5rem;
}

.title-line .stretch-line:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 1.5rem;
    width: 100%;
}

.title-line .stretch-line.blue {
    background-color: #0a8db5;
}

.title-line .stretch-line.yellow {
    background-color: #f7b400;
}

.site-header {
    font-size: 1rem;
    background-color: #1FBE83;
    border-bottom: #00975D 1px solid;
    /*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
    /*backdrop-filter: saturate(180%) blur(20px);*/
    transition: all ease .2s;
    /*height:100px;*/
}

.site-header .btn-dangnhap {
    margin-right: 16px
}

.site-header .btn-dangky {
    background-color: #FFFFFF;
    border-radius: 15px;
    color: #0A9562 !important;
    font-weight: 400;
    width: 100px;
    font-size: 14px;
}

.site-header .btn-dangky:hover {
    text-decoration: none;
    font-weight: bold;
    color: #0A9562 !important;
}

.site-header .navbar-collapse {
    transition: all ease 0.2s;
}

.site-header a {
    color: #FFFFFF !important;
    transition: ease color 0.2s;
}

.site-header a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

.site-header ul.navbar-nav>li>a:not(.logo) {
    line-height: 10px;
}

.site-header .dropdown-menu {
    border-radius: 0;
}

.site-header .dropdown-menu .dropdown-item {
    transition: ease-in-out color 0s;
}

.site-header .dropdown-menu .dropdown-item:active {
    background-color: #ffa200;
    color: #fff !important;
}

.windows-scrolled .site-header {
    background-color: #1FBE83 !important;
    border-bottom: #00975D 1px solid !important;
}

.windows-scrolled .site-header a {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    transition: ease color .2s;
}

.windows-scrolled .site-header a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

.site-header a {
    color: #FFFFFF !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    transition: ease color .2s;
}


/*                                                                          
 * Extra utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.flex-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.overflow-hidden {
    overflow: hidden;
}


/*top menu*/

#frmSearch.form-inline {
    position: relative;
}

#frmSearch.form-inline .form-control {
    transition: all ease .2s;
    width: 120px;
    opacity: 1;
    padding-right: 25px;
}

#frmSearch.form-inline .btn-search {
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: transparent;
    border: none;
    line-height: 36px;
    text-align: center;
    outline: none;
    padding: 1px 8px;
    width: 60px;
    z-index: 1000;
}

#frmSearch.form-inline .btn-search i {
    top: 50%;
    right: 32px;
    position: absolute;
    vertical-align: middle;
    z-index: -1000;
    transform: translateY(-50%);
}

#frmSearch.form-inline .btn-search:after {
    content: "|";
    margin-left: 16px;
}

#frmSearch.closed.form-inline .form-control {
    width: 0;
    border-radius: 19px;
    opacity: 0;
    /*position: absolute;*/
}

#frmSearch.closed.form-inline ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

#frmSearch.closed.form-inline :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

#frmSearch.closed.form-inline ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.header-1 {
    font-weight: bold;
    font-size: 2.25rem;
    color: #5c7087;
    text-align: center;
}

.title-bg img {
    width: 100%;
    transition: all ease .6s;
    display: none;
    object-fit: cover;
}

@media screen and (max-width: 991.98px) {
    .title-bg img {
        max-height: 55vh;
    }
    .title-bg img.mobile {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .title-bg img.pc {
        display: block;
    }
}

.sub-nav {
    background-color: #348b35;
    z-index: 2;
}

.sub-nav .nav-tabs {
    border-bottom: none;
}

.sub-nav .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.sub-nav .nav-tabs .nav-link {
    border: none;
    color: #FFF;
    position: relative;
    line-height: 42px;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.sub-nav .nav-tabs .nav-link.active::after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    background-color: transparent;
    border: none;
    border-top: #348b35 10px solid;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
}

.sub-nav .nav-tabs .nav-link::before {
    content: '|';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-nav .nav-tabs .nav-link:first-child:before {
    content: '';
}

@media screen and (max-width: 768px) {
    .sub-nav .nav-tabs .nav-link::before {
        content: '';
    }
}

.sub-nav .nav-tabs .nav-link.active,
.sub-nav .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}

.tab-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.tab-content p {
    font-size: 0.875rem;
}

.tab-content .values .caption {
    font-size: 0.875rem;
}

.round-placeholder {
    position: relative;
    width: 80%;
    height: 0px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 80%;
}

.bg-color-1 {
    background: url("../imgs/aboutus/dps_gtcl_TrungThuc.png") center center no-repeat;
    background-size: contain;
}

.bg-color-2 {
    background: url("../imgs/aboutus/dps_gtcl_ChuyenNghiep.png") center center no-repeat;
    background-size: contain;
}

.bg-color-3 {
    background: url("../imgs/aboutus/dps_gtcl_NhanVan.png") center center no-repeat;
    background-size: contain;
}

.bg-color-4 {
    background: url("../imgs/aboutus/dps_gtcl_PVTT.png") center center no-repeat;
    background-size: contain;
}

.bg-color-5 {
    background: url("../imgs/aboutus/dps_gtcl_HopTac.png") center center no-repeat;
    background-size: contain;
}

.color-grey-1 {
    color: #333;
}

.our-customers {
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}

.our-customers.ready>div {
    transform: translateX(10%);
    opacity: 0;
}

.our-customers.already-show>div {
    transform: translateX(0);
    opacity: 1;
    transition: all ease 1.5s;
}

.our-customers h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: 2.25rem;
    text-align: center;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: 2.5rem;
}

.our-customers .carousel-indicators {
    bottom: -50px;
}

.our-customers .carousel-indicators li {
    background-color: #d0d0d0;
    height: 8px;
    width: 25px;
    transition: all ease 0.2s;
}

.our-customers .carousel-indicators li.active {
    background-color: #0d8957;
    width: 50px;
}

.our-customers .customer-info {
    display: flex;
    background-color: #eee;
    min-height: 400px;
}

.our-customers .customer-info .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media screen and (max-width: 768px) {
    .our-customers .customer-info .background {
        min-height: 30vh;
    }
}

.our-customers .customer-info .caption {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .our-customers .customer-info .caption {
        min-height: 35vh;
        padding: 15px 30px;
    }
}

.our-customers .customer-info .caption .logo {
    margin-bottom: 1rem;
}

.our-customers .customer-info .caption .logo img {
    max-height: 83px;
    max-width: 30%;
}

@media screen and (max-width: 768px) {
    .our-customers .customer-info .caption .logo img {
        max-width: 55%;
    }
}

.our-customers .customer-info .caption p {
    font-size: 1rem;
    font-weight: bold;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .our-customers .customer-info .caption p {
        font-size: .85rem;
    }
}

.our-customers .customer-info .caption div {
    font-size: 0.875rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .our-customers .customer-info .caption div {
        font-size: .65rem;
    }
}

.our-customers .customer-info .caption small {
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    .our-customers .customer-info .caption small {
        font-size: .65rem;
    }
}

.other-customers {
    background-color: #f0f0f0;
    padding: 50px 0px 80px;
}

.other-customers h2 {
    font-size: 2.25rem;
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: 30px;
}

.other-customers .cus-item {
    height: 100px;
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: 25px;
    padding: 8px;
}

.other-customers .cus-item img {
    max-width: 100%;
    max-height: 90%;
    margin: auto;
}

.other-customers .cus-item:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.partners {
    padding: 80px 0;
}

.partners h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: 30px;
}

.partners .cus-item {
    height: 100px;
    display: flex;
    align-items: center;
    background: #FFF;
    border: #979797 1px solid;
}

.partners .cus-item img {
    max-width: 100%;
    max-height: 90%;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .products>.product:nth-child(2n+1) {
        padding-right: 0;
    }
    .products>.product:nth-child(2n+1) .caption {
        left: calc(10% + 15px);
    }
    .products>.product:nth-child(2n) {
        padding-left: 0;
    }
}

.products>.product:nth-child(2n+1) .caption {
    left: 10%;
}

.products>.product:nth-child(2n) .caption {
    left: 10%;
}

.products .product {
    position: relative;
    color: #fff;
}

.products .product .caption {
    position: absolute;
    top: 5%;
    padding-right: 25%;
}

.products .product .caption h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .products .product .caption h1 {
        font-size: 1.5rem;
    }
}

.products .product .caption small {
    display: inline-block;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
    border-bottom: .5px #fff solid;
}

@media screen and (max-width: 768px) {
    .products .product .caption small {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
        font-size: .875rem;
    }
}

.products .product .caption p {
    font-size: .875rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    .products .product .caption p {
        margin-bottom: .5rem;
        font-size: .75rem;
    }
}

.products .product .caption a {
    display: inline-block;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: .25rem;
    border-bottom: 1px #fff solid;
    transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 768px) {
    .products .product .caption a {
        font-size: .75rem;
    }
}

.products .product .caption a:hover {
    color: #ffa200;
    border-bottom-color: #ffa200;
    text-decoration-line: none;
    transform: scale(1.05);
    transform-origin: top left;
}

.products-grid>div>article {
    padding: 30px 50px;
    background-position: center center;
    background-size: cover;
    transition: all ease 0.2s;
}

.products-grid>div>article:hover {
    transform: scale(1.02);
}

.products-grid>div>article h1 {
    color: #FFF;
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-weight: bold;
    font-size: 4rem;
}

.products-grid>div>article small {
    color: #FFF;
    font-size: 1.25rem;
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    display: block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.products-grid>div>article small::after {
    content: '';
    border-bottom: #FFF 1px solid;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60%;
    display: block;
}

.products-grid>div>article p {
    color: #FFF;
    text-align: justify;
    padding: 20px 0px;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .products-grid>div>article p {
        padding-right: 30%;
    }
}

.products-grid>div>article ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.products-grid>div>article ul li a {
    padding: 10px 0px;
    color: #FFF;
}

.products-grid>div>article.pro-01 {
    background-image: url("/Assets/imgs/product_01.png");
}

.products-grid>div>article.pro-02 {
    background-image: url("/Assets/imgs/product_02.png");
}

.products-grid>div>article.pro-03 {
    background-image: url("/Assets/imgs/product_03.png");
}

.products-grid>div>article.pro-04 {
    background-image: url("/Assets/imgs/product_04.png");
}

.product-contact {
    background: url("/Assets/imgs/sp_contactus_bg.png") no-repeat left center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .product-contact {
        background-size: cover;
    }
}

.product-contact h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-weight: bold;
    color: #5c7087;
}

.product-contact .contact-form {
    min-height: 20vw;
}

.contact-us {
    margin-bottom: 4rem;
}

.contact-us h4 {
    color: #333333;
    margin-bottom: 1rem;
}

.contact-us h3 {
    color: #333333;
    clear: both;
    margin-top: 1rem;
}

.contact-us h2 {
    color: #333333;
    margin-bottom: 1.5rem;
}

.contact-us .contact-detail p {
    margin-bottom: .25rem;
}

.contact-us .contact-detail>.float-left>img {
    height: 84px;
}

.contact-us .addresses {
    line-height: 26px;
}

.contact-us .addresses span .c-icon {
    display: block;
    float: left;
    background-image: url(/Assets/imgs/icons/marker.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.5rem;
    height: 20px;
    width: 20px;
}

.contact-us .addresses span .c-icon.phone {
    background-image: url(/Assets/imgs/icons/phone.png);
}

.contact-us .addresses span .c-icon.email {
    background-image: url(/Assets/imgs/icons/email.png);
}

.contact-us .addresses::after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(1) img {
    object-fit: cover;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) h6 {
    font-weight: bold;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) h6 a {
    color: #5c7087;
    transition: all ease 0.2s;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) h6 a:hover {
    color: #ffa200;
    text-decoration-line: none;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) .date {
    font-size: .75rem;
    color: #666;
}

body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) p {
    font-size: .875rem;
    color: #333;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    body.recruitmentIndex .leftCol .recruit-row div:nth-child(2) {
        border-bottom: #d0d0d0 1px solid;
        padding: 1rem 0;
    }
}

body.recruitmentDetail .leftCol small.date {
    font-size: .75rem;
    color: #6f6f6f;
}

body.recruitmentDetail .leftCol .header {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 2rem;
}

body.recruitmentDetail .leftCol .header h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
}

body.recruitmentDetail .leftCol .header small.date {
    display: inline-block;
    margin-bottom: .75rem;
}

body.recruitmentDetail .leftCol .body {
    text-align: justify;
}

body.recruitmentDetail .leftCol .body h4 {
    position: relative;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #5c7087;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

body.recruitmentDetail .leftCol .body h4:after {
    content: "";
    height: 1px;
    width: 6rem;
    background-color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.recruitmentDetail .leftCol .body p {
    font-size: .875rem;
}

body.recruitmentDetail .leftCol ul {
    padding-left: 20px;
}

body.recruitmentDetail .leftCol ul li {
    padding: .25rem 0;
    font-size: .875rem;
    clear: both;
}

body.recruitmentDetail .leftCol ul li a.title {
    display: block;
    width: 85%;
    float: left;
    color: #333;
}

body.recruitmentDetail .leftCol ul li a.title:hover {
    color: #13815c;
    text-decoration-line: none;
}

body.recruitmentDetail .leftCol ul li span.date {
    font-size: .75rem;
    text-align: right;
    line-height: 21px;
    display: block;
    width: 15%;
    float: right;
}

body.recruitmentDetail .leftCol .relatedNews h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
}

body.newsIndex .leftCol .title {
    padding-bottom: .25rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #a7a7a7;
}

body.newsIndex .leftCol .title h2 {
    color: #5c7087;
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

body.newsIndex .leftCol .new-row div:nth-child(1) img {
    object-fit: cover;
}

body.newsIndex .leftCol .new-row div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

body.newsIndex .leftCol .new-row div:nth-child(2) h6 {
    font-weight: bold;
}

body.newsIndex .leftCol .new-row div:nth-child(2) h6 a {
    color: #5c7087;
    transition: all ease 0.2s;
}

body.newsIndex .leftCol .new-row div:nth-child(2) h6 a:hover {
    color: #ffa200;
    text-decoration-line: none;
}

body.newsIndex .leftCol .new-row div:nth-child(2) .date {
    font-size: .75rem;
    color: #666;
}

body.newsIndex .leftCol .new-row div:nth-child(2) p {
    font-size: .875rem;
    color: #333;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    body.newsIndex .leftCol .new-row div:nth-child(2) {
        border-bottom: #d0d0d0 1px solid;
        padding: 1rem 0;
    }
}

body.newsDetail .leftCol small.date {
    font-size: .75rem;
    color: #6f6f6f;
}

body.newsDetail .leftCol .header {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 2rem;
}

body.newsDetail .leftCol .header h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
}

body.newsDetail .leftCol .header small.date {
    display: inline-block;
    margin-bottom: .75rem;
}

body.newsDetail .leftCol .body {
    text-align: justify;
}

body.newsDetail .leftCol .body h3,
body.newsDetail .leftCol .body h4 {
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #5c7087;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

body.newsDetail .leftCol .body h3 {
    font-size: 1.5rem;
}

body.newsDetail .leftCol .body h4 {
    font-size: 1.25rem;
}

body.newsDetail .leftCol .body p {
    font-size: .875rem;
}

body.newsDetail .leftCol .body img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 1rem auto;
}

body.newsDetail .leftCol ul {
    padding-left: 20px;
}

body.newsDetail .leftCol ul li {
    padding: .25rem 0;
    font-size: .875rem;
    clear: both;
}

body.newsDetail .leftCol ul li a.title {
    display: block;
    width: 85%;
    float: left;
    color: #333;
}

body.newsDetail .leftCol ul li a.title:hover {
    color: #13815c;
    text-decoration-line: none;
}

body.newsDetail .leftCol ul li span.date {
    font-size: .75rem;
    text-align: right;
    line-height: 21px;
    display: block;
    width: 15%;
    float: right;
}

body.newsDetail .leftCol .relatedNews h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
}

body.Service .leftCol small.date {
    font-size: .75rem;
    color: #6f6f6f;
}

body.Service .leftCol .header {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 2rem;
}

body.Service .leftCol .header h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
}

body.Service .leftCol .header small.date {
    display: inline-block;
    margin-bottom: .75rem;
}

body.Service .leftCol .body {
    text-align: justify;
    border-bottom: 1px solid #a7a7a7;
}

body.Service .leftCol .body h3 {
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    color: #5c7087;
    text-align: left;
    padding-bottom: 4px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body.Service .leftCol .body h3:after {
    content: "";
    height: 1px;
    width: 6rem;
    background-color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.Service .leftCol .body h4 {
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    color: #5c7087;
    text-align: left !important;
    padding-bottom: 4px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body.Service .leftCol .body h4:after {
    content: "";
    height: 1px;
    width: 6rem;
    background-color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.Service .leftCol .body p {
    font-size: .875rem;
}

body.Service .leftCol .body img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 1rem auto;
}

body.Service .leftCol ul {
    padding-left: 20px;
    margin-bottom: 0;
}

body.Service .leftCol ul li {
    padding: .25rem 0;
    font-size: .875rem;
    clear: both;
}

body.Service .leftCol ul li a.title {
    display: block;
    width: 85%;
    float: left;
    color: #333;
}

body.Service .leftCol ul li a.title:hover {
    color: #13815c;
    text-decoration-line: none;
}

body.Service .leftCol ul li span.date {
    font-size: .75rem;
    text-align: right;
    line-height: 21px;
    display: block;
    width: 15%;
    float: right;
}

body.Service .leftCol .relatedNews h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
}

body.CustomerIndex .customer-grid .customer-card {
    height: 200px;
    border: 1px solid #348b35;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

body.CustomerIndex .customer-grid .customer-card div.img-contain {
    /*height: 75%;*/
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.CustomerIndex .customer-grid .customer-card div.img-contain img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

body.CustomerIndex .customer-grid .customer-card h6 {
    margin-top: auto;
    font-size: .875rem;
    color: #348b35;
    text-align: center;
    margin-bottom: 1rem;
}

body.CustomerIndex .customer-grid .customer-card:hover {
    text-decoration: none;
}

body.CustomerIndex .customer-grid .customer-card:hover h6 {
    color: #ffa200;
}

@media screen and (max-width: 576px) {
    body.CustomerIndex .container.py-5 {
        padding-top: 6rem !important;
    }
}

body.CustomerDetail .leftCol small.date {
    font-size: .75rem;
    color: #6f6f6f;
}

body.CustomerDetail .leftCol .header {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 2rem;
}

body.CustomerDetail .leftCol .header h2 {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    color: #5c7087;
    margin-bottom: .5rem;
    line-height: 3.25rem;
}

body.CustomerDetail .leftCol .header small.date {
    display: inline-block;
    margin-bottom: .75rem;
}

body.CustomerDetail .leftCol .body {
    text-align: justify;
    border-bottom: 1px solid #a7a7a7;
}

body.CustomerDetail .leftCol .body h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #5c7087;
    text-align: left;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body.CustomerDetail .leftCol .body h3:after {
    content: "";
    height: 1px;
    width: 6rem;
    background-color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.CustomerDetail .leftCol .body h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #5c7087;
    text-align: left !important;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

body.CustomerDetail .leftCol .body h4:after {
    content: "";
    height: 1px;
    width: 6rem;
    background-color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.CustomerDetail .leftCol .body p {
    font-size: .875rem;
}

body.CustomerDetail .leftCol .body img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 1rem auto;
}

.tdtd-slick {
    border: 1px solid #9ac9be;
}

.tdtd-slick .tdtd-card .header {
    background-color: #dbe8e4;
    border-bottom: 1px solid #9ac9be;
    margin-bottom: .5rem;
}

.tdtd-slick .tdtd-card .header h6 {
    padding: .5rem;
    margin-bottom: 0;
}

.tdtd-slick .tdtd-card .header h6 a {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    color: #5c7087;
}

.tdtd-slick .tdtd-card .header h6 a:hover {
    color: #048364;
}

.tdtd-slick .tdtd-card .body {
    padding: 0 .5rem;
}

.tdtd-slick .tdtd-card .body p {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: .875rem;
    margin-bottom: .5rem;
}

.tdtd-slick .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.tdtd-slick .slick-dots button {
    display: block;
    width: .75rem;
    height: .75rem;
    padding: 0;
    background-color: #d0d0d0;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    text-indent: -9999px;
    transition: all ease 0.2s;
    margin: 0 .35rem;
}

.tdtd-slick .slick-dots button:focus {
    outline: none;
}

.tdtd-slick .slick-dots li.slick-active button {
    background-color: #555;
}

.ykkh-slick .ykkh-card .header img {
    display: block;
    margin: 1rem auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.ykkh-slick .ykkh-card .body {
    padding: 0 .5rem;
}

.ykkh-slick .ykkh-card .body p {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: .875rem;
    margin-bottom: .5rem;
}

.ykkh-slick .ykkh-card .body h6 {
    font-size: .875rem;
    font-weight: bold;
}

.ykkh-slick .ykkh-card .body .content {
    margin-bottom: 1rem;
    text-align: justify;
}

.ykkh-slick .ykkh-card .body .name {
    text-align: center;
}

.ykkh-slick .ykkh-card .body .position {
    text-align: center;
}

.ykkh-slick .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0 0 0;
    list-style-type: none;
}

.ykkh-slick .slick-dots button {
    display: block;
    width: .75rem;
    height: .75rem;
    padding: 0;
    background-color: #d0d0d0;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    text-indent: -9999px;
    transition: all ease 0.2s;
    margin: 0 .35rem;
}

.ykkh-slick .slick-dots button:focus {
    outline: none;
}

.ykkh-slick .slick-dots li.slick-active button {
    background-color: #555;
}

.sp-slick .slick-slide:nth-child(2n+1) .background>img {
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}

.sp-slick .slick-slide:nth-child(2n) .background>img {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.sp-slick .sp-card {
    display: block;
    position: relative;
}

.sp-slick .sp-card .background {
    opacity: 1;
    transition: all ease 0.2s;
}

.sp-slick .sp-card .caption {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    color: #FFF;
    position: absolute;
    bottom: 10%;
    left: 10%;
    transition: all ease 0.2s;
}

.sp-slick .sp-card .caption h2 {
    font-size: 2.25rem;
    font-weight: bold;
}

.sp-slick .sp-card .caption small {
    font-size: 1.125rem;
}

.sp-slick .sp-card:hover .background {
    opacity: 0.9;
}

.sp-slick .sp-card:hover .caption {
    transform: scale(1.05);
}

.sp-slick .sp-card:focus {
    outline: none;
}

.sp-slick .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
}

.sp-slick .slick-dots button {
    display: block;
    width: .75rem;
    height: .75rem;
    padding: 0;
    background-color: #d0d0d0;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    text-indent: -9999px;
    transition: all ease 0.2s;
    margin: 0 .35rem;
}

.sp-slick .slick-dots button:focus {
    outline: none;
}

.sp-slick .slick-dots li.slick-active button {
    background-color: #555;
}

.tinNoiBat a {
    color: #333;
}

.tinNoiBat a .title {
    font-family: 'UTMAvo', 'Roboto', Arial, sans-serif;
    font-size: .875rem;
}

.tinNoiBat a:hover {
    color: #ffa200;
    text-decoration-line: none;
}

.underline {
    position: relative;
}

.underline:after {
    content: "";
    height: 1px;
    width: 75%;
    background-color: #a7a7a7;
    position: absolute;
    left: 0;
    bottom: 0;
}

.underline.underline-center:after {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

.pagination .page-item a {
    color: #13815c;
    vertical-align: middle;
    text-align: center;
}

.pagination .page-item .page-link {
    width: 2rem;
    margin: 0 .3125rem;
    border-radius: unset !important;
}

.pagination .page-item.active .page-link {
    background-color: #13815c;
    border-color: #13815c;
}

.toast {
    width: 20%;
    position: fixed;
    top: 61px;
    right: 5%;
    z-index: 999999;
}

.toast .toast-body i.fas {
    position: relative;
    margin-left: 1rem;
}

.toast .toast-body i.fas:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast.success .toast-body {
    background-color: #348b35;
    color: #fff;
    opacity: 0.8;
}

.toast.failed .toast-body {
    background-color: #ffa200;
    color: #fff;
    opacity: 0.8;
}

footer .info {
    background-color: #f5f5f5;
    padding: 20px 0;
}

footer .info .email,
footer .info .sdt {
    font-size: 1.5rem;
    font-weight: bold;
}

footer .info .email a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    color: #0A9562;
}

footer .info .sdt a {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    color: #FF8C00;
}

footer .info .social-icon img {
    width: 30px;
    height: auto;
    margin-left: .5rem;
}

@media screen and (max-width: 576px) {
    footer .info .social-icon {
        display: block !important;
    }
    footer .info .social-icon .mr-3 {
        margin: 0 0 0.5rem 0 !important;
    }
}

@media screen and (max-width: 576px) {
    footer .info .dl-cus-footer {
        text-align: center;
    }
    footer .info .dl-cus-footer .justify-content-end {
        justify-content: center !important;
    }
}

footer .menu {
    background-color: #515151;
}

footer .menu .logo {
    height: 45px;
}

footer .menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
}

@media screen and (min-width: 992px) {
    footer .menu ul li::after {
        content: '|';
        color: #9a9a9a;
    }
    footer .menu ul li:last-child::after {
        content: '';
    }
}

footer .menu ul li a {
    font-size: 0.875rem;
    color: #ffffff;
    padding: 10px 20px;
    transition: all ease .2s;
}

footer .menu ul li a:hover {
    color: #348b35;
    text-decoration-line: none;
}

footer .menu ul li a.active {
    color: #348b35;
}

.btn-green {
    background-color: #048364;
    color: #FFF;
}

.ready>div {
    transform: translateX(10%);
    opacity: 0;
}

.already-show>div {
    transform: translateX(0);
    opacity: 1;
    transition: all ease 1.5s;
}

.site-header a.navbar-brand img {
    height: 26px;
    display: block;
    margin: auto;
}

.GiaiPhapToanDien {
    background-color: #fafafa;
}

.GiaiPhapToanDien h1,
.GiaiPhapToanDien h2,
.GiaiPhapToanDien h3,
.GiaiPhapToanDien h4,
.GiaiPhapToanDien h5,
.GiaiPhapToanDien h6 {
    text-transform: uppercase;
    font-weight: bold;
}

.GiaiPhapToanDien .col-item {
    display: flex;
    flex: 1 1 auto;
}

.GiaiPhapToanDien .col-item .col-img {
    min-width: 100px;
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

.GiaiPhapToanDien .col-item .col-img img {
    width: 100px;
}

.GiaiPhapToanDien .col-item p {
    margin-bottom: 0;
}

.DonViTrienKhai {
    background-color: #fff;
}

@media screen and (max-width: 576px) {
    .DonViTrienKhai.py-5 {
        padding-top: 1rem !important;
    }
}

.DonViTrienKhai h1,
.DonViTrienKhai h2,
.DonViTrienKhai h3,
.DonViTrienKhai h4,
.DonViTrienKhai h5,
.DonViTrienKhai h6 {
    text-transform: uppercase;
    font-weight: bold;
}

.DonViTrienKhai .col-item {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #979797 solid;
    /*box-shadow: rgba(0,0,0,.2) 0px 1px 3px 0;*/
}

.DonViTrienKhai .col-item .img-contain {
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.DonViTrienKhai .col-item .img-contain img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
    .nav-item.dropdown>.dropdown-menu {
        margin-top: -1px;
    }
    .site-header a.navbar-brand img {
        height: 36px;
        transition: all ease 0.2s;
    }
    .site-header .navbar-collapse {
        height: 100px;
        transition: all ease 0.2s;
    }
    .site-header .navbar-collapse.show {
        height: unset;
    }
    .site-header ul.navbar-nav>li>a:not(.logo) {
        line-height: 10px;
    }
    .windows-scrolled .site-header a.navbar-brand img {
        height: 26px;
    }
    .windows-scrolled .site-header .navbar-collapse {
        height: 60px;
    }
    .windows-scrolled .site-header .navbar-collapse.show {
        height: unset;
    }
    .products-grid>div>article {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .sub-nav {
        position: sticky;
        top: 60px;
    }
}

@font-face {
    font-family: 'UTMAvo';
    src: url('/Assets/fonts/UTMAvo.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/UTMAvo.woff') format('woff'), url('/Assets/fonts/UTMAvo.ttf') format('truetype'), url('/Assets/fonts/UTMAvo.svg#UTMAvo') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('/Assets/fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/UTMAvoBold.woff') format('woff'), url('/Assets/fonts/UTMAvoBold.ttf') format('truetype'), url('/Assets/fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('/Assets/fonts/UTMAvo-Italic.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/UTMAvo-Italic.woff') format('woff'), url('/Assets/fonts/UTMAvo-Italic.ttf') format('truetype'), url('/Assets/fonts/UTMAvo-Italic.svg#UTMAvo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('/Assets/fonts/UTMAvo-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/UTMAvo-BoldItalic.woff') format('woff'), url('/Assets/fonts/UTMAvo-BoldItalic.ttf') format('truetype'), url('/Assets/fonts/UTMAvo-BoldItalic.svg#UTMAvo-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}


/*Helvetica*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-UltraLight.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-UltraLight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-UltraLightItalic.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-UltraLightItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-Light.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-LightItalic.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-Italic.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-CondensedBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/Assets/fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'), url('/Assets/fonts/HelveticaNeue-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Hanzel';
    src: url('/Assets/fonts/UTMHanzel.ttf');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------JeeNCC desgin-----------------------------------*/

.TrangChu .bg .nentang {
    padding-top: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.TrangChu .bg .nentang .content .title {
    color: #000000;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.nentang .grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nentang .grid .griditem {
    text-align: center;
    min-width: calc(223px);
    min-height: calc(296px);
    max-width: calc(223px);
    max-height: calc(296px);
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    margin: 10px;
    padding: 10px;
    transition: transform .5s;
}

.nentang .grid .griditem:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 151 93 / 20%);
    cursor: pointer
}

.nentang .grid .griditem .imageIcon {
    padding: 24px 59px 59px;
    height: 106px;
}

.nentang .grid .griditem .imageIcon img {
    width: 100%
}

.nentang .grid .griditem .imageLogo {
    padding-top: 24px;
}

.nentang .grid .griditem .imageLogo img {
    height: 24px
}

.nentang .grid .griditem .tenungdung {
    font-weight: 500;
    color: #0A9562;
    font-size: 14px;
    line-height: 16.41px;
    padding-top: 12px
}

.nentang .grid .griditem .tomtat {
    font-size: 14px;
    font-weight: 300;
    line-height: 14.06px;
    padding-top: 24px;
    line-height: 16px
}

.nentang .action a {
    font-size: .875rem;
    background-color: #FF8C00;
    border-radius: 24px;
    color: #FFFFFF;
    width: 210px;
}

.nentang .action a:hover {
    text-decoration: none;
    font-weight: bold;
}

.doanhnghiep .grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.doanhnghiep .grid .griditem {
    width: calc(183px);
    display: flex;
    flex-direction: column;
    margin: 10px;
    height: calc(120px);
}

.doanhnghiep .grid .griditem .image {
    padding: 0 15px 0 15px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #4F4F4F;
}

.doanhnghiep .action a {
    font-size: 14px;
    background-color: #FF8C00;
    border-radius: 24px;
    color: #FFFFFF;
    width: 210px
}

.doanhnghiep .action a:hover {
    text-decoration: none;
    font-weight: 600;
}

.taiungdung .grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.taiungdung .grid .griditem {
    width: calc(200px);
    display: flex;
    flex-direction: column;
    height: calc(270px);
}

.taiungdung .grid .griditem .image {
    padding-right: 24px;
    width: 100%;
}

.taiungdung {
    padding-top: 75px;
    padding-bottom: 60px;
}

.taiungdung .sub-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
}

.doanhnghiep {
    padding-top: 70px
}

.datdiem {
    padding-top: 75px
}

.taiungdung .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.datdiem .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
}

.doanhnghiep .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
}

.nentang .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 4px !important;
}

.nentang .sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 20px;
    color: #828282 !important;
}

@media screen and (min-width: 1200px) {
    .container-nentang {
        max-width: 1250px !important;
    }
    .container-doanhnghiep {
        max-width: 1250px !important;
    }
    .container-thuctranghientai {
        max-width: 1250px !important;
    }
    .container-banner {
        max-width: 1250px !important;
    }
    .container-footer {
        max-width: 1250px !important;
    }
    .container-taiungdung {
        max-width: 1250px !important;
    }
    .container-navbar {
        max-width: 1250px !important;
    }
    .container-quytrinhtrienkhai {
        max-width: 1250px !important;
    }
    .container-visao {
        max-width: 1250px !important;
    }
    .container-gioithieu {
        max-width: 1250px !important;
    }
}

footer img {
    width: 183px;
    height: 26px;
}

footer .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
    padding-top: 15px
}

footer .sub-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 10px !important
}

footer .sub-title a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 10px !important
}

footer .view {
    width: 24px;
    height: 24px;
    background: #1FBE83;
    border-radius: 6px;
    margin-right: 8px;
    transition: transform .2s;
}

footer .view:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

footer .jee {
    color: #0A9562;
    font-weight: bold;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
}

footer .jeename {
    color: #FF8C00;
    font-weight: bold;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
}

footer .jeeh {
    color: #0A9562;
    font-weight: bold;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 18px;
    line-height: 14px;
}

footer .jeenameh {
    color: #FF8C00;
    font-weight: bold;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 18px;
    line-height: 14px;
}

footer .title360 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 21px;
}

footer .title360 img {
    width: 3px;
    height: 13px;
    line-height: 21px;
    margin-right: 3px;
    margin-bottom: 4px;
}

footer .nameApp {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
}

footer .titlelienhe {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #0A9562;
}

footer .titlelienhe img {
    width: 3px;
    height: 13px;
    line-height: 21px;
    margin-right: 3px;
    margin-bottom: 4px;
}

footer .submitbtn {
    font-style: normal;
    font-size: 12px;
    background-color: #FF8C00;
    border-radius: 24px;
    color: #FFFF;
    cursor: pointer;
    border: none !important;
    width: 140px
}

footer .submitbtn:hover {
    text-decoration: none;
    font-weight: 600;
}

.form-group {
    margin-bottom: 6px !important;
}

.typelienhe {
    background: #FBFBFB;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 2.4px;
    color: #212529 !important;
}

footer .thongtin {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px !important;
    color: #BDBDBD !important;
    padding-top: 20px;
}

.mr-60 {
    margin-right: 60px !important;
}

.form-control::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #828282;
}

.form-control {
    transition: none;
    font-weight: 300;
    font-size: 12px;
}

.taiungdung .coltext,
.taiungdung .colimage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.typedangky {
    background: #ffffff;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 2.4px;
}

.dangky {}

.dangky .title {
    color: #000000;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.dangky .formcontainer .formwrapper .formgroup {
    margin-bottom: 1rem;
}

.dangky .formcontainer .formwrapper .formgroup .label {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.dangky .formcontainer .formwrapper .formgroup .label {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.dangky .formcontainer .formwrapper .formgroup .input {
    width: 100%;
    padding: 5px 10px;
    background-color: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    border-radius: 5px;
}

.dangky .formcontainer .formwrapper .formgroup .validate {
    font-size: .75rem;
}

.dangky .formcontainer .formwrapper .formgroup .submitbtn {
    width: 100%;
    background-color: #FF8C00;
    border-radius: 24px;
    color: #ffffff;
    font-weight: normal;
    padding: 7px 0;
    border: none;
}

.dangky .formcontainer .formwrapper .formgroup .submitbtn:hover {
    font-weight: bold;
    cursor: pointer
}

.dangky {
    padding: 150px;
}

.dangky a {
    color: #000;
}

.dangky .email,
.dangky .diachi {
    margin-bottom: 2rem;
}

.dangky .email,
.diachi {
    margin-bottom: 2rem;
}

.dangky .pkd {
    font-weight: bold;
}

.dangky .email {
    font-weight: bold;
}

.dangky .mobile {
    font-weight: bold;
}

.dangky .truongphong {
    font-weight: bold;
}

.dangky .hotline {
    font-weight: bold;
}

.dangky .pkd a {
    font-weight: normal;
}

.dangky .email a {
    font-weight: normal;
}

.dangky .mobile a {
    font-weight: normal;
}

.dangky .truongphong a {
    font-weight: normal;
}

.dangky .hotline a {
    font-size: 1.5rem;
    font-weight: normal;
}

.dangky .congty a {
    font-size: 1.5rem;
    font-weight: normal;
}

.dangky a:hover {
    color: #06a64f;
    text-decoration: none;
    cursor: pointer;
}

.dangky .congty {
    font-weight: bold;
}

.dangky .action a {
    background-color: #FFFFFF;
    border-radius: 24px;
    color: #0A9562;
    font-style: normal;
    font-weight: 400;
    width: 177px !important;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    width: 177px
}

.dangky .action a:hover {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer
}

footer .sub-title a:hover {
    color: #06a64f;
    text-decoration: none;
    cursor: pointer;
}

.TrangChu .bg .ThucTrang {
    /*column-count: 1;*/
    /*column-gap: 2rem;*/
    width: 100%;
    display: flex;
}

.TrangChu .bg .ThucTrang .dl-title {
    flex-grow: 1;
    display: block;
    width: 50%;
}

.TrangChu .bg .ThucTrang .dl-title h2 {
    color: #000000;
    padding-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.TrangChu .bg .ThucTrang .dl-title p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #0A0A0A;
}

@media screen and (max-width: 576.91px) {
    .TrangChu .bg .ThucTrang {
        flex-wrap: wrap;
    }
}

.TrangChu .bg .ThucTrang .dl-img-right-half {
    flex-grow: 1;
    width: 50%;
    padding-left: 3rem;
}

@media screen and (max-width: 576.91px) {
    .TrangChu .bg .ThucTrang .dl-img-right-half {
        width: 100% !important;
        padding: 0;
    }
}

.TrangChu .bg .ThucTrang .dl-img-right-half img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .TrangChu .bg .ThucTrang {
        /*column-count: 1;*/
    }
    .TrangChu .bg .ThucTrang .title-line:first-child h2 {
        white-space: normal;
    }
    .TrangChu .bg .ThucTrang .title-line:first-child .stretch-line {
        display: none;
    }
}

.TrangChu .bg .ThucTrang .title-line:last-child {
    margin-bottom: 0;
    margin-top: 3rem;
}

.TrangChu .ViSao {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.TrangChu .ViSao ul {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: justify;
}

.TrangChu .ViSao ul li {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 15px;
    padding: 0 1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.TrangChu .ViSao ul li i {
    padding-top: 5px;
    padding-right: 10px;
    font-size: .75rem;
}

.QuyTrinhTrienKhai {
    background-color: #fff;
}

.QuyTrinhTrienKhai h1,
.QuyTrinhTrienKhai h2,
.QuyTrinhTrienKhai h3,
.QuyTrinhTrienKhai h4,
.QuyTrinhTrienKhai h5,
.QuyTrinhTrienKhai h6 {
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    .QuyTrinhTrienKhai.py-5 {
        padding-top: 1rem !important;
    }
}

.QuyTrinhTrienKhai .qt-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    text-transform: none;
}

.QuyTrinhTrienKhai .col-img {
    min-height: 125px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.QuyTrinhTrienKhai .col-img img {
    height: 125px;
}

.QuyTrinhTrienKhai .col-content h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

body.navbarnew {
    padding-top: 0px;
}

@media screen and (min-width: 992px) {
    body.navbarnew .site-header {
        background-color: #FFFFFF;
        border-bottom: 0.8px solid #E7F4EF !important;
    }
    body.navbarnew .site-header a {
        color: #141414 !important;
        transition: ease color .2s;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        /* #141414 */
        color: #141414;
    }
    body.navbarnew .site-header span:hover {
        color: #FF8C00 !important;
        font-weight: 500;
        border-bottom: 2px solid;
        border-image: linear-gradient(to right, #ffffff00 25%, #FF8C00 25%, #FF8C00 50%, #FF8C00 50%, #FF8C00 75%, #ffffff00 75%);
        border-image-slice: 4;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        opacity: 0.8;
    }
    .navbarnew .site-header.navbar-light .navbar-nav .show>.nav-link,
    .navbarnew .site-header.navbar-light .navbar-nav .active>.nav-link span,
    .navbarnew .site-header.navbar-light .navbar-nav .nav-link.show,
    .navbarnew .site-header.navbar-light .navbar-nav .nav-link.active span {
        color: #FF8C00 !important;
        font-weight: 500;
        border-bottom: 2px solid;
        border-image: linear-gradient(to right, #ffffff00 25%, #FF8C00 25%, #FF8C00 50%, #FF8C00 50%, #FF8C00 75%, #ffffff00 75%);
        border-image-slice: 4;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
    }
    .navbarnew.windows-scrolled .site-header {
        background-color: #ffffff !important;
        border-bottom: 0.8px solid #E7F4EF !important;
    }
    .navbarnew .section.section1 {
        padding-top: 140px;
    }
}

.navbarnew .banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.navbarnew .banner .background {
    display: block;
    position: absolute;
    height: 100%;
    width: 1920px;
}

.navbarnew .banner .container {
    height: 100%;
    padding-top: 100px;
    display: flex;
}

@media screen and (min-width: 992px) {
    .navbarnew .banner .container {
        padding-top: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        justify-content: center;
        align-items: center;
    }
}

.navbarnew .banner .container .content {
    text-align: justify;
}

@media screen and (min-width: 992px) {
    .navbarnew .banner .container .content {
        text-align: right;
    }
}

.navbarnew .banner .container .content .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.navbarnew .banner .container .content .subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    text-align: justify;
    color: #FF8C00;
}

@media screen and (min-width: 992px) {
    .navbarnew .banner .container .content .subtitle {
        margin-bottom: 1rem;
    }
}

.navbarnew .banner .container .content .caption {
    font-weight: bold;
}

.navbarnew .banner .container .imagecont img {
    width: 100%;
}

.navbarnew.windows-scrolled .site-header a {
    color: #141414;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    transition: ease color .2s;
}

.navbarnew.windows-scrolled .site-header a:hover {
    color: #141414 !important;
    text-decoration: none;
}

.navbarnew .site-header .btn-dangnhap {
    margin-right: 16px;
    color: #0A9562;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.navbarnew .site-header .btn-dangky {
    background-color: #0A9562;
    border-radius: 15px;
    color: #FFFFFF !important;
    font-weight: 400;
    width: 100px;
    font-size: 14px;
}

.navbarnew .site-header .btn-dangky:hover {
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .pd-section {
        padding-top: 120px !important
    }
}

.pd-section {
    padding-top: 50px
}

.section {
    padding: 60px 0;
}

.section.section1 {
    padding-top: 80px;
}

.section .coltext,
.section .colimage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .content {
    margin-right: 35px
}

.section .content .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.section .content .sub-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #FF8C00;
}

.section .content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #0A0A0A;
}

.section .content .submitbtn {
    font-size: .875rem;
    color: #fff;
    background-color: #00975D;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.section .content .submitbtn:hover {
    color: #FF7A00;
}

.section .imagecont .image {
    width: 100%;
}

.section .list .listitem {
    display: flex;
    margin: 1rem 0;
}

.section .list .listitem p {
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* or 62% */
    text-align: justify;
}

.section .list .listitem p:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    color: #FF7A00;
}

.section .list.special .icon {
    margin-right: 2rem;
}

.section .list.special .icon img {
    width: 50px;
}

.section .list.special .content .itemtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #0A0A0A;
}

.section .list.special .content .itemtitle:before {
    display: none;
}

.section .list.special .content .itemcaption {
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    /* Gray 1 */
    color: #0A0A0A;
}

.section .list.special .content .itemcaption:before {
    display: none;
}