@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');


html,
html :not(i),
body,
body :not(i) {
    font-family:
        "Roboto",
        "Noto Sans SC",
        "Noto Sans TC",
        "Open Sans",
        "新微軟正黑體",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    color: var(--main-color-3);
}

.editor-area {
    letter-spacing: 1px;
}

.editor-area .fa-regular,
.editor-area .far {
    line-height: inherit;
}

.editor-area .row>* {
    margin-bottom: 1.5rem;
}

.editor-area h1:not(:last-child),
.editor-area h2:not(:last-child),
.editor-area h3:not(:last-child),
.editor-area h4:not(:last-child),
.editor-area h5:not(:last-child),
.editor-area h6:not(:last-child),
.editor-area p:not(:last-child),
.editor-area h1,
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area h5,
.editor-area h6,
.editor-area p {
    margin: .5rem 0;
}

.editor-area ul:not(.nav-tabs) {
    margin-bottom: 1rem;
}

.editor-area ol:not(.nav-tabs) {
    margin-bottom: 1rem;
}

.editor-area p {
    font-size: 1rem;
    line-height: 1.85rem;
}

.editor-area li {
    font-size: 1rem;
    line-height: 1.85rem;
}

.fullwide_layout {
    position: relative;
    overflow-x: hidden;
}

header .logo a {
    display: inline-flex;
    padding: 15px 0;
}

header .logo img {
    max-height: 40px;
}

.header_style_20::before {
    background: linear-gradient(180deg, rgb(245 245 238 / 75%) 0%, rgb(245 245 238 / 0%) 100%);
}

.header_style_20 .header_fixed .search .search_widget .search_modal_btn {
    color: var(--bs-dark);
}

.header_style_20 .header_fixed .language_style2 .lang_list {
    margin: 0 -5px;
}

.header_style_20 .header_fixed .language_style2 .lang_list li {
    padding: 0 5px;
}

.header_style_20 .header_fixed .language_style2 .lang_list li a {
    padding: 7px 7px 7px 8px;
    color: var(--bs-white);
    width: 53px;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 30px;
    letter-spacing: 0.05rem;
    background: var(--main-color-4);
    background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
    background-size: 100%;
}

.header_style_20 .header_fixed .language_style2 .lang_list li a:hover {
    background-size: 200%;
}

.header_style_20 .header_fixed .language_style2 .lang_list li:not(:last-child)::after {
    display: none;
    background-color: var(--bs-dark);
}

.theme_light {
    background-color: #f5f5ee;
}

.section-light {
    background-color: transparent;
}

#section-16 {
    background-color: transparent !important;
}

.swiper-content-box h2 {
    font-size: 55px;
    line-height: calc(60 / 55);
    font-weight: 700;
    color: var(--main-color-4);
    margin: 0px 5px 20px 5px;
    letter-spacing: 2px;
}

.swiper-content-box h4 {
    font-size: 18px;
    line-height: calc(25 / 18);
    font-weight: 300;
    color: var(--main-color-4);
    letter-spacing: 2px;
}

.swiper-content-box p {
    color: var(--main-color-4);
    font-size: 18px;
    line-height: calc(25 / 18);
    letter-spacing: 1px;
}

.swiper-content-box p:last-of-type {
    margin-bottom: 0;
}

.swiper-content .swiper-btn {
    position: relative;
    color: var(--bs-white);
    background: var(--main-color-3);
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
    background-size: 100%;
    border: none;
    padding: 15px 30px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 5%);
}

.swiper-content .swiper-btn:hover {
    background-size: 200%;
    color: var(--bs-white);
    top: -5px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    width: 20px;
    height: 14px;
    border-radius: 20px;
    opacity: 80%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 100%;
    width: 30px;
}


.sec_home_item .container,
.sec_home_item .custom-wrap-box {
    overflow: visible;
    position: initial;
}

.sec_home_item .custom-wrap-box {
    padding: 0;
}

