.carousel.carousel-1.mycss1 {
    height: 100%;
    border-radius: 0
}

carousel-inner .mycss2 {
    border-radius: 0
}

.carousel.carousel-1.mycss1 .item {
    border-radius: 0;
    height: 100%
}

.carousel.carousel-1.mycss1 .carousel-inner {
    border-radius: 0;
    box-shadow: none;
    border: 0 none
}

.carousel.carousel-1.mycss1 .item img {
    border-radius: 0
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #f9f9f9;
}

/* old site default css */
.container-960 {
    width: 960px;
    margin: 0 auto;
}

.innerT {
    padding-top: 15px;
    position: relative;
}

.innerTB {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

/* Custom css by me */
.overview-list img,
.overview-content img,
.company-overview-box img,
.bilingual-ecommerce-img img {
    width: 100%;
}

.company-overview-area {
    background-color: #f3f3f3;
}

.bilingual-ecommerce-area {
    padding: 25px 0px;
    padding-bottom: 10px;
}

.bilingual-ecommerce-list h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.bilingual-ecommerce-list ul {
    padding: 0px;
    padding-left: 10px;
}

    .bilingual-ecommerce-list ul li {
        font-size: 16px;
        position: relative;
        list-style: none;
        padding-left: 33px;
        line-height: 28px;
        font-family: sans-serif;
        font-weight: 500;
        color: #3e3e3e;
        margin-bottom: 8px;
    }

        .bilingual-ecommerce-list ul li::before {
            content: " ";
            position: absolute;
            height: 15px;
            width: 15px;
            background-image: url(img/square.svg);
            background-repeat: no-repeat;
            left: 0;
            top: 6px;
            background-size: contain;
        }

.contactus-box {
    background-image: url(img/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    text-align: center;
    padding: 35px 0px
}

    .contactus-box h2 {
        font-size: 28px;
        font-weight: 500;
        color: #021442;
        line-height: 34px;
        margin: 0px;
    }

        .contactus-box h2 span {
            font-weight: 700;
        }
