@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-family:"Montserrat", sans-serif;
	font-size:15px;
	color:#111;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:15px;
	color:#111;
	text-decoration:none;
    font-family:"Montserrat", sans-serif;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:"Montserrat", sans-serif;
}
button {
    cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    top:0;
    left:0;
    z-index:10;
}
#popup .window {
	width:calc(100% - 100px);
	height:100%;
	max-width:500px;
    max-height:500px;
    left:50%;
    top:50%;
	transform:translate(-50%, -50%);
    position:fixed;
}
#popup .window figure img {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window figure iframe {
	width:100%;
	height:100%;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#popup .window a.close {
    width:30px;
    height:30px;
    line-height:30px;
    background:url(/Images/icon-close.png) no-repeat center #ee7514;
    top:0;
    right:-30px;
    position:absolute;
    z-index:2;
    cursor:pointer;
    border-radius:5px;
}
.recess {
    width:1200px;
    margin:auto;
    z-index:4;
    position:relative;
}
#page {
    width:100%;
}
#header {
    width:100%;
    height:105px;
    position:absolute;
    top:0;
    z-index:5;
    background:rgba(170, 170, 170, 0.45);
}
#header.style-2 {
    background:#fff;
}
#header.click {
    height:100%;
    background:none;
}
#header .recess {
    width:calc(100% - 260px);
    position:absolute;
    z-index:2;
    top:0;
    left:130px;
    padding:10px 0;
}
#header .logo {
    float:left;
    width:90px;
    margin-right:140px;
}
#header .lang {
    float:right;
    margin-top:28px;
}
#header.click .lang {
    margin:25px 50px 0 0;
}
#header .lang a {
    display:block;
    padding:5px 10px;
    border:solid 1px #fff;
    width:max-content;
    color:#fff;
    font-weight:600;
}
#header.click .lang a,
#header.style-2 .lang a {
    border:solid 1px #0f3e83;
    color:#0f3e83;
}
#index {
    font-family:"Montserrat", sans-serif;
}
#index .inner {
    padding:0 60px;
}
#index a {
    font-family:"Montserrat", sans-serif;
}
#index .who-are-we {
    padding:140px 0;
    max-width:1100px;
    margin:auto;
}
#index .who-are-we .left-column {
    width:300px;
    float:left;
    margin-right:50px;
    font-size:46px;
    font-weight:800;
}
#index .who-are-we .right-column {
    width:calc(100% - 350px);
    float:left;
    line-height:26px;
    font-size:16px;
}
#index .who-are-we .right-column p:not(:last-child) {
    margin-bottom:20px;
}
#index .our-purpose {
    margin-bottom:140px;
}
#index .our-purpose .left-column {
    width:55%;
    height:512px;
    float:left;
    position:relative;
}
#index .our-purpose .left-column figure {
}
#index .our-purpose .right-column {
    width:calc(45% - 100px);
    float:left;
    margin-left:100px;
    padding-top:60px;
}
#index .our-purpose .right-column h2 {
    font-size:60px;
    font-weight:700;
    margin-bottom:30px;
}
#index .our-purpose .right-column p {
    line-height:26px;
    font-size:16px;
    margin-bottom:30px;
}
#index .our-purpose .right-column a {
    display:block;
    width:min-content;
    padding:15px 30px;
    color:#fff;
    background:#0f3e83;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
}
#index .tabs-2 {
    margin:0 auto 180px auto;
    max-width:1500px;
}
#index .tabs-2 .tab .right-column,
#index .tabs-2 .tab .left-column {
    min-height:200px;
    float:left;
    position:relative;
}
#index .tabs-2 .tab .left-column {
    margin:60px;
    width:600px;
}
#index .tabs-2 .tab .left-column ul li {
    background:#143b84;
    border-radius:50%;    
    position:absolute;
    color:#fff;
    text-align:center;
    line-height:100%;
}
#index .tabs-2 .tab .left-column ul li:first-child {
    width:270px;
    height:270px;
    line-height:270px;
    left:0;
    top:120px;
}
#index .tabs-2 .tab .left-column ul li:nth-child(2) {
    width:240px;
    height:240px;
    line-height:240px;
    background:#7acaf0;
    right:20px;
    top:170px;
}
#index .tabs-2 .tab .left-column ul li:nth-child(3) {
    width:170px;
    height:170px;
    line-height:170px;
    background:#0d4f9e;
    left:200px;
    top:380px;
}
#index .tabs-2 .tab .left-column ul li:nth-child(4) {
    width:170px;
    height:170px;
    line-height:170px;
    background:#76a3d6;
    left:240px;
    top:0;
}
#index .tabs-2 .tab .left-column ul li {
    transition:transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change:transform;
    z-index:1;
}
#index .tabs-2 .tab .left-column ul li:hover {
    transform:scale(1.06);
}
#index .tabs-2 .tab .left-column ul li:hover::before {
    opacity:1;
    transform:translate(-50%, -50%) scale(1);
}
#index .tabs-2 .tab .left-column ul li::after {
    content:'';
    position:absolute;
    inset:0;
    border-radius:50%;
    background:radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.1), transparent 60%);
    pointer-events:none;
    z-index:0;
}
#index .tabs-2 .tab .left-column ul li a {
    color:#fff;
    display:block;
    font-size:30px;
    font-weight:600;
}
#index .tabs-2 .tab .left-column ul li p {
    position:absolute;
    color:#111;
    width:80px;
    text-align:center;
    font-size:20px;
    color:#0f3e83;
    font-weight:500;
}
#index .tabs-2 .tab .left-column ul li:first-child p {
    top:calc(50% + 10px);
    left:0;
}
#index .tabs-2 .tab .left-column ul li:nth-child(2) p {
    top:calc(-50% - 20px);
    right:20px;
}
#index .tabs-2 .tab .left-column ul li:nth-child(3) p {
    left:calc(50% - 40px);
    top:calc(50% + 20px);
}
#index .tabs-2 .tab .left-column ul li:nth-child(4) p {
    left:calc(50% - 40px);
    top:calc(-50% - 20px);
}
#index .tabs-2 .tab .right-column {
    width:calc(100% - 720px);
    color:#0f3e83;
}
#index .tabs-2 .tab .right-column .text {
    text-align:center;
    margin-bottom:30px;
}
#index .tabs-2 .tab .right-column .text h2 {
    font-size:36px;
    margin-bottom:10px;
}
#index .tabs-2 .tab .right-column .text h3 {
    font-size:20px;
    color:#0f3e83;
    font-weight:500;
}
#index .tabs-2 .tab .right-column .table {
    background:#fef8ed;
    border-radius:40px;
    padding-left:30px;
    width:100%;
}
#index .tabs-2 .tab .right-column .table ul li {
    float:left;
    width:50%;
    padding:120px 0;
}
#index .tabs-2 .tab .right-column .table ul li:first-child {
    background:#fdf0dc;
    
    border-radius:40px;
}
#index .tabs-2 .tab .right-column .table ul li div {
    width:calc(100% - 20px);
    width:100%;
    display:table;
    padding:20px;
    transition:all 0.2s ease;
    transform-origin:center center;
    will-change:transform;
}
#index .tabs-2 .tab .right-column .table ul li div:first-child {
    margin-bottom:40px;
}
#index .tabs-2 .tab .right-column .table ul li div.active-effect {
    transform:scale(1.05);
    border-radius:20px;
    background-color:rgba(255,255,255,.5);
    box-shadow:0 20px 30px rgba(0, 0, 0, 0.25);
    z-index:10;
    position:relative;
}
#index .tabs-2 .tab .right-column .table ul li div figure {
    width:80px;
    display:inline-block;
    margin-right:20px;
    vertical-align:middle;
}
#index .tabs-2 .tab .right-column .table ul li div p {
    width:calc(100% - 100px);
    display:inline-block;
    vertical-align:middle;
}
#index .tabs-2 .tab .right-column .table ul li div p span {
    display:block;
    font-size:18px;
}
#index .tabs-2 .tab .right-column .table ul li div p span:first-child {
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}
#index .news .title {
    text-align:center;
    width:100%;
    display:table;
    margin-bottom:20px;
}
#index .news .title figure {
    width:300px;
    display:inline-block;
    margin-right:20px;
}
#index .news .title .link {
    display:inline-block;
    top:-24px;
    position:relative;
}
#index .news .title .link a {
    display:block;
    background:#59606b;
    color:#fff;
    padding:20px 40px;
    border-radius:40px;
    font-weight:700;
    font-size:15px;
    letter-spacing:1px;
}
#index .news .list a {
    font-size:16px;
    line-height:24px;
}
#index .news .list ul li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 40px 0;
}
#index .news .list ul li:nth-child(4n) {
    margin-right:0;
}
#index .news .list ul li figure {
    margin-bottom:20px;
}
#index .news .list ul li span {
    display:block;
    margin-bottom:10px;
    color:#999;
    font-size:13px;
}
#index .projects h2 {
    font-size:22px;
    color:#0f3e83;
    margin-bottom:30px;
    float:left;
}
#index .projects .category {
    float:right;
}
#index .projects .category ul li {
    float:left;
    margin-right:30px;
}
#index .projects > ul > li  {
    width:calc(20% - 12px);
    height:auto;
    float:left;
    margin-right:15px;
    position:relative;
}
#index .projects > ul > li:last-child  {
    margin-right:0;
}
#index .projects > ul > li a p {
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    top:calc(50% - 50px);
    padding:20px;
    text-align:center;
    color:#fff;
    font-size:24px;
    font-weight:700;
    transition:all 0.5s ease;
}
#index .projects > ul > li a:hover p {
    top:50px;
}
#index .projects > ul > li a figure {
    position:relative;
}
#index .projects > ul > li a figure > span {
    position:absolute;
    width:100%;
    height:calc(100% - 3px);
    top:0;
    left:0;
    background:rgba(0,0,0,.1);
    overflow:hidden;
}
#index .projects > ul > li a figure > span i {
    position:absolute;
    width:160px;
    bottom:-40px;
    left:calc(50% - 80px);
    background:#0f3e83;
    color:#fff;
    padding:10px 0;
    display:block;
    font-style:normal;
    font-weight:600;
    border-radius:20px;
    text-align:center;
    font-size:14px;
    transition:all 0.5s ease;
}
#index .projects > ul > li a:hover figure > span i {
    bottom:40px;
}
#index .recess > .links {
    margin:50px 0 80px 0;
    text-align:center;
}
#index .recess > .links ul li {
    display:inline-block;
}
#index .recess > .links ul li:nth-child(2) {
    margin:0 30px;
}
#index .recess > .links ul li a {
    display:block;
    width:max-content;
    padding:10px 30px;
    background:#f9ab00;
    color:#fff;
    font-weight:700;
    font-size:14px;
    border-radius:2px;
    letter-spacing:1px;
}
#footer {
    margin-top:80px;
    background:#0f3e83;
    border-top:solid 2px #f0f0f0;
    color:#fff;
}
#footer a {
    color:#fff;
}
#footer .recess {
    padding:80px 0;
}
#footer .logo {
    float:left;
    width:400px;
}
#footer .logo span {
    display:inline-block;
    vertical-align:middle;
    height:50px;
    font-size:13px;
    font-weight:600;
}
#footer .logo a {
    display:inline-block;
}
#footer .logo img {
    width:auto;
    height:50px;
    margin:0 10px;
    border:solid 1px #fff;
}
#footer .logo .links ul {
    margin-top:10px;
}
#footer .logo .links ul li {
    margin-bottom:10px;
}
#footer .logo .links ul li:last-child {
    margin-bottom:0;
}
#footer .mobile-menu > ul > li > a,
#footer .logo .links ul li a {
    font-size:13px;
}
#footer .logo .social-media {
    margin-top:30px;
}
#footer .social-media ul li {
    float:left;
}
#footer .social-media ul li a {
    font-size:14px;
    color:#c4c4c4;
    font-weight:bold;
    cursor:pointer;
}
#footer .social-media ul li a:hover {
    color:#7e7e7e;
}
#footer .social-media ul li.icon {
    margin:8px 5px 0 0;
}
#footer .social-media ul li.icon a {
    width:16px;
    height:16px;
    display:block;
    background:no-repeat center;
}
#footer .social-media ul li.icon.facebook a {
    background-image:url(/Images/icon-facebook.png);
}
#footer .social-media ul li.icon.twitter a {
    background-image:url(/Images/icon-twitter.png);
}
#footer .social-media ul li.icon.instagram a {
    background-image:url(/Images/icon-instagram.png);
}
#footer .social-media ul li.icon.youtube a {
    background-image:url(/Images/icon-youtube.png);
}
#footer .social-media ul li.icon.linkedin a {
    background-image:url(/Images/icon-linkedin.png);
}
#footer .menu {
    float:left;
    width:calc(100% - 400px);
    margin-top:10px;
}
#footer .menu > ul > li {
	float:left;
    width:calc(33% - 30px);
    margin-right:45px;
}
#footer .menu > ul > li:last-child {
    margin-right:0;
}
#footer .menu > ul > li > span {
    font-size:15px;
    font-weight:700;
    margin-bottom:20px;
    display:block;
}
#footer .menu > ul > li > ul > li {
    margin-bottom:17px;
}
#footer .menu > ul > li > ul > li > a {
    display:block;
    padding:2px;
    font-size:14px;
    font-weight:500;
}
#footer .mobile-menu  {
    text-align:center;
    margin-bottom:20px;
    display:none;
}
#footer .mobile-menu > .links > ul {
	display:table;
    margin:auto;
}
#footer .mobile-menu > .links > ul > li {
	display:table-cell;
    width:max-content;
    padding:0 20px;
}
#footer .mobile-menu .social-media {
    margin:30px auto 0 auto;
    width:max-content;
}
#content {
    font-family:'Raleway', sans-serif;
    margin-top:100px;
}
#content .web-tv {
    height:400px;
    background:no-repeat center;
    background-size:cover;
    margin-bottom:50px;
    position:relative;
    color:#fff;
}
#content .web-tv.style-null {
    height:300px;
    background:#0f3e83;
}
#content .web-tv .recess {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
#content .web-tv.style-1 {
    background-image:url(/Images/Photos/web-tv-inner-1.jpg)
}
#content .web-tv.style-2 {
    background-image:url(/Images/Photos/web-tv-inner-2.jpg)
}
#content .web-tv.style-3 {
    background-image:url(/Images/Photos/web-tv-inner-3.jpg)
}
#content .web-tv.style-4 {
    background-image:url(/Images/Photos/web-tv-inner-4.jpg)
}
#content .web-tv.style-5 {
    background-image:url(/Images/Photos/web-tv-inner-5.jpg)
}
#content .web-tv.style-10 {
    background-image:url(/Images/Photos/web-tv-inner-10.jpg)
}
#content .web-tv h1 {
    color:#fff;
    font-size:50px;
    margin-top:10px;
}
#content .web-tv a {
    color:#fff;
}
#content .web-tv .breadcrumb ul li {
    display:inline-block;
    background:url(/Images/breadcrumb-arrow.png) no-repeat center right;
    padding-right:20px;
    margin-right:10px;
}
#content .web-tv .breadcrumb ul li:last-child {
    background:none;
    padding-right:0;
    margin-right:0;
}
#content .web-tv .breadcrumb ul li span,
#content .web-tv .breadcrumb ul li a {
    display:block;
}
#content .left-column {
    width:300px;
    float:left;
    margin-right:50px;
}
#content .left-column h1 {
    font-size:22px;
    padding:30px 20px;
    background:#f9ab00;
    color:#fff;
    border-right:solid 5px #e49e05;
    min-width:300px;
    width:max-content;
}
#content .left-column h1.style-2 {
    margin-top:-40px;
}
#content .left-column .menu {
    padding:0 20px;
    background:#fafdfe;
}
#content .left-column .menu ul.submenuOl {
    background:#f5f5f5;
    width:calc(100% - 20px);
    margin:0 auto 10px auto;
}
#content .left-column .menu ul li {
    border-bottom:dotted 1px #c7e3ee;
}
#content .left-column .menu ul li:last-child {
    border-bottom:0;
}
#content .left-column .menu ul li span,
#content .left-column .menu ul li a {
    display:block;
    padding:15px 10px;
    font-weight:700;
    font-size:16px;
    cursor:pointer;
}
#content .left-column .menu ul li.select a,
#content .left-column .menu ul li a:hover {
    color:#0379ab;
    border-right:solid 5px #0379ab;
}
#content .left-column .menu ul li span {
    position:relative;
}
#content .right-column {
    width:calc(100% - 350px);
    float:left;
}
#press h1,
#press-detail h1,
#project h2,
#content .first-column h2,
#content .right-column h2 {
    font-size:22px;
    margin-bottom:30px;
    color:#0379ab;
}
#content .right-column h2.style-2 {
    margin-bottom:10px;
}
#content .right-column h3 {
    font-size:18px;
    margin-bottom:15px;
    color:#284856;
}
#content .right-column h4 {
    font-size:14px;
    margin-bottom:30px;
    font-weight:700;
}
#content .first-column article,
#content .right-column article {
    line-height:28px;
}
#content .right-column article figure.photo {
    margin-bottom:20px;
}
#content .right-column article p:not(:last-child) {
    margin-bottom:20px;
}
#content .right-column article .links {
    width:90%;
    padding:40px 30px;
    background:#eee;
    margin:100px auto 0 auto;
}
#content .right-column article .links a {
    display:block;
}
#content .right-column article .links ul {
    display:table;
    width:100%;
}
#content .right-column article .links ul li {
    display:table-cell;
    width:50%;
    height:100%;
    border-right:solid 1px #fff;
    padding-right:20px;
}
#content .right-column article .links ul li:last-child {
    border-right:0;
    padding-right:0;
    padding-left:20px;
}
#content .right-column article .links ul li h5 {
    margin-bottom:20px;
    font-size:20px;
    color:#8f2c48;
}
#content .right-column article .links ul li figure {
    width:80px;
    height:80px;
    background:#fff;
    float:left;
    margin-right:20px;
}
#content .right-column article .links ul li p {
    width:calc(100% - 100px);
    float:left;
    font-size:12px;
    line-height:16px;
}
#content .right-column article .board-directors {
    line-height:22px;
}
#content .right-column article .board-directors ul li {
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:solid 1px #f0f0f0;
}
#content .right-column article .board-directors ul li .name {
    margin-bottom:20px;
}
#content .right-column article .board-directors ul li .name strong {
    font-size:15px;
}
#content .right-column article .board-directors ul li:last-child {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
#content .right-column article .table {
    margin-bottom:20px;
}
#content .right-column article .table.style-2 {
    margin-bottom:40px;
}
#content .right-column article .table ol {
    list-style:none;
    border:solid 1px #999;
    padding:0;
}
#content .right-column article .table ol li {
    display:table;
    width:100%;
}
#content .right-column article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .right-column article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .right-column article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
    vertical-align:middle;
}
#content .right-column article .table ol li.title span {
    padding:0 5px;
}
#content .right-column article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
    font-weight:700;
}
#content .right-column article .table ol li span a {
    color:#238ebc;
}
#content .right-column article .table .link {
    margin-top:15px;
}
#content .right-column article .table .link a {
    color:#238ebc;
    font-weight:700;
    font-size:16px;
}
#content .right-column article .table-3 {
   border:solid 1px #999;
}
#content .right-column article .table-3 .tr {
   width:100%;
   display:table;
   border-bottom:solid 1px #999;
}
#content .right-column article .table-3 .tr.total,
#content .right-column article .table-3 .tr.title {
    font-weight:700;
}
#content .right-column article .table-3 .tr.total {
   border-bottom:none;
}
#content .right-column article .table-3 .tr span {
   display:table-cell;
   border-right:solid 1px #999;
   width:25%;
   padding:10px;
}
#content .right-column article .table-3 .tr span:first-child {
   font-weight:700;
}
#content .right-column article .table-3 .tr span:last-child {
   border-right:none;
}
#content .right-column article .table-4 {
    margin-bottom:20px;
}
#content .right-column article .table-4 ol {
    border:solid 1px #999;
    padding:0;
}
#content .right-column article .table-4 ol li {
    display:table;
    width:100%;
}
#content .right-column article .table-4 ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .right-column article .table-4 ol li span {
    width:20%;
    display:table-cell;
    padding:5px 10px;
    vertical-align:middle;
}
#content .right-column article .table-4 ol li span:first-child {
    width:40%;
}
#content .right-column article .table-4 ol li span:not(:last-child) {
    border-right:solid 1px #999;
}
#content .right-column article .table-4 ol li.title span {
    font-weight:700;
}
/*#content .first-column {
    padding-top:30px;
}*/
#content .first-column article p {
    margin-bottom:20px;
}
#content .first-column article p:last-child {
    margin-bottom:20px;
}
#content .first-column article h5 {
    font-size:16px;
    margin-bottom:10px;
}
#content .first-column > article ol {
    list-style-type:disc;
    margin-left:30px;
}
#content .first-column > article ul li,
#content .first-column > article ol li {
    margin-bottom:5px;
}
#content .first-column article .table {
    margin:20px 0;
}
#content .first-column article .table ol {
    list-style:none;
    border:solid 1px #999;
}
#content .first-column article .table ol li {
    display:table;
    width:100%;
}
#content .first-column article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .first-column article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .first-column article .table ol li span {
    width:70%;
    display:table-cell;
    padding:10px;
}
#content .first-column article .table ol li.title span {
    padding:10px 5px;
}
#content .first-column article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .first-column article .table ol li span a {
    color:#238ebc;
}
#content .first-column article .table-2 {
    margin-bottom:20px;
}
#content .first-column article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .first-column article .table-2 ol li {
    display:table;
    width:100%;
}
#content .first-column article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .first-column article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .first-column article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .first-column article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .first-column article .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
.no-record {
    text-align:center;
    color:#bc1544;
    font-weight:600;
}
#projects .summary {
    line-height:22px;
    margin-bottom:50px;
}
#projects h3:not(:first-child) {
    margin-top:50px;
}
#projects ul {
    display:table;
    width:100%;
}
#projects ul li {
    width:calc(50% - 20px);
    display:inline-block;
    margin:0 0 40px 0;
    position:relative;
    vertical-align:top;
}
#projects ul li:nth-child(odd) {
    margin-right:40px;
}
#projects > ul > li a p {
    position:absolute;
    z-index:2;
    width:100%;
    height:100%;
    top:calc(50% - 50px);
    padding:20px;
    text-align:center;
    color:#fff;
    font-size:24px;
    font-weight:700;
    transition:all 0.5s ease;
}
#projects > ul > li a:hover p {
    top:50px;
}
#projects > ul > li a figure {
    position:relative;
}
#projects > ul > li a figure > span {
    position:absolute;
    width:100%;
    height:calc(100% - 3px);
    top:0;
    left:0;
    background:rgba(0,0,0,.1);
    overflow:hidden;
}
#projects > ul > li a figure > span i {
    position:absolute;
    width:160px;
    bottom:-40px;
    left:calc(50% - 80px);
    background:#0f3e83;
    color:#fff;
    padding:10px 0;
    display:block;
    font-style:normal;
    font-weight:600;
    border-radius:20px;
    text-align:center;
    font-size:14px;
    transition:all 0.5s ease;
}
#projects > ul > li a:hover figure > span i {
    bottom:40px;
}
#projects article .table-1 {
    font-size:13px;
    width:100%;
    overflow-x:auto;
    position:relative;
}
#projects article .table-1 td {
    padding:5px;
}
#projects article .table-1 td:last-child {
    text-align:right;
}
#projects article .table-1 tr:nth-last-child(-n+3) td:last-child {
   text-align:left;
}
#projects article .table-1 .title-4,
#projects article .table-1 .title-3,
#projects article .table-1 .title-2,
#projects article .table-1 .title-1 {
   background:#0f3e83;
   color:#fff;
   font-weight:700;
}
#projects article .table-1 .title-1 td:last-child {
    text-align:center;
}
#projects article .table-1 .title-2 {
   background:#f8ac00;
}
#projects article .table-1 .title-3 {
   background:#0379ab;
}
#projects article .table-4 {
    font-weight:bold;
}
#projects article .table-4 ul {
    display:table;
    width:100%;
}
#projects article .table-4 ul li {
    display:inline-block;
    vertical-align:top;
    padding:20px 30px;
    margin:0;
    background:#0f3e83;
    margin:0 20px;
    text-align:center;
    width:calc(30% - 40px);
    height:150px;
    border-radius:3px;
}
#projects article .table-4 ul li span {
    font-size:60px;
    color:#f0f0f0;
}
#projects article .table-4 ul li p {
    color:#ccc;
    font-size:14px;
    letter-spacing:1px;
}
#content figure.big-photo {
    width:220px;
    margin:-100px 0 30px 30px;
    position:relative;
    float:right;
}
#content figure.big-photo img {
    border:solid 14px #fcfcfc;
}
#project {
    font-size:14px;
    line-height:22px;
    padding-top:30px;
}
#project .summary {
    padding-right:20px;
}
#project .summary article {
    margin-bottom:60px;
}
#project .summary article p {
    margin-bottom:20px;
}
#project .summary article p:last-child {
    margin-bottom:0;
}
#project .info {
    margin:30px 0 80px 0;
    background:#f5f5f5;
    padding:30px 30px 0 30px;
}
#project .info ul {
    display:table;
    width:100%;
}
#project .info ul li {
    width:calc(33.33% - 15px);
    margin-bottom:40px;
    padding-right:30px;
    display:inline-block;
    vertical-align:top;
    border-bottom:solid 1px #f8ac00;
    padding-bottom:20px;
    margin-right:20px;
}
#project .info ul li:nth-child(3n) {
    margin-right:0;
}
#project .info ul li span {
    display:block;
}
#project .info ul li span:first-child {
    font-weight:bold;
}
#project .gallery {
    margin:0 auto 40px auto;
    position:relative;
    max-width:1000px;
}
#project .map-form {
}
#project .map-form #map {
    width:calc(100% - 500px);
    height:700px;
    float:left;
}
#project .map-form #map.style-2 {
    width:100%;
    float:none;
}
#project .map-form .form {
    width:500px;
    height:700px;
    float:left;
    padding:40px;
    background:#fcfcfc;
    font-family:'Raleway', sans-serif;
}
#project .map-form .form.style-2 {
    max-width:1000px;
    width:100%;
    height:auto;
    float:none;
    margin:auto;
}
#project .map-form .form h5 {
    font-size:26px;
    margin-bottom:20px;
}
#project .map-form .form ul li {
    margin-bottom:10px;
}
#project .map-form .form.style-2 ul li:nth-last-child(n+4) {
    float:left;
    width:calc(50% - 5px);
}
#project .map-form .form.style-2 ul li:nth-last-child(n+4):nth-child(odd) {
    margin-right:10px;
}
#project .map-form .form  ul li .button {
    display:block;
    padding:10px 25px;
    font-size:16px;
    border:0;
    background:#143a85;
    color:#fff;
    margin-top:20px;
    font-weight:600;
    width:max-content;
    margin:auto;
    letter-spacing:0.05em;
}
#project .map-form .form ul li .textarea, 
#project .map-form .form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    border:0;
    padding:0 10px;
    background:#fff;
    text-align:left;
}
#project .map-form .form ul li .textarea {
    height:80px;
    line-height:normal;
    padding:10px;
}
#project .map-form .form ul li p {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
#project .map-form .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project .map-form .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project .map-form .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project .map-form .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project .map-form .form ul li .input.warning {
    background:#f0f0f0;
}
#project .map-form .form ul li label {
    display:block;
    margin-bottom:8px;
    width:100%;
}
#project .map-form .form ul li label .checkbox {
    display:none;
}
#project .map-form .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#project .map-form .form ul li label .checkbox:checked + span,
#project .map-form .form ul li label .checkbox + span:active,
#project .map-form .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks.png) no-repeat bottom;
}
#project .map-form .form ul li label .checkbox:checked + span a,
#project .map-form .form ul li label .checkbox + span:active a,
#project .map-form .form ul li label .checkbox:checked + span:active a,
#project .map-form .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#project .map-form .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#project .map-form .form ul li label i {
	font-style:normal;
    font-weight:bold;
    display:inline-block;
}
#project .map-form .form ul li.informed > label {
    width:100%;
    position:relative;
}
#project .map-form .form ul li.informed label i {
    width:calc(100% - 30px);
	font-size:12px;
    color:#111;
    font-weight:normal;
    position:relative;
    top:-4px;
}
#project .map-form .form ul li.informed label i a {
	font-weight:bold;
    color:#111;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
}
#project .map-form .form ul li.informed .confirmation {
	margin-top:40px;
    
}
#project .map-form .form ul li.informed .confirmation p {
	padding:10px 0;
    font-size:13px;
    text-align:left;
}
#project .map-form .form ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
    width:200px;
}
#project .map-form .form ul li.send {
	text-align:center;
    margin-bottom:0;
}
#project .map-form .form .info {
	display:none;
}
press-detail,
#press,
#contact {
    margin-top:30px;
}
#contact address {
    width:420px;
    background:#09428f;
    background:#f8f8f8;
    padding:30px 50px;
    float:left;
    margin-right:80px;
    font-size:14px;
}
#contact address h2 {
    margin-bottom:20px;
    font-size:22px;
    color:#f8ac00;
}
#contact address ul li {
    margin-bottom:20px;
    line-height:24px;
}
#contact address ul li:last-child {
    margin-bottom:0;
}
#contact address ul li p:first-child {
    margin-bottom:5px;
    font-weight:bold;
    color:#09428f;
}
#contact #map {
    width:100%;
    height:400px;
    margin-bottom:50px;
}
#form {
    font-size:16px;
    color:#0f3e83;
    width:calc(100% - 500px);
    float:left;
}
#form.style-3,
#form.style-2 {
    width:100%;
    float:none;
    margin-top:30px;
    background:#f8f8f8;
    padding:40px;
    border-radius:5px;
}
#form h2 {
    margin-bottom:30px;
}
#form.style-3 ul li,
#form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#form.style-4 ul li:nth-last-child(-n+4),
#form.style-2 ul li:nth-last-child(-n+3),
#form.style-3 ul li:nth-last-child(-n+2) {
    width:100%;
    float:none;
}
#form ul li:nth-child(odd) {
    margin-right:30px;
}
#form ul li p {
    font-weight:bold;
    margin-bottom:12px;
}
#form-modal-sms .window p .input,
#form ul li .textarea,
#form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 10px;
    border:solid 1px #f0f0f0;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    background:#f8f8f8;
}
#form.style-2 ul li .textarea,
#form.style-2 ul li .input {
    background:#fff;
}
#form-modal-sms .window p .input {
    height:40px;
    line-height:40px;
}
#form ul li .textarea {
    height:140px;
}
#form ul li .textarea.warning,
#form ul li .input.warning {
    background:#f0f0f0;
}
#form ul li .button {
    background:#212a3c;
    border:0;
    font-weight:bold;
    padding:10px 20px;
    color:#fff;
}
#form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
    font-size:12px;
}
#form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
    display:inline-block;
}
#form ul li .checkbox {
    display:none;
}
#form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#form ul li .checkbox:checked + span,
#form ul li .checkbox + span:active,
#form ul li .checkbox:checked + span:active {
    background-image:url(/Images/checks.png);
    background-position:bottom;
}
#form ul li .checkbox:checked + span a,
#form ul li .checkbox + span:active a,
#form ul li .checkbox:checked + span:active a,
#form ul li .checkbox + span:hover a {
    color:#fff;
}
#form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#form ul li label {
    display:block;
    width:max-content;
}
#form ul li label.style-2 {
    margin-top:10px;
}
#form ul li label i {
	width:calc(100% - 20px);
    float:left;
    margin-top:-4px;
}
#form .info {
	display:none;
}
#form ul li .confirmation {
	margin-top:40px;
}
#form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#error-zone.approved {
    color:#48a5cc;
    font-weight:700;
    padding-bottom:20px;
}
#informed-text {
    width:100%;
    height:100%;
    max-width:800px;
    max-height:400px;
    font-size:12px;
}
#informed-text p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    color:#bc0512;
    font-weight:bold;
}
#error-zone-mail-list.warning p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    margin-top:10px;
    text-align:left;
    font-size:12px;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:4;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:190px;
    top:calc(50% - 95px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#cookies {
    width:1200px;
    background:#f0f0f0;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:calc(50% - 600px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
    border:solid 4px rgba(232,232,232,.4);
}
#cookies a {
    font-size:12px;
    font-weight:bold;
    border-radius:3px;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
