header.header {
    position: relative;
}

.header .header-info .choosse-language .language-btn img.language-icon,
.header .header-info .choosse-language .language-dropdown img.language-icon {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.header .header-info .choosse-language .language-item a {
    width: 100%;
    display: block;
}
.choosse-language img {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
.choosse-language img.drop-down {
    width: 9px;
    height: 6px;
}


/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #FFF;
    z-index: 999999;
    background: #337ab7;
    padding: 0 15px;
    position: relative;
}

.navbar-brand {
    color: #FFF !important;
    height: 46px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    /*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
}

.navbar-brand img {
    max-height: 30px;
}

#mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-110%, 0px);
    -moz-transform: translate(-110%, 0px);
    -ms-transform: translate(-110%, 0px);
    -o-transform: translate(-110%, 0px);
    transform: translate(-110%, 0px);
}

#mobilenav.opened {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.mobilenav__inner {
    background: #fff;
    max-width: 84%;
    position: relative;
    height: 100%;
}

.mobilenav__inner .menu-top-menu-container {
    height: calc(100% - 128px);
    overflow: auto;
}

.mobilenav__inner .menu_close {
    position: absolute;
    top: 0;
    right: -20%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    cursor: pointer;
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.mobilenav__inner .menu_close i {
    font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #1e1e1e;
    border-left: 1px solid #000000;
    color: #fff;
    transform: translateY(-50%);
}

.toplg {
    padding: 30px 15px 20px 15px;
    text-align: center;
}

.toplg img {
    max-width: 150px;
    margin: 0 auto;
}

#mobilenav h3 {
    color: #f2f2f2;
    font-size: 28px;
}

#mobilenav .mobile-menu {
    margin: 0;
    padding: 0;
}

#mobilenav .mobilenav__inner>div:not(.toplg) {
    overflow-y: auto;
    height: calc(100% - 190px);
}

#mobilenav li {
    display: block;
    position: relative;
}

#mobilenav li a {
    color: #000;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    background: #f9f9f9;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

#mobilenav ul.mobile-menu>li>a {
    background: #f2f2f2;
}

#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    line-height: 25px;
    color: #000;
    background: rgba(255, 255, 255, 0.085);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#mobilenav .arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    left: 43%;
}

#mobilenav ul ul.sub-menu {
    background: #363f48;
}

#mobilenav ul>li.menu-item-has-children.open>.arrow:before {
    content: "\f106";
}

#mobilenav ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

#showmenu {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 5;
}

#hamburger .hamburger {
    margin-left: 10px
}

.hamburger {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #666
}

/* Home page */
.about-home .block-heading .title {
    line-height: 52px;
}

.sub-menu {
    display: none;
}

.recruit-card .recruit-card-item .icon img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    padding: 10px;
    background: #F5F4FB;
}

.position-recruit-detail .detail-content h2,
.position-recruit-detail .detail-content h3,
.position-recruit-detail .detail-content h4,
.position-recruit-detail .detail-content h5,
.position-recruit-detail .detail-content h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 26px;
    margin-top: 15px;
}
.recruitment-form .recruitment-form-wrap {
    min-height: 750px;
}
#recruit-form .form-submit {
    width: 100%;
}
#recruit-form .form-submit input.wpcf7-submit {
    border: none;
}
.wpcf7-response-output {
    position: absolute;
    margin: 0 !important;
}

.browse-articles .grid-card .browse-item .list-support-item .support-item a {
    color: #481800;
}
.browse-articles .grid-card .browse-item .list-support-item .support-item:hover a {
    color: #F36523;
}

.mission-vision .mission-vision-item .content .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67em;
}
.about-story .about-story-item .about-story-content .desc {
    font-size: 1.5rem;
    line-height: 2.42em;
}

.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #616161;
    background-color: #FFF3EE;
    padding: 6px 9px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.35s ease;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #F36523;
    color: #fff;
    font-weight: 600;
}



/* Responsive */
@media (max-width: 767px) {
    .header .header-info .choosse-language {
        margin-right: 65px;
    }
    #mobilenav li.link-shop-now {
        display: none;
    }
    #mobilenav .header-info {
        display: block;
        max-width: initial;
        margin-top: 20px;
        padding: 20px;
        border-top: 1px solid #D9D9D9;
    }
    #mobilenav .header-info .header-info-item {
        display: flex;
        margin-bottom: 19px;
        max-width: initial;
        place-items: flex-end;
        gap: 5px;
    }
    #mobilenav .header-info .header-info-item .header-info-icon {
        flex: 0 0 15px;
    }
    #mobilenav .header-info .header-info-item a {
        font-size: 14px;
    }
    .choosse-language {
        margin-right: 50px;
    }
    .toplg img {
        max-width: 100px;
    }

}