#section-15 {
    position: initial;
    padding: 0;
}

#canvas-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 720px;
    filter: blur(15px) contrast(20);
    background-color: #f5f5ee;
    opacity: 10%;
}

canvas {
    display: block;
}

header.slide_right .header_mobile_navbar .mobile_head {
    align-items: center;
}

.down-btn::after {
    transition: 0.2s ease-in-out;
}

.active>.down-btn::after {
    transform: rotate(180deg);
}

.header_mobile_navbar .header_mobile_menu .menu>.m_1 {
    font-size: 16px;
    letter-spacing: 1px;
}

.header_mobile_navbar .header_mobile_menu .submenu {
    background-color: color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
}

#back_to_top {
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 8px;
    z-index: 99;
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
}

#back_to_top:hover {
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
}

.contactInfo {
    padding: 25px;
    line-height: calc(24/15);
    letter-spacing: 0.05rem;
    border-radius: 10px;
    background-color: var(--bs-white);
    border: none;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 3%);
}

#contactForm {
    padding: 25px;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 3%);
}

.map-wrapper {
    padding: 25px 25px 0 25px;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 3%);
    margin-bottom: 60px;
}

.editor-area p {
    font-size: 16px;
    line-height: calc(26 / 16);
}

.editor-area .col-map {
    margin-bottom: 25px;
}

.map-wrapper .map-box {
    margin-bottom: 17px;
    height: 250px;
}

.map-wrapper .map-box iframe {
    height: 100%;
}

.btn-default {
    line-height: calc(20/16);
    color: var(--bs-white);
    border: 1px solid var(--main-color-3);
    background-color: var(--main-color-3);
}

.btn-default:hover {
    color: var(--bs-white);
    border: 1px solid color-mix(in srgb, var(--main-color-3) 90%, var(--bs-dark));
    background-color: color-mix(in srgb, var(--main-color-3) 90%, var(--bs-dark));
}

.btn-default::before {
    display: none;
}

form .btn-default {
    padding: 12px 24px 12px 24px;
    margin-top: 15px;
}

#contactForm .form-label {
    font-size: 15px;
    letter-spacing: 0.04rem;
    line-height: initial;
}

.form-control,
.form-select {
    padding: 10px 10px;
    font-size: 15px;
    line-height: calc(20/15);
    letter-spacing: 0.04rem;
}

.social_info ul li {
    display: flex;
    padding: 6px 5px 0 40px;
    flex-wrap: wrap;
}

.social_info ul li label {
    margin: 0 0 0 7px;
}

.social_info ul li i {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    top: auto;
    left: auto;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: var(--bs-white);
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
    margin: -6px 0 0 -35px;
}

.googleMap {
    padding: 25px;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 3%);
}

.googleMap iframe {
    height: 100%;
}

.contact_company_info {
    padding: 25px;
    border-radius: 10px;
    background-color: var(--bs-white);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 3%);
}

.contact_company_info .social_info {
    margin-bottom: 0;
}

.contact_company_info .company_info_field ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.image_header.inner_banner_mask:after {
    background-color: #ffffff3d;
}

.banner-text-shadow {
    text-shadow: none;
}

.banner-content h2 {
    color: var(--main-color-4);
    letter-spacing: 0.1rem;
}

.banner-content h6,
.banner-content h6 a {
    color: var(--main-color-4);
}

.breadcrume_section {
    text-align: center;
    background-color: #f5f5ee;
}

.main_title_widget {
    display: none;
}

.page_news_view .main_title_widget {
    display: block;
}

.pages .pagination .page-link {
    padding-bottom: 0;
    background-color: var(--bs-white);
}

.pages .pagination .page-link i {
    font-size: 9px;
}

.pages .pagination .active .page-link,
.pages .pagination .page-link:hover {
    color: var(--bs-white);
    border-color: var(--main-color-4);
    background-color: var(--main-color-4);
}

.readmore .btn-default:hover {
    border: none;
}

