
#header{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header_top{
    padding-left: 32px;
}

#header .header_top .header_top_left .header_top_left_img {
    width: 100%;
    height: 100px;
    cursor: pointer;
    object-fit: scale-down;
}

.header_top_right{
    padding-left: 0px !important;
}

.header_top_right_row_col img {
    /* width: 50%; */
}

.header_top_right_row{
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.header_top_right_row_col_text div{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.header_top_right_row_col_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.header_top_right_row_col_text span{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
}

.header_top_right_row_col_text>h5{
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.header_bottom {
    width: 100%;
    height: 50px;
    background-color: #0077C8 !important;
    padding: 10px;
    display: flex;
    text-transform: uppercase;
}
.header_bottom_icon{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 2px solid white;
}
.header_bottom_gt{
    cursor: pointer;
    width: 15%;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid white;
}
.header_bottom_dm{
    cursor: pointer;
    width: 32%;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid white;
}
.header_bottom_gk{
    position: relative;
    cursor: pointer;
    width: 27%;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid white;
}

.header_bottom_gk_img {
    position: absolute;
    top: -10px;
    right: 0;
    width: 75px;
}
.header_bottom_item{
    cursor: pointer;
    width: 28%;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_bottom_gt_a {
    color: white;
    text-decoration: none !important;
}
.header_bottom_gt_a:hover {
    color: #000000;
    transition:0.5s
}