#pdf-list {
    margin:20px 0;
}
#content .right-column .year {
    margin-bottom:30px;
    border-bottom:solid 1px #f8ac00;
}
#content .right-column .year ol {
    width:100%;
    display:table;
}
#content .right-column .year ol li {
    display:inline-block;
    margin-right:30px;
}
#content .right-column .year ol li:last-child {
    margin-right:0;
}
#content .right-column .year ol li a {
    display:block;
    width:max-content;
    padding:5px;
    color:#0379ab;
    font-weight:700;
    font-size:18px;
}
#content .right-column .year ol li.select a {
    color:#f8ac00;
    border-bottom:solid 3px #f8ac00;
}
#press .list .warning,
#press .block-list .warning,
#pdf-list .warning {
    color:#bc0512;
    text-align:center;
    font-weight:600;
}
#pdf-list ul li {
    
}
#pdf-list ul li a {
    display:table;
    width:100%;
    padding:18px 10px 15px 10px;
    font-weight:600;
    font-size:15px;
    border-bottom:solid 1px #eee;
}
#pdf-list ul li a:hover {
    border-bottom-color:#0379ab;
}
#pdf-list ul li figure {
    width:38px;
    display:table-cell;
    vertical-align:middle;
}
#pdf-list ul li span {
    display:table-cell;
    width:calc(100% - 38px);
    vertical-align:middle;
    padding-left:25px;
}
#news {
    margin-top:30px;
}
#news a {
    font-size:14px;
}
#news .list ul li {
    margin-bottom:5px;
}
#news .list ul li a {
    padding:10px 30px;
    border:solid 1px #eee;
    display:table;
    width:100%;
}
#news .list ul li a figure {
    width:40px;
    display:table-cell;
    vertical-align:middle;
}
#news .list ul li a p {
    display:table-cell;
    padding-left:20px;
    vertical-align:middle;
}
#news figure.big-photo-news {
    width:400px;
    margin:0 30px 30px 0;
    float:left;
}
#news figure.big-photo-news img {
    border:solid 5px #eee;
}
#news article p {
    margin-bottom:20px;
}
#news article p:last-child {
    margin-bottom:0;
}
#enews {
    width:80%;
    margin:auto;
}
.creapark {
    margin:12px 0 8px 0;
    text-align:center;
    display:none;
}
.creapark img {
    width:70px;
    height:auto;
}
#video {
    width:560px;
    height:315px;
    margin:50px auto;
}
#video iframe {
    width:560px;
    height:315px;
}
#press .filter {
    height:100px;
}
#press .list {
    font-weight:600;
}
#press .list  > ul > li {
    padding:20px 30px;
    border-bottom:solid 1px #f0f0f0;
}
#press .list  > ul > li:first-child {
    background:#f8ac00;
    font-weight:700;
    color:#fff;
}
#press .list  > ul > li span {
    display:table-cell;
    vertical-align:middle;
}
#press .list  > ul > li span.date {
    width:200px;
}
#press .list  > ul > li span.name {
    width:300px;
}
#press .list  > ul > li span.title {
    width:calc(100% - 500px);
}
#press .block-list > ul > li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 60px 0;
}
#press .block-list > ul > li:nth-child(4n) {
    margin-right:0;
}
#press .block-list > ul > li > figure {
    width:100%;
    height:160px;
    overflow:hidden;
    margin-bottom:20px;
}
#press .block-list > ul > li > .text {
    height:80px;
}
#press .block-list > ul > li > .text > a {
    display:block;
    width:max-content;
    margin-top:15px;
    font-size:12px;
    color:#f8ac00;
}
#press .commercials  > ul > li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 60px 0;
    position:relative;
}
#press .commercials  > ul > li:nth-child(4n) {
    margin:0 0 60px 0;
}
#press .commercials  > ul > li a {
    display:block;
}
#press .commercials  > ul > li a .null {
    border:solid 1px #f0f0f0;
    padding:10px;
}
#press .commercials  > ul > li a:hover .null {
    border-color:#ccc;
}
#press .commercials  > ul > li a p.title {
    font-size:18px;
    padding:10px 20px;
    text-align:center;
    transition:all 0.2s ease;
    min-height:70px;
    position:relative;
    overflow:hidden;
}
#press .commercials  > ul > li a:hover p.title {
    color:#555;
}
#press .commercials  > ul > li a figure {
    position:relative;
    overflow:hidden;
}
#press .commercials  > ul > li a figure i {
    background:no-repeat center;
    background-size:cover;
    display:block;
}
#press .commercials  > ul > li a figure i {
    transition:all 0.3s ease;
}
#press .commercials  > ul > li a:hover figure i {
    transform:scale(1.1);
}
#press .list .warning,
#press .block-list .warning {
    min-height:200px;
}   
#press-detail {
    margin-top:40px;
}
#press-detail figure {
    width:1000px;
    margin:0 auto 50px auto;
}
#press-detail article {
    line-height:22px;
    text-align:justify;
}
#press-detail article p:not(:last-child) {
    margin-bottom:20px;
}
#press-detail article a.video {
    color:#0f3e83;
    font-weight:700;
}
#press-detail .gallery {
    margin-top:50px;
}
#press-detail .gallery ul li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 20px 0;
}
#press-detail .gallery ul li:nth-child(4n) {
    margin-right:0;
}
#donutchart {
    width:900px;
    height:500px;
    font-family:'Montserrat', sans-serif;
    font-weight:500;
}
#landing-page .inner {
    position:absolute;
    width:100%;
    height:100%;
    min-height:790px;
    background:#dde2e8;
    padding:30px;
    font-family:'Jost', sans-serif;
    display:flex;
}
#landing-page .inner .left-column {
    width:calc(100% - 400px);
    height:100%;
    margin-right:0px;
    background:#fff;
    display:inline-flex;
    background:no-repeat center;
    background-size:cover;
    position:relative;
}
#landing-page .inner .left-column .slogan {
    width:100%;
    max-width:440px;
    height:auto;
    display:table-cell;
    margin:auto;
    padding:20px;
}
#landing-page .inner .left-column .slogan img {
    width:100%;
    height:auto;
}
#landing-page .inner .right-column {
    width:400px;
    background:#143a85;
    display:inline-flex;
    padding:20px;
    color:#fff;
}
#landing-page .inner .right-column .form {
    border:solid 3px #f0f0f0;
    padding:20px;
    font-size:12px;
}
#landing-page .inner .right-column .form a {
    font-size:12px;
}
#landing-page .inner .right-column .form .logo {
    margin:0 auto 20px auto;
    width:120px;
}
#landing-page .inner .right-column .form .logo img {
    width:100%;
    height:auto;
}
#landing-page .inner .right-column .form ul li {
    margin-bottom:12px;
}
#landing-page .inner .right-column .form ul li:nth-child(6) {
    margin-top:10px;
}
#landing-page .inner .right-column .form ul li:last-child {
    margin-bottom:0;
}
#landing-page .inner .right-column .form ul li .textarea,
#landing-page .inner .right-column .form ul li .input {
    width:100%;
    height:32px;
    line-height:32px;
    border:0;
    padding:0 10px;
    background:rgb(255,255,255);
    background:-moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    text-align:left;
}
#landing-page .inner .right-column .form ul li .textarea {
    height:50px;
}
#landing-page .inner .right-column .form ul li p {
    font-size:15px;
    font-weight:500;
    text-align:center;
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#landing-page .inner .right-column .form ul li .input.warning {
    background:#ccc;
}
#landing-page .inner .right-column .form ul li label {
    display:inline-block;
    margin-right:20px;
}
#landing-page .inner .right-column .form ul li label .checkbox {
    display:none;
}
#landing-page .inner .right-column .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks-white.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span,
#landing-page .inner .right-column .form ul li label .checkbox + span:active,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks-white.png) no-repeat bottom;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span a,
#landing-page .inner .right-column .form ul li label .checkbox + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:active a,
#landing-page .inner .right-column .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#landing-page .inner .right-column .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#landing-page .inner .right-column .form ul li label i {
	font-style:normal;
    font-weight:500;
    display:inline-block;
    color:#f8ad00;
    top:-2px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label {
    margin-bottom:10px;
}
#landing-page .inner .right-column .form ul li.informed label i {
    width:calc(100% - 30px);
    color:#fff;
    font-weight:normal;
    width:auto;
    top:-3px;
    position:relative;
}
#landing-page .inner .right-column .form ul li.informed label i a {
	font-weight:500;
    color:#fff;
    text-decoration:underline;
    cursor:pointer;
}
#landing-page .inner .right-column .form ul li.informed .confirmation {
    margin-top:20px;
}
#landing-page .inner .right-column .form ul li.informed .confirmation p {
    font-size:12px;
    font-weight:400;
    margin-bottom:12px;
    color:#cfcfcf;
}
#landing-page .inner .right-column .form ul li.informed .confirmation label {
    width:max-content;
    float:left;
}
#landing-page .inner .right-column .form ul li.send {
	text-align:center;
    margin-top:-10px;
}
#landing-page .inner .right-column .form ul li.send .button {
    display:inline-block;
    padding:10px 30px;
    font-size:16px;
    border:0;
    background:#f8ad00;
    color:#fff;
    margin-top:20px;
    font-weight:bold;
    letter-spacing:0.05em;
    font-family:'Montserrat', sans-serif;
    border-radius:3px;
}
#landing-page .inner .right-column .form ul li.send .button:hover {
    background:#f0f0f0;
    color:#222;
}
#landing-page-gallery {
    position:absolute;
    top:100%;
    width:100%;
    font-family:'Krona One', sans-serif;
    padding-top:30px;
}
#landing-page-gallery .gallery ul li {
    width:calc(33.33% - 20px);
    float:left;
    margin:0 30px 27px 0;
}
#landing-page-gallery .gallery ul li:nth-child(3n) {
    margin-right:0;
}
#landing-page-gallery #map {
    width:100%;
    height:500px;
}
#thanks {
    position:absolute;
    width:100%;
    max-width:300px;
    max-height:300px;
    top:calc(50% - 150px);
    left:calc(50% - 150px);
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    text-align:center;
}
#thanks figure {
    width:200px;
    margin:0 auto 20px auto;
}
#footer-bottom {
    margin-top:5px;
}
#footer-bottom .phone {
    width:200px;
    float:left;
    padding-top:23px;
}
#footer-bottom .phone a {
    font-size:20px;
    font-weight:bold;
    color:#f9ad01;
}
#footer-bottom .link {
    width:200px;
    float:left;
    padding-top:25px;
}
#footer-bottom .link a {
    font-size:12px;
    font-weight:500;
}
#footer-bottom .artas {
    width:50px;
    float:right;
    padding:8px 0 4px 0;
}