.service-wrapper {
    position: relative;
    z-index: 1;
}


.service-wrapper .col-left-title {
    width: 400px;
    padding-right: 35px;
}

.service-wrapper .col-right-content {
    width: calc(100% - 400px);
    padding-left: 35px;
}

.about-wrapper {
    position: relative;
    z-index: 1;
}

.about-wrapper .col-left-image {
    padding-right: 35px;
}

.about-wrapper .col-right-content {
    padding-left: 35px;
}

.about-wrapper .col-left-image img {
    max-width: 570px;
}

.main-title-box {
    margin-bottom: 30px;
}

.col-top-title .main-title-h2 {
    text-align: center;
}

.col-top-title .main-title-p {
    text-align: center;
}

.editor-area .main-title-h2,
.main-title-h2 {
    position: relative;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: calc(44 / 36);
    font-weight: 700;
    color: var(--main-color-4);
    padding: 0 0 25px 0 !important;
    margin: 0 0 30px 0 !important;
}

.main-title-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 20px;
    background-image: url(/userfiles/images/common/main-title.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.col-top-title .main-title-h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.editor-area .main-title-box p,
.main-title-p {
    font-size: 15px;
    line-height: calc(30 / 16);
    margin: 0;
    letter-spacing: 0.04rem;
}

.editor-area .main-title-box p:not(:last-child) {
    margin-bottom: 10px;
}

.more-btn-box .btn-default {
    position: relative;
    color: var(--bs-white);
    background: var(--main-color-3);
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
    background-size: 100%;
    border: none;
    padding: 15px 30px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 5%);
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    width: 165px;
}

.more-btn-box .btn-default::after {
    content: '\f061';
    font-family: 'font awesome 6 free';
    margin: 0 0 0 10px;
    display: inline-block;
}

.col-top-title .main-title-box {
    margin-bottom: 40px;
}

.more-btn-box .btn-default:hover {
    top: -5px;
    background-size: 200%;
}

.col-bottom-content .more-btn-box {
    text-align: center;
    margin-top: 45px;
}

#section-16 {
    padding: 50px 0 120px 0;
}

#section-11 {
    padding: 120px 0 0 0;
}

#section-1 {
    padding: 120px 0;
}

#section-wrap {
    position: relative;
}

#section-1::before {
    opacity: 10%;
    right: -130px;
    left: auto;
    mask-image: url(../userfiles/images/common/section-mask.webp);
    mask-repeat: no-repeat;
    will-change: mask-image;
    mask-position: 0 0;
    mask-size: 100%;
    top: auto;
    bottom: 70px;
    width: 1200px;
    height: 1005px;
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
}

#section-16::before {
    opacity: 15%;
    left: -130px;
    right: auto;
    mask-image: url(../userfiles/images/common/section-mask.webp);
    mask-repeat: no-repeat;
    will-change: mask-image;
    mask-position: 0 0;
    mask-size: 100%;
    top: 0;
    width: 1500px;
    height: 100%;
    background: linear-gradient(45deg, #003685 0%, #00bfff 100%);
}

.service-widget .owl_custom .owl-carousel {
    margin: 0;
}

.service-widget .service-thumb {
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
}

.service-thumb .thumb-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
}

.owl-carousel .owl-item .service-thumb .thumb-image img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}

.service-thumb .thumb-info {
    padding-top: 20px;
    text-align: center;
}

.service-thumb .thumb-info h4 {
    font-size: 18px;
    line-height: calc(24 / 18);
    letter-spacing: 2px;
    margin: 0;
    padding-right: 1px;
}

.service-thumb .thumb-info p {
    font-size: 14px;
    line-height: calc(22 / 14);
    margin: 5px 0 0 0;
    letter-spacing: 0.05rem;
}

.product-thumb {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
}

.product-thumb .thumb-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.product-thumb .thumb-info {
    padding-top: 17px;
    text-align: center;
}

