/* * {
    -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,
a {
    /* font-family: Microsoft JhengHei; */
    font-family: 'Noto Sans TC', sans-serif;

}

* {
    /* -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;
    outline: 0;
}

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;
}

.mb-5pct {
    margin-bottom: 5%;
}

/* /////////////////////// */
/* ----------- */
.fb_dialog{
    position: inherit!important;
}
#fb-root{
    height: 70px!important;
    overflow: hidden;
}
@media (max-width: 600px) {
    /* #fb-root {
        height: 65px!important;
    }   */
    .fb_dialog{
        position: fixed!important;
        right: inherit!important ;
        bottom: inherit!important ;
        left: 7px!important ;
        top:7px!important ;
    }
    #fb-root{
        height: 0px!important;
    }
}

/* ----------- */

/* goTop start*/
a.paypal:focus,
.paypal input:focus,
.paypal p:focus,
.paypal div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    outline: 0;
}

section.btnSide {
    position: fixed;
    bottom: 95px;
    right: 15px;
    display: block;
    z-index: 120;
    width: 60px;
}


section.btnSide a {
    text-decoration: none;
    display: inline-block;
}


section.btnSide a.goTop {
    display: none;
    text-decoration: none;
}

section.btnSide a:not(:last-child) {
    margin-bottom: .5rem;
}

@media (max-width: 600px) {
    section.btnSide a:not(:last-child) {
        margin-bottom: .25rem;
    }

    section.btnSide {
        bottom: 5px;
    }

}

