body{
    font-family: "Helvetica Neue","Lucida Grande","Segoe UI","sans-serif";
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    color:#000;
}

.wapper{
    width: 100%;height: 100%;
}
.top{
    background:#4384e8;
    padding: 8px 0;
}
.banner{
    max-width: 100%;
}
.banner img{
    max-width: 100%;
}
.menu{
    margin-top: 20px;
}

.phone-top{
    padding: 10px 0;
}


.mid{
    padding: 10px 0 10px;
}

/**Content*/

.content img{
    max-width: 100%;
}

.content .title-content span{
    color:#4384e8;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;position: relative;
    padding-bottom: 15px;
}

.content .title-content span:before{
    //background: url("../images/yen.png") center center no-repeat;
    width: 46px;
    height: 37px;
    position: absolute;
    left: -65px;
    content: '';
}

.content .title-content span::after{
    width: 60%;height: 2px;
    background: #546ae1;
    position: absolute;left: 0;
    bottom: 0;
    content: '';
    right: 0;
    margin: 0 auto;
}
.content .title-content{
    margin: 0px;
    padding: 0;
    margin-bottom: 24px;
    text-align: center;
}


.content-text img{
    max-width: 100%;
}

.articles{
    padding-bottom: 15px;
}

.articles:last-child{
    padding-bottom: 0;
}

.img-article img{
    max-width: 100%;
}

.name_articles h2{
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    font-size: 18px;
}

.name_articles h2 a{
    color: #343434;font-weight: 600;
}

.name_articles h2 a:hover{
    color:#d80506;
}
.lienquan{
    color:#d80506; font-weight: 600;
}
/**End Content*/

/**Right*/
.right .block{
    margin-bottom: 12px;
}

.right .block:last-child{
    margin: 0;
}

.right .block p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;position: relative;
    padding-bottom: 18px;
    margin-bottom:12px;
    color: #4384e8;
    text-align: center;
}

.right .block p::after{
    content: '';
    width: 20%;
    height: 2px;
    background: #546ae1;
    position: absolute;
    bottom: 0;left: 0;
    right: 0;
    margin: 0 auto;
}
/**end Right*/

/**Home*/
.about{
    padding: 20px 0;
}

.product{
    padding: 20px 0;
}

.title-home span{
    color: #4384e8;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;position: relative;
    padding-bottom: 15px;
}

.title-home span:before{
    //background: url("../images/yen.png") center center no-repeat;
    width: 46px;
    height: 37px;
    position: absolute;
    left: -65px;
    content: '';
}

.title-home span::after{
    width: 60%;height: 2px;
    background:  #546ae1;
    position: absolute;left: 0;
    bottom: 0;
    content: '';
    right: 0;
    margin: 0 auto;
}
.title-home{
    margin: 0px;
    padding: 0;margin-bottom: 12px;
    text-align: center;
}

.title-home strong{
    display: block;padding-top: 20px;
}

.items-home{
    margin: 10px 0;
}

.items-home img{
    margin: 0 auto;
}

.nge-yen{
    background: #f1f9fc;
}


/**Product home*/
.product-home .view-product{

}
/**End Product home*/
/**End Home*/

.map{
    padding-bottom: 0px;
}
/**Footer*/
.footer{
    background: #4b6df2;
    padding: 50px 0;
    font-size: 20px;
}
.footer .info{
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
.footer .info h2{
    font-weight: bold;
    margin: 0;padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 30px;
}
/**End Footer*/

/**Copyright*/
.copyright{
    background: #2e359b;
    padding: 35px 0;
}
.copyright span{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.copyright span span{
    text-transform: uppercase;
    color: yellow;
    font-weight: 600;
}

.clear{
    clear: both;
}
/**end Copyright*/

/*sider*/

.controls
{
    margin-top: 0;
}

[data-slide="prev"]
{
    margin-right: 10px;
}


/*end*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #211f20;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: yellow;
    text-align: center;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    padding: 1em 0;
    background-color: transparent;
    text-shadow: 2px 1px 2px #000;
}

.hovereffect h2:after {
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect1 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect1 img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.hovereffect1:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect1 h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect1 a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}

.hovereffect1 a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect1 a.info, .hovereffect1 h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
}

.hovereffect1:hover a.info, .hovereffect1:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect2 .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.hovereffect2:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect2 img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect2:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect2 h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect2 a, .hovereffect2 p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect2:hover a, .hovereffect2:hover p, .hovereffect2:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect-project {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect-project .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect-project:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}
.hovereffect-project img {
    display: block;
    position: relative;
}
.hovereffect-project h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.hovereffect-project:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.hovereffect-project a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: -52px 0 0 0;
    padding: 115px 150px;
}

@media (max-width: 768px) {

    .banner{
        margin: 0 auto;
        text-align: center;
    }

    .phone-top{
        display: none;
    }

    .hovereffect-project a.info {
        padding: 62px 100px;
    }

    .footer .info{
        background: none;
    }

    .title-home span:before{
        display: none;
    }

    .title-home span:after{
        display: none;
    }

    .hovereffect h2 {
        padding: 0.5em 0;
    }
}

.hovereffect-project:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hovereffect-project a.info:hover {
    box-shadow: 0 0 5px #fff;
}

/*hv-10*/
.hovereffect-10 {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:pointer;
}

.hovereffect-10 .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect-10 img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect-10 h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect-10 a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}

.hovereffect-10 a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect-10:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect-10:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect-10:hover h2,.hovereffect-10:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect-10:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}

#myCarousel .carousel-inner .active.left { left: -33%; }
#myCarousel .carousel-inner .next        { left:  33%; }
#myCarousel .carousel-inner .prev        { left: -33%; }
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {background-image:none;}
#myCarousel .item:not(.prev) {visibility: visible;}
#myCarousel .item.right:not(.prev) {visibility: hidden;}
#myCarousel .rightest{ visibility: visible;}

.view-product{
    margin-bottom: 16px;
}
