.full-header {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
    border-top: 6px solid #52A732;;
}
.full-menu.sticky {
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.full-menu.sticky,
body:not(.home) .full-header{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.header-wrap {
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    max-width: 220px;
    max-height: 120px;
    object-fit: contain;
}
.headr-right {
    flex: 1;
    padding-left: 80px;
}

.header-top {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 710px;
    text-align: center;
    border-radius: 0px 0px 50px 50px;
    background: #52A732;
    padding: 0 10px 0;
}
.header-top p {
    border-radius: 0px 0px 50px 50px;
    background: #007EC2;
    margin: 0;
    color: #fff;
    padding: 7px 0px;
    font-weight: 600;
}
.header-slogan p {
    margin: 0;
    color: #006598;
    font-size: 20px;
    font-weight: 700;
}
.header-bottom {
    padding-top: 30px;
    justify-content: space-around;
    align-items: center;
}
.header-search{
    position: relative;
}
.searchform{
    position: relative;
}
.searchform input {
    border: 1px solid #fff;
    height: 40px;
    border-radius: 99px;
    padding: 0 20px;
    font-size: 14px;
    background-color: transparent;
    color: #B8B8B8;
}
.header-search .searchform input {
    min-width: 200px;
    background-color: #fff;
}
.searchform input::placeholder {
    opacity: 1;
}

.searchform .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    background-color: transparent;
    border: 0;
    color: #007EC2;
    font-size: 20px;
}
.header-hotline {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #E05523;
}
.header-tools a, 
.header-hotline a {
    color: #E05523;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: normal;
}
.header-hotline i{
    font-size: 25px;
    margin-right: 10px;
}
.header-hotline span {
    line-height: normal;
}
.header-tools img{
    margin: 5px;
}
/**/
.full-menu{
    /*border-bottom: 1.5px solid rgba(0, 101, 152, 0.20);*/
    background: #E05523;;
}
@media only screen and (min-width: 990px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
        margin-right: 20px;
    }
}
/*.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600 !important;
}
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.menu-lh > a.mega-menu-link{
    background: #006598 !important;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    overflow: hidden;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-weight: bold;
}
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.menu-lh > a.mega-menu-link::before {
    content: "";
    width: 15px;
    height: 18px;
    display: inline-block;
    background-image: url(../css/images/iconPhoneBtnHeaderWhite.png);
    margin-right: 10px;
    background-repeat: no-repeat;
}*/
.menu-wrap {
    justify-content: space-between;
    align-items: center;
}
.menu-lang {
    position: relative;
    z-index: 3;
}
.menu-lang .trp-ls-shortcode-language{
}
.menu-lang .trp-language-switcher > div {
  background-color: transparent;
  border: 0;
  background-image: none !important;
  text-align: right;
    padding: 0 !important;
}
.menu-lang .trp-language-switcher {
  width: auto;
  height: auto;
}
.menu-lang  .trp-language-switcher > div > a:hover,
.menu-lang .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background-color: transparent;
}
.menu-lang .trp-language-switcher > div > a {
    padding: 0;
    line-height: normal;
}
@media only screen and (max-width: 990px) {
    .full-header{
        overflow: hidden;
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-width: 163px;
        max-height: 75px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
        font-size: 15px;
    }
    /**/
    .header-search {
        margin: 5px 0;
    }
    .headr-right {
        padding-left: 20px;
    }
    .header-bottom{
        padding-top: 20px;
    }
    .header-slogan p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 900px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0;
        line-height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .header-wrap {
        padding-top: 35px;
    }
    .header-bottom {
        padding-top: 0;
    }
    .header-bottom .header-search {
        display: none;
    }
    .searchform input{
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    .header-tools,
    .header-hotline {
        display: none;
    }
    .header-bottom {
        justify-content: flex-end;
    }
    .header-tools a {
        margin-left: 10px;
    }
    /**/
    .full-header{
        border-top: 0;
    }
    .header-top{
        top: 0;
    }
    .header-slogan p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    img.site-logo {
        max-height: 60px;
    }
    .header-slogan p {
        font-size: 16px;
    }
    .header-wrap {
        padding-top: 30px;
    }
    .header-top p {
        padding: 5px 0px;
        font-size: 10px;
    }
    .headr-right {
        text-align: right;
        padding-left: 45px;
    }
    .header-tools a {
        height: 30px;
        padding: 0px 7px;
        margin-left: 5px;
        font-size: 12px;
    }
    .header-search {
        flex: 1;
        margin: 5px 10px;
    }
    .searchform .search-submit,
    .searchform input{
        height: 35px;
    }
    .searchform .search-submit{
        font-size: 18px;
        width: 50px;
    }
}