/*index kategori slayt*/
#index .category {
    width:calc(100% - 400px);
    margin:auto;
}
#index .category .slider-container {
    width:100%;
    overflow:hidden;
    position:relative;
}
#index .category .slider-track {
    display:flex;
}
#index .category .slide {
    min-width:100%;
    position:relative;
}
#index .category .slide span {
    position:absolute;
    left:100px;
    bottom:100px;
    color:#fff;
    font-size:66px;
    font-weight:700;
    text-shadow:2px 2px 8px rgba(0, 0, 0, 0.4);
}
#index .category .slide img {
    width:100%;
    height:auto;
    display:block;
}
#index .category .slide .hide-menu {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    display:none;
}
#index .category .slide:hover .hide-menu {
    display:block;
}
#index .category .slide .hide-menu ul li {
    width:50%;
    height:100%;
    float:left;
    position:absolute;
    overflow:hidden;
    background:no-repeat center top;
    background-size:cover;
    cursor:pointer;
}
#index .category .slide .hide-menu ul li:last-child {
    right:0;
}
#index .category .slide .hide-menu ul li span {
    font-size:46px;
    width:80%;
}
#index .category .nav-dots,
#index .category .nav-arrows {
    position:absolute;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    pointer-events:none;
}
#index .category .nav-dots {
    bottom:15px;
    gap:10px;
}
#index .category .dot {
    width:10px;
    height:10px;
    border-radius:50%;
    background:rgba(255,255,255,0.4);
    pointer-events:all;
    cursor:pointer;
    transition:all 0.3s ease;
}
#index .category .dot.active {
    width:30px;
    height:10px;
    background:#fff;
    border-radius:999px;
    animation:dotGrow 0.4s ease;
}
@keyframes dotGrow {
    0% {
        width:10px;
    }
    50% {
        width:35px;
    }
    100% {
        width:30px;
    }
}
#index .category .nav-arrows {
    top:50%;
    transform:translateY(-50%);
    justify-content:space-between;
    padding:0 20px;
}
#index .category .arrow {
    background:no-repeat center;
    background-color:rgba(255,255,255,0.6);
    background-size:auto 16px;
    border-radius:50%;
    width:40px;
    height:40px;
    pointer-events:all;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    user-select:none;
    width:40px;
    height:40px;
}
#index .category .arrow.prev {
    background-image:url(/Images/arrow-prev.png);
}
#index .category .arrow.next {
    background-image:url(/Images/arrow-next.png);
}
#index .category .hidden {
    display:none !important;
}
/*index kategori slayt*/
/*menu style*/
#menu {
    float:left;
}
#menu .menu-list {
	margin-top:23px;
}
#menu .menu-list > ul > li {
	float:left;
    margin-right:30px;
}
#menu .menu-list > ul > li > span,
#menu .menu-list > ul > li > a {
    display:block;
    font-family:'Raleway', sans-serif;
    letter-spacing:1px;
    padding:10px 8px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    color:#fff;
}
#header.style-2 #menu .menu-list > ul > li > span,
#header.style-2 #menu .menu-list > ul > li > a {
    color:#0f3e83;
}
#menu .menu-list > ul > li.lang a {
    color:#f9ab00;
    border-bottom:0;
}
#menu .menu-list > ul li a:hover {
    color:#f0f0f0;
    color:#9ba1a9;
}
#menu .menu-list > ul > li:hover > span,
#menu .menu-list > ul > li:hover > a {
    color:#f0f0f0;
}
#header.style-2 #menu .menu-list > ul > li > a.all-select ,
#header.style-2 #menu .menu-list > ul > li > span.all-select,
#menu .menu-list > ul > li > a.all-select ,
#menu .menu-list > ul > li > span.all-select {
    color:#fcf9f4;
}
#header.style-2 #menu .menu-list > ul > li > a.select ,
#header.style-2 #menu .menu-list > ul > li > span.select,
#menu .menu-list > ul > li > a.select ,
#menu .menu-list > ul > li > span.select {
    color:#9ba1a9;
}
.menu-list > ul > li .alt-menu {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    padding-top:200px;
    display:none;
    text-align:center;    
}
.menu-list > ul > li .alt-menu .close-icon {
    position:absolute;
    width:36px;
    height:36px;
    top:30px;
    right:100px;
    cursor:pointer;
    background:#f8ac00;
    padding:10px;
    border-radius:50%;
}
.menu-list > ul > li .alt-menu .menu-items {
    position:relative;
}
.menu-list > ul > li .alt-menu .menu-items ul {
    list-style:none;
    padding:0;
    width:100%;
    display:table;
    max-width:900px;
    margin:auto;
}
.menu-list > ul > li .alt-menu .menu-items ul li {
    width:33%;
    height:140px;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    border-right:solid 1px #d3c2a6;
    padding:0 20px;
}
.menu-list > ul > li .alt-menu .menu-items ul li:nth-child(3n) {
    border-right:none;
}
.menu-list > ul > li .alt-menu .menu-items ul li:nth-child(n+3) {
    margin-bottom:80px;
}
.menu-list > ul > li .alt-menu .menu-items ul li a {
    position:relative;
    display:block;
    color:#d3d0c2;
    color:#3e4752;
    font-size:14px;
    font-weight:500;
    font-family:'Jost', sans-serif;
    letter-spacing:1px;
    padding:5px 10px;
}
.menu-list > ul > li .alt-menu .menu-items ul li a:hover {
    color:#b5b5b5;
    color:#3e4752;
}
.menu-list > ul > li .alt-menu .menu-items ul li a figure {
    width:70px;
    height:70px;
    margin:0 auto 20px auto;
    transition:all 0.2s ease;
    background:no-repeat center left center;
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-1.png);
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-2.png);
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-3.png);
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:nth-child(4) a figure {
    background-image:url(/Images/menu-icon-4.png);
}
.menu-list > ul > li.style-2 .alt-menu .menu-items ul li:last-child a figure {
    background-image:url(/Images/menu-icon-5.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-15.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-14.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-6.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li:nth-child(4) a figure {
    background-image:url(/Images/menu-icon-19.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li:nth-child(5) a figure {
    background-image:url(/Images/menu-icon-20.png);
}
.menu-list > ul > li.style-3 .alt-menu .menu-items ul li:last-child a figure {
    background-image:url(/Images/menu-icon-3.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-10.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-9.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-11.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(4) a figure {
    background-image:url(/Images/menu-icon-12.png);
}
.menu-list > ul > li.style-4 .alt-menu .menu-items ul li:nth-child(5) a figure {
    background-image:url(/Images/menu-icon-13.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:first-child a figure {
    background-image:url(/Images/menu-icon-16.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:nth-child(2) a figure {
    background-image:url(/Images/menu-icon-17.png);
}
.menu-list > ul > li.style-5 .alt-menu .menu-items ul li:nth-child(3) a figure {
    background-image:url(/Images/menu-icon-18.png);
}
.overlay-menu {
    position:fixed;
    width:100%;
    height:calc(100% - 70px);
    background:#fcf9f4;
    top:0px;
    left:0px;
    z-index:999999;
    display:none;
    box-shadow:rgba(38, 57, 77, .8) 0px 20px 30px -10px;
}
.full-container {
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}
body.mmactive {
    overflow:hidden;
}
.menu-mobile ul {
    display:none;
    position:relative;
    font-family:'Raleway', sans-serif;
    font-weight:600;
}
.menu-mobile ul a {
    font-family:'Raleway', sans-serif;
    font-size:14px;
    font-weight:600;
}
.sm-menu-outer.active .menu-mobile ul {
    display:block;
}
.sm-menu-outer {
    width:280px;
    height:calc(100vh - 60px);
    overflow-y:scroll;
    overflow-x:hidden;
    position:fixed;
    right:0;
    top:60px;
    z-index:-9;
    opacity:0;
    background-color:#263c46;
    -webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    transition:opacity 0.2s;
    display:none;
}
.sm-menu-outer.active {
    opacity:1;
    z-index:999;
}
.sm-menu-outer .menu-mobile ul li {
    list-style-type:none;
    border-bottom:0.5px solid rgba(0, 0, 0, 0);
    border-image:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #53676e 20%, #53676e 50%, #53676e 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
    color:#fff;
}
.sm-menu-outer .menu-mobile ul li.back {
    border:none;
}
.sm-menu-outer .menu-mobile ul li.back a {
    padding:20px 5px 20px 55px;
    background:url("/Images/back.png") no-repeat scroll 15px center / 5% #eee;
    background-size:24px;
    color:#333;
}
.sm-menu-outer .menu-mobile ul a {
    color:#fff;
    display:block;
    letter-spacing:1px;
    padding:15px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
}
.sm-menu-outer.slide .menu-mobile ul li.hasChild > a {
    background:url("/Images/next.png") no-repeat scroll 95% center / 5%;
    background-size:20px;
}
.sm-menu-outer.slide .menu-mobile ul .submenu {
    background-color:#263c46;
    height:calc(100vh - 60px);
    position:absolute;
    right:-100%;
    top:0;
    transition:all 0.5s ease 0s;
    width:100%;
    z-index:999;
}
.sm-menu-outer.slide .menu-mobile ul li.active > .submenu {
    right:0;
}
#sm-menu-ham {
    cursor:pointer;
    float:right;
    width:34px;
    height:28px;
    position:absolute;
    right:5px;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
    -o-transition:all 0.5s ease-in-out 0s;
    transition:all 0.5s ease-in-out 0s;
    top:21px;
    right:15px;
    z-index:9999;
    display:none;
}
#sm-menu-ham span {
    background-color:#fff;
    border-radius:5px;
    display:block;
    height:2px;
    left:0;
    opacity:1;
    position:absolute;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:all 0.25s ease-in-out 0s;
    -moz-transition:all 0.25s ease-in-out 0s;
    -o-transition:all 0.25s ease-in-out 0s;
    transition:all 0.25s ease-in-out 0s;
    width:30px;
}
#sm-menu-ham span:nth-child(1) {
    top:0;
}
#sm-menu-ham span:nth-child(2),
#sm-menu-ham span:nth-child(3) {
    top:10px;
}
#sm-menu-ham span:nth-child(4) {
    top:20px;
}
#sm-menu-ham.open span:nth-child(1) {
    left:50%;
    top:18px;
    width:0;
}
#sm-menu-ham.open span:nth-child(2) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
#sm-menu-ham.open span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
#sm-menu-ham.open span:nth-child(4) {
    left:50%;
    top:18px;
    width:0;
}
/*menu style*/
/*paged-list*/
.paged-list {
    display:table;
    margin:30px auto 0 auto;
}
.paged-list .total-page {
    margin:30px auto 0 auto;
    text-align:center;
}
.paged-list ul li {
    display:table-cell;
    padding:0 3px;
}
.paged-list ul li span,
.paged-list ul li a {
    font-size:16px;
    display:block;
    border:solid 1px #f0f0f0;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-weight:600;
}
.paged-list ul li a:hover {
    color:#ed145b;
}
.paged-list ul li.active span {
    color:#ed145b;
    border:0;
}
.paged-list ul li.disabled a:hover {
    background:none;
    color:unset;
}
/*paged-list*/
/*sort*/
.radio-list {
    padding:0 40px 0 20px;
    width:220px;
    outline:none;
    cursor:pointer;
    position:relative;
    border-radius:3px;
    background:#f8f8f8;
    font-size:15px;
    font-weight:600;
    float:left;
    margin-right:20px;
}
.radio-list:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:14px;
    top:50%;
    margin-top:-6px;
    border-width:6px 0 6px 6px;
    border-style:solid;
    border-color:transparent #333;    
}
.radio-list span {
    width:100%;
    display:block;
	line-height:42px;
	color:#666;
}
.radio-list .dropdown {
    position:absolute;
    z-index:2;
    top:calc(100% + 1px);
    left:-1px;
    right:0;
    background:#ccc;
    list-style:none;
    font-weight:normal;
    opacity:0;
    pointer-events:none;
    width:100%;
    border-radius:3px;
    max-height:200px;
    overflow-x:auto;
}
.radio-list .dropdown::-webkit-scrollbar {
    width:10px;
}
.radio-list .dropdown::-webkit-scrollbar-track {
    box-shadow:inset 0 0 5px grey; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb {
    background:#0f3e83; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb:hover {
    background:#212a3c; 
}
.radio-list .dropdown li.month {
    display:none;
}
.radio-list .dropdown li.month.show {
    display:block;
}
.radio-list .dropdown li span {
    margin:0;
    padding:0;
    cursor:pointer;
    display:block;
    text-decoration:none;
    width:100%;
	padding:0 10px;
	border-radius:3px;
	color:#333;
}
.radio-list .dropdown li span:hover {
    background:#f0f0f0;
}
.radio-list .dropdown li .checkbox {
    display:none;
}
.radio-list.active .dropdown {
    opacity:1;
    pointer-events:auto;
}
.radio-list.active:after {
    border-color:#ccc transparent;
    border-width:6px 6px 0 6px ;
    margin-top:-3px;
}
.radio-list.active {
    background:#ccc;
    background:-moz-linear-gradient(left, #ccc 0%, #ccc calc(100% - 40px), #f0f0f0 calc(100% - 40px), #f0f0f0 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#ccc), color-stop(calc(100% - 40px),#ccc), color-stop(calc(100% - 40px),#f0f0f0), color-stop (100%,#f0f0f0));
    background:-webkit-linear-gradient(left, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    background:-o-linear-gradient(left, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    background:linear-gradient(to right, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    color:#333;
}
/*sort*/
/*accordion-menu style*/
.accordion li .link {
    background:url(/Images/left-menu-next-arrow.png) no-repeat right center;
}
.accordion li.open .link {
    color:#0379ab;
    background-image:url(/Images/left-menu-down-arrow.png);
}
.accordion-submenu {
    display:none;
}
.accordion-submenu.open {
    display:block;
}
/*accordion-menu style*/
/*index slider*/
#web-tv {
    width:100%;
    height:auto;
    top:0;
    overflow:hidden;
    position:relative;
}
#web-tv video {
    width:100%;
    height:auto;
}
#web-tv .shadow {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.2);
    z-index:2;
    display:none;
}
#web-tv .text {
    position:absolute;
    z-index:3;
    top:calc(50% - 200px);
    left:200px;
    font-size:70px;
    color:#fff;
    font-weight:800;
    width:min-content;
}
#web-tv .text span {
    font-weight:400;
}
/*index slider*/
/*begin scroll-arrow*/
#scroll-page {
    width:30px;
    height:66px;
    position:absolute;
    z-index:3;
    bottom:20px;
}
#scroll-page .scroll-page-icon {
    background:url(/Images/scroll-page-icon-bg.png) no-repeat;
    width:30px;
    height:66px;
    margin-left:58px;
}
/*begin scroll-arrow*/
/*project-gallery slider*/
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
}
.slick-list {
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-loading .slick-list {
	background:url(/Images/loading.gif) no-repeat center;
}
.slick-list.dragging {
	cursor:pointer;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	zoom:1;
}
.slick-track:before,
.slick-track:after {
	content:"";
	display:table;
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-prev,
.slick-next {
	position:absolute;
    top:-60px;
	display:block;
	height:44px;
	width:44px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	color:transparent;
	padding:0;
	border:none;
	outline:none;
    background:no-repeat center;
    background-color:#f8ac00;
    background-size:10px;
}
#index .projects .slick-prev,
#index .projects .slick-next {
    top:-70px;
}
.slick-prev:hover,
.slick-next:hover {
    background-color:#111;
}
.slick-prev:focus,
.slick-next:focus {
	outline:none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	color:white;
	opacity:0.85;
	-webkit-font-smoothing:antialiased;
}
.slick-prev {
	right:74px;
    background-image:url(/Images/arrow-prev.png);
}
.slick-next {
	right:20px;
    background-image:url(/Images/arrow-next.png);
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-slider div img {
	width:100%;
}
.slick-slider div span {
	margin:0 10px;
    display:block;
}
#index .projects .slick-slider div span {
	margin:0 22px;
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0px;
	width:100%;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:14px;
	width:14px;
	margin:0px 5px;
	padding:0px;
	cursor:pointer;
	border:solid 2px #1362a9;
    border-radius:50%;
}
.slick-dots li button {
	border:0;
	background:transparent;
	display:block;
	height:20px;
	width:20px;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer;
	outline:none;
}
.slick-dots li button:focus {
	outline:none;
}
.slick-dots li button:before {
	position:absolute;
	top:-2px;
	left:-2px;
	content:"";
	width:10px;
	height:10px;
	opacity:0;
    background:#111;
    border:solid 2px #111;
    border-radius:50%;
}
.slick-dots li.slick-active button:before {
	opacity:1;
}
/*project-gallery slider*/





@media only screen and (max-height:800px) {
    .menu-list > ul > li .alt-menu {
        padding-top:120px;
    }
    .menu-list > ul > li .alt-menu .close-icon {
        position:absolute;
        bottom:auto;
        top:100%;
    }
}
@media only screen and (max-height:790px) {
   #landing-page-gallery {
        top:790px;
    }
}
@media only screen and (max-height:590px) {
    .menu-list > ul > li .alt-menu {
        padding-top:80px;
    }
}
@media only screen and (max-height:530px) {
    #sm-menu-ham,
    .sm-menu-outer {
        display:block;
    }
    .overlay-menu {
        position:absolute;
        width:0%;
        height:0;
        top:-100%;
        left:-100%;
    }
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-height:800px) {
}
@media only screen and (max-height:640px) {
    #web-tv .swiper-slide .text h4 {
        margin-bottom:20px;
    }
    #web-tv .swiper-slide .text p {
        display:none;
    }
}
@media only screen and (max-height:460px) {
}
@media only screen and (max-width:1550px) {
}
@media only screen and (max-width:1450px) {
    #header .recess {
        width:100%;
        left:0;
        padding:10px;
    }
    #index .who-are-we {
        padding:120px 0;
    }
    #index .our-purpose {
        margin-bottom:120px;
    }
}
@media only screen and (max-width:1500px) {
    #index .tabs-2 .tab .left-column {
        width:500px;
    }
    #index .tabs-2 .tab .left-column ul li:first-child {
        width:230px;
        height:230px;
        line-height:230px;
    }
    #index .tabs-2 .tab .left-column ul li:nth-child(2) {
        width:200px;
        height:200px;
        line-height:200px;
    }
    #index .tabs-2 .tab .left-column ul li:nth-child(3) {
        width:130px;
        height:130px;
        line-height:130px;
    }
    #index .tabs-2 .tab .left-column ul li:nth-child(4) {
        width:130px;
        height:130px;
        line-height:130px;
    }
    #index .tabs-2 .tab .left-column ul li a {
        font-size:26px;
    }
    #index .tabs-2 .tab .right-column {
        width:calc(100% - 650px);
    }
    #index .category {
        width:calc(100% - 140px);
    }
}
@media only screen and (max-width:1400px) {
    #landing-page .inner {
        padding:20px;
    }
    #index .inner {
        padding:0 40px;
    }
    #content .web-tv h1 {
        font-size:46px;
    }
}
@media only screen and (max-width:1350px) {
    #project .map-form {
        margin:0 100px;
    }
    #index .tabs-2 .tab .right-column .table ul li div figure {
        width:70px;
    }
    #index .tabs-2 .tab .right-column .table ul li div p {
        width:calc(100% - 90px);
    }
    #index .tabs-2 .tab .right-column .table ul li div p span:first-child {
        font-size:24px;
    }
}
@media only screen and (max-width:1300px) {
    #cookies {
        width:calc(100% - 20px);
        left:10px;
    }
    #index .who-are-we {
        padding:100px 0;
    }
    #index .our-purpose {
        margin-bottom:100px;
    }
    #index .our-purpose .right-column {
        padding-top:0;
    }
    #index .our-purpose .right-column h2 {
        font-size:56px;
        margin-bottom:10px;
    }
}
@media only screen and (max-width:1250px) {
    #index .tabs-2 {
        margin-bottom:140px;
    }
    #index .tabs-2 .tab .left-column {
        width:340px;
        margin:60px 20px 0 20px;
    }
    #index .tabs-2 .tab .left-column ul li:first-child {
        width:180px;
        height:180px;
        line-height:180px;
    }
    #index .tabs-2 .tab .left-column ul li:nth-child(2) {
        width:150px;
        height:150px;
        line-height:150px;
        right:0;
    }
    #index .tabs-2 .tab .left-column ul li:nth-child(3) {
        width:100px;
        height:100px;
        line-height:100px;
    }
    #index .tabs-2 .tab .left-column ul li:nth-child(4) {
        width:100px;
        height:100px;
        line-height:100px;
    }
    #index .tabs-2 .tab .left-column ul li a {
        font-size:22px;
    }
    #index .tabs-2 .tab .right-column {
        width:calc(100% - 400px);
    }
}
@media only screen and (max-width:1250px) {
    #project .map-form {
        margin:0;
    }
    #project .map-form #map {
        width:calc(100% - 400px);
    }
    #project .map-form .form {
        width:400px;
    }
}
@media only screen and (max-width:1240px) {
    .recess {
        width:100%;
        padding:0 20px;
    }
    #header .recess {
        left:0;
    }
    #index .who-are-we {
        padding:80px 0;
    }
    #index .our-purpose .right-column h2 {
        font-size:52px;
    }
    #footer {
        padding:0 15px;
    }
    #content .left-column h1 {
        min-width:250px;
    }
    #content .left-column {
        width:250px;
        margin-right:30px;
    }
    #content .right-column {
        width:calc(100% - 280px);
    }
    #press .block-list > ul > li {
        width:calc(33.33% - 20px);
        margin:0 30px 60px 0;
    }
    #press .block-list > ul > li:nth-child(4n) {
        margin-right:30px;
    }
    #press .block-list > ul > li:nth-child(3n) {
        margin-right:0;
    }
}
@media only screen and (max-width:1200px) {
    #header .logo {
        margin-right:100px;
    }
    #menu .menu-list > ul > li {
        margin-right:20px;
    }
}
@media only screen and (max-width:1150px) {
    #projects article .table-4 ul li span {
        font-size:52px;
    }
    #web-tv .text {
        top:auto;
        bottom:50px;
        left:120px;
        font-size:60px;
    }
    #index .numberic-info ul li .text {
        height:520px;
    }
    #index .our-purpose .right-column {
        width:calc(45% - 50px);
        margin-left:50px;
    }
    #footer .logo {
        width:350px;
    }
    #footer .menu {
        width:calc(100% - 350px);
    }
    #content .web-tv h1 {
        font-size:40px;
    }
}
@media only screen and (max-width:1100px) {
    #contact address {
        width:420px;
        margin-right:30px;
    }
    #form {
        width:calc(100% - 450px);
    }
    #index .tabs-2 {
        margin-bottom:110px;
    }
    #index .our-purpose .right-column h2 {
        font-size:44px;
    }
    #index .category {
        width:calc(100% - 40px);
    }
    #index .category .slide span {
        font-size:60px;
    }
    #index .numberic-info ul li .text {
        height:570px;
    }
    #press .commercials  > ul > li {
        width:calc(33.33% - 20px);
        margin-right:30px;
    }
    #press .commercials  > ul > li:nth-child(4n) {
        margin-right:30px;
    }
    #press .commercials  > ul > li:nth-child(3n) {
        margin-right:0;
    }
    #landing-page .inner {
        padding:15px;
    }
    #landing-page-gallery {
        padding-top:15px;
    }
    #landing-page-gallery .gallery ul li {
        width:calc(33.33% - 10px);
        float:left;
        margin:0 15px 12px 0;
    }
}
@media only screen and (max-width:1050px) {
}
@media only screen and (max-width:1020px) {
    .recess {
        padding:0 15px;
    }
    #header.style-2,
    #header {
        height:68px;
        background:none;
    }
    #header.style-2 {
        position:absolute;
        top:0;
    }
    #header .logo {
        margin-top:0;
        width:50px;
    }
    #header .lang {
        margin:12px 80px 0 0;
    }
    #header.click .lang {
        margin-top:12px;
    }
    #header.style-2 .lang a,
    #header.click .lang a,
    #header .lang a {
        padding:3px 7px;
        border:solid 1px #fff;
        color:#fff;
    }
    #index .inner {
        padding:0 20px;
    }
    #index .our-purpose .right-column h2 {
        font-size:40px;
    }
    #index .who-are-we {
        padding:60px 0;
    }
    #index .who-are-we .left-column {
        width:100%;
        float:none;
        margin:0 0 20px 0;
        font-size:40px;
    }
    #index .who-are-we .right-column {
        width:100%;
        float:none;
    }
    #index .tabs-2 .tab .right-column {
        width:calc(100% - 40px);
        float:none;
        margin:auto;
    }
    #index .tabs-2 .tab .right-column .table {
        padding-left:0;
    }
    #index .tabs-2 .tab .right-column .table ul li {
        padding:80px 0;
    }
    #index .numberic-info ul li .text {
        height:480px;
        font-size:20px;
        line-height:28px;
    }
    #index .projects {
        padding:30px 20px 0 20px;
        margin-top:80px;
    }
    #index .projects .slick-prev,
    #index .projects .slick-next {
	    top:-55px;
    }
    #content {
        margin-top:0;
    }
    #content .web-tv {
        height:350px;
    }
    #content .right-column article .links {
        width:100%;
        padding:30px 20px;
        margin-top:80px;
    }
    #sm-menu-ham,
    .sm-menu-outer {
        display:block;
    }
    #project .gallery {
        margin-bottom:30px;
    }
    #footer .logo {
        width:300px;
    }
    #footer .menu {
        width:calc(100% - 300px);
    }
    .overlay-menu {
        position:absolute;
        width:0%;
        height:0;
        top:-100%;
        left:-100%;
    }
    #press .filter {
        height:80px;
    }
    #press .list  > ul > li span.date {
        width:120px;
    }
    #press .list  > ul > li span.name {
        width:180px;
    }
    #press .list  > ul > li span.title {
        width:calc(100% - 300px);
    }
    #press .commercials  > ul > li a:hover .null {
        border-color:#f0f0f0;
    }
    #press .commercials  > ul > li a:hover figure i {
        transform:scale(1);
    }
    #press .commercials  > ul > li a:hover p.title {
        color:#333;
    }
    #landing-page .inner {
        padding:10px;
    }
    #landing-page .inner .left-column .slogan {
        min-width:auto;
        top:50px;
        left:0;
        margin:auto;
    }
    #index .tabs-2 .tab .left-column,
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:990px) {
    #projects article .table-4 ul li span {
        font-size:44px;
    }
    #index .numberic-info ul li .text {
        padding:20px;
    }
    #index .our-purpose .left-column {
        width:100%;
        max-width:700px;
        height:auto;
        float:none;
        margin:0 auto 40px auto;
    }
    #index .our-purpose .right-column {
        width:100%;
        float:none;
        margin-left:0;
        padding-top:0;
    }
    #index .tabs-2 {
        margin-bottom:80px;
    }
}
@media only screen and (max-width:930px) {
    #contact address {
        width:100%;
        float:none;
        margin:0 0 50px 0;
    }
    #form {
        width:100%;
        float:none;
    }
    #content .left-column h1 {
        font-size:22px;
        padding:0;
        background:none;
        color:#0379ab;
        border-right:0;
        min-width:auto;
    }
    #content .left-column h1.style-2 {
        margin-top:20px;
        display:block;
        width:100%;
    }
    #content .left-column {
        margin:0;
    }
    #content .left-column,
    #content .right-column {
        width:100%;
        float:none;
    }
    #project .summary {
        padding-right:0;
        margin-top:20px;
    }
    #press .block-list > ul > li {
        margin-bottom:40px;
    }
    #press .block-list > ul > li > figure {
        height:130px;
    }
    #index .our-purpose .right-column h2 {
        font-size:34px;
    }
    #web-tv .text {
        left:50px;
        font-size:52px;
    }
    #content .web-tv .shadow,
    #content .left-column h1,
    #content .left-column .menu {
        display:none;
    }
}
@media only screen and (max-width:920px) {
    #landing-page-gallery {
        padding-top:10px;
    }
    #landing-page-gallery .gallery ul li {
        width:calc(50% - 5px);
        float:left;
        margin:0 10px 7px 0;
    }
    #landing-page-gallery .gallery ul li:nth-child(3n) {
        margin-right:10px;
    }
    #landing-page-gallery .gallery ul li:nth-child(even) {
        margin-right:0;
    }
    #index .category .slide span {
        font-size:52px;
    }
}
@media only screen and (max-width:900px) {
    #index .recess > .links {
        width:100%;
        max-width:400px;
        margin:50px auto;
    }
    #index .recess > .links ul li {
        display:block;
    }
    #index .recess > .links ul li:nth-child(2) {
        margin:10px auto;
    }
    #index .recess > .links ul li a {
        width:100%;
    }
    #news figure.big-photo-news {
        width:300px;
    }
}
@media only screen and (max-width:860px) {
    #projects article .table-4 ul li span {
        font-size:40px;
    }
    #project .info ul li {
        width:50%;
    }
    #project .info ul li {
        width:50%;
    }
    #project .gallery {
        margin-bottom:20px;
    }
    #content .right-column article .links {
        max-width:600px;
        margin:40px auto 0 auto;
    }
    #content .right-column article .links ul li {
        display:block;
        width:100%;
        height:100%;
        border-right:0;
        border-bottom:solid 1px #fff;
        padding-right:0;
        padding-bottom:20px;
    }
    #content .right-column article .links ul li:last-child {
        border-bottom:0;
        padding-bottom:0;
        padding-top:20px;
        padding-left:0;
    }
    #index .numberic-info ul li .text {
        height:520px;
    }
    #press .list  > ul > li span.date,
    #press .list  > ul > li span.name {
        color:#777;
        font-size:13px;
    }
    #press .list  > ul > li span.title {
        display:block;
        margin-top:10px;
        width:100%;
    }
    #press .commercials  > ul > li {
        width:calc(50% - 15px);
    }
    #press .commercials  > ul > li:nth-child(3n) {
        margin-right:30px;
    }
    #press .commercials  > ul > li:nth-child(4n),
    #press .commercials  > ul > li:nth-child(even) {
        margin-right:0;
    }
    #web-tv .text {
        left:30px;
        bottom:30px;
        font-size:42px;
    }
    #press .list  > ul > li:first-child span.date,
    #press .list  > ul > li:first-child span.name {
        display:none;
    }
}
@media only screen and (max-width:840px) {
    #project .map-form #map {
        width:100%;
        height:500px;
        float:none;
    }
    #project .map-form .form {
        width:100%;
        height:auto;
        float:none;
    }
}
@media only screen and (max-width:820px) {
    #landing-page .inner {
        position:static;
        display:block;
        padding:20px;
    }
    #landing-page .inner .left-column {
        width:100%;
        height:400px;
        display:block;
    }
    #landing-page .inner .left-column .slogan {
        width:100%;
        max-width:auto;
        height:100%;
        margin:auto;
        display:block;
        text-align:center;
    }
    #landing-page .inner .left-column .slogan img {
        width:auto;
        height:100%;
    }
    #landing-page .inner .right-column {
        width:100%;
        display:block;
    }
    #landing-page-gallery {
        position:static;
    }
    #index .category .slide span {
        left:50px;
        bottom:50px;
        font-size:42px;
    }
}
@media only screen and (max-width:780px) {
    #form ul li {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    #projects article .table-4 ul li {
        width:33.33%;
    }
    #footer .menu {
        width:100%;
        float:none;
    }
    #footer .mobile-menu {
        display:block;
        margin-top:30px;
    }
    #footer .mobile-menu .logo {
        display:block;
        float:none;
        margin:auto;
    }
    #footer .logo {
        display:none;
    }
    #index .numberic-info {
        text-align:left;
        max-width:600px;
        margin:auto;
    }
    #index .numberic-info ul {
        display:block;
    }
    #index .numberic-info ul li {
        width:100%;
    }
    #index .numberic-info ul li:nth-child(2) {
        margin:45px 0;
    }
    #index .numberic-info ul li h6 {
        width:90px;
        margin:0 15px 0 0;
        display:inline-block;
        vertical-align:middle;
        text-align:right;
        font-size:18px;
    }
    #index .numberic-info ul li span.line {
        width:12px;
        display:inline-block;
        vertical-align:middle;
    }
    #index .numberic-info ul li .text,
    #index .numberic-info ul li span.line {
        height:260px;
    }
    #index .numberic-info ul li span.point {
        width:12px;
        height:16px;
        top:calc(50% - 8px);
        left:114px;
        transform:rotate(-90deg);
    }
    #index .numberic-info ul li .icon {
        width:70px;
        height:70px;
        display:inline-block;
        vertical-align:middle;
        margin:0 0 0 25px;
    }
    #index .numberic-info ul li .icon figure {
    }
    #index .numberic-info ul li .icon figure img {
        width:30px;
        margin:15px 0 0 20px;
    }
    #index .numberic-info ul li .text {
        width:calc(100% - 200px);
        display:inline-block;
        vertical-align:middle;
        padding:20px;
        top:0;
        margin-left:-40px;
        text-align:center;
        font-size:18px;
        line-height:22px;
    }
    #index .numberic-info ul li .text .text-inner {
        width:100%;
        height:100%;
        display:table;
        padding-top:50px;
    }
    #index .numberic-info ul li:last-child .text .text-inner {
        padding-top:15px;
    }
    #index .numberic-info ul li .text .text-inner p {
       width:calc(50% - 10px);
       border-bottom:none;
       display:inline-block;
       vertical-align:middle;
    }
    #index .numberic-info ul li .text .text-inner p:nth-child(2) {
       border-left:solid 2px #0f3e83;
    }
    #index .numberic-info ul li .text .text-inner p:nth-child(3) {
       width:80%;
    }
    #press .block-list > ul > li {
        width:calc(50% - 15px);
        margin-right:30px;
    }
    #press .block-list > ul > li:nth-child(3n) {
        margin-right:30px;
    }
    #press .block-list > ul > li:nth-child(even) {
        margin-right:0;
    }
    #press .block-list > ul > li:nth-child(4n) {
        margin-right:0;
    }
    #press .block-list > ul > li > figure {
        height:150px;
    }
}
@media only screen and (max-width:760px) {
    #index {
        top:350px;
    }
}
@media only screen and (max-width:730px) {
    #index .projects {
        padding:30px 20px 0 20px;
    }
    #news figure.big-photo-news {
        width:100%;
        max-width:400px;
        margin:0 auto 30px auto;
        float:none;
    }
    #content .right-column article .table ol li {
        display:block;
    }
    #content .right-column article .table ol li span {
        width:100%;
        display:block;
    }
    #content .right-column article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
}
@media only screen and (max-width:720px) {
    #index {
        top:350px;
    }
    #content .first-column article .table ol li {
        display:block;
    }
    #content .first-column article .table ol li span {
        width:100%;
        display:block;
    }
    #content .first-column article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #content figure.big-photo {
        width:200px;
        margin:-50px auto 20px auto;
        position:relative;
        float:none;
    }
    #projects article .table-4 ul li {
        width:33.33%;
    }
}
@media only screen and (max-width:670px) {
    #footer-bottom .phone {
        width:max-content;
        margin-right:20px;
    }
    #footer-bottom .link {
        width:max-content;
    }
    #index .tabs-2 .tab .right-column .table ul li {
        float:none;
        width:100%;
        padding:20px 0;
    }
    #index .category .slide span {
        font-size:32px;
    }
}
@media only screen and (max-width:660px) {
    #index {
        top:300px;
    }
    #project .map-form .form.style-2 ul li:nth-last-child(n+4) {
        float:none;
        width:100%;
    }
    #project .map-form .form.style-2 ul li:nth-last-child(n+4):nth-child(odd) {
        margin-right:0;
    }
}
@media only screen and (max-width:650px) {
    #projects ul li {
        width:100%;
        max-width:400px;
        margin:0 auto 30px auto;
        display:block;
    }
    #projects ul li:nth-child(odd) {
        margin-right:auto;
    }
}
@media only screen and (max-width:620px) {
    #project .info ul li {
        width:100%;
        float:none;
    }
    #video,
    #video iframe {
        width:400px;
        height:225px;
    }
    #index .numberic-info ul li h6 {
        width:70px;
        font-size:14px;
    }
    #index .numberic-info ul li span.point {
        left:95px;
    }
    #index .numberic-info ul li .text,
    #index .numberic-info ul li span.line {
        height:200px;
        font-weight:700;
    }
    #index .numberic-info ul li .text {
        font-size:15px;
        line-height:18px;
        padding-top:3px;
        width:calc(100% - 170px);
    }
    #index .numberic-info ul li:last-child .text .text-inner {
        padding-top:5px;
    }
    #content .right-column article .table-4 {
        max-width:360px;
        margin:auto;
    }
    #content .right-column article .table-4 ol li.title {
        background:#fcfcfc;
    }
    #content .right-column article .table-4 ol li span {
        width:100%;
        display:block;
    }
    #content .right-column article .table-4 ol li span:first-child {
        width:100%;
    }
    #content .right-column article .table-4 ol li span:not(:last-child) {
        border-right:none;
    }
}
@media only screen and (max-width:570px) {
    #index {
        top:250px;
    }
    #press .block-list > ul > li > figure {
        height:120px;
    }
    #landing-page-gallery .gallery ul li {
        width:100%;
        max-width:400px;
        float:none;
        margin:0 auto 10px auto;
    }
    #landing-page-gallery .gallery ul li:nth-child(3n),
    #landing-page-gallery .gallery ul li:nth-child(even) {
        margin-right:auto;
    }
    #web-tv .text {
        width:calc(100% - 60px);
    }
}
@media only screen and (max-width:560px) {
    #footer .menu {
        display:none;
    }
}
@media only screen and (max-width:520px) {
    #projects article .table-4 ul li {
        width:50%;
    }
    #projects article .table-4 ul li:nth-last-of-type(n+1) {
        margin-bottom:20px;
    }
    #index .numberic-info ul li h6 {
        width:100%;
        display:block;
        text-align:center;
        font-size:22px;
        font-weight:400;
    }
    #index .numberic-info ul li span.line {
        width:100%;
        height:16px;
    }
    #index .numberic-info ul li span.point {
        width:12px;
        height:16px;
        top:38px;
        left:calc(50% - 6px);
        transform:rotate(0deg);
    }
    #index .numberic-info ul li .icon {
        margin:24px auto 25px auto;
        border-radius:50%;
        display:table;
    }
    #index .numberic-info ul li .icon figure img {
        margin:2px 0 0 20px;
    }
    #index .numberic-info ul li .text {
        width:100%;
        display:block;
        margin-left:0;
        font-weight:600;
    }
    #press .block-list > ul > li {
        width:100%;
        margin-right:0;
        float:none;
    }
    #press .block-list > ul > li:nth-child(3n) {
        margin-right:0;
    }
    #press .block-list > ul > li > figure {
        height:auto;
    }
    #press .commercials  > ul > li {
        width:100%;
        max-width:400px;
        float:none;
        margin:0 auto 20px auto;
    }
    #press .commercials  > ul > li:nth-child(4n),
    #press .commercials  > ul > li:nth-child(even),
    #press .commercials  > ul > li:nth-child(3n) {
        margin:0 auto 20px auto;
    }
}
@media only screen and (max-width:470px) {
    #index {
        top:200px;
    }
    #footer-bottom .phone {
        float:none;
        padding-top:8px;
    }
    #footer-bottom .link {
        padding-top:5px;
    }
    #footer-bottom .artas {
        margin-top:-40px;
    }
    #web-tv .text {
        width:calc(100% - 40px);
        left:20px;
        bottom:20px;
        font-size:36px;
    }
}
@media only screen and (max-width:460px) {
    #video,
    #video iframe {
        width:300px;
        height:169px;
    }
}
@media only screen and (max-width:420px) {
}
@media only screen and (max-width:380px) {
    #index {
        top:150px;
    }
    #video,
    #video iframe {
        width:220px;
        height:124px;
    }
}
@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@media only screen and (max-height:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
}
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;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 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;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	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;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	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:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-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-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .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--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	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;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.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;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.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;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.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;
}
.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;
	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:link,
