
#myCarousel{
    margin-top: 80px;
}

.thumbnail{
    padding:0!important;
    border:none!important;
    border-radius:0!important;
    margin-bottom: 0!important;
    position: relative;
    transition: 3s;
    overflow: hidden;
}
.a{
    padding-right: 0!important;
    padding-left: 0!important;
}
.p-img{
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    /* -webkit-transition: all 0.8s ease-out; */
    -o-transition: all 0.8s ease-out;
}
.thumbnail:hover .p-img{
    transform: scale(1.2);
}


/*about*/
@media all and (max-width: 768px){
    .list-inline{
        padding-left: 0;
        text-align: center;
        margin-left: 0!important;
    }
    .list-inline>li{
        margin: 0!important;
    }
    .company li a{
        width: 94px !important;
    }

}

.about {
    padding: 3em 0;
}
.list-inline {
    padding-left: 0;
    margin-left:5px;
    list-style: none;
}
.list-inline>li{
    display: inline-block;
    padding-right: 0;
    padding-left:0;
    position: relative;
    margin: 0 10px;
}
.list-inline>li .border-left {
    width:1px;
    height:0px;
    background:black;
    position:absolute;
    left:-1px;
    bottom:0;
}
.list-inline>li .border-bottom {
    width:0px;
    height:1px;
    background:black;
    position:absolute;
    left:0;
    bottom:0px;
}
.list-inline>li .border-top {
    width:0px;
    height:1px;
    background:black;
    position:absolute;
    right:0;
    top:0px;
}
.list-inline>li .border-right {
    width:1px;
    height:0px;
    background:black;
    position:absolute;
    right:-1px;
    top:0;
}


.company li a{
    display: inline-block;
    /*padding: 10px 35px;*/
    background: #f5f3f4;
    margin-right: 0;
    text-align: center;
    width: 146px;
    height: 42px;
    line-height: 42px;
    color: #333;
    letter-spacing: 2px;
    font-size: 16px;
}
.title{
    margin-bottom: 20px;
}
.title p{
font-size: 30px;
font-weight: bolder;
color: #333;
letter-spacing: 4px;
  margin-bottom: 0!important;
}
.title p span{
    color:#024c95;
}
.word {
    text-align: justify;
    text-indent: 2em;
    color: #333;
    line-height: 25px;
    padding: 0 10px;
}
.btn-more {
    margin-top: 35px;
    margin-right: 10px;
    float: right;
    color: #999;
    border: 1px solid #999;
    padding: 8px 15px;
    font-size: 16px;
    transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}


.swipslider{
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 60%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swipslider .sw-slides{
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    bottom: 0;
}
.swipslider .sw-slide{
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: relative;
}

.swipslider .sw-slide>img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newsyy li{
    border-bottom: 1px dashed #555;
    padding-bottom: 10px;
    margin-top: 15px;
}