.product-thumb .thumb-info h4 {
    font-size: 20px;
    line-height: calc(28 / 20);
    letter-spacing: 0.05rem;
    margin: 0 0 10px 0;
}

.product-thumb .thumb-info p {
    font-size: 15px;
    line-height: calc(24/15);
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: 0.05rem;
}

.section-wrap {
    position: relative;
}

.top_section .navigation-field>li>a {
    line-height: calc(20 / 16);
    padding: 13px 25px;
    border-radius: 30px;
    border: none;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
}

.top_section .navigation-field>li.active>a,
.top_section .navigation-field>li>a:hover {
    border: none;
    color: #ffffff;
    background: linear-gradient(45deg, rgba(233, 85, 4, 1) 0%, rgba(249, 190, 0, 1) 100%);
}

.main_title_widget h1 {
    font-size: 28px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    line-height: calc(36 / 28);
    color: var(--main-color-4);
    font-weight: 700;
}

.main_title_widget h1::after {
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
}

.banner-content h2 {
    letter-spacing: 2px;
    background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
    background-clip: text;
    width: fit-content;
    color: transparent;
    font-weight: 700;
    font-size: 46px;
    line-height: calc(54 / 46);
}

.editTimeline-3 .edit_slide_item {
    overflow: visible;
}

.chain-item {
    position: absolute;
}

.chain-1 img {
    width: 200px;
    animation-duration: 12s;
}

.chain-2 img {
    width: 45px;
    animation-duration: 8s;
    animation-direction: reverse;
}

.chain-3 img {
    width: 100px;
    animation-duration: 10s;
}

.chain-1 {
    top: -100px;
    left: 0;
    animation-duration: 2s !important;
}

.chain-2 {
    top: 30px;
    left: 220px;
    animation-duration: 1s !important;
}

.chain-3 {
    left: 320px;
    top: 20px;
    animation-duration: 2s !important;
}

.chain-4 {
    top: -133px;
    right: 77px;
    animation-duration: 2s !important;
}

.chain-4 img {
    width: 250px;
    animation-duration: 50s;
}

.chain-5 {
    left: -50px;
    top: -127px;
    animation-duration: 2s !important;
}

.chain-5 img {
    width: 400px;
}

.ring-clockwise {
    animation: rotate-clockwise linear infinite;
}


.ring-float {
    animation: float ease-in-out infinite alternate;
}

.section_offset {
    padding: 5rem 0;
}

.backBox,
.pages {
    margin-top: 3rem;
}

.page_news_view .editor-area {
    margin-bottom: 1.5rem;
}

.pages .pagination .active .page-link,
.pages .pagination .page-link:hover {
    box-shadow: none;
    outline: none;
}

.editor-area .fa,
.editor-area .fa-brands,
.editor-area .fa-classic,
.editor-area .fa-regular,
.editor-area .fa-sharp,
.editor-area .fa-solid,
.editor-area .fab,
.editor-area .far,
.editor-area .fas {
    line-height: inherit;
}

.border-l-4 {
    border-style: solid;
}

.search_nav_tabs {
    border-bottom: unset;
}

.search_nav_tabs .nav-item {
    margin-right: 15px;
}

.search_nav_tabs .nav-item .nav-link {
    border-radius: 30px;
    font-size: 15px;
    line-height: calc(18 / 15);
    border-radius: 30px;
    padding: 12px 18px;
    letter-spacing: 1px;
    background-color: var(--bs-white);
}

.search_nav_tabs .nav-item .nav-link:hover,
.search_nav_tabs .nav-item .nav-link.active {
    border: 1px solid #003685;
    background-color: #003685;
}

.search_nav_tabs .nav-item .nav-link>span {
    padding: 4px;
    top: -1px;
}

#cookie-dialog {
    background-color: rgb(0, 120, 190, 92%);
    border-radius: 10px;
    width: calc(100% - 40px);
    max-width: 500px;
    left: 20px;
}

#cookie-dialog .cookie-privacy-message {
    max-width: 100%;
    padding: 30px;
}