.fancybox-share__button:visited {
	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;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	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 > ul {
	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 > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	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-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	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 .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    z-index:1;
}
.swiper-container-no-flexbox .swiper-slide {
    float:left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    margin:0 auto
}
.swiper-slide {
    -webkit-flex-shrink:0;
    -ms-flex:0 0 auto;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height:auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    -webkit-transition-property:-webkit-transform,height;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform,height
}
.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
}
.swiper-wp8-horizontal {
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action:pan-x;
    touch-action:pan-x
}
.swiper-button-next, .swiper-button-prev {
    position:absolute;
    top:50%;
    width:27px;
    height:44px;
    margin-top:-22px;
    z-index:10;
    cursor:pointer;
    -moz-background-size:27px 44px;
    -webkit-background-size:27px 44px;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left:10px;
    right:auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right:10px;
    left:auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position:absolute;
    text-align:center;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:30px;
    left:0;
    width:100%
}
.swiper-pagination-bullet {
    width:16px;
    height:16px;
    display:inline-block;
    border-radius:20px;
    background:none;
    border:solid 3px #fff;
}
button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -webkit-appearance:none;
    appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background:#fff
}
.swiper-pagination-bullet-active {
    background:#fff;
    width:32px;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right:10px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    -moz-transform:translate3d(0,-50%,0);
    -o-transform:translate(0,-50%);
    -ms-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:5px 0;
    display:block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 5px
}
.swiper-pagination-progress {
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background:#007aff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
    -ms-transform-origin:left top;
    -o-transform-origin:left top;
    transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin:right top;
    -moz-transform-origin:right top;
    -ms-transform-origin:right top;
    -o-transform-origin:right top;
    transform-origin:right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width:100%;
    height:4px;
    left:0;
    top:0
}
.swiper-container-vertical > .swiper-pagination-progress {
    width:4px;
    height:100%;
    left:0;
    top:0
}
.swiper-pagination-progress.swiper-pagination-white {
    background:rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background:#000
}
.swiper-container-3d {
    -webkit-perspective:1200px;
    -moz-perspective:1200px;
    -o-perspective:1200px;
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective:1200px
}
.swiper-container-cube, .swiper-container-flip {
    overflow:visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-container-cube .swiper-slide {
    visibility:hidden;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    width:100%;
    height:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events:none;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}
.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position:absolute;
    left:1%;
    bottom:3px;
    z-index:50;
    height:5px;
    width:98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%
}
.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;
    left:0;
    top:0
}
.swiper-scrollbar-cursor-drag {
    cursor:move
}
.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -moz-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
    display:block;
    content:"";
    width:100%;
    height:100%;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position:50%;
    -webkit-background-size:100%;
    background-size:100%;
    background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}
