/* * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea {
    -webkit-user-select: auto;

} */

*/ body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Microsoft JhengHei;
}

* {
    /*     -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease; */
    /* Ó¢ÎÄ¶ÎÐÐ */
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

button:focus {
    outline: 0;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus,
.form-control:focus {
    border: none;
    box-shadow: none;
}

html {
    font-size: 16px;
    height: inherit;
}

img {
    width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

body {
    min-width: 320px;
    min-height: 568px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* body.homepage {
    overflow-x: hidden;
    overflow-y: hidden;
}
 */
.mb-5pct {
    margin-bottom: 5%;
}

/* goTop start*/
a.goTop {
    display: none;
    position: fixed;
    bottom: 1.8rem;
    right: .6rem;
    background-color: #1d2087;
    text-decoration: none;
    color: #fff;
    z-index: 20;
    text-align: center;
    padding: 1.15rem 0.65rem;
}

a.goTop:hover {
    background-color: #1d2087;
}

a.goTop i {
    font-size: 1rem;

}


/* RWD-style-strat///////////////////////////////////////////////////////////////////////////////// */
/* p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
} */

.articleEditorBox .dp_none {
    display: none !important;
}

.articleEditorBox .no_mb_spacing {
    margin-bottom: 0px !important;
}

/* .articleEditorBox .no_content{
    display: none !important;
}
 */

.articleEditorBox .imgBox>img {
    width: 100%;
    height: auto;
}

.articleEditorBox img {
    /* width: 100%; */
    width: auto;
    height: auto;
}

.editor_mtSpacing {
    margin-top: 2rem;
}

.editor_mbSpacing {
    margin-bottom: 2rem;
}


/* article box content */

.articleEditorBox .articleBox h4 {
    font-size: 1.5rem;
    color: #4d4d4d;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
    line-height: 2.25rem;
}


.articleEditorBox .articleBox h4.titleMbSpacing {
    margin-bottom: 1.5rem;
}


.articleEditorBox .articleBox p {
    font-size: 1.125rem;
    color: #777;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
}

.articleEditorBox .articleBox {
    margin-bottom: 5rem;
}


/* img box content */
.articleEditorBox .articleBox .textBox {
    padding: .6rem;
}

.articleEditorBox .articleBox .imgBox h4 {
    font-size: 1.25rem;
    color: #4d4d4d;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.75rem;
}

.articleEditorBox .articleBox .imgBox h4.titleMbSpacing {
    margin-bottom: .3rem;
}

.articleEditorBox .articleBox .imgBox p {
    font-size: 1rem;
    color: #777;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.5rem;
    /* margin-bottom: 1.5rem; */
}

@media (max-width: 767px) {
    .editor_mtSpacing {
        margin-top: 2rem;
    }

    .editor_mbSpacing {
        margin-bottom: 2rem;
    }

    .articleEditorBox .articleBox {
        margin-bottom: 2.5rem;
    }

    .articleEditorBox .articleBox h4.titleMbSpacing {
        margin-bottom: 0rem;
    }
}


/* 新增樣式layout */
.articleEditorBox .articleBox p {
    margin-bottom: .2rem;
}

.articleEditorBox .articleBox .textBox {
    padding: 0px .6rem;
}

.articleEditorBox .articleBox h4 {
    padding-top: .6rem;
}

.articleEditorBox .articleBox p {
    padding-bottom: .6rem;
}

.articleEditorBox .articleBox h4.p_mb_spacing {
    margin-bottom: 1rem;
}

.articleEditorBox .articleBox p.p_mb_spacing {
    margin-bottom: 2rem;
}

/* //////////////////////////////////////////////////////// */
.articleEditorBox img {
    width: auto;
    height: auto;
}

.articleEditorBox ul {
    margin-bottom: .25rem;
    list-style: initial;
}

.articleEditorBox a {
    text-decoration: none;
}

.articleEditorBox iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.articleEditorBox .articleBox .textBox {
    padding: 0px;
}

.articleEditorBox ul {
    list-style: initial !important;
    margin: 0px 2rem;
}

.articleEditorBox ol {
    list-style: decimal !important;
    margin: 0px 2rem;
}

.articleEditorBox .articleBox .intro.p_mb_spacing{
    margin-bottom: 1rem;
}


/* //////////////////////////////////////////////////////// */

/* RWD-style-end///////////////////////////////////////////////////////////////////////////////// */

.container-fluid.containerMax {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px;
}


/* @media (min-width: 1024px) {
    .container.containerMax {
        max-width: 991px;
    }
}

@media (min-width: 1280px) {
    .container.containerMax {
        max-width: 1080px;
    }
}

@media (min-width: 1440px) {
    .container.containerMax {
        max-width: 1280px;
    }
}

@media (min-width: 1660px) {
    .container.containerMax {
        max-width: 1440px;
    }
}

@media (min-width: 1780px) {
    .container.containerMax {
        max-width: 1600px;
    }
    .container.containerMax.header {
        max-width: 1920px;
    }
} */
header {
    border-left: 10px solid #000;
    background-color: #fff;
}

.container.containerMax.header {
    max-width: 1920px;
}

@media (max-width: 991px) {
    .container.containerMax {
        max-width: 100%;
        padding: 0px;
    }

    .desktopMenu {
        display: none;
    }

    header .logoBox {
        margin-left: 90px;
    }
}

/* Menu  Start ///////////////////////////////////////////////////////*/

.bodyBox {
    width: 100%;
    /* -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); */
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;

    -webkit-transition: 0.30s ease;
    -moz-transition: 0.30s ease;
    -o-transition: 0.30s ease;
    transition: 0.30s ease;
}

body.active {
    overflow: hidden;
}

/* header.active */
.bodyBox.active {
    -webkit-transform: translate(180px, 0px);
    -moz-transform: translate(180px, 0px);
    -o-transform: translate(180px, 0px);
    -ms-transform: translate(180px, 0px);
    transform: translate(180px, 0px);
}



#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 180px;
    left: -180px;
    height: 100%;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.30s ease;
    -moz-transition: 0.30s ease;
    -o-transition: 0.30s ease;
    transition: 0.30s ease;
}

#menu.active {
    -webkit-transform: translate(180px, 0px);
    -moz-transform: translate(180px, 0px);
    -o-transform: translate(180px, 0px);
    -ms-transform: translate(180px, 0px);
    transform: translate(180px, 0px);
}

ul,
ol {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#menu ul.mobile-nav>li>a {
    background: #ededed;
    color: #1d2087;
    font-size: 1.125rem;
}

.mobile-nav ul.sub-menu {
    text-transform: uppercase;
}

.mobile-nav a {
    display: block;
    color: #777779;
    padding: .5rem .75rem;
    /* border-top: 1px solid #4F7389; */
    text-decoration: none;
}

.mobile-nav a:hover {
    background: #4F7389;
    color: #FFFFFF;
}

/* Nav Icon */

#nav-icon {
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: 34px;
    left: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
}

@media (min-width: 992px) {
    #nav-icon {
        display: none;
    }
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon {
    text-decoration: none;
    color: #000;
}

/* #nav-icon:after {
    content: "";
    margin-left: 40px;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 0.95em;
}
 */
#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}


.active #nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.active #nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.active #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 8px;
}