section.btnSide a>div {
    color: #fff;
    /* width: 70px;
    height: 70px; */
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.btnSide a.faceboolChat>div {
    background-color: #0277FF;
}

section.btnSide a.facebook>div {
    background-color: #3A5BA0;
}

section.btnSide a.line>div {
    background-color: #3ACD01;
}

section.btnSide a.paypal>div {
    background-color: #fff;
}

section.btnSide a.paypal>div .paypalIcon {
    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;
}

section.btnSide a.goTop>div {
    background-color: #F49B19;
}

section.btnSide a.goTop:hover>div {
    background-color: #da8100;
}

section.btnSide a i {
    font-size: 2.25rem;
}

section.btnSide a.goTop i {
    font-size: 1rem;
}

@media (max-width: 600px) {
    section.btnSide {
        width: 50px;
    }

    section.btnSide a>div {
        width: 50px;
        height: 50px;
    }

    section.btnSide a:not(:last-child) {
        margin-bottom: 5px;
    }

    section.btnSide a.goTop {
        position: absolute;
        left: -55px;
    }
}

/* /////////////////////// */
.container-fluid.containerMax {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px;
}


@media (min-width: 1024px) {
    .container.useMax {
        max-width: 991px;
    }
}

@media (min-width: 1280px) {
    .container.useMax {
        max-width: 1080px;
    }
}

@media (min-width: 1440px) {
    .container.useMax {
        max-width: 1280px;
    }
}

@media (min-width: 1660px) {
    .container.useMax {
        max-width: 1440px;
    }
}

.boxSpacing {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media (max-width: 991px) {
    .boxSpacing {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* RWD-style-strat///////////////////////////////////////////////////////////////////////////////// */
.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; */
    margin-bottom: 1.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: 1.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: .35rem;
    padding-bottom: .35rem;
}

.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;
}

/* RWD-style-end///////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */

/* home/baner */
.jinyoBanner ul {
    margin-bottom: 0px;
}

.jinyoBanner section.hero {
    background-color: #1ea2eb;
    color: white;
    text-align: center;
    display: table;
    min-width: 100%;
    height: 100vh;
    max-height: 1024px;
    background-color: #bed600;
}

.jinyoBanner .bgImg-responsive-fluid {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 1024px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.jinyoBanner nav {
    height: 5rem;
    width: 100%;
    background-color: #fff;
    color: #333;
}

.jinyoBanner .navbarBox {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* overflow-x: hidden; */
}

.jinyoBanner .navbarBox.sticky {
    margin: 0px auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 0px;
}

.jinyoBanner .navbarBox .nav-container {
    margin-bottom: 10px;
}

.jinyoBanner .navbarBox.sticky .nav-container {
    max-width: 1920px;
    padding: 0px;
    background-color: #fff;
}

.jinyoBanner .navbarBox.sticky .nav-container>div {
    max-width: 1440px;
    margin: 0px auto;
}

.jinyoBanner .navbarBox.sticky img.imgBanner {
    display: none;
}


.jinyoBanner nav.sticky {
    margin: 0px auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.jinyoBanner .bannerCarousel {
    position: relative;
}

.jinyoBanner .bannerCarousel .owl-nav {
    margin: 0px;
    position: absolute;
    top: 50%;
}

.jinyoBanner.header {
    position: relative;
    overflow: hidden;
}

.jinyoBanner.header .bottomLineBox {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
    z-index: 5;
    max-width: 1920px;
}
@media (max-width: 600px) {
    .jinyoBanner.header .bottomLineBox {
        bottom: 0px;
    }
}

.jinyoBanner.header .bottomLineBox .bottomLine {
    width: 100%;
    padding-top: 11.5%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.jinyoBanner img.imgBanner {
    width: 100%;
    height: auto;
}

/* nav bar */
.jinyoBanner .nav__dropdown-toggle.priority-nav__dropdown-toggle.priority-nav-is-visible {
    color: #333;
    padding: .5rem 0px;
    font-size: 1.125rem;
    cursor: pointer;
}

.jinyoBanner .nav-link {
    padding: 0px;
    font-size: 1.125rem;
    color: #777777;
}

.jinyoBanner ul {
    margin: auto;
}

.jinyoBanner .priority-nav li {
    padding: 0px 3rem;
}

.jinyoBanner nav.is-open .nav__dropdown {}

@media (max-width: 1024px) {
    .jinyoBanner .priority-nav li {
        padding: 0px 1.25rem;
    }
}

@media (max-width: 600px) {
    .jinyoBanner nav.is-empty {
        background-color: rgba(255, 255, 255, 0);
    }

    .jinyoBanner .navbarBox.sticky .nav-container {
        background-color: rgba(255, 255, 255, 0);
    }

    .jinyoBanner nav.is-empty .nav__dropdown-toggle.priority-nav__dropdown-toggle.priority-nav-is-visible {
        font-weight: 300;
        background-color: #D6AB22;
        letter-spacing: 0.15rem;
        color: #fff;
        padding: .75rem;
        display: block;
        cursor: pointer;
    }

    .jinyoBanner nav.is-empty {
        z-index: 99999;
        position: fixed;
        top: 0px;
        right: .75rem;
        width: 80px;
        padding: 0px;
        height: 55px;
    }
}

.jinyoBanner .nav__dropdown li:first-child a {
    padding: 0px;
}

.jinyoBanner .navbarBox.sticky .nav-container {
    background-color: rgba(243, 243, 243, .95);
}

.jinyoBanner .navbarBox.sticky nav {
    background-color: rgba(255, 255, 255, 0);
}


.jinyoBanner .logoBox {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
}

.jinyoBanner .logoBox .logoImg {
    width: 30vw;
    height: 30vw;
    max-width: 250px;
    max-height: 250px;
    margin: auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* phone */
@media (max-width: 1024px) {
    .jinyoBanner .bgImg-responsive-fluid {
        max-height: 768px;
        min-height: 670px;
    }
}

@media (max-width: 600px) {
    .jinyoBanner .bgImg-responsive-fluid {
        max-height: 670px;
    }

    .jinyoBanner .priority-nav li {
        padding: .35rem 1.25rem;
    }

    .jinyoBanner nav.is-open .nav__dropdown {
        padding: .25rem .5rem;
    }

    .jinyoBanner .nav__dropdown li:first-child a {
        font-weight: 300;
    }
}

@media (max-width: 414px) {
    .jinyoBanner .bgImg-responsive-fluid {
        max-height: 600px;
        min-height: 600px;
    }

    .jinyoBanner .logoBox {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }

    .jinyoBanner .logoBox .logoImg {
        max-width: 95px;
        max-height: 95px;
    }
}

@media (max-width: 375px) {
    .jinyoBanner .bgImg-responsive-fluid {
        max-height: 510px;
        min-height: 510px;
    }
}



.jinyoBanner nav {
    height: 80px;
}

.jinyoBanner .mr-auto .nav-link {
    padding: 25px 0px;
}

.jinyoBanner nav {
    padding: 0px 1rem;
}

.jinyoBanner .nav-item .nav-link {
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
}

.jinyoBanner .nav-item.active .nav-link {
    border-bottom: 4px solid #FCB33D;
    box-sizing: border-box;
    color: #FCB33D;
}

.jinyoBanner nav.is-open .nav__dropdown .nav-link {
    padding-bottom: .5rem;
}

@media (max-width: 600px) {
    .jinyoBanner nav.is-open .nav__dropdown .nav-link {
        padding-bottom: 0px;
    }
}

/* title ///////////////////////////////////////////*/
.titleBox {
    display: block;
    text-align: center;
}

.titleBox .headlineBox {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #F44945;
    padding-top: .5rem;
}

.titleBox .headlineBox h2 {
    color: #F44945;
    font-size: 2.25rem;
}

.titleBox .headlineBox p {
    font-size: 1.125rem;
    color: #777777;
    display: inline-block;
    position: relative;
}

.titleBox .headlineBox p.subtitle:before,
.titleBox .headlineBox p.subtitle:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #F44945;
    width: 95px;
    height: 1px;
}

.titleBox .headlineBox p.subtitle:before {
    left: -100px;
}

.titleBox .headlineBox p.subtitle:after {
    right: -100px;
}

/* title ///////////////////////////////////////////*/

/* popularArea */

.popularArea .titleBox {
    margin-bottom: 1rem;
}

.popularArea .introBox p.title {
    text-align: center;
    color: #777777;
}

.popularArea .introBox {
    margin-bottom: 2.5rem;
}

.popularArea .introListBox .areaBox {
    margin-bottom: 1rem;
}

.popularArea .introListBox .areaBox .imgBox {
    position: relative;
    overflow: hidden;
}

/* .popularArea .introListBox .areaBox .imgBox .img {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    cursor: pointer;
}

.popularArea .introListBox .areaBox a:hover .imgBox .img {
    -webkit-background-size: auto 115%;
    background-size: auto 115%;
} */
/* IE 支援 --------------------------------*/
.popularArea .introListBox .areaBox .imgBox {
    padding-top: 100%;
}

.popularArea .introListBox .areaBox .imgBox .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.popularArea .introListBox .areaBox a:hover .imgBox .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* IE 支援 --------------------------------*/

.popularArea .introListBox .areaBox a {
    text-decoration: none;
}

.popularArea .introListBox .areaBox .btmBox {
    padding-top: .5rem;
    position: relative;
}

.popularArea .introListBox .areaBox i.icon-map {
    position: absolute;
    font-size: 1.25rem;
    color: #F44945;
}

.popularArea .introListBox .areaBox .mapName {
    font-size: 1.25rem;
    color: #606060;
    display: block;
    padding-left: 1.75rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


@media (max-width: 600px) {
    .popularArea .row.introListBox {
        margin-right: -7px;
        margin-left: -7px;
    }

    .popularArea .row.introListBox .col-6 {
        padding-right: 7px;
        padding-left: 7px;
    }
}

/* featuredArea */

.featuredArea .introBox p.title {
    text-align: center;
    color: #777777;
}

.featuredArea .introBox {
    margin-bottom: 2.5rem;
}

.featuredArea .titleBox .headlineBox {
    border-top: 1px solid #841D89;
}

.featuredArea .titleBox .headlineBox h2 {
    color: #841D89;
}

.featuredArea .titleBox .headlineBox p.subtitle:before,
.featuredArea .titleBox .headlineBox p.subtitle:after {
    background: #841D89;
}

/* 
.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;
}
 */

.featuredArea .imgBox {
    position: relative;
    overflow: hidden;
}

/* .featuredArea .imgBox .img {
    width: 100%;
    padding-top: 67%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    cursor: pointer;
}
.featuredArea a.itemLink:hover .imgBox .img{
    -webkit-background-size: auto 115%;
    -ms-background-size: auto 115%;
    -o-background-size: auto 115%;

    -moz-background-size: auto 115%;
    background-size: auto 115%;
} */
/* IE 支援 --------------------------------*/

.featuredArea .imgBox {
    padding-top: 67%;
    z-index: -99;
}

.featuredArea .imgBox .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.featuredArea a.itemLink:hover .imgBox .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* IE 支援 --------------------------------*/

.featuredArea a.itemLink {
    display: block;
    text-decoration: none;
}

.featuredArea .introListBox .areaBox {
    position: relative;
    margin-bottom: .5rem;
}

.featuredArea .introListBox .areaBox i.icon-map-1 {
    position: absolute;
    font-size: 1.25rem;
    color: #3C1E87;
}

.featuredArea .introListBox .areaBox .mapName {
    font-size: 1.25rem;
    color: #606060;
    display: block;
    padding-left: 1.75rem;
    padding-right: 120px;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.featuredArea .introListBox .areaBox .btnBox {
    position: absolute;
    right: 0px;
    top: -30px;
    z-index: 10;
    -webkit-overflow-scrolling: none;
}

@media (max-width: 600px) {
    .featuredArea .introListBox .areaBox .btnBox {
        top: -23px;
    }
}

.featuredArea .introBox {
    padding: .7rem 1rem 1rem;
}

/* button */

.featuredArea .introBox .button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0px;
    transition: all .5s;
    color: #FFF;
    text-decoration: none;
    padding: .75rem 1rem;
    transition: 0.5s;
    background-size: 200% auto;
}

.featuredArea .introBox .btn-color {
    background-image: linear-gradient(to right, #6327D4 0%, #9131E0 51%, #6327D4 100%);
}

.featuredArea a.itemLink:hover .button {
    background-position: right center;
}

/* button */


.featuredArea .introBox .btmBox .textH {
    margin-bottom: 1rem;
    height: 74px;
    max-height: 74px;
}

.featuredArea .introBox .btmBox h3 {
    font-size: 1.875rem;
    color: #333;
}

.featuredArea .introBox .btmBox p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1660px) {
    .featuredArea .introBox .btmBox h3 {
        font-size: 1.5rem;
    }

    .featuredArea .introBox .btmBox .textH {
        margin-bottom: 1rem;
        height: 56px;
        max-height: 56px;
    }
}

@media (max-width: 767px) {
    .featuredArea .introBox .btmBox .textH {
        margin-bottom: .75rem;
        height: 42px;
        max-height: 42px;
    }
}

.featuredArea .owl-carousel {
    position: relative;
}

.featuredArea .owl-theme .owl-nav {
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 30px;
}

.featuredArea .owl-carousel .owl-nav button.owl-next {
    float: left;
    padding: .75rem !important;
    background-color: #353535;
    border-radius: 100%;
    color: #fff;
}


.featuredArea .owl-carousel .owl-nav button.owl-prev {
    float: right;
    padding: .75rem !important;
    background-color: #353535;
    border-radius: 100%;
    color: #fff;

}

.featuredArea .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #FFF;
}

.owl-theme .owl-nav .disabled {
    opacity: .85;
}

/* footer */
.lightGrey {
    background-color: #F7F7F7;
}

section.btmFooter {
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bgc {

    background: hsla(0, 5%, 8%, .9);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

section.btmFooter .contentBox {
    z-index: 5;
    position: relative;
}

section.btmFooter .titleBox {
    margin-bottom: 1.5rem;
}

section.btmFooter .titleBox .headlineBox {
    border-top: 1px solid #DBA13E;
}

section.btmFooter .titleBox .headlineBox h2 {
    color: #DBA13E;
}

section.btmFooter .titleBox .headlineBox p {
    color: #fff;
    font-weight: 300;
}

section.btmFooter .titleBox .headlineBox p.subtitle:before,
section.btmFooter .titleBox .headlineBox p.subtitle:after {
    background: #DBA13E;
}

section.btmFooter .contentBox .introBox p.title {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

section.btmFooter .linkBox {
    text-align: center;
}

section.btmFooter .introBox .button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0px;
    transition: all .5s;
    color: #FFF;
    text-decoration: none;
    padding: .75rem 1rem;
    transition: 0.5s;
    background-size: 200% auto;
}

section.btmFooter .introBox .btn-color {
    background-image: linear-gradient(to right, #DBA13E 0%, #BF9250 51%, #DBA13E 100%);
}

section.btmFooter .introBox a.button:hover {
    background-position: right center;
}

footer .img {
    width: 100%;
    padding-top: 10%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    z-index: 99;
    position: relative;
    bottom: -2px;
}

footer .contentBox {
    background-color: #070707;
    padding: 2rem 0px;
}

footer .contentBox a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
}

footer .contentBox ul>li:first-child {
    margin-bottom: 1rem;
}

footer .contentBox ul>li>a:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: .95rem;
    margin-right: .65rem;
}

footer span.photonicBox {
    display: block;
    margin-bottom: 1rem;
}

footer span.photonicBox a:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: .95rem;
    margin-right: .65rem;
}

footer .copyrightBox {
    text-align: center;
}

footer .copyrightBox span {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
}


/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */

.jinyoAboutUs ul {
    margin-bottom: 0px;
}

.jinyoAboutUs .bgImg-responsive-fluid {
    width: 100%;
    height: 100vh;
    max-height: 475px;
    min-height: 475px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.jinyoAboutUs nav {
    height: 5rem;
    width: 100%;
    background-color: #fff;
    color: #333;
}

.jinyoAboutUs .navbarBox {
    z-index: 100;
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.jinyoAboutUs .navbarBox.sticky {
    margin: 0px auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 0px;
}

.jinyoAboutUs .navbarBox.sticky .nav-container {
    max-width: 1920px;
    padding: 0px;
    background-color: #fff;
}

.jinyoAboutUs .navbarBox.sticky .nav-container>div {
    max-width: 1440px;
    margin: 0px auto;
}

.jinyoAboutUs .navbarBox.sticky img.imgBanner {
    display: none;
}


.jinyoAboutUs nav.sticky {
    margin: 0px auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}


.jinyoAboutUs.header {
    position: relative;
}


.jinyoAboutUs img.imgBanner {
    width: 100%;
    height: auto;
}

/* nav bar */
.jinyoAboutUs .nav__dropdown-toggle.priority-nav__dropdown-toggle.priority-nav-is-visible {
    color: #333;
    padding: .5rem 0px;
    font-size: 1.125rem;
    cursor: pointer;
}

.jinyoAboutUs .nav-link {
    padding: 0px;
    font-size: 1.125rem;
    color: #777777;
}

.jinyoAboutUs ul {
    margin: auto;
}

.jinyoAboutUs .priority-nav li {
    padding: 0px 3rem;
}

.jinyoAboutUs nav.is-open .nav__dropdown {}

@media (max-width: 1024px) {
    .jinyoAboutUs .priority-nav li {
        padding: 0px 1.25rem;
    }
}

@media (max-width: 600px) {
    .jinyoAboutUs nav.is-empty {
        background-color: rgba(255, 255, 255, 0);
    }

    .jinyoAboutUs .navbarBox.sticky .nav-container {
        background-color: rgba(255, 255, 255, 0);
    }

    .jinyoAboutUs nav.is-empty .nav__dropdown-toggle.priority-nav__dropdown-toggle.priority-nav-is-visible {
        font-weight: 300;
        background-color: #D6AB22;
        letter-spacing: 0.15rem;
        color: #fff;
        padding: .75rem;
        display: block;
        cursor: pointer;
    }

    .jinyoAboutUs nav.is-empty {
        z-index: 99999;
        position: fixed;
        top: 0px;
        right: .75rem;
        width: 80px;
        padding: 0px;
        height: 55px;
    }
}

.jinyoAboutUs .nav__dropdown li:first-child a {
    padding: 0px;
}

.jinyoAboutUs .navbarBox.sticky .nav-container {
    background-color: rgba(243, 243, 243, .95);
}

.jinyoAboutUs .navbarBox.sticky nav {
    background-color: rgba(255, 255, 255, 0);
}


.jinyoAboutUs .logoBox {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.jinyoAboutUs .logoBox.inner{
    pointer-events: inherit;
}
.jinyoAboutUs .logoBox .logoImg {
    width: 30vw;
    height: 30vw;
    max-width: 250px;
    max-height: 250px;
    margin: auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* phone */
@media (max-width: 1024px) {}

@media (max-width: 600px) {

    .jinyoAboutUs .priority-nav li {
        padding: .5rem 1.25rem;
    }

    .jinyoAboutUs .nav__dropdown li:first-child a {
        font-weight: 300;
    }
}

@media (max-width: 414px) {
    .jinyoAboutUs .logoBox {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }

    .jinyoAboutUs .logoBox .logoImg {
        max-width: 95px;
        max-height: 95px;
    }
}

@media (max-width: 500px) {

    .jinyoAboutUs .bgImg-responsive-fluid {
        max-height: 200px;
        min-height: 200px;
    }

}

.jinyoAboutUs nav {
    height: 80px;
}

.jinyoAboutUs .mr-auto .nav-link {
    padding: 25px 0px;
}

.jinyoAboutUs nav {
    padding: 0px 1rem;
}

.jinyoAboutUs .nav-item .nav-link {
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
}

.jinyoAboutUs .nav-item.active .nav-link {
    border-bottom: 4px solid #FCB33D;
    box-sizing: border-box;
    color: #FCB33D;
}

.jinyoAboutUs nav.is-open .nav__dropdown .nav-link {
    padding-bottom: .5rem;
}

.jinyoAboutUs.header {
    margin-bottom: 40px;
}

.jinyoAboutUs .hearder-top {
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
}

.jinyoAboutUs .hearder-top .contactInforBox {
    display: inline-block;
    margin: 0px auto;
}

.jinyoAboutUs .hearder-top .contactInforBox>ul>li {
    display: inline-block;
    position: relative;
    top: -2px;
}

.jinyoAboutUs .hearder-top .contactInforBox>ul>li:first-child {
    margin-right: 10px;
}

.jinyoAboutUs .hearder-top .contactInforBox>ul>li i,
.jinyoAboutUs .hearder-top .contactInforBox>ul>li a,
.jinyoAboutUs .hearder-top .contactInforBox>ul>li span {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
}

.jinyoAboutUs .hearder-top .contactInforBox>ul>li i {
    margin-right: 6px;
}

.jinyoAboutUs .hearder-top .contactInforBox>ul>li span.separate {
    position: relative;
    top: -2px;
    padding: 0px 2px;
}

@media (max-width: 600px) {
    .jinyoAboutUs .hearder-top {
        display: none;
    }
}

@media (max-width: 500px) {

    .jinyoAboutUs.header {
        margin-bottom: 0px;
    }

}

/* ////////////////////////////////// */

.inrTitleBox {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.inrTitleBox .headlineBox {
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #FCB33D;
    padding-top: .5rem;
}

.inrTitleBox .headlineBox h2 {
    color: #FCB33D;
    font-size: 2.25rem;
}

.inrTitleBox .headlineBox p {
    font-size: 1.125rem;
    color: #777777;
    display: inline-block;
    position: relative;
}

.inrTitleBox .headlineBox p.subtitle:before,
.inrTitleBox .headlineBox p.subtitle:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #E6E6E6;
    width: 990px;
    height: 1px;
}

.inrTitleBox .headlineBox p.subtitle:before {
    left: -1000px;
}

.inrTitleBox .headlineBox p.subtitle:after {
    right: -1000px;
}



section.aboutUsBpx .mapBox {
    min-height: 350px;
}

section.aboutUsBpx .comInfor {
    display: flex;
    align-items: center;
}

section.aboutUsBpx .comInfor ul>li {
    display: flex;
}

section.aboutUsBpx .comInfor ul>li:not(:last-child) {
    margin-bottom: 1.25rem;
}

section.aboutUsBpx .comInfor .iconBox {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
    background-color: #FCB33D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    margin-right: .5rem;
}

section.aboutUsBpx .comInfor ul>li h3 {
    font-size: 1.25rem;
    color: #4D4D4D;
    font-weight: 700;
}

section.aboutUsBpx .comInfor ul>li a,
section.aboutUsBpx .comInfor ul>li span.text {
    text-decoration: none;
    color: #777777;
    font-size: 1rem;
}

section.aboutUsBpx .comInfor ul>li a {
    cursor: pointer;
}

section.aboutUsBpx .justify-center {
    display: flex;
    justify-content: center;
}

section.aboutUsBpx .align-center {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {

    section.aboutUsBpx .comInfor {
        padding: 4rem 2rem;
    }


}

@media (max-width: 991px) {
    section.aboutUsBpx .mapBox {
        margin-bottom: 1rem;
    }

}

.change-use.row {
    margin: 0px;
}

.change-use.row .col-use {
    padding: 0px;
}



section.aboutUsBpx .replyFormBox label {
    font-size: 1.125rem;
    margin-bottom: .5rem;
}

section.aboutUsBpx .replyFormBox input {
    border: none;
    background: #f7f7f7;
    padding: 1.5rem 1rem;
}

section.aboutUsBpx .replyFormBox textarea {
    border-radius: 0px;
    border: none;
    background: #f7f7f7;
    padding: 1.5rem 1rem;
}

section.aboutUsBpx .select-mania-inner {
    border: none;
    background: #f7f7f7;
    border-radius: 0px;
    padding: 0.55rem 1rem;
}

section.aboutUsBpx .select-mania-item.select-mania-selected {
    background: #f49b19;
}

section.aboutUsBpx .cerify-code-panel {
    display: flex;
}

section.aboutUsBpx .verify-code {
    margin-right: 10px;
    border: none;
}

section.aboutUsBpx .submitBox {
    text-align: center;
}

section.aboutUsBpx .submitBox button.submitBtn {}

section.aboutUsBpx .verificationBox {
    margin-bottom: 2rem;
}

section.aboutUsBpx .submitBox button.submitBtn {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0px;
    transition: all .5s;
    color: #FFF;
    text-decoration: none;
    padding: .75rem 1rem;
    transition: 0.5s;
    background-size: 200% auto;
}

section.aboutUsBpx .submitBox .btn-color {
    background-image: linear-gradient(to right, #DBA13E 0%, #BF9250 51%, #DBA13E 100%);
}

section.aboutUsBpx .submitBox button.submitBtn:hover {
    background-position: right center;
}

section.aboutUsBpx [class*=validation-notice] {
    color: #d68400;
}

footer.insidePage .contentBox {
    background-color: #e6e6e6;
}

footer.insidePage .contentBox a,
footer.insidePage .copyrightBox span {
    color: #777777;
}

footer.insidePage .contentBox ul>li>a:not(:last-child),
footer.insidePage span.photonicBox a:not(:last-child) {
    border-right: 1px solid #777777;
}



/* ////////////////////////////// */

@media (max-width: 575px) {
    .famousBox .featuredArea {
        max-width: 420px;
        margin: 0px auto;
    }
}

/* ////////////////////////////// */

.famousBox .scroll_tabs_theme_light div.scroll_tab_inner span {
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    color: #777777;
    font-size: 1.125rem;
    border-left: none;
    border-right: none;
    /*     border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; */
}

.famousBox .scroll_tab_inner {
    text-align: center;
}

.famousBox .scroll_tabs_theme_light .scroll_tab_right_button,
.famousBox .scroll_tabs_theme_light .scroll_tab_left_button {
    background-color: #FCB33D;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.famousBox .scroll_tabs_theme_light .scroll_tab_right_button::before,
.famousBox .scroll_tabs_theme_light .scroll_tab_left_button::before {
    color: #fff;
    font-size: 12px;
}

.famousBox .scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected {
    background-color: inherit;
    color: #FCB33D;
}

.famousBox .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over {
    background-color: inherit;
    color: #FCB33D;
}

.famousBox .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher,
.famousBox .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
    width: 0px;
    background-color: rgba(255, 255, 255, 0);
}

.famousBox .scroll_tabs_container {
    margin-bottom: 2rem;
}

@media (max-width: 499px) {
    .phoneMenuPos {
        position: fixed;
        top: 0px;
    }
}

.famousBox .inrTitleBox .headlineBox {
    border-top: 1px solid #841D89;
}

.famousBox .inrTitleBox .headlineBox h2 {
    color: #841D89;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */



.famousIntroBox #layout-col {
    display: flex;
    flex-flow: row nowrap;
}

.famousIntroBox #layout-col .sideMenu {
    order: 1;
    display: flex;
    flex: 0 0 auto;
    width: 100%;
}

.famousIntroBox #layout-col .selectContent {
    order: 2;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    overflow: hidden;
}

@media (min-width : 992px) {
    .famousIntroBox #layout-col .sideMenu {
        max-width: 250px;
    }

    .famousIntroBox #layout-col .selectContent {
        padding: 1.5rem;
    }

    .famousIntroBox .side-menu-phone {
        display: none;
    }

}


@media (max-width : 991px) {
    .famousIntroBox #layout-col {
        flex-flow: column nowrap;
    }

    .famousIntroBox #layout-col .sideMenu {
        margin-bottom: 1rem;
    }
}

.famousIntroBox .wrapBox #wrap {
    display: flex;
    margin-bottom: 1.5rem;
}

.famousIntroBox .wrapBox #wrap .left {
    flex: 1;
}

.famousIntroBox .wrapBox #wrap .right {
    width: 120px;
    font-size: 1.25rem;
    color: #777;
    text-align: right;
}

.famousIntroBox .wrapBox #wrap .right i {
    color: #3C1E87;
}

.famousIntroBox .wrapBox #wrap h1.left {
    font-size: 1.875rem;
    color: #333333;
}

