@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/*
-----------------------------------------------------------------------
	common
-----------------------------------------------------------------------
*/

.seo-text {
	position: fixed;
	left: -9999px;
	top: -9999px;
}

/*body {
	color: #505050;
	font-size: 16px;
	font-family: "Noto Sans TC", "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

html,body {
	overflow-x: hidden;
}

body * {
	letter-spacing: 0.1em;
}
*/

body {
  color: #505050;
  font-size: 16px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


html,
body {
  overflow-x: hidden;
}

body * {
	letter-spacing: 0.1em;
}

body.modal-open {
  padding-right: 0 !important;
}


.modal {
  padding-right: 0 !important;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}


/*iphone*/

@supports (-webkit-touch-callout: none) {
  html {
    overflow-x: hidden;
  }
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #505050;
	font-family: "Gilroy", "Noto Sans TC";
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

a:hover,
a:active,
a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2f76bc;
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 2;
}

p:last-child {
	margin-bottom: 0;
}

:active,
:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}

::-moz-selection {
	background: rgb(50 153 255 / 10%);
	color: #2f76bc;
	text-shadow: none;
}

::selection {
	background: rgb(50 153 255 / 10%);
	color: #2f76bc;
	text-shadow: none;
}

::-moz-selection {
	background: rgb(50 153 255 / 10%);
	/* Firefox */
	color: #2f76bc;
	text-shadow: none;
}

::-webkit-selection {
	background: rgb(50 153 255 / 10%);
	/* Safari */
	color: #2f76bc;
	text-shadow: none;
}

img {
	max-width: 100%;
}

iframe {
	border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
	outline: none;
}

ul.footer-link__list,
.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav {
	margin: 0;
	padding: 0;
}

ul li.footer-link__item {
	list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
	margin-bottom: 30px;
}

table p {
	margin-bottom: 0;
}


a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}


.sec-padding{
	padding: 80px 0 80px;
}
.sec-padding.member_1 {
	padding: 120px 0;
}


@media (max-width: 767px) {
	.sec-padding,
	.sec-padding.member_1 {
		padding: 40px 0 40px;
	}

}


.w-100 {
	width: 100%
}


.pos-r {
	position: relative;
}





/*右上角優惠券彈窗(電腦)*/

.coupon_close {
	position: absolute;
	right: 0;
	top: -3px;
	font-size: 19px;
	width: 30px;
	text-align: center;
}

.top-coupon {
	position: relative;
	float: right;
	margin: 37px 0 35px 25px;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

.top-coupon span {
	position: absolute;
	top: 1px;
	right: -4px;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #c6a060;
}

.top-coupon img {
	width: 22px;
}

.sticky-header .top-coupon {
	margin: 17px 0 17px 25px;
}

.coupon_modal {
	position: absolute;
	right: 28px;
	top: 175px;
	padding: 22px 28px 18px 28px;
	width: fit-content;
	margin-left: auto;
	background: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
	z-index: 10;
	max-height: 350px;
	/* overflow-y: scroll; */
	opacity: 1;
	z-index: 100;
}

.coupon_modal.active {
	opacity: 1;
}

.sticky-header .coupon_modal {
	top: 60px;
}

.coupon_modal .search_block input {
	width: calc(100% - 76px);
	height: 41px;
	margin-right: 5px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

.coupon_modal .search_block .btn {
	font-size: 15px;
	padding: 7.5px 14px;
	background-color: #1478D0;
	vertical-align: middle;
	color: #fff;
	transition: 0.3s;
}

.coupon_modal .search_block .btn:focus {
	box-shadow: none
}

.coupon_modal .search_block .btn:hover {
	background-color: #505050;
	transition: 0.3s;
}

.coupon_modal .coupon_list {
	margin-bottom: 15px;
}

.coupon_modal .coupon_list:last-child {
	margin-bottom: 0;
}

.coupon_modal .cupon-block {
	margin-top: 15px;
}

.coupon_modal .cupon-block .cupon-info {
	width: calc(100% - 110px);
}

.coupon_modal .cupon-block .cupon-info .cupon-tx-red {
	color: #505050;
	font-size: 14px;
	line-height: 1.2;
}

.coupon_modal .cupon-block .cupon-get {
	text-align: center;
	color: #777;
	background-color: #e8e8e8;
}

.coupon_modal .cupon-block .cupon-get:hover {
	color: #fff;
	background-color: #1478D0;
}

/*右上角優惠券彈窗(手機)*/

.responsive-header .coupon_modal {
	right: 0;
	left: 0;
	top: 70px;
	width: 100%;
	box-shadow: none;
	padding: 20px 28px 18px 28px;
}
.responsive-header .coupon_close{
	display:none;
}




/*彈窗*/


#index-popup.fancybox-content {
    background: transparent;
}

#index-popup .main-wrap .img-wrap {
	border: 3px solid #2f76bc;
	border-radius: 50%;
	padding: 12px;
}

#index-popup .main-wrap .img-wrap img {
	width: 60px;
	height: 60px;
}



#index-popup .main-wrap a {
	background-color: #2f76bc;
	color: #fff;
	outline: none;
	box-shadow: none;
	padding: 8px 22px;
	border-radius: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	max-width: 100%;
	width: 193px;
	margin-top: 8px;
}

#index-popup .main-wrap a:hover {
	background-color: #505050;
}

#index-popup [type="checkbox"]:checked,
#index-popup [type="checkbox"]:not(:checked) {
	position: static;
	width: 16px;
	height: 16px;
	visibility: visible;
	transform: translateY(2px);
}

#index-popup .close-wrap button:hover {
	color: #c47646 !important;
}


/* 彈窗內容 */
#index-popup .modal-content {
	position: fixed;
	top: 6vw;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 31px 30px 36px;
	border-radius: 10px;
	z-index: 1001;
	width: 480px;
	max-width: 100%;
	text-align: center;
	overflow-y: auto;
	max-height: 100vh;
}

/*/////////////////優惠券/////////////////*/

#index-popup .member_5__coupon-title {
	font-size: 28px;
	font-weight: 600;
	margin: 24px 0 29px;
}


#index-popup .member_5__coupon-card {
	position: relative;
	border: solid 1px #cdcdcd;
	border-radius: 3px;
	margin-bottom: 15px;
	display: flex;
	width: 100%;
	background-color: #ffffff;
}

#index-popup .member_5__coupon-card:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 110px;
	border-right: dashed 1px #ccc;
}

