@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');




/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

fieldset,
img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    font: inherit;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: #727272;
}

/* start */

body {
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 18px;
    font-family: "Roboto", "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

/*======*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix .clearfloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.thumbnail {
    margin: 0px;
    padding: 0px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/*========*/

.wrapper ol,
.wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.wrapper a:hover {
    opacity: 0.75;
}


img {
    /*  width: 100%; */
    max-width: 100%;
    display: block;
    object-fit: cover;
    vertical-align: middle;
}

.serif {
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    letter-spacing: 5px;
}

h1 {
    text-indent: -99999px;
    height: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ==header== */
header {
    height: 95px;
    transition: all .3s ease-in-out;
    transform: translateY(0px);
}

.menu-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 100px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 100px;
}

.language-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/Group.png');
    background-size: 100%;
}


header.scrolled {
    /*     height: 75px; */
    transition: all .3s ease-in-out;
    transform: translateY(-100%);
}

.grt-logo {
    transition: all .3s ease-in-out;
}

header.scrolled .grt-menu-logo .grt-logo {
    /*    width: 110px;
    height: 40px;
    transition: all .3s ease-in-out; */
}

header nav {
    /*     transition: all .3s ease-in-out; */
}

header.scrolled nav {
    /*   line-height: 40px;
    height: 40px;
    transition: all .3s ease-in-out; */

}




/* start */
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans TC", sans-serif !important;
    font-weight: 300;
    position: relative;
    background-color: #fff;
    color: #727272;
}

.wrapper p {
    margin: 0px 0px 10px;
    padding: 0px;
    line-height: 2;
    font-weight: 300;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif !important;
}

.section {
    overflow: hidden;
}


/* ====footer=== */
.footer-top {
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 200px;
}

.footer {
    background-color: #ECE5D7;
}

.footer .container {
    padding-top: 2%;

    padding-bottom: 40px;

}

.footer-menu {
    align-items: flex-start;
}


.footer-logo {
    width: 30%;
    /* max-width: 300px; */
}

.footer-logo a {
    max-width: 300px;
    display: block;
}

.footer .menu-list {
    width: 70%;
    text-align: right;
}

.footer .menu-list .list {
    padding-top: 20px;
}

.footer .menu-list .list li {
    display: inline-block;
    margin-left: 30px
}

.footer .menu-list .list li a {
    color: #231815;
    font-weight: 500;
    font-size: 18px;
}

.social-box {
    max-width: 130px;
    margin-left: -10px;
    padding-top: 50px;
}

.social-box a {
    padding: 10px;
    display: block;
}

.Copyright {
    font-size: 14px;
    /*     padding-left: 10px; */
    width: 50%;
    margin-top: -30px;
}

.Copyright br {
    display: none;
}

.company {
    text-align: left;
    padding: 50px 0px 0px;
    width: 50%;
}


.footer .company li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #423A3A;
}

.company ul {
    float: right;
    transform: translateX(0px);
}

.company span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.company span.call {
    background-image: url('../images/call.png');
}

.company span.mail {
    background-image: url('../images/mail.png');
}

.company span.location_on {
    background-image: url('../images/location_on.png');
}


.company ul.address {
    transform: translateX(0px);
}

.company ul.address li {
    margin-bottom: 5px;
}

.company ul.address span {
    width: inherit;
    height: inherit;
}

.info-left {
    width: 50%;
}

.footer-info {
    clear: both;
    align-items: start;
}

/* ===scroll-top== */
.scroll-top {
    position: fixed;
    right: 35px;
    bottom: 0px;
    z-index: 6;
    display: none;
}



.scroll-top a {
    background: #1C396B;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 60px;
    position: relative;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}



@media screen and (max-width:780px) {
    .body-overflow header {
        height: 100vh;
    }

    .language-icon {
        vertical-align: baseline;
        display: block;
        margin: 20px auto 10px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 20px;
    }

    ul.grt-menu .language-box a.line:after {
        height: 25px;
        display: none;
    }

    .grt-mobile-button,
    .grt-mobile-button .line1,
    .grt-mobile-button .line2,
    .grt-mobile-button .line3 {
        width: 20px;
    }

    .flex {
        flex-wrap: wrap;
    }

    .footer-logo,
    .footer .menu-list {
        width: 100%;
    }

    .footer .menu-list {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-logo a {
        max-width: 280px;
        display: block;
        margin: 0 auto;
    }

    .company {
        transform: translateX(0px);
        float: none;
        padding: 30px 0px;
        width: 100%;
    }

    .footer .menu-list .list,
    .info-left {
        width: 100%;
    }

    .social-box {
        flex-wrap: initial;
        margin: 0 auto;
        padding-top: 20px;
    }

    .footer-info {
        margin-top: 0;
        text-align: center;
    }

    .Copyright {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }

    .footer .menu-list .list {
        padding-right: 0;
    }

    .footer-top {
        min-height: 80px;
        background-image: url('../images/footer-bg-mb.png');
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer .menu-list .list li {
        display: block;
        margin-left: 0px;
    }

    .footer .menu-list .list li a {
        padding: 20px 0px;
        display: block;
    }

    .social-box .fb,
    .social-box .ig {
        width: 50%;
    }

    .company ul {
        float: inherit;
    }

    .company ul.address {
        padding-left: 26px;
        margin-top: -27px;
    }

    .body-overflow .language-icon {
        background-image: url('../images/Group-w.png');
    }

    .grt-mobile-button {
        /*         top: 0px !important; */
        display: block;
        position: relative;
        z-index: 999;
        transition: all .3s ease-in-out;
    }

    .scrolled .grt-mobile-button {
        top: 0px !important;
        transition: all .3s ease-in-out;
    }

    .menu-container,
    .footer .container  {
        padding: 10px 20px 0px;
        box-sizing: border-box;
    }


    header {
        height: 60px;

    }

    .grt-logo {
        width: 108px;
        height: 36px;
    }

    header nav {
        height: 36px;
        line-height: 36px;
    }

    .footer {
        padding-bottom: 20px;
    }

    .Copyright br {
        display: block;
    }
    .footer .menu-list .list{
        padding-top: 0;
    }
}



@media screen and (max-width:480px) {
    .footer-top {
        /*         min-height: 120px; */
    }

    .footer .menu-list .list li {
        margin-left: 0px;
    }

   /*  .footer .container {
        padding-bottom: 50px;
    } */

}

@media screen and (max-width:414px) {
    .footer-top {
        min-height: 80px;
        background-size: cover;
    }

    .footer-logo a {
        max-width: 250px;
    }

    .footer .menu-list .list a {
        font-size: 14px;
    }

    .company {
        font-size: 14px;
    }

    .Copyright {
        font-size: 14px;
    }

}