/**
* Template Name: Moderna - v2.0.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'Code-Bold';
    src: url(/_res/css/fonts/Code-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Code-Light';
    src: url(/_res/css/fonts/Code-Light.woff) format('woff');
}

@font-face {
    font-family: 'DIN';
    src: url(/_res/css/fonts/DIN-Regular.woff) format('woff');
}

@font-face {
    font-family: 'DIN-Bold';
    src: url(/_res/css/fonts/DIN-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url(/_res/css/fonts/Metropolis-SemiBold.otf) format('woff');
}

body {
    font-family: Arial, 'Microsoft JhengHei', 'Noto Sans TC', sans-serif;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5em;
}

a {
    color: #808080;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '›';
    color: #999;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #999;
    font-size: 15px;
    line-height: 2.3em;
}

h1.title {
    color: #000;
    font-size: 60px;
    margin: 70px auto;
    text-align: center;
    font-weight: 100;
}

h1.title1 {
    color: #fff;
    font-size: 45px;
    margin: -52px auto;
    text-align: center;
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
    background: url(/_res/img/bg_title1.png) center 0 no-repeat;
    height: 100px;
    line-height: 100px;
    position: relative;
}

h1.title1:before,
h1.title1:after {
    content: '';
    width: calc(100vw / 2 - 1076px / 2);
    height: 3px;
    background-color: #008940;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

h1.title1:after {
    left: auto;
    right: 0;
}

.home #topBg {
    overflow: hidden;
    max-height: 1000px;
    margin-bottom: 2px;
}

.home #topBg .style1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 98;
    display: block;
    max-width: 100%;
}

.home #topBg .style1 h2 {
    color: #FFF;
    background: url(/_res/img/bg_h2.png) center 0 no-repeat;
    width: 1061px;
    max-width: 100%;
    height: 190px;
    line-height: 1;
    font-size: 50px;
    padding: 25px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Metropolis-SemiBold';
}

.home #topBg .style1 h3 {
    color: #008a40;
    line-height: 1.2;
    font-size: 32px;
    padding: 25px;
    font-weight: bold;
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Metropolis-SemiBold';
}

.home #topBg .style1 p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    padding: 25px;
    width: 740px;
    max-width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}

.home .carousel {
    overflow: hidden;
}

.home .carousel-indicators {
    left: auto;
    bottom: 20px;
    z-index: 99;
    margin-right: 50px;
}

.home .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin: 0 7px;
    border: 1px solid #999;
}

h2.title {
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
    background-color: #433f63;
}

.container.full {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.full>.row {
    height: 100%;
    margin: 0 auto!important;
}

@media (min-width: 1920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1750px;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #008d35;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #000;
    transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 130px;
    z-index: 997;
    transition: all 0.5s ease;
    padding: 0;
    background: #fff;
    border-top: 8px solid #008a40;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .05);
}

#header .container {
    max-width: 1100px;
}

#header.header-transparent {
    background: none;
}

#header.header-scrolled {
    background: #fff;
    height: 60px;
    padding: 2px 0;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 20px 30px 0 0;
    max-height: 80px;
    transition: 0.3s;
}

#header.header-scrolled .logo img {
    max-height: 60px;
    margin: -8px 50px 0 0;
}

#main {
    margin-top: 185px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu {
    width: calc(100% - 150px);
}

#header.header-scrolled .nav-menu .float-left>li>a {
    font-size: 15px;
    height: 50px;
    line-height: 27px;
}

.nav-menu>ul>li {
    font-size: 15px;
    white-space: nowrap;
    float: left;
}

#header.header-scrolled .nav-menu>ul br.mhide {
    display: none;
}

.nav-menu>ul.float-right {
    margin-top: 45px;
    text-align: right;
    color: #ababab;
}

.nav-menu>ul.float-right>li {
    margin: 0;
    width: 100%;
}

#header.header-scrolled .nav-menu>ul.float-right {
    margin-top: 0;
}

#header.header-scrolled .nav-menu>ul.float-right .top.dblock {
    display: none;
}

#header.header-scrolled .nav-menu>ul.float-right>li {
    height: 50px;
    line-height: 45px;
}

.nav-menu>ul>li .white {
    color: #ababab;
    opacity: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
    border: 0;
    background: transparent;
    padding: 0 10px;
    outline: none;
}

.nav-menu>ul>li.active .white {
    color: #000;
}

.nav-menu>ul>li .white option {
    background: transparent;
    padding: 10px;
    color: #000;
    background: rgba(100, 100, 100, 0.3);
    outline: none;
}

.nav-menu>ul>li .white::-ms-expand {
    display: none;
}

#searchProducts {
    color: #FFF;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .7);
    background-color: transparent;
    width: 226px;
    height: 36px;
    padding: 0 10px;
}

#searchProducts:focus {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, .5);
    outline: none;
}

#searchProducts::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: .7em;
}

.searchProducts {
    font-size: 1.5em;
    margin: 5px 0 0 -30px;
    position: absolute;
    -moz-transform: scaleX(-1) scale(.8);
    -webkit-transform: scaleX(-1) scale(.8);
    -o-transform: scaleX(-1) scale(.8);
    transform: scaleX(-1) scale(.8);
}

#header.header-scrolled .searchProducts {
    margin: 12px 0 0 -30px;
}

.nav-menu>ul.float-right .btn {
    outline: none;
    color: #ababab;
}

.nav-menu>ul.float-right .btn {
    outline: none;
    color: #ababab;
}

.nav-menu>ul.float-right .btn:hover {
    color: #000;
}

.dropdown-menu.bg-black {
    border: none;
    outline: none;
}

.dropdown-menu.bg-black a.dropdown-item {
    background-color: #008940;
    color: #FFF;
    opacity: 1;
}

.dropdown-menu.bg-black a.dropdown-item:hover {
    background-color: #333;
}

.opacity6 {
    opacity: .6;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ddecf5;
    padding: 10px 1em;
    transition: 0.3s;
    font-size: 14px;
}

.nav-menu .float-left a {
    color: #666;
    height: 123px;
    line-height: 100px;
}

.nav-menu .float-left a.text-black {
    color: #000;
    font-weight: bold;
}

.nav-menu .float-left a.text-gray {
    color: #969696;
}

.home .header-scrolled .nav-menu>.float-left {
    width: auto;
    margin: 0;
}

.home .header-scrolled .nav-menu .drop-down ul {
    left: -5px;
}

.home .header-scrolled .nav-menu>.float-left>li {
    display: inline;
    width: auto;
}

.home .header-scrolled .nav-menu>.float-left>li>a {
    width: auto;
    font-size: 20px;
    height: 80px;
    line-height: 65px;
}

.nav-menu a:hover.text-black,
.nav-menu a:hover.text-gray,
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #000;
    text-decoration: none;
    opacity: 1;
    text-shadow: 1px 4px 5px rgba(0, 0, 0, .25);
}

.nav-menu .active>a {
    font-weight: bold;
    text-shadow: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #008940;
    transition: ease all 0.3s;
    text-align: left;
    padding-left: calc(100vw / 2 - 428px);
}

.nav-menu .drop-down.hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.showsubmenu .nav-menu .drop-down>ul.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 1;
}

.nav-menu .drop-down li {
    position: relative;
    display: inline-block;
    min-height: 52px;
}

.nav-menu .drop-down ul a {
    padding: 0 14px;
    font-weight: 400;
    text-transform: none;
    color: rgba(255, 255, 255, 0.6);
    height: auto;
    line-height: 52px;
    opacity: 1;
    font-size: 15px;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #fff;
    box-shadow: none;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
    transition: all .3s;
    transform: rotate(-90deg);
    top: 14px;
    display: none;
}

.nav-menu .drop-down.hover>a:after {
    transform: rotate(0deg);
    top: 10px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
    margin-top: 3px;
}

.nolink {
    cursor: default;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
    #header.header-scrolled .nav-menu .float-left>li>a {
        padding: 10px 20px;
    }
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #0b3414;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.mobile-nav .w-50 {
    width: 100%!important;
}

.mobile-nav .float-right .top.dblock {
    margin: 60px 0 12px 20px;
    width: calc(100% - 20px);
}

.mobile-nav .float-right .top.dblock span {
    color: #fff;
}

.mobile-nav .float-right .top.dblock .btn-group {
    width: auto;
    padding: 0 15px;
}

.mobile-nav .float-right .top.dblock .btn-group>.btn {
    color: #fff;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #44d36f;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    width: auto!important;
}

.mobile-nav .drop-down.active ul {
    display: block;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #008a40;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(30 86 45 / 90%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# topBg
--------------------------------------------------------------*/

