header{
    z-index: 999;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    min-height: 64px;
}
header .headerStyle{
    padding: 0 30px;
    height: 64px;
    background-color: rgba(0,139,229,.75);
    display: flex;
    align-items: center;
    color: white;
    transition: .5s;

    backdrop-filter: blur(10px);
    filter: saturate(1.2);
    -webkit-backdrop-filter: blur(10px);
}
header .headerStyle.fixOnTop{
    background-color: rgba(0,78,124,.75);
    position: fixed;
    width: calc(100% - 60px);
    left: 0px;
    top: 0px;
}
header .headerCenter {
    height: 100%;
    display: flex;
    align-items: center;
}
header .headerCenter > a {
    color: white;
}
header .headerCenter .headerCenterList {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
header .headerCenter .headerCenterList > li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .headerCenter .headerCenterList > li > a {
    text-decoration: none;
    color: white;
    padding: 20px;
}
header .headerStyle.whiteBackGround .headerCenterList > li > a {
    color: black;
}
header .headerCenter .headerCenterList > li > a:hover {
    color: #008be5;
}
header .worldIcon {
    margin: 0px 10px;
}
header .headerStyle.whiteBackGround {
    background: white;
    color: black;
}
header .covid19Section{
    width: 100%;
    background: #007C91;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s;
    overflow: hidden;
    max-height: 60px;
}
header .covid19Section.close{
    max-height: 0px;
}
header .covid19Section a{
    text-align: center;
    color: white;
    padding: 15px 0px;
    margin: 0;
}
header .covid19Section .closeSec{
    color: white;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}



header .search{
    width: 35px;
    height: 35px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all .5s ease;
}
header .search.open{
    width: 200px;
    overflow: unset;
}
header .vue-treeselect{
    display: none;
}
header .search.open .vue-treeselect{
    display: block;
    overflow: hidden;
    border-radius: 50px;
}
header .vue-treeselect {
    z-index: 9999!important;
}
header .vue-treeselect {
    position: relative;
    text-align: left;
}
header .vue-treeselect div, .vue-treeselect span {
    box-sizing: border-box;
}
header .vue-treeselect__control {
    border: none!important;
}
header .vue-treeselect__control {
    padding-left: 5px;
    padding-right: 5px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    transition-duration: .2s;
    transition-property: border-color,box-shadow,width,height,background-color,opacity;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
header .vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
    cursor: text;
}
header .vue-treeselect__value-container {
    display: table-cell;
    position: relative;
}
header .vue-treeselect__multi-value, .vue-treeselect__value-container {
    width: 100%;
    vertical-align: middle;
}
header .vue-treeselect__placeholder {
    text-align: left;
}
header .vue-treeselect__placeholder {
    color: #bdbdbd;
}
header .vue-treeselect__placeholder, .vue-treeselect__single-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
header .vue-treeselect-helper-zoom-effect-off {
    -ms-transform: none!important;
    transform: none!important;
}
header .vue-treeselect--searchable .vue-treeselect__input-container {
    padding-left: 5px;
    padding-right: 5px;
}
header .vue-treeselect--single .vue-treeselect__input-container {
    font-size: inherit;
    height: 100%;
}
header .vue-treeselect__input-container {
    display: block;
    max-width: 100%;
    outline: none;
}
header .vue-treeselect__input {
    height: 36px!important;
}
header .vue-treeselect--single .vue-treeselect__input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}
header .search-button{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 4px;
    top: 6px;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .open .search-icon {
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    border-color: #000!important;
}
header .search-icon{
    width: 12px;
    height: 12px;
    border-radius: 20px;
    border: 1px solid #fff;
    display: block;
    position: relative;
    margin-left: 3px;
    margin-top: 3px;
    transition: all .5s ease;
}
header .open .search-icon:before{
    transform: rotate(52deg);
    right: 8px;
    top: 9px;
    height: 6px;
    background-color: #000!important;
}
header .search-icon:after, .search-icon:before {
    content: "";
    width: 1px;
    height: 5px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all .5s ease;
}
header .search-icon:before {
    right: -1px;
    top: 9px;
}
header .open .search-icon:after {
    transform: rotate(-230deg);
    right: 8px;
    top: 5px;
    height: 6px;
    background-color: #000!important;
}
header .search-icon:after {
    right: -2px;
    top: 10px;
}
header .search-icon:after, .search-icon:before {
    content: "";
    width: 1px;
    height: 5px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate( -45deg);
    transition: all .5s ease;
}


header .searchResultSection{
    width: 300px;
    min-height: 35px;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 0px 1px 1px #80808094;
    position: absolute;
    top: calc(100% + 8px);
    display: flex;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}
header .searchResultSection .searchHeadernotifSection{
    color: gray;
    display: flex;
    align-items: center;
    font-size: 11px;
}
header .searchResultSection .searchHeadernotifSection .notifBox{
    display: flex;
    align-items: center;
}
header .searchResultSection .searchHeadernotifSection .notifBox .warningIcon{
    background: #e19100;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    margin-right: 10px;
}



header .whiteBackGround .search-icon:before, header .whiteBackGround .search-icon:after{
    background-color: black;
}
header .whiteBackGround .search-icon{
    border-color: black;
}
header .whiteBackGround .vue-treeselect__control{
    background-color: #f6f6f6!important;
}

.orangeBorderTop{
    border-top: 4px solid #ecbb2c;
}

footer {
    background-color: #f3f3f3;
}
footer>div{
    border-top: 1px solid rgba(236,235,235,.95);
}
footer>section a{
    color: #8e8e8e!important;
    transition: color .2s ease;
}
footer .social-media>ul{
    display: flex;
}
footer .social-media>ul>li>a{
    margin-right: 10px;
}
footer>section a{
    color: #8e8e8e!important;
    transition: color .2s ease;
}

header .text-shadow{
    text-shadow: 0 0 3px rgb(0 0 0 / 41%);
}
header .small-navbar{
    color: #f0f8ff;
    display: inline;
    line-height: 50px;
}

header .vi-navbar-drop{
    left: 0!important;
    top: 0!important;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0 15px 20px;
    position: fixed;
}
header .vi-navbar-drop>div{
    height: 64px;
}
header .vi-navbar-drop>div>span{
    display: inline-flex;
    align-items: center;
}
header .mobileHeaderButton{
    margin-left: auto;
}

header .searchResultSection .resultHeaderSearchSection{
    max-height: 300px;
    overflow: auto;
    width: 100%;
}
header .searchResultSection .resultHeaderSearchSection .typeSec{
    font-size: 19px;
}
header .searchResultSection .resultHeaderSearchSection .typeSec .name{
    color: #636363;
    cursor: pointer;
}
header .searchResultSection .resultHeaderSearchSection .typeSec.close .name .icon{
    transform: rotate(270deg);
}
header .searchResultSection .resultHeaderSearchSection .typeSec .name .icon{
    margin-right: 0px;
    color: gainsboro;
}
header .searchResultSection .resultHeaderSearchSection .typeSec .name:hover{
    background: #dfdfdf;
}
header .searchResultSection .resultHeaderSearchSection .typeSec .name:hover .icon{
    color: gray;
}
header .searchResultSection .resultHeaderSearchSection .typeSec .resSec{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
header .searchResultSection .resultHeaderSearchSection .typeSec.close .resSec{
    overflow: hidden;
    max-height: 0;
}
header .searchResultSection .resultHeaderSearchSection .typeSec .resSec .contRes{
    color: gray;
    padding-left: 30px;
    transition: .3s;
}
header .searchResultSection .resultHeaderSearchSection .typeSec .resSec .contRes:hover{
    background: #dfdfdf;
}
.webform-submission-add-form .form-item-message>.uk-form-label, .webform-submission-add-form .form-item-name>.uk-form-label, .webform-submission-add-form .form-item-subject>.uk-form-label, .webform-submission-add-form>.form-item-email>.uk-form-label{
    color: #222;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.webform-submission-add-form .form-item-message>.uk-form-controls .form-text, .webform-submission-add-form .form-item-message>.uk-form-controls>.form-email, .webform-submission-add-form .form-item-name>.uk-form-controls .form-text, .webform-submission-add-form .form-item-name>.uk-form-controls>.form-email, .webform-submission-add-form .form-item-subject>.uk-form-controls .form-text, .webform-submission-add-form .form-item-subject>.uk-form-controls>.form-email, .webform-submission-add-form>.form-item-email>.uk-form-controls .form-text, .webform-submission-add-form>.form-item-email>.uk-form-controls>.form-email{
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    max-width: 100%;
}
.contact-map-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.map-sticky{
    z-index: 100;
}
.vi-map-box .vi-direction-icon{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 24px;
    right: 48px;
}
.vi-map-box>div>div>div{
    border-radius: 50%;
    overflow: hidden;
    width: min-content;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.vi-map-box .map{
    height: 350px;
    width: 350px;
    border-radius: 50%;
}
.leaflet-pane{
    z-index: 400;
}
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.vi-map-box>div>div {
    border: 1px solid #8f8f8f;
    padding: 20px;
    border-radius: 50%;
    width: min-content;
}


@media (max-width: 1100px) {
    header .headerStyle{
        background-color: rgba(0,139,229,.75);
    }
    header .headerCenter .headerCenterList > li > a{
        font-size: .9em;
        padding: 15px;
    }
}

@media (max-width: 960px){
    header .headerStyle{
        padding: 0 10px;
        transition: 0s;
        width: calc(100% - 20px) !important;
    }

}
