.release-media {
    color: #f5a623;
    font-size: 12px;
    margin-bottom: 5px;
}

.title-media {
    line-height: 27px;
    font-size: 20px;
    color: #1a5289;
}

.title-head-product {
    font-size: 20px;
}

.jumbotron-title-text {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}


.navbargroup-bottom {
    margin-top: 60px
}


.text-media {
    font-size: 14px;
}

.title-head-media {
    font-size: 30px;
}

.title-head-media-about {
    font-size: 24px;
}

.title-head-testimonials {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-top: 50px;
}

.date-media {
    font-size: 10px;
    color: rgb(143, 143, 143);
    margin-left: 5px;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

#submenu-navbar {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

#submenu-navbar:hover {
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

.bg-custome {
    background-color: ghostwhite;
}

.link-card-service {
    text-decoration: none;
    color: black;
}

.link-card-service:hover {
    text-decoration: none;
    color: black;

}


.padding-custome {
    padding-top: 95px;
    padding-left: 600px;
    padding-right: 630px;
}

/*  */
#top-nav {
    transition: top 0.3s;
    margin-top: 50px;
    background-color: #fff;
}


.card {
    border: none;
}

.customer {
    display: inline;
    padding-top: 10px;
    margin-left: 45px;
    font-size: 13px;
}

.card-content {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 10%);
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 0;
}

.heading-logo-banner {
    color: #2a3e52;
    font-size: 24px;
}

.text-heading-product {
    color: #007CBA;
    font-size: 20px;
}

.text-product {
    color: #2a3e52;
    text-decoration: none;
}

.text-product:hover {
    text-decoration: none;
}

.bottom-heading {
    margin-bottom: 100px;
}


.card-content:hover {
    box-shadow: 4px 4px 10px rgba(97, 97, 97, 0.25);
    margin-top: -5px;
    transition: 0.5s;
}

.card-paragraf-content {
    font-weight: 300;
}

.card-title-content-one {
    color: #007CBA;
}

.card-title-content-two {
    color: #D64123;
}

.card-title-content-tree {
    color: #2E8025;
}

.card-title-content-four {
    color: #6f2277;
}

.box-label-one {
    background-color: #9addff;
    width: 110px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    border-radius: 0px 15px 0px 0px;
    margin-top: -30px;
}

.box-label-two {
    background-color: rgb(255, 147, 147);
    width: 110px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    border-radius: 0px 15px 0px 0px;
    margin-top: -30px;
}

.box-label-tree {
    background-color: rgb(143, 255, 143);
    width: 110px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    border-radius: 0px 15px 0px 0px;
    margin-top: -30px;
}

.box-label-four {
    background-color: #f6a7ff;
    width: 110px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    border-radius: 0px 15px 0px 0px;
    margin-top: -30px;
}


.text-label-one {
    font-size: 13px;
    color: rgb(0, 66, 209);
    font-weight: bold;
}

.text-label-two {
    font-size: 13px;
    color: rgb(194, 0, 0);
    font-weight: bold;
}

.text-label-tree {
    font-size: 13px;
    color: rgb(0, 150, 0);
    font-weight: bold;
}

.text-label-four {
    font-size: 13px;
    color: #9800a9;
    ;
    font-weight: bold;
}

.button-read-more {
    color: rgb(44, 94, 255);
}

.button-read-more:hover {
    color: rgb(44, 94, 255);
}

.fa-arrow-right {
    color: rgb(44, 94, 255);
}

.fa-arrow-right:hover {
    color: rgb(44, 94, 255);
}