.famousIntroBox .bigImg {
    width: 100%;
    padding-top: 67%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
}


/* ///////////////////// */
.famousIntroBox .side-menu-phone>a {
    display: block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.75rem;
    cursor: pointer;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.famousIntroBox .panel-title>a {
    background-color: #E6E6E6;
    padding: 1rem .75rem;
    font-size: 1.125rem;
    font-weight: 300;
    color: #777;
    display: block;
    margin-bottom: 1rem;
}

.famousIntroBox .panel-title>a,
.famousIntroBox .panel-title>a:active {
    display: block;
    text-decoration: none;
}

.famousIntroBox .panel-body {
    padding: 0px .5rem;
}

.famousIntroBox .panel-heading.active .panel-title>a {
    color: #841D89;
    font-weight: 500;
}

.famousIntroBox .panel-collapse .panel-body ul li.active a {
    color: #333;
    font-weight: 500;

}

.famousIntroBox .panel-body ul li a {
    font-size: 1.125rem;
    font-weight: 300;
    color: #333333;
    text-decoration: none;
    padding: .5rem 0px;
    line-height: 1.125rem;
    display: block;
}

.famousIntroBox .panel-heading a:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
    float: right;
    transition: all 0.25s;
}

.famousIntroBox .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.famousIntroBox #layout-col .selectContent .returnBox {
    text-align: center;
}