#topBg {
    position: relative;
    text-align: center;
    background-color: #f3f8fa;
    max-height: 700px;
    overflow: hidden;
    margin-top: 130px;
}

#topBg img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

#Pagination {
    padding: 30px 0 60px;
}

#Pagination .page-link {
    color: #999;
    background-color: #fff;
    border: none;
    font-size: 20px;
    padding: .7rem .75rem;
}

#Pagination .page-item.active .page-link {
    color: #000;
}

#Pagination .page-link:focus {
    box-shadow: none;
}

#Pagination .page-link:hover {
    color: #000;
}

#Pagination #page-next,
#Pagination #page-prev {
    font-size: 25px;
    padding: .5rem .75rem;
}

#Pagination #page-next i,
#Pagination #page-prev i {
    pointer-events: none;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
}

.section-bg {
    background-color: #fff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #68A4C4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background-color: #f3f8fa;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.kpod-info {
    max-width: 550px;
    padding: 0 42px 0 0;
    position: relative;
    margin: 0 0 0 auto;
}

.kpod-info .close {
    position: absolute;
    right: 13px;
    top: 12px;
    cursor: pointer;
    display: none;
}

.kpod-info .kprod-img {
    margin: 0 0 40px;
}

.kpod-info .title {
    margin: 0 0 40px;
    color: #4d4d4d;
    font-size: 34px;
    font-family: 'Noto Sans TC';
    display: inline-block;
}

.kpod-info .tabs {
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.kpod-info .tabs .tab {
    cursor: pointer;
    padding: 3px 10px;
    margin: 0 0 0 36px;
    display: inline-block;
    outline: none;
}

.kpod-info .tabs .tab:hover,
.kpod-info .tabs .tab.active {
    border-bottom: 3px solid #008a40;
}

.kpod-info .infos {
    color: #4d4d4d;
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.kpod-info .infos .label {
    width: 80px;
    white-space: nowrap;
    float: left;
}

.kpod-info .infos .label:after {
    content: '：';
}

.kpod-info .infos .info {
    display: inline-block;
    width: calc(100% - 80px);
}

.carouselKProd {
    max-width: 645px;
    padding: 0 0 60px 27px;
}

.carouselKProd .kprod {
    margin: 0 15px 15px;
    cursor: pointer;
    display: inline-block;
    height:170px; 
    vertical-align: top;
}


.carouselKProd .kprod img {
    width: 120px; 
    transition: all .3s ease;
}

.carouselKProd .kprod:hover img {
    outline: 10px solid rgb(255 255 255/ 25%);
    outline-offset: -10px;
    transition: all .3s ease;
}

.carouselKProd .kprod.active img {
    outline: 5px solid rgb(0 255 119 / 50%);
    outline-offset: -5px;
    transition: all .3s ease;
    border-radius: 7px;
}

.carouselKProd .carousel-indicators li {
    background-color: #c2c2c2;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 8px;
}

.carouselKProd .carousel-indicators li.active {
    background-color: #4d4d4d;
}

.carouselKProd .title {
    margin: 5px auto;
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'Noto Sans TC';
    text-align: center;
    max-width: 120px;
    word-break: break-word;
}

#mobileMenu {
    display: none;
    text-align: center;
}

#mobileMenu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 auto 35px;
}

#mobileMenu ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

#mobileMenu ul li.active a {
    color: #000;
    font-weight: bold;
}

section.Products {
    padding: 60px 0 0 0;
}

.kprod-bottom {
    margin: 105px auto 0;
}

@media (max-width: 997px) {
    .kpod-info {
        padding: 0 0 0 25px;
    }
    .carouselKProd .kprod {
        margin: 0 10px 15px;
        width: 16%;
        height: 160px;
    }
}