@font-face {
    font-family: poppins-reguler;
    src: url(../font/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: poppins-semi-bold;
    src: url(../font/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: poppins-medium;
    src: url(../font/Poppins/Poppins-Medium.ttf);
}


::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: rgba(39, 38, 38, 0.78);
    box-shadow: 5px 5px 15px rgba(39, 38, 38, 0.78);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(255, 114, 114);
}

/*
.row-banner {

} */

/* laptop css  */
/* .nav-custom::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: orangered;
    transition: width .3s;
}

.nav-custom:hover::after {
    width: 100%;
    transition: width .3s;
} */

.mobile-web {
    display: none;
}

.header-list-product {
    color: #ff4f56;
    margin-top: 20px;
    font-size: 30px;
}

.background-owl-carousel {
    background-color: #ececec;
}


.navbar-text-mid {
    color: #f40000;
    ;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.navbar-text-mid:hover {
    text-decoration: none;
    color: #f40000;
    ;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

#col-navbar-8-offset-2 {
    margin-top: 12px;
}

#container-mobile {
    display: none;
}

#id-hreff {
    text-decoration: none;
    color: black;
}

.img-banner {
    margin-top: 20%;
    width: 110%;
    margin-left: 20px;
}

.img-logo-banner {
    width: 150px;
    margin-top: -180%;
    margin-left: 90%;
}

.img-banner-2 {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.image-decoration {
    width: 20%;
    margin-left: 10%;
    margin-top: -120%;
}

.image-decoration-2 {
    width: 15%;
    margin-left: 50%;
    margin-top: -3%;
}

.jumbotron-fluid {
    margin-bottom: 20%;
}

.img-about {
    width: 85%;
}

.image-decoration-about {
    margin-top: -90%;
    margin-left: -3%;
}

.box-text-banner {
    margin-top: 19%;
    margin-left: 5%;
    width: 500px;
    color: #01414d;
}

.text-banner {
    font-size: 33px;
    font-family: poppins-semi-bold;
    width: 100%;
}

.text-banner-2 {
    text-align: center;
    margin-top: -56%;
    color: white;
    font-weight: bolder;
    margin-left: 5%;
    font-size: 30px;
    /* width: 200%; */
}

.text-description-banner {
    color: #838383;
    font-weight: 200;
    /* width: 450px; */
    margin-top: 5%;

}

.text-description-banner-2 {
    color: white;
    font-weight: lighter;
    /* width: 200%; */
    text-align: center;
    margin-left: 5%;
}

.btn-clickMe {
    font-family: poppins;
    color: white;
    height: 50px;
    border: none;
    margin-top: 15%;
    line-height: 50px;
    text-align: center;
}

/* navbar css */
#img-logo-navbar {
    width: 185px;
}

.img-logo {
    margin-left: 0;
}


#indicator-group {
    margin-left: -22px;
}

#carousel-indi li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    transition: opacity .6s ease;
    border-radius: 23px;
    border-top: none;
    border-bottom: none;
}

/*
.carousel-indicators > li {
    border-radius: 50%;
  }

  #myCarousel-indicators > li {
    border-radius: 50%;
  }

  .carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

#myCarousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
    background-color: #000;
    padding: 5px;
    border-radius: 50%;
} */
#padding-button {
    padding-top: 13px;
}

#nav-link-hover {
    font-weight: 500;
    color: gray;
}

#nav-link-hover:hover {
    border-bottom: 2px solid #f40000;
    font-weight: 500;
    text-align: center;
}

.active-navbar {
    border-bottom: 2px solid #f40000;
    font-weight: 500;
    text-align: center;
    color: gray;
}

.nav-link {
    font-weight: 500;
    text-align: center;
    color: gray;
}

.nav-link:hover {
    font-weight: 500;
    text-align: center;
    color: gray;
    border-bottom: 2px solid #f40000;

}

.about-mobile {
    display: none;
}

.active-navbar:hover {
    border-bottom: 2px solid #f40000;
    font-weight: 500;
    text-align: center;
    color: gray;
}



#control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin: auto 0;
    border-radius: 5px;
}


#control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin: auto 0;
    border-radius: 5px;
}

.arrow {
    color: black;
    margin-left: 5px;
}

.media-arrow {
    color: #459dda;
    margin-left: 0px;
    margin-top: 10px;
}

.img-content {
    margin-right: 565px;
    margin-left: auto;
    width: 200px;
    margin-top: -5px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #007CBA;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

/* testimonials */
.img-testimonials-commet {
    border-radius: 50%;
    width: 100px;
    /* height: 100px;
    overflow: hidden; */
}

#testimonials-mobile {
    display: none;
}