#menu.active {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Menu  End ///////////////////////////////////////////////////////*/


header .logoBox {
    display: inline-block;
    width: 250px;
    height: 110px;
}

@media (max-width: 1440px) {
    header .logoBox {
        width: 250px;
        height: 88px;
    }
}

header .logoBox div.img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: left;
}

.justifyBetween {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}


.bannerBox {
    background-color: #f2f2f2;
}


/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
.item {
    opacity: 0.4;
    transition: .4s ease all;
    /* margin: 0 20px; */
    transform: scale(.9);
}

@media(max-width:1000px) {
    .item {
        margin: 0;
        transform: scale(.9)
    }
}

.active .item {
    opacity: 1;
    transform: scale(1);
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.bgImg-responsive-12fBy4half {
    width: 100%;
    padding-bottom: 37.5%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.bannerBgimg {
    position: relative;
}

@media (max-width: 767px) {
    .bannerBgimg {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .bannerBgimg {
        min-height: 250px;
    }
}

.bannerBox .owl-carousel {
    position: relative;
}

.bannerBox .owl-carousel {
    position: relative;
}

.bannerBox .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 0px;
    width: 100%;
    display: inline-block;
}


.bannerBox .owl-nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.bannerBox .owl-carousel .owl-nav button .nav-btn {
    padding: .5rem;
    background-color: #e8b800;
    color: #fff;
}

.bannerBox .owl-carousel .owl-nav button .nav-btn:hover {
    background-color: #ff9800;
}

@media (min-width: 1660px) {
    .container.bannerMax {
        max-width: 1440px;
    }
}

.bannerBox .bannerBgimg .titleBox {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerBox .bannerBgimg .titleBox .center {
    text-align: center;
}

.use-flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* //////////////////////////////// */

.toggleBgc.active {
    display: block;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    opacity: .75;
}

.toggleBgc {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    z-index: 99;
    background: #000;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

#menu.active {
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    z-index: 200;
    top: 0px;
    background: #fff;
}

#nav-icon {
    z-index: 1000;
}

.active #nav-icon span {
    background-color: #fff;
}

.container-fluid.containerMax {
    min-height: 100vh;
}

header.container.containerMax.header {
    padding-right: 0px;
    z-index: 10;
}

header.container.containerMax.header>div {
    position: relative;
}

header ul.nav.desktopMenu li span {
    display: block;
}

header ul.nav.desktopMenu li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}

