.item-new__all {
    transition: 0.3s all 0s;
    transform: translateY(0);
    position: relative;
    z-index: 1;
}
.view_more.smooth {
    position: absolute;
    bottom: 5px;
    right: -20px;
    z-index: 1;
    opacity: 1;
    background: #0067B1;
    color: #fff;
    padding: 5px 12px;
    border: solid thin transparent;
    opacity: 0;
}
.item-new__all:hover .view_more, .item-new__all:focus .view_more {
    opacity: 1;
    right: 5px;
    bottom: 5px;
}
.section-list-branch .image img {
    height: 500px;
}
.slide-banner__index .swiper-slide {
    height: auto
}
.slide-banner__index video {
    height: 100%;
    object-fit: unset
}
.banner-index__content {
    max-width: 33.5rem;
    margin-left: 0;
    margin-right: auto
}
.item-statis__index{
    padding: 2rem;
}
.item-statis__index .number {
    font-size: 3rem;
    color: #ffffff;
}
.item-statis__index .icon img{
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
}
.tab-product__index {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.tab-product__index .nav-item:not(:last-child) {
    margin-right: 3.125rem
}
.tab-product__index .nav-item .nav-link {
    border-radius: 0;
    padding: 0;
    font-size: 1.125rem;
    color: #888;
    background: none;
    position: relative;
    padding-bottom: .3125rem
}
.tab-product__index .nav-item .nav-link::after {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: #252525;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: inherit;
    display: none
}
.tab-product__index .nav-item .nav-link:hover,
.tab-product__index .nav-item .nav-link:focus {
    color: #252525
}
.tab-product__index .nav-item .nav-link.active {
    color: #252525
}
.tab-product__index .nav-item .nav-link.active::after {
    display: block
}
.slide-product__index .item-product {
    -webkit-transition: .3s;
    transition: .3s;
    border: solid 1.5px transparent;
    background-color: #F4FCFF;
}
.slide-product__index .item-product:hover .title,
.slide-product__index .item-product:focus .title,
.slide-product__index .item-product:focus .desc,
.slide-product__index .item-product:hover .desc {
    color: #0067B1;
}
.slide-product__index .item-product:hover {
    border: solid 1.5px #225DAB;
}
.item-solution__index {
    background: #FFF;
    border: 1px solid #EBEBEB;
    height: 100%;
    padding: .9375rem;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    flex-direction: column;
}
.item-solution__index:hover {
    -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-solution__index .title:hover,
.item-solution__index .title:focus {
    color: #CE1515
}
.item-solution__index .icon {
    width: 3.9375rem;
    height: 3.9375rem;
    background-image: url(../images/bg-solution-index.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.item-solution__index .icon img {
    max-width: 70%;
    max-height: 70%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.item-solution__index .read-more {
    color: #CE1515;
    position: relative;
    padding-right: 1.5625rem;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: auto;
}
.item-solution__index .read-more:hover {
    padding-right: 1.875rem;
    -webkit-transition: .3s;
    transition: .3s
}
.item-solution__index .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%
}
.section-service__index {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-service__index .container {
    position: relative;
    z-index: 1
}
.service__index .img-service img {
    max-height: 11rem;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
/* .section-new__index .item-new__all .img {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 7.5rem;
    height: 7.5rem;
} */
.section-new__index .item-new__all .img img {
    width: 100%;
    height: 100%
}
.img-partner {
    background: #FFF;
    border: 1px solid #F5F5F5;
    -webkit-transition: .3s;
    transition: .3s
}
.img-partner:hover {
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #CE1515;
    -webkit-box-shadow: 0 16px 40px -11px rgba(81, 81, 81, 0.1);
    box-shadow: 0 16px 40px -11px rgba(81, 81, 81, 0.1)
}
.img-partner img {
    max-width: 90%;
    max-height: 90%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.pagination-partner .swiper-pagination-bullet {
    width: 1rem;
    height: 0.375rem;
}
.pagination-partner .swiper-pagination-bullet-active {
    width: 2rem;
}
.bg-rec {
    background-image: url(../images/bg-prd-index.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top
}
.item-solution__index .title {
    display: block;
}
.section-service__index .pagination-partner .swiper-pagination-bullet-active {
    background: #0067B1;
}
@media(min-width:576px) {
    .item-solution__index .desc {
        display: -webkit-box !important
    }
}
@media (min-width: 992px) {
    .slide-banner__index .img img,
    .slide-banner__index video {
        max-height: unset;
        height: 100%;
    }
    .slide-banner__index video {
        object-fit: unset
    }
    .intro-index__content {
        padding-left: 1.875rem
    }
    .section-service__index {
        padding: 3.75rem 0
    }
    .section-new__index .module-new__index div[class^=col-]:first-child {
        margin-bottom: 1.5rem !important
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all {
        display: block !important;
        padding-bottom: 2rem;
        background-color: #fff;
        border-bottom: solid 1px #D5DAE1;
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all .title {
        -webkit-line-clamp: 1
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all .c-img {
        padding-top: 56%;
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all .desc p {
        display: -webkit-box !important;
        height: 50px;
        transition: 0.3s all 0s;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all .desc {
        height: 70px;
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all:hover .desc p,
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all:hover .desc p {
        height: 70px;
    }
    .section-new__index .module-new__index div[class^=col-]:first-child .item-new__all .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }
}
@media(min-width:1400px) {
    .slide-banner__index .img img,
    .slide-banner__index video {
        max-height: unset;
        height: 100%;
    }
}
.box-main-about {
    max-width: 35.0625rem;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
    pointer-events: none
}
.box-main-about .img-main img {
    width: 100%;
    height: 100%
}
.box-main-about .about {
    position: absolute;
    z-index: inherit
}
.box-main-about .about img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.box-main-about .about-1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}
.box-main-about .about-2 {
    width: 45.2%;
    height: 42%;
    top: 15%;
    left: 53%;
    -webkit-animation: top_down 4s linear infinite alternate;
    animation: top_down 4s linear infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.box-main-about .about-3 {
    width: 6.5%;
    height: 9.2%;
    top: 20%;
    left: 33%;
    -webkit-animation: box_2 4s linear infinite;
    animation: box_2 4s linear infinite
}
.box-main-about .group-1 {
    position: absolute;
    width: 19%;
    height: 27.2%;
    top: 39%;
    left: 64%;
    -webkit-animation: xe_nang 4s linear infinite alternate;
    animation: xe_nang 4s linear infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.box-main-about .about-4 {
    width: 11.3%;
    height: 14.2%;
    top: 60%;
    left: 41.2%;
    -webkit-animation: top_down_1 8s linear infinite;
    animation: top_down_1 8s linear infinite
}
.box-main-about .about-5 {
    width: 21.8%;
    height: 18.3%;
    top: -1%;
    left: 53%;
    -webkit-animation: arrow_1 8s linear infinite;
    animation: arrow_1 8s linear infinite
}
.box-main-about .about-6 {
    width: 2.9%;
    height: 11.5%;
    top: 30%;
    left: 95%;
    -webkit-animation: arrow_1 8s linear infinite;
    animation: arrow_1 8s linear infinite
}
.box-main-about .about-7 {
    width: 60.9%;
    height: 49.4%;
    top: 59%;
    left: 41%;
    -webkit-animation: arrow_2 8s linear infinite;
    animation: arrow_2 8s linear infinite
}
.box-main-about .about-8 {
    width: 29.1%;
    height: 30%;
    top: 67%;
    left: 4%;
    -webkit-animation: arrow_3 8s linear infinite;
    animation: arrow_3 8s linear infinite
}
.box-main-about .about-9 {
    width: 28.2%;
    height: 34.6%;
    top: 10%;
    left: 7%;
    -webkit-animation: arrow_4 8s linear infinite;
    animation: arrow_4 8s linear infinite
}
@-webkit-keyframes arrow_1 {
    0% {
        opacity: 0
    }
    18% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes arrow_1 {
    0% {
        opacity: 0
    }
    18% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes arrow_2 {
    0% {
        opacity: 0
    }
    38% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes arrow_2 {
    0% {
        opacity: 0
    }
    38% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes arrow_3 {
    0% {
        opacity: 0
    }
    58% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes arrow_3 {
    0% {
        opacity: 0
    }
    58% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes arrow_4 {
    0% {
        opacity: 0
    }
    78% {
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes arrow_4 {
    0% {
        opacity: 0
    }
    78% {
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes top_down_1 {
    0% {
        top: 60%;
        left: 41.2%
    }
    30% {
        top: 54%;
        left: 41.2%
    }
    50% {
        top: 54%;
        left: 41.2%
    }
    70% {
        top: 60%;
        left: 41.2%
    }
    100% {
        top: 60%;
        left: 41.2%
    }
}
@keyframes top_down_1 {
    0% {
        top: 60%;
        left: 41.2%
    }
    30% {
        top: 54%;
        left: 41.2%
    }
    50% {
        top: 54%;
        left: 41.2%
    }
    70% {
        top: 60%;
        left: 41.2%
    }
    100% {
        top: 60%;
        left: 41.2%
    }
}
@-webkit-keyframes xe_nang {
    0% {
        top: 39%;
        left: 64%
    }
    10% {
        top: 39%;
        left: 64%
    }
    40% {
        top: 37%;
        left: 66%
    }
    70% {
        top: 37%;
        left: 66%
    }
    100% {
        top: 37%;
        left: 66%
    }
}
@keyframes xe_nang {
    0% {
        top: 39%;
        left: 64%
    }
    10% {
        top: 39%;
        left: 64%
    }
    40% {
        top: 37%;
        left: 66%
    }
    70% {
        top: 37%;
        left: 66%
    }
    100% {
        top: 37%;
        left: 66%
    }
}
@keyframes top_down {
    0% {
        top: 15%;
        left: 53%
    }
    10% {
        top: 15%;
        left: 53%
    }
    40% {
        top: 15%;
        left: 53%
    }
    70% {
        top: -12%;
        left: 53%
    }
    100% {
        top: -12%;
        left: 53%
    }
}
@-webkit-keyframes box_2 {
    0% {
        top: 20%;
        left: 33%
    }
    80% {
        opacity: 1
    }
    100% {
        top: 14%;
        left: 40%;
        opacity: 0
    }
}
@keyframes box_2 {
    0% {
        top: 20%;
        left: 33%
    }
    80% {
        opacity: 1
    }
    100% {
        top: 14%;
        left: 40%;
        opacity: 0
    }
}
@media(max-width:1651px) {
    .item-statis__index .number{
        font-size: 1.875rem;
    }
    .item-statis__index .text{
        font-size: 0.875rem;
    }
    .item-statis__index {
        padding: 0.625rem;
    }
    .banner-index__content .title-big__all {
        font-size: 1.5rem;
    }
    .banner-index__content .desc{
        font-size: 1.125rem;
    }
}
@media(max-width: 1299px){
    .banner-index__content .title-big__all{
        font-size: 1.3rem;
        margin-bottom: 0.5rem !important;
    }
    .banner-index__content .desc{
        margin-bottom: 0.875rem !important;
    }
    .banner-index__content  .btn{
        font-size: 0.875rem;
    }
}
@media(max-width:1199px) {
    .item-statis__index {
        padding: 0.625rem 1.25rem 1.25rem;
    }
 
}
@media (max-width: 991px) {
    .section-new__index .item-new__all .img {
        width: 5.5rem;
        height: 5.5rem;
    }
    .item-statis__index {
        padding: .625rem
    }
    .section-statis__index {
        padding: 1.25rem 0
    }
    .tab-product__index {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .625rem
    }
    .tab-product__index .nav-item .nav-link {
        font-size: 1rem;
        white-space: nowrap;
        padding-bottom: 0
    }
    .tab-product__index .nav-item .nav-link.active {
        color: #f27f2a
    }
    .tab-product__index .nav-item .nav-link::after {
        display: none !important
    }
    .tab-product__index .nav-item:not(:last-child) {
        margin-right: 1.25rem
    }
}
@media (max-width: 767px) {
    .item-statis__index .number {
        font-size: 1.875rem
    }
    .section-new__index .item-new__all .img {
        width: 100%;
        height: auto
    }
}
@media (max-width: 575px) {
    .banner-index__content .title-big__all {
        font-size: 1.125rem
    }
    .item-solution__index .title {
        font-size: 14px
    }
}

.module-bg-box {
    position: relative;
    overflow: hidden;
}

.module-bg-box.black-cover::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(-29.43%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) -29.43%, rgba(0, 0, 0, 0.3) 100%);
}

.module-bg-box .bg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.module-bg-box .bg-box iframe,
.module-bg-box .bg-box video,
.module-bg-box .bg-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.module-bg-box .content-box {
    position: relative;
    z-index: 3;
    min-height: 100%;
}
.slide-banner__index .module-bg-box{
    min-height: 180px;
}
@media(min-width:768px) {
    .slide-banner__index .module-bg-box{
        min-height: 300px;
    }
}
@media(min-width:991px) {
    .slide-banner__index .module-bg-box{
        min-height: 350px;
    }
    .module-statis__index .col:not(:last-child){
        border-right: solid 1px #ffffff;
    }
}
@media(min-width:1366px) {
    .slide-banner__index .module-bg-box{
        min-height: 500px;
    }
}
@media(min-width:1600px) {
    .banner-index__content {
        max-width: 43.5rem;
    }
    .slide-banner__index .module-bg-box{
        min-height: 700px;
    }
}