.text-testimonials-name-bottom {
    margin-bottom: 0px;
}

.name-testimonials {
    font-weight: bold;
}

.job-project {
    font-style: italic;
    color: gray;
    font-weight: 400;
}

.data-company {
    font-style: inherit;
    color: #007CBA;
}

/* close testimonials */


.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


.fa-check-circle {
    color: #FF4F56;
}

.section-page-banner {
    background-color: salmon;
    margin-top: 80px;
    padding: 10px;
}

#btn-section-page {
    width: 250px;
    height: 50px;
    border: none;
    border-radius: 15px;
    background-color: rgb(255, 228, 24);
    box-shadow: 0px 1px 10px 0px rgb(255, 167, 157);
    font-weight: 500;
    color: white;
}

#btn-section-page:hover {
    width: 250px;
    height: 50px;
    border: none;
    border-radius: 15px;
    background-color: rgb(221, 196, 0);
    box-shadow: 0px 1px 10px 0px rgb(255, 167, 157);
    font-weight: 500;
    color: white;
}

.title-section-page {
    color: white;
    font-size: 24px;
}

.martops-custome {
    margin-top: 90px;
}

.link-footer {
    color: #7a7a7a;
}

.font-head {
    font-size: 40px;
}

.title-product {
    font-size: 25px;
}

/* update */


/* open responsive all and carousel */
/* ---------------------------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: 0;
        margin-left: 0px;
    }

    .about-mobile {
        display: block;
    }

    .about-website {
        display: none;
    }

    .mobile-web {
        display: block;
    }

    #testimonials-web {
        display: none;
    }

    #testimonials-mobile {
        display: block;
    }

    .img-content {
        margin-left: auto;
        width: 200px;
        margin-top: -15px;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding: 110px !important;
    }

    #navbar-toptop {
        display: none;
    }

    #top-nav {
        transition: top 0.3s;
        margin-top: 0px;
        background-color: #fff;
    }

    .img-navbar-two {
        margin-right: 0;
        margin-left: 10%;
        margin-left: 100%;
        margin-top: -30%;
    }

    .navbar-collapse {
        margin-right: 40px;
    }

    .customer {
        margin-right: 0;
        display: contents;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 45px; */
        width: 115px;
    }

    img-footer {
        margin-right: -10px;
    }

    .jumbotron-fluid {
        margin-top: 225px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }

    .fa-arrow-right {
        color: black;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media only screen and (max-width: 375px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -30%;
        margin-left: 0px;
    }

    .destop-web {
        display: none;
    }

    .mobile-web {
        display: block;
    }

    #testimonials-web {
        display: none;
    }

    #testimonials-mobile {
        display: block;
    }


    .navbar-brand {
        margin-bottom: -35px;
    }

    .img-content {
        margin-left: 85px;
        margin-top: -85px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding: 110px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #top-nav {
        transition: top 0.3s;
        margin-top: 0px;
        background-color: #fff;
    }


    .img-navbar-two {
        margin-right: 0;
        margin-left: 10%;
        margin-left: 100%;
        margin-top: -30%;
    }

    .navbar-collapse {
        margin-right: 40px;
    }

    .customer {
        margin-right: 0;
        display: contents;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 75px; */
        width: 115px;
    }

    img-footer {
        margin-right: -10px;
    }

    .jumbotron-fluid {
        margin-top: 250px;
        margin-left: -40%;
        margin-bottom: 40px;
    }



    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }

    .fa-arrow-right {
        color: black;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 375px) and (max-width: 425px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -25%;
        margin-left: -40px;
    }

    .destop-web {
        display: none;
    }

    .mobile-web {
        display: block;
    }

    #testimonials-web {
        display: none;
    }

    #testimonials-mobile {
        display: block;
    }

    .img-content {
        margin-left: 110px;
        margin-top: -85px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 145px !important;
        padding-top: 100px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -100px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
        width: 115px;
    }

    img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 300px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 426px) and (max-width: 499px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -25%;
        margin-left: -40px;
    }

    .destop-web {
        display: none;
    }

    .mobile-web {
        display: block;
    }


    #testimonials-web {
        display: none;
    }

    #testimonials-mobile {
        display: block;
    }

    .img-content {
        margin-left: 110px;
        margin-top: -85px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 145px !important;
        margin-top: -25px;
        padding-top: 60px !important;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -100px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
        width: 115px;
    }

    img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 350px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 500px) and (max-width: 600px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -25%;
        margin-left: -40px;
    }


    #testimonials-web {
        display: none;
    }

    #testimonials-mobile {
        display: block;
    }


    .img-content {
        margin-left: 145px;
        margin-top: -85px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 145px !important;
        margin-top: -25px;
        padding-top: 60px !important;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -100px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
        width: 115px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 350px;
        margin-left: -40%;
        margin-bottom: 60px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 601px) and (max-width: 725px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -13%;
        margin-left: -40px;
    }

    .img-content {
        margin-left: 195px;
        margin-top: -80px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 225px !important;
        padding-top: 60px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -150px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
        width: 115px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 400px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 726px) and (max-width: 870px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -13%;
        margin-left: -40px;
    }

    .img-content {
        margin-left: 260px;
        margin-top: -80px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 295px !important;
        padding-top: 60px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -150px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
        width: 115px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 520px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 821px) and (max-width: 989px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -13%;
        margin-left: -40px;
    }

    .img-content {
        margin-left: 280px;
        margin-top: -80px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 320px !important;
        padding-top: 60px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -150px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
        width: 115px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 520px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 831px) and (max-width: 998px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -13%;
        margin-left: -40px;
    }

    .img-content {
        margin-left: 345px;
        margin-top: -80px;
        width: 175px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 410px !important;
        padding-top: 60px !important;
        margin-top: -5px;
    }

    #navbar-toptop {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -150px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 520px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 1031px) and (max-width: 1050px) {
    .customer {
        margin-right: 65px;
    }

    .img-content {
        margin-left: 160px;
        margin-top: 5px;
        width: 250px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 450px !important;
        padding-top: 100px !important;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 1051px) and (max-width: 1100px) {
    .customer {
        margin-right: 65px;
    }

    .img-content {
        margin-left: 160px;
        margin-top: 5px;
        width: 250px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 500px !important;
        padding-top: 60px !important;
        margin-top: 30px;
    }
}

