.header, .nav__item, .nav__name, .header__search-btn, .header__social-item, .Departure .btn {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.logo {
	width: 183px;
	height: 100%;
}

.nav__box {
 justify-content: flex-end;
}


.nav__name {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav__layer {
	max-height: calc(100vh - 55px);
	top: 82px;
}

.header__search {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.header__search-form {
	top: 55px;
}

.header__social-box {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.hamburger {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.header--fixed .nav__layer {
	max-height: calc(100vh - 70px);
}

.header--fixed .header__search-form {
	top: 70px;
}

.Departure {
	width: 160px;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.header {
	width: 100%;
	position: fixed;
	z-index: 12;
	top: 0;
    left: 0;
    height: 150px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.logo {
	-ms-flex-line-pack: center;
	    align-content: center;
}

.logo span {
	display: inline-block;
	color: #533B24;
	font-size: 24px;
	font-weight: 300;
	margin-left: 5px;
}

.logo__img {
	height: 100%;
	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;
}

.logo__img img {
	height: 100%;
	max-width: 183px;
	display: block;
}

.header--fixed {
	position: fixed;
	top: 0;
	z-index: 12;
	background-color: #fff;
}

.nav__box {
	display: flex;
    align-items: center;
    height: calc(100% - 42px);
}


.nav {
	width: 100%;
	justify-content: flex-end;
	height: 100%;
}

.nav__item {
	width: auto;
	padding: 0 10px;
	height: 100%;
	position: relative;
	font-size: 20px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
	justify-content: center;
}

.nav__item::after {
	content: '';
	width: 0;
	height: 5px;
	background-color: #00aec3;
	position: absolute;
	-webkit-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
}


.nav__item::after {
	bottom: 0;
}

.header-block{ width: calc(100% - 300px);  height: 100%;  padding-top: 25px;}
header .wrapper{ height: 100%; -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header-top{display: flex; align-items: center; justify-content: flex-end; }
.header-btn{ display: flex; }
.SignBtn a, .LogoutBtn a{ display: block; background-color: #00aec3;  color: #fff; font-weight: bold; text-align: center; border-radius: 8px; font-size: 20px; padding: 6px 20px; margin-right: 15px; }
.LoginBtn a{ display: block; background-color: #008ac3;  color: #fff; font-weight: bold; text-align: center; border-radius: 8px; font-size: 20px; padding: 6px 20px; font-family: 'arial'; letter-spacing: 0; }
.LogoutBtn a{ background-color: #f09748 ;margin-right: 0;}
.SignBtn a:hover{ background-color: #0d5a77; }
.LogoutBtn a:hover{ background-color: #e15a00 ; }
.LoginBtn a:hover{ background-color: #0e3d83 ; }

.SignBtn a::before, .LoginBtn a::before, .LogoutBtn a::before{ content: ''; display: inline-block; vertical-align: middle; margin-right: 10px; }
.SignBtn a::before{ background: url(/images/user-icon.svg) no-repeat; width: 17px; height: 19px; margin-top: -5px;}
.LoginBtn a::before{ background: url(/images/school-icon.svg) no-repeat; width: 25px; height: 22px; margin-top: -5px;}
.LogoutBtn a::before{ background: url(/images/logout-icon.svg) no-repeat; width: 18px; height: 18px; margin-top: -5px;}

.language{ border-radius: 99em; color: #fff; background-color: #00428c; font-size: 18px; font-family: '微軟正黑體'; width: 42px; height: 42px; text-align: center; line-height: 42px; margin-left: 18px; }
.language a{ color: #fff; }

.nav__item--on::after {
	content: '';
	width: 100%;
}

.nav__item--on > .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__name {
	width: 100%;
	padding: 18px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #333;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05rem;
}

.nav__name span {
	font-size: 12px;
	line-height: 14px;
}


.nav__btn {
	width: 40px;
	height: 100%;
	border-style: solid;
	border-color: rgba(83, 59, 36, 0);
	border-width: 0 0 0 1px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.nav__btn-icon {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.nav__btn-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav__layer {
	width: 220px;
	display: none;
	position: absolute;
	left: 0;
	z-index: 3;
	color: #fff;
	background-color: black;
}

.nav__layer .nav__item {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px solid rgba(83, 59, 36, 0);
	color: #fff;
	background-color: #133269;
	padding: 0;
}

.nav__layer .nav__item::before, .nav__layer .nav__item::after {
	display: none;
}

.nav__layer .nav__item .nav__layer {
	top: -1px;
	left: 100%;
}

.nav__layer .nav__item .nav__btn {
	border-bottom-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__layer .nav__item .nav__name {

	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	font-weight: normal;
}

.nav__layer .nav__item .nav__name:hover {
	background-color:#2798c6 ;
}

.nav__layer .nav__item .nav__name::before {
	display: none;
}

.nav__layer .nav__item.nav__item--on > .nav__name {
	background-color: #495057;
}

.nav__layer--full {
	width: 100%;
	padding: 10px 20px;
	overflow-y: auto;
	position: fixed;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__item {
	width: 20%;
	border-width: 0;
}

.nav__layer--full .nav__item .nav__name {
	padding-right: 10px;
}

.nav__layer--full .nav__item .nav__btn {
	display: none;
}

.nav__layer--full .nav__item .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	left: 0;
}

.nav__layer--full .nav__layer {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	top: 0;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__layer .nav__item {
	width: 100%;
}

.nav__prev {
	width: 40px;
	height: 60px;
	border-right: 1px solid rgba(83, 59, 36, 0);
	cursor: pointer;
	display: none;
	position: relative;
}

.nav__prev-icon {
	width: 40px;
	height: 40px;
	position: relative;
}

.nav__prev-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.header__seo {
	width: 100%;
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.25rem;
	color: #777;
	text-align: right;
}

.hamburger {
	width: 40px;
	height: 100%;
	margin: auto;
	position: relative;
	cursor: pointer;
	display: none;
	z-index: 0;
	position: absolute;
    right: 10px;
    top: 0px;
}

.hamburger::after {
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #fff;
	content: "";
	z-index: -1;
}

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

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

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

.header__search {
	width: 250px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__search-icon {
	width: 50px;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-size: 30px;
	display: none;
}

.header__search-form {
	width: 100%;
	padding: 10px;
	z-index: 2;
	-webkit-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.header__search-form--on {
	left: 0;
}

.header__search-input {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 50px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 14px;
	line-height: 40px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.header__search-btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	font-size: 22px;
	color: #533B24;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	position: absolute;
	right: 10px;
	top: 30px;
	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;
}


.search {
	width: 280px;
	margin: 0 20px 0 0;
	display: inline-block;
	position: relative; }
	.search ::-webkit-input-placeholder {
	  padding-left: 10px;
	  color: #d4d3d3; }
	.search ::-ms-input-placeholder {
	  padding-left: 10px;
	  color: #d4d3d3; }
	.search__box {
	  width: 100%;
	  height: 42px;
	  padding: 6px;
	  position: relative;
	  border-radius: 8px;
	  border: 1px #d4d3d3 solid;
	  background-color: #fff;
	  color: #d4d3d3;
	  font-size: 1.5rem; }
	  .search__box ::-moz-placeholder {
		padding-left: 10px;
		color: #d4d3d3; }
	.search__btn {
	  width: 20px;
	  height: 20px;
	  position: absolute;
	  right: 10px;
	  bottom: 25%;
	  border: none;
	  cursor: pointer;
	  background: url(/images/search-icon.svg);
	  background-size: 20px 20px; }

.idxicon-magnifier{
	width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    background: url(/images/search-icon.svg);
    background-size: 20px 20px;
	/*position: fixed;
    right: 160px;*/
	opacity: 0;
}


header nav .nav-mobile{ display: none; }

.search-m {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0; }





.header__social-box {
	width: 120px;
}

.header__social-btn {
	width: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	cursor: pointer;
	color: #fff;
	position: relative;
	z-index: 0;
}

.header__social-btn i {
	font-size: 18px;
}

.header__social-btn::after {
	width: 40px;
	height: 40px;
	background: #533B24;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	content: "";
	z-index: -1;
}

.header__social {
	width: 100%;
	height: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-item {
	width: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__social-item img {
	width: 30px;
	height: auto;
}

.header__social-link {
	width: 40px;
	height: 40px;
	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;
}

.header__social-icon {
	font-size: 30px;
}

.header__social-facebook:hover {
	color: #1877F2;
}

.header__social-instagram:hover {
	color: #de2d75;
}

.header__social-twitter:hover {
	color: #1DA1F2;
}

.header__social-youtube:hover {
	color: #EE3123;
}

.header__social-LINE:hover {
	color: #00B900;
}

#scrollUp{
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 10%;
	right: 17px;
	background-color: #5b5b5b;
	background-image: url(/images/toTop-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 33px 20px;
	-webkit-transition: background 200ms linear;
	transition: background 200ms linear;
}







@media only screen and (max-width: 1570px) {
	.header__social-box {
		width: 40px;
	}
	.header__social-btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		position: fixed;
		top: 82px;
		left: 100%;
		background: rgba(83, 59, 36, 0.9);
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.header__social--on {
		left: 0;
	}
	.header__social-item {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header__social-item.tw, .header__social-item.en {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social-item.tw img, .header__social-item.en img {
		width: 35px;
		height: 35px;
	}
	.header__social-item.language {
		display: none;
	}
}

.Departure {
	width: 140px;
	margin: 0 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.Departure .btn {
	border-color: #fff;
	border-width: 1px;
	color: #fff;
	font-weight: 300;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#715031+0,392819+100 */
	background: -webkit-gradient(linear, left top, left bottom, from(#715031), to(#392819));
	background: -o-linear-gradient(top, #715031 0%, #392819 100%);
	background: linear-gradient(to bottom, #715031 0%, #392819 100%);
}

.Departure .btn i {
	font-size: 22px;
	vertical-align: sub;
}


header .mobile-btn {
	width: 40px;
	height: 40px;
	display: none;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

header .mobile-btn .mobile-btn__burger {
	width: 20px;
	height: 3px;
	background: #000;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before, header .mobile-btn .mobile-btn__burger:after {
	content: '';
	width: 20px;
	height: 3px;
	display: block;
	position: absolute;
	border-radius: 5px;
	background: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

header .mobile-btn .mobile-btn__burger:after {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

header .mobile-btn.current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .mobile-btn.current .mobile-btn__burger {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	background: transparent;
}

header .mobile-btn.current .mobile-btn__burger:before {
	-webkit-transform: rotate(45deg) translate(10px, -10px);
	-ms-transform: rotate(45deg) translate(10px, -10px);
	transform: rotate(45deg) translate(10px, -10px);
	background: #000;
}

header .mobile-btn.current .mobile-btn__burger:after {
	-webkit-transform: rotate(-45deg) translate(10px, 10px);
	-ms-transform: rotate(-45deg) translate(10px, 10px);
	transform: rotate(-45deg) translate(10px, 10px);
	background: #000;
}


@media only screen and (min-width: 1024px) {
	.nav__item:hover::before, .nav__item:hover::after {
		content: '';
		width: 100%;
	}
	.header__search-btn:hover {
		color: #fff;
		background: #133269;
	}
	.header__social-item:hover {
		-webkit-transform: translateY(-4px);
		    -ms-transform: translateY(-4px);
		        transform: translateY(-4px);
	}
}


@media only screen and (max-width: 1300px) {
.SignBtn a::before, .LoginBtn a::before{ display: none; }
.SignBtn a, .LoginBtn a{ font-size: 17px; padding: 4px 20px; }
}


@media only screen and (max-width: 1200px) {
.language{ margin-left: 10px; width: 35px; height: 35px; font-size: 16px; line-height: 35px; }
.search{ width: 250px; }
.search__box{ height: 35px; }
.header-block{ width: calc(100% - 200px); }
.nav__name, .nav__layer .nav__item .nav__name{ font-size: 17px; }
}


@media only screen and (max-width: 1024px) {
	.Departure .btn:hover {
		color: #fff;
		-webkit-transform: translateY(-3px);
		    -ms-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	.header {
		padding: 0 10px;
		z-index: 12;
	}
	.header::after {
		display: none;
	}
	.header .wrapper {
		padding: 0;
	}
	.header--fixed .header__search-form {
		top: 60px;
	}

	.nav__box {
		width: 100%;
		height: 105%;
		padding-top: 85px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		background: #0b2652;
		position: fixed;
		top: -10px;
		right: -100%;
		z-index: 20;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}
	.nav__box--on {
		right: 0;
	}
	.nav {
		padding-left: 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background: none;
		border: 0;
	}
	.nav__item {
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-right: 0;
		display: block;
		border-bottom: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__item:hover {
		background-color: #008ac3;

	}
	.nav__name {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 5px 15px;
	}
	.nav__name:hover {
		background-color: #008ac3;

	}
	.nav__name::before {
		margin-right: 15px;
		color: #fff;
	}
	.nav__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__btn .nav__btn-icon {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.nav__btn--on .nav__btn-icon {
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.nav__layer {
		width: 100%;
		top: 0;
		position: relative;
		background-color: #F8F8F8;
		border-width: 1px 0 0 0;
	}
	.nav__layer .nav__item .nav__btn {
		height: 38px;
	}
	.nav__layer .nav__item .nav__name {
		height: 38px;
		padding: 5px 40px 5px 15px;
	}
	.nav__layer .nav__item .nav__layer {
		padding-left: 20px;
		top: 0;
		left: 0;
	}
	.nav__layer .nav__item:first-child {
		border-top: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__layer .nav__item:last-child {
		border-bottom: 0;
	}
	.nav__layer--on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__box--turnover .nav__btn-icon {
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
	}
	.nav__box--turnover .nav__layer {
		height: 100%;
		overflow-y: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background-color: #0b2652;
		border-width: 0;
		position: fixed;
		left: 100%;
		z-index: 3;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(1) {
		border-top-width: 0;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(2) {
		border-top: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__box--turnover .nav__layer .nav__item:last-child {
		border-bottom: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__box--turnover .nav__layer .nav__layer {
		padding-left: 0;
		left: 100%;
	}
	.nav__box--turnover .nav__layer .nav__layer--on {
		left: 0;
	}
	.nav__box--turnover .nav__layer--on {
		left: 0;
		top: 0;
	}
	.nav__box--turnover .nav__prev {
		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;
	}
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hamburger--on {
		height: 60px;
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 999;
	}
	.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);
	}
	.header__search {
		width: 40px;
		height: 40px;
		margin: 10px 0;
		border-radius: 50px;
	}
	.header__search-form {
		top: 60px;
		background: #fff;
	}
	.header__search-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #fff;
		font-size: 22px;
	}
	.header__search-form {
		position: fixed;
		left: 100%;
		padding: 15px 10px;
		background: rgba(0, 0, 0, 0);
	}
	.header__search-form--on {
		left: 0;
		top: 60px;
	}
	.header__search-btn {
		top: 15px;
	}
	.header__social {
		top: 60px;
	}
	.header__seo {
		text-align: left;
	}
	.Departure {
		margin-right: 10px;
	}

	.header{ height: 120px; }
	.header .nav-mobile{ display: block; }
	header nav .nav__item:not(:last-child):after{ height: 17px; margin-left: 15px; }
	header nav{ padding: 13px 0 10px; height: calc(100% - 36px); }

	header nav .nav_inner{ top: 27px; }
	.SignBtn a, .LoginBtn a{ font-size: 16px;  }
	header{ height: 120px; }
	header .logo{ margin-left: 10px; width: 160px; margin-right: 10px; }
	.header-top{ flex-wrap: wrap; padding: 20px 0; margin-right: 70px; }
	.search{ margin: 0 45px 10px 0; }
	.header-btn{ width: 100%; justify-content: flex-end; }
	.language{ position: absolute; top: 20px;}
	.header-block{ padding-top: 0; }
	.logo__img img{ max-width: 160px; }
	.nav__name{ color: #fff;}
	.nav__layer .nav__item{ background-color: #0b2652;}
}



@media only screen and (max-width: 768px) {
.header{ height: 90px; }
.search{ margin: 0; }
/*.language{ top: 30%; }*/
.language{ position: static; }
header .logo{ width: 120px; height: 93%;}
header .mobile-btn{ top: 30%; }
.header-block{ width: calc(100% - 180px); display: flex; align-items: center; justify-content: flex-end; }
.SignBtn, .LoginBtn{  display: none; }
/*.LogoutBtn{ position: absolute; top: 30%; right: 60px; }*/
.LogoutBtn a{ border-radius: 99em; width: 35px; height: 35px; padding: 0; margin-left: 15px; }
.LogoutBtn a::before{ margin: 0; vertical-align: text-bottom; width: 16px;  height: 16px;}
.LogoutBtn a span{ display: none; }
.header-top{ width: 100%; margin-right: 50px;}
.header-btn{ display: none; }
}


@media only screen and (max-width: 640px) {
	.header .wrapper {
		padding: 0 7px;
	}
	.logo span {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.313rem;
		margin-left: 0;
	}
	.header-top{ margin-right: 45px; }
	.search-m{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		display: block;
		width: 100%;
		height: 100%;
	}
	header .headSearch{
		width: 100%;
		margin: 0;
		position: absolute;
		left: 0;
		bottom: -40px;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden;
	}
	header .headSearch.true{
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		visibility: visible;
	}
	.search__box{
			height: 40px;
			border-radius: 0;
		}
	.search__btn{
			bottom: 24%;
		}
	.idxicon-magnifier{
		opacity: 1;
	}
	/*.language{ right: 105px; }*/
}

@media only screen and (max-width: 480px) {
.header-block{ width: auto;}
.header-top{ margin-right: 35px; }
.LogoutBtn a{ margin-left: 10px; }
}