#main_banner_en .bannercontainer{position: relative;
overflow: hidden !important;
width: 100%;}

#main_banner_en .banner{height: calc(100vh - 91px) !important;}

#main_banner_en .apex-slider-shadow.apex-slider-shadow3 {display: none !important;}
#main_banner_en .apex-slider .timer-bottom {display: none !important;}
#main_banner_en .apex-slider .preloader  {display: none !important;}
#main_banner_en .text-banner {
    width: 100%;
    height: 100%;
}
#main_banner_en .slotholder {
   position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#main_banner_en .slotholder:before {content: "";background: rgb(0 0 0 / 53%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;}
#main_banner_en .flex-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
    text-align: center;
    padding: 30px 155px;
    z-index: 22;
}
#main_banner_en .title-banner {
    display: block;
    font-size: 59px;
    color: #fff;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}
#main_banner_en .txt-banner {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: 10px;
}
#main_banner_en .link-banner {
    display: inline-block;
    background: #ffad01;
    color: #fff;
    font-size: 15px;
    padding: 15px 40px;
    margin-top: 35px;
    font-weight: 500;
}
#main_banner_en .link-banner:hover {
    background: #000052;
    color: #fff;
}
/*#main_banner_en .caption {
    width: 100% !important;
    height: 100% !important;
}*/
#main_banner_en .bullets {
    width: 145px !important;
    height: 3px !important;
    bottom: 45px !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    display: none;
}
#main_banner_en .bullet {
    width: 65px !important;
    background: rgb(255 219 255 / 33%) !important;
    height: 3px !important;
    margin-left: 15px !important;
}
#main_banner_en .bullet:first-child {
    margin-left: 0 !important;
}
#main_banner_en .bullet.selected {
    background: #ffdbff !important;
}
#main_banner_en .leftarrow {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent;
    left: 20px;
    top: 50%;
    position: absolute;
    z-index: 33;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 4px solid rgb(255 255 255 / 0.6);
}
#main_banner_en .leftarrow:before {
    content: "\6b";
    font-family: "solar" !important;
    color: #fff;
    font-size: 23px;
}
#main_banner_en .leftarrow:hover {
     border: 4px solid #fff;
}
#main_banner_en .rightarrow {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent;
    right: 20px;
    top: 50%;
    position: absolute;
    z-index: 33;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 4px solid rgb(255 255 255 / 0.6);
}
#main_banner_en .rightarrow:before {
    content: "\6a";
    font-family: "solar" !important;
    color: #fff;
    font-size: 23px;
}
#main_banner_en .rightarrow:hover {
     border: 4px solid #fff;
}
@media screen and (max-width: 1600px) {
#main_banner_en .flex-banner {
    padding: 30px 140px;
}
#main_banner_en .title-banner {
    font-size: 38px;
    line-height: 50px;
}
}
@media screen and (max-width: 1440px) {
#main_banner_en .banner {
    height: calc(100vh - 141px) !important;
}
}
@media screen and (max-width: 1280px) {
#main_banner_en .title-banner {
    font-size: 32px;
    line-height: 45px;
}
#main_banner_en .flex-banner {
    padding: 30px 100px;
}
}
@media screen and (max-width: 991px) {
#main_banner_en .arrows {/* display: none; */top: auto;bottom: 6%;}
#main_banner_en .rightarrow {
    left: 0;
    right: -85px;
    margin: 0 auto;
}
#main_banner_en .leftarrow {
    left: -85px;
    right: 0;
    margin: 0 auto;
}
#main_banner_en .flex-banner {
    width: 100%;
    padding: 0 30px;
}
}
@media screen and (max-width: 767px) {
#main_banner_en .flex-banner {
    padding: 0 15px;
}
#main_banner_en .banner {
    height: 550px !important;
}
}
@media screen and (max-width: 550px) {
#main_banner_en .arrows {/* display: none; */top: auto;bottom: 4%;}
#main_banner_en .banner {
    height: 550px !important;
}
#main_banner_en .title-banner {
    font-size: 28px;
    line-height: 40px;
}
}
@media screen and (max-width: 480px) {
#main_banner_en .txt-banner {
    font-size: 17px;
    line-height: 20px;
}
#main_banner_en .banner {
    height: 400px !important;
}
#main_banner_en .title-banner {
    font-size: 25px;
    line-height: 35px;
}
}

