#header-slider .carousel-inner .item img {
height: auto;
width: 100%;
}
#header-slider .carousel-caption {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#header-slider .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 0;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#header-slider .carousel-indicators .active {
    width: 20px;
    height: 10px;
    margin: 1px;
    background-color: #ffb642;
    border-color: #ffb642;
    border: 0;
    border-radius: 0;
}
#header-slider .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
}
.left span.fa,
.right span.fa {
    position: absolute;
    top: 43%;
}
a.carousel-control span.fa {
    border: 1px solid #f1f1f1 !important;
    padding: 10px;
    margin-left: -20px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 20 }
button.en-btn,
a.en-btn {
    background-color: #FFFFFF;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 40px;
    background: transparent;
    border: 4px solid #ffffff;
}
button.en-btn:hover,
a.en-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
}
a.en-btn.light:hover { background-color: #ffffff }
button.en-btn.dark,
a.en-btn.dark {
    background-color: #222222;
    color: #ffffff;
    border: 0;
}
a.read-more,
a.read-more>span {
    color: #ffb642;
    font-style: normal;
    font-weight: 900;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
a.read-more:hover { font-weight: 900 }
a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}
.xg_pic img{ width:160px; height:133px;}