* {
    box-sizing: border-box;
}
p {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    position: relative;
    height: 100%;
}
.iHeader {
    background: url("img/background/bg56.png") repeat;
    height: 32px;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.headInfo {
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 13px;
    width: calc(100% - 70px);
    float: left;
    letter-spacing: normal;
    font-family: Arial, sans-serif;
}
.headInfo a {
    color: #fff;
}
.headInfo a:hover {
    text-decoration: none;
}
main {
    padding-top: 32px;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
}

main iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    overflow-y: scroll;
}

.langSection {
    *zoom: 1;
    width: 70px;
    float: right;
}
.langSection:after {
    content: " ";
    display: table;
    clear: both;
}
.langSection a {
    display: block;
    float: left;
    margin-right: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
    position: relative;
}
.langSection a:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: calc(50% - 5px);
    right: -12px;
}
.langSection a:hover {
    text-decoration: underline;
}
.langSection a:last-of-type {
    margin-right: 0;
}
.langSection a:last-of-type:before {
    display: none;
}
.langSection a.active {
    color: #F7C65F;
}   

/*Responsive*/

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 940px;
    }

    .iHeader {
        height: 60px;
    }
    main {
        padding-top: 60px;
    }
    .headInfo {
        line-height: 22px;
        padding: 8px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 740px;
    }

    .iHeader {
        height: 60px;
    }
    main {
        padding-top: 60px;
    }
    .headInfo {
        line-height: 22px;
        padding: 8px 0;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .iHeader {
        height: auto;
        position: relative;
    }
    main {
        padding-top: 60px;
    }
    .headInfo {
        line-height: 22px;
        padding: 8px 0;
    }
    main {
        padding-top: 0;
    }
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
body.full > header,
body.full > #cd-main-content header {
    display: none;
}
body.full > main,
body.full > #cd-main-content main {
    padding-top: 0 !important;
}
.iHeader .headInfo > a {
    text-decoration: underline;
}