@media (max-width: 767px) {
    .kpod-info .close {
        display: block;
    }
    .kpod-info {
        display: none;
        max-width: 100%;
        position: absolute;
        padding: 50px 15px 50px;
        background-color: #fff;
        top: 0;
        border: 1px solid #ccc;
        box-shadow: 0 10px 30px rgb(0 0 0 / 25%)
    }
    .kpod-info {
        z-index: 9;
    }
    .carouselKProd {
        max-width: 100%;
        padding: 0 0 60px 0;
        margin: 0 auto;
    }
    .carouselKProd .kpod-list {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    #mobileMenu {
        display: block;
    }
    section.Products {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 540px) {
    .carouselKProd .kprod {
        margin: 0 10px 15px;
        width: 18%;
    }
    .kprod-bottom {
        margin-top: 52px;
    }
}

.more-link {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background-color: #008a40;
    display: block;
    width: 75px;
    height: 35px;
    line-height: 35px;
    margin: 20px auto;
    transition: all .3s ease;
    text-align: center;
    position: relative;
}

.more-link:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.more-link:hover {
    color: #fff;
    background-color: #000;
}

.more-link.outline {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    background-color: #fff;
    border: 2px solid #008a40;
    display: block;
    width: 75px;
    height: 35px;
    line-height: 32px;
    margin: 20px 0;
    transition: all .3s ease;
    text-align: center;
    position: relative;
}

.more-link.outline:before {
    content: '';
    border-bottom: 2px solid #008a40;
    width: 11px;
    height: 0;
    position: absolute;
    right: -2.5px;
    top: 1px;
    transform: rotate(45deg)
}

.more-link.outline:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: -2px;
    top: -2px;
}

.more-link.outline:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.more-link.outline:hover:before {
    border-bottom: none;
}

.more-link.outline:hover:after {
    border-color: transparent #008a40 transparent transparent;
}


/*--------------------------------------------------------------
# Recruiting
--------------------------------------------------------------*/

.Recruiting .d-flex .text-box {
    padding: 5vw 8vw;
    width: 100%;
    background-color: #97daeb;
}

.Recruiting .d-flex:first-child .text-box {
    background-color: #dadbdb;
}

.Recruiting .d-flex:last-child .image-box {
    background-color: #69ace5;
    width: 100%;
    height: 100%;
}

.Recruiting h4 {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.55em;
}

.Recruiting h5 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.Recruiting ol {
    padding: 0;
    color: #000;
    margin: 0 0 2rem 1.2rem;
    font-size: 17px;
}

.Recruiting .d-flex .text-box hr {
    margin: 4vw 0;
}

.Recruiting p {
    color: #000;
    font-weight: normal;
    width: 100%;
    font-size: 17px;
}

.Recruiting .text {
    color: #736357;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    text-indent: 10vw;
}

.Recruiting .power-box img {
    width: 100%;
    max-width: 346px;
}

.Recruiting .img {
    width: 100%;
}


/*--------------------------------------------------------------
# Certification
--------------------------------------------------------------*/

.Certification {
    padding: 60px 0 0;
    background-color: #efefef;
}

.Certification .d-flex .cert-box {
    padding: 2vw 5vw;
    width: 100%;
    text-align: center;
}

.Certification .d-flex:first-child .cert-box {
    background-color: #dadbdb;
}

.Certification .container>.row.no-gutters:nth-child(odd) {
    background-color: #f8f8f8;
}

.Certification .container>.row.no-gutters:nth-child(even) {
    background-color: #fff;
}

.Certification .row h4 {
    font-size: 2.5vw;
    color: #000;
    font-weight: bold;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #ddd;
    width: 100%;
    padding: 3vw;
}

.Certification .row h4.pb {
    padding-bottom: 4em;
}

.Certification .row:nth-child(3n-1) h4 {
    background-color: #ddd;
    justify-content: flex-start;
}

.Certification .row:nth-child(3n+1) h4 {
    background-color: #9bbad8;
    justify-content: flex-end;
}

.Certification .row:nth-child(3n) h4 {
    background-color: #433f63;
    color: #fff;
    justify-content: flex-end;
}

.Certification h5 {
    font-size: 17px;
    color: #231815;
    border-top: 1px solid #8f8f8f;
    padding: 15px 0;
    font-family: Arial;
    width: 100%;
    text-align: left;
}

.Certification h5.img_text {
    border-top: none;
    margin-top: -24px;
    padding: 0 0 4px;
}

.Certification .pdf_download {
    width: 35px;
    height: 50px;
    display: block;
    font-size: 0;
    transition: 0.3s;
    float: right;
}

.Certification .pdf_download:hover {
    opacity: 0.7;
    transform: translateY(10%);
}

.Certification .img {
    padding: 20px;
    max-width: 242px;
    width: 100%;
}

.Certification .d_block {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    max-width: fit-content;
}

.Certification .d-flex .cert-box.box2 {
    padding: 2vw 1vw;
    width: 100%;
    display: flex;
}

.Certification .img.left {
    width: 60%;
    float: left;
}

.Certification h5.right {
    width: 40%;
    float: right;
    margin-top: 60%;
}

.Certification .box1 .img {
    padding: 20px 0;
}

.Certification .honor .box1 h5 {
    max-width: 180px;
    margin: 0 auto 0 22px;
}

@media (max-width: 1024px) {
    .Certification .honor .box1 h5 {
        margin: 0 auto 0 -2px;
    }
}

@media (max-width: 540px) {
    .Certification .box1 .img {
        padding: 20px;
        max-width: 100%;
    }
    .Certification .honor .box1 h5 {
        margin: 0 auto 0 20px;
    }
}


/*--------------------------------------------------------------
# Technical Info.
--------------------------------------------------------------*/

.Technical .d-flex .info-box {
    padding: 4vw 5vw;
    width: 100%;
    text-align: center;
}

.Technical .d-flex:first-child .info-box {
    background-color: #e6e6e6;
}

.Technical .container>.row.no-gutters:nth-child(odd) {
    background-color: #e6e6e6;
}

