@charset "UTF-8";
/* ====================== */
/* 分頁按鈕 pagination     */
/* ====================== */
.nav__layer2-name:after,
.nav__layer3-name:after, .breadcrumb__item:before {
	font-family: 'icomoon';
}

.breadcrumb {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.nav__layer2 {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.page__row--cable:after {
	content: '';
	width: 100px;
	height: 24px;
	background-image: url("../../images/icon-cable_line.svg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100px 12px;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

.wrapper--fluid {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapper--xxl {
	max-width: 1700px;
}

@media only screen and (max-width: 1740px) {
	.wrapper--xxl {
		padding: 0 20px;
	}
}

.wrapper--container {
	max-width: 1560px;
}

@media only screen and (max-width: 1620px) {
	.wrapper--container {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1320px) {
	.wrapper {
		padding: 0 20px;
	}
}

.wrapper--lg {
	max-width: 1024px;
}

@media only screen and (max-width: 1044px) {
	.wrapper--lg {
		padding: 0 10px;
	}
}

.wrapper--md {
	max-width: 768px;
}

@media only screen and (max-width: 788px) {
	.wrapper--md {
		padding: 0 10px;
	}
}

.wrapper--sm {
	max-width: 480px;
}

@media only screen and (max-width: 500px) {
	.wrapper--sm {
		padding: 0 10px;
	}
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.edit {
	max-width: 100%;
	overflow: hidden;
	line-height: 1.75;
}

.edit ul {
	list-style-type: decimal;
}

.edit img{
	max-width: 100%;
	height: auto;
}
.edit iframe {
	max-width: 100%;
	max-height: 100%;
}


.edit .service-item:not(:last-child) {
	margin-bottom: 40px;
}

.edit .list-li {
	list-style: none;
}

.edit .list-li li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.5rem;
}

.edit .list-li li::before {
	content: "\25E6";
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.5rem;
	color: red;
}

.edit table {
	width: 100%;
	max-width: 100%;
	overflow: auto;
	margin: 1em auto;
	background-color: #ffffff;
	border-left: 1px #e5e5e5 solid;
	word-break: keep-all;
}

@media only screen and (max-width: 768px) {
	.edit table {
		display: block;
		width: 100% !important;
		height: auto !important;
		white-space: nowrap;
	}
}

.edit table th, .edit table td {
	padding: 8px;
	border-bottom: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	text-align: center;
}

.edit table th {
	width: 50%;
	padding: 10px;
	background-color: #e85f82;
	color: #FFF;
	font-weight: 400;
	text-align: center;
}

.edit table tr:nth-child(odd) {
	background-color: #f1f1f1;
}

.edit table td.alt {
	text-align: left;
}

.edit table th.th_bg1 {
	background-color: #f19ca5;
}

.a-cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
}

picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

picture img {
	width: 100%;
	height: auto;
}

.red {
	color: #ed1c2e;
}

@media only screen and (min-width: 768px) {
	.break {
		display: block;
	}
}

.center {
	text-align: center;
}

.text-small {
	font-size: 13px;
}

/*IE 滿版背景圖晃動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
		overflow: hidden;
		height: 100%;
	}
	body {
		overflow: auto;
		height: 100%;
	}
}

.header {
	position: relative;
	z-index: 200;
}

.header__top {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 90px;
}

@media only screen and (max-width: 1280px) {
	.header__top {
		height: 50px;
	}
}

.header__right {
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 1700px) {
	.header__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 50px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	.header__right {
		display: inherit;
		padding: 0;
		height: auto;
		position: fixed;
		top: inherit;
		right: 2px;
		bottom: 240px;
		margin: 0;
	}
}

@media only screen and (max-width: 480px) {
	.header__right {
		bottom: 140px;
	}
}

.logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	overflow: hidden;
	padding-left: 2.5%;
}

@media only screen and (max-width: 1280px) {
	.logo {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.logo {
		padding-left: 5px;
	}
}

.logo__img {
	height: 45px;
	max-width: 450px;
}

@media only screen and (max-width: 1700px) {
	.logo__img {
		height: 40px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	.logo__img {
		height: 30px;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.logo__img {
		height: 25px;
		padding-left: 10px;
	}
}
@media only screen and (max-width:768px) {
	.logo__img {
		height: 20px;
		padding-left: 5px;
	}
}

.logo__img img {
	display: block;
	height: 100%;
}


.logo h1 {
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.header__language {
	position: absolute;
	top: 45px;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 160px;
	margin-right: 10px;
	color: #000;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header__language-btn {
	width: 33px;
	height: 33px;
	text-align: center;
	margin: auto;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.header__language-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__language-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 5px;
}

.header__language-item:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #999;
}

@media only screen and (max-width: 1700px) {
	.header__language {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

@media only screen and (max-width: 1280px) {
	.header__language {
		width: auto;
		height: auto;
		border-radius: 50px;
	}
	.header__language.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 5px;
		background-color: #f1f1f1;
	}
	.header__language-box {
		display: none;
	}
	.header__language-box.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__language-btn {
		cursor: pointer;
	}
}

@media only screen and (max-width: 768px) {
	.header__language {
		margin-right: 0;
		top: -40px;
		right: -40px;
	}
	.header__language-btn {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 2.063rem;
	}
}

.header__search {
	position: absolute;
	top: 90px;
	right: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 200px;
	height: 60px;
}

@media only screen and (min-width: 1701px) {
	.header__search input:-webkit-autofill,
	.header__search input:-webkit-autofill:hover,
	.header__search input:-webkit-autofill:focus,
	.header__search input:-webkit-autofill:active {
		-webkit-text-fill-color: #fff;
		-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
		-webkit-transition: background-color 5000s ease-in-out 0s;
		transition: background-color 5000s ease-in-out 0s;
	}
}

@media only screen and (max-width: 1700px) {
	.header__search {
		position: relative;
		top: auto;
		right: auto;
		height: 50px;
	}
	.header__search input:-webkit-autofill,
	.header__search input:-webkit-autofill:hover,
	.header__search input:-webkit-autofill:focus,
	.header__search input:-webkit-autofill:active {
		-webkit-text-fill-color: #333;
		-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
		-webkit-transition: background-color 5000s ease-in-out 0s;
		transition: background-color 5000s ease-in-out 0s;
	}
}

@media only screen and (max-width: 768px) {
	.header__search {
		width: auto;
	}
}

.header__search::after {
	content: '';
	position: fixed;
	top: 5px;
	right: 32px;
	z-index: -1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(77, 91, 104, 0.5);
	-webkit-transform: translate(-50%, -50%) scale(0);
	    -ms-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header__search--on {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 600;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

.header__search--on::after {
	background-color: #4d5b68;
	-webkit-transform: translate(-50%, -50%) scale(200);
	    -ms-transform: translate(-50%, -50%) scale(200);
	        transform: translate(-50%, -50%) scale(200);
	-webkit-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 800ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header__search-icon {
	display: none;
	width: 50px;
	height: 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	border-radius: 50em;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 3.125rem;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.header__search-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 3.188rem;
		color: #000;
	}
}

.header__search-icon .icon-search {
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: auto;
	border-radius: 50em;
	background: #fff;
}

.header__search-icon .icon-x {
	color: #fff;
}

.header__search-form {
	position: relative;
	width: 100%;
	margin: 10px;
}

@media only screen and (max-width: 1700px) {
	.header__search-form {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.header__search-form {
		display: none;
	}
}

.header__search-form--on {
	display: block;
	width: 100%;
}

.header__search-btn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
}

.header__search-btn:hover {
	color: #c20e1a;
}

@media only screen and (max-width: 1700px) {
	.header__search-btn {
		color: #333;
	}
}

@media only screen and (max-width: 768px) {
	.header__search-btn {
		left: auto;
		right: 0;
		width: 50px;
		height: 60px;
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 3.188rem;
	}
}

.header__search-input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	padding-left: 50px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 2.5rem;
	color: #fff;
	letter-spacing: 0.0625em;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__search-input::-webkit-input-placeholder {
	color: #333;
}

.header__search-input::-moz-placeholder {
	color: #333;
}

.header__search-input:-ms-input-placeholder {
	color: #333;
}

.header__search-input::-ms-input-placeholder {
	color: #333;
}

.header__search-input::placeholder {
	color: #333;
}

.header__search-input:focus::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.header__search-input:focus::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.header__search-input:focus:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.header__search-input:focus::-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.header__search-input:focus::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

@media only screen and (max-width: 1700px) {
	.header__search-input {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2.5rem;
		color: #333;
	}
}

@media only screen and (max-width: 768px) {
	.header__search-input {
		height: 60px;
		padding: 5px 40px 5px 25px;
		line-height: 50px;
		background-color: #fff;
		border-radius: 30px;
	}
}

.header__search-input::-webkit-input-placeholder {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header__search-input::-moz-placeholder {
	color: #fff;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header__search-input:-ms-input-placeholder {
	color: #fff;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header__search-input::-ms-input-placeholder {
	color: #fff;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header__search-input::placeholder {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1700px) {
	.header__search-input::-webkit-input-placeholder {
		color: #333;
	}
	.header__search-input::-moz-placeholder {
		color: #333;
	}
	.header__search-input:-ms-input-placeholder {
		color: #333;
	}
	.header__search-input::-ms-input-placeholder {
		color: #333;
	}
	.header__search-input::placeholder {
		color: #333;
	}
}

.header__search-input:focus::-webkit-input-placeholder, .header__search-input:hover::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.header__search-input:focus::-moz-placeholder, .header__search-input:hover::-moz-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.header__search-input:focus:-ms-input-placeholder, .header__search-input:hover:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.header__search-input:focus::-ms-input-placeholder, .header__search-input:hover::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.header__search-input:focus::placeholder, .header__search-input:hover::placeholder {
	color: rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 1700px) {
	.header__search-input:focus::-webkit-input-placeholder, .header__search-input:hover::-webkit-input-placeholder {
		olor: rgba(51, 51, 51, 0.25);
	}
	.header__search-input:focus::-moz-placeholder, .header__search-input:hover::-moz-placeholder {
		olor: rgba(51, 51, 51, 0.25);
	}
	.header__search-input:focus:-ms-input-placeholder, .header__search-input:hover:-ms-input-placeholder {
		olor: rgba(51, 51, 51, 0.25);
	}
	.header__search-input:focus::-ms-input-placeholder, .header__search-input:hover::-ms-input-placeholder {
		olor: rgba(51, 51, 51, 0.25);
	}
	.header__search-input:focus::placeholder, .header__search-input:hover::placeholder {
		olor: rgba(51, 51, 51, 0.25);
	}
}

.nav__box {
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #4d5b68;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav__box.nav__box--on {
	right: 0;
}

@media only screen and (max-width: 1280px) {
	.nav__box {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 300;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		width: 100%;
		max-width: 460px;
		height: 100vh;
		padding: 50px 20px 100px;
		padding-top: 50px;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
}

.nav__sub {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
	margin-top: -65px;
	margin-bottom: calc(65px - 40px);
}

.nav__sub a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 20px;
	padding: 5px 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.nav__sub a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 0;
	border-bottom: 3px solid #c20e1a;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.nav__sub a:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1700px) {
	.nav__sub {
		max-width: 1700px;
		margin-top: -40px;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 1280px) {
	.nav__sub {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		margin: 0;
		padding: 20px 0;
		background-color: #4d5b68;
	}
	.nav__sub li {
		position: relative;
		width: 100%;
	}
	.nav__sub li > a {
		color: #fff;
	}
	.nav__sub a {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin: 0;
		padding: 10px 20px;
	}
	.nav__sub a::after {
		border: 0;
	}
}

@media only screen and (max-width: 1280px) {
	.nav__sub li > a {
		height: 40px;
	}
}

.nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	height: 60px;
}

@media only screen and (max-width: 1280px) {
	.nav {
		max-width: 1700px;
	}
}

@media only screen and (max-width: 1280px) {
	.nav {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: auto;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}
}

.nav__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 14.28571%;
}

@media only screen and (max-width: 1280px) {
	.nav__item {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 1281px) {
	.nav__item:hover .nav__name:before {
		visibility: visible;
		height: 60px;
	}
}

.nav__name {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	overflow: hidden;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5rem;
	color: #fff;
}

.nav__name span {
	position: relative;
	color: #fff;
}

.nav__name:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	background-color: #c20e1a;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav__layer2 {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	min-width: 100%;
	background-color: #fff;
}

.nav__layer2--on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__layer2-item {
	position: relative;
	width: 100%;
	font-size: 17px;
	font-size: 1.063rem;
	line-height: 1.625rem;
}

.nav__layer2-name,
.nav__layer3-name {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 40px 15px 20px;
	white-space: nowrap;
}

.nav__layer2-name:hover,
.nav__layer3-name:hover {
	background-color: #f8f8f8;
}

.nav__layer2-name:hover:after,
.nav__layer3-name:hover:after {
	color: #212529;
}

.nav__layer2-name:after,
.nav__layer3-name:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #e9ecef;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav__layer3 a {
	padding: 6px 20px;
	background-color: #fff;
	color: #343a40;
}

.nav__btn,
.nav__btn2 {
	display: none;
}

.nav__btn i:before,
.nav__btn2 i:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -2px;
}

@media only screen and (min-width: 1281px) {
	.open-row {
		position: static;
	}
}

.open-row .nav__layer2 {
	width: 100%;
	padding: 0 10px;
}

.open-row .nav__layer2-item {
	width: 25%;
	padding: 15px;
}

.open-row .nav__layer2-name {
	position: relative;
	padding: 10px 40px 30px 20px;
	background-image: url("../../images/icon-cable.svg");
	background-position: 5px 44px;
	background-repeat: no-repeat;
	background-size: 60px 12px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.open-row .nav__layer2-name:before {
	content: '';
	position: absolute;
	top: 48px;
	left: 60px;
	width: calc(100% - 65px);
	height: 4px;
	background-color: #ff5f5f;
	border-radius: 3px;
}

.open-row .nav__layer2-name:after {
	content: '\e903';
	position: absolute;
	top: 25px;
	right: 10px;
	border-radius: 5px;
	font-family: 'icomoon';
	color: #ff5f5f;
}

.open-row .nav__layer2-name:hover:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media only screen and (max-width: 1280px) {
	.nav__name {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: 40px;
		padding: 10px 20px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.nav__layer2 {
		position: relative;
		top: 0;
		width: 100%;
		padding: 5px 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.nav__layer2-name,
	.nav__layer3-name {
		padding: 5px 20px;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
	.nav__layer2-name:after,
	.nav__layer3-name:after {
		display: none;
	}
	.nav__layer3 {
		display: none;
		padding: 10px 10px 20px;
	}
	.nav__layer3 a {
		position: relative;
		width: 100%;
		border-bottom: 1px solid #e9ecef;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75rem;
	}
	.open-row .nav__layer2 {
		min-height: auto;
		padding: 0;
	}
	.open-row .nav__layer2-item {
		width: 100%;
		padding: 0;
	}
	.open-row .nav__layer2--on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	.open-row .nav__layer2-name {
		padding: 10px 40px 10px 20px;
		background-image: none;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
	.open-row .nav__layer2-name:before {
		opacity: .4;
		top: 0;
		left: 0;
		width: 8px;
		height: 100%;
		border-radius: 0;
		-webkit-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.open-row .nav__layer2-name--on:before {
		opacity: 0.1;
		width: 100%;
	}
	.open-row .nav__layer3--on {
		display: block;
	}
	.nav__btn,
	.nav__btn2 {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 80px;
		height: 40px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2.5rem;
		color: #fff;
		cursor: pointer;
	}
	.nav__btn i,
	.nav__btn2 i {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.nav__btn2 {
		height: 46px;
		color: #000;
	}
	.nav__btn--on {
		color: #000;
		background-color: #fff;
	}
	.nav__btn--on i {
		-webkit-transform: rotate(270deg);
		    -ms-transform: rotate(270deg);
		        transform: rotate(270deg);
	}
	.nav__btn2--on i {
		-webkit-transform: rotate(270deg);
		    -ms-transform: rotate(270deg);
		        transform: rotate(270deg);
	}
}

.hamburger {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 500;
	width: 40px;
	height: 50px;
	background-color: #000;
	cursor: pointer;
}

@media only screen and (max-width: 1280px) {
	.hamburger {
		display: block;
	}
}

.hamburger span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hamburger span:nth-child(2) {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.hamburger span:nth-child(3) {
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
}

.hamburger--on span:nth-child(1) {
	opacity: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.hamburger--on span:nth-child(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	    -ms-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}

.hamburger--on span:nth-child(3) {
	-webkit-transform: translateY(0) rotate(-45deg);
	    -ms-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}

.footer__seo {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-width: 1px 0;
	background: #f8f8f8;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.5rem;
	color: #6c757d;
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px;
}

@media only screen and (max-width: 480px) {
	.footer__content {
		padding: 20px 10px;
	}
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% - 360px);
	padding: 60px 0;
	padding-right: 10%;
}

@media only screen and (max-width: 1280px) {
	.footer__nav {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.footer__nav {
		width: 100%;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	.footer__nav {
		max-width: 350px;
		margin: auto;
		padding: 0;
	}
}

.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.footer__nav-list:not(:last-child) {
	margin-right: 3%;
}

@media only screen and (max-width: 768px) {
	.footer__nav-list {
		display: inline-block;
		-webkit-box-flex: 47%;
		    -ms-flex: 47%;
		        flex: 47%;
		padding: 10px;
	}
}

.footer__nav-list li {
	width: 100%;
}

.footer__nav-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #000;
}

@media only screen and (max-width: 768px) {
	.footer__nav-list li a {
		font-size: 17px;
		font-size: 1.063rem;
		line-height: 1.75rem;
		padding: 2px 0;
	}
}

.footer__nav-list li a:hover {
	color: #c20e1a;
}

.footer__subnav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	margin-top: 3px;
}

.footer__subnav-list li a {
	position: relative;
	padding: 5px 0;
	padding-left: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625rem;
	color: #333;
}

@media only screen and (max-width: 480px) {
	.footer__subnav-list li a {
		padding: 1px 0;
		padding-left: 20px;
		font-size: 15px;
		font-size: 0.938rem;
		line-height: 1.5rem;
	}
}

.footer__subnav-list li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 2px;
	margin-top: 1px;
	background-color: #555;
}

.footer__subnav-list li a:hover::before {
	background-color: #ed1c2e;
}

.footer__subnav-list li a::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 2px;
	margin-top: 1px;
	background-color: #ed1c2e;
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.footer__subnav-list li a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(-270deg);
	    -ms-transform: translateY(-50%) rotate(-270deg);
	        transform: translateY(-50%) rotate(-270deg);
}

.footer__end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: 360px;
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	.footer__end {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
}

.footer__end li {
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 1024px) {
	.footer__end li {
		width: 100%;
		text-align: center;
	}
}

.footer__logo {
	margin: 20px 0 40px;
}

@media only screen and (max-width: 1024px) {
	.footer__logo {
		margin: 40px 0 20px;
	}
}

.footer__logo img {
	height: 40px;
}

@media only screen and (max-width: 1280px) {
	.footer__logo img {
		height: 36px;
	}
}

@media only screen and (max-width: 480px) {
	.footer__logo img {
		width: 100%;
		height: auto;
	}
}

.footer__tel a {
	font-family: "Titillium Web", serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 3.438rem;
	color: #ed1c2e;
}

.footer__add {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

.social-media-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 280px;
	margin: auto;
	background-color: #fff;
}

.social-media-icons li a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 5px 10px;
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.social-media-icons li a .fillColor {
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.social-media-icons li a:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.social-media-icons li a:hover .fillColor {
	fill: #333 !important;
}

.site-info {
	position: relative;
	width: 100%;
	padding-top: 20px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.313rem;
	text-align: center;
	color: #999;
}

.site-info a:link, .site-info a:visited {
	color: #999;
}

.site-info a:hover, .site-info a:active {
	color: #999;
}

.site-info::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
}

@media only screen and (max-width: 480px) {
	.site-info::before {
		top: 10px;
	}
}

.ework {
	display: inline-block;
	font-family: "Titillium Web", serif;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1.063rem;
	padding: 5px 5px 5px 25px;
	letter-spacing: 0;
}

.menu-float {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 0;
	text-align: right;
}

@media only screen and (max-width: 480px) {
	.menu-float {
		bottom: 5px;
	}
}

.menu-float .old-homes {
	border-right: 5px solid #db3331;
}

@media only screen and (max-width: 480px) {
	.menu-float .old-homes {
		border-right: none;
		margin-right: 19px;
	}
}

.menu-float .old-homes span {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #db3331;
}

@media only screen and (max-width: 1280px) {
	.menu-float .old-homes span {
		display: none;
	}
}

.menu-float .old-homes i {
	margin-right: 2px;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 5.313rem;
	color: #db3331;
}

@media only screen and (max-width: 1280px) {
	.menu-float .old-homes i {
		margin-right: 0;
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 4.25rem;
	}
}

@media only screen and (max-width: 480px) {
	.menu-float .old-homes i {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 3.188rem;
	}
}

.menu-float .pagetop {
	border-right: 5px solid #f97d55;
}

@media only screen and (max-width: 480px) {
	.menu-float .pagetop {
		width: 30px;
		height: 45px;
		overflow: hidden;
	}
	.menu-float .pagetop a {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
}

.menu-float__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 80px;
	padding: 5px;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 0.938rem;
	color: #f97d55;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
	.menu-float__item {
		overflow: hidden;
		margin-right: -10px;
		margin-left: -10px;
		padding: 0;
		height: inherit;
	}
}

.breadcrumb {
	width: 100%;
	padding: 2px 5px;
}

.breadcrumb__item {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.breadcrumb__item:before {
	content: "";
	padding: 0 5px;
	color: #adb5bd;
}

.breadcrumb__link {
	color: #adb5bd;
}

.breadcrumb__link:hover {
	color: #c20e1a;
}

.breadcrumb__item:first-child:before {
	display: none;
}

.share__wrap {
	position: absolute;
	top: 16px;
	right: 10px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 480px) {
	.share__wrap {
		position: fixed;
		top: 135px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.share__icon {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 32px;
	height: 32px;
	margin-right: 6px;
	background-color: #6c757d;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

@media only screen and (max-width: 480px) {
	.share__icon {
		margin-right: 0;
		margin-top: 6px;
	}
}

.share__icon:hover {
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.share__btn.active {
	background-color: transparent;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
	color: #495057;
}

.share__box {
	position: absolute;
	top: 0;
	right: 44px;
	z-index: 1;
	display: none;
	width: 160px;
	padding: 10px 15px 5px;
	border: 1px solid #dee2e6;
	background-color: #f8f8f8;
	border-radius: 16px;
}

.share__box.active {
	display: block;
}

@media only screen and (max-width: 480px) {
	.share__box {
		top: 44px;
		right: 2px;
	}
}

.share__item:not(:first-child) {
	border-top: 1px solid #dee2e6;
}

.share__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 3rem;
	color: #495057;
}

.share__text {
	padding-left: 12px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.5rem;
	letter-spacing: normal;
}

.over-tooltip {
	position: relative;
}

.over-tooltip__text {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 60px;
	padding: 5px 0;
	background-color: #495057;
	font-family: arial;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 0.875rem;
	color: #fff;
	letter-spacing: normal;
	text-align: center;
	border-radius: 12px;
}

@media only screen and (max-width: 480px) {
	.over-tooltip__text {
		display: none;
	}
}

.over-tooltip--top {
	bottom: 120%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.over-tooltip--top:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #495057;
}

.over-tooltip:hover .over-tooltip__text {
	visibility: visible;
}

.page--bg {
	background-color: #edf1f5;
}

.page__row--cable {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px 0;
}

.page__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px 0 20px;
	border-top: 1px solid #dee2e6;
}

.page__title {
	width: 100%;
	font-size: 48px;
	font-size: 3rem;
	line-height: 4.25rem;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.page__tip {
	width: 100%;
	font-size: 37px;
	font-size: 2.313rem;
	line-height: 3.563rem;
	color: #000;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.page__tip {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
}

.page__text {
	padding: 20px 0;
	color: #555;
	text-align: center;
}

.page__info {
	float: left;
	padding: 10px 5px 0 15px;
}

.page__info li {
	margin-left: 20px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #343a40;
	list-style: square;
}

.page__container {
	padding: 40px 0;
}

.page__content {
	width: calc(100% - 240px);
}

.page__nav {
	width: 240px;
}

.page__nav-btn {
	display: none;
	cursor: pointer;
}

.page__nav-title {
	position: relative;
	padding: 10px 10px 10px 40px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	font-weight: 500;
}

.page__nav-title::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 10px;
	width: 20px;
	height: 4px;
	background: #2664bf;
}

.page__nav-item {
	position: relative;
	padding: 10px 10px 10px 40px;
	border-top: 1px solid #dee2e6;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

.page__nav-item.active {
	background-color: #edf1f5;
}

.page__nav-item.active a {
	color: #2664bf;
}

.page__nav-item.active::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 16px;
	width: 8px;
	height: 8px;
	background: #2664bf;
	border-radius: 50%;
}

.page__nav-item:last-of-type {
	border-bottom: 1px solid #dee2e6;
}

@media only screen and (max-width: 1024px) {
	.page__row {
		padding: 35px 0 15px;
	}
	.page__title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3rem;
	}
	.page__container {
		padding: 20px 0 30px;
	}
	.page__content {
		width: 100%;
	}
	.page__nav {
		width: 100%;
	}
	.page__nav-list {
		width: 100%;
		padding: 0 10px;
		padding-bottom: 20px;
		text-align: center;
		-webkit-overflow-scrolling: touch;
	}
	.page__nav-title {
		display: none;
	}
	.page__nav-item {
		display: inline-block;
		margin: 5px 2px;
		padding: 5px 20px;
		border: 1px solid #dee2e6;
		font-size: 15px;
		font-size: 0.938rem;
		line-height: 1.5rem;
		border-radius: 50px;
	}
	.page__nav-item::before {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.page__container {
		padding: 0 0 30px;
	}
	.page__nav {
		position: relative;
	}
	.page__nav-btn {
		display: block;
		position: absolute;
		top: 0;
		right: -20px;
		z-index: 50;
		width: 40px;
		height: 100%;
		border-left: 1px solid #e9ecef;
		border-bottom: 1px solid #e9ecef;
		background: #fff;
		text-align: center;
	}
	.page__nav-btn i {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
	.page__nav-btn.active i:before {
		content: '\f106';
	}
	.page__nav-list {
		overflow: hidden;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		padding: 10px;
		border-bottom: 1px solid #e9ecef;
		overflow-x: scroll;
		white-space: nowrap;
		text-align: left;
	}
	.page__nav-list.active {
		padding-right: 40px;
		overflow-x: visible;
		white-space: normal;
	}
}

@media only screen and (max-width: 1280px) {
	.header__search-icon {
		display: none
	}
}

@media only screen and (max-width: 1280px) {
	.header__language-btn {
		display: none;
	}
}
@media only screen and (min-width: 1281px) {
	.nav__item.lang {
		display: none;
	}
}



