.header{
    position: relative;
}
.logoheader {
    position: absolute;
    left: 9%;
    top: 31%;
    width: 8%;
}
.gtranslate_wrapper {
    position: absolute;
    top: 22%;
    right: 12%;
}
.imgheader{
    height: 170px;
    width: 100%;
}
li.line{
    width: 1px;
    height: 24px;
    background-color: #000;
    margin-top: 13px;
}
@media (min-width:1370px) {
    .logoheader {
        top: 31%;
    }
}
@media (min-width:1500px) {
    .logoheader {
        top: 25%;
    }
}
@media (min-width:1800px) {
    .logoheader {
        top: 20%;
    }
}
@media screen and (max-width: 1200px) {    
    .search_input{
        width: 78%;
    }
}
@-webkit-keyframes menu-float-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes menu-float-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0
}
.menu:not(.menu-sub) {
    border-bottom: 1px solid #aaa
}
.menu-item {
    position: relative;
    border-top: 1px solid #aaa
}
.menu-link {
    display: block;
    font-size: 14px;
    padding: 0 40px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.menu-link:hover {
    color: inherit;
    text-decoration: none
}
.menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 44px;
    border-left: 1px solid #aaa;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}
.menu-toggle::before {
    content: "\f105";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    border-radius: 40px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.menu-toggle.active::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.menu-sub {
    display: none;
    background-color: rgba(21, 25, 30, .08)
}
.menu-sub .menu-link {
    padding-left: 35px;
    position: relative
}
.menu-root>.menu-item>.menu-link {
    font-weight: 700;
    font-size: 17px;
}
.menu:not(.menu-sub) {
    border: 0
}
.menu-item {
    border: 0
}
.menu-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0
}
.menu-root>.menu-item {
    position: relative
}
.menu-root>.menu-item>.menu-toggle {
    display: none
}
.menu-root>.menu-item>.menu-link {
    padding: 12px 38.7px 4px !important;
}
.menu-level1{
    color: #fff;
}
.menu-level1:hover{
    color: #1C3371;
    border-bottom: 3px solid #1C3371;
}
.menu-root>.menu-item-group .menu-sub {
    min-width: 200px;    
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    -webkit-transform-origin: 0 4px;
    transform-origin: 0 4px;
    background-color: #DFA444;
}
.menu-root>.menu-item-group>.menu-sub {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 100%;
    left: 0
}
.menu-root>.menu-item-group .menu-sub .menu-toggle {
    width: 30px;
    height: 35px;
    border-left: 0;
    pointer-events: none
}
.menu-root>.menu-item-group .menu-sub .menu-link {
    padding-left: 20px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.menu-root>.menu-item-group .menu-item-group>.menu-link {
    padding-right: 30px
}
.menu-root>.menu-item-group .menu-item-group:hover>.menu-sub,
.menu-root>.menu-item-group:hover>.menu-sub {
    display: block;
    -webkit-animation: menu-float-show .2s ease-out;
    animation: menu-float-show .2s ease-out
}
.menu-arrow .fa{
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.menu-link{
    color: #000;
}
.header_menu{
    background-color: #DFA444;
    height: 45px;
}
.menulinksub{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menulinksub:hover{
    opacity: .7;    
    transition: all .4s ease-in-out;
    color: #bf1f24 !important;
}
.menu-sub li:hover{
    background-color: #ededed;
    color: #bf1f24 !important;
}
.menu-sub > li:hover > a{
    color: #bf1f24;
}
.menu-sub > li:hover > span.menu-toggle:before{
    color: #bf1f24;
}
.menu-root > li > .menu-sub{
    border-top: 3px solid #2ea3f2;
    padding: 6px 0;
}
.wrap_menusearch{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;    
}
.searchtop{
    margin-left: 20px;    
    position: relative;
}
.searchtoggle{
    cursor: pointer;
    font-size: 22px;
    padding: 13px;
}
.search_content{  
    display: none;
    position: absolute;
    top: 52px;    
    background: #e6e6e6;
    padding: 2px 15px;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    width: 200px;
    right: 0;
    z-index: 99;
}
.dflex{
    display: flex;
}
.search_content input {
    background: none;
    border: 0;
    font-size: 0.8125rem;
    width: calc(100% - 30px);
    height: 35px;
}
input:focus{
    outline: 0;
    border: 0;
}
.searchbutton{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-left: 10px;
    line-height: 30px;
    display: flex;
    align-items: center;
    background-color: #DFA444;
    border-radius: 100%;
    padding: 6px;
}
.searchbutton .fa-search {
    font-size: 17px;
    color: #000;
}
.btnbaogia{
    background-color:#0082c9;
    box-shadow: -1px 3px 6px 2px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 15px;
    color: #ffffff !important;
    background: #0082c9;
    margin-top: 0px;
    padding: 4px 5px 4px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    text-align: center;
    line-height: 17px;
}
.trisvg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    margin-top: -0.2px;
    fill: #0082c9;
}
.btnbaogia strong {
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 24px;
    padding-bottom: 3px;
}
.baogia-circle{
    margin-left: 15px;
}
.baogia-circle{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: baogia-vr-circle-fill 1s infinite ease-in-out;
}
@-webkit-keyframes baogia-vr-circle-fill {
    0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
    10% {-webkit-transform: rotate(-10deg) scale(1) skew(1deg);}
    20% {-webkit-transform: rotate(10deg) scale(1) skew(1deg);}
    30% {-webkit-transform: rotate(-10deg) scale(1) skew(1deg);}
    40% {-webkit-transform: rotate(10deg) scale(1) skew(1deg);}
    50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
    100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
.menu-level1.active{
    color: #1C3371;
    border-bottom: 3px solid #1C3371;
}
.menu-sub li.active {
    background-color: #ededed;
    color: #bf1f24 !important;
}
.menulinksub.active{
    opacity: .7;
    transition: all .4s ease-in-out;
    color: #bf1f24 !important;
}
.active .menu-toggle::before{
    color: #bf1f24;
}