header ul.nav.desktopMenu li.recruitBox {
    background-color: #1d2087;
}

header ul.nav.desktopMenu li.recruitBox>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

header ul.nav.desktopMenu li a.nav-link {
    padding: 0px 1.25rem 1.25rem;
    color: #808080;
    font-weight: 500;
}

header ul.nav.desktopMenu li {
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    border-top: 10px solid rgba(255, 255, 255, 0);
}

header ul.nav.desktopMenu li a.nav-link {
    padding-bottom: .75rem;
}

header ul.nav.desktopMenu li.recruitBox a.nav-link {
    color: #fff;
}

header ul.nav.desktopMenu li.recruitBox a.nav-link i.icon-recruit {
    font-size: 2.35rem;
    margin-right: 5px;
}

header ul.nav.desktopMenu li.active {
    border-bottom: 10px solid #1d2087;
}

header ul.nav.desktopMenu li.active a.nav-link {
    color: #1d2087;
    /* font-weight: 700; */
}

.bgImg-responsive-12fBy6 {
    width: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* //////////// */
.titleBox {
    text-align: center;
    margin-bottom: 2rem;
}

h2.textBox {
    color: #231815;
    font-size: 1.75rem;
    display: inline-block;
    position: relative;
}

h2.textBox span i {
    font-size: 12px;
}

h2.textBox span.ch {
    font-weight: 500;
    color: #231815;
}

h2.textBox span.ch:after {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    background-color: #231815;
    display: inline-block;
    margin-left: 2px;
}

h2.textBox span.en {
    font-weight: 500;
    color: #e8b800;
}

h2.textBox:before,
h2.textBox:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #b3b3b3;
    width: 1920px;
    height: 1px;
}

h2.textBox:before {
    left: -1940px;
}

h2.textBox:after {
    right: -1940px;
}

.of-hidden {
    overflow: hidden;
}

.aboutBox-h .contentBox {
    margin-bottom: 2rem;
}