.famousIntroBox .cmsContent {
    margin-bottom: 2rem;
}

.famousIntroBox .returnBox .button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0px;
    transition: all .5s;
    color: #FFF;
    text-decoration: none;
    padding: .75rem 1rem;
    transition: 0.5s;
    background-size: 200% auto;
}

.famousIntroBox .returnBox .btn-color {
    background-image: linear-gradient(to right, #6327D4 0%, #9131E0 51%, #6327D4 100%);
}


.famousIntroBox .returnBox .button:hover {
    background-position: right center;
}


/* rentServiceBox */


.rentServiceBox.famousBox .inrTitleBox .headlineBox {
    border-top: 1px solid #16C1B0;
}

.rentServiceBox.famousBox .inrTitleBox .headlineBox h2 {
    color: #16C1B0;
}

.rentServiceBox .featuredArea .introBox {
    border-bottom: 1px solid #16C1B0;
}

.rentServiceBox .linkBox {
    text-align: center;
    padding: 1.5rem 0px .5rem;
}

.rentServiceBox .linkBox span {
    display: inline-block;
    padding: .55rem 1.75rem;
    font-size: 1.125rem;
    color: #16C1B0;
    border: 1px solid #16C1B0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.rentServiceBox .featuredArea a.itemLink:hover .linkBox span {
    /* width: 100%; */
    background-color: #16C1B0;
    color: #fff;
}


.rentServiceBox .cmsBox div.titleBox-i {
    border-left: 4px solid #FCB33D;
    padding-left: .75rem;
    margin-bottom: 1.5rem;
}

.rentServiceBox .cmsBox div.titleBox-i h1 {
    font-size: 2.5rem;
    color: #FCB33D;
    font-weight: 500;
}

.rentServiceBox .cmsBox div.titleBox-i p {
    font-size: 1.125rem;
    color: #777777;
}

.rentServiceBox .cmsBox {
    margin-bottom: 2rem;
}

.rentServiceBox .returnBox {
    text-align: center;
}

.rentServiceBox .returnBox a {
    text-decoration: none;
    display: inline-block;
}


.rentServiceBox .returnBox .button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0px;
    transition: all .5s;
    color: #FFF;
    text-decoration: none;
    padding: .75rem 1rem;
    transition: 0.5s;
    background-size: 200% auto;
}

