/* Minification failed. Returning unminified contents.
(32,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(54,180): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color'
(58,89): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(59,65): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline'
(60,66): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(61,65): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline'
(62,75): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-checked'
(62,127): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color-checked'
(63,109): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-checked'
(64,61): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-disabled'
(64,114): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color-disabled'
(65,60): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-disabled'
(66,148): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(67,87): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(67,137): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color-hover'
(68,100): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-hover'
(72,64): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-checked'
(73,63): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(74,62): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline'
(75,73): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-checked'
(75,126): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color'
(76,106): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-checked'
(78,57): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-disabled'
(79,142): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(80,84): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(80,135): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color'
(81,97): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-hover'
(840,162): run-time error CSS1034: Expected closing parenthesis, found ','
(840,162): run-time error CSS1042: Expected function, found ','
(840,167): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
figure { margin:0; padding:0; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

html::-webkit-scrollbar { width:10px; }
html::-webkit-scrollbar-track { background:#666; }
html::-webkit-scrollbar-thumb { background-color: #FFF; border:3px solid #666; }
html { scrollbar-color:#FFF #666; scrollbar-width:thin; }

body { margin:0; color:#000; font-size:14px; font-family:Averta, Arial; line-height:20px; -webkit-text-size-adjust:100%; text-size-adjust:100%; -webkit-text-size-adjust:100%; }

*::-moz-selection { background:rgba(0, 0, 0, 0.1); }
*::selection { background:rgba(0, 0, 0, 0.1); }

a { color:#000; text-decoration:none;  }
a:hover { color:#00A4C2; text-decoration:none; }

:root {
	--input-background-color: #FFF;
	--input-border-color: #bfbfbf;
	--input-border-color-inline: #FFF;
	--input-border-color-checked: #00A678;
	--input-background-color-checked: #00C18C;
	--input-border-color-inline-checked: #00C18C;
	--input-border-color-disabled: #bfbfbf;
	--input-background-color-disabled: #efefef;
	--input-border-color-inline-disabled: #bfbfbf;
	--input-border-color-hover: #00C18C;
	--input-background-color-hover: #FFF;
	--input-border-color-inline-hover: #bfbfbf;
	--input-border-color-focus: #00A678;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; }
input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus { outline:0; }
input[type='submit'], button { border:none; position:relative; -webkit-appearance:none; margin:0px; padding:0px; outline:0; }

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] { width:18px; height:18px; line-height:18px; min-width:1px !important; margin:1px 10px -1px 0; padding:0; }
input[type='checkbox']::before, input[type='radio']::before { display:block; position:absolute; content:""; width:calc(100% - 2px); height:calc(100% - 2px); background-color:var(--input-background-color); transition:background-color 500ms, border-color 500ms; }
input[type='checkbox']::after, input[type='radio']::after { display:block; position:absolute; content:""; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition:background-color 500ms, border-color 250ms; }

/* Customization checbox */
input[type='checkbox']::before { border-radius:4px; border:solid 1px; border-color:var(--input-border-color); }
input[type='checkbox']::after { border:solid; border-color:var(--input-border-color-inline); border-width:0 2px 2px 0; width:5px; height:10px; left:7px; bottom:5px; }
input[type='checkbox']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='checkbox']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='checkbox']:checked:not(:disabled)::before { border-color:var(--input-border-color-checked); background-color:var(--input-background-color-checked); }
input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='checkbox']:disabled::before { border-color:var(--input-border-color-disabled); background-color:var(--input-background-color-disabled); }
input[type='checkbox']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color:var(--input-background-color-hover); }
input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

/* Customization radio */
input[type='radio']::before { border-radius: 50%; border: solid 1px; }
input[type='radio']::after { border: solid; border-color: var(--input-border-color-inline-checked); border-width: 5px; border-radius: 50%; width: 0px; height:0px; left:4px; bottom:4px; }
input[type='radio']:not(:checked)::before { border-color:var(--input-border-color); }
input[type='radio']:not(:checked)::after { border-color:var(--input-border-color-inline); }
input[type='radio']:checked:not(:disabled)::before { border-color: var(--input-border-color-checked); background-color: var(--input-background-color); }
input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before { border-color:var(--input-border-color-inline-checked); }
input[type='radio']:disabled::before {}
input[type='radio']:disabled::after { border-color:var(--input-border-color-inline-disabled); }
input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before { border-color:var(--input-border-color-hover); }
input[type='radio']:not(:checked):not(:disabled):hover::before { border-color:var(--input-border-color-hover); background-color: var(--input-background-color); }
input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after { border-color:var(--input-border-color-inline-hover); }

input, textarea, select { float:left; font-size:14px; font-family:Averta, Arial; border-radius:0; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:Averta, Arial; font-size:17px; font-weight:600; letter-spacing:0; }

