.slider-sldt {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 20px 0px;
    color: white;
    position: relative;
}

.slider-sldt .parent-slide {
    padding: 15px;
}

.slider-sldt img {
    display: block;
    margin: auto;
}

.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    z-index: 12;
    border: 2px solid #fff;
    padding-top: 19px;
    margin-top: -30px;
    top: 50%;
    text-indent: -9999px;
}

.slick-arrow.slick-prev {
    left: -70px;
    background: #194787 url("/images/ic-prev.png") no-repeat center center;
    background-size: 12px auto;
    outline: none;
}

.slick-arrow.slick-next {
    right: -70px;
    background: #194787 url("/images/ic-next.png") no-repeat center center;
    background-size: 12px auto;
    outline: none;
}

@media (max-width: 1200px) {
    .slick-arrow.slick-prev {
        left: -20px;
    }

    .slick-arrow.slick-next {
        right: -20px;
    }
}

@media (max-width: 992px) {
    .slick-arrow {
        display: none !important;
    }
}

/*css style homepage*/
.gdpt-ceo {
    width: 100%;
    background: #fff;
    padding: 72px 0px 30px;
}

@media (max-width: 1600px) {
    .gdpt-ceo {
        padding: 60px 20px 20px;
    }
}

@media (max-width: 767px) {
    .gdpt-ceo {
        padding: 40px 0px 20px;
    }
}

