.header-container {
    min-width: 1200px;
    z-index: 99999;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: white;
}
.header-height{
    height:100px;
    min-height: 100px;
    width: 100%;
    min-width: 1200px;
}
.header-container a{
    display: block;
    text-decoration: none;
    color: #0a0204;
}
.header-container a:hover{
    color: #00a0e9;
}
.header-container  .language-btn{
    padding: 0 !important;
    color: white;
}
.header-container  .language-btn a{
    padding: 5px 20px;
    display: block;
    color: white;

}
.header-container  .language-btn a:hover{
    color: white;
}


.header-container.col {
    height: 100px;
    max-height: 100px;
    box-shadow: 0 2px 2px #dddddd;
    white-space: nowrap;
}
.header-container.col .row.top{
    padding: 0 50px 0 180px;
    height: 40px;
    max-height: 40px;
}
.header-container.col .row.top .primary{
    color: #0099CC;
}
.header-container.col .row.menu-row{
    height: 60px;
    max-height: 60px;
    background: white;
}
.header-container.col .row.top>div{
    text-align: right;
}

.top-select{
    background:#fafdfe;
    height:28px;
    line-height: 28px;
    width: 120px;
    line-height:28px;
    margin: 0 20px;
    border:1px solid #9bc0dd;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

.header-container .col-logo {
    max-width: 150px;
    min-width: 150px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
.header-container .col-logo a{
    position: absolute;
    z-index: 9;
    height: 80px;
    top: -30px;
}


.header-container .col-logo img {
    height: 100%;
    padding-top: 5px ;
    padding-left: 40px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

.header-container .col.col-center{
    padding: 0 50px 0 20px;
}


.header-container .col-right {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-container.col .menu {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    position: relative;
    text-align: center;
    padding: 10px 5px;
}
.header-container.col .menu .menu-title{
    font-size: 14px;
}
.header-container.col .menu .menu-title p.en{
    text-transform: uppercase;
    font-size: 10px;
}

.header-container.col .hasChildren.menu:hover:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid white;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    margin-top: 0px;
    z-index: 1;
}

.header-container.col .menu .row {
    position: fixed;
    height: 50px;
    /*
    background: rgba(0, 0, 0, 0.6);
    */
    background-color: #0a0204;
    color: white;
    width: 100%;
    top: 100px;
    justify-content: center;
    left: 0;
}

.header-container.col .menu .row a {
    display: block;
    padding-right: 40px;
    line-height: 50px;
    color: white;
}

.header-container.col .menu .row a:hover{
    color: #00a0e9;
}

.header-container.col .menu .row {
    display: none;
}

.header-container.col .menu .row:after {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0px;
    content: '';
    display: block;
    /*
    background: rgba(0, 0, 0, 0.6);
    */
    background-color: #0a0204;
}

.header-container.col .menu:hover .row {
    display: flex;
}

.header-container.col .menu:hover {
    color: #3b9ecb;
}

.header-container.col .menu:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 0px;
    background: #dddddd;
    display: block;
}

.header-container.col .menu:first-child:after {
    display: none;
}

.header-container.col .menu.active {
    color: #3b9ecb;
}

.header-container .row {
    white-space: nowrap;
}
.header-container.col form{
    display: inline-block;
}
.header-container.col input {
    box-shadow: none;
    width: 140px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 5px 40px 5px 20px;
}

.header-container.col input:focus {
    outline: none;
    box-shadow: 0 0 3px #3b9ecb;
}
.header-container.col input[type='submit'] {
    height: 24px;
    width: 50px;
    margin-left: -58px;
    vertical-align: bottom;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 3px;
    margin-bottom: 1px;
    background-image: url("../img/search.png");
    background-size: 16px 16px;
    background-position:center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.header-container.col input[type='submit']:focus {
    outline: none;
    box-shadow: 0 0 3px transparent;
}

.header-container.col button {

    border: none;
    background: #3b9ecb;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;

}

.header-container.col button:focus {
    outline: none;
}

.header-container a {
    cursor: pointer;
}

.header-container .gp-code{
    width: 80px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-left: 20px;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
.header-container .gp-code:before {
    display: block;
    content: '';
    height: 20px;
    width: 1px;
    background: #dddddd;
    position: absolute;
    left: 5px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.html-container > h2 {
    margin: 10px;
    text-align: center;
}
.point{
    cursor: pointer;
}