.aboutBox-h .contentBox p {
    font-size: 1.25rem;
    color: #808080;
    text-align: center;
}

.moreBox {
    text-align: center;
}

.moreBox a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: .35rem .75rem;
    background-color: #e8b800;
}

.moreBox a:hover {
    background-color: #ff9800;
}

.contSpacing {
    padding: 4rem 0px;
}


.grayBgc {
    background-color: #f2f2f2;
}

/* ////////////////////// */
.newItemBox {
    display: flex;
    flex-flow: row nowrap;
}

.newItemBox .rightBox {
    order: 2;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;

}

.newItemBox .leftBox {
    order: 1;
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    min-width: 180px;
    width: 180px;
    align-items: center;
}

@media screen and (min-width : 992px) {
    .newItemBox .leftBox h2.textBox span {
        display: block;
        text-align: left;
    }

    .newItemBox .leftBox .titleBox {
        margin: 0px;
    }

    .newItemBox .leftBox h2.textBox {
        overflow: hidden;
    }

}


@media screen and (max-width : 991px) {
    .newItemBox {
        flex-flow: column nowrap;

    }

    .newItemBox .leftBox {
        width: 100%;
    }
}


/* ////////////////// */


.insideItemBox {
    display: flex;
    flex-flow: row nowrap;
}

.insideItemBox .contBox ul li {
    padding: .75rem 0px;
    display: flex;
    align-items: center;
}

.insideItemBox .contBox ul li:not(:last-child) {
    border-bottom: 1px solid #b3b3b3;
}

.insideItemBox .contBox ul li span {
    font-size: 1.125rem;
    color: #666;
}

.insideItemBox .contBox ul li span.text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    padding: .25rem .5rem;

}


.insideItemBox .contBox ul li span.time {
    display: inline-block;
    background-color: #fff;
    padding: .25rem .5rem;
    color: #000;
}


.insideItemBox .linkBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width : 991px) {
    .insideItemBox {
        flex-flow: column nowrap;
    }
}


/* .threeSquareAdRow .item a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
 */

.threeSquareAdRow .owl-item {
    border: 10px solid #e6e6e6;
    border-bottom-color: #e8b800;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.threeSquareAdRow .owl-item a.imgBox {
    border-bottom: 1px solid #e6e6e6;
}

.threeSquareAdRow .owl-item h2 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.25rem;
    padding: .35rem;
}

.threeSquareAdRow .owl-carousel {
    margin-bottom: 2rem;
}



.blueBgc {
    background-color: #06061e;
}

.caseBox-h .imgBox div.img {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


.caseBox-h h2.textBox span.ch {
    color: #fff;
}

.caseBox-h h2.textBox span.ch:after {
    background-color: #fff;
}

.caseBox-h .contentBox h3 {
    font-size: 1.5rem;
    color: #e8b800;
    margin-bottom: .5rem;
}

.caseBox-h .contentBox p {
    font-size: 1.125rem;
    color: #fff;
    text-align: justify;
}

.caseBox-h .contentBox {
    margin-bottom: 2rem;
}

@media screen and (min-width : 768px) {
    .caseBox-h .titleBox {
        text-align: left;
    }

    .caseBox-h h2.textBox:before,
    .caseBox-h h2.textBox:after {
        display: none;
    }

    .caseBox-h .moreBox {
        text-align: left;
    }

    .caseBox-h .use-align {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width : 767px) {
    .caseBox-h .imgBox div.img {
        margin-bottom: 2rem;
    }
}

.brandBox-h .item a {
    display: block;
    padding: 0px 1rem;
}

.brandBox-h .item .logoImg {
    display: block;
    /* width: 220px; */
    width: 100%;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
}

.brandBox-h .owl-carousel .owl-stage-outer {
    margin-bottom: 1rem;
}

.brandBox-h .owl-carousel .owl-nav {
    text-align: center;
}

.brandBox-h .owl-carousel .owl-nav button {
    font-size: 1rem;
    color: #fff;
    margin: 0px .25rem;
}


.brandBox-h .owl-carousel .owl-nav button .nav-btn {
    padding: .5rem;
    background-color: #e8b800;
}

.brandBox-h .owl-carousel .owl-nav button .nav-btn:hover {
    background-color: #ff9800;
}

footer {
    border-top: 1px solid #b3b3b3;
    padding: 1.25rem 0px;
}

.footerBox ul li {
    display: inline-block;
}

.footerBox ul li a,
.footerBox span.copyright {
    text-decoration: none;
    color: #808080;
    font-size: 1rem;
}

@media screen and (min-width : 768px) {
    .footerBox .rightBox>div.content {
        text-align: right;
    }
}

.footerBox .imgBox.use-align {
    display: flex;
    align-items: center;
    justify-content: center;
}




/* /////////////////////////// */
.fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
}

header.fixed {
    background-color: rgba(255, 255, 255, 0.85);
}

header.fixed .logoBox {
    height: 70px;
}

header.fixed ul.nav.desktopMenu li {
    align-items: center;
}

header.fixed ul.nav.desktopMenu li a.nav-link {
    padding: 0px 1.25rem 0;
}

header.fixed #nav-icon {
    top: 25px;
}

