@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);

/* ************************************************************ */
/* ************************ RESET CSS ************************* */
/* ************************************************************ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}img{display:block;margin:0px;}


/* ************************************************************ */
/* ********************* DEFAULT SETTING ********************** */
/* ************************************************************ */



/* ************************************************************ */
/* ************************* TITLE **************************** */
/* ************************************************************ */

h1, h2, h3, h4 { font-weight: 100;}
h1 { margin-bottom: 20px; font-size: 30px; color: #FFF; font-weight: 500; line-height: 40px; }
h2 { margin-top: 30px; margin-bottom: 40px; text-align: left; font-size: 40px; color: #FFF; line-height: 45px; font-weight: 700; }
h3 { margin-top: 5px; margin-bottom: 0px; padding-top: 10px; text-transform: uppercase; font-size: 28px; font-weight: 700; color: #FFF; line-height: 30px; }
h4 { margin-top: 10px; margin-bottom: 10px; font-size: 22px; font-weight: 700; color: #FFF; line-height: 30px; }

.text-white-600 { color: #FFF; }
p { margin: 0 0 30px; }

a { color: #23085a; text-decoration: underline; }
a:link { text-decoration: underline; }
a.disabled { pointer-events: none; }
/* a:link img:hover { opacity: 1; } */
a:hover, a.current { color: #444444; opacity: 1; }

img { max-width: 100%; }
.sm-form { max-width: 800px; margin: 0 auto; }
.sm-form label.col-form-label { text-align: left; text-transform: uppercase; font-weight: 500; }
input[type=text], input[type=password], input[type=email], textarea { color: #000; }
input:disabled, textarea:disabled { color: #222; }
input[type=text].form-control, input[type=password].form-control, input[type=email].form-control, textarea.form-control { margin-bottom: 10px; background: #e5e5e5; border-radius: 0; border: none; }

.sm-form .btn.btn-custom { margin-top: 10px; text-transform: uppercase; font-weight: 500; }
.sm-form .black_link a { color: #000; font-weight: 500; }
.sm-form .black_link a:hover { color: #e0b917; }
.sm-form label.col-form-label.required:after { margin-left: 3px; content: '*'; color: #e04c1e; }
.sm-form .bootstrap-select .btn.dropdown-toggle { padding: .7rem .75rem; background-color: #FFF; border-radius: 0px; border: 1px solid #ced4da; }
.no_image { width: 120px; }

.bg-white { background-color: #FFF; }
.bg-blue { color: #FFF; }
.font-red { color: #e31837; font-weight: 700; }
.font-dark { color: #000; font-weight: 700; }
.dark_background { background: rgba(51, 51, 51, 0.67); z-index: 500; }
.full_screen { width: 100%; height: 100%; padding: 80px 15px; position: fixed; text-align: center; top: 0; left: 0; z-index: 700; display: none; }
.placeholder_grey::placeholder { color: #ccc; }
.header_padding { height: 64px; }
a.dropdown-item.active, a.dropdown-item:active { background-color: #e0b917; color: #FFF; }
ol.ol_en { margin-left: 30px; list-style-type: lower-roman; }

.error_message { padding-bottom: 20px; }
.error_message ul li { color: #b40000; }

/* ************************************************************ */
/* ************************ FORM ERROR ************************ */
/* ************************************************************ */

.error { border: 2px solid #f14545 !important; }
label.error { color: #f14545; border: none !important; }
label .remark { font-size: 10px; }
.form_error input[type=text], .form_error input[type=password], .form_error select, .form_error textarea, .form_error input[type=radio] { border: solid 1px #f14545; }
.btn.btn-custom { min-width: 300px; padding: 15px 50px; color: #FFF; background-color: #23085a; font-size: 18px; font-weight: 500; border: 1px #23085a solid; border-radius: 50px; text-decoration: none; }
.btn.btn-custom:hover, .btn.btn-custom:active:focus { background-color: #2e0580; color: #FFF; border: 1px #2e0580 solid; }

.btn.btn-red { min-width: 300px; padding: 15px 50px; color: #FFF; background-color: #e31837; font-size: 18px; font-weight: 500; border: 1px #e31837 solid; border-radius: 50px; text-decoration: none; }
.btn.btn-red:hover, .btn.btn-red:active:focus { background-color: #e31837; color: #FFF; border: 1px #e31837 solid; }

.btn-info:hover { background-color: #e0b917; border-color: #e0b917; }
.btn-cancel { background-color: #f3f3f3 !important; border-color: #f3f3f3 !important; }
.btn-dark { background-color: #252525 !important; border-color: #252525 !important; color: #FFF !important; }
.btn+.btn.second_btn { margin-left: 20px; }
textarea.form-control { height: 200px; }
.tab-content { margin-bottom: 30px; padding-top: 30px; background: #FFF; }
.tab-pane { padding-left: 15px; padding-right: 15px; }
.form-check-input { margin-top: 0.6rem; margin-right: 10px; float: none !important; }
.form-select { height: 41px; background-color: #e5e5e5; color: #777; }

/* ************************************************************ */
/* *********************** PAGE LAYOUT ************************ */
/* ************************************************************ */

main .pagination { border-radius: 0px; }
main .pagination li.page-item { margin-left: 3px; margin-right: 3px; }

main .pagination li.active>div, .paginator ul li>div:hover { color: #FFF;  }
main .pagination>li:first-child>div.page-link { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
main .pagination>li:last-child>div.page-link { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
main .pagination>li>div.page-link { color: #000; border-color: #000; }
main .pagination>.disabled>div.page-link { color: #ccc; border-color: #ccc; }
main .pagination>.active>div.page-link { background-color: #c60c0c; border-color: #c60c0c; color: #FFF; }
main .page_subtitle { margin-top: 10px; margin-bottom: 30px; text-transform: uppercase; font-size: 25px; color: #111; line-height: 45px; }
.row { margin-bottom: 0; }

.slick-list { padding-bottom: 30px; }
.slick-dots { left: 0; }
.slick-dots li button:before { width: 13px; height: 13px; content: ''; background: #ccc; opacity: 1; }
.slick-dots li.slick-active button:before { background: #e0b917; }
.carouselHeaderBanner.header_banner .slick-dots { bottom: 40px; }
.carouselHeaderBanner.header_banner .slick-dots li button:before { width: 25px; height: 3px; background: #FFF; opacity: 1; }
.carouselHeaderBanner.header_banner .slick-dots li.slick-active button:before { background: #e0b917; }
.carouselHeaderBanner.header_banner.slick-dotted.slick-slider { margin-bottom: 0; }

.positive-relative { position: relative; }
.positive-relative video { width: 100%; }
.full-height-80 { min-height: 80vh; padding-top: 30px; padding-bottom: 30px; position: relative;align-items: center;display: flex;justify-content: center; }

.content_box { padding-top: 20px; padding-bottom: 20px; background: rgba(130, 28, 32, 0.58); color: #FFF; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.content_box ul { margin-bottom: 30px; }
.content_box ul li {  }
.content_box_black_bg { padding-top: 20px; padding-bottom: 10px; color: #FFF; }
.page_title { margin-bottom: 10px; font-size: 20px; font-weight: 700; }
.page_content a { color: #919191; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; }
.page_content ul li:before { content: '-'; margin-right: 5px; }
.page_content ul li ol { margin-left: 30px; list-style-type: decimal; }
.page_content ul li ol li:before { content: none; }

.form-select { background-color: #FFF; }

/* ************************************************************ */
/* ************************** HEADER ************************** */
/* ************************************************************ */

.drawer-overlay { background-color: rgba(0, 0, 0, 0.64); }

header {  }
header .navbar-default { background: none; border: none; }
header #header_top { padding-top: 10px; background: #e31837; }
header #header_top ul { display: inline-block; }
header #header_top ul li { display: inline-block; }



header #header_middle .header_menu { text-transform: uppercase; }
header #header_middle .header_menu ul li { padding: 0px 10px; display: inline-block; }
header #header_middle .header_menu ul li a { color: #000000; }
header #header_middle .header_menu ul li .username { color: #e0b917; font-weight: 500; cursor: pointer; }
header #header_middle .header_menu ul li a.username:hover { color: #e0b917; }
header #header_middle .header_menu ul li a.lang_active, header #header_top .header_menu ul li a:hover { color: #e0b917; }


header #header_middle .menu_icon { vertical-align: middle; display: inline-block; }
header #header_middle .menu_icon .menu_icon_container { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .menu_icon .menu_icon_container .menu_icon_bar { width: 30px; cursor: pointer; }
header #header_middle .menu_icon .menu_icon_container .menu_icon_bar > div { height: 2px; background-color: #b08c2f; margin: 10px 0; transition: 0.4s; }
header #header_middle .menu_button .show_menu { display: inline; cursor: pointer; }


#closebtn { width: 32px; height: 32px; position: fixed; top: 10px; left: 330px; z-index: 1100; cursor: pointer; display: none; }
#closebtn:before, #closebtn:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #FFF; }
#closebtn:before { transform: rotate(45deg); }
#closebtn:after { transform: rotate(-45deg); }

.header_banner { margin-left: calc(var(--bs-gutter-x)/ -2); margin-right: calc(var(--bs-gutter-x)/ -2); background: #d9e8ed; position: relative; }
.header_banner img { width: 100%; }

.page_banner { margin-left: -15px; margin-right: -15px; background: #d9e8ed; position: relative; }
.page_banner img { width: 100%; }
.page_banner .carouselHeaderBanner .slider-hero-images img { width: 100vw; height: 400px; object-fit: cover; }

.btn.btn-primary { padding: 7px 20px; background-color: #dfcebb !important; border-color: #dfcebb !important; color: #821c20 !important; font-size: 16px; letter-spacing: 0px; }
.btn.btn-success { padding: 7px 20px; background-color: #222e49 !important; border-color: #222e49 !important; color: #FFF !important; font-size: 16px; letter-spacing: 0px; }
a.btn:link { text-decoration: none; }
.or_hr { padding-top: 20px; padding-bottom: 20px; position: relative; color: #FFF; font-size: 16px; text-align: center; z-index: 1; }
.or_hr:before { border-top: 1px solid #FFF; content:""; margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; bottom: 0; width: 95%; z-index: -1; }
.or_hr span { background: #821c20; padding: 0 15px; }

.field_title { color: #FFF; font-size: 15px; }
nav.header_red { background: #4a0509; }
nav.header_red svg { color: #FFF; }
.nav_logo { padding-top: 10px; padding-bottom: 10px; }
.nav_logo img { height: 60px; margin: 0 auto 0 0; }

.menu_button { text-align: right; }
.menu_button svg { margin-top: 5px; width: 50px; }
.dim_icon img { height: 30px; }

#main_menu_m { width: 100%; height: 100%; padding: 10px 15px; position: fixed; background: rgba(130, 28, 32, 0.98); text-align: left; top: 0; left: 0; z-index: 15; }
#main_menu_m #main_menu_m_container { width: 100%; display: table; }
#main_menu_m #main_menu_m_container span { vertical-align: middle; display: table-cell; }
#main_menu_m #main_menu_m_container span ul { display: none; }
#main_menu_m #main_menu_m_container a { color: #FFF; font-size: 16px; font-weight: 500; }
#main_menu_m #main_menu_m_container a:hover, #main_menu_m #main_menu_m_container a.bg-indigo-50 { color: #000; }
#main_menu_m #main_menu_m_container a:hover svg, #main_menu_m #main_menu_m_container a.bg-indigo-50 svg { color: #000; }
#main_menu_m #main_menu_m_container a:link { text-decoration: none; }
#main_menu_m button { margin: 0 0 0 auto; }

/* ************************************************************ */
/* ************************** MODAL *************************** */
/* ************************************************************ */

.modal-content { border-radius: 0; }
.modal-footer button.btn { border-radius: 0; }
.modal-footer button.btn.btn-primary { background-color: #e0b917; border-color: #e0b917; }

#languageModal .modal-dialog { margin: 0; }
#languageModal .modal-dialog .modal-content { margin: 0; padding-bottom: 20px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
#languageModal .modal-dialog .modal-content .modal-header { border-bottom: none; }
#languageModal .modal-dialog .modal-content .modal-header h5 { font-size: 18px; }
#languageModal .modal-dialog .modal-content .modal-body { padding: 0 1rem; }
#languageModal .language_option { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px #ccc solid; }
#languageModal .language_option a { color: #000; }
#languageModal .language_option a:link { text-decoration: none; }
#languageModal .language_option table { width: 100%; font-weight: 700; }
#languageModal .language_option table tr td+td { width: 30px; text-align: right; color: #198754; }

.language_trigger { color: #FFF; }

/* ************************************************************ */
/* ************************* HOMEPAGE ************************* */
/* ************************************************************ */

.welcome_logo img { max-width: 100%; max-height: 90px; }

main .form-control { padding: .7rem .75rem; border-radius: 0; }
main {  }
.full_section.col-xs-12 { padding-left: 0; padding-right: 0; }
.home_gallery { padding-bottom: 50px; }
#home_Carousel .carousel-inner { height: 520px; }
.carousel-indicators { z-index: 1; }
#home_Carousel .carousel-indicators li { width: 15px; height: 15px; margin: 0 2px; background-size: 100% auto; border: none; background-color: transparent; }
#home_Carousel .carousel-indicators li.active { background-size: 100% auto; }
#home_Carousel .carousel-inner div {
	height: 100%;
	-moz-background-size:cover;			/*for Firefox*/
	-webkit-background-size:cover;		/*for Google Chrome、Safari*/
	-o-background-size:cover;			/*for Opera*/
	background-size: cover;				/*for IE*/
}
.header_banner .carouselHeaderBanner .slider-hero-images img { width: 100vw; height: 600px; object-fit: cover; }
#home_Carousel .carousel-inner .carousel-item a { width: 100%; height: 100%; display: block; }
#carouselHeaderBanner .carousel-inner .carousel-item img { width: 100vw; height: 600px; object-fit: cover; }

.welcome_text { color: #FFF; font-size: 16px; font-weight: 700; line-height: 20px; }
.member_card { min-height: 180px; background: #dfcebc; color: #000; border-radius: 15px; }
.member_card.silver { color: #000; }
.member_card.gold { color: #000; }
.member_card.black, .member_card.black .current_pt_expire, .member_card.black .member_card_details_container { color: #FFF; }

.member_grade { text-align: right; text-transform: uppercase; font-size: 18px; font-weight: 900; background: #f8e67d; background: -webkit-linear-gradient(90deg, #a56c0b 0%, #f8e67d 54%, #c9a33d 83%, #a56c0b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.qr_code {  }
.qr_code_container { height: 300px; position: relative; background: #FFF; border-radius: 10px; }
.qr_code_container img {  }
.qr_code_size { width: 200px; height: 100%; position: relative; margin: 0 auto; }
.qr_code img { max-height: 120px; }
.current_pt { font-size: 23px; text-align: left; }
.current_pt img { height: 30px; vertical-align: middle; display: inline-block; }
.current_pt_text { font-size: 14px; text-align: left; }
.current_pt_expire { font-size: 10px; padding-top: 5px; color: #333; text-align: left; }
.member_card_details { font-size: 12px; line-height: 10px; color: #333; }
.member_card_details span { text-transform: uppercase; }
.member_card_details_container { padding: 3px 20px 10px 20px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

.member_card_details .progress { background-color: #ccc; }




.circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
  width: 100% !important;
  background: rgba(236, 236, 236, 0.2);
  border-radius: 200px;
}

.circle strong {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px;
  text-align: center;
  line-height: 20px;
  font-size: 1rem;
  color: black;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #000;
  margin-top: 5px;
  font-size: 10px;
}


.px-3.padding-top-10 > a:link { text-decoration: none; }
.coupon_container { color: #FFF; font-size: 14px; border-radius: 5px; }
.coupon_container table tr td+td { text-align: right; }
.coupon_container table tr td:last-child { background: #FFF; text-align: center; vertical-align: middle; border-top-right-radius: 5px; border-bottom-right-radius: 5px;  }
.coupon_container table tr td:last-child span.fa-sm { color: #232e48; font-size: 15px; }

.coupon_title { height: 35px;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.voucher_amount { max-height: 35px; padding-top: 5px; font-size: 16px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.voucher_amount span { padding-top: 5px; font-size: 25px; font-weight: 700; }
.voucher_title { padding: 10px 0; color: #821c20; text-align: center; font-size: 15px; line-height: 18px; font-weight: 700; }
.voucher_title span { padding: 5px 20px; background: #FFF; color: #821c20; border-radius: 30px; }
.voucher_level { padding-top: 5px; padding-bottom: 10px; font-size: 12px; font-weight: 700; line-height: 18px; }

.home_fast_link { margin-right: 5px; display: inline-block; }
.home_fast_link_span { margin-bottom: 10px; padding: 5px 20px; background: #4a0509;  color: #FFF; font-size: 14px; font-weight: 500; border-radius: 50px; display: inline-block; }
.home_fast_link_span.active { background:  #dfcebb; color: #821c20;}

.member_intro_page { font-size: 13px; }
table.member_info_table { font-size: 12px; line-height: 17px; }
table.member_info_table tr td { padding: 5px 5px; border: 1px #FFF solid; }
table.member_info_table tr td ul { margin-bottom: 10px; }

/* ************************************************************ */
/* *********************** TRANSACTION ************************ */
/* ************************************************************ */

.current_point_big { margin-bottom: 20px; text-align: center; }
.current_point_big img { height: 50px; vertical-align: middle; display: inline-block; }
.current_point_big span { font-size: 35px; vertical-align: middle; font-weight: 900; display: inline-block; }
.point_transaction_list {  }
.point_transaction_amount img { height: 20px; vertical-align: middle; display: inline-block; }
.point_transaction_amount span { vertical-align: middle; display: inline-block; }
.point_transaction_list .card { background: none; border: none; }
.point_transaction_list table tr:nth-child(odd) { padding-bottom: 5px; border-bottom: 1px #FFF solid; }
.point_transaction_list table tr:nth-child(odd) td { padding-bottom: 5px; }
.point_transaction_list table tr:nth-child(even) td { padding-top: 5px; }
.point_transaction_list table tr td { line-height: 20px; }

/* ************************************************************ */
/* *********************** POINT EXIRY ************************ */
/* ************************************************************ */

.point_expiry_list {  }
.point_expiry_list .card { background: none; border: none; }
.point_expiry_list table tr { border-bottom: 1px #FFF solid; }
.point_expiry_list table tr td { padding-top: 5px; padding-bottom: 5px; line-height: 20px; }

/* ************************************************************ */
/* *************************** LOGIN ************************** */
/* ************************************************************ */

#loginDiv .fb_login_button.btn.btn-success { padding: 10px 30px; background: #4267b2; font-weight: 500; border-color: #4267b2; }
#loginDiv .fb_login_button.btn.btn-success span+span { margin-left: 20px; }
nav.signin_nav .nav-tabs { border-bottom: none; }
nav.signin_nav .nav-tabs .nav-item { width: 50%; margin-bottom: 30px; padding-bottom: 0; text-transform: uppercase; font-size: 18px; color: #111; line-height: 45px; border-top: none; border-bottom: 3px #ebebeb solid; border-left: none; border-right: none; }
nav.signin_nav .nav-tabs .nav-item.active { border-bottom: 3px #e0b917 solid; }

/* ************************************************************ */
/* ********************** ADDING POINTS *********************** */
/* ************************************************************ */

.adding_points { color: #FFF; }
.adding_points tr td { padding: 3px 5px; border: 1px #FFF solid; }
.adding_points tr td:last-child {  }
.success_icon { text-align: center; }
.success_icon svg { max-width: 100px; height: 100px; fill: #16C43F; margin: 0 auto; }
.fail_icon svg { max-width: 100px; height: 100px; margin: 0 auto; }

/* ************************************************************ */
/* ************************* CONTACT ************************** */
/* ************************************************************ */

.contact_headline { padding-bottom: 5px; color: #333; font-size: 21px; font-weight: 900; }
.contact_headline span { color: #e0b917; }
.gmap_canvas {  }

/* ************************************************************ */
/* ************************* CHECKOUT ************************* */
/* ************************************************************ */

#paypal-button .zoid-outlet > iframe.zoid-component-frame { z-index: 1 !important; }

/* ************************************************************ */
/* ************************* LAZY LOAD ************************ */
/* ************************************************************ */

img[lazy=loading]{

}
img[lazy=loaded]{
  animation:fade 0.5s;
}
img{
  transition:all 0.5s;
  display: block;
  margin: 0 auto;
}

@keyframes fade {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* ************************************************************ */
/* ************************** FOOTER ************************** */
/* ************************************************************ */

footer { padding-top: 30px; padding-bottom: 30px; background-color: #000; color: #FFF; }

footer .footer_right { font-weight: 500; }
footer .footer_social_media { padding-top: 10px; padding-bottom: 15px; text-align: left; }
footer .footer_social_media a { margin-right: 15px; color: #969696; }
footer .footer_right .footer_subscription { background: #e0b917; text-align: center; font-size: 16px; }
footer .footer_right .footer_subscription a { padding: 12px 20px; color: #FFF; display: block; }

footer .footer_top { margin-bottom: 20px; padding-top: 10px; color: #FFF; font-size: 16px; font-weight: 700; }
footer .footer_top img { height: 40px; margin: 0 auto 30px 0; }

footer .footer_middle { margin-top: 40px; height: 40px; background: #FFF; }
footer .footer_bottom { padding-bottom: 15px; color: #FFF; font-size: 11px; line-height: 14px; }
footer .footer_bottom a { color: #d42b29; font-weight: 700; }

.copyright { padding-top: 5px; padding-bottom: 5px; text-align: right; line-height: 18px; }
.copyright a { color: #f24d85; }
.copyright a:hover { color: #d7205e; }
.input-group > .ui-textinput.ui-corner-all { width: 1%; margin-bottom: 0; position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.ui-loader { display:none !important; }

/* ************************************************************ */
/* ********************** OTHER ELEMENT *********************** */
/* ************************************************************ */

.debug { display: none; width: 100%; padding: 30px; background-color: #fff; color: #000; font-size: 20px; }

/* Non-standard - allows support for opacity on image hover. Supports (IE6+, FF, Webkit)*/
a:hover img    { filter: alpha(opacity=85); -moz-opacity: .85; opacity: .85; }

hr { width: 50px; margin: 30px auto; border-top: solid 1px #595a5c; }
.slick_container { position: relative; }
.slick_container ul.arrow_container { width: 100%; margin-top: -5%; position: absolute; top: 50%; }
.slick_container ul.arrow_container li { width: 40px; height: 40px; position: absolute; cursor: pointer; }
.btn_prev { background-image: url('../images/previous.svg'), none; background-repeat: no-repeat; left: 0px; }
.btn_next { background-image: url('../images/next.svg'), none; background-repeat: no-repeat; right: 0px; }

/* Clearing floats */
div.clear { clear: both; overflow: hidden; height: 0px; }

@media (max-width: 1199px) {
	.header_banner .carouselHeaderBanner .slider-hero-images img, #carouselHeaderBanner .carousel-inner .carousel-item img { height: 500px; }
	#home_Carousel .carousel-inner { height: 450px; }
	.page_banner .carouselHeaderBanner .slider-hero-images img { height: 300px; }
}

@media (max-width: 991px) {

}

@media (max-width: 767px ) {
	h2 { margin-bottom: 30px; font-size: 24px; line-height: 28px; }
	.header_banner .carouselHeaderBanner .slider-hero-images img, #carouselHeaderBanner .carousel-inner .carousel-item img { height: 300px; }

	footer .footer_top { font-size: 14px; }
	footer .footer_top img { height: 25px; }
}