#cookie-dialog.show {
    bottom: 20px;
    z-index: 998;
}

#cookie-dialog .col-button {
    width: 150px;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn {
    background-color: var(--bs-white);
    color: var(--main-color-1);
    border-radius: 30px;
    border: 1px solid var(--bs-white);
    line-height: calc(30 / 16);
    font-size: 15px;
    font-weight: 500;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn:hover {
    background-color: transparent;
    color: var(--bs-white);
}

#cookie-dialog .col-privacy {
    text-align: justify;
}

#cookie-dialog .cookie-privacy-message h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: calc(34 / 24);
    letter-spacing: 0.01rem;
}

#cookie-dialog .cookie-privacy-message p {
    font-size: 15px;
    line-height: calc(23 / 15);
    letter-spacing: 0.01rem;
}

div[class*=news-list-style1] .newsDate1 {
    background-color: #0253a1;
    color: var(--bs-white);
    background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
    border-radius: 8px;
    width: 70px;
    height: 70px;
}

.newsDate1 .year_month {
    font-size: 13px;
}

.newsDate1 .day {
    font-size: 36px;
    letter-spacing: 4px;
    padding-left: 2px;
}

div[class*=news-list-style1] .newsClass {
    color: var(--main-color-3);
    background-color: transparent;
    border: 1px solid var(--main-color-3);
    font-weight: 400;
    border-radius: 20px;
    line-height: calc(16 / 13);
    padding: 5px 9px 5px 10px;
    font-size: 13px;
    margin: 0 2px 0 0;
}

div[class*=news-list-style1] .list-snip {
    overflow: visible;
    border-bottom: unset;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    align-items: center;
}

div[class*=news-list-style1] .col:last-of-type .list-snip {
    padding-bottom: 15px;
}

div[class*=news-list-style1] .list-snip .snip-content h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: calc(29 / 18);
}

div[class*=news-list-style1] .list-snip .snip-content p {
    margin-top: 0;
}

@keyframes rotate-clockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@media (min-width: 768px) {
    .md\:mb-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width:1200px) {
    .header_style_20 .header_fixed .container {
        padding: 0 40px;
    }

    .header_style_20 .header_fixed .nav {
        padding-right: 20px;
    }

    .header_style_20 .header_fixed .header_menu .menu {
        padding: 14px 0;
    }

    .header_style_20 .header_fixed .header_menu .menu .m_1 {
        padding: 14px 0;
        font-weight: 400;
        letter-spacing: 0.09rem;
        font-size: 16px;
    }

    .header_style_20 .header_fixed .header_menu .menu .m_1 .arrow-down {
        display: none;
    }

    .header_style_20 .header_fixed .header_menu .menu:hover .m_1::before {
        width: 100%;
    }

    .header_menu .submenu {
        border-radius: 10px;
    }
}

@media (max-width:1199px) {
    .swiper-content {
        padding: 80px 60px 25px 60px;
    }

    .swiper-content-box h2 {
        font-size: 45px;
        line-height: calc(50 / 45);
    }

    .swiper-content-box p {
        font-size: 16px;
        line-height: calc(23 / 16);
    }

    .service-wrapper .col-left-title {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 30px;
    }

    .service-wrapper .col-right-content {
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .about-wrapper .col-left-image {
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 30px;
    }

    .about-wrapper .col-right-content {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .about-wrapper .col-left-image img {
        max-width: 500px;
    }

    #section-11 {
        padding: 75px 0 0 0;
    }

    #section-1 {
        padding: 75px 0;
    }

    #section-1::before {
        right: -209px;
        width: 950px;
        height: 793px;
    }

    #section-16 {
        padding: 40px 0 75px 0;
    }

    #section-16::before {
        left: -209px;
        width: 950px;
    }

    .service-wrapper .col-left-title {
        margin-bottom: 45px;
    }

    #canvas-wrapper {
        top: -10px;
        opacity: 10%;
    }

    .chain-1 {
        top: -50px;
        left: auto;
        right: 100px;
    }

    .chain-1 img {
        width: 150px;
    }

    .chain-2 {
        top: 30px;
        right: 20px;
        left: auto;
    }

    .chain-3 {
        right: 280px;
        top: 30px;
        left: auto;
    }

    .chain-4 {
        right: 20px;
    }

    .chain-4 img {
        width: 200px;
    }

    .chain-5 {
        top: -70px;
    }

    .chain-5 img {
        width: 300px;
    }

    .section_offset {
        padding: 4rem 0;
    }

    .banner-content h2 {
        font-size: 40px;
        line-height: calc(50 / 40);
    }
}

