.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span {text-transform: capitalize; }
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img {width: 100%; display: block; }
.flexslider .slides:after {content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html[xmlns] .flexslider .slides {display: block; }
* html .flexslider .slides {height: 1%; }
.no-js .flexslider .slides > li:first-child {display: block; }
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {zoom: 1; display: block !important; }
.flexslider .slides img {height: auto; -moz-user-select: none; }
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px; }
@-moz-document url-prefix() {
 .loading .flex-viewport {max-height: none; }
}
.carousel li {margin-right: 5px; }
.flex-direction-nav {*height: 0; }
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 5%;
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	background-color: var(--colorL-1);
	padding: 2rem .3rem;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:hover { background-color: var(--colorDD);}
.flex-direction-nav a:before {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-bottom:calc(85/85*100%);
	background-image: url("../images/icon/left-arrow.svg");
	-webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, .5));
}
.flex-direction-nav a.flex-next:before {
	background-position: right top;
	background-image: url("../images/icon/right-arrow.svg");
}
.flex-direction-nav .flex-prev {left: 2%; }
.flex-direction-nav .flex-next {right: 2%; }
.flexslider:hover .flex-direction-nav .flex-prev {opacity: 1; left: .5%; }
.flexslider:hover .flex-direction-nav .flex-next {opacity: 0.7; right: .5%; }
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {opacity: 1; }

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -6%;
	text-align: center;
	z-index: 99;
}
.flex-control-nav li {
	margin: 0 10px;
	display: inline-block;
	width: 12px !important;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	display: block;
	background: #e899a1;
	opacity: .7;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover { background: #3e250f; opacity: 1; }
.flex-control-paging li a.flex-active {
	background: #e899a1;
	cursor: default;
	opacity: 1;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
}
.flex-control-thumbs img:hover {opacity: 1; }
.flex-control-thumbs .flex-active {opacity: 1; cursor: default; }
/**MOB**/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0vw; }
.flex-direction-nav .flex-next {opacity: 1; right: 0vw; }
.flex-control-nav li {width: 10px !important; margin: 0 5px; }
.flex-direction-nav a {width: 10%; }
.flexslider:hover .flex-direction-nav .flex-prev {left: -3vw; }
.flexslider:hover .flex-direction-nav .flex-next {right: -3vw; }
}
@media screen and (max-width: 768px) {
.flex-direction-nav { display: block !important;}
}