.input { width:100%; height:50px; padding:0 16px; border:1px solid #999; transition:ease 0.3s; background-color:#FFF; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
.select { background:#FFF url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.input:focus , .select:focus { border-color:#00C18C; box-shadow:5px 5px 0 rgba(0,0,0,0.06); }

textarea.input { padding-top:13px !important; padding-bottom:13px !important; }

.button { float:none; height:50px; display:inline-block; padding:0 50px 0 25px; cursor:pointer; position:relative; color:#FFF; background-color:#00A4C2; transition:all 0.25s; border-radius:6px; overflow:hidden; }
.button:hover { background-color:#00A4C2; letter-spacing:1px; }
	.button::before { content:""; position:absolute; top:0; bottom:0; right:-40%; left:50%; background-image:linear-gradient(0deg,rgba(255, 255, 255, 0.0),#FFF); transform:skew(-40deg); opacity:0.1; transition:all 0.25s; }
	.button:hover::before { left:30%; opacity:0.15; }
	.button::after { content:""; position:absolute; top:0; bottom:0; right:15px; width:20px; background:url(../images/arrow-white-right.png) no-repeat right center / auto 14px; transition:all 0.25s; }
	.button:hover::after { right:10px; }

.button-link { float:none; height:50px; display:inline-block; padding:0 25px 0 25px; cursor:pointer; position:relative; color:#FFF; background-color:#00A4C2; transition:all 0.25s; border-radius:6px; overflow:hidden; }
.button-link:hover { background-color:#00A4C2; letter-spacing:1px; }
	.button-link:hover::before { left:30%; opacity:0.15; }

.btn-slim { width:100%; padding:0; letter-spacing:0 !important; }
.btn-red { background-color:#E93D45; }
.btn-red:hover { background-color:#910E0E; }
	.btn-slim::after { display:none; }

.btn-light { padding:0 25px; background-color:#EEE; color:#333; }
.btn-light:hover { background-color:#DDD; }
	.btn-light::before , .btn-light::after { display:none; }
	
a.button { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }
a.button-link { color:#FFF; font-weight:600; font-size:14px; line-height:50px; }

.gkv { float:left; width:100%; position:relative; }
	.outer { margin:0 auto; width:100%; max-width:1760px; min-height:10px; position:relative; }
		.wrap , .wrap-slim { margin:0 auto; width:1320px; min-height:10px; position:relative; }
			.wrap-slim { width:100%; max-width:860px; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50%; }
.w25 { float:left; width:25%; }
.mt30 { margin-top:30px; }
.mt20 { margin-top:20px; }
.mt10 { margin-top:10px; }
.mb30 { margin-bottom:30px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; z-index:8000; transition:all 0.7s; box-shadow:inset 0 -1px 0 rgba(255,255,255,0.1); }
.header-sub , .nav-up , .nav-down { background-color:#24346C; box-shadow:none; }
.header-in { float:left; width:100%; height:80px; position:relative; }
	
	#logo { float:left; padding-top:13px; position:relative; z-index:300; transition:all 0.7s; }
		#logo a { float:left; position:relative; }
			#logo img { float:left; height:54px; }
			#logo img:hover { opacity:0.8; }
	
	.nav-icon , .sidebar-icon , .menu-dropdown { display:none; }
	
	.header-right { float:right; position:relative; box-shadow:-1px 0 0 rgba(255,255,255,0.1); }
		
		.header-account { float:right; margin-top:15px; position:relative; }
			
			.header-avatar , .header-login { float:left; height:50px; padding:0 30px 0 60px; cursor:pointer; background-color:#00A4C2; font-size:16px; color:#FFF !important; line-height:50px; position:relative; border-radius:25px; transition:all 0.3s; }
			.header-avatar:hover , .header-login:hover { background-color:#1C2855; }
				.header-avatar::after , .header-login::after { content:""; position:absolute; top:0; bottom:0; left:25px; width:20px; background:url(../images/icon-user.png) no-repeat center / 20px; }
				.header-login::after { background-image:url(../images/icon-lock.png); }
				
			.header-menu { position:absolute; top:57px; right:0; width:280px; border:1px solid #000; background-color:#FFF; border-radius:5px; box-shadow:0 7px 20px rgba(0,0,0,0.2); text-align:left; }
		
				.header-menu::before , .header-menu::after { 
					content:"";
					border-bottom:4px solid transparent;
					border-left:10px solid transparent;
					border-right:10px solid transparent;
					height: 0;
					top:-4px;
					right:19px;
					position:absolute;
					width:0;
					border-bottom-color:#000;
				}
				.header-menu::after { top:-3px; border-bottom-color:#FFF; }
				
				.header-menu ul { width:100%; padding:9px; }
					.header-menu li { width:100%; }
						.header-menu li a , .header-menu li strong { float:left; width:100%; padding:10px; font-size:14px; border-radius:5px; transition:all 0.3s; }
						.header-menu li a:hover { background-color:#EDF9FB; }
						.header-menu ul:last-child li:last-child a { font-weight:700; }
						.header-menu li strong { font-size:16px; }

	.header-lang-wrap { float:left; width:50px; height:80px; margin:0 30px 0 20px; position:relative; z-index:100; font-weight:500; color:#FFF; text-align:center; }
		.header-lang-icon { float:right; width:50px; padding-right:15px; position:relative; background:url(../images/arrow-white-down.png) no-repeat right 5px center / 10px 5px; cursor:pointer; z-index:250; line-height:80px; }
			.header-lang-icon::after { content:""; position:absolute; left:0; right:0; bottom:20px; height:1px; background-color:#FFF; opacity:0.2; }
		
		.header-lang { position:absolute; top:59px; right:0; width:50px; background-color:#00A4C2; display:none; z-index:300; box-shadow:0 10px 50px rgba(0, 0, 0, 0.15); border-radius:0 0 4px 4px; }
			
			.header-lang::before { 
				content:"";
				border-bottom:4px solid transparent;
				border-left:8px solid transparent;
				border-right:8px solid transparent;
				height:0;
				position: absolute;
				width:0;
				left:50%;
				top:-4px;
				margin-left:-8px;
				border-bottom-color:#00A4C2;
			}
			
			.header-lang ul { width:100%; }
				.header-lang li { width:100%; }
					.header-lang li a { float:left; width:100%; color:#FFF; line-height:50px; box-shadow:inset 0 -1px 0 rgba(255,255,255,0.1); }
					.header-lang li:last-child a { box-shadow:none; }
					.header-lang li a:hover { opacity:0.7; }
	
	#nav { float:right; margin-right:25px; position:relative; z-index:200; }
		#nav li { position:relative; }
		#nav ul li:hover { position:relative; z-index:100; }
			#nav li > a { float:left; padding:0 25px; position:relative; font-size:16px; font-weight:500; color:#FFF; line-height:80px; transition:all 0.3s; z-index:10; }
			#nav li > a:hover { box-shadow:inset 0 -2px 0 #00A4C2; }
			#nav li > a.active { box-shadow:inset 0 -2px 0 #00A4C2; color:#00A4C2; }
			
			#nav > ul li span { display:none; position:absolute; top:70px; left:0; width:300px; padding:15px; background-color:#FFF; box-shadow:0 10px 50px rgba(0, 0, 0, 0.2); letter-spacing:0.5px; border-radius:4px; z-index:120; }
				#nav li span::before { 
					content:"";
					border-bottom:3px solid transparent;
					border-left:8px solid transparent;
					border-right:8px solid transparent;
					height: 0;
					position: absolute;
					width:0;
					left:40px;
					top:-3px;
					border-bottom-color:#FFF;
				}
				#nav > ul li span a { float:left; width:100%; padding:10px 15px; position:relative; font-weight:600; transition:all 0.3s; border-radius:3px; }
				#nav > ul li span a:hover { color:#FFF; background-color:#00A4C2; }
	
		#nav .nav-multi > span > div { float:left; width:100%; position:relative; }
			#nav .nav-multi > span > div::after { content:""; position:absolute; right:10px; top:14px; width:12px; height:12px; background:url(../images/arrow-right.png) no-repeat center / auto 100%; opacity:0.5; }
			#nav .nav-multi > span > div > article { position:absolute; top:-15px; right:-267px; width:260px; padding:15px; display:none; background-color:#FFF; box-shadow:0 10px 50px rgba(0, 0, 0, 0.2); letter-spacing:0; border-radius:4px; z-index:20; }
			#nav .nav-multi > span > div > article.nav-show { display:block; }
				#nav .nav-multi > span > div > article a { font-weight:500; }
		
/*	Finish TOP	*/

.search-icon { float:left; width:100px; height:80px; position:relative; cursor:pointer; text-indent:-9999px; transition:all 0.2s; z-index:100; }
	.search-icon::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/icon-search-2.png) no-repeat center / 20px; }
	.search-icon:hover::before { background-size:22px; }

.search-active .site-search { transform:scale(1); opacity:1; visibility:visible; }
.site-search { position:fixed; top:0; bottom:0; left:0; right:0; padding:30px 0; z-index:9999; backdrop-filter:blur(13px); text-align:center; transition:all 0.3s ease; transform:scale(.5); opacity:0; visibility:hidden; }
	.site-search::before { content:""; position:fixed; top:0; bottom:0; left:0; right:0; background-color:#24346C; opacity:0.9; }
	.site-search::after { content:""; position:fixed; top:0; bottom:0; left:0; right:0; background:url(../images/logo-text.png) no-repeat center bottom / auto 240px; opacity:0.2; }
	
	.site-search .vertical-in { position:relative; z-index:100; }

body.search-active { overflow:hidden; }
body.search-active .site-search { display:block; }

.search-close { position:absolute; top:0; right:0; z-index:300; }
	.search-close::before { content:""; position:absolute; right:-85px; top:-85px; width:140px; height:140px; background-color:#00A4C2; transform:rotate(45deg); }
	.search-close i { position:absolute; top:0; right:0; width:40px; height:40px; background:url(../images/icon-close.png) no-repeat center / 16px; cursor:pointer; z-index:300; }
	.search-close:hover i { background-size:12px; }

.search-title { float:left; width:100%; margin-bottom:24px; position:relative; color:#FFF; font-size:24px; font-weight:500; letter-spacing:1px; line-height:30px; }

.search-form { float:left; width:100%; position:relative; box-shadow:0 0 20px rgba(0, 0, 0, 0.1); border-radius:8px; overflow:hidden; }
	.search-form input { float:left; width:100%; height:60px; padding:0 100px 0 20px; font-size:18px; line-height:60px; background-color:#FFF; }
	.search-form button { position:absolute; top:5px; right:5px; bottom:5px; width:80px; background:#00A4C2 url(../images/icon-search-2.png) no-repeat center / 20px; text-indent:-9999px; border-radius:6px; }
	.search-form button:hover { background-size:22px; background-color:#24346C; }

/*	Finish TOP	*/

.hero-screen { float:left; width:100%; position:relative; z-index:2000; }
	.hero-screen > img { float:left; width:100%; max-height:800px; }
	.hero-video-wrap { position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; }
		.hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; z-index:10; object-fit:cover; }
		
	.hero-background { display:none; }
	.hero-message { position:absolute; bottom:0; left:0; right:0; z-index:20; padding:70px 20px 74px 20px; color:#FFF; text-align:center; font-size:17px; line-height:24px; background-image:linear-gradient(180deg,rgba(87, 16, 25, 0),#571019); }
		.hero-message strong { float:left; width:100%; position:relative; font-weight:600; font-size:60px; line-height:60px; }
		.hero-message span { float:left; width:100%; padding-top:38px; position:relative; }
			.hero-message span::before { content:""; position:absolute; top:20px; left:50%; width:40px; height:2px; margin-left:-20px; background-color:#C09C61; }

/*	Finish HERO VIDEO	*/

.controls { height:100%; }
	.slick-prev , .slick-next { 
		position:absolute;
		top:50%;
		width:50px; 
		height:50px; 
		margin-top:-25px;
		text-indent:-9999px; 
		cursor:pointer;
		z-index:1000;
		transition:all 0.2s ease;
		background:rgba(0,0,0,0.2) url(../images/arrow-white-left.png) no-repeat center / auto 16px;
		border-radius:50%;
		box-shadow:0 0 20px rgba(16,41,75,0.1);
		}
		
	.slick-prev { left:20px; }
	.slick-next { right:20px; background-image:url(../images/arrow-white-right.png); }
		
	.slick-prev:hover { background-color:#00A4C2; background-position:40% center; }
	.slick-next:hover { background-color:#00A4C2; background-position:60% center; }
	
	ul.slick-dots { position:absolute; text-align:center; right:0; left:0; bottom:0; padding:60px 0 30px 0; z-index:1000; background-image:linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.2)); }
		ul.slick-dots li { float:none; height:10px; margin:0 5px; display:inline-block; transition:all 0.3s; }
			ul.slick-dots li button { float:left; width:10px; height:10px; cursor:pointer; background-color:#FFF; transition:all 0.3s; position:relative; text-indent:-9999px; opacity:0.5; border-radius:50%; }
			ul.slick-dots li button:hover { opacity:0.6; }
			ul.slick-dots li.slick-active button { opacity:1; }

.slider-hero-out { float:left; width:100%; position:relative; z-index:700; }
.slider-hero-wrap { float:left; width:100%; position:relative; z-index:700; }
	.slider-hero-wrap::before { content:""; position:absolute; top:0; bottom:-7px; left:0; width:14px; background-image:linear-gradient(180deg,#01A1C0,#22356C); transform:skewY(-45deg); z-index:1700; }
	.slider-hero-wrap::after { content:""; position:absolute; top:0; left:-20px; width:12%; height:14px; background-color:#01A1C0; transform:skewX(-45deg); z-index:1700; }
	
	.slider-hero { float:left; width:100%; position:relative; z-index:700; }
		.slider-hero .slick-list { overflow:hidden; }
		.slider-hero-item { float:left; width:100%; height:80vh; min-height:520px; position:relative; overflow:hidden; }
			.slider-hero-item::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; z-index:20; background:url(../images/logo-text.png) no-repeat right 10% bottom / auto 240px; mix-blend-mode:overlay; }
			
			.item-zoom { position:absolute; top:0; bottom:0; left:0; right:0; background-size:cover; background-position:center; background-repeat:no-repeat; transition:all 3s; transform-origin:center; transform:scale(1.5); }
				.item-zoom::before , .hero-video-mask { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(180deg,#000,rgba(0,0,0,0.3) 30%,#203985); opacity:0.7; }
			.slick-current .item-zoom { transform:scale(1); }
			
			.slider-hero-video { position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%; z-index:1; object-fit:cover; }
				.hero-video-mask { z-index:20; }
			
			.slider-hero-title { position:absolute; bottom:0; left:0; right:0; padding-bottom:10%; z-index:120; }
			
			.slider-hero-title-in { display:inline-block; width:70%; }
			
			.slider-hero-title strong { float:left; width:100%; position:relative; font-family:'Brygada 1918'; font-size:51px; font-weight:600; color:#FFF; line-height:60px; letter-spacing:-0.5px; }
				.slider-hero-title strong::before {
					content:"";
					border-top:30px solid transparent;
					border-left:0 solid transparent;
					border-right:30px solid transparent;
					height: 0;
					position: absolute;
					width:0;
					left:-30px;
					top:-23px;
					border-top-color:#FFDC00;
				}
			
			.slider-hero-title .link-all { margin-top:27px; }
	
	.slider-hero ul.slick-dots { right:0; background:none; }
	
.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

.slider-gallery-wrap { float:left; width:100%; position:relative; overflow:hidden; } 
	.slider-gallery { float:left; width:100%; position:relative; overflow:hidden; } 
		.slider-gallery .slick-list { float:left; width:100%; position:relative; } 
			.slider-gallery .slick-list::before { content:""; position:absolute; top:0; bottom:0; left:10px; width:calc(20% - 20px); background-image:linear-gradient(90deg,#FFF,rgba(255,255,255,0.0)); z-index:10; } 
			.slider-gallery .slick-list::after { content:""; position:absolute; top:0; bottom:0; right:10px; width:calc(20% - 20px); background-image:linear-gradient(-90deg,#FFF,rgba(255,255,255,0.0)); z-index:10; } 
		.slider-gallery-item { float:left; width:100%; padding:0 10px; position:relative; }
			.slider-gallery-item section { float:left; width:100%; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; }
			.slider-gallery-item.slick-center section { filter:none; -webkit-filter:none; }
				.slider-gallery-item section::before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(45deg,#000,rgba(0, 0, 0, 0.0)); z-index:2; opacity:0.25; }
				.slider-gallery-item section article { position:absolute; left:30px; bottom:0; padding:25px 0; color:#FFF; z-index:5; box-shadow:inset 0 -2px 0 #FFF; font-weight:600; letter-spacing:1px; transition:all 0.3s; opacity:0.5; }
					.slider-gallery-item section article strong { display:block; padding-bottom:7px; font-weight:500; font-size:20px; font-family:Ivy Mode; line-height:40px; transition:all 0.75s; }
			
			.slider-gallery-item img { float:left; width:100%; }

.slider-wide { float:left; width:100%; position:relative; overflow:hidden; }
	.slider-wide div { float:left; width:100%; position:relative; }
		.slider-wide div a , .slider-full div img { float:left; width:100%; }
		.slider-wide div a { background-size:cover; background-position:center; background-repeat:no-repeat; }

/*	Finish SLIDER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; }
.mask-top { top:0; bottom:auto; }
	.mask > img , .mask-top > img { float:left; width:100%; }

/*	Start FOOTER	*/

.footer-wrap { float:left; width:100%; position:relative; color:#666; background-color:#24346C; color:#FFF; }
	.footer-wrap::before { content:""; position:absolute; top:0; left:0; width:80px; height:80px; background:url(../images/footer-corner.png) no-repeat 0 0 / 100% 100%; }
	.footer-wrap::after { content:""; position:absolute; top:0; bottom:0; left:0; right:10%; background:url(../images/logo-icon.png) no-repeat bottom right / auto 60%; opacity:0.05; }
	
	.footer { float:left; width:100%; padding:70px 0; position:relative; color:#FFF; z-index:10; }
		.footer a , .copyright a { color:#FFF; }
		.footer a:hover , .copyright a:hover { text-decoration:underline; }
		
		.footer-title { float:left; width:100%; padding:33px 0 27px 0; position:relative; font-size:20px; letter-spacing:0.5px; line-height:20px; }
		
		.footer-left , .footer-right { float:left; width:calc(50% - 20px); position:relative; }
		.footer-right { float:right; }
		
		.footer-section-logo , .footer-section-about , .footer-section-bulletin , .footer-section-social , .footer-section-contact , .footer-section-menu , .footer-section-apply { float:left; width:100%; }
			
			.footer-section-logo img { height:80px; margin-top:10px; }
			
			.footer-section-social { margin:50px 0 30px 0; }
				.footer-section-social li { padding-right:20px; }
				.footer-section-social li:last-child { padding-right:0; }
					.footer-section-social li a { float:left; border:1px solid #FFF; border-radius:50%; transition:all 0.25s; }
					.footer-section-social li a:hover { border-color:#00A4C2; }
						.footer-section-social li a img { float:left; height:50px; margin:-1px; }
			
			.footer-phone { float:left; padding-left:40px; margin:10px 0 0 40px; border-left:2px solid rgba(255,255,255,0.1); font-size:22px; font-weight:600; line-height:30px; }
			
			.footer-section-about { padding-right:6%; margin-top:9px; font-size:16px; letter-spacing:0.5px; line-height:30px; }
			
			.footer-section-apply { margin-top:31px; font-size:16px; letter-spacing:0.5px; }
				.footer-section-apply a { float:left; padding:15px 30px; border-radius:25px; transition:all 0.3s; }
				.footer-section-apply a.btn-apply { background-color:#00A4C2; }
				.footer-section-apply a:hover.btn-apply { background-color:rgba(0,0,0,0.5); }
			
			.footer-section-bulletin section { float:left; width:100%; margin-bottom:10px; position:relative; }
				.footer-section-bulletin .input { padding:0 24px; border:1px solid rgba(255,255,255,0.33); background-color:transparent; color:#FFF; font-size:14px; border-radius:25px; }
				.footer-section-bulletin .input:focus { border-color:#FFF; }
				.footer-section-bulletin .button { width:54px; height:44px; padding:0; position:absolute; top:3px; right:3px; background-color:transparent; border-radius:0 25px 25px 0; text-indent:-9999px; }
					.footer-section-bulletin .button::after { right:0; width:100%; background-position:center; }
		
			.footer-section-menu ul { width:100%; margin:-11px 0 1px 0; display:flex; flex-flow:row wrap; }
				.footer-section-menu li { width:50%; }
					.footer-section-menu li a { float:left; width:100%; padding:5px 0; font-size:16px; letter-spacing:1px; }
						.footer-section-menu li a::before { content:""; float:left; width:8px; height:2px; margin:9px 12px 0 0; background-color:#00A4C2; transition:all 0.25s; }
						.footer-section-menu li a:hover::before { width:15px; margin-right:10px; background-color:#FFF; }
			
			.footer-section-contact section { float:left; width:100%; margin-top:-9px; font-size:16px; letter-spacing:0.5px; line-height:30px; }
				.footer-section-contact section article { float:left; width:100%; margin-top:10px; }
				.footer-section-contact section article:first-child { margin-top:0; }
					.footer-section-contact section article img { float:left; height:16px; margin-top:7px; }
					.footer-section-contact section article span { float:right; width:calc(100% - 30px); }
			
		.copyright { float:left; width:100%; padding:65px 0; margin-top:20px; position:relative; z-index:10; color:rgba(255,255,255,0.6); box-shadow:inset 0 2px 0 rgba(255,255,255,0.05); }
			.copyright .left { float:left; width:calc(100% - 240px); }
				.copyright .left section { float:left; width:100%; margin-bottom:10px; }
				.copyright .left section:last-child { margin-bottom:0; }
					.copyright .left section a { float:left; margin-right:30px; }
					.copyright .left section a:last-child { margin-right:0; }
			.copyright .right { float:right; }
				.copyright .right a { display:inline-block; font-weight:600; }
					.copyright .right a img { float:right; height:20px; margin-left:7px; }
	
/*	Start CONTENT	*/

.page-title { float:left; width:100%; margin:81px 0 29px 0; position:relative; font-family:'Brygada 1918'; font-weight:500; font-size:41px; color:#24346C; letter-spacing:-0.5px; line-height:50px; z-index:30; }
.page-title-center { text-align:center; }
.page-title-slim { margin-top:9px !important; }

	.page-title section { float:left; width:100%; padding-bottom:20px; margin:-3px 0 -7px 0; position:relative; font-size:24px; color:#00A4C2; line-height:30px; letter-spacing:0; z-index:25; }
		.page-title section::before { content:""; position:absolute; bottom:2px; left:0; width:40px; height:2px; background-color:#00A4C2; opacity:0.5; }
		.page-title-center section::before { left:calc(50% - 20px); }

.medium-title { float:left; width:100%; margin:30px 0 20px 0; position:relative; font-family:'Brygada 1918'; font-weight:600; font-size:32px; color:#24346C; letter-spacing:-0.5px; line-height:40px; z-index:30; }
	.page-title a , .medium-title a { color:#24346C; }
	.page-title a:hover , .medium-title a:hover { color:#000; }

.text-white { color:#FFF !important; }

.page-summary { float:left; width:100%; margin:-12px 0 32px 0; position:relative; font-size:20px; color:#666; line-height:30px; z-index:30; }
	.page-summary strong { color:#000; }
	.page-summary picture { float:left; width:100%; margin:12px 0 28px 0; }
		.page-summary picture img { height:60px; }

.page-about { float:left; width:100%; margin:-21px 0 31px 0; position:relative; font-size:18px; line-height:30px; z-index:20; }
.page-about-single { margin-top:9px; }
.page-about-center { padding-left:10%; padding-right:10%; text-align:center; }
.page-text { font-size:16px; }
	.page-about a , .page-about b , .page-about strong { font-weight:600; }
	.page-about a { text-decoration:underline; }
	.page-about a:hover { text-decoration:none; }

.text-white { color:#FFF !important; }
.two-column { column-count:2; column-gap:80px; }

.page-photo { float:right; width:50%; max-width:400px; padding:0 0 30px 50px; }
.page-photo-wide { float:left; width:100%; padding-bottom:50px; }
	.page-photo picture , .page-photo-wide picture { float:left; width:100%; position:relative; overflow:hidden; }
		.page-photo img , .page-photo-wide img { float:left; width:100%; }

.document-list { float:left; width:100%; position:relative; }
	.document-list ul { width:100%; }
		.document-list li { width:100%; margin-bottom:15px; }
		.document-list li:last-child { margin-bottom:0; }
			.document-list li section { float:left; width:100%; padding:19px 174px 19px 24px; position:relative; border:1px solid #D3E9FE; border-radius:4px; transition:all 0.4s; }
			.document-list li section:hover { border-color:#00A4C2; }
				.document-list li section strong { display:block; font-size:17px; }
				.document-list li section span { display:block; margin-top:6px; color:#666; letter-spacing:1px; }
				.document-list li section a { position:absolute; top:calc(50% - 20px); right:19px; padding:0 20px; font-weight:500; color:#FFF; line-height:40px; background-color:#00A4C2; border-radius:4px; transition:all 0.3s; }
				.document-list li section a:hover { background-color:#24346C; }
					.document-list li section a::before { content:""; float:left; width:16px; height:40px; margin:0 7px 0 -7px; background:url(../images/icon-down-2.png) no-repeat 0 center / 100% auto; }

.inner-80 { margin:0 -80px; }
.inner-40 { margin:0 -40px; }
.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-10 { margin:0 -10px; }
.inner-6 { margin:0 -6px; }
.inner-5 { margin:0 -5px; }
.inner-1 { margin:0 -1px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.left-80 { padding-left:80px; }
.right-80 { padding-right:80px; }

.my-25 { margin-top:25px; margin-bottom:25px; }

.block-gradient { float:left; width:100%; position:relative; background-image:linear-gradient(180deg,#F7F7F7,#FFF); }
.block-grey { float:left; width:100%; position:relative; background-color:#F7F7F7; }
.block-space { float:left; width:100%; height:80px; }
.block-left { position:relative; }
.block-left::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-left.jpg) no-repeat 0 center; }

.spacer { float:left; width:100%; height:1px; position:relative; background-color:#F0F0F0; }

.link-all { float:left; width:100%; position:relative; text-align:center; }
	.link-all a { float:left; height:50px; padding:0 24px; margin-right:10px; position:relative; color:#00A4C2; border:2px solid #00A4C2; letter-spacing:1px; font-weight:500; line-height:46px; transition:all 0.3s; border-radius:25px; }
	.link-all a:last-child { margin-right:0; }
	.link-all-centered a { float:none; display:inline-block; }
	.link-all a:hover { color:#24346C; border-color:#24346C; }
	.link-all-white a { border-color:#FFF !important; color:#FFF !important; }
	.link-all-white a:hover { background-color:rgba(0,0,0,0.4); }
		.link-all a::after { content:""; float:right; width:24px; height:46px; margin:0 -5px 0 15px; background:url(../images/arrow-right.png) no-repeat center / 24px 16px; transition:all 0.3s; }
		.link-all-white a::after { background-image:url(../images/arrow-white-right.png); }

	.link-all a.success { border-color:#4caf50 !important; color:#fff !important; }
	.link-all a.success:hover { background-color:#4caf50ea; }
	.link-all a.success::after { background:url(../images/icon-check-white.png) no-repeat center / 24px 16px; }
	
	.link-all a.link-delete { width:40px; padding:0 !important; text-indent:-9999px; border-color:#C00 !important; }
		.link-all a.link-delete::after { width:100%; margin:0 !important; background-image:url(../images/icon-close-2.png); background-size:14px !important; }
		
.grayscale { filter:grayscale(100%); -webkit-filter:grayscale(100%); }
.grayscale:hover { filter:none; -webkit-filter:none; }

.sub-hero { float:left; width:100%; padding-top:80px; position:relative; z-index:100; background-color:#F7F7F7; /* box-shadow:0 0 15px rgba(0,0,0,0.06); */ }
	.sub-hero img { float:left; width:100%; max-height:200px; }

.breadcrumb { float:left; width:100%; font-size:13px; line-height:50px; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05); }
	.breadcrumb section { float:left; width:100%; height:50px; overflow:hidden; }
		.breadcrumb span { float:left; }
		.breadcrumb a { float:left; color:#777; }
		.breadcrumb a:hover { color:#151515; text-decoration:underline; }
		.breadcrumb i { float:left; width:12px; height:50px; margin:0 30px; background:url(../images/breadcrumb.png) no-repeat center; background-size:100% 100%; opacity:0.07; }
		.breadcrumb strong { float:left; font-weight:600; }

.sub-hero-title { float:left; width:100%; padding:30px 0; position:relative; font-family:'Brygada 1918'; font-weight:600; font-size:36px; color:#24346C; letter-spacing:-0.5px; line-height:40px; z-index:30; }
	.sub-hero-title::after { content:""; position:absolute; bottom:0; left:0; width:60px; height:2px; background-color:#00A4C2; }

	.sub2-hero-title { float:left; width:100%; padding:0 0 15px 12px; position:relative; font-family:'Brygada 1918'; font-weight:600; font-size:28px; color:#24346C; letter-spacing:-0.5px; line-height:40px; z-index:30; }

.steps { float:right; padding:0 20px; position:relative; text-align:center; }
	.steps::before { content:""; position:absolute; top:calc(50% - 1px); left:0; right:0; height:2px; background-color:rgba(0,0,0,0.05); }
	.steps ul { float:none; display:inline-block; position:relative; }
		.steps li { padding:0 15px; margin:0 20px; background-color:#F7F7F7; }
			.steps li div { float:left; width:30px; height:30px; color:#999; font-family:Averta; font-weight:600; font-size:13px; line-height:30px; background-color:#FFF; border-radius:25px; position:relative; }
				
			.steps li.step-current div { background-color:#00A4C2; color:#FFF; }
			.steps li.step-passed div { background:#01B753 url(../images/icon-ok-2.png) no-repeat center / auto 15px; color:transparent; }

.gkv-info { float:left; width:100%; position:relative; background-color:#F8F8F9; border-radius:8px; overflow:hidden; }
	.gkv-info > picture { position:absolute; top:0; bottom:0; left:0; width:50%; background-size:cover; background-position:center; background-repeat:no-repeat; }

.stats { float:right; width:100%; padding:40px 60px; position:relative; z-index:100; background-color:#F6F6F6; }
	.stats::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-lines.png) no-repeat right top / auto 100%; }
	.stats ul { width:100%; position:relative; overflow:hidden; display:flex; flex-flow:row wrap; }
		.stats li { position:relative; flex:1; flex-basis:25%; }
			.stats li strong { float:left; margin-top:5px; font-size:39px; color:#24346C; line-height:40px; letter-spacing:-1px; position:relative; }
			.stats li p { float:left; width:100%; padding-top:35px; position:relative; opacity:0.7; }
				.stats li p::before { content:""; position:absolute; top:17px; left:0; width:30px; height:2px; background-color:#00A4C2; }

.webinar-list-wrap { float:left; width:100%; margin-top:-50px; position:relative; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.06); z-index:800; }
.webinar-list { float:left; width:100%; overflow:hidden; }
.webinar-all { margin-top:-10px; }
	.webinar-list ul { width:100%; position:relative; display:flex; flex-flow:row wrap; }
		.webinar-list ul > li { width:25%; position:relative; }
		.webinar-all ul > li { width:33.33334%; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.06); }
			.webinar-list ul::after , .webinar-list ul > li::before { content:""; position:absolute; top:0; bottom:0; width:1px; background-image:linear-gradient(180deg,#FFF,#000); opacity:0.07; }
			.webinar-list ul::after { left:auto; right:0; }

.webinar-item { float:left; width:100%; height:100%; padding:30px; position:relative; transition:all 0.3s; }
.webinar-item:hover { box-shadow:inset 0 -2px 0 #00A4C2; }
	.webinar-item picture { float:left; width:100%; position:relative; z-index:5; overflow:hidden; }
		.webinar-item img { float:left; width:100%; transform-origin:center; transition:all 1s; }
		.webinar-item:hover picture img { transform:scale(1.2, 1.2); }
	
	.webinar-item span { float:left; padding:0 14px; margin-bottom:20px; border:1px solid #00A4C2; color:#00A4C2; font-size:13px; font-weight:600; letter-spacing:1px; line-height:23px; border-radius:13px; }
	.webinar-item strong { float:left; width:100%; margin:21px 0 10px 0; font-size:18px; font-weight:600; line-height:25px; position:relative; }
	.webinar-item i { float:left; position:relative; font-size:11px; font-weight:600; color:#999; letter-spacing:2px; transition:all 0.3s; }
	.webinar-item:hover i { letter-spacing:4px; }
		.webinar-item i::after { content:""; position:absolute; left:0; right:0; bottom:0; height:1px; background-color:#CCC; transition:all 0.3s; }
		.webinar-item:hover i::after { background-color:#00A4C2; }

.boxed-title { float:left; width:calc(100% - 50px); padding:0 30px; position:relative; background-color:#FFDC00; letter-spacing:1px; line-height:50px; }
	.boxed-title::before { content:""; position:absolute; bottom:0; right:-25px; width:100px; height:50px; background-color:#FFDC00; transform:skewX(45deg); }
	.boxed-title strong { float:left; position:relative; font-weight:800; box-shadow:inset 0 2px 0 #000; }
	.boxed-title a { float:right; margin-right:-10px; position:relative; font-weight:600; color:#FFF; }
	.boxed-title a:hover { color:#000; box-shadow:inset 0 -2px 0 #000; }

.home-block-wrap { float:left; width:100%; position:relative; display:flex; flex-flow:row wrap; }

.home-announcements { float:left; width:calc(50% - 80px); }

.latest-announcements { float:left; width:100%; position:relative; }
	.latest-announcements ul { width:100%; margin-top:-10px; }
		.latest-announcements li { width:100%; }
			.latest-announcements li a { float:left; width:100%; position:relative; }
				.latest-announcements li a::before { content:""; position:absolute; top:25px; left:0; width:60px; height:40px; background:url(../images/icon-news.png) no-repeat 0 0 / auto 100%; transition:all 0.3s; opacity:0.1; }
				.announcements-all li a::before { top:35px; }
				.latest-announcements li a:hover::before { opacity:1; }
				.latest-announcements li a section { float:left; width:100%; padding:20px 0 21px 60px; box-shadow:inset 0 -1px 0 rgba(0,0,0,0.06); }
				.announcements-all li a section { padding-top:30px; padding-bottom:31px; }
					.latest-announcements li a span { float:left; font-weight:600; color:#999; letter-spacing:2px; }
					.latest-announcements li a strong { float:left; width:100%; padding-top:9px; font-weight:500; font-size:18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
					.announcements-all li a strong { white-space:initial; overflow:initial; text-overflow:initial; }

.home-cta { float:right; width:50%; margin-left:auto; position:relative; }
	.home-cta-in { float:left; width:100%; height:100%; position:relative; }

.cta-scholarship , .cta-chairman { float:left; width:calc(50% - 10px); height:100%; position:relative; }
.cta-chairman { float:right; }
	.cta-scholarship section , .cta-chairman a { float:left; width:100%; height:100%; min-height:360px; padding:40px; position:relative; overflow:hidden; }
	.cta-scholarship section { background-color:#FFDC00; }
		
		.cta-scholarship section::after , .cta-chairman a::after { content:""; position:absolute; bottom:0; left:-12px; width:24px; height:24px; background-color:#FFF; transform:skewX(45deg); }
		
		.cta-scholarship section::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:url(../images/bg-lines.png) no-repeat right top / auto 100%; opacity:0.5; }
		.cta-scholarship section:hover::before { opacity:1; }
		
		.cta-scholarship section > a { float:left; width:100%; position:relative; }
			.cta-scholarship section > a img { float:left; height:60px; }
			.cta-scholarship section > a strong { float:left; width:100%; padding-top:10px; font-family:'Brygada 1918'; font-size:30px; font-weight:600; line-height:40px; }
		
		.cta-scholarship section > article { position:absolute; left:40px; right:0; bottom:0; }
			.cta-scholarship section > article a { float:left; width:100%; padding:35px 20px 35px 0; font-weight:600; letter-spacing:1px; box-shadow:inset 0 2px 0 rgba(255,255,255,0.33); transition:all 0.3s; }
			.cta-scholarship section > article a:hover { letter-spacing:2px; box-shadow:inset 0 2px 0 #FFF; }
			
	.cta-chairman a { display:flex; align-items:end; color:#FFF; background-size:cover; background-position:center top; background-repeat:no-repeat; }
		.cta-chairman a::after { top:0; bottom:auto; left:auto; right:-12px; }
		.cta-chairman a section { float:left; width:100%; position:relative; }
			.cta-chairman a section strong { float:left; padding:5px 10px; position:relative; background-color:#FFF; color:#27B1CB; transition:all 0.3s; }
			.cta-chairman a:hover section strong { letter-spacing:1px; }
			.cta-chairman a section span { float:left; width:100%; margin:5px 0 -10px 0; position:relative; font-family:'Brygada 1918'; font-size:30px; font-weight:600; line-height:40px; }

.news-list { float:left; width:100%; overflow:hidden; }
.video-all { margin-top:20px; border-bottom:1px solid #F0F0F0; }
	.news-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.news-list li { width:25%; padding:0 20px; margin-bottom:53px; }
		.video-all li { width:33.33334%; }
			.news-list li a { float:left; width:100%; position:relative; }
				
				.news-list li picture { float:left; width:100%; position:relative; z-index:5; overflow:hidden; }
					
					.news-list li picture img { float:left; width:100%; transform-origin:center; transition:all 1s; }
					.news-list li a:hover picture img { transform:scale(1.08, 1.08); }
					
					.video-list li picture::after { content:""; position:absolute; top:calc(50% - 24px); left:calc(50% - 24px); width:48px; height:48px; background:rgba(0,0,0,0.5) url(../images/icon-play.png) no-repeat center / auto 20px; border-radius:50%; transition:all 0.25s; }
					.video-list li a:hover picture::after { left:calc(50% - 19px); background-color:#00A4C2; }
				
					.news-list li a span { float:left; width:100%; color:#999; padding-top:16px; font-size:13px; font-weight:600; letter-spacing:1px; }
						.news-list li a span::before { content:""; float:left; width:20px; height:2px; margin:9px 20px 0 0; background-color:#00A4C2; transition:all 0.3s; opacity:0.5; }
						.news-list li a:hover span::before { width:40px; opacity:1; }
					.news-list li a strong { float:left; width:100%; padding-top:6px; position:relative; font-size:16px; font-weight:600; line-height:25px; }

.news-wrap { float:left; width:100%; position:relative; }
	
	.news-content { float:left; width:calc(100% - 230px); margin-top:0; position:relative; }
	.project-wrap .news-content { width:calc(100% - 330px); }
		.news-photo { float:left; width:100%; margin-bottom:40px; position:relative; overflow:hidden; }
			.news-photo img { width:100%; }
			.news-photo::after , .page-photo picture::after , .page-photo-wide picture::after { content:""; position:absolute; bottom:0; right:-10px; width:20px; height:20px; background-color:#FFF; transform:skewX(-45deg); }
			.news-video::after { display:none; }
			.news-video iframe { position:absolute; top:0; left:0; }
		.news-text { margin-top:-11px; }

	.news-sidebar { float:right; width:200px; position:relative; }
	.project-wrap .news-sidebar { width:300px; }

.news-info { float:left; width:100%; padding:15px 0; margin-bottom:30px; position:relative; border-top:1px solid rgba(0,0,0,0.06); border-bottom:1px solid rgba(0,0,0,0.06); }
	.news-info section { float:left; width:100%; margin-bottom:16px; }
	.news-info section:last-child { margin-bottom:0; }
		.news-info section i { display:block; font-size:11px; font-weight:500; color:#999; letter-spacing:1px; }
		.news-info section strong { display:block; margin-top:-1px; font-weight:500; }
		.news-info section strong.project-value { margin-top:6px; font-family:'Brygada 1918'; font-size:40px; font-weight:500; color:#00A4C2; line-height:40px; }

.page-share { float:left; width:100%; position:relative; }
	.page-share ul { width:100%; }
		.page-share li { margin-right:10px; margin-bottom:10px; }
		.page-share li:last-child { margin-right:0; }
			.page-share li a { float:left; border:1px solid rgba(0,0,0,0.1); background-color:#00A4C2; transition:all 0.25s; border-radius:50%; }
			
			.page-share li a.share-whatsapp { background-color:#27C34B; }
			.page-share li a:hover { border-color:rgba(0,0,0,0.3); }
				.page-share li a img { float:left; height:40px; margin:-1px; }


.slider-graduate-wrap { float:left; width:100%; position:relative; background:#24346C url(../images/bg-graduate.png) no-repeat right bottom / auto 100%; color:#FFF; overflow:hidden; }
	.slider-graduate-wrap::before { content:""; position:absolute; bottom:0; left:-12px; width:24px; height:24px; background-color:#FFF; transform:skewX(45deg); }

	.slider-graduate-in { float:left; width:100%; max-width:1080px; position:relative; z-index:700; }
		.slider-graduate-in .link-all { position:absolute; right:0; bottom:0; width:calc(100% - 360px); z-index:710; }
			.slider-graduate-in .link-all::before { content:""; position:absolute; left:0; right:240px; top:calc(50% - 1px); height:2px; background-color:#FFF; opacity:0.1; }
			.slider-graduate-in .link-all a { float:right; }
	
	.slider-graduate { float:left; width:100%; padding-bottom:86px; position:relative; z-index:700; }
		.slider-graduate .slick-list { overflow:hidden; }
		.slider-graduate-item { float:left; width:100%; position:relative; overflow:hidden; }
			.slider-graduate-avatar { float:left; width:160px; }
				.slider-graduate-avatar img { width:100%; border-radius:50%; }
			.slider-graduate-comment { float:right; width:calc(100% - 220px); margin:10px 0 14px 0; font-family:'Brygada 1918'; font-size:30px; line-height:40px; }
			.slider-graduate-comment-alt { font-size:20px; line-height:30px; }
			.slider-graduate-owner { float:right; width:calc(100% - 220px); color:#00A4C2; font-size:16px; font-weight:600; }
	
	.slider-graduate .slick-prev { top:auto; bottom:0; left:220px; }
	.slider-graduate .slick-next { top:auto; bottom:0; left:280px; right:auto; }

.faq-wrap { float:left; width:100%; }
	.faq-left { float:left; width:calc(27% - 40px); }
	.faq-right { float:right; width:calc(73% - 40px); }

.page-content-wrap { float:left; width:100%; position:relative; }
.page-content { float:left; width:100%; position:relative; background-color:#FFF; z-index:20; }

.sidebar { float:left; width:240px; padding:40px 0; position:relative; }

	.left-menu { float:left; width:100%; position:relative; }
		.left-menu > ul { width:100%; }
			.left-menu > ul > li { width:100%; }
				.left-menu > ul > li a { float:left; width:100%; padding:14px 0; position:relative; font-size:16px; font-weight:600; transition:all 0.3s; }
					.left-menu > ul > li a::before { content:""; position:absolute; top:calc(50% - 2px); left:-20px; width:4px; height:4px; border-radius:50%; transition:all 0.3s; }
					.left-menu > ul > li a:hover::before { background-color:#00A4C2; }
				.left-menu > ul > li a.menu-active { color:#00A4C2; }
					.left-menu > ul > li a.menu-active::before { background-color:#00A4C2; }
					
				.left-menu li a.left-menu-multiple::after { content:""; position:absolute; right:5px; top:50%; width:16px; height:16px; margin-top:-8px; background:url(../images/icon-plus.png) no-repeat center / 100%; opacity:0.5; }
				.left-menu li a:hover.left-menu-multiple::after { opacity:1; }
				.left-menu li a:hover.left-menu-multiple { background-color:transparent; }
					
		.left-menu li ul.left-menu-sub { width:100%; border-top:1px solid rgba(0, 0, 0, 0.06); display:none; padding:14px 0 15px 20px; position:relative; }
			.left-menu li ul.left-menu-sub li { width:100%; border-bottom:0; }
			.left-menu li ul.left-menu-sub::before , .left-menu li ul.left-menu-sub::after { content:""; border-top:5px solid transparent; border-left:8px solid transparent; border-right:8px solid transparent; height:0; top:-1px; left:30px; position:absolute; width:0; border-top-color:#DDD; }
			.left-menu li ul.left-menu-sub::after { top:-2px; border-top-color:#FFF; }
			
			.left-menu li ul.left-menu-sub li a { padding:6px 20px 6px 20px; margin-bottom:1px; font-weight:500; font-size:14px; }
			.left-menu li ul.left-menu-sub li a::before { top:5px; bottom:5px; }

.right-block { float:right; width:calc(100% - 300px); padding:40px 0 60px 60px; position:relative; }
	.right-block::before { content:""; position:absolute; top:0; left:0; bottom:0; width:1px; background-color:#F0F0F0; }

.inner-5 { margin:0 -5px; }

/*	Start LIGHTBOX	*/

.fancybox-slide--iframe .fancybox-content { width:800px; min-height:300px; max-width:80%; max-height:80%; margin:0; }

.my-fancy { display:none; padding:30px !important; border-radius:8px; }
	
	.my-fancy-wrap { width:100%; max-width:800px; max-height:600px; overflow:hidden; overflow-y:auto; }
		.my-fancy-wrap::-webkit-scrollbar { width:5px; }
		.my-fancy-wrap::-webkit-scrollbar-track { background:#EEEEEE; }
		.my-fancy-wrap::-webkit-scrollbar-thumb { background-color:#555; }
		.my-fancy-wrap { scrollbar-color:#FFF #EEEEEE; scrollbar-width:thin; }

.fancy-title { float:left; width:100%; padding:0 20px; margin-bottom:15px; position:relative; font-size:16px; color:#000; }
	.fancy-title::before { content:""; position:absolute; top:50%; left:0; width:50px; height:2px; margin-top:-1px; background-color:#CEC9C8; }
	.fancy-title strong { float:left; padding:0 15px; position:relative; font-size:17px; background-color:#FFF; }

.fancy-content { float:left; width:100%; position:relative; font-size:16px; line-height:25px; }
.fancy-spacer { float:left; width:100%; height:1px; margin:15px 0; background-color:#EEE; }

.my-fancy-wrap .page-share { margin-top:5px; }

.fancy-form { float:left; width:100%; }
	.fancy-form .item { float:left; width:50%; padding:0 10px; margin-bottom:20px; }
	.fancy-form .item:last-child { margin-bottom:0; }
	.fancy-form .item-2 { width:calc(50% - 10px); }
		.fancy-form .item-2 label { float:left; width:100%; padding:9px; border:1px solid #999; border-radius:4px; font-weight:600; }
		.fancy-form .item a { font-weight:600; text-decoration:underline; }

/*	Finish LIGHTBOX	*/

.simple-list { float:left; width:100%; margin-top:10px; font-size:16px; font-weight:500; line-height:25px; }
	.simple-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.simple-list li { width:100%; padding:0 20px 20px 30px; position:relative; display:inline-block; vertical-align:top; background:url(../images/icon-ok.png) no-repeat 0 4px / 17px auto; }
		
.block-two { width:48%; }

.gallery { float:left; width:100%; position:relative; overflow:hidden; }
	.gallery ul { width:100%; }
		.gallery li { width:33.33334%; padding:0 1px 2px 1px; position:relative; }
		.news-gallery li { width:33.33334%; }
			.gallery li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; border-radius:4px; }
				.gallery li a::before { 
					content:""; 
					position:absolute; 
					top:calc(50% - 16px);
					left:calc(50% - 16px);
					width:30px;
					height:30px;
					border:1px solid #FFF;
					background:url(../images/icon-zoom.png) no-repeat center / 16px;
					transition:all 0.3s;
					border-radius:50%;
					z-index:10;
					opacity:0.75;
					}
				.gallery li a:hover::before { opacity:1; }
				.gallery li a section { float:left; width:100%; position:relative; overflow:hidden; }
					.gallery li a span { float:left; width:100%; background-size:cover; background-position:center; transform-origin:center bottom; transition:all 1s; }
					.gallery li a:hover span { transform:scale(1.09, 1.09); }
						.gallery li a span img { float:left; width:100%; }	

.management { float:left; width:100%; position:relative; z-index:100; line-height:30px; overflow:hidden; }
	.management ul { width:100%; display:flex; flex-flow:row wrap; }
		.management li { width:50%; padding:0 20px; margin:20px 0 40px 0; position:relative; z-index:1; }
		.management li:hover { z-index:2; }
			
			.management li article { float:left; width:100%; position:relative; display:flex; align-items:center; overflow:hidden; }
				.management li picture { float:left; width:200px; position:relative; z-index:10; overflow:hidden; }
					.management li picture img { float:left; width:200px; max-width:100%; }
					.management li picture::after { content:""; position:absolute; bottom:0; right:-6px; width:12px; height:12px; background-color:#FFF; transform:skewX(-45deg); }
				.management li section { float:right; width:calc(100% - 200px); padding-left:30px; position:relative; z-index:10; }
					.management li section strong { float:left; width:100%; position:relative; font-size:19px; font-weight:700; color:#00A4C2; }
					.management li section span { float:left; width:100%; padding:2px 0 20px 0; position:relative; font-size:15px; }
						.management li section span::after { content:""; position:absolute; left:0; bottom:4px; width:40px; height:2px; background-color:#CCC; }
					.management li section i { float:left; width:100%; margin-top:10px; color:#666; }
					.management li section a { float:left; margin-top:10px; position:relative; font-weight:700; letter-spacing:1px; line-height:30px; }
						.management li section a::before { content:""; float:left; width:25px; height:30px; background:url(../images/icon-plus.png) no-repeat 0 center / 16px; }

.gkv-press { float:left; width:100%; margin-top:20px; position:relative; }
	.gkv-press ul { width:100%; }
		.gkv-press li { width:33.33334%; padding:0 15px; margin-bottom:30px; position:relative; }
			.gkv-press li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; }
				.gkv-press li a span { float:left; width:100%; position:relative; background-size:cover; background-position:center top; transform-origin:center; transition:all 1s; }
				.gkv-press li a:hover span { transform:scale(1.2, 1.2); }
					.gkv-press li a::after { content:""; position:absolute; bottom:0; right:-7px; width:14px; height:14px; background-color:#FFF; transform:skewX(-45deg); z-index:100; }
					.gkv-press li a span::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(20deg,#24346C,rgb(36,52,108,0.1)); z-index:5; opacity:0.7; }
					.gkv-press li a span::after { 
						content:""; 
						position:absolute; 
						top:0;
						bottom:0;					
						left:0;
						right:0;
						background:url(../images/icon-zoom.png) no-repeat center / 24px;
						transition:all 0.3s;
						opacity:0;
						z-index:10;
						}
					.gkv-press li a span:hover::after { background-color:rgba(36,52,108,0.5); opacity:1; }
				.gkv-press li a img { float:left; width:100%; max-height:400px; }
				
				.gkv-press li a strong { position:absolute; left:0; right:0; bottom:0; padding:20px 20px 21px 30px; font-size:18px; font-weight:500; z-index:100; }
					.gkv-press li a strong::after { content:""; position:absolute; left:30px; bottom:0; width:50px; height:3px; background-color:#FFF; transition:all 0.3s; }
					.gkv-press li a:hover strong::after { width:100px; background-color:#00A4C2; }

/*	Start LOGIN + SIGN UP	*/

.page-login { width:100%; max-width:480px; margin:0 auto; position:relative; z-index:20; }

	.choose-membership { float:left; width:100%; padding-bottom:25px; text-align:center; }
		.choose-membership ul { width:100%; }
			.choose-membership li { width:50%; padding:0 5px; }
				.choose-membership li a { float:left; width:100%; position:relative; font-weight:600; color:#666; background-color:#FFF; border:1px solid #CCC; border-radius:23px; letter-spacing:1px; }
				.choose-membership li a:hover { border-color:#666; }
				.choose-membership li a.selected { color:#1AB563; border-color:#1AB563; }
					.choose-membership li a.selected::before , .choose-membership li a.selected::after { 
						content:"";
						border-top:4px solid transparent;
						border-left:10px solid transparent;
						border-right:10px solid transparent;
						height:0;
						bottom:-5px;
						left:50%;
						position:absolute;
						width:0;
						margin-left:-10px;
						border-top-color:#1AB563;
					}
					.choose-membership li a.selected::after { bottom:-4px; border-top-color:#FFF; }
					
					.choose-membership li a section { display:inline-block; padding:11px 0 12px 0; }
						.choose-membership li a section img { float:left; height:20px; padding:2px 0; margin-right:7px; }

.sign-form { float:left; width:100%; font-size:16px; }
	
	.sign-form > section { float:left; width:100%; margin-bottom:20px; position:relative; }
		.sign-form > section .input { font-weight:500; }
		.sign-form > section .button { width:100%; }
		.sign-form > section article { float:left; width:100%; margin-bottom:10px; font-weight:500; color:#999; letter-spacing:1px; }
		.sign-form > section a { font-weight:600; }
		.sign-form > section a:hover { text-decoration:underline; }
		.sign-form > section i { float:left; margin-right:20px; }
		.sign-form > section i:last-child { margin-right:0; }
		.sign-form > section .button { padding:0; }
		
		.sign-up { float:left; width:100%; padding:10px 0; text-align:center; position:relative; }
			.sign-up ul { width:100%; }
				.sign-up li { width:100%; padding-bottom:20px; }
				.sign-up li:last-child { padding-bottom:0; }
					.sign-up li a { float:left; width:100%; text-align:center; font-size:14px; font-weight:600; color:#FFF; line-height:45px; background-color:#4267b2; border-radius:25px; position:relative; }
					.sign-up li a:hover { background-color:#29487d; }
						.sign-up li a img { position:absolute; top:0; right:0; height:45px; padding:14px; }
			
			.sign-up section { float:left; width:100%; text-align:center; color:#999; letter-spacing:0.5px; }
				.sign-up section a { font-weight:600; }
				.sign-up section a:hover { text-decoration:underline; }
	
	.btn-password { position:absolute; top:calc(50% - 16px); right:7px; width:32px; height:32px; background:url(../images/icon-eye-close.png) no-repeat center / 16px; cursor:pointer; transition:all 0.3s; }
	.show-password { background-color:rgba(0,0,0,0.04); background-image:url(../images/icon-eye.png); border-radius:50%; }

/*	Start CONTACT	*/
	
.accordion { float:left; width:100%; position:relative; }
	
	.accordion-section-title { float:left; width:100%; margin-bottom:20px; position:relative; background-color:#F6F7F9; transition:all 0.4s; }
	.accordion-section-title:hover { color:#00A4C2; border-color:#00A4C2; }
		.accordion-section-title section { float:left; width:100%; padding:20px 60px 20px 30px; position:relative; font-size:18px; line-height:24px; overflow:hidden; }
			.accordion-section-title section::before { content:""; position:absolute; bottom:0; right:-6px; width:12px; height:12px; background-color:#FFF; transform:skewX(-45deg); }
	
		.accordion-section-title::before , .accordion-section-title::after { 
			content:""; 
			position:absolute; 
			top:50%; 
			right:20px; 
			width:12px; 
			height:2px; 
			margin-top:-1px; 
			background-color:#CCC; 
			transition:all 0.25s;
			}
		.accordion-section-title::after {
			background-color:#CCC;
			transform:rotate(90deg);
			opacity:1;
		}
	
	.accordion-section-title.active { background-color:#00A4C2; color:#FFF; }
		.accordion-section-title.active::before { background-color:#FFF; }
		.accordion-section-title.active::after { transform:rotate(0deg); opacity:0; }
		
	
	.accordion-section-content { float:left; width:100%; padding-left:30px; margin:-6px 0 31px 0; display:none; position:relative; font-size:16px; line-height:30px; }
		.accordion-section-content strong , .accordion-section-content b { color:#151515; font-weight:600; }
		.accordion-section-content a { font-weight:600; }
		
.contact-wrap { float:left; width:100%; position:relative; }

.contact-info { float:right; width:calc(50% - 40px); position:relative; }
	.contact-info section { float:left; width:100%; padding-left:40px; margin:10px 0; position:relative; font-weight:500; font-size:17px; line-height:30px; }
	.contact-info section:last-child { margin-bottom:0; font-weight:400; }
		.contact-info section img { position:absolute; top:0; left:0; height:24px; padding:2px 0; }
		.contact-info section i { display:block; margin:-4px 0 -2px 0; font-size:13px; font-weight:700; letter-spacing:2px; color:#636672; }
		.contact-info section article { display:block; margin-bottom:11px; }

.contact-form { float:left; width:calc(50% - 40px); position:relative; }
.career-form { width:100%; }
	
	.form-item { float:left; width:50%; padding:0 15px 30px 15px; position:relative; }
	.form-item-text { margin-top:-10px; color:#666; }
	.form-item:last-child { padding-bottom:0; }
		.form-item label { float:left; width:100%; }
		.form-item section { float:left; width:100%; font-size:17px; font-weight:600; margin-bottom:-10px; }
		.form-item a { text-decoration:underline; font-weight:600; }
		
		.security-code img { float:left; width:120px; height:50px; margin-right:10px; padding:3px; border:1px solid #999; background-color:#FFF; border-radius:4px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
		.security-code a.refresh { float:left; width:50px; height:50px; text-indent:-9999px; background:#FFF url(../images/refresh.png) no-repeat center center / 24px; border:1px solid #999; border-radius:4px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
		.security-code a:hover.refresh { background-color:#EEE; }

.contact-map { float:left; width:100%; height:600px; padding:4px; position:relative; border:1px solid #DDD; border-radius:4px; }
	
	.upload { float:left; width:100%; height:50px; position:relative; text-align:center; }

		.upload section {
			float:left;
			width:100%;
			height:100%;
			position:relative;
			border:1px solid #999;
			font-weight:500;
			font-size:16px;
			line-height:46px;
			z-index:2;
			background-color:#F6F6F6;
			border-radius:6px;
			box-shadow:5px 5px 0 rgba(0,0,0,0.03);
		}
		.upload:hover section { background-color:#EEE; }

		.upload input {
			display:block !important;
			width:100% !important;
			height:100% !important;
			opacity:0 !important;
			overflow:hidden !important;
			position:absolute;
			left:0;
			top:0;
			z-index:3;
			cursor:pointer;
		}

.scholarship-form { float:left; width:100%; position:relative; }
	
	.form-col { float:left; width:100%; display:flex; flex-flow:row wrap; }
	.if-btn { padding-right:100px; position:relative; }
		
		.item-1 , .item-2 , .item-3 , .item-4 , .item-5 , .item-6 , .item-auto { float:left; width:100%; padding:0 15px; margin-bottom:25px; }
		.item-2 { width:50%; }
		.item-3 { width:33.33334%; }
		.item-4 { width:25%; }
		.item-5 { width:20%; }
		.item-6 { width:16.66667%; }
		.item-auto { width:auto; }
		.item-mb { margin-bottom:0 !important; }
		
		.item-btn { position:absolute; top:30px; right:15px; width:70px; }
		
		.item-name { float:left; width:100%; margin-bottom:10px; font-weight:600; }
		.item-data { float:left; width:100%; }
		
		.item-special { float:left; width:100%; padding:15px 5px; background-color:#F7F7F7; font-weight:600; border-radius:4px; display:flex; align-items:center; }
			.item-special-title { float:left; margin-bottom:0; font-size:18px; color:#00A4C2; }
			.item-special-data { float:left; }
				.item-special-data label { float:left; margin-right:20px; }
				.item-special-data label:last-child { margin-right:0; }
			.item-special-link { float:right; margin-left:auto; margin-right:10px; text-align:center; }
				.item-special-link a { float:left; padding:5px 12px; background-color:#00A4C2; color:#FFF; border-radius:4px; }
				.item-special-link a:hover { background-color:#24346C; }

.account-form { width:100%; max-width:600px; }
	.account-form .item-1 { padding:0; margin-bottom:20px; }

.applications { float:left; width:100%; position:relative; }
	.applications ul { width:100%; }
		.applications li { width:100%; margin-bottom:15px; }
			.applications li section { float:left; width:100%; padding:19px; border:1px solid #DDD; border-radius:5px; display:flex; align-items:center; font-size:16px; transition:all 0.3s; }
			.applications li section:hover { border-color:#00A4C2; }
				.app-name { width:calc(15%); padding-left:10px; font-weight:600; }
				.app-mail { width:20%; }
				.app-date { width:20%; }
				.app-date-short { width:15%; }
				.applications li section .link-all { width:auto; margin-left:auto; }
					.applications li section .link-all a { height:40px; padding:0 14px; font-weight:700; font-size:12px; line-height:36px; }
						.applications li section .link-all a::after { height:36px; margin-left:5px; background-size:20px auto; }

/*	Start PAGINATION	*/
	
.pages { float:left; width:100%; margin-top:40px; position:relative; font-weight:600; font-size:15px; line-height:50px; text-align:center; }
	.pages ul { float:none; display:inline-block; }
		.pages li { padding:0 5px; }
			.pages li a { float:left; width:50px; height:50px; color:#00A4C2; transition:all 0.3s; border-radius:50%; }
			.pages li a:hover , .pages li a.current { background-color:#F5F5F5; }
			.pages li a.current { background-color:#00A4C2; color:#FFF; }
				
.cookies-wrap { position:fixed; right:20px; bottom:0; width:400px; z-index:7950; display:none; }
	.cookies { float:left; width:100%; padding:25px 30px 20px 30px; position:relative; background-color:rgba(16,41,75, 0.85); backdrop-filter:blur(13px); color:#FFF; border-radius:4px 4px 0 0; }
		.cookies::before { content:""; position:absolute; right:15px; top:15px; left:15px; bottom:0; background:url(../images/icon-cookies.png) no-repeat 0 top / 60px auto; opacity:0.3; }
		.cookies section { float:left; width:100%; position:relative; }
		.cookies-close { position:absolute; top:-14px; right:20px; width:28px; height:28px; }
			.cookies-close span { float:left; width:100%; height:100%; position:relative; border-radius:4px; text-indent:-9999px; background:#00A4C2 url(../images/icon-close.png) no-repeat center / 12px; cursor:pointer; border:1px solid #FFF; }
			.cookies-close span:hover { background-size:14px; background-color:#24346C; }

.products-other li > section picture img { width:auto; max-width:100%; height:200px; }



.scroll-down { position:absolute; left:50%; bottom:0; width:200px; margin-left:-100px; z-index:1000; cursor:pointer; text-align:center; font-size:13px; font-weight:500; color:#666; letter-spacing:2px; line-height:60px; }
	.scroll-down::after { content:""; position:absolute; left:50%; top:-15px; width:2px; height:30px; margin-left:-1px; background-color:#A3C1C1; }
	.scroll-down:hover::after { background-color:#FFF; }


    .alert {
        float: left;
        width: 100%;
        padding: 20px;
        background-color: #f44336; /* Red */
        color: white;
        border-radius: 6px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .success {
        background-color: #4caf50;
    }

    .info {
        background-color: #2196f3;
    }

    .warning {
        background-color: #ff9800;
    }

    /* The close button */
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

        /* When moving the mouse over the close button */
        .closebtn:hover {
            color: black;
        }

.sub-title {
	float: left;
	width: 100%;
	margin: 49px 0 16px 0;
	position: relative;
	text-align: center;
	color: #10043F;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: -0.5px;
}

.shopping-continue {
	float: left;
	width: 100%;
	/*padding-top: 20px;
    margin-top: 20px;*/
	border-top: 1px solid #EEE;
}

	.shopping-continue a {
		float: left;
		border-radius: 5px;
		font-size: 16px;
		line-height: 50px;
		transition: all 0.3s;
		position: relative;
		min-width: 250px;
	}

		.shopping-continue a.go-on {
			float: right;
			padding: 0 15px 0 30px;
			background-color: #3ECE7E;
			font-weight: 700;
			color: #FFF;
			box-shadow: none;
			box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.13);
		}

		.shopping-continue a:hover.go-on {
			background-color: #1A1C4C;
		}

		.shopping-continue a.go-on.alt {
			background-color: #CE743E;
		}

		.shopping-continue a:hover.go-on.alt {
			background-color: #1A1C4C;
		}

		.shopping-continue a.go-on::after {
			content: "";
			float: right;
			width: 25px;
			height: 50px;
			margin-left: 10px;
			background: url(../images/arrow-white-right.png) no-repeat right 5px center / auto 20px;
			transition: all 0.15s;
		}

		.shopping-continue a:hover.go-on::after {
			background-position: right center;
		}

		.shopping-continue a.completed {
			float: right;
			padding: 0 15px 0 30px;
			background-color: #BBC3BF;
			font-weight: 700;
			color: #FFF;
			box-shadow: none;
			box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.13);
		}


.payment-success {
	float: left;
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #F0F0F0;
	text-align: center;
	line-height: 25px;
}

	.payment-success::before {
		content: "";
		display: inline-block;
		width: 200px;
		height: 100px;
		margin-bottom: 22px;
		background: url(../images/icon-check.png) no-repeat center;
		background-size: auto 100%;
	}

	.payment-success section {
		float: left;
		width: 100%;
	}

	.payment-success strong {
		color: #151515;
		font-weight: bold;
	}

	document-list {
    float: left;
    width: 100%;
}

    .document-list ul {
        width: 100%;
    }

    .document-list li {
        width: 100%;
        background-color: #F7F7F7;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .document-list label {
        float: left;
        width: 100%;
        padding: 15px 0 15px 20px;
        display: table;
        position: relative;
    }

        .document-list label p {
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -8px;
        }

        /*.document-list label img {
            float: left;
            width: 120px;
            margin-left: -150px;
        }*/

        .document-list a img { float:left; height:20px; padding:3px; }

        .document-list label span {
            width: 25%;
            display: table-cell;
            vertical-align: middle;
            color: #666;
        }

            .document-list label span strong {
                display: block;
                font-weight: normal;
                font-size: 13px;
                color: #151515;
            }

            .document-list label span i {
                display: block;
                font-size: 12px;
            }


			.project-list { float:left; width:100%; margin-top:20px; overflow:hidden; }
	.project-list ul { width:100%; display:flex; flex-flow:row wrap; }
		.project-list li { width:33.33334%; padding:0 20px; margin-bottom:60px; }
			
			.project-item { float:left; width:100%; height:100%; position:relative; display:flex; flex-direction:column; flex:1 1; }
				
				.project-item picture { float:left; width:100%; height:250px; position:relative; z-index:5; overflow:hidden; }
					.project-item picture::after { content:""; position:absolute; bottom:0; right:-7px; width:14px; height:14px; background-color:#FFF; transform:skewX(-45deg); z-index:100; transition:all 0.4s; }
					.project-item:hover picture::after { right:-16px; width:32px; height:32px; }
					
					.project-item picture img { float:left; width:100%; transform-origin:center; transition:all 1s; object-fit: cover; height: 350px; }
					.project-item:hover picture img { transform:scale(1.08, 1.08); }
					
					.project-item span { float:left; width:100%; color:#999; padding-top:16px; font-size:13px; font-weight:600; letter-spacing:1px; }
						.project-item span::before { content:""; float:left; width:20px; height:2px; margin:8px 20px 0 0; background-color:#00A4C2; transition:all 0.3s; opacity:0.5; }
						.project-item:hover span::before { width:40px; opacity:1; }
					.project-item strong { float:left; width:100%; margin:5px 0 6px 0; position:relative; font-size:20px; font-weight:600; line-height:25px; }
					.project-item article { float:left; width:100%; margin-bottom:13px; position:relative; font-size:16px; color:#666; line-height:25px; }
					.project-item small { float:left; width:100%; margin-top:auto; position:relative; font-family:'Brygada 1918'; font-size:30px; font-weight:500; color:#00A4C2; line-height:30px; }
						.project-item small::after { content:""; position:absolute; top:0; bottom:0; right:0; width:24px; background:url(../images/arrow-right.png) no-repeat center / 100% auto; }
					
					.project-item-progress { float:left; width:100%; margin:2px 0 16px 0; background-color:rgba(0,164,194,0.15); border-radius:5px; }
						.project-item-progress i { float:left; height:5px; background-color:#00A4C2; border-radius:5px; }
					

.project-like { float:left; width:100%; height:50px; padding:0 60px 0 30px; margin:-10px 0 20px 0; cursor:pointer; background-color:#00A4C2; font-size:17px; font-weight:700; color:#FFF !important; line-height:50px; position:relative; border-radius:25px; transition:all 0.3s; }
.project-like.liked { background-color:#27C34B !important; }
.project-like:hover { background-color:#00A4C2; }
	.project-like::after { content:""; position:absolute; top:0; bottom:0; right:20px; width:24px; background:url(../images/like.png) no-repeat center / 100% auto; }
	
.project-support { float:left; width:100%; height:50px; padding:0 60px 0 30px; margin:-10px 0 20px 0; cursor:pointer; background-color:#1C2855; font-size:17px; font-weight:700; color:#FFF !important; line-height:50px; position:relative; border-radius:25px; transition:all 0.3s; }
.project-support:hover { background-color:#00A4C2; }
	.project-support::after { content:""; position:absolute; top:0; bottom:0; right:20px; width:24px; background:url(../images/arrow-white-right.png) no-repeat center / 100% auto; }


.create-project-wrap { float:left; width:100%; position:relative; overflow:hidden; box-shadow:inset 0 1px 0 rgba(0,0,0,0.07); }
	
	.create-project-in { float:left; width:100%; position:relative; display:flex; flex-flow:row wrap; }
	
	.create-project-left , .create-project-right { float:left; width:30%; padding-top:23px; position:relative; }
	.create-project-left { padding-right:80px; }
		.create-project-left::before , .create-project-left::after { content:""; position:absolute; top:0; bottom:0; right:0; width:2000px; background-image:linear-gradient(180deg,rgba(0,0,0,0.04),rgba(0,0,0,0)); }
		.create-project-left::after { width:1px; }
		.create-project-left .medium-title { color:#00A4C2; }
		.create-project-left .page-about { margin-top:-1px; }
		.create-project-right .page-about { margin-top:-11px; }
	.create-project-right { width:70%; padding-top:30px; padding-left:80px; }

.project-tags { float:left; width:100%; position:relative; }
	.project-tags li { margin:0 10px 10px 0; }
		.project-tags li a { float:left; padding:9px 17px; position:relative; font-size:16px; font-weight:600; border:1px solid #CCC; border-radius:6px; box-shadow:5px 5px 0 rgba(0,0,0,0.03); }
		.project-tags li a:hover { background-color:#F5F5F5; box-shadow:5px 5px 0 rgba(0,0,0,0.05); }
		.project-tags li a.selected { border-color:rgba(0,0,0,0.2); background-color:#00A4C2; color:#FFF; box-shadow:5px 5px 0 rgba(0,0,0,0.05); }

.project-info { float:left; width:100%; padding:20px 25px; margin:-10px 0 10px 0; position:relative; border-radius:6px; background-color:rgba(0,164,194,0.1); font-size:16px; }
	.project-info ul , .project-info ol { float:none; padding-bottom:20px; display:table; }
	.project-info ol { padding-left:30px; display:inline-block; }
	.project-info ul:last-child , .project-info ol:last-child { padding-bottom:0; }
		
		.project-info ul li { width:100%; padding-left:25px; margin-bottom:10px; position:relative; }
		.project-info ul li:last-child { margin-bottom:0; }
			.project-info ul li::before { content:""; position:absolute; top:6px; left:0; width:8px; height:8px; background-color:#00A4C2; border-radius:50%; }
		
		.project-info ol li { width:100%; margin-bottom:15px; display:list-item; list-style:decimal; }
		.project-info ul li:last-child , .article-content ol li:last-child { margin-bottom:0; }
			.project-info ol li::marker { font-weight:600; }

.project-preview-list { margin-top:0; }
	.project-preview-list li { width:50%; padding:0 10px; margin-bottom:20px; }
	.project-preview-list .project-item { padding:19px; border:1px solid #DDD; border-radius:6px; transition:all 0.3s; }
	.project-preview-list .project-item:hover , .project-preview-list .project-item.selected { border-color:#00A4C2; }
	.project-preview-list .project-item strong { font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
	.project-preview-list .project-item article { overflow:hidden; vertical-align:middle; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

.project-preview { float:left; width:100%; margin-top:30px; position:relative; }
	.preview-item { float:left; width:100%; padding:15px 0; border-bottom:1px solid rgba(0,0,0,0.06); }
		.preview-item section { float:left; width:100%; margin-bottom:10px; display:flex; align-items:center; font-size:16px; }
		.preview-item section:last-child { margin-bottom:5px; }
			.preview-item section article { float:left; font-weight:700; }
			.preview-item section .btn-light { float:right; width:auto !important; height:32px; padding:0 15px; margin:0 0 0 auto !important; font-size:11px; font-weight:700; line-height:32px; border-radius:16px; color:#000; }
		
		.preview-media { float:left; width:100%; height:350px; position:relative; border-radius:6px; background-size:cover; background-position:center; background-repeat:no-repeat; }
			.preview-media::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; border:1px solid rgba(0,0,0,0.1); border-radius:6px; }

@media only screen and (max-width:1760px) {
	.outer { float:left; width:100%; }
}


@media only screen and (max-width:1440px) {
	.wrap { width:1200px; }

	#nav li > a { padding:0 20px; }

	.slider-hero-wrap::before { top:-20px; }
	.slider-hero-wrap::after { display:none; }
	.slider-hero-title strong { font-size:40px; line-height:50px; }
	.slider-hero-item::after { background-size:auto 33%; }

	.top-150 { padding-top:100px; }
	.top-100 { padding-top:75px; }
	.top-50 { padding-top:35px; }
	.bottom-150 { padding-bottom:100px; }
	.bottom-100 { padding-bottom:75px; }
	.bottom-50 { padding-bottom:35px; }

	.webinar-all ul > li { width:50%; }

	.contact-wrap { margin-top:20px; }

	.create-project-left { padding-top:13px; padding-right:40px; }
	.create-project-right { padding-top:20px; padding-left:60px; }
}


@media only screen and (max-width:1320px) {
	.wrap { width:980px; }

	.search-icon { width:80px; }
	.header-avatar , .header-login { padding:0 20px 0 45px; }
	.header-avatar::after , .header-login::after { left:15px; }

	#nav li:first-child { display:none; }
	#nav li > a { padding:0 15px; }

	.boxed-title a { margin-right:-20px; }
	.webinar-item { padding:20px; }

	.home-announcements { width:calc(50% - 40px); }
	.cta-scholarship section > article a { padding-top:20px; padding-bottom:20px; }
	.cta-scholarship section , .cta-chairman a { padding:25px; }
	.cta-scholarship section > article { left:25px; }

	.news-list .inner-20 { margin:0 -10px; }
	.news-list li { padding:0 10px; margin-bottom:43px; }

	.faq-left { width:27%; }

	.footer-wrap::before { width:40px; height:40px; }
	.footer , .copyright { padding:40px 0; }

	.page-title { margin-top:41px; margin-bottom:19px; }
	.sub-hero-title { padding:20px 0; font-size:32px; }

	.sidebar { width:200px; padding:24px 0; }
	.left-menu > ul > li a { padding:10px 0; }
	.left-menu > ul > li a::before { left:-14px; }
	.right-block { width:calc(100% - 240px); padding:20px 0 40px 40px; }
	.stats { padding:20px 30px; }
	.stats ul { margin-bottom:-30px; }
	.stats li { margin-bottom:30px; flex-basis:50%; }

	.webinar-all .inner-30 { margin:0 -20px; }
	.video-all li { width:50%; }

	.steps { margin-top:5px; }

	.scholarship-form .inner-15 { margin:0 -10px; }
	.item-1 , .item-2 , .item-3 , .item-4 , .item-5 , .item-6 , .item-auto { padding:0 10px; margin-bottom:20px; }
	.if-btn { padding-right:90px; }
	.item-btn { right:10px; }

	.management li { width:100%; margin:20px 0; }
	.management li picture { width:140px; }
	.management li section { width:calc(100% - 140px); padding-left:25px; }

	.applications li section { display:block; }
	.app-name , .app-mail , .app-date { width:100%; padding-left:0; }
	.app-name { margin:-5px 0 5px 0; }
	.app-date { margin:5px 0 15px 0; }

	.gkv-press li { width:50%; }
	.preview-media { height:250px; }
}



@media only screen and (max-width:1023px) {
	.gkv { padding-top:70px; }
	.wrap , .wrap-slim { float:left; width:100%; padding:0 30px; }

	.header { background-color:#24346C; box-shadow:0 0 15px rgba(0,164,194,0.2); }
	.header .wrap { padding:0; }
	.header-in { height:70px; }

	#logo { padding-left:15px; }
		#logo img { height:44px; }

	.search-icon { width:70px; height:70px; }

	.header-account { margin-right:15px; }
	.header-avatar , .header-login { height:40px; font-size:14px; line-height:40px; }
	.header-avatar::after , .header-login::after { background-size:16px; }

	.header-menu { top:47px; right:-5px; width:250px; }
	.header-menu::before , .header-menu::after { right:14px; }

	.nav-icon { float:right; width:80px; height:70px; margin-right:0; position:relative; cursor:pointer; display:block; text-indent:-9999px; }
		.nav-icon span { position:absolute; top:50%; left:50%; width:32px; height:2px; margin:-1px 0 0 -16px; transition:all 0.5s; }
			.nav-icon span::before { content:""; position:absolute; top:-6px; left:0; right:0; height:2px; background-color:#00A4C2; transition:all 0.5s; }
			.nav-icon span::after { content:""; position:absolute; bottom:-6px; left:0; right:6px; height:2px; background-color:#00A4C2; transition:all 0.5s; }
	
	.nav-icon-close span { background-color:transparent; }
		.nav-icon-close span::before { 
			-webkit-transform:rotate(-135deg);
			-moz-transform:rotate(-135deg);
			-o-transform:rotate(-135deg);
			-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
			top:0;
		}
		.nav-icon-close span::after { 
			-webkit-transform:rotate(135deg);
			-moz-transform:rotate(135deg);
			-o-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
			transform:rotate(135deg);
			bottom:0;
			right:0;
			height:2px;
		}
		
	.nav-icon-close::before { 
		content:"";
		border-bottom:4px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-10px;
		border-bottom-color:#1A254D;
	}

#nav-wrap { position:fixed; top:70px; bottom:0; left:0; right:0; height:100vh; padding:30px 30px 100px 30px; background-color:#1A254D; overflow-y:auto; z-index:200; display:none; }
	#nav { width:100%; margin-right:0; }
		#nav ul { float:left; width:100%; border-top:1px solid rgba(255,255,255,0.05); }
			#nav li { width:100%; position:relative; border-bottom:1px solid rgba(255,255,255,0.05); }
			#nav li:first-child { display:block; }
				#nav li.nav-multi::before { content:""; position:absolute; left:auto; top:0; right:0; width:40px; height:60px; background:url(../images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; opacity:0.7; }
				#nav li.nav-multi::after { display:none; }
					#nav li > a { width:100%; padding:0 25px; color:#FFF; font-size:18px; letter-spacing:2px; line-height:60px; }
					#nav li > a:hover , #nav li > a.active { box-shadow:none; }
				
				#nav > ul li span { float:left; width:100%; position:relative; top:auto; left:auto; box-shadow:none; }
					#nav li span::before { border-bottom-color:#FFF; }
					#nav > ul li span a { padding:15px; font-size:16px; }
		
		#nav .nav-multi > span > div > article { float:left; width:100%; position:relative; top:auto; right:auto; margin-bottom:10px; box-shadow:none; border-bottom:1px solid #F2F2F2; }
			#nav .nav-multi > span > div::after { right:0; top:17px; transform:rotate(90deg); }
		
	.nav-opened { overflow:hidden; }

	.top-150 { padding-top:75px; }
	.top-100 { padding-top:50px; }
	.top-50 { padding-top:25px; }
	.bottom-150 { padding-bottom:75px; }
	.bottom-100 { padding-bottom:50px; }
	.bottom-50 { padding-bottom:25px; }

	.slider-hero-item { height:70vh; min-height:360px; }
	.slider-hero-wrap::before , .boxed-title::before { display:none; }
	.slider-hero-title strong { font-size:32px; line-height:40px; }
	.slider-hero-title .link-all a { height:40px; padding:0 19px; letter-spacing:0; font-weight:700; line-height:36px; }
	.slider-hero-title .link-all a::after { width:20px; height:36px; background-size:100% auto; }
	.slider-hero ul.slick-dots { padding-bottom:40px; }

	.webinar-list-wrap { margin-top:-25px; }
	.boxed-title { width:100%; }
	.boxed-title a { margin-right:0; }
	.webinar-list ul > li { width:50%; box-shadow:0 1px 0 rgba(0,0,0,0.06); }

	.home-block-wrap { display:block; }
	.home-announcements , .home-cta , .faq-left , .faq-right , .footer-left , .footer-right { width:100%; }
	.footer-right { margin-top:30px; border-top:2px solid rgba(255,255,255,0.07); }
	.home-cta , .faq-right { margin-top:30px; }
	.latest-announcements li a strong { white-space:initial; overflow:initial; text-overflow:initial; }

	.page-summary { margin-bottom:22px; }

	.news-list li { width:50%; }
	.slider-graduate-comment { margin:9px 0 15px 0; font-size:19px; line-height:30px; }

	.sub-hero { padding-top:0; }
	.breadcrumb { font-size:12px; line-height:40px; }
	.breadcrumb section { height:40px; }
	.breadcrumb i { height:40px; margin:0 15px; }

	.sidebar , .right-block::before { display:none; }
	.right-block { width:100%; padding-left:0; }
	.two-column { column-gap:40px; }

	.steps { width:100%; padding:0 5px; margin-top:10px; margin-bottom:5px; }
	.steps ul { float:left; width:100%; }
	.steps li { width:calc(20% - 40px); }
	.steps li div { float:none; display:inline-block; }

	.page-about-center { padding-left:5%; padding-right:5%; }

	.item-4 , .item-5 { width:50%; }
	.item-6 { width:33.33334%; }

	.contact-form , .contact-info { width:100%; }
	.contact-info { margin-top:40px; }
	.contact-info section { margin:5px 0; }
	.contact-map { height:480px; }

	.management li { margin-top:10px; }

	.project-wrap .news-content { width:100%; }
	.project-wrap .news-sidebar { width:100%; margin-top:20px; }

	.project-support { position:fixed; left:10px; right:10px; bottom:10px; width:auto; padding:0 0 0 20px; margin:0; z-index:7990; border-radius:4px; }
	.project-support::after { right:15px; }

	.create-project-left { width:100%; padding-top:3px; padding-right:0; }
	.create-project-left::before { right:-100px; }
	.create-project-left::after { width:auto; top:auto; right:-100px; left:-100px; height:1px; background:rgba(0,0,0,0.07); }
	.create-project-right { width:100%; padding-top:0; padding-left:0; }
}

@media only screen and (max-width:767px) {
	.wrap , .wrap-slim { padding:0 20px; }
	.cookies-wrap { right:0; left:0; width:auto; }
	.cookies { padding:15px 20px; font-size:12px; border-radius:0; }
	.cookies-close { right:10px; }
	.my-fancy { padding:20px !important; }

	.slider-hero-item::after { background-size:70% auto; background-position:center bottom; }
	.slider-hero-title { left:20px; right:20px; padding-bottom:70px; }
	.slider-hero-title strong::before { border-top:20px solid transparent; border-right:20px solid transparent; left:-20px; top:-13px; border-top-color:#FFDC00; }
	.slider-hero-title .link-all { margin-top:15px; }

	.accordion-section-title { margin-bottom:15px; }
	.accordion-section-title section { padding:15px 50px 15px 20px; font-size:16px; line-height:20px; }
	.accordion-section-content { padding-left:20px; margin-top:-1px; }

	.footer-wrap::before { width:24px; height:24px; }
	.footer-wrap::after { right:20px; background-size:60% auto; }
	.footer-section-logo { display:none; }
	.footer-section-social { margin-top:0; margin-bottom:20px; }

	.page-title { margin-top:40px; margin-bottom:15px; font-weight:600; font-size:32px; line-height:40px; }
	.boxed-title { padding:0 20px; }
	.page-about-center { padding-left:0; padding-right:0; }

	.two-column { column-count:1; }

	.item-3 { width:50%; }

	.news-content { width:100%; }
	.news-photo { margin-bottom:30px; }
	.news-sidebar { width:100%; margin-top:20px; }
	.news-info { padding:10px 0; margin-bottom:20px; }

	.management li { margin-top:0; }
}

@media only screen and (max-width:640px) {
	.slider-hero-title-in { width:100%; }
	.slider-hero-title strong { font-size:24px; line-height:30px; }

	.slider-graduate-wrap { background-size:50% auto; text-align:center; }
	.slider-graduate-avatar { width:100%; }
	.slider-graduate-avatar img { max-width:120px; }
	.slider-graduate-comment , .slider-graduate-owner { width:100%; }

	.slider-graduate .slick-prev { left:0; }
	.slider-graduate .slick-next { left:60px; }
	.slider-graduate-in .link-all { width:calc(100% - 130px); }
	.slider-graduate-in .link-all a { width:100%; padding:0; letter-spacing:0; }
	.slider-graduate-in .link-all::before , .slider-graduate-in .link-all a::after , .sub-hero > .outer { display:none; }

	.footer , .copyright { padding:30px 0; }
	.copyright .left , .copyright .right { width:100%; }
	.copyright .right { margin-top:10px; }

	.item-6 , .gallery li { width:50%; }

	.site-search::after { background-size:80% auto; }

	.project-tags li a { padding:9px 14px; font-size:14px; }
}

@media only screen and (max-width:540px) {
	.header-avatar , .header-login { width:40px; padding:0; text-indent:-9999px; }
	.header-avatar::after , .header-login::after { left:0; width:100%; background-size:18px; }

	.slider-hero-item { height:60vh; }

	.footer-phone { width:100%; padding-left:0; margin:20px 0 -10px 0; border-left:0; }
	.footer-section-apply a { padding:15px 20px; font-size:14px; letter-spacing:0; }
	.copyright .left section a { margin-right:20px; }

	.latest-announcements li a section { padding-left:50px; }

	.webinar-list ul > li , .news-list li { width:100%; }
	.webinar-list ul::after , .webinar-list ul > li::before { display:none; }
	.webinar-item { padding:20px 0; }
	.webinar-all .inner-30 { margin:0; }

	.cta-scholarship , .cta-chairman { width:100%; }
	.cta-chairman { margin-top:20px; }

	.stats { padding:15px 25px; }
	.stats li { flex-basis:100%; }

	.steps { margin-bottom:0; }
	.steps li { width:calc(20% - 20px); padding:0; margin:0 10px; }
	.steps li div { width:24px; height:24px; font-size:12px; line-height:24px; }

	.item-2 , .item-3 , .item-4 , .item-5 , .item-1 .button { width:100%; }
	.item-1 .button { margin-top:20px; }
	.item-name { margin-bottom:5px; }

	.item-special { padding:15px 5px; display:block; }
	.item-special-data , .item-special-link { width:100%; padding:10px 0 0 10px; margin-right:0; }
	.if-btn { padding-right:0; } 
	.item-btn { float:left; width:100%; padding:0 10px; margin-bottom:20px; position:static; }

	.contact-info section i { margin-bottom:-7px; }
	.form-item { width:100%; padding-bottom:20px; }
	.form-item .button { width:100%; padding:0; }
	.contact-map { height:360px; }

	.page-photo { width:100%; max-width:initial; padding:0 0 20px 0; }
	.page-photo picture { max-width:350px; }

	.preview-media { height:180px; }
}

@media only screen and (max-width:440px) {
	.applications li section .link-all , .gkv-press li { width:100%; }
	.gkv-press li { margin-bottom:20px; }
}

@media only screen and (max-width:374px) { }


@font-face {
    font-family: 'Averta';
    src: url('averta_bold.eot');
    src: url('averta_bold.eot?#iefix') format('embedded-opentype'),
         url('averta_bold.woff2') format('woff2'),
         url('averta_bold.woff') format('woff'),
         url('averta_bold.svg#avertabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('averta_extrabold.eot');
    src: url('averta_extrabold.eot?#iefix') format('embedded-opentype'),
         url('averta_extrabold.woff2') format('woff2'),
         url('averta_extrabold.woff') format('woff'),
         url('averta_extrabold.svg#avertaextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('averta_light.eot');
    src: url('averta_light.eot?#iefix') format('embedded-opentype'),
         url('averta_light.woff2') format('woff2'),
         url('averta_light.woff') format('woff'),
         url('averta_light.svg#avertalight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('averta_semibold.eot');
    src: url('averta_semibold.eot?#iefix') format('embedded-opentype'),
         url('averta_semibold.woff2') format('woff2'),
         url('averta_semibold.woff') format('woff'),
         url('averta_semibold.svg#avertasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('averta.eot');
    src: url('averta.eot?#iefix') format('embedded-opentype'),
         url('averta.woff2') format('woff2'),
         url('averta.woff') format('woff'),
         url('averta.svg#avertaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background:#0670D8;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #C09C62;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-button--thumbs { display:none !important; }
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

