.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}



@media (max-width:737px) {
    #sales .section1 .text {
        padding: 40px 40px;
    }

    #sales .section2 .text {
        padding: 40px 40px 40px 40px;
    }
}



    #ctt_con.sub01_01 .vision {
        position: relative;
        overflow: hidden;
        padding: 20px 0 20px;
    }

    #ctt_con.sub01_01 .vision .wrap h3 {
        font-size: 14px;
        font-weight: 500;
    }

    #ctt_con.sub01_01 .vision .visioncenter h3 {
        font-size: 30px;
        font-weight: 700;
    }


    /* vision*/
    .vision {
        position: relative;
        /* overflow: hidden; */
        padding: 50px 0 50px;
    }

    .vision .wrap {
        display: flex;
        /* justify-content: space-around; */
        /* align-items: center; */
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
        padding: 20px 15px;
    }


    .vision .wrap .visionleft {
        width: 100%;
        max-width: 580px;
        /* min-width: 380px; */
        height: 160px;
        min-height: 100px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 80px;
        font-size: 1.0em;
        font-weight: 700;
        background-color: #fff;
        padding: 0 120px 0 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .vision .wrap .visionright {
        width: 100%;
        max-width: 580px;
        /* min-width: 380px; */
        height: 160px;
        min-height: 100px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 80px;
        font-size: 0.9em;
        font-weight: 600;
        background-color: #fff;
        padding: 0 60px 0 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .vision .wrap h3 {
        font-size: 1.2em;
        font-weight: 700;
    }

    .vision .wrap .visioncenter h3 {
        font-size: 30px;
        font-weight: 700;
    }


    .vision .wrap .visioncenter {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        z-index: 1;
        background: -o-linear-gradient(315deg, rgb(209, 2, 18) 0%, rgb(77, 77, 77) 50%, rgb(77, 77, 77) 50%, rgb(77, 77, 77) 100%);
        background: -ms-linear-gradient(315deg, rgb(209, 2, 18) 0%, rgb(77, 77, 77) 50%, rgb(77, 77, 77) 50%, rgb(77, 77, 77) 100%);
        background: linear-gradient(315deg, rgb(209, 2, 18) 0%, rgb(77, 77, 77) 50%, rgb(77, 77, 77) 50%, rgb(77, 77, 77) 100%);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        /* align-items: center; */
    }

    .vision .wrap .visioncenter2 {
        height: 160px;
        width: 160px;
        border: 5px solid #f2f4f5f;
        border-radius: 50%;
        z-index: 25;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        /* display: -ms-flexbox;
      display: flex; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        /* border: 1px solid rgb(24, 194, 155); */
    }

    .vision .wrap .visioncenter2 h3 {
        text-align: center;
        line-height: 150px;
    }

    /* .vision .wrap .visioncenter::after {
      content: "";
      height: 160px;
      width: 160px;
      background-color: #fff;
      border-radius: 50%;
      font-size: 2.5em;
      font-weight: 700;
      line-height: 160px;
      text-align: center;
      position: absolute;
      z-index: -1;
      display: block;
   } */
    #introduction {
        width: 100%;
        margin: auto;
        /* display: flex; */
    }

    #introduction .float-right {
        float: right;
    }

    #introduction .float-right img {
        float: right;
    }

 