#menu .logoBox {
    padding: .5rem;
}

.menuCloseBox {
    padding: .5rem .75rem;
    background-color: #1d2087;
    color: #fff;
}

.menuCloseBox a {
    text-decoration: none;
    font-size: 1.125rem;
    display: inline-block;
}

/* ////////////////////////////////////////////// */

header.container.containerMax.header {
    position: fixed;
    top: 0px;
    width: 100%;
}

.bannerBox {
    padding-top: 110px;
}

@media (max-width: 1440px) {
    .bannerBox {
        padding-top: 88px;
    }
}


/* /////////////////////////////////////////////// */
/* ////////////////// about.html //////////////////*/
/* /////////////////////////////////////////////// */


.bannerBox {
    border-left: 10px solid #000;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.bannerBox .itemBox {
    display: flex;
    flex-flow: row nowrap;
}

.bannerBox #bannerTitle {
    order: 1;
    display: flex;
    min-width: 370px;
    width: 370px;
}

.bannerBox #bannerTitle div.box {
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

.bannerBox #bannerTitle div.box span {
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: #231815;
}

.bannerBox #bannerTitle div.box span.en {
    color: #e8b800;
}

.bannerBox #bannerImg {
    order: 2;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    /* //////////////////////////////// */
    display: block;
    width: 100%;
    padding-bottom: 15%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}



@media screen and (max-width : 991px) {
    .bannerBox .itemBox {
        flex-flow: column nowrap;

    }

    .bannerBox #bannerTitle {
        display: none;
    }

    .bannerBox #bannerImg {
        min-height: 120px;
    }

}



.pathBox {
    padding: .5rem 0px;
}

.pathBox ul li {
    display: inline-block;
}

.pathBox ul li a {
    text-decoration: none;
    color: #666666;
}