#index-popup .member_5__coupon-value {
	display: inline-block;
	width: 110px;
	font-size: 24px;
	font-weight: 600;
	color: #3076bc;
	padding: 31px 15px;
	vertical-align: middle;
	text-align: center;
	background-color: rgb(199 224 249 / 41%);
	letter-spacing: 1px;
}

#index-popup .member_5__coupon-info {
	display: inline-block;
	width: calc(100% - 115px);
	padding: 12px 15px 13px;
	vertical-align: middle;
	letter-spacing: 0.5px;
}

#index-popup .member_5__coupon-name {
	color: #555;
	font-size: 17px;
	margin-bottom: 3px;
	font-weight: 600;
}

#index-popup .member_5__coupon-tx {
	color: #898989;
	font-size: 15px;
	margin-bottom: 7px;
}

#index-popup .member_5__coupon-date,
#index-popup .member_5__coupon-order {
	font-size: 13px;
	color: #3076bc;
	margin: 0;
	line-height: 1;
}

.cant_use #index-popup .member_5__coupon-value,
.cant_use #index-popup .member_5__coupon-name,
.cant_use #index-popup .member_5__coupon-tx,
.cant_use #index-popup .member_5__coupon-date,
.cant_use #index-popup .member_5__coupon-order {
	color: #ccc;
}

#index-popup .member_5__coupon-order:hover {
	color: #2f76bc;
}

#index-popup .member_5__coupon+.pagination_5 {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {

	#index-popup .member_5__coupon-card {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 375px) {

	#index-popup .member_5__coupon-card:before {
		left: 105px;
	}

	#index-popup .member_5__coupon-value {
		font-size: 22px;
		width: 105px;
	}

	#index-popup .member_5__coupon-info {
		width: calc(100% - 110px);
	}

	#index-popup .modal-content {
		padding: 16px 10px 30px;
	}

}




/* 關閉按鈕 */
#index-popup .close-btn {
	margin-top: 20px;
	color: #8a8a8a;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: transparent;
	position: absolute;
	right: 7px;
	top: -17px;
	font-size: 24px;
}


/*fix選單*/

.fixed-bar {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 72;
}

.fixed-bar__item {
	position: relative;
	list-style: none;
}

.fixed-bar__link {
	height: 52px;
	border-radius: 50px;
	background-color: #2f76bc;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 23px;
	cursor: pointer;
	line-height: 48px;
	transition: 0.3s;
	position: relative;
	padding: 0 13.5px;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	float: right;
	clear: both;
	margin-bottom: 9px;
	margin-right: 29px;
}

.fixed-bar__text {
	width: 0;
	line-height: 1.2;
	font-size: 15px;
	overflow: hidden;
	transition: 0.3s;
	white-space: nowrap;
}

.fixed-bar__link:hover .fixed-bar__text {
	width: 100px;
}

.fixed-bar__link.fixed-bar__link--dark {
	color: #ffffff;
	background-color: #5a5a5a;
}

.fixed-bar__link.fixed-bar__link--dark:hover {
	color: #ffffff;
	background-color: #404040;
}

.fixed-bar__link.fixed-bar__link--line {
	background-color: #39cd00;
	font-size: 24px;
	padding: 0 11.5px;
}

.fixed-bar__link.fixed-bar__link--line:hover {
	color: #fff;
	background-color: #2b9701;
}

.fixed-bar__link.fixed-bar__link--facebook {
	background-color: #f4c61b;
	font-size: 29px;
	padding: 0 11.5px;
}

.fixed-bar__link.fixed-bar__link--facebook:hover {
	color: #fff;
	background-color: #f4aa01;
}

.fixed-bar__link.fixed-bar__link--facebook i::before {
	display: inline-block;
	width: 29px;
	transform: translateX(1px);
}



.fixed-bar__icon.fab.fa-facebook-f,
img.fixed-bar__icon {
	width: 30px;
}

.fixed-bar__icon.fa-chevron-up {
	position: relative;
	top: -1px;
	width: 25px;
}

.fixed-bar__link:hover,
.fixed-bar__link:focus {
	color: #ffffff;
	background-color: #144d85;
}


.fixed-bar__link:hover .fas.fa-chevron-up {
	-webkit-animation: arrow-top 0.5s infinite linear;
	animation: arrow-top 0.8s infinite linear;
}



@media (max-width: 991px) {
	.fixed-bar {
		bottom: 0;
		right: -20px
	}

	.fixed-bar__link {
		width: 45px;
		height: 45px;
		font-size: 19px;
		line-height: 45px
	}

	.fixed-bar__item {
		margin-bottom: 6px
	}

	.fixed-bar__link.fixed-bar__link--facebook {
		font-size: 23px;
	}

	.fixed-bar__link.fixed-bar__link--facebook i::before {
		transform: translateX(-3px);
	}
}


@media (max-width: 575px) {
	.fixed-bar__link {
		margin-bottom: 4px;
	}
}


/*
-----------------------------------------------------------------------
	preloader_1
-----------------------------------------------------------------------
*/

.preloader-deactive .preloader_1 {
	/*display: none;*/
	opacity:0;
	pointer-events:none;
}

.preloader_1 {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 99999;
	overflow: hidden;
	transition:0.3s;
	opacity:1;
}

.preloader_1__inner {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	transform: translate(-50%, 0);
}