.rentServiceBox .returnBox .btn-color {
    background-image: linear-gradient(to right, #00A4AE 0%, #16C1B0 51%, #00A4AE 100%);
}

.rentServiceBox .returnBox .button:hover {
    background-position: right center;
}


/* serviceProcessBox */



.serviceProcessBox.famousBox .inrTitleBox .headlineBox {
    border-top: 1px solid #7A4826;
}

.serviceProcessBox.famousBox .inrTitleBox .headlineBox h2 {
    color: #7A4826;
}


/* /////////////////////////////////////////////// */
/* /////////////////////////////////////////////// */
/* /////////////////////////////////////////////// */



.carIntroBox .introBox p.title {
    text-align: center;
    color: #777777;
}

.carIntroBox .introBox {
    margin-bottom: 2.5rem;
}

.carIntroBox .titleBox .headlineBox {
    border-top: 1px solid #841D89;
}

.carIntroBox .titleBox .headlineBox h2 {
    color: #841D89;
}

.carIntroBox .titleBox .headlineBox p.subtitle:before,
.carIntroBox .titleBox .headlineBox p.subtitle:after {
    background: #841D89;
}

.carIntroBox .imgBox {
    position: relative;
    overflow: hidden;
}

.carIntroBox .imgPdSpacing{
    padding: .85rem .85rem 0px;
}
.carIntroBox .imgBox {
    padding-top: 67%;
    z-index: 5;
}

.carIntroBox .imgBox .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    will-change: transform;
    transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
    border: none;
}

