#Header_banner_en .bannercontainer{position: relative; z-index: 1;}

#Header_banner_en .banner{height: calc(100vh - 185px) !important;}

#Header_banner_en .size-banner {
    font-size: 28px;
    color: #d92538;
}
#Header_banner_en .slotholder {
    width: 83%;
    float: left;
    overflow: hidden;
    position: relative;
}
#Header_banner_en .slotholder img {
    max-width: initial !important;
}
#Header_banner_en .apex-slider-shadow {
    display: none !important;
}
#Header_banner_en .timer {
    display: none !important;
}
#Header_banner_en .caption{
    width: 100%;
    height: 100%;
}
#Header_banner_en .slogan-banner {
    letter-spacing: 10px;
    text-align: right;
    display: inline-block;
    font-size: 4vw;
    line-height: 130%;
    font-weight: 400;
    position: absolute;
    bottom: 25%;
    right: 3%;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.75);
}
#Header_banner_en .bullets {
    /* width: auto !important; */
    /* height: 55px !important; */
    /* right: 13.5% !important; */
    /* left: auto !important; */
    /* bottom: 20px !important; */
    /* background: none !important; */
}
#Header_banner_en .leftarrow {
    opacity: 1 !important;
    background-image: none !important;
    background-color: #000;
    float: right;
    right: calc(17% - 43px) !important;
    left: auto !important;
    bottom: 50px;
    top: auto !important;
    margin-left: 0;
}

#Header_banner_en .rightarrow {
    opacity: 1 !important;
    background-image: none !important;
    background-color: #000;
    right: 17% !important;
    left: auto !important;
    bottom: 50px;
    top: auto !important;
}

#Header_banner_en .leftarrow:after {
    position: absolute;
    content: '';
    width: 1px;
    background: #fff;
    height: 20px;
    top: 11px;
    left: 0;
    z-index: 99;
}
#Header_banner_en .leftarrow:before {
    position: absolute;
    top: 11px;
    right:12px;
   	content: '';
	width: 11px;
	height: 21px;
	background: #fff;
	clip-path: polygon(10% 0, 100% 50%, 10% 100%, 0 100%, 90% 51%, 0 0);
	transition:all .5s;
}
#Header_banner_en .rightarrow:before {
    position: absolute;
    top: 11px;
    left:15px;
    content: '';
    width: 11px;
    height: 21px;
    background: #fff;
    clip-path: polygon(100% 0, 10% 50%, 100% 100%, 90% 100%, 0 50%, 90% 0);
    transition: all .5s;
}
#Header_banner_en .rightarrow:hover:before{background:#e32739;}
#Header_banner_en .leftarrow:hover:before{background:#e52b3b;}
#Header_banner_en .bullets.simplebullets.round {
    display: none;
}
@media screen and (max-width: 1600px) {
#Header_banner_en .bullets {
    right: 12.9% !important;
}
}
@media screen and (max-width: 1440px) {
#Header_banner_en .bullets {
    right: 12.4% !important;
}
}
@media screen and (max-width: 1366px) {
#Header_banner_en .bullets {
    right: 12% !important;
}
}
@media screen and (max-width: 1280px) {
#Header_banner_en .bullets {
    right: 11.8% !important;
}
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
#Header_banner_en .banner{height: calc(100vh - 175px) !important;}
#Header_banner_en .slotholder img {
}
#Header_banner_en .bullets {
    right: 10.5% !important;
}
}
@media screen and (max-width: 991px) {
#Header_banner_en .banner{height:350px !important;}
#Header_banner_en .bullets {
    display:none !important;
}
#Header_banner_en .banner li{
	overflow:visible !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Header_banner_en .slogan-banner {
    bottom: auto;
    right: 0;
    left: 0;
    top: -40px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    width: 320px;
    white-space: initial;
    letter-spacing: 5px;
}
#Header_banner_en .slogan-banner br{
	display:none;
}
#Header_banner_en .slotholder {
    width: 90%;
    position: relative;
    overflow: hidden;
    height: 350px;
}
}
@media screen and (max-width: 499px) {
#Header_banner_en .slogan-banner {
    font-size: 25px;
    top: -35px;
}
}



