/* 
    Created on : 2017.08.28., 14:25:14
    Author     : stradus
*/
@import url('https://fonts.googleapis.com/css?family=Manuale:400,400i,500,500i,700|Montserrat:300,300i,400,400i,500,500i,700&subset=latin-ext,vietnamese');
/*
font-family: 'Manuale', serif;
font-family: 'Montserrat', sans-serif;
*/
.center {
    text-align: center;
    margin:auto;
}
.wide, .narrow, .slimmer {
    margin:auto;
}
    .wide {
        width:90%;
    }
    .narrow {
        width:80%;
    }
    .slimmer {
        width:50%;
    }
html, body {
    background-color: #DDD7D3;
    background-image: none;
    padding:0;
    margin:0;
    font-family: 'Manuale', serif;
}
h2 {
    font-size: 32px;
}
a:hover {
    text-decoration: underline;
}
a:hover *{
    text-decoration: underline;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    background-color: rgba(221,215,211,0.1);
}
*:hover::-webkit-scrollbar-track, ::-webkit-scrollbar-track:hover {
    background-color: #DDD7D3;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,92,161,0.1);
}
*:hover::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background: rgba(0,92,161,0.8);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,92,161,0.4); 
}
h2 {
    color:#005CA1;
}
.CMSComment {
    text-align: center;
    text-align-last: center;
}
/**/
#hair {
    height:3vw;
    text-align: center;
}
    #hair .element{
        display:inline-block;
        color:#666;
        font-size:22px;
        line-height: 3vw;
        padding:0px 20px;
    }
        #hair .element img {
            height:3vw;
            vertical-align: -1.1vw; 
        }
        .CMSModule_menu li.has_child {
            background-image: url('resources/triangle.svg');
            background-position: center bottom 5px;
        }
#head {
    /*background-color: red;*/
    text-align: center;
    background-image: url('resources/placeholder.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color:#fff;
    text-shadow:0px 1px 1px #000;
    padding:2vw 0 2vw 0;
}
    #head.fixed {
        padding-bottom: 122px;
        padding-bottom:calc(102px + 2em);
    }
    #logo {
        height:200px;
    }
    #head h1 {
        font-size:64px;
        font-weight: normal;
        margin-top:1vw;
        margin-bottom:0px;
    }
    #head h2 {
        font-weight: normal;
        color:#eee;
	margin:10px auto;
    }
    #head menu {
        margin:0;
        padding:0;
    }
    #head menu ul {
        display:block;
        margin:0;
        padding:0;
        text-align: center;
        list-style: none;
        background-color: rgba(0,0,0,0.7);
        margin-top:40px;
    }
        #head menu li{
            display:inline-block;
            margin:0;
            font-size:22px;
            position:relative;
            cursor: pointer;
        }
            #head menu li a{
                display:block;
                padding:15px;
            }
                #head menu li li {
                    display:block;                
                }
                #head menu li li a{
                    padding:5px;
                }
            #head menu li.has_child > ul{
                display:none;
                top:22px;
                left: 50%;
                transform: translateX(-50%);
                position: absolute;
                text-align: center;
                z-index:40;
                width:220px;
            }
    #head menu.fixed {
        position:fixed;
        width:100%;
        top:0px;
        left:0px;
        z-index:100;
        margin:0;
        padding:0;
    }
        #head menu.fixed ul {
            margin-top:0px;
        }
            #head menu.fixed li.has_child > ul{
                top:62px;
            }
#content {
    font-size:0px;
}
#content aside, #content main {
    display:inline-block;
    vertical-align: top;
    font-size:16px;
}
    #content aside {
        width:20%;
        padding-top:37px;
    }
    #content main {
        width:80%;
        padding-top:0px;
        padding-left:20px;
        width:calc(80% - 20px);
    }
        #content main h2{
            text-align: center;
        }