.Technical .container>.row.no-gutters:nth-child(even) {
    background-color: #fff;
}

.Technical .row h4 {
    font-size: 2.5vw;
    color: #000;
    font-weight: bold;
    display: flex;
    height: 100%;
    align-items: center;
    background-color: #ddd;
    width: 100%;
    padding: 3vw;
}

.Technical .row:nth-child(3n-1) h4 {
    background-color: #999;
    justify-content: flex-start;
}

.Technical .row:nth-child(3n+1) h4 {
    background-color: #9bbad8;
    justify-content: flex-end;
}

.Technical .row:nth-child(3n) h4 {
    background-color: #433f63;
    color: #fff;
    justify-content: flex-end;
}

.Technical h5 {
    font-size: 17px;
    color: #808080;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.Technical h5 a {
    color: #808080;
    white-space: nowrap;
}

.Technical h5 a:hover {
    color: #68A4C4;
    border-bottom: 1px solid;
}


/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

.About.History .text-box {
    display: block;
    padding: 18px 0 18px 35px;
    border-left: 1px solid #808080;
    position: relative;
    max-width: 430px;
}

.About.History .text-box:first-child {
    padding: 0 0 35px 35px;
}

.About.History .img-box {
    display: block;
    padding: 18px 0 18px 35px;
    border-left: 1px solid #808080;
    position: relative;
    max-width: 670px;
}

.About.History .img-box2 {
    display: block;
    position: relative;
    max-width: 1060px;
    right: 0;
    transform: translateX(-35%);
}

.About.History .img-box3 {
    display: block;
    position: relative;
    max-width: 1060px;
    right: 0;
    transform: translateX(-35%);
}

.History .text-box .year {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
    position: absolute;
    left: -82px;
    top: 18px;
}

.History .text-box:first-child .year {
    top: 0;
}

@media (max-width: 991px) {
    .History .text-box .year {
        left: 34px;
        top: -11px;
    }
    .History .text-box:first-child .year {
        top: -28px;
    }
    .About.History .img-box {
        padding: 0;
    }
    .About.History .img-box2 {
        right: auto;
        transform: inherit;
    }
    .About.History .img-box3 {
        right: auto;
        transform: inherit;
    }
}

@media (max-width: 768px) {
    .hidden-md {
        display: none;
    }
    .History .text-box {
        margin-left: 13px;
    }
}


/*--------------------------------------------------------------
# Corporate Philosophy
--------------------------------------------------------------*/

.cp_all {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cp_all .cp_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #1b4067;
    width: 100%;
    text-align: center;
}

.cp_all .cp_1 {
    position: relative;
    width: 690px;
    height: 1230px;
    background-color: #9bbad8;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cp_all .cp_2 {
    position: relative;
    height: 690px;
    width: calc(100% - 690px);
    background-color: #433f63;
    float: right;
    overflow: hidden;
    text-align: right;
}

.cp_all .cp_3 {
    position: relative;
    height: 690px;
    width: calc(100% - 690px);
    background-color: #5c99b0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    float: left;
}

.cp_all .cp_4 {
    position: relative;
    width: 690px;
    height: 1230px;
    background-color: #69ace5;
    float: right;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cp_all .img-fluid {
    max-width: 100%;
    max-height: 690px;
}

.cp_all .img {
    position: absolute;
    background: url(/_res/img/calligraphy.png) no-repeat;
    width: 300px;
    height: 300px;
    font-size: 0;
}

.cp_all .cp_1 .img {
    background-position: 0 0;
    top: 391px;
    left: 334px;
    opacity: 50%;
}

.cp_all .cp_2 .img {
    background-position: -300px 0;
    top: -20px;
    right: 384px;
}

.cp_all .cp_3 .img {
    background-position: -300px -300px;
    top: 39px;
    left: 89px;
}

.cp_all .cp_4 .img {
    background-position: 0 -300px;
    top: 391px;
    left: 334px;
}

.cp_all .text {
    position: absolute;
    text-align: left;
    color: #000;
}

.cp_all .text h4 {
    font-size: 35px;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    margin-bottom: 0.5em;
}

.cp_all .text p {
    font-family: Arial;
}

.cp_all .cp_1 .text {
    top: 200px;
    left: 200px;
    width: 362px;
}

.cp_all .cp_2 .text {
    top: 200px;
    left: 105px;
    width: 375px;
    color: #FFF;
}

.cp_all .cp_3 .text {
    top: 50%;
    transform: translateY(-50%);
    right: 76px;
    width: 362px;
    color: #FFF;
}

.cp_all .cp_4 .text {
    top: 100px;
    left: 100px;
    width: 362px;
}

@media (max-width: 1379px) {
    .cp_all {
        display: flex;
        flex-direction: column;
    }
    .cp_all .cp {
        width: 100%;
        height: auto;
    }
    .cp_all .cp_1 {
        height: 690px;
    }
    .cp_all .cp_4 {
        height: 690px;
        order: 2;
    }
    .cp_all .cp_1 .text {
        left: auto;
        right: 76px;
    }
    .cp_all .cp_4 .text {
        right: 100px;
        left: auto;
    }
    .cp_all .cp_3 {
        justify-content: flex-end;
        order: 1;
    }
    .cp_all .cp_3 .text {
        left: 100px;
        right: auto;
    }
    .cp_all .cp_3 .img {
        left: auto;
    }
    .cp_all .img,
    .cp_all .img-fluid {
        opacity: .5;
    }
}

@media (max-width: 600px) {
    .cp_all .cp {
        height: auto;
        display: block;
    }
    .cp_all .cp_3 {
        height: auto;
        position: relative;
    }
    .cp_all .cp .text {
        top: auto;
        left: auto;
        right: auto;
        width: 95%;
        padding: 10vw;
        margin: 0 auto;
        transform: none;
        position: relative;
    }
    .cp_all .img-fluid {
        width: 100%;
    }
    .cp_all .cp_3 .img-fluid {
        width: calc(100% + 15%);
    }
    .cp_all .img {
        opacity: .25!important;
        top: auto!important;
        bottom: 0!important;
        right: 0!important;
        left: auto!important;
    }
}


/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.Contact .form-check-input.is-valid~.form-check-label,
.Contact .was-validated .form-check-input:valid~.form-check-label {
    color: #005113;
}

.Contact .bg-gray {
    background-color: #dbdbdb;
    padding: 0 0 120px;
}

.Contact p.text {
    width: 100%;
    max-width: 1080px;
    padding: 0 15px;
    margin: 185px auto 25px;
    font-size: 16px;
}

.required {
    margin-right: 5px;
    color: #f00;
}

.Contact .addr {
    position: relative;
    padding-left: 45px;
    max-width: 410px;
}

.gmap {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    display: block;
}

.gmap:hover {
    opacity: .5;
}

.Contact .text-box {
    position: relative;
    width: 675px;
    max-width: 100%;
}

.Contact .text-box.right {
    width: 406px;
    max-width: 100%;
}

.Contact .img-box {
    margin: 0 0 0 auto;
    position: relative;
}

.Contact .text-box .col-form-label {
    font-size: 16px;
    white-space: nowrap;
    padding-top: calc(.075rem + 1px);
}

.Contact .text-box .twidth1 {
    max-width: 125px;
}

.Contact .text-box .twidth2 {
    min-width: 570px;
}

.Contact .text-box .form-check-label {
    font-size: 16px;
}

.Contact .btn-link {
    color: #005c89;
    line-height: 1.3em;
    padding: 0;
}

.Contact .btn-link:hover {
    color: #FFF;
}

.Contact input.form-control {
    height: calc(1.5em + .35rem + 2px);
    max-width: 245px;
    border-radius: 0;
}

.Contact .form-inline label {
    justify-content: flex-start;
}

.Contact .btn-send {
    color: #fff;
    background-color: #008940;
    padding: 3px 20px;
    float: right;
    border-radius: 0;
}

.Contact .btn-send:hover {
    background-color: #000;
}

.Contact .form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Contact .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 1px 0 0 -32px;
    width: 22px;
    height: 22px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #008940;
    pointer-events: none;
}