.aboutLayout .imgBox div.img {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


.aboutLayout .contentBox h3 {
    font-size: 1.5rem;
    color: #e8b800;
    margin-bottom: .5rem;
}

.aboutLayout .contentBox p {
    font-size: 1.125rem;
    /* color: #fff; */
    text-align: justify;
}

.aboutLayout .contentBox {
    margin-bottom: 2rem;
}


@media screen and (min-width : 768px) {
    .aboutLayout .titleBox {
        text-align: left;
    }

    .aboutLayout h2.textBox:before,
    .aboutLayout h2.textBox:after {
        display: none;
    }

    .aboutLayout .moreBox {
        text-align: left;
    }

    .aboutLayout .use-align {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width : 767px) {
    .aboutLayout .imgBox div.img {
        margin-bottom: 2rem;
    }
}



.titleBox.contentTitleBox img {
    width: auto;
    height: auto;
    margin-right: .5rem;
}

.titleBox.contentTitleBox h2.textBox {
    display: flex;
    align-items: flex-end;
}

.titleBox.contentTitleBox h2.textBox span {
    display: block;
    text-align: left;
}

.titleBox.contentTitleBox h2.textBox span.ch:after {
    display: none;
}

.titleBox.contentTitleBox h2.textBox span.ch {
    font-size: 1.5rem;
}

.titleBox.contentTitleBox h2.textBox span.en {
    font-size: 1.6875rem;
    color: #e8b800;
}


@media (max-width: 991px) {
    .titleBox.contentTitleBox img {
        max-width: 60px;
    }

}

.newItemBox {
    padding: 1rem 0px;
}

.newItemBox {
    border-bottom: 1px solid #b3b3b3;
}

.newItemBox .dateBox span {
    display: block;
}

.newItemBox .dateBox span.year {
    font-size: 1.25rem;
    color: #777777;
    line-height: 1.25rem;
}

.newItemBox .dateBox span.date {
    font-size: 1.875rem;
    color: #e8b800;
    font-weight: 700;
    line-height: 1.875rem;
}

.newItemBox .dateBox span.date i {
    font-size: 1.25rem;
}


.insideItemBox h3.title {
    font-size: 1.375rem;
    color: #000;
    margin-bottom: .5rem;
}

.insideItemBox p {
    font-size: 1.125rem;
    color: #666666;
}

.insideItemBox .pdSpacing {
    padding-right: 2rem;
    display: flex;
    align-items: center;
}


.insideItemBox .imgBox div.bgImg {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
}


@media (max-width: 991px) {
    .newItemBox .dateBox {
        margin-bottom: 1rem;
    }

}

.paginationBox nav {
    display: inline-block;
}


.newsAllBox {
    margin-bottom: 1rem;
}

.paginationBox .page-item i {
    font-size: 12px;
}


.paginationBox .page-item .page-link {
    color: #777777;
    border-radius: 0px;
}

.paginationBox .page-item.active .page-link {
    background-color: #777777;
    border-color: #777777;
    color: #fff;
}

.paginationBox .page-item {
    margin: 0px .35rem;
}

@media (max-width: 576px) {
    .paginationBox .page-item.active .page-link {
        padding: .25rem .5rem;
    }

    .paginationBox .page-item {
        margin: 0px .2rem;
    }
}


#newsIntroBox .modal-content {
    border-radius: 0px;
}


#newsIntroBox .use-modal-header {
    padding: 0px 2.5rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

#newsIntroBox .modal-body {
    padding: 1rem 2.5rem;
}


#newsIntroBox .use-modal-header .centerBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#newsIntroBox .dateBox {
    background-color: #e8b800;
    padding: 1.5rem .75rem .75rem;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
}

#newsIntroBox .dateBox span.year {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

#newsIntroBox .dateBox span.date {
    font-size: 1.875rem;
    line-height: 1.875rem;
}

#newsIntroBox .dateBox span {
    display: block;
}

#newsIntroBox .modal-title {
    font-size: 1.875rem;
}

#newsIntroBox .modal-body p {
    font-size: 1.25rem;
    color: #666666;
}

#newsIntroBox .modal-body img {
    width: 100%;
    height: auto;
}

#newsIntroBox button.close {
    padding: 1rem;
}



/* ///////////////////////////////////////////////// */
/* ////////////////// product.html //////////////////*/
/* ///////////////////////////////////////////////// */
.owlNav .owl-item .item h4 {
    padding: .35rem .75rem;
    font-size: 1rem;
    color: #808080;
}

.owlNav .item.active {
    color: red;
}

.owlNav {
    padding: 0px 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.owlNav .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0px;
    top: 0px;
    /* height: 100%; */

}

.owlNav .owl-stage-outer {
    z-index: 10;
}