/* ---------------------------------------------------------------------------------- */
/* close responsive all and carousel */


/* responsive navbar */
/* ---------------------------------------------------------------------------------- */
@media (max-width: 360px) {
    .img-content {
        margin-left: 100px;
        margin-top: 0px;
        width: 100px;
        margin-top: -100px;
    }

    #col-navbar-8-offset-2 {
        margin-top: -28px;
    }

    .navbar-text-mid {
        color: #f40000;
        ;
        font-size: 16px;
        margin-left: -60px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    #container-mobile {
        display: block;
    }

    #container-web {
        display: none;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-right: 100px !important;
        padding-left: 100px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 374px) {
    .img-content {
        margin-left: 100px;
        margin-top: 0px;
        width: 100px;
        margin-top: -85px;
    }

    #container-mobile {
        display: block;
    }

    #container-web {
        display: none;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-right: 100px !important;
        padding-left: 100px !important;
        margin-top: -25px;
    }


    #col-navbar-8-offset-2 {
        margin-top: -30px;
    }


    #navbar-toptop {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 375px) and (max-width: 500px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -25%;
        margin-left: -40px;
    }

    #container-mobile {
        display: block;
    }

    #container-web {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        display: grid;
        margin-left: -100px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }


    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 375px) and (max-width: 530px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -30%;
        margin-left: 0px;
    }

    #col-navbar-8-offset-2 {
        margin-top: -45px;
    }

    .navbar-text-mid {
        color: #f40000;
        font-size: 16px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-left: -65px;
    }

    .img-content {
        margin-left: 193px;
        margin-top: 0px;
        width: 100px;
        margin-top: -100px;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-right: 100px !important;
        padding-left: 115px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #container-mobile {
        display: block;
    }

    #container-web {
        display: none;
    }

    .navbar-collapse {
        margin-right: 40px;
    }

    .customer {
        margin-right: 0;
        display: contents;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    /* .img-logo {
        margin-left: 70px;
    } */

    .img-footer {
        margin-right: -10px;
    }

    .jumbotron-fluid {
        margin-top: 300px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }

    .fa-arrow-right {
        color: black;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 531px) and (max-width: 600px) {
    .img-content {
        margin-left: 180px;
        margin-top: 0px;
        width: 100px;
        margin-top: -100px;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-right: 100px !important;
        margin-top: -25px;
        padding-left: 180px !important;
    }

    #navbar-toptop {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 601px) and (max-width: 749px) {
    .img-content {
        margin-left: 250px;
        margin-top: 0px;
        width: 100px;
        margin-top: -100px;
    }

    #testimonials-web {
        display: none;
    }

    #testimonials-mobile {
        display: block;
    }


    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-right: 100px !important;
        margin-top: -25px;
        padding-left: 250px !important;
    }

    #navbar-toptop {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 500px) and (max-width: 780px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: -13%;
        margin-left: -40px;
    }

    #container-mobile {
        display: block;
    }

    #container-web {
        display: none;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }


    #col-navbar-8-offset-2 {
        margin-top: -35px;
    }


    .customer {
        display: grid;
        margin-left: -150px;
    }

    .fa-arrow-right {
        color: black;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 0; */
        margin-bottom: 10px;
    }

    .img-footer {
        margin-left: 10px;
    }

    .jumbotron-fluid {
        margin-top: 400px;
        margin-left: -40%;
        margin-bottom: 40px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    #img-icon {
        float: none;
        margin-left: 40px;
    }

    .img-footer {
        margin-left: 9px;
    }

    .text-description-banner-2 {
        font-size: 10px;
        color: black;
    }

    .text-banner-2 {
        font-size: 14px;
        color: black;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 700px) and (max-width: 767px) {
    .img-content {
        margin-left: 285px;
        margin-top: 0px;
        width: 100px;
        margin-top: -85px;
    }

    .navbar-text-mid {
        color: #f40000;
        font-size: 16px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-left: -130px;
    }

    #container-mobile {
        display: block;
    }

    #container-web {
        display: none;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-right: 100px !important;
        padding-left: 290px !important;
        margin-top: -25px;
    }

    #col-navbar-8-offset-2 {
        margin-top: -30px;
    }

    #navbar-toptop {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 760px) and (max-width: 889px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: 0;
        margin-left: -40%;
    }

    .navbar-text-mid {
        color: #f40000;
        ;
        font-size: 16px;
        margin-left: -180px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-left: -250px;
    }

    .img-content {
        margin-left: 310px;
        margin-top: 0px;
        width: 100px;
        margin-top: -83px;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 310px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

    #col-navbar-8-offset-2 {
        margin-top: 30px;
    }


    #container-mobile {
        display: none;
    }

    #container-web {
        display: block;
    }

    #carousel-indi li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #aeaeae;
        transition: opacity .6s ease;
        border-radius: 23px;
        border-top: none;
        border-bottom: none;
    }

    .customer {
        margin-left: -50%;
        padding: 0;
        display: grid;
        font-size: 13px;
    }

    .navbar-toggler {
        margin-top: 0px;
    }

    #control-prev {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    #control-next {
    width: 70px;
    height: 70px;
    /* background-color: #007CBA; */
    margin-top: 210px;
    margin-left: 30px;
    border-radius: 5px;
}

    .img-logo {
        /* margin-left: 95px; */
        margin-bottom: 10px;
    }

    .img-footer {
        margin-left: 10px;
    }


    .jumbotron-fluid {
        margin-top: 550px;
        margin-left: -40%;
        margin-bottom: 50px;
    }

    .btn-clickMe {
        font-family: poppins;
        color: black;
        height: 50px;
        border: none;
        line-height: 50px;
        text-align: center;
    }

    .text-description-banner-2 {
        font-size: 13px;
        color: black;
    }

    .fa-arrow-right {
        color: black;
    }

    .text-banner-2 {
        font-size: 20px;
        color: black;
    }

    .navbar-toggler {
        margin-top: 20px;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 901px) and (max-width: 889px) {
    #img-logo-navbar {
        width: 200px;
        margin-top: 0;
        margin-left: -40%;
    }

    .navbar-text-mid {
        color: #f40000;
        ;
        font-size: 16px;
        margin-right: 290px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .img-content {
        margin-left: auto;
        margin-top: 0px;
        width: 100px;
        margin-top: -83px;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 390px !important;
        margin-top: -25px;
    }

    #navbar-toptop {
        display: none;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 1000px) and (max-width: 1200px) {
    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: -25px;
        font-size: 13px;
    }

    #img-logo-navbar {
        width: 200px;
        margin-top: 0;
        margin-left: -40%;
    }

    .img-content {
        margin-left: 390px;
        margin-top: 0px;
        width: 200px;
        padding-bottom: 50px;
        margin-top: -50px;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    .padding-custome {
        padding-left: 440px !important;
    }

    #navbar-toptop {
        display: none;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1090px) {
    .customer {
        margin-right: 65px;
        font-size: 13px;
    }

    #img-logo-navbar {
        width: 200px;
        margin-top: 0;
        margin-left: -40%;
    }

    .img-content {
        margin-left: 390px;
        margin-top: 0px;
        width: 200px;
        padding-bottom: 50px;
        margin-top: -50px;
    }

    .padding-custome {
        padding-left: 440px !important;
    }

    .navbar-brand {
        margin-bottom: -35px;
    }

    .bg-custome {
        background-color: #fff;
    }

    #navbar-toptop {
        display: none;
    }

}