.Contact .form-check:hover input~.checkmark {
    border: 1px solid #000;
}

.Contact .form-check input:checked~.checkmark {
    border: 1px solid #008940;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.Contact .form-check input:checked~.checkmark:after {
    display: block;
}

.Contact .form-check .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #008940;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-pic img {
    margin: 0 auto;
    min-width: 100%;
}

.contact-info {
    padding: 125px 0 100px;
}

.Contact .contact-info h4 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.Contact .contact-info h4 span {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    display: block;
    white-space: nowrap;
    margin-bottom: 7px;
}

.Contact .invalid-tooltip {
    margin-top: -7px;
}

@media (max-width: 1366px) {
    .Contact .text {
        width: auto;
    }
}


/*--------------------------------------------------------------
# home-stt
--------------------------------------------------------------*/

.home-stt .container {
    background: #fff;
    width: 100%;
    max-width: 100%;
}

.home-stt .text-box {
    width: 60%;
    max-width: 460px;
    position: absolute;
    left: auto;
    right: 0;
    padding: 30px 0;
}

.home-stt:nth-child(even) .text-box {
    left: 0;
    right: auto;
}

.home-stt.about1 {
    padding: 110px 0 0;
}

.home-stt.about2 {
    padding: 150px 0;
}

.home-stt.about1 .text-box {
    left: 0;
    right: auto;
    max-width: none;
}

.home-stt.about2 .text-box {
    left: auto;
    right: 0;
    max-width: none;
}

.home-stt .text-box+.text-box {
    margin-top: 50px;
}

.home-stt .text-box .title {
    margin-left: 3.8vw;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 35px;
    position: relative;
}

.home-stt .text-box .title.rowone {
    line-height: 80px;
}

.home-stt .text-box .title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/_res/img/bgs.png);
    background-repeat: no-repeat;
    background-position: 200px 200px;
    width: 100px;
    height: 100px;
}

.home-stt:nth-child(1) .text-box .title:after {
    background-position: 1px -103px;
}

.home-stt:nth-child(2) .text-box .title:after {
    background-position: -135px -94px;
}

.home-stt:nth-child(3) .text-box .title:after {
    background-position: -283px -94px;
}

.home-stt .text-box .title.gray {
    color: #fff;
    background-color: #969696;
    padding: 5px 65px;
    display: inline-block;
}

.green {
    color: #008a40;
}

.home-stt .text-box .title a {
    color: #FFF;
    transition: 0.3s;
}

.home-stt .text-box .title a:hover {
    color: #68A4C4;
}

.home-stt .text-box .description {
    margin: 0 3.8vw;
    color: #4d4d4d;
    font-size: 16px;
}


/*--------------------------------------------------------------
# home-apps
--------------------------------------------------------------*/

.home .Apps .container.full {
    background: #efefef;
    padding: 125px 0;
}

.home .Apps h2 {
    color: #008a40;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 75px;
}

.home .Apps .app-box {
    max-width: 420px;
    text-align: center;
    margin: 25px auto 0;
}

.home .Apps h4.title {
    color: #666;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 22px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #008a40;
    width: 100%;
    max-width: 220px;
}

.home .Apps p {
    color: #606060;
    font-size: 16px;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 220px;
}

.home .Apps a:hover h4.title,
.home .Apps a:hover p {
    color: #000;
}

.home .Apps .col-lg-2 {
    min-width: 420px;
}

.home .Apps .img {
    position: relative;
    min-width: 420px;
}

.home .Apps .img:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3 ease;
}

.home .Apps a:hover .img:after {
    background-color: rgb(0 0 0 / 0%);
}


/*--------------------------------------------------------------
# home-Counters
--------------------------------------------------------------*/

.home .Counters .container.full {
    background-color: #008a40;
    background-image: url(/_res/img/home4.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 150px 0 50px;
    min-height: 680px;
}

.home .Counters .c-box {
    width: 100%;
    max-width: 415px;
    text-align: center;
    margin: 25px auto 0;
}

.home .Counters h4.title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 65px;
    width: 100%;
}

.home .Counters .counter-up {
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    margin: 0 auto 55px;
    width: 100%;
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif;
}

.home .Counters h5.type {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 15px;
    width: 100%;
}