.owlNav .owl-prev {
    float: left;
    position: relative;
    left: -2.5rem;
    top: 0px;
}

.owlNav .owl-next {
    float: right;
    position: relative;
    right: -2.5rem;
    top: 0px;
}

.owlNav .owl-carousel .owl-nav button {
    margin: 0px;
    height: 100%;
}

.owlNav .owl-carousel .owl-nav button>div {
    background-color: #231815;
    color: #fff;
    margin: 0px;
    /*     padding: 6px;
    font-size: 12px; */
    padding: .4rem;
    font-size: 1rem;
}


.owlNav .owl-dots {
    display: none;
}


/* ///////////// */


/* .proListBox .proItem a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
} */

.proListBox .proItem {
    border: 10px solid #e6e6e6;
    border-bottom-color: #e8b800;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.proListBox .proItem a.imgBox {
    border-bottom: 1px solid #e6e6e6;
}

.proListBox .proItem h2 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.25rem;
    padding: .35rem;
}

.proListBox .proMb {
    margin-bottom: 1.875rem;
}

@media (max-width: 576px) {
    .proListBox {
        max-width: 414px;
        margin: 0px auto;
    }
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.proListBox .pos {
    position: relative;
}

.blue{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #e8b800;
    opacity: 0;
}

.proListBox .pos>i {
    position: absolute;
    top: 50%;
    left: 100%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.proListBox .proBox:hover .blue,
.proListBox .proBox.hover .blue {
    opacity: 0.8;
}

.proListBox .proBox i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8b800;
}

.proListBox .proBox:hover i,
.proListBox .proBox.hover i {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
}

/* /////////////////////////////////////////// */


/* prointro start*/
.lity-image img {
    height: auto;
    width: auto;
}

.proIntroBox div.imgBox.prodImg {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.proIntroBox a.seeLargePic {
    background-color: #e8b800;
    color: #fff;
    padding: 0px .75rem;
    height: 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
}

.proIntroBox a.seeLargePic:hover {
    /* background-color: #ff9800; */
    background-color: #0d5b84;
}

.proIntroBox a.seeLargePic span {
    display: inline-block;
    margin-right: 5px;
}


.proIntroBox .rightContent .tilteBox h3 {
    color: #231815;
    font-size: 1.875rem;
}

.proIntroBox .rightContent .tilteBox p.subtitle {
    font-size: 1.125rem;
    color: #666666;
}

.proIntroBox .rightContent .tilteBox {
    padding: .5rem 1rem;
    border-left: 10px solid #e8b800;
    margin-bottom: 1rem;
}

.proIntroBox .rightContent .conText-one,
.proIntroBox .rightContent .conText-two {
    margin-bottom: 1.25rem;
}

.proIntroBox .rightContent .conText-one p {
    font-size: 1.125rem;
    color: #666666;
}

.proIntroBox .rightContent .conText-two h4 {
    font-size: 1.125rem;
    color: #fff;
    background-color: #e8b800;
    padding: .5rem .75rem;
    display: inline-block;
    margin-bottom: .5rem;
}

.proIntroBox .rightContent .conText-two p {
    font-size: 1.125rem;
    color: #666666;
}

/* prointro end*/

/* contactUs start */
.contactUsBox .imgBox {
    display: flex;
    align-items: flex-end;
}

.contactUsBox .imgBox span {
    display: block;
}

.contactUsBox .imgBox span.ch {
    font-size: 1.5rem;
    line-height: 1.575rem;
}

.contactUsBox .imgBox span.en {
    font-size: 1.6875rem;
    color: #e8b800;
}

.contactUsBox .colBox img {
    width: auto;
    height: auto;
}

.contactUsBox .mbSpacing {
    margin-bottom: 1.5rem;
}

.contactUsBox .imgBox {
    margin-bottom: .5rem;
}

.contactUsBox .infor p {
    font-size: 1.125rem;
    color: #666666;
}

.replyBox label,
.replyBox span.title {
    font-size: 1.125rem;
    display: inline-block;
    margin-bottom: .5rem;
}

.replyBox input,
.select-mania-theme-green.select-mania .select-mania-inner,
.replyBox textarea {
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0px;
    border: none;
}

/* contactUs end */

/* case start */
.caseBox .caseItem a.imgBox {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* .caseBox.caseMb{
    margin-bottom: 1.875rem;
}
 */

.caseBox .linkBox {
    padding: 0px 1.5rem;
    position: relative;
    top: -2rem;
}

.caseBox .linkBox>div {
    background-color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}

.caseBox .linkBox>div h2 {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    color: #1a1a1a;
    margin-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.caseBox .linkBox>div a {
    background-color: #e8b800;
    color: #fff !important;
    padding: 0px .75rem;
    height: 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;

}

.caseBox:hover .linkBox>div a {
    background-color: #ff9800;
}

#caseIntroModel .modal-content {
    border-radius: 0px;
}

#caseIntroModel .modal-header {
    padding-left: 2.5rem;
}

#caseIntroModel .modal-header h2 {
    font-size: 1.875rem;

}

#caseIntroModel .modal-body {
    padding: 1rem 2.5rem;

}