@media only screen and (max-width:760px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom:20px;
    }
}
@media only screen and (max-width:660px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom:10px;
    }
}
@media only screen and (max-width:570px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom:10px;
    }
    .swiper-pagination-bullet {
        width:30px;
    }
}
[data-pie-id] > *:nth-child(7n+1),
[data-bar-id] > *:nth-child(7n+1),
[data-line-id] > *:nth-child(7n+1) {
    color: #ffdf00;
}
[data-pie-id] > *:nth-child(7n+2),
[data-bar-id] > *:nth-child(7n+2),
[data-line-id] > *:nth-child(7n+2) {
    color:#ffd800;
}
[data-pie-id] > *:nth-child(7n+3),
[data-bar-id] > *:nth-child(7n+3),
[data-line-id] > *:nth-child(7n+3) {
    color:#ffbf00;
}
[data-pie-id] > *:nth-child(7n+4),
[data-bar-id] > *:nth-child(7n+4),
[data-line-id] > *:nth-child(7n+4) {
    color:#ffba00;
}
[data-pie-id] > *:nth-child(7n+5),
[data-bar-id] > *:nth-child(7n+5),
[data-line-id] > *:nth-child(7n+5) {
    color:#ffbf00;
}
[data-pie-id] > *:nth-child(7n+6),
[data-bar-id] > *:nth-child(7n+6),
[data-line-id] > *:nth-child(7n+6) {
    color:#ffbf00;
}
[data-pie-id] > *:nth-child(7n+7),
[data-bar-id] > *:nth-child(7n+7),
[data-line-id] > *:nth-child(7n+7) {
    color:#bf7a07;
}
.tooltip {
    margin-left:-5px;
    border-radius:3px;
    background:#f00;
}
.columns {
    position:relative;
    margin:auto;
    text-align:center;
    max-width:80%;
    font-size:16px;
    line-height:26px;
    font-weight:600;
}
.columns.style-2 {
    max-width:370px;
}
.columns.style-3 {
    max-width:500px;
}
.columns a {
    background:#2f3845;
    color:#fff;
    padding:5px 10px;
    border-radius:15px;
    cursor:pointer;
}
#donut {
    margin:auto;
}