@import url(fonts_roboto.css);
@import url(fonts_kanit.css);

.ctg-header {
    position: fixed;
    width: 100%;
    height: 120px;
    z-index: 2;
    font-weight: bold;
    font-family: 'Roboto';
    background-color: rgba(8, 117, 122, 0.57);
    background-image: -webkit-linear-gradient(#10626b, transparent);
/*     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
.index-page .ctg-header {
    background-color: rgba(0, 0, 0, 0);
}
.scoll-menu {
    background-color: #fff;
    height: 70px;
    background-image:none;
}
.index-page .ctg-header.scoll-menu  {
    background-color: #fff;
    height: 70px;
    background-image:none;
}

.menu-logo img{
    height: 50px;
    opacity: 1.0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chang-lang {
    list-style: none;
    padding-left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.chang-lang li {
    display: inline-block;
}
.chang-lang a {
    display: inline-block;
    padding: 0;
    width: 40px;
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
    background-position: center;

}
.menu-logo-burger{
	opacity: 0.0;
	top: 0;
	left: 30%;
    height: 40px;
    margin-top: 16px;
    margin-left: -18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ctg-header-left ,.ctg-header-center,.ctg-header-right{
    display: table-cell;
}
/*.ctg-header-left {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;

}*/
/*.ctg-header-center {
	text-align: center;
	margin-right: 200px;
	margin-left: 200px;
}*/
/*.ctg-header-left,.ctg-header-right {
	min-width: 200px
}*/
/*.ctg-header-left {
	float: left;
}
.ctg-header-right {
	float: right;
	text-align: right;
}*/
.logo-header {
    width: 100px;
}
.login-btn{
	position: relative;
    z-index: 9;
    width: 140px;
    opacity: 1.0;
    color: #fff;
    font-family:Arial,sans-serif;
    background-color: #3ac3e0;
    margin-top: 17px;
    padding: 10px 0px;
    font-size: 12px;
    border-radius: 3px;
    border: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
/*.ctg-main-menu{
	opacity: 1.0;
	position: absolute;
	top: 0;
    bottom: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
.ctg-ul-menu {
    text-align: right;
    margin: 0;
    padding: 24px 0;
   padding-top: 20px;
    padding-bottom: 27px;

}
.ctg-ul-menu li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ctg-ul-menu li:not(:last-child) a{
	font-family: 'robotolight';
	font-size: 18px;
	padding-right:2em;
    padding-left: 3em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px; 
}
.ctg-header-left a{
    position: absolute;
    top: 30px;
    bottom: 0;
}

#burger_menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 88888;
}
#burger_menu .ul-burger_menu {
	margin: 0px;
    padding: 0px;
}
#burger_menu a{
    font-family: 'robotolight';
	font-size: 16px;
	display: block;
	padding-right: 1em;
	color: #0f636c;
	text-decoration: none;
	letter-spacing: 1px; 
	padding: 17px 0px 15px 0
}
#burger_menu li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #0f636c;
}
#burger_menu li:last-child{
    border-bottom:none;
}
#burger_icon {
	position: absolute;
	top:17px;
	cursor: pointer;
	
}
#burger_icon span {
	display: block;
    opacity: 0.0;
    width: 25px;
    height: 4px;
    padding: 0;
    margin: 0 0 5px 0;
    border-radius: 3px;
    background-color: #fff;
    transition: transform 0.5s, opacity 0.5s;


}
#burger_icon.open span.top {
    transform: rotate(45deg) translate(8px,7px);
}
#burger_icon.open span.btm {
    transform: rotate(-45deg) translate(5.5px,-5px);
}
#burger_icon.open span.mid {
    opacity: 0;
}
.chang-lang {
    list-style: none;
    padding-left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.ctg-phone-number {
    position: relative;
    z-index: 9;
    width: 140px;
    opacity: 1.0;
    color: #fff;
    font-family: 'robotolight';
    background-color: rgba(255,255,255,.30);
    margin-top: 17px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 3px;
    border: 0px;
/*    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

.ctg-phone-number:focus,
.ctg-phone-number:hover,
.ctg-phone-number:visited {
    text-decoration: none;
    color: #fff;
}
.ctg-phone-icon {
    font-size: 23px;
    vertical-align: middle;
}
.top-lang {
    text-align: right;
    padding-top: 1em;
   /* padding-bottom: 0.5em;*/
}
.menu-below {
    display: table;
    width: 100%;
}
.ctg-header-left {
    width: 10%;
}
.ctg-header-center  {
    width: 90%;
}
.ctg-icon {
    font-size: 23px;
    vertical-align: middle;
}
.scoll-menu .logo-header {
    width: 80px
}
.scoll-menu .ctg-header-left a {
    top: 4px;
}
.scoll-menu .top-lang {
    padding: 0;
    height: 0;
}
.scoll-menu .ctg-ul-menu li:not(:last-child) a,
.scoll-menu .ctg-phone-number {
    color: #333;
}
.scoll-menu .ctg-ul-menu {
    padding-top: 23px;
    padding-bottom: 18px;
    /*padding-left: 40px;*/
}
.scoll-menu .phone-top {
    position: absolute;
    top: 24px;
    width: 200px;
}
.main-menu-burger .icon-ctg{
    font-size: 25px;
}
@media screen and (max-width: 1199px) { 
    .ctg-ul-menu li:not(:last-child) a {
        font-size: 16px;
        padding-right: 2em;
        padding-left: 2em;
    }
    .ctg-icon,.ctg-phone-icon {
        font-size: 20px;
    }

}
@media screen and (max-width: 992px) {
	#burger_icon span,.menu-logo-burger{
	    opacity: 1.0;
	}
	.menu-logo img{
	    opacity: 0.0;
	}
	.ctg-header-center ,.ctg-header-left a {
		opacity: 0.0;
        height: 0;
        overflow: hidden;
	}
    
	.login-btn{
	   position: relative;
        z-index: 9;
        width: 130px;
        font-size: 11px;
	} 
    
    .ctg-header {
        height: 60px;
        position: absolute;
    }
    .top-lang {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .ctg-phone-number {
        display: none;
    }
    .ctg-ul-menu{
        height: 0;
        overflow: 0;
        padding: 0;
    }
}