/* ---------------------------------------------------------------------------------- */
@media (min-width: 1440px) {
    .img-content {
        margin-right: 640px;
    }
}

@media (min-width: 1201px) and (max-width: 1250px) {
    .img-content {
        margin-right: 445px;
    }
}

/* ---------------------------------------------------------------------------------- */
/* close responsive navbar */

@media (min-width: 2458px) and (max-width: 2672px) {
    .img-content {
        margin-right: 1170px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 400px;
        font-size: 13px;
    }

    .padding-custome {
        padding-top: 95px;
        padding-left: 1200px
    }

}

@media (min-width: 1500px) and (max-width: 1600px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 700px;
    }

}

@media (min-width: 1601px) and (max-width: 1700px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 800px;
    }

    .img-content {
        margin-right: 725px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 100px;
        font-size: 13px;
    }

}

@media (min-width: 1701px) and (max-width: 1800px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 800px;
    }

    .img-content {
        margin-right: 725px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 100px;
        font-size: 13px;
    }

}


@media (min-width: 1801px) and (max-width: 1880px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 850px;
    }

    .img-content {
        margin-right: 800px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 150px;
        font-size: 13px;
    }

}

@media (min-width: 1881px) and (max-width: 1900px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 900px;
    }

    .img-content {
        margin-right: 800px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 150px;
        font-size: 13px;
    }

}


@media (min-width: 1901px) and (max-width: 2000px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 900px;
    }

    .img-content {
        margin-right: 800px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 150px;
        font-size: 13px;
    }

}


@media (min-width: 2001px) and (max-width: 2100px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 1000px;
    }

    .img-content {
        margin-right: 900px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 250px;
        font-size: 13px;
    }

}

@media (min-width: 2150px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 1100px;
    }

    .img-content {
        margin-right: 1050px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 300px;
        font-size: 13px;
    }

}

@media (min-width: 2400px) {
    .padding-custome {
        padding-top: 95px;
        padding-left: 1200px;
    }

    .img-content {
        margin-right: 1100px;
    }

    .customer {
        display: inline;
        padding-top: 10px;
        margin-left: 400px;
        font-size: 13px;
    }

}
