﻿@charset "utf-8";

.middle_content {
    vertical-align: middle;
}

div.middle_content {
    display: table-cell;
}

.customers {
    height: 80px;
    overflow: hidden;
    }

.list_carousel_home {
    margin-top: 10px;
}

.list_carousel li {
    width: auto;
    padding: 4px;
    margin: 10px 13px 0 13px; /* top right botton left */
}

.list_carousel_detail li {
    border: none;
    margin-top: 0px;
}

.all {
    float: right;
    position: relative;
    margin: 10px 33px 0 0; /* top right botton left */
}

.font {
    color: #003366;
}

.title {
    font-size:25px;
}

.customer_logo {
    width: 200px;
    height: 200px;
    margin: 0 20px 0 30px; /* top right botton left */
    text-align: center;
    overflow: hidden;
}

.separator {
    width: 2px;
    height: 220px;
    margin: 0 20px 0 20px;
    background-color: rgba(94, 116, 176, 0.92);
}

.testimony {
    width: 500px;
    height: 200px;
    margin: 0 20px 0 20px; /* top right botton left */
    padding: 0 20px 0 20px;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    overflow: hidden;
}

.gde {
    font-weight: bold;
}

.x {
    color:rgb(255, 51, 0);
}

.quotes {
    color: #c3bbbf;
    font-weight:bold;
}
