
.head {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 9999;
    display: block;
    transition: padding 0.6s ease;
}
.head-body {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 120px;
}
.head-body-scroll {
    display: none;
}
.nav_pc {
    display: flex;
}
.head ul {
    display: flex;
}
.head ul li {
    margin-right: 35px;
    float: left;
    list-style: none;
    padding: 0;
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff;
    padding: 8px 0px;
    cursor: pointer;
    transition: color 0.3s;
    display: flex;
}
.head ul li.li-services {
    margin-right: 50px;
}
.li-services a {
    position: relative;
    z-index: 3;
}
.li-services i {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: 5px;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
}
.service-drop {
    padding-top: 76px;
    position: absolute;
    top: -20px;
    left: -80px;
    width: max-content;
    transition: top 0.6s ease;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    visibility: hidden;
    z-index: 2;
}
.service-drop-group {
    background: #FFFFFF;
    border-radius: 12px;
    position: relative;
    padding: 25px;
}
.name-office {
    color: #96C60B;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.service-drop-body {
    flex-direction: column;
}
.name-office-pt {
    padding-top: 20px;
}
.head ul li.service-drop-li, .head ul li.service-drop-item {
    padding: 16px 19px;
    line-height: 24px;
    width: 100%;
    margin-right: 0px;
}
.head ul li.service-drop-li, .service-drop-item a {
    color: #161F40;
    font-size: 1rem;
    display: block;
    width: 100%;
}
.service-drop ul li a {
    display: flex;
    align-items: center;
}
.head ul li.service-drop-li, .service-drop-item a {
    color: #161F40;
    font-size: 1rem;
    display: block;
    width: 100%;
}
.service-drop-li a {
    position: relative;
}
.ads-li {
    position: absolute;
    left: calc(100% - 15px);
    top: 0;
    margin-left: 0;
    padding-left: 30px;
    background: #fff;
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    transition: opacity 0.99s ease, transform 0.99s ease;
    transform: translateX(-200px);
    z-index: -1;
}
.ads-li .service-drop-body {
    padding-top: 60px;
    padding-right: 25px;
    width: 210px;
}
.head-language {
    display: flex;
    align-items: center;
}
.language {
    position: relative;
    margin-right: 35px;
    cursor: pointer;
}
.language-drop {
    position: absolute;
    bottom: -56px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    width: 48px;
    height: 48px;
    opacity: 0;
}
.language::after {
    content: "";
    background: url(../img/icon/down.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: 2px;
    right: -24px;
}
.head-language .contact-btn {
    border: 2px solid #fff;
    background: transparent;
    padding-right: 42px;
}
.head-language .contact-btn a {
    color: #fff;
}
.contact {
    position: relative;
}
.nav_sp {
    display: none;
}
.logo {
    cursor: pointer;
    width: 120px;
}
.logo-blue, .head.active .logo-white {
    display: none;
}



.contact-btn-wrapper.information.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    opacity: 1;
    transform: translateY(0);
}
.contact-btn-wrapper {
    position: fixed;
    z-index: 99;
    bottom: 20%;
    right: calc((100% - 1240px) / 4);
    text-align: center;
    opacity: 0;
    transform: translateY(500px);
    transition: all 0.6s ease;
}
.cta-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #96C60B;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
}
.cta-btn p:first-child {
    position: absolute;
    transition: all 0.6s ease;
}
.cta-btn img {
    width: 30px;
}
.cta-btn .hover {
    position: absolute;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
    white-space: nowrap;
}
.messenger-btn {
    margin: 28px 0px;
}

.head.active {
    transition: padding 0.6s ease;
    padding: 0px calc((100% - 1240px) / 2);
}
.head.active .head-body {
    padding: 16px 48px;
    position: relative;
    border-radius: 12px;
}

.head.active .head-body .head-body-scroll {
    backdrop-filter: blur(64px);
    -webkit-backdrop-filter: blur(64px);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
.head.active .logo-blue {
    display: block;
}
.head.active .logo-white {
    display: none;
}
.head.active ul li, .head.active ul li a {
    color: #161F40;
}
.head.active .li-services i {
    color: #161F40;
}
.head.active .head-language .contact-btn {
    border: 2px solid #96C60B;
}
.head.active .head-language .contact-btn a {
    color: #96C60B;
}
.head.active .head-language .contact::after {
    background: url(../img/icon/up-right-blue.svg) center;
}
.contact::after {
    content: "";
    background: url(../img/icon/up-right.svg) center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    right: -26px;
    transition: transform 0.3s ease;
}
.head.active .language::after {
    background: url(../img/icon/down-blue.svg) no-repeat;
}
.language-drop.active {
    opacity: 1;
    visibility: visible;
}
.language.active::after {
    transform: rotate(-180deg);
}