* {
    box-sizing: border-box;
}

.navbar-default{
    background: #fff;
    border-bottom: 2px solid #095285;
}

.navbar-brand{
    padding: 5px 20px;
}

.navbar-brand img{
    display: inline-block;
    height: 40px;
    margin-right: 6px;
    float: left;
}

.navbar-brand>span{
    font-size: 16px;
    color: #095285;;
    display: inline-block;
    line-height: 1;
    margin-top: 8px;
}

.navbar-brand .en{
    font-size: 12px;
    color: #cccccc;
}

.carousel-inner>.item>.img{
    color: #000;
    font-size: 18px;
    min-height: 320px;
}

.carousel-inner .slider1 .img{
    background: url("../img/slider/header01-home01.jpg") center no-repeat;
    background-size: cover;
}

.carousel-inner .slider2 .img{
    background: url("../img/slider/header01-home03.jpg") center no-repeat;
    background-size: cover;
}

.carousel-caption {
    width: 70%;
    text-align: left;
}

.carousel-caption h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
    background-color: #095285;
}

.carousel-caption p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    color: #323232;
    padding: 10px;
    background-color: #9dbace;
    position: relative;
}

.carousel-caption .arrow {
    background-color: #FFF;
    color: #323232;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.section{
    margin: 0 auto;
    padding: 10px;
}

.section h4{
    color: #666;
    margin-bottom: 20px;
}

.section p{
    font-size: 14px;
    color: #999;
    margin: 0;
}

.section .company p {
    line-height: 2;
}

.thumbnail {
    border-radius: 0;
    padding: 0;
}

.thumbnail:hover {
    text-decoration: none;
    opacity: 0.7;
}

.thumbnail>img{
    width: 100%;
}

.thumbnail .caption p {
    line-height: 1.5;
    padding: 5px 0;
    color: #fff;
}

.footer{
    padding: 20px;
    text-align: center;
    border-top: 2px solid #095285;
    background: #f9f9f9;
}


@media (min-width: 767px){
    .container-fluid {
        padding: 0 20px;
    }

    .carousel-inner>.item>.img{
        color: #000;
        font-size: 18px;
        min-height: 640px;
    }

    .carousel-caption {
        width: 500px;
    }

    .carousel-caption h3 {
        font-size: 24px;
        font-weight: bold;
        padding: 20px;
    }

    .carousel-caption p {
        font-size: 18px;
        padding: 20px;
    }

    .carousel-caption .arrow {
        padding: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .section{
        padding: 30px 100px;
    }

    .section .company {
        padding: 0px 20px;
    }

    .nav_bar_center {
        text-align: center;
        height: 50px;
    }

    .nav_bar_center > ul {
        display: inline-block;
        float: right;
    }

    .navbar-nav>li{
        width: 100px;
    }
}

@media (min-width: 992px){
    .container-fluid {
        max-width: 1800px;
        padding: 0 100px;
    }

    .section{
        max-width: 1800px;
    }


    .carousel-caption {
        width: 611px;
    }

    .section .company {
        padding: 50px 20px;
    }

    .navbar-nav>li{
        width: 160px;
    }

}