.home .Counters p {
    color: #fff;
    font-size: 18px;
    margin: 0 auto 50px;
    width: 90%;
    text-align: center;
    max-width: 525px;
}

@media (min-width: 1200px) {
    .home .Counters .container.full {
        background-size: contain;
    }
}

@media (max-width: 1199px) {
    .home .Counters .container.full {
        background-image: none;
    }
    .home .Counters .c-box {
        background-image: url(/_res/img/home4.jpg);
        background-repeat: no-repeat;
        min-height: 400px;
        padding: 50px 0;
        margin: 0;
        max-width: 100%;
    }
    .home .Counters .c-box.c1 {
        background-position: 0 center;
    }
    .home .Counters .c-box.c2 {
        background-position: center center;
    }
    .home .Counters .c-box.c3 {
        background-position: right center;
    }
    .home .Counters .container.full {
        padding: 60px 0 0;
    }
    .home .Counters .counter-up {
        font-size: 20vw;
    }
}


/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/

.Privacy .bg-gray {
    background-color: #f2f2f2;
}

.Privacy .bg-grey {
    background-color: #dadbdb;
}

.Privacy .bg-blue {
    background-color: #95d9ea;
}

.Privacy .bg-blue2 {
    background-color: #68abe4;
}

.Privacy .bg-blue3 {
    background-color: #9bbad8;
}

.Privacy .bg-purple {
    background-color: #433f63;
}

.Privacy .text-box {
    padding: 4vw;
    color: #000;
}

.Privacy .image-box {
    overflow: hidden;
}

.Privacy .image-box img {
    height: auto;
    width: 100%;
}

.Privacy .text-box h2 {
    font-size: 55px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 30px;
}

.Privacy .text-box h3 {
    font-size: 25px;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    margin-bottom: 30px;
}

.Privacy .text-box h4 {
    font-size: 17px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-style: italic;
}

.Privacy .text-box p {
    margin-bottom: 55px;
}

.Privacy .text-box li {
    margin-left: -18px;
}


/*--------------------------------------------------------------
# QC System
--------------------------------------------------------------*/

.QC .bg-gray {
    background-color: #535353;
}

.QC .bg-grey {
    background-color: #dadbdb;
}

.QC .bg-blue {
    background-color: #c3d6e8;
}

.QC .bg-blue2 {
    background-color: #68abe2;
}

.QC .bg-purple {
    background-color: #433f63;
}

.QC .text-box {
    padding: 5vw 4vw;
    color: #000;
}

.QC .text-box.pl {
    padding: 5vw 4vw 5vw 0;
}

.QC .cert_list {
    padding: 5vw 0;
}

@media (max-width: 1200px) {
    .QC .cert_list {
        padding: 5vw;
    }
}

.QC .cert_list .cert {
    display: inline-block;
    text-align: center;
    margin: 0 20px 40px 20px;
}

.QC .cert_list .cert img {
    display: block;
    margin-bottom: 10px;
}

.QC .image-box {
    overflow: hidden;
    padding: 5vw;
}

.QC .image-box img {
    height: auto;
    width: 100%;
    max-width: fit-content;
}

.QC a.pdf_download {
    color: #56718b;
    display: block;
    white-space: nowrap;
}

.QC a.pdf_download:hover {
    color: #000;
}

.QC .font30 {
    font-size: 30px;
}

.QC .text-box h3 {
    font-size: 25px;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    margin-bottom: 30px;
}

.QC .text-box h4 {
    font-size: 17px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-style: italic;
}

.QC .text-box p {
    font-family: Arial, 'Microsoft JhengHei';
    margin-bottom: 55px;
    line-height: 1.7em;
}

.QC .text-box p.mhight {
    min-height: 100px;
}

.QC .text-box li {
    font-family: Arial, 'Microsoft JhengHei';
    line-height: 1.7em;
}

.QC .text-box li {
    margin-left: -18px;
}

.QC .item {
    width: 449px;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
}

.QC .item:first-child,
.QC .item:last-child {
    width: 215px;
    min-width: 215px;
}

@media (max-width: 575px) {
    .QC .item {
        width: 90%;
    }
    .QC .item:first-child,
    .QC .item:last-child {
        width: 45%;
        min-width: 45%;
    }
    .QC .text-box.pl {
        padding: 5vw 4vw;
    }
    .QC .text-box .mhide {
        display: none;
    }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.max420 {
    max-width: 420px;
}

.max1060 {
    max-width: 1060px;
}

.About {
    padding: 180px 0;
    background-color: #efefef;
}

.About .text-box {
    padding: 6vw;
}

.About p {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'Microsoft JhengHei';
}

.About .text-box h4 {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.About .bg-img {
    background: #b5b5b5 url(/_res/img/img_about3.jpg) 0 0 no-repeat;
    min-height: 648px;
}

.About .bg-img .text-box {
    padding: 0 30px 0 8vw;
}

.About .bg-img .text-box p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Applications
--------------------------------------------------------------*/

.Applications {
    padding: 180px 0;
    background-color: #efefef;
}

.Applications {
    padding: 180px 0;
    background-color: #efefef;
}

h2.title2 {
    color: #008940;
    font-size: 40px;
    font-family: 'Microsoft JhengHei';
    text-align: center;
    margin-bottom: 60px;
}

.Applications .text-box {
    padding: 6vw;
}

.Applications p {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'Microsoft JhengHei';
}

.Applications .text-box h4 {
    font-size: 20px;
    font-family: 'Microsoft JhengHei';
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.Applications .left img {
    padding: 0 15px 15px 0;
}

.Applications .right {
    text-align: right;
}

.Applications .right img {
    padding: 0 0 15px 15px;
}

@media (max-width: 1646px) {
    .Applications .left,
    .Applications .right {
        text-align: center;
        white-space: nowrap;
        display: flex;
        overflow-x: hidden;
    }
    .Applications .left img,
    .Applications .right img {
        height: 33vw;
    }
}

@media (max-width: 575px) {
    .Applications .left,
    .Applications .right {
        display: block;
        white-space: normal;
    }
    .Applications .left img,
    .Applications .right img {
        height: auto;
        width: 100%;
        padding: 0 15px 15px;
    }
}


/*--------------------------------------------------------------
# Characteristic
--------------------------------------------------------------*/

.Characteristic {
    padding: 180px 0;
    background-color: #efefef;
}

.Characteristic .container.full {
    background-color: transparent;
}

.Characteristic .text-box {
    position: relative;
    width: 675px;
    max-width: 100%;
}

.Characteristic .text-box.right {
    width: 384px;
    max-width: 100%;
}

.Characteristic .text-box p {
    color: #4d4d4d;
    margin-bottom: 30px;
}

.Characteristic .text-box h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #008a40;
}

.Characteristic .text-box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.Characteristic .text-box h4.active a {
    color: #000;
}

.Characteristic .text-box img {
    margin: 40px 0 70px;
}


/*--------------------------------------------------------------
# Promotion
--------------------------------------------------------------*/

.Promotion {
    padding: 180px 0;
    background-color: #efefef;
}

.Promotion .container.full {
    background-color: transparent;
}

.Promotion .text-box {
    position: relative;
    width: 675px;
    max-width: 100%;
}

.Promotion .text-box.right {
    width: 384px;
    max-width: 100%;
}

.Promotion .text-box p {
    color: #4d4d4d;
    margin-bottom: 30px;
}

.Promotion .text-box h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #008a40;
}

.Promotion .text-box h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding-right: 70px;
}