.preloader_1__dot {
	height: 100%;
	width: 100%;
	display: block;
	/* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); */
	/* -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); */
	-webkit-animation: la-rotateplane 1.2s infinite ease-in-out;
	animation: la-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../img/loading.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@-webkit-keyframes la-rotateplane {
	0% {
		transform: rotateY(0deg);
		/* 起始狀態 */
	}

	50% {
		transform: rotateY(180deg);
		/* 中間狀態 */
	}

	100% {
		transform: rotateY(360deg);
		/* 終止狀態，回到初始角度 */
	}
}

@keyframes la-rotateplane {
	0% {
		transform: rotateY(0deg);
		/* 起始狀態 */
	}

	50% {
		transform: rotateY(180deg);
		/* 中間狀態 */
	}

	100% {
		transform: rotateY(360deg);
		/* 終止狀態，回到初始角度 */
	}
}


/*
-----------------------------------------------------------------------
	麵包屑
-----------------------------------------------------------------------
*/


.breadcrumbs {
  overflow: hidden;
  background-color: #F5F5F5;
}

.breadcrumbs .breadcrumb {
  color: #999;
  display: inline-block;
  padding: 16px 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.breadcrumbs .breadcrumb li,
.breadcrumbs .breadcrumb a {
	display: inline;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}


.breadcrumbs .breadcrumb li>h1 {
	display: inline;
	color: #505050;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	font-weight: 400;
	margin-bottom:0;
}


.breadcrumbs .breadcrumb a:hover {
  color: #2f76bc;
}

.breadcrumbs .breadcrumb>li {
  display: inline;
  color: #505050;
}

.breadcrumbs .breadcrumb>li+li:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #999;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  padding: 0 8px;
  font-weight: 900; /* solid */
}



@media (max-width: 991px) {
	.breadcrumbs {
		margin-top: 148px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs {
		margin-top: 190px;
	}
}

@media (max-width: 575px) {
	.breadcrumbs {
		margin-top: 192px;
	}
}

@media (max-width: 480px) {
	.breadcrumbs {
		margin-top: 172px;
	}
}

@media (max-width: 375px) {
	.breadcrumbs {
		margin-top: 168px;
	}
}




/*
-----------------------------------------------------------------------
	header_1
-----------------------------------------------------------------------
*/

/*/////////////////電腦版/////////////////*/

.header_1__main-menu>li {
	margin-right: 14px;
	padding: 3px 0;
}

.header_1__main-menu>li:last-child {
	margin-right: 0;
}

.header_1__main-menu>li>a {
	color: #0e0e0e;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	padding: 7px 25px;
	position: relative;
}

.header_1__main-menu>li:hover>a,
.header_1__main-menu>li.active>a {
	color: #2f76bc;
}

.header_1__main-menu>li:hover>a:before,
.header_1__main-menu>li.active>a:before {
	color: #2f76bc;
}


.header_1__has-submenu .header_1__submenu-nav:before {
	content: "";
	position: absolute;
	height: 56px;
	width: 100%;
	left: 0;
	bottom: 100%;
}

.header_1__has-submenu .header_1__submenu-nav>li {
	list-style: none;}

.header_1__has-submenu .header_1__submenu-nav>li a {
	color: #aaa;
	display: block;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: inherit;
	text-transform: capitalize;
	padding: 10px 20px;
}

.header_1__has-submenu .header_1__submenu-nav>li a:hover {
	color: #fff;
}

.header_1__has-submenu .header_1__submenu-nav>li:hover>a {
	color: #fff;
}

.header_1__has-submenu .header_1__submenu-nav>li.header_1__has-submenu {
	position: relative;
}

.header_1__has-submenu .header_1__submenu-nav>li.header_1__has-submenu a:before {
	display: none;
}

.header_1__has-submenu .header_1__submenu-nav>li.header_1__has-submenu:hover>.header_1__submenu-nav {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.header_1__has-submenu .header_1__submenu-nav>li.header_1__has-submenu:after {
	color: #707070;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 15px;
	line-height: 2px;
	opacity: 0.8;
	top: 20px;
	right: 25px;
	position: absolute;
}

.header_1__has-submenu .header_1__submenu-nav>li.header_1__has-submenu .header_1__submenu-nav {
	left: 100%;
	top: -20px;
}

.header_1__has-submenu.full-width {
	position: static;
}

@media only screen and (min-width: 992px) {
	.header_1__has-submenu {
		/*padding-right: 10px;*/
		position: relative;
	}

	.header_1__has-submenu>a {
		position: relative;
	}

	.header_1__has-submenu>a:before {
		content: "";
		color: #2f76bc;
		font-size: 14px;
		line-height: 30px;
		font-family: "FontAwesome";
		position: absolute;
		right: 11px;
		top: 7px;
	}

	.header_1__has-submenu:hover>.header_1__submenu-nav {
		-webkit-transform: none;
		transform: none;
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}

	.header_1__has-submenu .header_1__submenu-nav {
		background-color: #111;
		border: none;
		border-bottom: none;
		padding: 15px 0 15px;
		position: absolute;
		left: -25px;
		top: 100%;
		opacity: 0;
		min-width: 250px;
		pointer-events: none;
		transform: rotateX(-75deg);
		-webkit-transform: rotateX(-75deg);
		-moz-transform: rotateX(-75deg);
		-ms-transform: rotateX(-75deg);
		-o-transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		visibility: hidden;
		z-index: 9999;
	}
}

.widget-line::before {
	content: url(../img/icons/line.png);
	position: relative;
	top: 3px;
}







/*/////////////////手機版/////////////////*/
.header_1~.off-canvas-wrapper .res-mobile-menu {
	margin: 0;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_btn {
	display: none;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_menu {
	background-color: transparent;
	padding: 0;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav {
	display: block !important;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li {
	border-top: 1px solid #eee;
	position: relative;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li:last-child {
	border-bottom: 0;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li a {
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	padding: 8px 20px;
	margin: 0;
	text-transform: capitalize;
	position: relative;
	letter-spacing: 0px;
	display: block;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
	background-color: transparent;
	color: #1d1d1d;
	font-size: 10px;
	display: block;
	text-align: center;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 32px;
	line-height: 34px;
	width: 48px;
	border-radius: 50%;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li a a {
	padding: 0;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li a:hover {
	color: #2f76bc;
	background-color: transparent;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li img {
	display: none;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li ul {
	margin: 0;
	padding-left: 0;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li ul li a {
	font-weight: 300;
	padding-left: 30px;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav li ul li ul li a {
	font-size: 14px;
	padding-left: 40px;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav .slicknav_parent .slicknav_item a {
	padding-left: 0;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav .slicknav_open a>a {
	color: #2f76bc;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item {
	position: relative;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
	color: #2f76bc;
	background-color: transparent;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav .slicknav_open>ul>li>a>a {
	color: #5b5b5b;
}

.header_1~.off-canvas-wrapper .res-mobile-menu .slicknav_nav .slicknav_open>ul>li.slicknav_open>a>a {
	color: #2f76bc;
}

.header_1 {
	padding: 0;
}

.header_1 .container-fluid {
	padding: 0 90px;
}

@media only screen and (max-width: 1399.98px) {
	.header_1 .container-fluid {
		padding: 0 15px;
		max-width: none;
		width: 100%;
	}
}



@media (max-width: 1460px) {
	.header_1__header-align {
		position: relative;
	}
}

@media (max-width: 1460px) {
	.header_1__main-menu.position-relative {
		position: static !important;
	}
}


.header_1__header-top {
	background: #ffdb01;
	line-height: 1;
	margin: 0;
	padding: 15px 0;
	position: relative;
	display:none;
}



@media only screen and (max-width: 992px) {

	.header_1__header-top{
		display:block;
	}

	.header_1__header-bottom,
	.header_1__header-middle {
		display: none;
	}
}



@media only screen and (max-width: 991px) {
	.header_1__has-submenu .header_1__submenu-nav>li {
		padding: 0;
	}

	.header_1__has-submenu .header_1__submenu-nav>li.header_1__has-submenu:after {
		content: none;
	}

	.header_1__header-top p {
		/*order: -1;*/
	}

	.header_1__header-top {
		padding: 10px 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 99;
	}

	.header_1__has-submenu .header_1__submenu-nav:before {
		content: none;
	}
}

.header_1__contact-email {
	line-height: 1;
}

.header_1__contact-email span {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
}

.header_1__text {
	text-align: center;
	font-size: 19px;
	font-weight: 600;
}

.header_1__text a {
	background-color: #505050;
	color: #ffffff;
	padding: 2px 19px 3px 19px;
	border-radius: 20px;
	font-size: 17px;
	margin: 0 10px;
	transition:.3s;
}


.header_1__text a:hover {
		background-color: #333333;
}

.header_1__text i {
	margin-right: 5px;
}


@media only screen and (max-width: 992px) {

.header-action-area.float-end{
	display:none;
}


}

@media only screen and (max-width: 991px) {
	.header-action-area{
		display: none!important;
	}
	.header_1__text {
		font-size: 18px;
	}

	.header_1__text a {
		padding: 2px 13px 3px 16px;
		font-size: 16px;
		margin: 0 5px;
	}

}
@media only screen and (max-width: 767px) {

	.header_1__text span {
		width: 100%;
		display: inline-block;
	}

	.header_1__text-line {
		display: none !important;
	}
}



@media only screen and (max-width: 575px) {
	.header_1__text {
		font-size: 17px;
	}

	.header_1__text a {
		padding: 1px 11px 2px 15px;
		font-size: 15px;
	}

}





.header_1__header-middle {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
	border-top: 15px solid #ffda00;
}

.header_1__contact-link {
	margin-right: 0;
	position: relative;
	padding-left: 46px;
}

@media only screen and (max-width: 1199px) {
	.header_1__contact-link {
		display: block;
	}
}

@media only screen and (max-width: 991px) {

	.header_1__contact-link,
	.header_1__contact-email,
	.header_1__header-logo-area {
		display: none;
	}
}

.header_1__contact-link .contact-info .phone {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 4px;
	display: block;
}

.header_1__contact-link .contact-info .phone a {
	font-weight: 500;
}


.header_1 .sticky-header {
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.header_1 .sticky-header.sticky {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	border: 0 !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: ease-in-out 0.6s fadeInDown;
	-webkit-animation: ease-in-out 0.6s fadeInDown;
	-moz-animation: ease-in-out 0.6s fadeInDown;
	-ms-animation: ease-in-out 0.6s fadeInDown;
	-o-animation: ease-in-out 0.6s fadeInDown;
}


.header_1 {
	background-color: #fff;
	padding: 0;
	position: relative;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgb(0 0 0 / 4%);
}

.header_1__header-align {
	padding: 20px 0;
}

.header_1__header-align .align-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header_1__header-logo-area {
	margin-right: 60px;
	text-align: center;
}

.align-left .header_1__header-navigation-area {
	float: left;
}

.header_1__header-align .align-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header_1__header-align.align-right .align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header_1__header-navigation-area {
	margin-right: 31px;
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
}

.header_1__main-menu.nav>li {
	margin-right: 30px;
}

.header_1__main-menu.nav>li>a {
	color: #1d1d1d;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 25px 0 0;
	text-transform: capitalize;
}

.header_1__main-menu.nav>li>a:last-child {
	padding-right: 0;
}

.header_1__main-menu.nav>li>a:hover {
	color: #2f76bc;
}

.header_1__main-menu.nav>li:last-child {
	margin-right: 0;
}

.header_1__main-menu.nav .header_1__has-submenu>a:before {
	color: #1d1d1d;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 15px;
	line-height: 2px;
	opacity: 0.8;
	top: 10px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.header_1__main-menu.nav .header_1__has-submenu>a:hover:before {
	color: #2f76bc;
}

.header_1__main-menu.nav .header_1__has-submenu:hover a {
	color: #2f76bc;
}

.header_1__main-menu.nav .header_1__has-submenu:hover a:before {
	color: #2f76bc;
}

.header_1__main-menu.nav .header_1__has-submenu .header_1__submenu-nav {
	-webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	left: 0;
	min-width: 225px;
	margin-top: 20px;
	padding: 0;
}

.header_1__header-align .header_1__header-navigation-area .header_1__main-menu.nav .header_1__has-submenu .header_1__submenu-nav:before {
	height: 26px;
}

.header_1__header-align .header_1__header-navigation-area .header_1__main-menu.nav .header_1__has-submenu .header_1__submenu-nav>li {
	border-bottom: 1px solid #eee;
}

.header_1__header-align .header_1__header-navigation-area .header_1__main-menu.nav .header_1__has-submenu .header_1__submenu-nav>li a {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.header_1__header-align .header_1__header-navigation-area .header_1__main-menu.nav .header_1__has-submenu .header_1__submenu-nav>li a:hover {
	background-color: #ffda03;
}


.header_1__contact-link {
	color: #333333;
	font-size: 16px;
	line-height: 1;
	margin-right: 50px;
	text-transform: capitalize;
}


@media only screen and (max-width: 1399px) {
	.header_1__main-menu.nav>li {
		margin-right: 5px;
	}
}


@media only screen and (max-width: 1200px) {
	.header_1__main-menu.nav>li {
		margin-right: 19px;
	}
	.nav {
		justify-content: center;
	}

}


@media only screen and (max-width: 1199px) {
	.header_1__contact-link {
		display: none;
	}

	.header_1__main-menu.nav>li {
		margin-right: 0;
	}

}


@media only screen and (max-width: 991px) {
	.header_1__header-align {
		display: none;
	}
}


.header_1__contact-link .phone span {
	font-weight: 300;
	position: relative;
	top: -1px;
	margin-right: 1px;
}

.header_1__contact-link .phone a {
	color: #333333;
	font-weight: 700;
}

.header_1__contact-link .phone a:hover {
	color: #2f76bc;
}

.header_1 .header-action-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.op-h-07:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 992px) {
	.header_1 .header-action-area {
		display: none;
	}
}

.header_1 .header-action-area .search-content-wrap {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin-right: 30px;
}

.header_1 .header-action-area .search-content-wrap .btn-search {
	background-color: transparent;
	border: none;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content {
	position: absolute;
	right: 0;
	top:42px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	/*overflow: hidden;*/
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 600px;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #d2d2d2;
	border-radius: 30px 0 0 30px;
	border-right: 0;
	color: #1d1d1d;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	padding: 13px 140px 10px 20px;
	width: 100%;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src {
	background-color: #3076bc;
	border: none;
	border-radius: 0 20px 20px 0;
	color: #ffffff;
	height: 46px;
	font-size: 21px;
	line-height: 40px;
	width: 65px;
	transition: 0.3s;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src i {
	line-height: 46px;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item .btn-src:hover {
	background-color: #333333;
	color: #ffffff;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item .search-categorie {
	position: absolute;
	right: 65px;
	top: 2px;
	display: inline-block;
	width: 150px;
	margin: 0;
	background: transparent;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item .search-categorie .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #1d1d1d;
	border: 0;
	background: none;
	background-repeat: no-repeat;
	background-position: center right 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0 25px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	width: 150px;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content form .form-input-item .search-categorie .form-select option {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.header_1 .header-action-area .search-content-wrap .btn-search-content.show {
	height: 46px;
	opacity: 1;
	margin-top: 6px;
	visibility: visible;
}

.header_1 .header-action-area .shop-button-group {
	line-height: 1;
}

.header_1 .header-action-area .shop-button-group .shop-button-item {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}

.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button {
	display: inline-block;
	position: relative;
}
.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button .icon {
	color: #333333;
	font-size: 24px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}


.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button:hover .icon {
	color:#2f76bc;
}

.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button:hover .icon.fa-ticket-alt {
	position: relative;
}


.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button .shop-count {
	background-color: #ffd900;
	display: inline-block;
	color: #505050;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	width: 17px;
	height: 17px;
	padding-top: 1px;
	text-align: center;
	line-height: 14px;
	left: 17px;
	top: calc(100% - 36px);
	border-radius: 50%;
	letter-spacing: 0;
}

.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button .cart-total {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	margin-left: 12px;
	position: relative;
	top: -4px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}




.header_1__header-logo-area {
	position: relative;
}

.header_1 .responsive-header {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 6%);
	box-shadow: 0 8px 6px -6px rgb(0 0 0 / 6%);
	border: 0 !important;
	position: fixed;
	left: 0;
	top: 34px;
	width: 100%;
	z-index: 99;
	display: none;
}




@media only screen and (max-width: 1399px) {
	.header_1 .header-action-area .search-content-wrap {
		margin-right: 13px;
	}

	.header_1 .header-action-area .shop-button-group .shop-button-item {
		margin-right: 5px;
	}

}



@media only screen and (max-width: 1199px) {
	.header_1 .header-action-area .search-content-wrap {
		margin-right: 8px;
	}

	.header_1 .header-action-area .shop-button-group .shop-button-item {
		margin-right: 0;
	}

	.header_1 .header-action-area .shop-button-group .shop-button-item .shop-button .icon,
	.header_1 .header-action-area .search-content-wrap .btn-search {
		font-size: 19px;
	}

	.header_1__header-navigation-area {
		margin-right: 0;
	}

}



@media only screen and (max-width: 992px) {
	.header_1 .responsive-header {
		display: block;
		top: 69px;
	}
}



.header_1 .responsive-header .responsive-search-content {
	display: none;
}

.header_1 .responsive-header.sticky .header-item .btn-search {
	display: block;
}



.header_1 .responsive-header.sticky {
	top: 0;
}

@media only screen and (max-width: 991px) {
	.header_1 .responsive-header {
		display: block;
		top: 58px;
	}
}

@media only screen and (max-width: 767px) {
	.header_1 .responsive-header {
		top: 95px;
	}
	.after-login .header_1 .responsive-header {
		top: 58px;
	}
}

@media only screen and (max-width: 576px) {
	.after-login .header_1 .responsive-header {
		top: 55px;
	}
}

@media only screen and (max-width: 480px) {
	.header_1 .responsive-header {
		top: 76px;
	}
	.after-login .header_1 .responsive-header {
		top: 0;
	}
}


.header_1 .responsive-header .header-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	z-index:1;
}

@media only screen and (max-width: 575px) {
	.header_1 .responsive-header .header-item {
		height: 70px;
	}

	.header-logo-area {
		width: 74px;
	}
}

.header_1 .responsive-header .header-item .btn-menu {
	color: #333333;
	font-size: 24px;
	height: 30px;
	line-height: 34px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.header_1 .responsive-header .header-item .btn-menu:hover {
	color: #2f76bc;
}

.header_1 .responsive-header .header-item .btn-search {
	background-color: transparent;
	border: none;
	color: #333333;
	font-size: 22px;
	margin-right: 6px;
	padding: 0;
	height: 30px;
	line-height: 35px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}


.header_1 .responsive-header .header-item .btn-search:hover {
	color: #2f76bc;
}



.header_1 .responsive-header .header-item .btn-user {
	background-color: transparent;
	border: none;
	color: #333333;
	font-size: 24px;
	padding: 0;
	height: 30px;
	line-height: 35px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.header_1 .responsive-header .header-item .btn-user:hover {
	color: #2f76bc;
}

.header_1 .responsive-header .header-item .btn-cart {
	background-color: transparent;
	border: none;
	color: #333333;
	font-size: 22px;
	padding: 0;
	height: 30px;
	line-height: 33px;
	margin-left: 5px;
	margin-right: 6px;
	position: relative;
	padding-right: 2px;
	display: inline-block;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

@media (max-width: 375px) {
	.header_1 .responsive-header .header-item .btn-cart,
	.header_1 .responsive-header .header-item .btn-search {
		font-size: 20px;
	}
}

@media (max-width: 350px) {
.header_1 .responsive-header .header-item .btn-search {
    margin-right: 3px;
}
}




.header_1 .responsive-header .header-item .btn-cart .item-count {
	background-color: #ffd900;
	color: #505050;
	position: absolute;
	top: -7px;
	left: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	letter-spacing: 0;
	font-weight: 900;
}


.header_1 .responsive-header .header-item .btn-cart:hover {
	color: #2f76bc;
}

.header_1 .responsive-header .responsive-search-content {
	margin-bottom: 12px;
}

.header_1 .responsive-header .responsive-search-content .form-input-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
}

.header_1 .responsive-header .responsive-search-content .form-input-item input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 5px 0 0 5px;
	border-right: 0;
	color: #1d1d1d;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	padding: 13px 138px 10px 20px;
	width: calc(100% - 60px);
}

@media only screen and (max-width: 575px) {
	.header_1 .responsive-header .responsive-search-content .form-input-item input {
		padding: 13px 108px 10px 20px;
	}
}

@media only screen and (max-width: 479.98px) {
	.header_1 .responsive-header .responsive-search-content .form-input-item input {
		padding: 13px 88px 10px 20px;
	}
}

.header_1 .responsive-header .responsive-search-content .form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
}

.header_1 .responsive-header .responsive-search-content .form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}

.header_1 .responsive-header .responsive-search-content .form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
}

.header_1 .responsive-header .responsive-search-content .form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
}

.header_1 .responsive-header .responsive-search-content .form-input-item .btn-src {
	background-color: #2f76bc;
	border: none;
	border-radius: 0 5px 5px 0;
	color: #fff;
	height: 46px;
	font-size: 21px;
	line-height: 46px;
	width: 60px;
}

.header_1 .responsive-header .responsive-search-content .form-input-item .btn-src i {
	line-height: 46px;
}

.header_1 .responsive-header .responsive-search-content .form-input-item .btn-src:hover {
	background-color: #1d1d1d;
}

.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie {
	position: absolute;
	right: 70px;
	top: 2px;
	display: inline-block;
	width: 150px;
	margin: 0;
	background: transparent;
}

@media only screen and (max-width: 575px) {
	.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie {
		right: 65px;
		width: 100px;
	}
}

@media only screen and (max-width: 479.98px) {
	.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie {
		right: 65px;
		width: 80px;
	}
}

.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #1d1d1d;
	border: 0;
	/*background: url("../img/demo/select-arrow-2.png");*/
	background: none;
	background-repeat: no-repeat;
	background-position: center right 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0 25px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	width: 150px;
}

@media only screen and (max-width: 575px) {
	.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select {
		width: 109px;
		right:8px;
		padding: 0;
	}
}

@media only screen and (max-width: 479.98px) {
	.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select {
		/*width: 80px;*/
		right: 18px;
	}
}

.header_1 .responsive-header .responsive-search-content .form-input-item .search-categorie .form-select option {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.popup-product-quickview {
	background-color: #fff;
	height: 100%;
	left: 50%;
	max-width: 900px;
	max-height: 615px;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	position: fixed;
	padding: 30px 15px 0 15px;
	top: 50%;
	width: 100%;
	visibility: hidden;
	z-index: 9999;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
	.popup-product-quickview {
		max-width: none;
		width: 100%;
	}
}

.popup-product-quickview.active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 991px) {
	.popup-product-quickview .product_1__product-single-item .social-sharing {
		margin-bottom: 30px;
	}
}



.header_1~.off-canvas-wrapper {
	position: fixed;
	left: -100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	height: 100vh;
	width: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	z-index: 999;
}

.header_1~.off-canvas-wrapper.active {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	left: 0;
}

.header_1~.off-canvas-wrapper.active .off-canvas-inner {
	-webkit-transform: none;
	transform: none;
}

.header_1~.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.header_1~.off-canvas-wrapper.active .btn-close {
	display: block;
}

.header_1~.off-canvas-wrapper.active .off-canvas-overlay {
	opacity: 1;
	visibility: visible;
}

.header_1~.off-canvas-wrapper .off-canvas-overlay {
	background-color: rgba(15, 15, 15, 0.5);
	/*cursor: url("../img/icons/cancel-white.png"), auto;*/
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.header_1~.off-canvas-wrapper .btn-menu-close {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #333333;
	opacity: 1;
	border-radius: 0;
	color: #fff;
	background-image: none;
	padding: 0 20px;
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	border: none;
	position: relative;
}

.header_1~.off-canvas-wrapper .btn-menu-close i {
	position: absolute;
	height: 40px;
	line-height: 40px;
	right: 18px;
}

.header_1~.off-canvas-wrapper .off-canvas-inner {
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 100vh;
	width: 100%;
	z-index: 3;
}

.header_1~.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
	background-color: #fff;
	height: 100%;
	padding: 0;
	position: relative;
	overflow-y: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	width: 350px;
	z-index: 9;
}

@media only screen and (max-width: 575px) {
	.header_1~.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
		width: 310px;
	}
}

.header_1~.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
	margin: 0;
	padding: 0;
}

.header_1~.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
	margin-bottom: 0;
}

.fix {
	overflow: hidden;
}


/*/////////////////header社群按鈕/////////////////*/

.header_1__img {
	position: relative;
	top: 2px;
}

.header_1__img-inner {
	width: 16px;
}

.header_1__img-inner.normal {
	display: block;
}

.header_1__img-inner.hover {
	display: none;
}

.header_1__img:hover .header-top__img-inner.normal {
	display: none;
}

.header_1__img:hover .header-top__img-inner.hover {
	display: block;
}


.btn-search:hover>span {
	color: #3076bc;
}

.header_1__text {
	letter-spacing: 0.15em;
	margin-bottom:0;
}


.header_1 .contact-info__icon {
	width: 33px;
	margin-right: 15px;
}

.header_1 .logo-main {
	transition: 0.3s;
}

.header_1 .logo-main:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 991px) {
	.header_1__wrap {
		justify-content: space-between;
	}

	.header_1__social {
		margin-right: 0;
	}

	.header_1__social:after {
		content: none;
	}

	.header_1__social-link {
		margin: 0 2px;
	}
}

/*.row>* {
    width: auto;
    max-width: initial;
}*/

/*/////////////////header logo/////////////////*/

.page-header-slogan {
	font-size: 16px;
	font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
	line-height: 20px;
	padding-top: 5px;
}

.page-header-slogan span {
	display: block;
	line-height: 10px;
	-webkit-transform: skewX(-7.5deg);
	-moz-transform: skewX(-7.5deg);
	-o-transform: skewX(-7.5deg);
	-ms-transform: skewX(-7.5deg);
	transform: skewX(-7.5deg);
	letter-spacing: 0;
}

.page-header-slogan span big {
	font-size: 38px;
	font-weight: 600;
	position: relative;
	top: -2px;
	left: 15px;
	letter-spacing: 0;
}

.page-header-slogan span big:before {
	content: '的';
	position: absolute;
	left: -17px;
	top: 17px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #505050;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}

.page-header-slogan span big:after {
	content: 'EXPERTS';
	opacity: 0.35;
}

@media (max-width: 1199px) {
	.page-header-slogan span big:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-header-slogan span {
		display: none;
	}
}



.page-header-top {
	padding: 10px 0 10px;
	color: #505050;
	position: relative;
	display: flex;
}

@media (min-width: 768px) {
	.page-header-top>.container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 1199px) {
	.page-header-menu>.container {
		width: 100vw;
		padding: 0;
	}
}

@media (max-width: 991px) {
	.page-header-top>.container {
		width: 100vw;
	}
}

.page-header-top>.container>*:last-child {
	margin-left: auto;
	margin-right: 0;
}

.page-header-top>.container>*:first-child {
	margin-right: auto;
	margin-left: 0;
}

.page-header-top .logo {
	/* max-width: 230px; */
	/* max-height: 80px; */
	position: relative;
	transition: .3s;
}

/* .page-header-top .logo:hover {
	opacity: 0.7;
} */

.page-header-top .logo .shine {
	position: absolute;
	top: -30%;
	left: 6%;
	pointer-events: none;
}

.page-header-top .logo .official-logo {
	max-width: 310px;
}

.page-header-top .logo .goto-logo {
	max-width: 80px;
}

@media (max-width: 991px) {
	/* .page-header-top .logo {
		max-width: 160px;
		min-width: 160px;
	} */

	.page-header-top .logo .official-logo {
		max-width: 280px;
	}

	.page-header-top .logo .goto-logo {
		max-width: 70px;
	}
}

@media (max-width: 767px) {
	.page-header-top {
		padding: 20px 0;
	}

	.page-header-top:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 49px;
		/*background-color: #505050;*/
	}

	.page-header-top .shine {
		display: none;
	}

	.page-header-top .logo .official-logo {
		max-width: 230px;
	}

	.page-header-top .logo .goto-logo {
		max-width: 60px;
	}
}

@media (max-width: 575px) {
	.page-header-top .logo {
		/* max-width: initial;
		min-width: 125px; */
		transform: translate(-16px, 0);
	}

	.page-header-top .logo .official-logo {
		min-width: 160px;
	}

	.page-header-top .logo .goto-logo {
		min-width: 45px;
	}
}

/* @media (max-width: 375px) {
	.page-header-top .logo {
		max-width: 148px;
		min-width: 148px;
		transform: translate(-16px, 0);
	}
} */


.page-header-top-middle {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	/*margin-right: 25px;*/
}

@media (max-width: 991px) {
	.page-header-top-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.page-header-top-middle {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-right: 15px;
	}
}

.page-header-top-middle>* {
	margin: 0 22px;
}

@media (max-width: 991px) {
	.page-header-top-middle>* {
		margin: 5px 10px;
	}
}

@media (max-width: 767px) {
	.page-header-top-middle>* {
		margin: 5px 0;
	}
}

.page-header .logo img {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.page-header .logo img {
		height: 80px;
	}
}

@media (max-width: 767px) {
	.page-header .logo {
		min-width: 100%;
		margin-top: 60px;
		margin-bottom: 10px;
		padding-right: 65px;
	}

	.page-header .logo img {
		max-width: 160px;
		min-width: 160px;
	}
}

/*/////////////////行動呼籲按鈕/////////////////*/

.header-call__outer {
	display: flex;
	align-items: center;
}

.header-call {
	background-color: #505050;
	border-radius: 15px;
	/* width: 200px; */
	height: 64px;
	text-align: center;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	transition: .3s;
}

.header-call:hover {
	background-color: #333333;
}

.header-call i {
	font-size: 22px;
	color: #ffd900;
	margin-bottom: inherit;
	margin-right: 7px;
	width: 28px;
}


.header-call__wrap:first-child {
	border-left: none;
	margin-right: 8px;
}


.header-call p {
	color: #ffffff;
	line-height: 1.5;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	transition: .3s;
}



@media(max-width: 1399px) {
	.header-call__outer {
		justify-content: center;
	}
}


@media only screen and (max-width: 480px) {
	.header_1__text,
	.after-login .header_1__header-top {
		display: none;
	}

	.header-action-area {
		display: block!important;
	}

	.header-action-area {
		justify-content: center;
	}


	.header_1__header-top {
		background: #505050;
		height: 76px;
	}


	.header-call p {
		color: #ffffff;
		line-height: 1.5;
		font-size: 16px;
		letter-spacing: 1px;
		text-align: left;
		font-weight: 500;
	}

	.header-call {
		background-color: transparent;
		border-radius: 20px;
		width: inherit;
		height: 56px;
		text-align: center;
		padding: 10px 15px 10px;
		display: flex;
		align-items: center;
		transition: .3s;
	}

	.header-call__wrap {
		border-left: 1px dashed #ffffff;

	}

	.header-call:hover {
		background-color: inherit;
	}


	.header-call__wrap:first-child .header-call {
		padding-left: 0;
		padding-right:10px;
	}


	.header-call__wrap:first-child{
		margin-right: 0;
	}


	.header-call__wrap:last-child .header-call {
		padding-right: 0;
	}

	.header-call:hover p {
		color: #ffd900;
	}

}


@media only screen and (max-width: 375px) {
	.header-call p {
		font-size: 14px;
	}

	.header-call i {
		font-size: 20px;
	}
}

/*/////////////////night-select/////////////////*/


.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #2f76bc;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 34px 8px 20px;
}

.nice-select .current {
  font-size: 16px;
  color: #2f76bc;
}

.nice-select:hover {}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #2f76bc;
  border-right: 2px solid #2f76bc;
  content: '';
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 7px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
	max-height: 300px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px rgba(0, 0, 0, 0.10);
  font-size: 16px;
  color: #505050;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgb(50 153 255 / 10%);
}

.nice-select .option:hover {}

.nice-select .option.selected {}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


.search-categorie .nice-select .current {
    color: #505050;
}

/*
-----------------------------------------------------------------------
	footer_1
-----------------------------------------------------------------------
*/


.footer__pic{
	width:100%;
	margin-bottom:-1px;
}



/*/////////////////聯絡資訊/////////////////*/



.footer-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	gap: 16px;
	padding: 10px 39px 24px 39px;
	border: 1px solid #505050;
	border-radius: 16px;
}

.footer-box__logo{
	transition:.3s;
}

.footer-box__logo:hover{
	opacity:.7;
}


.footer-box__text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex-basis: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
}

.footer-box__line {
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: .5px;
	background-color: #505050;
}

.footer-box__footer-media {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
	gap: 10px;
	position: relative;
}

.footer-box__follow-us {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex-basis: auto;
	position: relative;
	width: 67px;
	height: 28px;
	color: #505050;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
	z-index: 948;
}

.footer-box__social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
	gap: 100px;
	position: relative;
	width: 42px;
	height: 42px;
	background: #505050;
	z-index: 949;
	border-radius: 100px;
}


.footer-box__social-media.line {
	background-color: #00a440;
}

.footer-box__social-media.facebook {
	background-color: #1c65cd;
}

.footer-box__social-media.instagram {
	background-color: #aa3a00;
}

.footer-box__social-media.youtube {
	background-color: #cd0100;
}

.footer-box__social-media.tiktok {
	background-color: #000000;
}
.footer-box__social-media.recruit:hover {
	filter: saturate(0.5);
}


.footer-box__social-media.line:hover {
	background-color: #00742d;
}

.footer-box__social-media.facebook:hover {
	background-color: #174d99;
}

.footer-box__social-media.instagram:hover {
	background-color: #842f02;
}

.footer-box__social-media.youtube:hover {
	background-color: #9a0101;
}

.footer-box__social-media.tiktok:hover {
	background-color: #000000;
}


.footer-box__social-icon {
	color: #ffffff;
	font-size: 20px;
}



.footer-link{

}

.footer-link__link-icon {
	margin-right: 4px;
}

.footer-link__title {
	position: relative;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.footer-link__title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background-color: #2F76BC;
}

.footer-link__list {

}

.footer-link__item {

}

.footer-link__link {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 175%;
	letter-spacing: 1px;
	margin-bottom: 1px;
	display: block;
}

.footer-link__link:hover{
	color:#2f76bc;
}


.footer-bottom {
	position: relative;
	padding: 26px 15px 22px;
	background: #505050;
	overflow: hidden;
}

.copyrights {
	flex-shrink: 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	letter-spacing: 1px;
}

.copyrights-text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	text-align: center;
	letter-spacing: 1px;
}

.bondlink {
	position: relative;
	color: #ffd900;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	text-align: center;
	letter-spacing: 1px;
}

.copyrights-text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 175%;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}

@media (max-width: 1400px) {
	.footer-box {
		gap: 10px;
		padding: 15px 39px 15px 39px;
	}

	.footer-box__social-media {
		width: 35px;
		height: 35px;
	}

	.footer-box__logo {
		width: 191px;
	}
	.footer-bottom {
		margin-top: 10px;
		padding: 14px 15px 13px;
	}
}
@media (max-width:1199px) {
	.footer__pic {
		position: absolute;
		width: auto;
		max-width: 100%;
		bottom: 0;
		transform: translate(0, 11px);
	}
}


@media (max-width:991px) {

	.footer__pic {
		bottom: 0;
		transform: translate(-16px, 10px);
	}

	.footer-box {
		padding: 15px 20px 15px 20px;
	}


}

@media (max-width:767px) {

	.footer__pic {
		display: none;
	}

	.footer-link {
		text-align: center;
	}

	.footer-link__title:after {
		left: 50%;
		transform: translate(-50%, 0);
	}

	.footer-link__outer {
		order: 1;
	}

	.footer-link__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	ul li.footer-link__item {
		margin-right: 10px;
	}

	.fixed-bar {
		bottom: 0;
		z-index: 999;
	}

	.footer-link__title {
		display: none;
	}

	.footer-link__title:after {
		content: none;
	}

	.footer-box {
		border: none;
		padding: 15px 0 15px 0;
	}

	.footer-bottom {
		margin-top: 0;
	}

	.footer-link__outer {
		background-color: #dcdcdc;
		padding: 6px 5px;
	}

	.footer-link__link {
		padding: 1px 4px;
	}

	.footer-link__link-icon:before {
		content: none;
	}

}



@media (max-width:375px) {
	ul li.footer-link__item {
		margin-right: 6px;
	}
}







/*/////////////////scroll-to-top/////////////////*/

.footer_1__scroll-to-top {
	-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
	bottom: -60px;
	background-color: #2f76bc;
	color: #fff;
	position: fixed;
	right: 49px;
	display: block;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 999;
}

.footer_1__scroll-to-top:hover {
	background-color: #333333;
}

@media only screen and (max-width: 991px) {
	.footer_1__scroll-to-top {
		font-size: 14px;
		line-height: 44px;
		width: 40px;
		height: 40px;
	}
}

.footer_1__scroll-to-top.show {
	visibility: visible;
	opacity: 1;
	bottom: 30px;
}



/*
-----------------------------------------------------------------------
	breadcrumb_1
-----------------------------------------------------------------------
*/


.breadcrumb_1 {
	padding: 85px 0 74px;
	background: rgba(247, 247, 247, 0.98);
	background-size: cover;
	background-position: center;
}


.breadcrumb_1__list li a,
.breadcrumb_1__breadcrumb-sep i {
	color: #999999;
}


.breadcrumb_1__list li {
	text-shadow: none;
	font-weight: 400;
	color: #555555;
	font-size: 15px;
}

.breadcrumb_1__title {
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.1;
}

.breadcrumb_1__inner {
	margin-bottom: 0;
}

.breadcrumb_1__list {
	background-color: transparent;
	display: block;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb_1__list li {
	color: #e7af94;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	position: relative;
	text-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
}

.breadcrumb_1__list li a {
	color: #ffffff;
}

.breadcrumb_1__list li a:hover {
	color: #2f76bc;
}

.breadcrumb_1__breadcrumb-sep {
	font-size: 14px;
	color: #ffffff;
	margin: 0 10px;
	vertical-align: -1px;
}

.breadcrumb_1__breadcrumb-sep i {
	position: relative;
	top: -2px;
}


@media only screen and (max-width: 1199px) {
	.breadcrumb_1__list li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.breadcrumb_1 {
		margin-top: 92px;
	}
}
@media only screen and (max-width: 575px) {
	.breadcrumb_1 {
		margin-top: 74px;
	}	

	.for-mobile-size {
		margin-top: -12px;
		padding: 0 32px;
	}

  .for-mobile-size small,
  .for-mobile-size p,
  .for-mobile-size span,
  .for-mobile-size strong {
    font-size: 12px !important;
  }

	.for-mobile-size p {
		margin-bottom: 8px;
	}
}










