.tg-lang {
                position: absolute;
                right:30px;
                top: 15px;
                height: 28px;
                line-height: 26px;
                font-size: 13px;
                text-align: center;
                width: 80px;
                background: rgba(0,0,0,.3);
                z-index: 9;
                border-radius: 3px;
				 
				
            }

               .tg-lang a {
    float: left;
    display: block;
    width: 50%;
    color: #fff;
    border: 1px solid #fff;
}
                /*  */
                   .tg-lang a:first-child {
    border-radius: 3px 0 0 3px;
}

                   .tg-lang a:last-child {
    border-radius: 0px 3px 3px 0px;
    border-left: none;
}
                   
                    .tg-lang a.on {
                        background: rgba(255,255,255,.8);
						color: #333;
                    }
					 

.header-content {
    position: relative;
}
.header {
    position: relative;
}

.container {
    position: relative;
}