.Promotion .text-box h4.active a {
    color: #000;
}

.Promotion .text-box img {
    margin: 40px 0 70px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    padding-bottom: 30px;
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
}

.contact .info-box i {
    font-size: 32px;
    color: #68A4C4;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    margin-bottom: 30px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: #68A4C4;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #68A4C4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8dbad2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

.map {
    padding: 0;
    margin-bottom: -6px;
}

.map iframe {
    width: 100%;
    height: 380px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #0d2735;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #a2cce3;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #68A4C4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #468db3;
}

#footer .footer-top {
    background: #fff;
    color: #808080;
    border-top: 5px solid #008a40;
    padding: 55px 0 50px 0;
}

#footer .footer-top .footer-info h3 {
    font-size: 15px;
    margin: 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #231815;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
}

#footer .footer-top .footer-info h3 img {
    width: 60px;
    margin-right: 10px;
}

#footer .footer-top .footer-info h3 span {
    font-size: 13px;
    display: block;
    position: absolute;
    top: 36px;
    left: 70px;
    letter-spacing: -0.1px;
}

#footer .footer-top .footer-info h3 span.cht {
    font-size: 15px;
    top: 13px;
    letter-spacing: 3px;
}

#footer .footer-top .social-links {
    position: relative;
    display: flex;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #008940;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a i {
    font-size: 22px;
}

#footer .footer-top .social-links a.instagram,
#footer .footer-top .social-links a.whatsapp {
    margin-top: 2px;
}

#footer .footer-top .social-links a.instagram i,
#footer .footer-top .social-links a.whatsapp i {
    font-size: 18px;
}

#footer .footer-top .social-links a:hover {
    color: #404040;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin: 10px 0 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #a2cce3;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links h4 {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    position: relative;
    padding: 10px 0;
    white-space: nowrap;
}

#footer .footer-top .footer-links ul a {
    color: #808080;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    font-weight: lighter;
}

#footer .footer-top .footer-links ul a:hover {
    color: #000;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    font-size: 13px;
    text-align: right;
    padding: 18px 0;
}

@media (max-width: 1100px) {
    #footer .copyright {
        text-align: left;
    }
}

#footer .privacy {
    font-size: 12px;
    padding: 8px 0 30px 75px;
}

#footer .privacy a {
    color: #FFF;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #a2cce3;
}

#footer .addr {
    max-width: 300px;
}

.mobile-nav-active .mobile-nav .float-right {
    float: left!important;
}

.mobile-nav-active .mobile-nav .opacity6 {
    color: #FFF;
    margin-left: 20px;
}

.mobile-nav-active .mobile-nav #searchProducts {
    margin-left: 20px;
}

.mobile-nav-active .mobile-nav .searchProducts {
    margin: 5px 0 0 -30px;
    color: #FFF;
}

.hide {
    display: none;
}

@media (min-width: 1920px) {
    .nav-menu .drop-down>a:after {
        position: absolute;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .nav-menu .drop-down>a:after {
        position: absolute;
    }
    .nav-menu .float-left a {
        font-size: 16px;
        padding: 10px 1.1em;
    }
    .home-stt .text-box .title {
        margin: 40px 2vw 20px;
    }
    .home-stt .text-box .description {
        margin: 0 2vw;
    }
}

@media (max-width: 1200px) {
    .nav-menu>ul.float-right {
        margin-top: -118px;
        display: none;
    }
    .nav-menu .float-left a {
        font-size: 16px;
    }
    .nav-menu>ul.float-right>li {
        margin: 7px 5px;
        width: auto!important;
    }
    .nav-menu>ul.float-right span,
    .nav-menu>ul.float-right .white {
        padding: 2px 5px;
        line-height: 2em;
    }
    .home-stt .text-box {
        width: 100%;
        position: relative;
    }
    .nav-menu>ul br.mhide {
        display: none;
    }
}

@media (max-width: 1023px) {
    #header {
        height: 60px;
    }
    #topBg {
        margin-top: 60px;
    }
    .nav-menu>ul br.mhide {
        display: none;
    }
    .nav-menu .float-left a {
        font-size: 14px;
    }
    .nav-menu .float-left a {
        height: 40px;
        line-height: 40px;
    }
    #header .logo img {
        margin: 0 30px 0 0;
        max-height: 60px;
    }
}