.gdpt-ceo .list-gdpt-ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo {
    width: 20%;
    padding: 0px 20px;
    background: transparent url("/images/ic-line.png") no-repeat left 154px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 195px;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:last-child {
    background: transparent url("/images/ic-line.png") no-repeat right 154px;
}

@media (max-width: 1200px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo {
        width: 50%;
        padding: 0px 10px;
        background: transparent url("/images/ic-line.png") no-repeat left 110px;
    }

    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:last-child {
        background: transparent url("/images/ic-line.png") no-repeat right 110px;
    }
}

@media (max-width: 480px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo {
        width: 100%;
        margin-bottom: 0px;
        padding: 20px 10px;
        background: #fff;
    }

    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:nth-child(2n) {
        background: #f4f5f7;
    }

    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:last-child {
        background: #fff;
    }
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .img {
    height: 100px;
    margin-bottom: 40px;
    text-align: center;
    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;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .img {
        height: 80px;
        margin-bottom: 15px;
    }
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .num {
    min-width: 170px;
    height: 42px;
    line-height: 42px;
    background: #1d2a4f;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 45px;
    text-align: center;
}

@media (max-width: 1600px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .num {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .num {
        margin-bottom: 15px;
    }
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:nth-child(2) .num {
    background: #674047;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:nth-child(3) .num {
    background: #85291b;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:nth-child(4) .num {
    background: #b85027;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo:nth-child(5) .num {
    background: #dda82f;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .name {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #194787;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

@media (max-width: 1600px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .name {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .name {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

@media (max-width: 767px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .desc {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo .desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo a {
    width: 160px;
    height: 44px;
    background: #194787;
    border-radius: 30px;
    line-height: 44px;
    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-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo a svg {
    margin-left: 18px;
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo a:hover {
    color: #194787;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.gdpt-ceo .list-gdpt-ceo .item-gdpt-ceo a:hover svg path {
    fill: #194787;
}

.ldc-ceo {
    width: 100%;
    padding: 84px 0px 45px;
}

@media (max-width: 767px) {
    .ldc-ceo {
        padding: 40px 0px 10px;
    }
}

.ldc-ceo .list-ldc-ceo {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ldc-ceo .list-ldc-ceo .item-ldc-ceo {
    width: 25%;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .ldc-ceo .list-ldc-ceo {
        margin: 0px;
    }

    .ldc-ceo .list-ldc-ceo .item-ldc-ceo {
        width: 50%;
        padding: 0px 15px;
    }
}

@media (max-width: 375px) {
    .ldc-ceo .list-ldc-ceo .item-ldc-ceo {
        width: 100%;
        padding: 0px 15px;
    }
}

.ldc-ceo .list-ldc-ceo .img {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.ldc-ceo .list-ldc-ceo .img img {
    max-width: 100%;
    max-height: 100%;
}

.ldc-ceo .list-ldc-ceo h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #111111;
    margin-bottom: 15px;
    text-align: justify;
}

@media (max-width: 992px) {
    .ldc-ceo .list-ldc-ceo h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .ldc-ceo .list-ldc-ceo h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.ldc-ceo .list-ldc-ceo span {
    line-height: 30px;
    color: #666;
}

@media (max-width: 1600px) {
    .ldc-ceo .list-ldc-ceo span {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
}

.static-ceo {
    width: 100%;
    background: #194787 url("/images/kv.jpg") no-repeat center top;
    background-size: cover;
}

.static-ceo .list-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px -15px;
}

.static-ceo .list-static .item {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    min-height: 408px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 20%;
    text-align: center;
    padding: 15px 10px 0px;
}

.static-ceo .list-static .item:last-child {
    border-right: none;
}

.static-ceo .list-static .item span {
    min-height: 40px;
}

.static-ceo .list-static .item b {
    font-weight: normal;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
}

@media (max-width: 1200px) {
    .static-ceo .list-static .item {
        font-size: 18px;
        min-height: 300px;
    }

    .static-ceo .list-static .item b {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .static-ceo .list-static .item {
        font-size: 16px;
        min-height: 250px;
        font-weight: normal;
    }

    .static-ceo .list-static .item b {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 570px) {
    .static-ceo .list-static .item {
        font-size: 12px;
        min-height: 150px;
        font-weight: normal;
        padding: 0px 5px;
    }

    .static-ceo .list-static .item b {
        font-size: 20px;
        line-height: 30px;
    }
}

.dncg-ceo {
    padding: 80px 0px 70px;
    width: 100%;
}

@media (max-width: 1200px) {
    .dncg-ceo {
        padding: 60px 0px;
    }
}

@media (max-width: 767px) {
    .dncg-ceo {
        padding: 40px 0px;
    }
}

.dncg-ceo .row-title {
    margin-bottom: 43px;
}

@media (max-width: 767px) {
    .dncg-ceo .row-title {
        margin-bottom: 25px;
    }
}

.dncg-ceo .swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.dncg-ceo .swiper .navigation {
    top: 40%;
}

@media (max-width: 1200px) {
    .dncg-ceo .swiper .navigation {
        padding: 0px 20px;
    }
}

.dncg-ceo .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #333333;
    opacity: 0.5;
}

.dncg-ceo .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #194787;
    opacity: 1;
}

.dncg-ceo .list-dncg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -20px;
}

@media (max-width: 767px) {
    .dncg-ceo .list-dncg {
        margin: 0px -10px;
    }
}

.dncg-ceo .item {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 48px;
}

.dncg-ceo .item .img {
    height: 545px;
    overflow: hidden;
    margin-bottom: 32px;
}

@media (max-width: 1550px) {
    .dncg-ceo .item .img {
        height: 445px;
    }
}

@media (max-width: 1200px) {
    .dncg-ceo .item .img {
        height: 400px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .dncg-ceo .item .img {
        height: 300px;
        margin-bottom: 10px;
    }
}

.dncg-ceo .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dncg-ceo .item h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    color: #111111;
    margin-bottom: 15px;
}

@media (max-width: 1550px) {
    .dncg-ceo .item h3 {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .dncg-ceo .item h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .dncg-ceo .item h3 {
        font-size: 16px;
    }
}

.dncg-ceo .item span {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding-left: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 110px;
    /*90*/
}

.dncg-ceo .item span::before {
    width: 5px;
    height: 100%;
    max-height: 73px;
    position: absolute;
    left: 0px;
    top: 8px;
    content: "";
    background: #194787;
}

@media (max-width: 991px) {
    .dncg-ceo .item span {
        font-size: 14px;
        line-height: 22px;
        padding-left: 15px;
        height: 66px;
    }

    .dncg-ceo .item span::before {
        top: 5px;
    }
}

.fbhv-ceo {
    background: #f4f5f7;
    padding: 80px 0px 60px;
}

@media (max-width: 1600px) {
    .fbhv-ceo {
        padding: 60px 20px 40px;
    }
}

@media (max-width: 767px) {
    .fbhv-ceo {
        padding: 40px 0px 20px;
    }
}

.fbhv-ceo .row-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
}

.fbhv-ceo .row-title h2 {
    text-align: left;
    /* padding-right: 400px; */
    line-height: 30px;
    padding-top: 7px;
}

@media (max-width: 767px) {
    .fbhv-ceo .row-title h2 {
        text-align: center;
        padding-right: 0px;
    }
}

.fbhv-ceo .row-title a {
    width: auto;
    height: auto;
    padding: 10px 25px;
    background: #194787;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 767px) {
    .fbhv-ceo .row-title a {
        position: relative;
        padding: 6px 15px;
        font-size: 14px;
    }
}

.fbhv-ceo .row-title a svg {
    margin-left: 15px;
}

.fbhv-ceo .row-title a:hover {
    color: #194787;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.fbhv-ceo .row-title a:hover svg path {
    fill: #194787;
}

.fbhv-ceo .vd-fbhv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .fbhv-ceo .vd-fbhv {
        margin: 0px -10px;
    }
}

.fbhv-ceo .vd-fbhv .item {
    width: 50%;
    padding: 0px 20px;
    margin-bottom: 0px;
    position: relative;
    height: 430px;
}

@media (max-width: 1550px) {
    .fbhv-ceo .vd-fbhv .item {
        height: 350px;
    }
}

@media (max-width: 1200px) {
    .fbhv-ceo .vd-fbhv .item {
        height: 300px;
    }
}

@media (max-width: 992px) {
    .fbhv-ceo .vd-fbhv .item {
        height: 200px;
        padding: 0px 10px;
    }
}

@media (max-width: 480px) {
    .fbhv-ceo .vd-fbhv .item {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
}

.fbhv-ceo .vd-fbhv .item img.img-vd {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.fbhv-ceo .vd-fbhv .item img.ic-play {
    width: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -34px;
    z-index: 5;
}

@media (max-width: 767px) {
    .fbhv-ceo .vd-fbhv .item img.ic-play {
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
}

.fbhv-ceo .vd-fbhv .item:hover img.img-vd {
    opacity: 0.8;
}

.fbhv-ceo .mySwiper {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 60px;
}

@media (max-width: 767px) {
    .fbhv-ceo .mySwiper {
        padding: 20px 0px;
    }

    .fbhv-ceo .mySwiper .swiper-pagination {
        display: none;
    }
}

.fbhv-ceo .mySwiper .swiper-slide {
    height: auto;
}

.fbhv-ceo .mySwiper .item-fbhv {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 30px 30px 25px;
    float: left;
}

@media (max-width: 1600px) {
    .fbhv-ceo .mySwiper .item-fbhv {
        padding: 20px;
    }
}

.fbhv-ceo .mySwiper .item-fbhv .img {
    width: 102px;
    height: 102px;
    margin-bottom: 12px;
    float: left;
}

@media (max-width: 480px) {
    .fbhv-ceo .mySwiper .item-fbhv .img {
        width: 80px;
        height: 80px;
    }
}

.fbhv-ceo .mySwiper .item-fbhv .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.fbhv-ceo .mySwiper .item-fbhv .info {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 122px);
    padding-right: 65px;
    margin-bottom: 12px;
    margin-left: 20px;
    min-height: 53px;
    background: transparent url("/images/ic-p2.png") no-repeat top right;
}

@media (max-width: 1600px) {
    .fbhv-ceo .mySwiper .item-fbhv .info {
        background-size: 40px auto;
        padding-right: 45px;
    }
}

@media (max-width: 480px) {
    .fbhv-ceo .mySwiper .item-fbhv .info {
        width: calc(100% - 92px);
        min-height: 80px;
        margin-left: 10px;
    }
}

.fbhv-ceo .mySwiper .item-fbhv .info h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}

@media (max-width: 1600px) {
    .fbhv-ceo .mySwiper .item-fbhv .info h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .fbhv-ceo .mySwiper .item-fbhv .info h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.fbhv-ceo .mySwiper .item-fbhv .info h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    .fbhv-ceo .mySwiper .item-fbhv .info h4 {
        font-size: 14px;
    }
}

.fbhv-ceo .mySwiper .item-fbhv .desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    min-height: 140px;
    color: #333333;
    float: left;
    width: 100%;
}

@media (max-width: 1600px) {
    .fbhv-ceo .mySwiper .item-fbhv .desc {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
}

@media (max-width: 480px) {
    .fbhv-ceo .mySwiper .item-fbhv .desc {
        font-size: 15px;
        line-height: 22px;
    }
}

.fbhv-ceo .mySwiper .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

.fbhv-ceo .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #194787;
    opacity: 1;
}

.dt-ceo {
    /* padding: 40px 0px 40px; */
}

.dt-ceo .row-title {
    margin-bottom: 30px;
}

.dt-ceo .row-title h2 {
    text-transform: initial;
    font-weight: normal;
    font-size: 28px;
    color: #000;
}

.dt-ceo .mySwiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.dt-ceo .mySwiper .swiper-pagination {
    display: none;
}

.dt-ceo .mySwiper .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

.dt-ceo .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #194787;
    opacity: 1;
}

.dt-ceo .mySwiper .item-dt {
    width: 100%;
}

.dt-ceo .mySwiper .item-dt .img {
    width: 100%;
    height: 100px;
    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;
    text-align: center;
}

.dt-ceo .mySwiper .item-dt .img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .dt-ceo .mySwiper {
        padding-bottom: 0px;
    }

    .dt-ceo .mySwiper .swiper-pagination {
        display: none;
    }
}
.info-company .nsx{
    font-weight: 600;
    text-transform: uppercase;
    color: #0060aa;
    text-shadow: 2px 1px 0 #fff, 1px 2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 4px 4px 4px #808080;
    font-size: 25px;
}
.info-company .desc{
    font-weight: 600;
    text-transform: uppercase;
    color: #bd0723;
    margin: 0;
    font-size: 20px;
}