#scroll-down {
    background-color: #DDD7D3;
    height:5vw;
    text-align: center;
    line-height: 5vw;
    color:#808080;
}
#content_bg {
    background-color: #fff;
}
#calendarBox_0 {
    min-height: 239px;
}
.calendar {
    width:100%;
}
    .calendar tr:first-child > th{
        font-size:24px;
        color:#005CA1;
    }
    .calendar tr:nth-child(2) > th{
        width:14.27%;
    }
        .calendar .calEvent {
            background-color: #005CA1;
            color:#fff;
        }
        .calendar .calActDate {
            border:3px solid #DDD7D3;
        }
    .box {
        background-color: #eae6e3;
        margin:0px;
        box-shadow: none;
    }
    .box.size2 {
        width: calc(((100% / 3) * 2) - 3px);
    }
    .box.size1 {
        width: calc(((100% / 3) * 1) - 3px);
    }
        .box .head {
            background-color: transparent; 
            color:#000;
            text-align: center;
            text-align-last: center;
            font-size:28px;
        }
        .box .content {
            background-color: transparent;
        }
    .box .button {
        text-align: center;
        text-align-last: center;
        background-color: #005CA1;
        color:#fff;
        padding:10px;
        font-weight: bold;
        width:auto;
        margin:auto;
        margin-top:10px;
    }
    .box .content {
        height: 400px;
    }
    article.listItem {
        margin-top:0px !important;
        margin-bottom: 10px;
    }
        article.listItem h4 {
            line-height:18px;
        }
    
    .newsItem .counters {
        text-indent:10px;
    }
    #CMSModule_eugy_0 {
        margin-top:20px;
    }
#content {
    padding-bottom:80px;
}
    .datasheet_head {
        margin-top: 85px;
        height:300px;
    }
    .CMSModule_iss_search input {
        border: 1px solid #005CA1;
    }
    .CMSModule_iss_search input[type="submit"] {
        background-color: #005CA1;
    }
    #CMSModule_iss_search_0{
        margin-bottom:20px;
    }
    
footer {
    background-color: #DDD7D3;
    padding:30px 0;
    font-size:20px;
    color:#95867C;
}
footer img.logo {
    height:150px;
}
    footer table, footer tr, footer td {
        margin:0px;
        padding:0px;
        border-spacing: 0px;
        border-collapse: collapse;
        height:1px;
    }
        footer td {
            padding-right:20px;
            text-align: left;
        }
        footer .small {
            line-height: 16px;
        }

.formtext a{
    text-decoration: underline;
    color:#005B9E;
}

.box .content.auto {
    max-height: 400px !important;
}
/* RESPONSIVE */

@media screen and (max-width: 1700px) {
    .wide {
        width:95%;
    }
    .narrow {
        width:90%;
    }
    .slimmer {
        width:60%;
    }
}
@media screen and (max-width: 1500px) {
    .calendar tr:first-child > th {
        font-size: 20px;
    }
}
@media screen and (max-width: 1400px) {
    .wide {
        width:95%;
    }
    .narrow {
        width:95%;
    }
    .slimmer {
        width:70%;
    }
    /*#content aside {
        width:20%;
    }
    #content main {
        width:80%;
    }*/
}
@media screen and (max-width: 1200px) {
    .calendar tr:first-child > th {
        font-size: 18px;
    }
    #hair .element {
        font-size: 18px;
    }
    #hair .element img {
        height: 36px;
        vertical-align: -15px;
    }
    .slimmer {
        width:80%;
    }
    menu.fixed {
        position: static !important;
    }
    #head.fixed {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1100px) {
    .calendar tr:first-child > th {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    #hair .element {
        font-size: 16px;
    }
    #hair .element img {
        height: 32px;
    }
    .slimmer {
        width:99%;
    }
}
@media screen and (max-width: 900px) {
    #content aside, #content main {
        display:block;
        width:auto;
        margin:auto;
        padding:0;
    }
    #hair {
        height: auto;
    }
    #content main {
        padding-top:1px;
    }
}
@media screen and (max-width: 800px) {
    .CMSModule_iss_currently_open .box .content.mobile_h {
        height:auto;
    }
    #head h1 {
        font-size: 48px;
    }
    footer table, footer tbody, footer tr, footer td {
        display:block;
        line-height: 16px;
        font-size:16px;
        text-align: center;
        height:auto;
    }
}
@media screen and (max-width: 800px) {
    #head h1 {
        font-size: 36px;
    }
    #head h2 {
        font-size: 24px;
    }
}