@media (max-width: 991px) {
    #topBg {
        max-height: 300px;
    }
    .home #topBg {
        max-width: 100%;
        margin-top: 60px;
    }
    #topBg img {
        width: auto;
        left: 50%;
        transform: translateX(-20%);
    }
    .home #topBg .style1 h2 {
        font-size: 5vw;
    }
    .home #topBg .style1 h3 {
        font-size: 4vw;
    }
    .home #topBg .carousel {
        height: 100vh;
        max-height: 700px;
    }
    .home #topBg .carousel .carousel-item {
        height: 100vh;
        max-height: 700px;
        width: 100%;
        overflow: hidden;
    }
    .home #topBg .carousel .carousel-item img {
        height: 100vh;
        max-height: 700px;
        width: auto!important;
        min-width: 100%;
    }
    .home #topBg h1.title p {
        font-size: 3vw;
        line-height: 2em;
        margin: 3.5vw 7vw;
    }
    .home-stt .text-box {
        width: 100%;
        max-width: none;
        padding: 35px 0;
        position: relative;
    }
    .Products .prod-box.bg-grey,
    .Products .prod-img.bg-grey:after {
        background-color: transparent;
        width: 100vw;
    }
    .Products .d-flex:nth-child(even) .prod-box {
        background-color: #efefef;
        width: 100vw;
    }
    .home .Products .d-flex .prod-box {
        background-color: #97daeb;
    }
    .Products .d-flex:nth-child(even) .prod-img:after {
        width: calc(100% + 10vw);
        height: 100%;
        background-color: rgba(0, 0, 0, 0.06);
        content: "";
        display: block;
        position: absolute;
        top: 0;
    }
    .Products .prod-img .prod-table {
        width: 50vw;
    }
    .Products .pdf-list {
        position: relative;
    }
    #header .logo img {
        margin: -6px 30px 0 0;
        max-height: 60px;
    }
    #main {
        margin-top: 85px;
    }
    .Contact .text-box {
        width: 100%;
        padding: 0 15px;
    }
    .Contact .text-box.right {
        width: 100%;
        margin: 0;
    }
    .Contact input.form-control {
        max-width: 100%;
    }
    .Contact .text-box .col-form-label {
        padding-left: 4px;
    }
    .Contact .text-box .twidth1 {
        max-width: 100%;
    }
    .Contact .text-box .twidth2 {
        min-width: 0;
    }
    .Characteristic .text-box.right {
        width: 675px;
        margin-bottom: 50px;
    }
    .Promotion .text-box.right {
        width: 675px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .Certification .row h4 {
        font-size: 4vw;
        justify-content: flex-start!important;
    }
    .Technical .row h4 {
        font-size: 4vw;
        justify-content: flex-start!important;
    }
}

@media (max-width: 575px) {
    #header {
        padding: 0;
        height: 60px;
    }
    #header .logo img {
        padding: 0;
        margin: -4px 0 0;
        max-height: 60px;
    }
    .home #topBg {
        height: 100vh;
        max-height: 700px;
    }
    .home #topBg img {
        height: auto;
    }
    #topBg img {
        width: auto!important;
        height: 300px;
    }
    .home #topBg h1.title {
        bottom: -40px;
        width: 100vw;
        padding: 17vw 4vw 0;
        height: 100vw;
        line-height: 1em;
        font-size: 10vw;
    }
    .home #topBg h1.title p {
        font-size: 4vw;
        line-height: 2em;
        margin: 3.5vw 7vw;
    }
    .home #topBg .style1 h2 {
        font-size: 6vw;
    }
    .Products .prod-img {
        padding: 0;
        min-height: 340px;
        overflow-y: auto;
    }
    .Products .prod-box {
        padding: 50px 72px 10px;
        width: 100vw;
    }
    .Products ol {
        margin: 10px 0 0;
    }
    .Products .prod-img .prod-table {
        width: calc(100vw + 28px);
        padding: 10%;
    }
    .Products .prod3-box {
        padding: 40px 7vw;
    }
    .Products .pdf-list li {
        float: none;
        margin: 0 50% 32px;
    }
    h1.title {
        font-size: 32px;
    }
    .About h2 {
        font-size: 32px;
    }
    .Applications h2 {
        font-size: 32px;
    }
    h2.title {
        font-size: 32px;
    }
    .Certification .row h4 {
        font-size: 7vw;
        justify-content: flex-start!important;
        padding: 10vw;
    }
    .Technical .row h4 {
        font-size: 7vw;
        justify-content: flex-start!important;
        padding: 6vw;
    }
    .Technical .row h5 {
        margin-bottom: 0;
    }
    .Technical .d-flex .info-box {
        padding: 0 10vw;
    }
    .Technical .d-flex .info-box:first-child {
        padding: 5vw 10vw 0;
    }
    .Technical .d-flex .info-box:last-child {
        padding: 0 10vw 5vw;
    }
    .About .text-box {
        padding: 6vw 0;
    }
    .About .bg-img {
        background: #d2d4d3 url(/_res/img/img_about3.jpg) -177px 0 no-repeat;
        background-size: 187%;
    }
    .About .bg-img .text-box p {
        padding: 0 8vw;
        margin: 256px auto 50px;
    }
    .Applications .text-box {
        padding: 6vw 0;
    }
    .Applications .bg-img {
        background: #d2d4d3 url(/_res/img/img_about3.jpg) -177px 0 no-repeat;
        background-size: 187%;
    }
    .Applications .bg-img .text-box p {
        padding: 0 8vw;
        margin: 256px auto 50px;
    }
    .Characteristic .text-box h3 {
        font-size: 27px;
    }
    .Characteristic .text-box h3,
    .Characteristic .text-box p {
        padding: 0 15px;
    }
    .Promotion .text-box h3 {
        font-size: 27px;
    }
    .Promotion .text-box h4 {
        padding-right: 0;
    }
    .Promotion .text-box h3,
    .Promotion .text-box p {
        padding: 0 15px;
    }
    .Characteristic .text-box.right {
        padding: 0 15px;
    }
    .Promotion .text-box.right {
        padding: 0 15px;
    }
    #footer .footer-top .footer-links,
    #footer .footer-top .footer-info,
    #footer .footer-top .social-links {
        margin: 10px 0 30px 35px;
    }
    #footer .copyright {
        text-align: left;
        margin-left: 35px;
    }
    #footer .copyright br.hide {
        display: block;
    }
    #footer .privacy {
        padding: 30px 0 15px 35px;
    }
    .mhide {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .row {
        width: 100%;
    }
    .Products .prod3-box {
        display: inline-block;
    }
}