@media (max-width:767px) {
    header .logo a img {
        height: 30px;
    }

    .header_style_20 .header_mobile .language {
        display: none;
    }

    .header_style_20 .header_fixed .language_style2 .lang_list li a {
        padding: 6px 6px 6px 7px;
        width: 50px;
        font-size: 13px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        padding: 0 15px;
        bottom: -18px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 20px;
    }


    .swiper-content-box h2 {
        font-size: 32px;
        line-height: calc(38 / 32);
        margin-bottom: 10px;
    }

    .swiper-content {
        padding: 20px 20px 20px 20px;
    }

    .swiper-content-box p {
        font-size: 15px;
        line-height: calc(22 / 15);
    }

    .form-control[name=verification] {
        width: 130px !important;
    }

    #section-16 {
        padding: 45px 0 60px 0;
    }

    #section-11 {
        padding: 60px 0 0 0;
    }

    #section-1 {
        padding: 60px 0;
    }

    .editor-area .main-title-h2,
    .main-title-h2 {
        font-size: 32px;
    }

    #section-1::before {
        width: 580px;
        height: 485px;
        right: -220px;
    }

    #section-16::before {
        width: 580px;
        left: -220px;
    }

    .about-wrapper .col-left-image img {
        max-width: 100%;
    }

    #canvas-wrapper {
        opacity: 7%;
    }

    .chain-1 {
        top: 60px;
        right: 140px;
    }

    .chain-1 img {
        width: 80px;
    }

    .chain-2 {
        top: 110px;
        right: 80px;
    }

    .chain-2 img {
        width: 40px;
    }

    .chain-3 {
        right: -45px;
        top: 60px;
    }

    .chain-5 img {
        width: 200px;
    }

    .chain-4 {
        right: -30px;
        top: -120px;
    }

    .chain-4 img {
        width: 180px;
    }

    .banner-content h2 {
        letter-spacing: 2px;
        font-size: 36px;
        line-height: calc(44 / 36);
    }

    .map-wrapper {
        padding: 20px 20px 0 20px;
    }

    #contactForm {
        padding: 20px;
    }

    .contact_company_info {
        padding: 20px;
    }

    .googleMap {
        padding: 20px;
    }

    .section_offset {
        padding: 3rem 0;
    }

    .top_section .navigation-field>li:not(:last-child) {
        border-bottom: 1px solid #dfdfdf;
    }

    .top_section .navigation-field>li {
        margin-bottom: 0;
    }

    div[class*=news-list-style1] .newsDate1 {
        width: auto;
        height: auto;
        padding: 8px 4px 8px 8px;
    }

    div[class*=news-list-style1] .newsDate1 .year_month,
    div[class*=news-list-style1] .newsDate1 .day {
        font-size: 13px;
        letter-spacing: .5px;
    }

    .backBox,
    .pages {
        margin-top: 1rem;
    }

    .top_section .navigation-field>li>a {
        border-radius: 0;
    }

    .top_section .navigation-field>li:first-of-type a {
        border-radius: 5px 5px 0 0;
    }

    .top_section .navigation-field>li:last-of-type a {
        border-radius: 0 0 5px 5px;
    }
}


/* hidden */

.header_style_20 .language_style2 {
    display: none !important;
}