.carIntroBox a.itemLink:hover .imgBox .img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.carIntroBox a.itemLink {
    display: block;
    text-decoration: none;
    background-color: #F7F7F7;
}

.carIntroBox .introListBox .areaBox {
    position: relative;
    margin-bottom: .5rem;
}

.carIntroBox .introListBox .areaBox i.icon-map-1 {
    position: absolute;
    font-size: 1.25rem;
    color: #3C1E87;
}

.carIntroBox .introListBox .areaBox .mapName {
    font-size: 1.25rem;
    color: #606060;
    display: block;
    padding-left: 0px;
    padding-right: 120px;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.carIntroBox .introListBox .areaBox .btnBox {
    position: absolute;
    right: 0px;
    top: -30px;
    z-index: 10;
    -webkit-overflow-scrolling: none;
}

@media (max-width: 600px) {
    .carIntroBox .introListBox .areaBox .btnBox {
        top: -23px;
    }
}

.carIntroBox .introBox {
    padding: .7rem 1rem .65rem;
}

/* button */

.carIntroBox .introBox .button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 0px;
    transition: all .5s;
    color: #FFF;
    text-decoration: none;
    padding: .75rem 1rem;
    transition: 0.5s;
    background-size: 200% auto;
}

.carIntroBox .introBox .btn-color {
    background-image: linear-gradient(to right, #4C4DFF 0%, #4883FF 51%, #4C4DFF 100%);
}

.carIntroBox a.itemLink:hover .button {
    background-position: right center;
}

/* button */


.carIntroBox .introBox .btmBox .textH {
    margin-bottom: 1rem;
    height: 36px;
    max-height: 36px;
}

.carIntroBox .introBox .btmBox h3 {
    font-size: 1.875rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carIntroBox .introBox .btmBox p {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1660px) {
    .carIntroBox .introBox .btmBox h3 {
        font-size: 1.5rem;
    }

    .carIntroBox .introBox .btmBox .textH {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .carIntroBox .introBox .btmBox .textH {
        margin-bottom: .75rem;
    }
}

@media (max-width: 575px) {
    .carIntroBox .featuredArea {
        max-width: 420px;
        margin: 0px auto;
    }
}

#carIntroModel .modal-header{
    border-bottom: 1px solid #fff;
}
#carIntroModel .modal-header .close{
    background-color: #000000;
    color: #fff;
}
#carIntroModel .carImg{
    width: 100%;
    padding-top: 67%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#carIntroModel .modal-body{
    padding: 0px;
}

