@charset "utf-8";
/* image slider */
#content .imgSliderContainer .imgSlider {position:relative;max-width:100%;height:450px; margin: 0 auto; }
#content .imgSliderContainer .imgSlider .imgSliderC {max-width:100%;height:450px; position: relative;overflow:hidden}
#content .imgSliderContainer .imgSlider .imgSliderC div {max-width:100%;height:450px; text-align: center; position: relative;  }
#content .imgSliderContainer .imgSlider .imgSliderC div img{ width: auto; height: auto;}
/* image slider textbox */
#content .imgSliderContainer .imgSlider .imgSliderC .imgtext {display:block;width:400px;height:260px;background:#dd1d21;position:absolute;top:65px;left:90px;z-index:10;padding:25px;}
#content .imgSliderContainer .imgSlider .imgSliderC .imgtext h2 {color:#fff;margin-bottom:50px;font-size:238%;}
#content .imgSliderContainer .imgSlider .imgSliderC .imgtext p {color:#fff;font-size: 1rem;}
#content .imgSliderContainer .imgSlider .imgSliderC .imgtext p.btnDetail{ margin-top: 30px;}
#content .imgSliderContainer .imgSlider .imgSliderC .imgtext p.btnDetail a:hover{ color: #fff;}
#content .imgSliderContainer .imgSlider .imgSliderC .imgtext p.btnDetail a:focus{ color: #fff;}
/* image slider in textbox buttons */
#content .imgSliderContainer .imgSlider .imgSliderC div a.imgSliderTextPrev {position:absolute;top:65px;left:465px;width:16px !important;height:80px !important;display:block;background:url(../../images/website/slider_text_box_btn_left_blue.png) left top no-repeat !important;}
#content .imgSliderContainer .imgSlider .imgSliderC div a.imgSliderTextNext {position:absolute;top:135px;left:465px;width:16px !important;height:80px !important;display:block;background:url(../../images/website/slider_text_box_btn_right_blue.png) left top no-repeat !important;}
#content .imgSliderContainer .imgSlider .imgSliderC div a.imgSliderTextPrev:hover, #content .imgSliderContainer .imgSlider .imgSliderC div a.imgSliderTextNext:hover {background-position:left bottom !important;}

/* image slider prev and next buttons */
#content .imgSliderContainer .imgSlider .imgSliderPrev {display:block;position:absolute;left:1.25rem;top:50%;border: 1px solid #404040;background:url(../../images/website/slider_alternative_btn_left.png) #dd1d21 center center no-repeat;width:60px;height:60px;text-indent:-9999px;z-index:8;outline:none; margin-top: -30px;transition: all .3s;}
#content .imgSliderContainer .imgSlider .imgSliderNext {display:block;position:absolute;right:1.25rem;top:50%; border: 1px solid #404040; background:url(../../images/website/slider_alternative_btn_right.png) #dd1d21 center center no-repeat;width:60px;height:60px;text-indent:-9999px;z-index:8;outline:none; margin-top: -30px;transition: all .3s;}
#content .imgSliderContainer .imgSlider .imgSliderPrev:hover, #content .imgSliderContainer .imgSlider .imgSliderNext:hover {background-color:#fff ;}
#content .imgSliderContainer .imgSlider .imgSliderPrev:hover{ background-image: url(../../images/website/slider_alternative_btn_left_hover.png);}
#content .imgSliderContainer .imgSlider .imgSliderNext:hover{background-image: url(../../images/website/slider_alternative_btn_right_hover.png);}
/* image slider pagination container for background */
#content .imgSliderContainer .imgSlider .imgSliderPaginationContainer {position:absolute;bottom:0;left:0%;z-index:5; width: 100%; text-align: center;}
#content .imgSliderContainer .imgSlider .imgSliderPaginationContainer div{display: inline-block;height:28px; padding-bottom: 10px;}
#content .imgSliderContainer .imgSlider .imgSliderPaginationContainer .imgSliderPaginationContainerLeft {background:url(../../images/website/slider_dots_bg_left.png) no-repeat;width:17px;display: none;}
#content .imgSliderContainer .imgSlider .imgSliderPaginationContainer .imgSliderPaginationContainerRight {background:url(../../images/website/slider_dots_bg_right.png) no-repeat;width:17px; display: none;}

/* image slider pagination */
#content .imgSliderContainer .imgSlider ul.imgSliderPagination{ left: 0; margin: 0; width: 100%; text-align: center;}
#content .imgSliderContainer .imgSlider ul.imgSliderPagination li {margin:0px 5px;width:20px; height: 20px; padding: 0px; list-style: none; display: inline-block;}
#content .imgSliderContainer .imgSlider ul.imgSliderPagination li a {display:block;width:18px;height:18px;background:#fff;border:1px solid #d9d9d9;text-indent:-9999px;outline:none;}
#content .imgSliderContainer .imgSlider ul.imgSliderPagination li a:hover, #content .imgSliderContainer .imgSlider ul.imgSliderPagination li.imgSliderCurrent a {background:#dd1d21;}
