/*!
 * Page
 */
.banner {
    position: relative
}

.banner .title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 40%
}

.mua-sam-breadcrumb {
    margin-bottom: 0 !important
}

.mua-sam-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: none !important
}

.mua-sam-breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 15px
}

.mua-sam-breadcrumb .breadcrumb-item:first-child img, .mua-sam-breadcrumb .breadcrumb-item:last-child, .mua-sam-breadcrumb .breadcrumb-item a {
    position: relative;
    top: -2px
}

.service-customer {
    background: #eef3ff;
    padding: 80px 0
}

.service-customer .big-title {
    color: #004588;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 36px
}

.service-customer .small-title {
    color: #212121;
    font-size: 15px;
    line-height: 22px;
    text-align: center
}

.service-customer .list-service {
    margin-top: 60px
}

.service-customer .list-service .item-service-customer {
    margin-bottom: 30px
}

.service-customer .list-service .item-service-customer .font-bold {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px
}

.service-customer .list-service .item-service-customer li {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 30px
}

.service-customer .list-service .item-service-customer li .icon-check {
    background: rgba(33, 33, 33, .1);
    border-radius: 2px;
    float: left;
    height: 24px;
    margin-right: 15px;
    width: 24px
}

.provide-service {
    padding: 80px 0;
}

.provide-service img, .service-customer img{
    max-width: 100%;
}

.provide-service video, .service-customer video{
    max-width: 100%;
}

.provide-service .big-title {
    color: #004588;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 45px
}

.provide-service .small-title {
    color: #212121;
    font-size: 15px;
    line-height: 22px;
    text-align: center
}

.provide-service .font-bold {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px
}

.provide-service .list-service {
    margin-top: 60px
}

.provide-service li {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 30px
}

.provide-service li .icon-check {
    background: rgba(33, 33, 33, .1);
    border-radius: 2px;
    float: left;
    height: 24px;
    margin-right: 15px;
    width: 24px
}

.product-service {
    background: #eef3ff;
    padding: 80px 0
}

.product-service .big-title {
    color: #004588;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 36px
}

.product-service .small-title {
    color: #212121;
    font-size: 15px;
    line-height: 22px;
    text-align: center
}

.m-b-30{
    margin-bottom: 30px;
}

.product-service .item-product-service {
    background: #fff;
    border-radius: 2px;
    padding: 30px 15px 50px;
    height: 100%;
}

.product-service .item-product-service .icon img {
    margin: 30px auto;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.product-service .item-product-service .title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #004588;
}

.product-service .item-product-service .sub-title {
    color: #53585c;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px
}

.product-service .item-product-service{
    border: 1px solid transparent;
}

.product-service .item-product-service:hover {
    border: 1px solid;
    border-color: #004588;
}

@media screen and (max-width: 767px){
    .provide-service .big-title,
    .service-customer .big-title,
    .product-service .big-title{
        font-size: 24px;
    }
}

@media (max-width: 1279.98px) {

    img.banner {
        margin-bottom: 30px
    }

    .col-right {
        display: none !important
    }
}