#carIntroModel .modal-content{
    border-radius: 0px;
    border: none;
}

#carIntroModel .modal-body .contentBox{
    padding: 2.5rem;
    border-color: #fff;
}

#carIntroModel .modal-body .contentBox span.carType{
    font-size: 1.25rem;
    color: #333333;
}

#carIntroModel .modal-body .contentBox h3.name{
    font-size: 1.75rem;
    color: #333333;
    font-weight: 500;
    margin-bottom: 1rem;
}
/* ////////////////////////////////////////////////// */
.modal-open .modal{
    background: rgba(0, 0, 0, 0.76);
    padding: 0px!important;
}


/* qa */

section.QABox .inrTitleBox .headlineBox {
    border-top: 1px solid #F44945;
}

section.QABox .inrTitleBox .headlineBox h2 {
    color: #F44945;
}
section.QABox .qaSpacing{
    padding-top: 1rem;
}
section.QABox article{
    
    margin: 0px;
}

section.QABox .beefup{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
section.QABox .beefup .beefup__head > button{
    padding: 1.25rem .5rem ;
    color: #FCB33D;
    font-size: 1.35rem;
    font-weight: 500;
}
section.QABox .beefup .beefup__head::after{
    color: #FCB33D;

}
section.QABox article.is-open.beefup .beefup__head > button{
    padding-bottom:0px; 
}


.jinyoBanner .navbarBox.sticky div.imgbanner{
    display: none;
}
div.imgbanner{
    width: 100%;
    padding-top: 15%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;   
}


/* paypalModel----------------------- */
.paypalModel .modal-content{
    border-radius:0px;
}

.paypalModel .modal-header{
    border:none;
}
.paypalModel .paypalLogo{
    text-align: center;
    margin-bottom: 1rem;
}
.paypalModel .paypalLogo img.img{
    width: 100%;
    height: auto;
    max-width: 280px;
}
.paypalModel .form-control{
    border-radius:0px;
    margin-bottom: 1rem;
}
.paypalModel span.p_title{
    margin-bottom: .5rem;
    color: #263B80;
    display: block;
}
.paypalModel .topBox{
    margin-bottom: 1.5rem;
}
.paypalModel .paypal_submit{
    width: 100%;;
    border-radius:0px;
    background-color: #263b80;
    border-color: #263b80;
}
.paypalModel .btmBox{
    text-align: center;
    margin-bottom: 3.5rem;
}
.paypalModel .btmBox img{
    width: 100%;
    height: auto;
    max-width: 250px;
}


/* paypalModel----------------------- */



.rentServiceBox.famousBox.newsBox .inrTitleBox .headlineBox h2{
    color: #e6467a;
}

.rentServiceBox.famousBox.newsBox .inrTitleBox .headlineBox{
    border-top: 1px solid #e6467a;
}

.rentServiceBox.newsBox .returnBox .btn-color{
    background-image: linear-gradient(to right, #e21a5b 0%, #e6467a 51%, #e21a5b 100%);
}

.rentServiceBox.newsBox .linkBox span{
    color: #e6467a;
    border: 1px solid #e6467a;
}
.rentServiceBox.newsBox .featuredArea .introBox{
    border-bottom: 1px solid #e6467a;
}

.rentServiceBox.newsBox .featuredArea a.itemLink:hover .linkBox span{
    background-color: #4a48ff;
}





.airportTransferBox.famousBox.newsBox .inrTitleBox .headlineBox h2{
    color: #4a48ff;
}

.airportTransferBox.famousBox.newsBox .inrTitleBox .headlineBox{
    border-top: 1px solid #4a48ff;
}

.airportTransferBox.newsBox .returnBox .btn-color{
    background-image: linear-gradient(to right, #340dd7  0%, #4a48ff 51%, #340dd7  100%);
}

.airportTransferBox.newsBox .linkBox span{
    color: #4a48ff;
    border: 1px solid #4a48ff;
}
.airportTransferBox.newsBox .featuredArea .introBox{
    border-bottom: 1px solid #4a48ff;
}

.airportTransferBox.newsBox .featuredArea a.itemLink:hover .linkBox span{
    background-color: #4a48ff;
}