@charset "UTF-8";

@font-face {
    font-family: "Helvetica Neue";
    src: url('../static/fonts/helveticaneue/helveticaneue.eot');
    src: url('../static/fonts/helveticaneue/helveticaneue.eot?#iefix') format('embedded-opentype'),
         url('../static/fonts/helveticaneue/helveticaneue.woff') format('woff'),
         url('../static/fonts/helveticaneue/helveticaneue.ttf') format('truetype'),
         url('../static/fonts/helveticaneue/helveticaneue.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Fakt Pro Blond";
	src: url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.eot");
	src: url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.eot?#iefix") format("embedded-opentype"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.woff2") format("woff2"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.woff") format("woff"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.ttf") format("truetype"), 
	url("../static/fonts/FaktProBlond/6e1998524754eeea1b0392e0eeae468d.svg#Fakt Pro Blond") format("svg");
}

@font-face {
		font-family: "MYuenHK-Medium-Roman";
		src: url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.eot');
		src: url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.eot?#iefix') format('embedded-opentype'),
				 url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.woff') format('woff'),
				 url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.ttf') format('truetype'),
				 url('../static/fonts/MYuenHK-Medium-Roman/MYuenHK-Medium.svg#webfontregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
font-family: 'Gill Sans MT Condensed';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Condensed'), url('../static/fonts/Gill+Sans+MT/GILC____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Condensed Bold'), url('../static/fonts/Gill+Sans+MT/Gill Sans MT Condensed Bold.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Ext Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Ext Condensed Bold'), url('../static/fonts/Gill+Sans+MT/GLSNECB.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT'), url('../static/fonts/Gill+Sans+MT/GIL_____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Italic'), url('../static/fonts/Gill+Sans+MT/GILI____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Light';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Light'), url('../static/fonts/Gill+Sans+MT/Gill Sans MT Light.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Light Italic'), url('../static/fonts/Gill+Sans+MT/Gill Sans MT Light Italic.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Bold'), url('../static/fonts/Gill+Sans+MT/GILB____.woff') format('woff');
}

@font-face {
font-family: 'Gill Sans MT Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans MT Bold Italic'), url('../static/fonts/Gill+Sans+MT/GILBI___.woff') format('woff');
}