#caseIntroModel .contentBox .imgBox {
    margin-bottom: 1rem;
}

#caseIntroModel .contentBox p {
    font-size: 1.125rem;
    color: #666;
}

.bgImg-responsive-12fBy12 {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


@media (max-width: 576px) {
    .caseBox .linkBox {
        padding: 0px .75rem;
        top: -1rem;
    }

    .caseBox .linkBox>div {
        padding: .75rem .75rem;
    }

    .caseBox .linkBox>div h2 {
        font-size: 12px;
    }

    .row.caseRow {
        margin-right: -6px;
        margin-left: -6px;
    }

    .caseRow .col-6.caseBox {
        padding-right: 6px;
        padding-left: 6px;
    }

    .caseBox .linkBox>div a {
        height: 20px;
    }

}

#caseIntroModel span.owlTitle {
    font-size: 1.125rem;
    color: #fff;
    background-color: #e8b800;
    padding: .5rem .75rem;
    display: inline-block;
    margin-bottom: .5rem;
}

#caseIntroModel .owl-carousel .owl-nav button .nav-btn {
    padding: .5rem;
    background-color: #e8b800;
    color: #fff;
}

#caseIntroModel .owl-carousel .owl-nav {
    text-align: center;
}
#caseIntroModel .owl-stage-outer{
    margin-bottom: 1rem;
}


#caseIntroModel .owl-carousel .owl-nav button.owl-next,
#caseIntroModel .owl-carousel .owl-nav button.owl-prev{
    margin:0px .5rem; 
}

#caseIntroModel .pTitle{
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
    font-size: 12px;
    color: #666666;
}
#caseIntroModel  a{
    text-decoration: none;
}
/* case end */



/* brandListBox start */

.brandListBox .pos {
    position: relative;
}

.blue {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #e8b800;
    opacity: 0;
}

.brandListBox .pos>i {
    position: absolute;
    top: 50%;
    left: 100%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.brandListBox .proBox:hover .blue,
.brandListBox .proBox.hover .blue {
    opacity: 0.8;
}

.brandListBox .proBox i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8b800;
}

.brandListBox .proBox:hover i,
.brandListBox .proBox.hover i {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
}
.brandListBox .proItem div {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.brandListBox .proBox .pos{
    border: 1px solid #f2f2f2;
}
.brandListBox .proBox {
    margin-bottom: 2rem;
}
/* brandListBox end */




.contactFormBox .select-mania-item.select-mania-selected {
    background: #F7931E;
    border-radius: 0px;
}

.contactFormBox .select-mania-item.select-mania-hover {
    background: #030b2b;
    border-radius: 0px;
}

/* contact end*/

