.banner-pages {
    padding: 7.1875rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-pages::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
}
.banner-pages .container{
    position: relative;
    z-index: 2;
}
.info-footer li {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    min-height: 30px;
}
.info-footer li img {
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.info-footer li:first-child img {
    top: 2px;
}
#modal-recruitment input {
    margin-bottom: 0.25rem !important;
}
.item-product .desc {
    font-size: 1rem;
    line-height: 1.5;
}
#modal-recruitment .wpcf7 form .cf7sg-response-output {
    margin: 0;
    font-size: 1rem;
    padding: 0.5rem;
}
#modal-recruitment .cf7sg-container .cf7-smart-grid.has-grid .row>* {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.form-contact__pages .wpcf7-not-valid-tip {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-contact__pages .cf7sg-response-output {
    margin-top: 1rem;
    font-size: 1rem;
}
.section-solution__category .item-solution .img img {
    object-fit: contain;
    display: block;
    background: white;
}
#modal-recruitment .columns p {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
    min-height: 32px !important;
}
.solution_page .form-contact__pages .wpcf7-not-valid-tip {
    display: inline-block;
    margin: 0.5rem 0;
    font-size: 1rem;
    color: #fff;
}
.solution_page .form-contact__pages .wpcf7-response-output {
    margin: 0;
    color: #fff;
    margin-top: 0.75rem;
    border-color: #ffffff !important;
    font-size: 1rem;
    padding: 5px;
    font-weight: 300;
}
.section-all__pages {
    padding: 2.5rem 0
}
.module-faqs {
    max-width: 48.125rem
}
.item-faq:not(:last-child) {
    margin-bottom: .5rem
}
.item-faq .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}
.item-faq .title.show .icon {
    background-image: url(../images/close.png);
    width: 1.125rem;
    height: 1.125rem
}
.item-faq .title .icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/help-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .625rem;
    margin-top: 4px
}
.item-faq .faq-content {
    background: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(98, 98, 98, 0.1);
    box-shadow: 0 8px 20px rgba(98, 98, 98, 0.1);
    display: none
}
.form-bottom {
    background: #e5ab05;
    padding: 1.5rem 0;
}
.form-bottom .border-right {
    border-right: 1px solid #fff
}
.form-bottom .title-form {
    padding-left: 5rem
}
.form-bottom .title-form::before {
    content: "";
    width: 4.1875rem;
    height: 3.75rem;
    background-image: url(../images/icon-mail-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.form-send-email {
    width: 100%
}
.form-send-email .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.form-send-email .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #fff
}
.list-contact__pages li:not(:last-child) {
    margin-bottom: 2rem
}
.list-contact__pages .icon{
    margin-right: 10px;
}
.list-contact__pages .icon img{
    width: 24px;
}
.list-contact__pages .contact-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    position: relative
}
.form-contact__pages {
    border: 1px solid #00497e;
    padding: 0.938rem;
    border-radius: 0;
}
.form-contact__pages .btn-submit-form {
    background: #fff;
    border: solid thin transparent;
    color: #00497e;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .375rem 1.25rem;
    text-transform: uppercase;
    min-height: 2.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    border-radius: 0;
    font-weight: 700;
    width: 100%;
    margin-top: 1rem;
    cursor: pointer;
    position: relative;
}
.form-contact__pages .btn-submit-form i {
    position: absolute;
    left: calc(50% - 50px)
}
.form-contact__pages .btn-submit-form .wpcf7-spinner {
    right: 0;
    position: absolute !important;
}
.form-contact__pages .btn-submit-form:hover i,
.form-contact__pages .btn-submit-form:hover input {
    color: #fff;
}
.form-contact__pages .btn-submit-form:hover {
    border: solid thin #fff;
    background: #00497e;
}
.form-contact__pages .wpcf7-textarea {
    height: 6rem;
}
.form-contact__pages .btn-submit-form input {
    color: #00497e;
    padding: 0;
    width: 100%
}
.form-contact__pages .subtitle {
    padding-bottom: .625rem;
    position: relative
}
.form-contact__pages .subtitle::after {
    content: "";
    width: 10.625rem;
    height: 1px;
    background: #00497e;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: inherit
}
.form-contact__pages .form-control {
    background: #F5F5F5;
    border: 1px solid transparent;
    font-size: 16px;
}
.form-contact__pages .text-note {
    min-height: 6rem
}
#map {
    height: 27.4375rem
}
#map iframe {
    height: 100%;
    width: 100%
}
.statis-item {
    height: 100%;
    transition: .3s;
}
.statis-item .icon {
    width: 50px;
    margin-right: 10px;
    height: auto;
    margin-top: 0.938rem;
}
.statis-item .statis-content {
    flex: 1;
}
.statis-item .number {
    color: #0067B1;
    transition: .3s;
}
.section-branch__detail {
    position: relative;
    padding: 4.375rem 0
}
.section-branch__detail .module-branch__content {
    position: relative;
    z-index: 1;
    max-width: 29.375rem;
    margin-left: auto;
    margin-right: 0
}
.section-branch__detail .module-branch__content .head {
    background: -webkit-gradient(linear, left top, right top, from(#C33), color-stop(52.08%, #F26C3B), to(#0067B1));
    background: linear-gradient(90deg, #C33 0%, #F26C3B 52.08%, #0067B1 100%)
}
.section-branch__detail .module-branch__content .box-content {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    overflow: hidden
}
.section-branch__detail .module-branch__content .box-content .content {
    max-height: 25rem;
    overflow-y: auto;
    padding: 0 .9375rem
}
.section-branch__detail .module-branch__content .box-content .content::-webkit-scrollbar-track {
    background-color: #fff
}
.section-branch__detail .module-branch__content .box-content .content::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5
}
.section-branch__detail .module-branch__content .box-content .content::-webkit-scrollbar-thumb {
    background-color: #252525
}
.section-branch__detail .module-branch__content .box-content .show-branch__detail {
    padding: 1.25rem 0 .625rem;
    position: relative;
    padding-left: 25px
}
.section-branch__detail .module-branch__content .box-content .show-branch__detail::before {
    content: "";
    width: 15px;
    height: 20px;
    background-image: url(../images/address_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 22px;
    left: 0
}
.section-branch__detail .module-branch__content .box-content .show-branch__detail:not(:last-child) {
    border-bottom: 1px dashed #fff
}
.item-recruitment {
    padding: .5rem .5rem 1.5rem;
    height: 100%;
    background: #FFF;
    -webkit-box-shadow: 0 16px 40px -10px rgba(7, 29, 97, 0.1);
    box-shadow: 0 16px 40px -10px rgba(7, 29, 97, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    transition: .3s
}
.item-recruitment:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s;
    transition: .3s
}
.item-recruitment .img {
    padding-top: 70%
}
.item-recruitment .img img {
    object-fit: unset
}
.item-recruitment .btn {
    margin-top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}
.item-recruitment .info-rec .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item-recruitment .info-rec .item:not(:last-child) {
    margin-right: 1.125rem
}
.item-recruitment .info-rec .item img {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    position: relative;
    z-index: 1;
    top: -2px;
}
.work-environment {
    background-image: url(../images/bg-mt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left
}
.section-enviroment__detail {
    background: -webkit-gradient(linear, left top, right top, from(#C33), color-stop(52.08%, #F26C3B), to(#0067B1));
    background: linear-gradient(90deg, #C33 0%, #F26C3B 52.08%, #0067B1 100%)
}
.item-enviroment .icon img {
    height: 3.75rem;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.title-policy {
    position: relative;
    padding-left: 2rem
}
.title-policy::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/icon-policy.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: inherit
}
.item-new__main .title {
    display: block;
}
.item-new__main .img {
    padding-top: 55%
}
.item-new__sidebar {
    transition: .3s;
    padding: 0.5rem;
}
.item-new__sidebar .read-more::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.item-new__sidebar:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    transition: .3s;
}
.item-new__sidebar:not(:last-child) {
    margin-bottom: 0.25rem;
}
.item-new__sidebar .img {
    width: 8.875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .9375rem;
    z-index: 1;
}
.item-new__sidebar .img .c-img{
    padding-top: 80%;
    display: block;
}
.item-new__sidebar .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: solid thin #ebebeb;
    padding: 1px;
}
.item-new__sidebar .new-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.item-new__all {
    height: 100%
}
.item-new__all .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem
}
.item-new__all .img .c-img{
    padding-top: 56%;
}
.item-new__all .img img {
    width: 100%;
    height: 100%
}
.item-new__all .new-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.slide-new__hot .swiper-slide {
    height: auto
}
.title-new-sidebar {
    position: relative;
    padding-bottom: .5rem
}
.title-new-sidebar::after {
    content: "";
    width: 5rem;
    height: .125rem;
    background: #0067B1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: inherit
}
.nav-new__categories li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.nav-new__categories li:not(:last-child) {
    margin-bottom: 1rem
}
.nav-new__categories li .count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .9375rem
}
.nav-new__categories li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.section-new__detail .item-new__sidebar .img {
    width: 4.375rem;
    height: 4.375rem
}
.section-new__detail .wpcf7-not-valid-tip {
    color: #e5ab05 !important;
}
.section-new__detail .cf7sg-popup-box {
    display: flex;
}
.section-new__detail .wpcf7-spinner {
    display: block !important;
}
.time-spacing {
    letter-spacing: .1em
}
.tag-news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, 0.1);
    font-size: 12px;
    white-space: nowrap;
    margin-right: .5rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.slide-roadmap {
    padding: .625rem 0
}
.slide-roadmap::after {
    content: "";
    width: 100%;
    height: .9375rem;
    background: #E5AB05;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: inherit;
    border-radius: 10px;
    pointer-events: none;
}
.slide-roadmap .swiper-slide {
    height: auto
}
.slide-roadmap .swiper-slide:nth-child(2n+1) .item-roadmap::after {
    border-bottom: 10px solid #E5AB05;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: calc(50% - 15px)
}
.slide-roadmap .swiper-slide:nth-child(2n+1) .item-roadmap .box-time {
    margin-bottom: 5rem
}
.slide-roadmap .swiper-slide:nth-child(2n+1) .item-roadmap .box-time .time {
    top: 2.7rem
}
.slide-roadmap .swiper-slide:nth-child(2n+1) .item-roadmap .icon {
    margin-top: 1.25rem
}
.slide-roadmap .swiper-slide:nth-child(2n+2) .item-roadmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.slide-roadmap .swiper-slide:nth-child(2n+2) .item-roadmap::after {
    border-top: 10px solid #E5AB05;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: calc(50% - 15px)
}
.slide-roadmap .swiper-slide:nth-child(2n+2) .item-roadmap .box-time {
    background-image: url(../images/rotate.png);
    margin-top: 5rem;
    background-position: bottom;
}
.slide-roadmap .swiper-slide:nth-child(2n+2) .item-roadmap .box-time .time {
    top: 5.125rem;
}
.slide-roadmap .swiper-slide:nth-child(2n+2) .item-roadmap .roadmap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.slide-roadmap .swiper-slide:nth-child(2n+2) .icon {
    margin-bottom: 1.25rem
}
.slide-roadmap .swiper-slide-active .item-roadmap .box-time, .slide-roadmap .item-roadmap:hover .box-time {
    -webkit-animation: active_item 1s linear infinite alternate;
    animation: active_item 1s linear infinite alternate
}
@-webkit-keyframes active_item {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}
@keyframes active_item {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}
.item-roadmap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.item-roadmap::after {
    content: "";
    position: absolute;
    left: calc(50% + 3px);
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    z-index: 1
}
.item-roadmap .box-time {
    width: 8.125rem;
    height: 10.625rem;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/box-text-roadmap.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}
.item-roadmap .box-time .time {
    background: -webkit-gradient(linear, left top, right top, color-stop(-7.55%, #04A7E6), color-stop(110.42%, #225DAB));
    background: -o-linear-gradient(left, #04A7E6 -7.55%, #225DAB 110.42%);
    background: linear-gradient(90deg, #04A7E6 -7.55%, #225DAB 110.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    z-index: 1
}
.item-roadmap .icon img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.btn-slide-roadmap {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}
.box-slide-roadmap {
    padding: 0 3.4375rem
}
.roadmap-prev {
    left: 0
}
.roadmap-next {
    right: 0
}
.item-strength .icon img {
    width: 5.625rem;
    height: 5.625rem;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.item-person {
    padding-bottom: 1rem;
    border: 1px solid #D5DAE1;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}
.item-person:hover {
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)
}
.item-person .img {
    padding-top: 100%
}
.item-person .img img {
    object-fit: cover;
}
.slide-certifi .img-certifi .c-img {
    padding-top: 68%;
}
.slide-certifi .swiper-wrapper {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}
.slide-certifi .swiper-wrapper .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 12px
}
.core-value-content .item-faq {
    margin-bottom: 0 !important;
    padding: 1rem 0;
    max-width: 480px;
}
.core-value-content .item-faq:not(:last-child) {
    border-bottom: 1px dashed #D5DAE1;
}
.core-value-content .title-core-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 1.875rem;
    cursor: pointer;
    user-select: none;
}
.core-value-content .title-core-value.show::after {
    background-image: url(../images/minus-circle.svg)
}
.core-value-content .title-core-value::after {
    content: "";
    width: 1.375rem;
    height: 1.375rem;
    background-image: url(../images/plus-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: inherit
}
.core-value-content .title-core-value .icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    margin-top: -3px;
}
.core-value-content .title-core-value .icon img {
    width: 1.5rem;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.core-value-content .core-value-content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0 0 0 1.875rem
}
.img-certifi {
    padding-top: 67%;
}
.img-certifi img {
    object-fit: contain;
}
.section-service__index .img-certifi {
    padding-top: 100%;
    background: #FFFFFF;
    box-shadow: 6px 10px 48px rgba(66, 177, 255, 0.15);
}
.bg-rec .img-certifi {
    padding-top: 50%
}
.modal-recruitment form input[type="submit"] {
    background: #0067B1;
    color: #fff
}
.modal-recruitment form input[type="submit"]:hover,
.modal-recruitment form input[type="submit"]:focus {
    background: #b35d1e;
    color: #fff
}
.modal-recruitment form .wpcf7-not-valid-tip,
.modal-recruitment form .cf7sg-response-output {
    font-size: .875rem;
    margin-top: 5px
}
.slide-recruitment .swiper-slide {
    height: auto
}
.section-contact .form-contact__pages {
    text-align: center;
}
.section-contact .form-contact__pages .btn-submit-form {
    background: #0067B1;
    color: #fff;
    height: 46px;
    width: 200px;
}
.section-contact .form-contact__pages .btn-submit-form:hover {
    border: 1px solid transparent;
    background: #ff6c00;
}
.section-contact .form-contact__pages .btn-submit-form input {
    color: #fff;
    position: absolute;
    height: 46px;
}

.section-contact .form-contact__pages .subtitle {
    color: #4D5F7A;
}
.section-contact .form-contact__pages .subtitle::after {
    content: "";
    display: none;
}
.application-form {
    border-radius: 0;
    overflow: hidden;
    border: solid thin #0067B1;
}
.application-form .head {
    padding: 10px;
    background: #fff;
    color: #0067B1;
    font-size: 18px;
}
.recruiment .btn-orange__all {
    background: #ffffff;
    color: #0067B1;
}
.recruiment .form-control {
    font-size: 15px;
}
.application-form .form-content {
    padding: 15px;
    background: #0067B1;
}
.application-form .form-content .columns {
    padding: 0;
}
.application-form .form-content .columns.one-half {
    width: 100% !important;
}
.application-form .form-content .columns.one-half p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.application-form .wpcf7 .wpcf7-recaptcha iframe {
    width: 100%;
}
.application-form .wpcf7-form-control-wrap>span>div {
    width: 100% !important;
}
.application-form .form-content input[type="submit"] {
    width: auto !important;
    border-radius: 0 !important;
}
.recruiment input,
.recruiment textarea,
.recruiment select {
    border-radius: 0 !important;
}
.application-form .form-content .wpcf7-spinner {
    display: none;
}
@media (min-width: 992px) {
    .section-contact .form-contact__pages{
        padding: 2rem;
    }
    .item-new__sidebar .desc {
        height: 40px;
        transition: .5s;
        overflow: hidden;
    }
    .item-new__sidebar .box-text {
        height: 60px;
        overflow: hidden;
    }
    .item-new__sidebar:hover .desc {
        height: 100%;
        overflow: unset;
        transition: .5s;
    }
    .item-new__sidebar:hover .read-more {
        visibility: visible;
        pointer-events: all;
        opacity: 1;
        left: 0;
        transition-delay: .5s;
    }
    .item-new__sidebar .read-more {
        padding-right: 1.5rem;
        opacity: 0;
        pointer-events: none;
        transition: .5s;
        visibility: hidden;
        left: 20px;
    }
    #map-branch {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: inherit
    }
    #map-branch iframe {
        width: 100%;
        height: 100%
    }
    .section-enviroment__detail {
        padding: 5rem 0;
        background: -webkit-gradient(linear, left top, right top, from(#C33), color-stop(52.08%, #F26C3B), to(#0067B1));
        background: linear-gradient(90deg, #C33 0%, #F26C3B 52.08%, #0067B1 100%)
    }
    .section-galery,
    .section-policy {
        padding: 5rem 0
    }
    .section-certifi .container {
        position: relative
    }
    .section-branch__detail .module-branch__content .box-content .content {
        min-height: 25rem
    }
}
@media (max-width: 991px) {
    .section-all__pages {
        padding: 1.25rem 0
    }
    .form-bottom .border-right {
        border-right: none
    }
    .banner-pages {
        padding: 5rem 0
    }
    .item-faq .title {
        font-size: 1.125rem
    }
    #map-branch {
        height: 18.75rem;
        margin-bottom: 1rem
    }
    #map-branch iframe {
        height: 100%;
        width: 100%
    }
    .section-branch__detail {
        padding: 1.25rem 0
    }
    .section-branch__detail .module-branch__content {
        max-width: 100%
    }
    .item-enviroment .icon img {
        height: 2.5rem
    }
    .item-new__all .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        height: 4.375rem
    }
    .item-strength .icon img {
        width: 3.75rem;
        height: 3.75rem
    }
    .item-strength .title-big__all {
        font-size: 1.125rem
    }
    .slide-certifi .swiper-wrapper {
        flex-wrap: nowrap
    }
}
@media (max-width: 767px) {
    #map {
        height: 250px
    }
    .name-company {
        font-size: 1.125rem
    }
    .item-recruitment .info-rec .item:not(:last-child) {
        margin-right: 1.875rem
    }
    .item-new__all .img {
        margin-right: 0;
        margin-bottom: .3125rem
    }
    .item-new__all .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .box-slide-roadmap {
        padding: 0
    }
    .btn-slide-roadmap {
        display: none
    }
    .banner-pages {
        padding: 3rem 0;
    }
}
@media (max-width: 575px) {
    .statis-item {
        background: #fff;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        padding: .625rem
    }
    .form-contact__pages {
        padding: 1rem .625rem
    }
    .pagination-certifi {
        display: none
    }
}
.solution_page .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    color: #00497e;
    line-height: 1.3;
    margin-bottom: 23px;
}
.solution_page .dk-form-hotline {
    display: inline-flex;
    background: linear-gradient(90deg, #037eae -7.55%, #00497e 110.42%);
    padding-left: 50px;
    padding-right: 22px;
    vertical-align: middle;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    flex-direction: column;
    color: #fff;
    width: 100%;
}
.solution_page .dk-form-hotline i {
    font-size: 25px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.solution_page .form-contact__pages .title-big__all {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.tab-intro-solution .tab-solution .nav-link {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 1.25rem;
    padding: 0.938rem 1.25rem;
    color: #252525;
    transition: .3s;
}
.tab-intro-solution .tab-solution .nav-link:hover {
    color: #00497e;
}
.tab-intro-solution .tab-solution .nav-link.active {
    background: #00497e;
    color: #fff;
    transition: .3s;
}
.tab-content-solution {
    padding: 1.875rem 0;
    background: #00497e;
    color: #fff;
}
.solution_page .form-contact__pages {
    background: linear-gradient(90deg, #037eae -7.55%, #00497e 110.42%);
    border: 1px solid transparent;
}
.solution_page .form-contact__pages .title-big__all {
    color: #fff;
}
@media (max-width: 1599px) {
    .solution_page .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.dk-form-btns.v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .solution_page .text .title {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .tab-intro-solution .tab-solution .nav-link {
        font-size: 1rem;
    }
    .solution_page .text .title {
        margin-top: 20px;
    }
    .solution_page .img img {
        display: flex;
        margin: auto;
    }
}
.section-recruitment table {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    font-size: 16px;
    text-align: center;
}
.section-recruitment_table table {
    min-width: 600px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.section-recruitment tbody td:nth-child(2) {
    text-align: left !important;
}
.section-recruitment table th {
    background: #0067B1;
    color: #fff;
    line-height: 24px;
    padding: 13px 10px;
    border-right: solid 1px #fff;
    vertical-align: middle;
    white-space: nowrap;
}
.section-recruitment table td:first-child {
    border-left: solid 1px #dcdcdc;
}
.section-recruitment tbody td {
    line-height: 24px;
    padding: 8px 10px;
    border-bottom: solid 1px #dcdcdc;
    vertical-align: middle;
    white-space: nowrap;
}
.section-recruitment table td .view-detail {
    display: inline-block;
    vertical-align: middle;
    background: #0067B1;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    padding: 0 20px;
    font-weight: 500;
    white-space: nowrap;
    border: 1px solid #0067B1;
    transition: all .3s;
}
.section-recruitment table td .view-detail:hover {
    background-color: #fff;
    color: #0067B1;
}
.career-1_table {
    overflow-y: hidden;
    overflow-x: auto;
}
.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
    position: unset !important;
    padding: unset !important;
    bottom: unset !important;
    background: unset !important;
    border-radius: unset !important;
}
.wp-caption-text {
    text-align: center;
    margin-bottom: 1rem;
}
.tab-pane tr {
    border-bottom: 2px solid #888;
}
.tab-pane tr td {
    line-height: 2rem;
}
.tab-pane tr td:first-child {
    border-right: 1px solid #333;
}
.tab-pane tr td:only-child {
    border-right: none;
}
.section-galery .c-img {
    padding-top: 110%;
}
.slide-library .image-list:not(:last-child) {
    margin-bottom: .5rem;
}
.section-new .item-new__sidebar .desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.section-cruitmtent__categories .item-product .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.item-new__all .new-content h3{
    min-height: 55px;
}

@media (max-width: 991px){
    .section-new .item-new__sidebar .read-more{
        display: flex;
        align-items: center;
    }
    .section-new .item-new__sidebar .read-more::after{
        position: relative;
        top: 2px;
        transform: none;
        margin-left: 5px;
    }
}
@media (max-width: 767px){
    .section-new .item-new__main .title{
        font-size: 1.125rem;
    }
    .section-new .item-new__sidebar .title{
        font-size: 1rem;
    }
}