/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    height: 100%;
    overflow-x: hidden;
    max-width: 1920px;
}

img {
    border: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

ul li {
    list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
    margin: 0;
    padding: 0;
    list-style: none;
    /* color: #333; */
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.maln {
    margin-left: auto !important;
}

input,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    border: none;
    outline: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.fix {
    zoom: 1;
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

:-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}

.search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

.search :-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
}

.search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}

.div3 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.div3 :-o-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.div3 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.div3 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.wp {
    width: 1200px;
    margin: auto;
}

@media screen and (min-width: 1220px) {
    .wp {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .wp {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .wp {
        width: 95%;
        margin: auto;
    }
}

.no_margin {
    margin-left: auto\0 !important;
}

@media screen and (min-width: 1220px) {
    .no_margin {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .no_margin {
        margin-left: auto !important;
    }
}

/***********  toplx  ************/
.toplx {
    background: #fff;
    padding-top: 8px;
    padding-bottom: 1px;
    border-bottom: 1px solid #f4f4f4;
}

.toplx a {
    color: #333333;
}

.toplx ul li {
    float: left;
    line-height: 36px;
    margin-right: 45px;
}

.toplx ul li i {
    font-size: 18px;
    font-size: 1.8rem;
    color: #323232;
    margin-right: 7px;
    vertical-align: middle;
}

.topsjj {
    margin-left: 15px;
}

.topsjj a {
    margin-left: 2px;
    display: inline-block;
}

.topsjj a em {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    background-color: #bfbfbf;
    transition: opacity .2s ease;
}

.topsjj a:hover em {
    opacity: .85;
}

.topsjj a.facebook em {
    background-color: #3b5998;
}

.topsjj a.linkedin em {
    background-color: #0077b5;
}

.topsjj a.pinterest em {
    background-color: #bd081c;
}

.topsjj a.twitter em {
    background-color: #1da1f2;
}

.topsjj a.youtube em {
    background-color: #ff0000;
}

.topsjj a.instagram em {
    background-color: #e4405f;
}

.toplx .topsjj {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.m-hdlang {
    position: relative;
    overflow: visible;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    border: 1px solid #bfbfbf;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.m-hdlang .lang-list {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #FFF;
    z-index: 999;
    width: 100%;
    display: none;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    border: solid 1px #C5C5C5;
    margin-top: -2px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.m-hdlang.open .lang-list {
    display: block;
}

.m-hdlang .lang-item {
    float: none;
    color: #666666;
    line-height: 24px;
}

.m-hdlang .lang-item a {
    color: #555;
}

.m-hdlang .lang-item a:hover {
    color: #30a569;
}

.m-hdlang>.lang-item {
    padding-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    color: #666666;
}

.m-hdlang .lang-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #666666;
}

.m-hdlang .lang-arrow .fa {
    font-size: 12px;
    color: inherit;
    transition: transform .2s ease;
}

.m-hdlang.open .lang-arrow .fa {
    transform: rotate(180deg);
}

.key {
    line-height: 30px;
    color: #999999;
    margin-right: 20px;
}

.key a {
    color: #999999;
}

.toplx a:hover {
    color: #000;
}


/***********  head  ************/
.head {
    background: #fff;
}

.head__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 12px 0;
}

.head__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 36px;
    margin-left: auto;
}

.head__controls.is-open {
    box-shadow: 0 24px 60px rgba(15, 29, 51, 0.28);
}

.head__search {
    margin-top: 0;
    position: relative;
}

.head__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid rgba(15, 29, 51, 0.15);
    background: #fff;
    color: #111;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-right: 20px;
}

.head__toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.head__toggle:focus {
    outline: none;
    border-color: rgba(31, 143, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(31, 143, 255, 0.2);
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-nav>li {
    position: relative;
}

.desktop-nav>li>a {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
}

.desktop-nav>li:hover>a,
.desktop-nav>li.currentnav>a {
    border-bottom-color: #333333;
}

.head__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 29, 51, 0.45);
    z-index: 1900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

body.nav-open .head__backdrop {
    display: block;
    opacity: 1;
    visibility: visible;
}

body.nav-open {
    overflow: hidden;
}

.logo {
    flex: 0 0 auto;
    padding-top: 6px;
    margin-right: 10px;
}

.logo img {
    max-width: 260px;
    height: auto;
}

.navlist>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
}

.navlist>li:hover>a {
    border-bottom: 3px solid #333333;
}

.navlist>li.currentnav>a {
    border-bottom: 3px solid #333333;
}

.search {
    margin-top: 0;
    position: relative;
}

.sou {
    width: 193px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    padding-left: 16px;
    border: 1px solid #333333;
    color: #666666;
}

.suo {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
}

.search form i {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-size: 3rem;
}

@media screen and (max-width: 1219px) {
    .navlist>li {
        margin-left: 11px;
    }

    .toplx ul li {
        margin-right: 15px;
    }

    .key {
        margin-right: 10px;
    }

    .topsjj {
        margin-left: 8px;
    }
}

@media screen and (max-width: 999px) {
    .head__toggle {
        display: inline-flex;
    }

    .head__controls {
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: min(320px, 75vw);
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 24px 32px;
        transition: right 0.3s ease;
        z-index: 2000;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .head__controls.is-open {
        right: 0;
        display: flex;
    }

    .head__controls::after {
        content: "";
        width: 100%;
        height: 24px;
        display: block;
    }

    .navlist {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .navlist>li {
        width: 100%;
        text-align: left;
    }

    .navlist>li>a {
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .head__search,
    .search {
        width: 100%;
        margin: 0;
    }

    .sou {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .navlist1 {
        display: none;
    }

    .navlist>li {
        width: 25%;
    }

    .topsjj {
        display: none;
    }

    .m-hdlang {
        margin-right: 30px;
    }

    .toplx {
        display: none;
    }

    .search {
        display: none;
    }

    .logo {
        display: block;
        float: none;
        margin: 0 auto;
        width: 228px;
        padding-top: 16px;
    }

    .head {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .head__inner {
        gap: 12px;
    }

    .sou {
        height: 40px;
        line-height: 40px;
    }

    .navlist>li {
        padding-bottom: 10px;
    }

    .navlist>li>a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .logo {
        padding-top: 0;
    }

    .navlist {
        padding-top: 25px;
    }
}

@media screen and (max-width: 400px) {
    .navlist>li>a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}



/*************  bottom  ************/
.bottom {
    background: #333333;
    padding-top: 30px;
    font-size: 16px;
}

.bottom p,
.bottom li,
.bottom a,
.bottom span {
    color: #fff;
}

.bottom a:hover {
    color: #ccc;
}

.div>a,
.div>span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.div1 {
    margin-right: 100px;
}

.div1 li {
    line-height: 30px;
}

.div2 {
    width: 400px;
}

.div2 li {
    line-height: 30px;
}

.div2 li i {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.div2 li p {
    overflow: hidden;
}

.div3 {
    width: 452px;
}

.syint1 {
    height: 56px;
    line-height: 56px;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.div3 textarea {
    height: 56px;
    line-height: 56px;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    margin-bottom: 11px;
}

.syint2 {
    width: 184px;
    height: 56px;
    line-height: 56px;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    float: left;
}

.syint3 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    margin-top: 11px;
}

.div3 img {
    float: left;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 9px;
}

.syint3:hover {
    background: #000;
    color: #fff;
}

.bsjj {
    position: absolute;
    right: 0;
    top: 26px;
}

.bsjj a {
    margin-left: 4px;
    position: relative;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #fff;
    background-color: #bfbfbf;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.bsjj a span {
    font-size: 16px;
}

.bsjj a.facebook {
    background-color: #3b5998;
}

.bsjj a.linkedin {
    background-color: #0077b5;
}

.bsjj a.pinterest {
    background-color: #bd081c;
}

.bsjj a.twitter {
    background-color: #1da1f2;
}

.bsjj a.youtube {
    background-color: #ff0000;
}

.bsjj a.instagram {
    background-color: #e4405f;
}


.bsjj a:hover {
    top: -10px;
    opacity: 0.85;
}

.copyright {
    line-height: 30px;
    margin-right: 300px;
}

.cnzz {
    padding-left: 10px;
}

.dibu {
    border-top: 1px solid #fff;
    margin-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.link {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    min-height: 30px;
    text-transform: uppercase;
}

.link a {
    padding: 0 20px;
}

.link a,
.link span {
    display: inline-block;
}

.link a:hover {
    color: #ccc;
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .div1 {
        margin-right: 55px;
    }
}

@media screen and (max-width: 999px) {
    .div1 {
        width: 35%;
        margin-right: 2%;
    }

    .div2 {
        width: 63%;
    }

    .div3 {
        float: left;
        margin-top: 30px;
    }

    .div>a,
    .div>span {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .div {
        display: none;
    }

    .bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .link {
        display: none;
    }

    .dibu {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .copyright {
        margin-right: 0;
    }

    .bsjj {
        position: static;
    }
}


/*** site footer ***/
.site-footer {
    background: linear-gradient(145deg, rgba(51, 51, 51, 0.97), rgba(26, 26, 26, 0.94));
    color: #f2f2f2;
    /* margin-top: 60px; */
}

.site-footer a {
    color: inherit;
}

.site-footer a:hover {
    color: #ffffff;
}

.site-footer__inner {
    padding: 64px 0 32px;
}

.site-footer__columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 48px 60px;
}

.site-footer__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-footer__list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
}

.site-footer__nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.site-footer__nav a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.site-footer__nav a:hover:before {
    transform: scale(1.6);
    background-color: #8cc0ff;
}

.site-footer__list--contact {
    gap: 22px;
}

.site-footer__contact-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 16px;
    align-items: start;
}

.site-footer__contact-icon {
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.site-footer__contact-label {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.72;
    margin-bottom: 4px;
}

.site-footer__contact-text a {
    word-break: break-word;
}

.site-footer__form {
    display: grid;
    gap: 12px;
    justify-items: stretch;
}

.site-footer__input,
.site-footer__textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 12px 16px;
    color: inherit;
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    line-height: normal;
    margin: 0;
}

.site-footer__input::placeholder,
.site-footer__textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.site-footer__input:focus,
.site-footer__textarea:focus {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.site-footer__textarea {
    min-height: 110px;
    resize: vertical;
}

.site-footer__button {
    width: 100%;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f0f0f0, #bdbdbd);
    color: #1a1a1a;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    float: none;
}

.site-footer__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.site-footer__button:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.site-footer__bar {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 40px;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer__social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #f2f2f2;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.site-footer__social a:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.28);
    color: #181818;
}

.site-footer__social .fa {
    font-size: 18px;
}

.site-footer__copyright a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.24);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.site-footer__copyright a:hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .head__inner {
        gap: 18px;
    }

    .head__controls {
        gap: 28px;
    }

    .logo img {
        max-width: 220px;
    }

    .site-footer__inner {
        padding: 36px 0 20px;
    }

    .site-footer__columns {
        gap: 36px 32px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer {
        margin-top: 32px;
    }

    .site-footer__inner {
        padding: 40px 0 24px;
    }

    .site-footer__title {
        margin-bottom: 16px;
    }

    .site-footer__bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 520px) {
    .site-footer__columns {
        gap: 28px;
    }

    .site-footer__bar {
        align-items: center;
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
        width: 100%;
    }
}

.site-footer__backtop {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.site-footer__backtop .fa {
    font-size: 18px;
}

.site-footer__backtop:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.3);
    color: #111;
}

.site-footer__backtop.is-visible {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 520px) {
    .site-footer__backtop {
        bottom: 50px;
        right: 14px;
        width: 42px;
        height: 42px;
    }
}

body.nav-open .head__toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

body.nav-open .head__toggle span:nth-child(2) {
    opacity: 0;
}

body.nav-open .head__toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.toplx .wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.toplx ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    float: none;
}

.toplx ul li {
    float: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.toplx ul li a {
    display: inline-flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .toplx ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .toplx ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .toplx .wp {
        justify-content: center;
        text-align: center;
    }

    .toplx ul {
        width: 100%;
        align-items: center;
    }

    .toplx ul li {
        justify-content: center;
        width: 100%;
    }

    .toplx ul li a {
        justify-content: center;
    }

    .m-hdlang {
        margin: 0 auto;
    }
}

.head__section {
    display: flex;
    align-items: center;
    gap: 24px;
}

.head__section--search {
    max-width: 240px;
    position: relative;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666666;
}

.head__section--desktop {
    display: flex;
    align-items: center;
}

.head__section--mobile {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.mobile-nav__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-nav__logo img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.mobile-nav__list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-nav__list li:last-child {
    border-bottom: none;
}

.mobile-nav__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #1f2d3f;
    transition: color 0.3s ease;
}

.mobile-nav__list a i {
    font-size: 16px;
    color: rgba(31, 45, 63, 0.5);
}

.mobile-nav__list a:hover {
    color: #1f8fff;
}

.mobile-nav__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    font-size: 1.5rem;
}

.mobile-nav__contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1f2d3f;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-nav__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 29, 51, 0.08);
    color: #1f2d3f;
    transition: background 0.3s ease, color 0.3s ease;
}

.mobile-nav__social a:hover {
    background: #1f8fff;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .head__section--search {
        max-width: 280px;
    }
}

@media screen and (max-width: 999px) {
    .head__section--desktop {
        display: none;
    }

    .head__section--mobile {
        display: flex;
    }

    .head__section--search {
        display: none;
    }

    .mobile-nav__list a {
        padding: 12px 0;
    }
}

@media screen and (max-width: 767px) {
    .mobile-nav__list a {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

/*! Toastr v2.1.4 */
.toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.toast-container * {
    box-sizing: border-box;
}

.toast-container .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 20px 15px 50px;
    width: 320px;
    border-radius: 8px;
    background-position: 18px center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    background-color: rgba(25, 30, 46, 0.85);
    color: #fff;
    pointer-events: auto;
    backdrop-filter: blur(4px);
}

.toast-container .toast-success {
    background-color: rgba(81, 163, 81, 0.9);
}

.toast-container .toast-error {
    background-color: rgba(189, 54, 47, 0.9);
}

.toast-container .toast-info {
    background-color: rgba(47, 150, 180, 0.9);
}

.toast-container .toast-warning {
    background-color: rgba(248, 148, 6, 0.9);
}

.toast-container .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.4;
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.toast-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    color: #fff;
    opacity: 0.7;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-top-full-width,
.toast-bottom-full-width {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
}

.toast-top-full-width {
    top: 12px;
}

.toast-bottom-full-width {
    bottom: 12px;
}

.toast-container.toast-top-center,
.toast-top-center {
    top: 12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.toast-container.toast-bottom-center,
.toast-bottom-center {
    bottom: 12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

@media (min-width: 481px) and (max-width: 768px) {
    .toast-container .toast {
        width: 350px;
    }
}

@media all and (max-width: 480px) {
    .toast-container .toast {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}