.header {
    background: linear-gradient(#e5e5e5, white);
}

.menu {
    background-color: #333333;
}

.image-container .arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.image-container .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTcxNzIwNjI0OTg1IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjExMDIiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTM0Ni41MjM4MjM0NTQ3NzQwNiAxMDQuNDM4MzA1MzI2NzQ0MTdjLTEyLjI1NzQ5NTA1NTQ0NzY1Mi0xMi4yNTc0OTUwNTU0NDc2NTItMzAuNjQzNzM1OTYyNzg5OC0xMi4yNTc0OTUwNTU0NDc2NTItNDIuOTAxMjMxMDE4MjM3NDcgMHMtMTIuMjU3NDk1MDU1NDQ3NjUyIDMwLjY0MzczNTk2Mjc4OTggMCA0Mi45MDEyMzEwMTgyMzc0N0w2NjguMjgzMDU2MDkxNTU1MSA1MTIgMzAzLjYyMjU5MjQzNjUzNjYgODc2LjY2MDQ2MzY1NTAxODVjLTEyLjI1NzQ5NTA1NTQ0NzY1MiAxMi4yNTc0OTUwNTU0NDc2NTItMTIuMjU3NDk1MDU1NDQ3NjUyIDMwLjY0MzczNTk2Mjc4OTggMCA0Mi45MDEyMzEwMTgyMzc0NyA2LjEyODc0NzUyNzcyMzgyNiA2LjEyODc0NzUyNzcyMzgyNiAxNS4zMjE4Njc5ODEzOTQ5IDkuMTkzMTIwNDUzNjcxMDczIDIxLjQ1MDYxNTUwOTExODczNCA5LjE5MzEyMDQ1MzY3MTA3M3MxNS4zMjE4Njc5ODEzOTQ5LTMuMDY0MzcyOTI1OTQ3MjQ2IDIxLjQ1MDYxNTUwOTExODczNC05LjE5MzEyMDQ1MzY3MTA3M2wzODYuMTExMDc5MTY0MTM3Mi0zODYuMTExMDc5MTY0MTM3MmMxMi4yNTc0OTUwNTU0NDc2NTItMTIuMjU3NDk1MDU1NDQ3NjUyIDEyLjI1NzQ5NTA1NTQ0NzY1Mi0zMC42NDM3MzU5NjI3ODk4IDAtNDIuOTAxMjMxMDE4MjM3NDdMMzQ2LjUyMzgyMzQ1NDc3NDA2IDEwNC40MzgzMDUzMjY3NDQxN3oiIGZpbGw9IiNmZmZmZmYiIHAtaWQ9IjExMDMiPjwvcGF0aD48L3N2Zz4=) center no-repeat;
}

.image-container .arrow.left {
    left: 25px;
    transform: translate(0, -50%) rotate(180deg);
}

.image-container .arrow.right {
    right: 25px;
}

.image-container .dots {
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
}

.image-container .dots .dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-right: 20px;
}

.image-container .dots .dot:last-of-type {
    margin-right: 0;
}

.image-container .image-list {
    height: 100%;
}

@media (min-width: 768px) {
    .product .md\:size-500 {
        width: 500px;
        height: 500px;
    }
}


.language {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.language .language-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: red;
    margin: 0 10px;
}

.news-block .news-list {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.news-block .news-list .new-item {
    width: 370px;
    color: #000000;
    box-sizing: border-box;
    padding-bottom: 90px;
    position: relative;
}

.news-block .news-list .new-item .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 20px 0;
}

.news-block .news-list .new-item .news-text {
    font-size: 14px;
    line-height: 36px;
}

.news-block .news-list .new-item .news-text img {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: baseline;
}

.news-block .news-list .new-item span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    background-color: #333;
    border-radius: 15px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    padding: 0 20px;
}

.map-info-block .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.map-info-block .content .map {
    width: 620px;
    height: 400px;
}

.map-info-block .content .map img {
    width: 100%;
    height: 100%;
}

.map-info-block .content .info {
    width: 500px;
    height: 400px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-info-block .content .info .slide {
    width: 100%;
    height: 186px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.map-info-block .content .info .slide img {
    display: block;
    width: 130px;
    height: 186px;
    margin-right: 20px;
}

.map-info-block .content .info .slide p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 50px;
    height: 186px;
    background-color: #333;
    color: #fff;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.map-info-block .content .info .info-text {
    box-sizing: border-box;
    padding: 0 0 30px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.return .go-icon {
    display: inline-block;
    width: 48px;
}

.return p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
}


@media (min-width: 768px) {
    .news-list img {
        max-height: 200px;
    }
}


@media (min-width: 768px) {
    .good-list img {
        max-height: 300px;
    }
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    background: whitesmoke;
    width: 100%;
    padding: 3px 0 3px 0;
    z-index: 999;
}

.bottom-nav:after {
    content: ' ';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-bottom);
}

.bottom-nav-box {
    color: black;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
}

.bottom-nav-link {
    cursor: pointer;
}

.bottom-nav-link:hover {
    color: black;
    text-decoration: none;

}

.send-icon {
    margin: 2px auto 2px auto;
    background: url(send.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

@media (min-width: 768px) {
    .certificate-photo {
        grid-template-columns: repeat(auto-fill, 280px);
        grid-auto-rows: 210px;
        grid-row-gap: 70px;
        grid-column-gap: 70px;
    }

    .company-photo {
        grid-template-columns: repeat(auto-fill, 280px);
        grid-auto-rows: 210px;
        grid-row-gap: 70px;
        grid-column-gap: 70px;
    }
}