/* ************************************************************ */
/* ************************ RESET CSS ************************* */
/* ************************************************************ */
body {
		animation: fadein 1.2s;
		-moz-animation: fadein 1.2s;
		-webkit-animation: fadein 1.2s;
		-o-animation: fadein 1.2s;
}
@keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity:1;
		}
}
@-moz-keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity:1;
		}
}
@-webkit-keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity:1;
		}
}
@-o-keyframes fadein {
		from {
				opacity:0;
		}
		to {
				opacity: 1;
		}
}
@keyframes fadeInAnimation {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
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 ********************** */
/* ************************************************************ */

html, body { color: #000000; background: #FFF; font-family: 'Microsoft JhengHei',"MYuenHK-Medium-Roman", "Gill Sans MT", "Helvetica Neue" !important; font-size: 16px; font-weight: 200; line-height: 24px; letter-spacing: 0px; }


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

h1, h2, h3, h4 { font-weight: 100;} 
h1 { margin-bottom: 30px; font-size: 38px; color: #111; line-height: 40px; }
h2 { margin-top: 30px; margin-bottom: 30px; text-transform: uppercase; text-align: left; font-size: 40px; font-weight: 500; color: #11217F; line-height: 45px; }
h3 { margin-top: 10px; margin-bottom: 10px; padding-top: 10px; text-transform: uppercase; font-size: 28px; font-weight: 700; color: #2174ca; line-height: 30px; }
h3+.base_line { margin-bottom: 20px; width: 60px; border-bottom: 3px #11217F solid; }
h4 { margin-top: 10px; margin-bottom: 15px; font-size: 16px; font-weight: 900; color: #11217F; }

.low_content h3 { text-transform: capitalize; }

p { margin: 0 0 10px; }
b { font-weight: bold; }
a { color: #3D5DE2; text-decoration: none; }
a:link { text-decoration: none; }
a.disabled { pointer-events: none; }
/* a:link img:hover { opacity: 1; } */
a:hover, a.current { color: #444444; opacity: 1; }
.custom_content ul li:before {  }
ol li { margin-left: 20px; list-style: initial; }

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; }
.sm-form input[type=text].form-control, form.sm-form input[type=password].form-control, form.sm-form input[type=email].form-control, form.sm-form textarea.form-control { margin-bottom: 10px; border-radius: 0; }
.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: #11217F; }
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-grey { background-color: #f6f6f6; }
.font-red { color: #3D5DE2; 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 { min-height: 55px; margin-bottom: 30px; margin-left: -15px; margin-right: -15px; padding-top: 15px; background: #3c96d2; color: #FFF; font-size: 25px; font-weight: 700; }
a.dropdown-item.active, a.dropdown-item:active { background-color: #11217F; color: #FFF; }

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

form-control.error { border: 2px solid #f14545 !important; }
label.error { color: #f14545; border: none !important; }
.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; }
.g-recaptcha.error > div > div > iframe { border: 2px solid #f14545 !important; }
.btn.btn-custom { padding: 6px 40px 6px 40px; color: #FFF; background-color: #11217F; font-size: 18px; border: 3px #11217F solid; border-radius: 0; }
.btn.btn-custom:hover, .btn.btn-custom:active:focus { background-color: #11217F; color: #FFF; border: 3px #11217F solid; }
.btn-info:hover { background-color: #11217F; border-color: #11217F; }
.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; }

/* ************************************************************ */
/* *********************** 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: #11217F; border-color: #11217F; 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 {  }
.slick-dots { left: 0; }
.slick-dots li, .slick-dots li button { width: 35px; }
.slick-dots li button:before { width: 35px; height: 3px; content: ''; background: #ccc; opacity: 1; }
.slick-dots li.slick-active button:before { background: #e79b49; }
.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: #e79b49; }
.carouselHeaderBanner.header_banner.slick-dotted.slick-slider { margin-bottom: 0; }

.positive-relative { position: relative; }
.positive-relative video { width: 100%; }

#promotionModal .modal-dialog { max-width: 80%; height: 100vh; margin-top: -50px; position: relative; align-items: center; display: flex; justify-content: center; }
#promotionModal .modal-dialog .modal-content { border-radius: 15px; border: none; }
#promotionModal .modal-footer { padding: 0 1rem 1rem; border: none; }
#promotionModal .modal-footer button { background: #e79b49; border: none; }

.sidebar_menu { margin-top: 30px; background: #ededed; }
.sidebar_menu ul li { list-style: none; }
.sidebar_menu ul li.index_head { padding: 15px 10px; background: #cccccc; color: #11217F; font-weight: 700; }
.sidebar_menu ul li.index_items a { padding: 15px 25px; color: #000000; display: block; }
.sidebar_menu ul li.index_items a.active { color: #11217F; font-weight: 700; }

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

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

header {  }
header .navbar-default { background: none; border: none; }
header #header_top { margin-bottom: 30px; padding-top: 10px; padding-bottom: 10px; background: #11217F; }
header #header_top ul { display: inline-block; }
header #header_top ul li { display: inline-block; }
header #header_top a { color: #FFF; }



header #header_middle .dropdown .dropdownbtn { color: #000000; font-size: 14px; font-weight: 500; cursor: pointer; }
header #header_top .dropdown .dropdown-menu { width: 210px; padding-top: 0; padding-bottom: 0; background: #FFF; font-weight: 500; border: 1px solid #C4C4C4; border-radius: 0; }
header #header_middle .dropdown .dropdown-menu > a { padding-top: 7px; padding-bottom: 7px; padding-left: 10px; padding-right: 10px; font-size: 12px; cursor: pointer; }
header #header_top .dropdown .dropdown-menu > a+a { border-top: 1px solid #EEE; }
header #header_top .dropdown .dropdown-menu > a:hover { background: #F0F0F0; }
header #header_top .dropdown .dropdown-menu > a.active { background: #D0D0D0; }

header #header_top .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0; /* remove the gap so it doesn't close */
}

header #header_top .header_icon_groups li { margin-right: 15px; }
header .header_icon i { margin-right: 5px; color: #FFF; }
header #header_top .header_icon i { font-size: 12px; }

header #header_middle .header_menu { text-transform: uppercase; }
header #header_middle .header_menu ul li { margin: 0 10px; padding: 0px; display: inline-block; }
header #header_middle .header_menu ul li a { padding: 5px 20px; color: #000000; font-size: 14px; font-weight: 500; display: inline-block; }
header #header_middle .header_menu ul li a:hover, header #header_middle .header_menu ul li a.active { background: #11217F; color: #FFF; border-radius: 50px; transition: 0.6s; }
header #header_middle .header_menu ul li .username { color: #11217F; font-weight: 500; cursor: pointer; }
header #header_middle .header_menu ul li a.username:hover { color: #11217F; }
header #header_middle .header_menu ul li a.lang_active, header #header_top .header_menu ul li a:hover { color: #11217F; }
header #header_middle .dropdown-menu a.dropdown-item:hover, header #header_middle .dropdown-menu a.dropdown-item.active { border-radius: 0px; }
/* header #header_middle .header_menu ul li:last-child:before { content: '|'; } */

header #header_middle { padding-bottom: 25px; text-align: center; }
header #header_middle .container>.row>.col-12 { display: table; }
header #header_middle .header_middle_left { vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .header_middle_right .header_menu { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .menu_button { margin-top: 11px; text-align: left; }
header #header_middle #company_logo { vertical-align: middle; display: table-cell; }
header #header_middle #company_logo a { display: table; }
header #header_middle #company_logo a img { height: 45px; margin: 0 auto; display: table-cell; }
header #header_middle #company_logo a img+img { margin-left: 10px; }
header #header_middle #company_logo a .company_name { padding-left: 18px; text-align: left; line-height: 20px; display: table-cell; }
.font-brown { color: #074266; }
.font-red { color: #3D5DE2; }
header #header_middle #company_logo a .company_name .font-brown { font-size: 18px; }

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: #11217F; margin: 10px 0; transition: 0.4s; }
header #header_middle .shopping_cart_icon { text-align: right; vertical-align: middle; display: table-cell; }
header #header_middle .shopping_cart_icon .shopping_cart_icon_container { vertical-align: middle; }
header #header_middle .shopping_cart_icon a { position: relative; color: #000; display: block; }
header #header_middle .shopping_cart_icon a .icon { width: 40px; height: 40px; }
header #header_middle .shopping_cart_icon a .shopping_cart_icon_qty { width: 20px; height: 20px; position: absolute; background: #e79b49; font-size: 12px; line-height: 20px; text-align: center; color: #FFF; border-radius: 30px; top: -5px; right: -5px; }
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: -15px; margin-right: -15px; position: relative; }
.header_banner img { width: 100%; }
.header_banner .header_overlayer { width: 100%; height: 100%; padding-top: 5%; padding-bottom: 70px; position: absolute; background: rgba(0, 0, 0, 0.3); color: #FFF; font-weight: 900; text-shadow: 1px 1px 4px #000000; bottom: 0; }
.header_banner .header_overlayer .header_overlayer_name { padding-bottom: 10px; font-size: 20px; line-height: 22px; }
.header_banner .header_overlayer .header_overlayer_title { width: 270px; padding-bottom: 20px; font-size: 40px; line-height: 52px; }
.header_banner .header_overlayer .header_overlayer_subtitle { padding-bottom: 20px; font-size: 30px; line-height: 32px; }
.header_banner .header_overlayer .header_overlayer_content { padding-bottom: 40px; font-size: 20px; line-height: 30px; font-weight: 300; }

.page_banner { margin-left: -15px; margin-right: -15px; }
.page_banner img { width: 100%; }

#menuslider { background: #FFF; }
#main_menu_m { padding: 30px; text-align: center; font-size: 18px; }
#main_menu_m ul li { margin-top: 30px; }
#main_menu_m ul li > a, #main_menu_m ul li .dropdown { color: #333; cursor: pointer; }
#main_menu_m ul li.hide { display: none; }
#main_menu_m ul li .dropdown a { margin-bottom: 10px; padding: 8px 20px; background: #FFF; color: #11217F; border-radius: 50px; border: 1px #11217F solid; }
#main_menu_m ul li .dropdown a:hover { background: #11217F; color: #FFF; }
#main_menu_m ul li .dropdown .dropdown-menu { border: none; }
#main_menu_m ul li button { background: none; font-size: 18px; }


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

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

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


main .form-control { border-radius: 0; }
main { min-height: 700px; padding-bottom: 40px; }
.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: 800px; object-fit: cover; }

.section_all_button { padding-bottom: 40px; text-align: center; }
.section_all_button a { padding: 10px 30px; text-align: center; background: #e79b49; color: #FFF; text-transform: uppercase; border-radius: 50px; }
.section_all_button a:hover { background: #e79b49; color: #FFF; }

.header_video { margin-left: -15px; margin-right: -15px; position: relative; background: #F6F6F6; overflow: hidden; }
.header_video video { width: 100%; z-index: -1; }

.homepage_content_builder table tr td { border: 1px #000 solid; }

/* ************************************************************ */
/* ************************* PROJECTS ************************* */
/* ************************************************************ */

.product_boxes { padding: 0 15px; }
.product_boxes a { position: relative; display: block; }
.product_boxes .black_filter { width: 100%; height: 100%; padding: 15px 20px; position: absolute; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 53%, rgba(0,0,0,0.6755077030812324) 83%); left: 0; top: 0; }
.product_boxes .black_filter:hover { background: rgb(212,43,41); background: linear-gradient(135deg, rgba(212,43,41,0.6) 24%, rgba(224,185,23,0.6) 83%); }
.product_boxes .project_title { width: 100%; padding: 15px 20px; position: absolute; color: #FFF; font-size: 25px; line-height: 26px; font-weight: 900; left: 0; bottom: 0; }
.product_boxes .project_title .read_more { font-size: 14px; font-weight: 500; }

.promotion_title { margin-top: 10px; color: #333; font-size: 20px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.image_shadow { box-shadow: 3px 3px 8px #cdcdcd; }

ul.filter_menu { padding-top: 20px; padding-bottom: 15px; }
ul.filter_menu li { margin-right: 20px; margin-bottom: 5px; font-size: 16px; font-weight: 500; display: inline-block; }
ul.filter_menu li a { padding: 5px 10px; background: #b13e32; color: #FFF; }
ul.filter_menu li a:hover, ul.filter_menu li a.active { background: #e79b49; color: #FFF; }

.project_boxes { padding-bottom: 30px; }
.project_boxes a { color: #000; }
.project_container .project_title { padding-top: 10px; font-size: 24px; line-height: 27px; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.slider-nav .slick-list { margin-left: -15px; margin-right: -15px; }
.slider-nav .slick-list .slick-track .slick-slide { padding: 0 15px; }

/* ************************************************************ */
/* ************************** BRANDS ************************** */
/* ************************************************************ */

.variable-width-brands { padding-top: 10px; padding-bottom: 10px; }
.brand_boxes { padding: 0 15px; }
.brand_boxes a { position: relative; display: block; }
.brand_boxes a img {  }

.brand_boxes .brand_boxes_bg { position: relative; }
.brand_boxes .black_filter { width: 100%; height: 100%; padding: 15px 20px; position: absolute; background: rgba(0, 0, 0, 0.6); left: 0; top: 0; z-index: 1; }
.brand_boxes .product_boxes_upper { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }
.brand_boxes .product_boxes_upper .product_boxes_image { padding-top: 15px; }
.brand_boxes .product_boxes_upper .product_boxes_image img { width: 80%; }
.brand_boxes .product_section_title { width: 100%; height: 43px; margin-top: -15px; padding: 5px 10px; color: #FFF; text-align: center; line-height: 19px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.slick-track { display: table; }
.brand_logos .slick-initialized .slick-slide.slider-hero-images { padding: 0 10px; float: none; vertical-align: middle; display: table-cell; }
.slider-hero-images img { width: 100%; }


/* ************************************************************ */
/* *************************** NEWS *************************** */
/* ************************************************************ */

.news_table .news_table_header { padding: 8px 15px; background: #11217F; color: #FFF; }
.news_table .news_table_row { padding: 0px 15px; }
.news_table .news_table_row:nth-child(even) {  }
.news_table .news_table_row .news_table_col { padding-top: 5px; padding-bottom: 5px; color: #444444; }
.news_table .news_table_row .news_table_col:first-child {  }
.news_table .news_table_row .news_table_col a { color: #10416c; }
.news_table .news_table_row .news_table_col a::after { padding: 1px 3px; content: 'PDF'; color: #eb1717; font-size: 10px; border-radius: 3px; border: 1px #eb1717 solid; }

.pdf_icon::after { padding: 1px 3px; content: 'PDF'; color: #eb1717; font-size: 10px; border-radius: 3px; border: 1px #eb1717 solid; }

.news_boxes_container { position: relative; }
.news_boxes_container .news_boxes_hover_content { width: 100%; height: 100%; padding: 20px 10px; position: absolute; color: #000; background: rgb(255,255,255); background: linear-gradient(151deg, rgba(255,255,255,0.87) 49%, rgba(224,185,23,0.87) 100%); top: 0; left: 0; border: 2px #e79b49 solid; overflow: hidden; display: none; }
.news_boxes_container .news_boxes_hover_content .blog_section_desc { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.news_boxes_container .news_boxes_hover_content .read_more { font-size: 14px; color: #e79b49; font-weight: 900; }
.news_boxes_container .news_boxes_hover_content .blog_box_date { color: #666666; }
.blog_boxes:hover .news_boxes_container .news_boxes_hover_content { display: block; }
.blog_boxes {  }
.underline { border-bottom: 4px #e79b49 solid; }
.blog_boxes .blog_boxes_content { padding: 10px 20px; background: #fcfcfc; }
.blog_boxes .blog_boxes_content .blog_section_title { height: 50px; padding-bottom: 10px; color: #3c96d2; font-size: 17px; font-weight: 900; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog_boxes .blog_boxes_content .blog_section_content { height: 100px; color: #777; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.blog_content ul { padding-left: 20px; list-style: initial; }
.blog_content img { max-width: 100%; }

.blog_date { color: #b13e32; font-weight: 900; }
.contact_us { padding: 10px 15px; background: #b13e32; color: #FFF; font-size: 18px; font-weight: 700; }
.return_btn { color: #b13e32; }

.related_product_title { padding-bottom: 5px; text-align: center; font-size: 20px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; }
.related_product_subtitle { padding-bottom: 30px; text-align: center; color: #9E9E9E; letter-spacing: 0px; }


.fancybox_image a:nth-child(2):before {
	background-color: #8ec5fc;
	background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.fancybox_image a:nth-child(3):before {
	background-color: #0093e9;
	background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

.fancybox_image a:nth-child(4):before {
	background-color: #fa8bff;
	background-image: linear-gradient(
		45deg,
		#fa8bff 0%,
		#2bd2ff 52%,
		#2bff88 90%
	);
}

.fancybox_image a:nth-child(5):before {
	background-color: #52acff;
	background-image: linear-gradient(180deg, #52acff 25%, #ffe32c 100%);
}


.fancybox_image a:hover {
	transform: scale(1.1);
}

.fancybox_image .fancybox-active img {
	border-radius: 0;
}

.fancybox_image .fancybox-active a:before {
	border-radius: 0;
}

.btn.btn-primary.collapse-custom { width: 100%; margin-top: 10px; text-align: left; background: #FFF; border-top-left-radius: 15px !important; border-top-right-radius: 15px !important; border-radius: 0; box-shadow: 3px 3px 5px #dfdfdf; border: 1px solid rgba(0,0,0,.125); display: block; }
.btn.btn-primary.collapse-custom h3 { margin-top: 0px !important; margin-bottom: 0 !important; padding: .35rem .45rem !important; color: #11217F; }
.btn.btn-primary.collapse-custom h3 > span { color: #11217F; white-space: pre-line; }
.btn.btn-primary.collapse-custom:focus { background: none; border: none; }
.collapse.collapse-custom-area { padding: .35rem .85rem !important; box-shadow: 3px 3px 5px #dfdfdf; border: 1px solid rgba(0,0,0,.125); border-left: 4px #3D5DE2 solid; }
/* .btn.btn-primary.collapse-custom h3 > span::before { content: '>'; margin-right: 5px; color: #000; } */

.stock_chart_container { padding: 20px; background: linear-gradient(317deg,rgba(25, 38, 90, 1) 0%, rgba(0, 70, 109, 1) 100%); color: #FFF; }
.stock_chart_container .stock_chart_value .stock_chart_value_text { padding-top: 5px; padding-bottom: 20px; font-size: 50px; line-height: 55px; }

.financial_year { padding-bottom: 5px; font-size: 20px; font-weight: 900; }
.financial_row { margin-bottom: 30px; }
.financial_container table { border: 3px #3D5DE2 solid; }
.financial_container table tr td { height: 80px; }
.financial_container table tr td:first-child { width: 80px; background: linear-gradient(317deg,rgba(25, 38, 90, 1) 0%, rgba(0, 70, 109, 1) 100%); background-image: url('../images/financial_icon.svg'), linear-gradient(317deg,rgba(25, 38, 90, 1) 0%, rgba(0, 70, 109, 1) 100%); }
.financial_container table tr td img { height: 50px; }
.financial_container table tr td:last-child { color: #000000; font-size: 22px; font-weight: 900; }
.financial_container table tr td .learn_more { color: #3D5DE2; font-size: 13px; line-height: 15px; }
.stock_chart_value_date { margin-bottom: 20px; }
.stock_chart_updown_icon { padding-top: 10px; }
.stock_chart_updown_icon.up, .stock_chart_updown_icon i.fa.fa-caret-up, .stock_chart_updown_value.up { color: #06e135; }
.stock_chart_updown_icon.down, .stock_chart_updown_icon i.fa.fa-caret-down, .stock_chart_updown_value.down { color: #e50c0c; }
.stock_chart_updown_value { font-size: 27px; }
.stock_chart_updown table tr, .stock_chart_updown table tr td { border: none; } 
.stock_chart_updown table tr td:last-child { padding-left: 30px; border-left: 2px #FFF solid; } 

.full_filter_conatiner { padding: 20px 20px 10px 20px; background: #ededed; }
.full_filter_conatiner .btn.btn-custom { background: #11217F; font-size: 15px; border-radius: 50px; border: none; }
.full_filter_conatiner input[type=text] { font-size: 15px; border-radius: 50px; border: 1px #ccc solid; }

/* ************************************************************ */
/* ************************* SNIPPETS ************************* */
/* ************************************************************ */

.snippet_cat_title { margin-top: 15px; padding-bottom: 15px; font-size: 25px; color: #e79b49; font-weight: 700; }
.snippet_cat_content {  }
.snippets_list { margin-bottom: 10px; box-shadow: 3px 3px 5px #dfdfdf; border-top-left-radius: 15px !important; border-top-right-radius: 15px !important; border-bottom: 1px #ccc solid !important; }
.snippets_list .card-header { background: #FFF; font-size: 17px; border-top-left-radius: 15px !important; border-top-right-radius: 15px !important; }
.snippets_list .card-header button { width: 100%; padding-left: 0; color: #3f96d2; text-align: left; font-size: 18px; font-weight: 700; display: block; }
.snippets_list .card-body { font-size: 17px; border-left: 4px #3D5DE2 solid; }
.snippets_list .card-body ul { margin-left: 15px; list-style: initial; }

/* ************************************************************ */
/* *************************** ALBUM ************************** */
/* ************************************************************ */

.features_title { padding: 5px 10px; color: #e79b49; font-size: 24px; font-weight: 700; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.features_content { padding: 5px 10px 5px 10px; }
.hero-grid { margin: 0 -1%; padding: 20px 0 0; background: #FFF; border-radius: 0; }
.hero-grid__item {  }
.product_boxes_container { padding-bottom: 20px; }

/* ************************************************************ */
/* ***************** Conditionsn & Treatments ***************** */
/* ************************************************************ */

.conditions_list_title { margin-bottom: 20px; font-size: 19px; font-weight: 500; }
.conditions_list { min-height: 500px; padding: 20px 30px; background: #eeeeee; font-size: 17px; border-radius: 30px; }
.conditions_list ul { margin-left: 15px; }
.conditions_list ul li { margin-bottom: 10px; list-style: initial; }
.conditions_list a { color: #3D5DE2; }

/* ************************************************************ */
/* *************************** TEAM *************************** */
/* ************************************************************ */

.team_member { transition: 0.3s; }
.team_member:hover { opacity: 0.9; }
.team_title { font-size: 20px; }
.team_subtitle { color: #6c6c6c; }
.team_content { line-height: 20px; }
.team_subcontent { color: #6c6c6c; line-height: 20px; }
figure.snip1104 h2 { color: #FFF; }

#teamslider { padding: 20px 40px; background: #FFF; }
#closeteamsbtn { width: 32px; height: 32px; position: fixed; top: 10px; right: 40px; z-index: 1100; cursor: pointer; display: none; }
#closeteamsbtn:before, #closeteamsbtn:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #000; }
#closeteamsbtn:before { transform: rotate(45deg); }
#closeteamsbtn:after { transform: rotate(-45deg); }
.teamtrigger { cursor: pointer; }

/* ************************************************************ */
/* *************************** 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 #e79b49 solid; }


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

.contact_headline { padding-bottom: 5px; color: #333; font-size: 21px; font-weight: 900; }
.contact_headline span { color: #e79b49; }
.gmap_canvas {  }
.traffic_guide table tr th { background-color: #6f27b8; color: #FFF; height: 56px; }
.traffic_guide table tr td { height: 49px; }
.traffic_guide table tr th, .traffic_guide table tr td { padding: 8px; line-height: 1.42857; vertical-align: middle; border: 1px solid rgb(221, 221, 221); }
.contact_company_info ul li { margin-bottom: 10px; line-height: 24px; }

/* ************************************************************ */
/* ************************* 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 { position: relative; background: #19265A; background: linear-gradient(317deg,rgba(25, 38, 90, 1) 0%, rgba(0, 70, 109, 1) 100%); color: #FFF; }
.footer_area { padding-top: 30px; padding-bottom: 30px; background-color: #f0f0f0; }

footer .footer_top { height: 15px; margin-bottom: 50px; background-image: url('../images/footer_top.svg'), none; background-position: center top; background-repeat: repeat-x; background-size: auto 15px; }
footer .footer_menu_headline { padding-bottom: 5px; color: #FFF; font-size: 21px; font-weight: 900; }
footer .footer_menu_headline span { color: #e79b49; }
footer .footer_company_name { padding-bottom: 5px; color: #FFF; font-size: 18px; font-weight: 900; }
footer .footer_company_address { padding-bottom: 20px; color: #FFF; font-size: 15px; font-weight: 700; line-height: 18px; }
footer .footer_company_info { color: #FFF; font-weight: 700; line-height: 20px; }
footer .footer_company_info a { color: #FFF; }
footer .footer_company_info a:hover { color: #e79b49; }
footer .footer_company_info label { color: #3D5DE2; }
footer .footer_menu_container a { color: #FFF; font-weight: 700; }
footer .footer_menu_container ul li { margin-bottom: 5px; color: #FFF; font-weight: 700; }

footer .footer_menu .d-block > .footer_menu_headline { cursor: pointer; }
footer img.caringcompany_logo { margin-top: 20px; height: 60px; display: inline; }

footer .footer_company_name { padding-bottom: 20px; font-size: 20px; font-weight: 500; }
footer .footer_right { font-weight: 500; }
footer .footer_icon_groups li { margin-right: 15px; display: inline-block; }
footer .footer_icon i { margin-right: 5px; }
footer .footer_icon a { color: #FFF; }
footer .footer_social_media { padding-top: 20px; padding-bottom: 15px; text-align: left; }
footer .footer_social_media a { margin-right: 15px; color: #FFF; }
footer .footer_right .footer_subscription { background: #e79b49; text-align: center; font-size: 16px; }
footer .footer_right .footer_subscription a { padding: 12px 20px; color: #FFF; display: block; }

footer .footer_top .footer_top_title { font-size: 31px; text-transform: uppercase; }
footer .footer_top .input-group input[type=text] { border: none; }
footer .footer_top .input-group .input-group-append { background: #444444; border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }
footer .footer_top .input-group .input-group-append button.btn { color: #FFF; text-transform: uppercase; }

.footer_popup { width: calc(100% - 30px); position: fixed; bottom: 0; left: 0; } 
.footer_popup ul li { width: 86px; margin-right: 5px; background: #FFF; text-align: center; box-shadow: 0px 0px 10px #666; border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; }
.footer_popup ul li a { padding: 10px 10px 5px 10px; display: block; }
.footer_popup ul li .dropdown { padding: 10px 10px 5px 10px; cursor: pointer; }
.footer_popup ul li .icon_title { padding-top: 10px; font-size: 15px; color: #666; display: block; }
.footer_popup ul li i { color: #e79b49; font-size: 30px; } 
footer .footer_middle { margin-top: 40px; background: #FFF; }
footer .footer_bottom { padding: 25px 0; background-image: url('../images/footer_bottom.svg'), none; background-position: center bottom; background-repeat: repeat-x; background-size: auto 15px; text-align: left; color: #FFF; font-size: 13px; letter-spacing: 0px; line-height: 14px; font-weight: 900; border-top: 1px #FFF solid; }
footer .footer_bottom a { color: #3D5DE2; 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: 100%; margin: 30px auto 30px 0; border-top: solid 1px #595a5c; }


ul.arrow_container { width: 100%; margin-top: -5%; position: absolute; top: 50%; left: 0; }
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: 5px; }
.btn_next { background-image: url('../images/next.svg'), none; background-repeat: no-repeat; right: 5px; }

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

.yfContent {height: 1px!important; overflow: auto; color: #FFF; background: none;line-height: 30px;}
.yfContent h1 { color: #FFF; }
.yfContent::-webkit-scrollbar {width: 15px;background-color: #FFF;}/* 缺省样式 */
.yfContent::-webkit-scrollbar-track {background-color: #FFF;}/* 滚动条的滑轨背景颜色 */
.yfContent::-webkit-scrollbar-thumb {background-color: #FFF;} /* 滑块颜色 */
.yfContent::-webkit-scrollbar-button {background-color: #FFF;} /* 滑轨两头的监听按钮颜色 */
.yfContent::-webkit-scrollbar-corner {background-color: #FFF;} /* 横向滚动条和纵向滚动条相交处
尖角的颜色 */
/*position fix*/
.yfContent *{position:relative!important;}
.gjs-row.row { margin-left: 0; margin-right: 0; display: flex; }
.gjs-cell { height: auto !important; }
.gjs-cell.col-lg-4, .gjs-cell.col-md-4, .gjs-cell.col-sm-4 { padding-left: 0px; padding-right: 0px; padding-bottom: 30px; }

@media (max-width: 1199px) {
	
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: 500px; }
	#carouselHeaderBanner .carousel-inner .carousel-item img { height: 500px; }
	#home_Carousel .carousel-inner { height: 450px; }
	.header_video .header_video_layer .header_video_link span { font-size: 8em; }
	.header_video .header_video_layer .header_video_link a .header_video_link_title { font-size: 20px; }
	.brand_boxes .product_section_title { margin-top: -20px; }
}

@media (max-width: 991px) {
	header #header_top #main_menu { width: 100%; height: 100%; position: fixed; background: #333; top: 0; left: 0; z-index: 10; display: none; }
	
	.header_video .header_video_layer .header_video_link span { font-size: 5em; }
	.header_video .header_video_layer .header_video_link a .header_video_link_title { font-size: 14px; }
	.news_boxes_container .news_boxes_hover_content { line-height: 20px; }
	
	header #header_middle .header_middle_left { text-align: left; vertical-align: middle; display: table-cell; }
	header #header_middle .header_middle_right { margin-top: 0px; text-align: right; vertical-align: middle; display: table-cell; }
	header #header_middle #company_logo { text-align: left; }
	
	.header_banner .header_overlayer .header_overlayer_name { padding-bottom: 10px; font-size: 17px; line-height: 30px; }
	.header_banner .header_overlayer .header_overlayer_title { padding-bottom: 10px; font-size: 26px; line-height: 30px; }
	.header_banner .header_overlayer .header_overlayer_subtitle { padding-bottom: 10px; font-size: 22px; line-height: 19px; }
	.header_banner .header_overlayer .header_overlayer_content { padding-bottom: 20px; font-size: 14px; line-height: 20px; }
	
	#promotionModal { padding-right: 0 !important; }
	#promotionModal .modal-dialog { max-width: none;  }
}

@media (max-width: 767px ) {
	
	.header_banner .carouselHeaderBanner .slider-hero-images img { height: auto; }
	.header_video .header_video_layer { padding-top: 10px; padding-bottom: 0px; position: relative; }
	.header_video .header_video_layer .header_video_link { padding-top: 10px; }
	.header_video .header_video_layer .header_video_link span { font-size: 5em; color: #000; }
	.header_video .header_video_layer .header_video_link a { text-shadow: none; }
	.header_video .header_video_layer .header_video_link a .header_video_link_title { padding-top: 10px; padding-bottom: 20px; font-size: 14px; color: #000; }
	
	header #header_top { font-size: 13px; }
	header #header_middle { padding-bottom: 20px; }
	header #header_middle #company_logo a img { height: 35px; }
	.product_boxes { padding: 0 5px; }
	.product_boxes .project_title { padding: 10px 10px; font-size: 18px; line-height: 18px; }
	.product_boxes .project_title .read_more { padding-top: 5px; }
	.project_container .project_title { font-size: 20px; line-height: 23px; }
	
	.news_boxes_container .news_boxes_hover_content .blog_section_desc { -webkit-line-clamp: 3; }
	.header_banner .header_overlayer .header_overlayer_title { font-size: 22px; line-height: 27px; }
	.header_banner .header_overlayer .header_overlayer_subtitle { padding-bottom: 0px; }
	.header_banner .header_overlayer .header_overlayer_content { font-size: 13px; }
	
	.variable-width-brands .brand_boxes { padding: 0; }
	.variable-width-brands-4 .brand_boxes { padding: 0 5px; }
	.variable-width-brands-4 .brand_boxes .product_boxes_upper .product_boxes_image { padding-top: 5px; }
	.variable-width-brands-4 .brand_boxes .product_section_title { height: 40px; padding: 0px 10px; }
	
	footer .footer_bottom { padding-bottom: 40px;}
	footer .footer_menu_container { margin-bottom: 20px; }
	
	.padding-top-0-xs { padding-top: 0; }
	.footer_popup .container, .footer_popup .col-12  { padding-left: 0; padding-right: 0; }
	.footer_popup .container .row { margin-left: 0; margin-right: 0; }
	.footer_popup ul { width: 100%; display: table; }
	.footer_popup ul li { margin-right: 0px; width: 20%; box-shadow: none; border-top-left-radius: 0px; border-top-right-radius: 0px; border-top: 1px #ccc solid; border-right: 1px #ccc solid; display: table-cell; }
	.footer_popup ul li:first-child { border-left: 1px #ccc solid; }
	.footer_popup ul li a { padding: 10px 5px 5px 5px; }
	.footer_popup ul li i { font-size: 20px; }
	.footer_popup ul li .icon_title { padding-top: 0; font-size: 12px; }
}

