/* [ -- Master Stylesheet -- ] */
/* ##################################################

:: Template Name: South - Real Estate Agency Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0
:: Created: 15 April 2018
:: Last Updated: 25 April 2018

################################################## */
/* ##### Index of Stylesheet #####

:: 1.0 Import Fonts 
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Preloader Area CSS
:: 5.0 Scroll Up Area CSS
:: 6.0 Section Heading Area CSS
:: 7.0 South Button CSS
:: 8.0 Header Area CSS
:: 9.0 Welcome Area CSS
:: 10.0 Advanced Search Area
:: 11.0 Single Property Area CSS
:: 12.0 Testimonials Area CSS
:: 13.0 Editor Area CSS
:: 14.0 Call to Action CSS
:: 15.0 Footer Area CSS
:: 16.0 Breadcumb Area CSS
:: 17.0 About Us Area CSS
:: 18.0 Team Member Area CSS
:: 19.0 Listings Area CSS
:: 20.0 Blog Area CSS 
:: 21.0 Contact Area CSS
:: 22.0 Shortcode Area CSS


################################################## */
/* ##### 修改註記 #####

iPASS改字型及顏色-20210118*/

/*##### Index of Stylesheet ##### */

/* :: 1.0 Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url("https://use.typekit.net/jxv6myh.css");
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import url(css/owl.carousel.css);
@import url(../css/classy-nav.min.css);
@import url(../css/magnific-popup.css);
@import url(../css/font-awesome.min.css);
@import url(../css/themify-icons.css);
@import url(../css/nice-select.css);
@import url(../css/jquery-ui.min.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: stolzl, roboto, 'Noto Sans TC', stolzl, roboto, 'Noto Sans TC', "Open Sans", 微軟正黑體, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: stolzl, roboto, 'Noto Sans TC', "Open Sans", 微軟正黑體, Arial, sans-serif;
    color: #1c1c1c;
    font-weight: 600;
}

p {
    font-family: stolzl, roboto, 'Noto Sans TC', "Open Sans", 微軟正黑體, Arial, sans-serif;
    color: #000000;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

a {
    font-family: stolzl, roboto, 'Noto Sans TC', "Open Sans", 微軟正黑體, Arial, sans-serif;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 1.16rem;
    font-weight: 400;
}

    a:hover, a:focus {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        text-decoration: none;
        outline: none;
        font-size: 1.16rem;
        font-weight: 600;
    }

ul,
ol {
    margin: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

img {
    height: auto;
    max-width: 100%;
    /*width: 100%;*/
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 400;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-30-0 {
    padding: 30px 0 30px 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 50px 0 20px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-150-0 {
    padding: 150px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.section-padding-100-20 {
    padding: 100px 0 20px 0;
}

.section-padding-76-0 {
    padding: 76px 0 0;
}

@media only screen and (max-width: 767px) {
    .section-padding-76-0 {
        padding: 70px 0 0;
    }
}

.convenience-list {
    background-color: #00A73C;
    margin-top: 10px;
}

.convenience-box {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 30px;
    text-align: center;
    height: 90px;
}

    .convenience-box p a {
        font-size: 1.2rem;
        color: #FFF;
        line-height: 0px;
        font-weight: 400;
    }

.bg-fixed {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

    .bg-overlay::after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #947054;
        opacity: 0.7;
        content: '';
    }

.bg-overlay-black {
    position: relative;
    z-index: 1;
}

    .bg-overlay-black::after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
    }

.bg-overlay-white {
    position: relative;
    z-index: -1;
}

    .bg-overlay-white::after {
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(230, 241, 255, 0.5);
        content: '';
    }

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.bg-gray {
    background-color: #f5f7f9;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.gradient-background-overlay {
    position: relative;
    z-index: 3;
}



/* :: 4.0 Preloader Area CingSS */
#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #ffffff;
}

.south-load {
    -webkit-animation: 1500ms linear 0s normal none infinite running south-load;
    animation: 1500ms linear 0s normal none infinite running south-load;
    background: transparent;
    border-color: #ffffff;
    border-top-color: #947054;
    border-left-color: #947054;
    border-right-color: #947054;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes south-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes south-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
    background-color: #000000;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 2rem;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 46px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    #scrollUp:hover {
        background-color: #666666;
    }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {



    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

/* :: 6.0 Section Heading Area CSS */
.section-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    /*margin-bottom: 100px;*/
}

    .section-heading img {
        margin-bottom: 10px;
    }

    .section-heading h2 {
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .section-heading .mktg span a {
        height: 35px;
        padding: 0 20px;
        color: #848484;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 300;
        display: inline-block;
        line-height: 35px;
        position: absolute;
        top: 140px;
        left: 10px;
        right: 10px;
        z-index: 10;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

.marketing_tit {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}

    .marketing_tit h2 {
        font-size: 2.84rem;
        line-height: 1.4;
        font-weight: 600;
        color: #000000;
    }

.marketing_con {
    display: inline-block;
}

    .marketing_con h5 {
        font-size: 1.6rem;
        font-weight: 600;
        font-family: stolzl, roboto, 'Noto Sans TC', "Open Sans", 微軟正黑體, Arial, sans-serif;
    }

    .marketing_con p {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 6px;
    }

.marketing-btn {
    position: relative;
    color: #333333;
    font-size: 0.85rem;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: 2px solid #00C43E;
    margin-left: 15px;
    height: 30px;
    padding-top: 2px;
}

.marketing-linleft {
    height: 110px;
    float: right;
    box-sizing: border-box;
    line-height: 120px;
    text-indent: 5px;
    background: linear-gradient(62deg, transparent 49.5%, #00A73C 49.5%, #00A73C 50.5%, transparent 50.5%);
    margin-top: 10px;
    width: 50%;
}

.marketing-linright {
    height: 110px;
    float: left;
    box-sizing: border-box;
    line-height: 120px;
    text-indent: 5px;
    background: linear-gradient(118deg, transparent 49.5%, #10A83B 49.5%, #10A83B 50.5%, transparent 50.5%);
    margin-top: 10px;
    width: 50%;
}

.bigbannercontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.bigbanner-con {
    margin-left: 6%;
    margin-top: 100px;
}

    .bigbanner-con h2 {
        font-size: 1.8rem;
        color: #fff;
        line-height: 52px;
        font-weight: 400;
    }

.banner-btn {
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-top: 16px;
    padding-right: 27px;
    padding-bottom: 16px;
    padding-left: 27px;
    color: #FFF;
    background-color: #13A93B;
    margin-top: 15px;
    border-radius: 100px;
}

.littebanner {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1420px) {
    .bigbanner-con h2 {
        padding-left: 0%;
    }
}

@media only screen and (min-width: 992px) {

    .bigbanner {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 610px;
        background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/images/big_banner001.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
}

@media only screen and (max-width: 991px) {
    .bigbanner {
        position: relative;
        z-index: 1;
        min-width: 100%;
        height: 650px;
        background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/images/big_banner001a.jpg);
        background-repeat: no-repeat;
    }

    .bigbanner-con h2 {
        color: #fff;
        line-height: 48px;
        font-weight: 400;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }

    .bigbanner {
        position: relative;
        z-index: 1;
        min-width: 100%;
        height: 920px;
        background-image: url(https://static01-ipass.cdn.hinet.net/ipassweb/images/big_banner001b.jpg);
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }

    .bigbanner-con {
        margin-top: 450px;
    }
}

.section-heading p {
    color: #947054;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
}

/* :: 7.0 South Button CSS */
.south-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #947054;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

    .south-btn.active, .south-btn:hover, .south-btn:focus {
        color: #ffffff;
        background-color: #000000;
    }

    .south-btn.btn-2 {
        border: 2px solid #947054;
        background-color: transparent;
        color: #947054;
        line-height: 46px;
    }

        .south-btn.btn-2:hover, .south-btn.btn-2:focus {
            color: #ffffff;
            background-color: #947054;
        }

    .south-btn.btn-3 {
        border: 2px solid #000000;
        background-color: transparent;
        color: #000000;
        line-height: 46px;
    }

        .south-btn.btn-3:hover, .south-btn.btn-3:focus {
            color: #ffffff;
            background-color: #000000;
        }

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
    /*background-color: rgba(255, 255, 255, 0.80);*/
}

.header-area {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px;
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
    .top-header-area {
        height: auto;
    }
}

.top-header-area .email-address {
    padding-left: 60px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .top-header-area .email-address {
        padding: 15px 30px;
    }
}

.top-header-area .email-address a {
    color: #808080;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -2px;
}

    .top-header-area .email-address a:hover, .top-header-area .email-address a:focus {
        color: #ffffff;
    }

.top-header-area .phone-number {
    line-height: 1;
    background-color: #947054;
    height: 45px;
    margin-bottom: 0;
}

    .top-header-area .phone-number .icon {
        background-color: #ffffff;
        width: 45px;
        height: 45px;
        text-align: center;
    }

        .top-header-area .phone-number .icon img {
            padding: 16px 0;
            max-width: 15px;
        }

    .top-header-area .phone-number .number a {
        padding: 0 60px;
        color: #ffffff;
        line-height: 45px;
        font-size: 12px;
    }

.main-header-area {
    width: 100%;
    height: 76px;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .main-header-area {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area {
        height: 70px;
    }
}

.main-header-area .classy-nav-container {
    background-color: transparent;
}

.main-header-area .classy-navbar {
    height: 74px;
    padding: .5em 0px;
    width: 1190px;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1191px) {
    .main-header-area .classy-navbar {
        height: 70px;
        padding: .5em 25px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area .classy-navbar {
        height: 70px;
        padding: 0.5em 30px;
        width: 100%;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
    }
}

.main-header-area .classynav ul li a {
    color: #777573;
    font-weight: 400;
    font-size: 1.1rem;
    padding-bottom: 60px;
    margin-bottom: -25px;
}

    .main-header-area .classynav ul li a:hover {
        color: #000000;
        font-weight: bold;
        font-size: 1.1rem;
    }

.main-header-area .nav-brand {
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .nav-brand {
        margin-right: 20px;
    }
}

.main-header-area .classynav ul {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-header-area .searchbtn {
    margin-left: 30px;
    height: 90px;
    line-height: 90px;
    background-color: transparent;
    width: 90px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .searchbtn {
        margin-left: 15px;
        width: 50px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054;
    }
}

.main-header-area .searchbtn:hover {
    background-color: #947054;
}

.main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .main-header-area .south-search-form input {
        width: 650px;
        height: 50px;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        border-radius: 100px;
        padding: 0 30px;
        font-size: 14px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .south-search-form input {
        width: 550px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

.main-header-area .south-search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    width: 50px;
    outline: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .main-header-area .south-search-form button:hover {
        color: #ffffff;
    }

.search-close .searchbtn {
    background-color: #947054;
}

.search-close .classynav ul {
    display: none;
}

.search-close .south-search-form {
    display: block;
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 76px;
    background-color: rgba(255, 255, 255, 0.90);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
        height: 70px;
        background-color: #FFF;
    }
}

/* :: 9.0 Welcome Area CSS */
.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 700px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 550px;
    }
}

.hero-slides-content {
    text-align: center;
}

    .hero-slides-content h2 {
        color: #ffffff;
        font-size: 3rem;
        margin-bottom: 0;
        padding: 50px 44px;
        background-color: rgba(11, 106, 74, 0.80);
        line-height: 1;
        border-radius: 200px;
        display: inline-block;
    }

        .hero-slides-content h2 span {
            font-size: 1.6rem;
            color: #FFF;
            font-weight: normal;
            line-height: 1.6rem;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #FFF;
        }

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .hero-slides-content h2 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size: 2.1rem;
        line-height: 1.3;
        padding: 32px 44px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size: 2rem;
        line-height: 1.2;
        padding: 36px 44px;
    }
}

.hero-area .owl-prev,
.hero-area .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    left: 70px;
    margin-top: -19px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
        left: 30px;
    }
}

.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
    background-color: #000000;
}

.hero-area .owl-next {
    left: auto;
    right: 70px;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-next {
        left: auto;
        right: 30px;
    }
}

.hero-area:hover .owl-prev, .hero-area:hover .owl-next {
    opacity: 1;
}

.hero-area .owl-dots {
    width: 60%;
    position: absolute;
    bottom: 247px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 3%;
        bottom: 200px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 3%;
        bottom: 190px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
        width: calc(100% - 30px);
        left: 14px;
        bottom: 150px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hero-area .owl-dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #999999;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid #CCC;
}

    .hero-area .owl-dot.active {
        background-color: #000000;
        border: 3px solid #FFF;
    }

/* :: 10.0 Advanced Search Area */
.form-control {
    background-color: #FFFFFF;
    width: 100%;
    height: 38px;
    border-radius: 10px;
    font-size: 0.96rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 0 15px;
    border: 1px solid #e1dddd;
}

    .form-control:hover, .form-control:focus {
        background-color: #FFFFFF;
        box-shadow: none;
        border: 1px solid #e1dddd;
        color: #333;
    }

.south-search-area {
    position: relative;
    z-index: 1;
}

    .south-search-area .advanced-search-form {
        position: relative;
        z-index: 1;
        padding: 30px 50px;
        border: 1px solid #e1dddd;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    }

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form {
        padding: 30px 20px;
    }
}

.south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 260px;
    height: 45px;
    background-color: #947054;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .search-title {
        width: 210px;
        padding: 0 15px;
    }
}

.south-search-area .advanced-search-form .search-title p {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
}

.south-search-area .advanced-search-form .slider-range {
    flex: 0 0 50%;
    min-width: 50%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .slider-range {
        margin-bottom: 50px;
    }
}

.south-search-area .advanced-search-form .slider-range:first-child {
    padding-right: 15px;
}

.south-search-area .advanced-search-form .slider-range:last-child {
    padding-left: 15px;
}

.south-search-area .advanced-search-form .ui-widget.ui-widget-content {
    border: none;
    height: 4px;
}

.south-search-area .advanced-search-form .ui-widget-content {
    background: #947054;
}

.south-search-area .advanced-search-form .ui-slider-horizontal {
    height: 4px;
    background: #947054;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-br {
    border-bottom-right-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-tr {
    border-top-right-radius: 0;
}

.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-tl {
    border-top-left-radius: 0;
}

.south-search-area .advanced-search-form .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area .advanced-search-form .ui-button,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:hover,
.south-search-area .advanced-search-form html .ui-button.ui-state-disabled:active {
    border: none;
    background: #947054;
    margin-top: -3px;
}

.south-search-area .advanced-search-form .range {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .range {
        font-size: 10px;
    }
}

.south-search-area .advanced-search-form .more-filter a {
    text-transform: uppercase;
    font-size: 12px;
    color: #323232;
}

    .south-search-area .advanced-search-form .more-filter a:hover {
        color: #947054;
    }

.south-search-area .advanced-search-form .search-form-second-steps {
    display: none;
}

/* :: 11.0 Single Property Area CSS */
.single-featured-property {
    position: relative;
    /*z-index: 1;*/
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

    .single-featured-property .property-thumb {
        position: relative;
        z-index: 1;
    }

        .single-featured-property .property-thumb .tag span {
            height: 35px;
            padding: 0 20px;
            background-color: #947054;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
            line-height: 35px;
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 10;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

        .single-featured-property .property-thumb .list-price p {
            background-color: #ffffff;
            padding: 10px 20px;
            color: #947054;
            font-size: 24px;
            font-weight: 600;
            display: inline-block;
            position: absolute;
            bottom: 20px;
            left: 20px;
            z-index: 10;
            margin-bottom: 0;
            line-height: 1;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

    .single-featured-property .property-content {
        padding: 30px;
        border: 1px solid #e1dddd;
    }

        .single-featured-property .property-content h5 {
            font-size: 18px;
        }

        .single-featured-property .property-content p {
            margin-bottom: 30px;
        }

        .single-featured-property .property-content .location {
            color: #947054;
            margin-bottom: 25px;
            font-size: 14px;
            font-weight: 600;
        }

            .single-featured-property .property-content .location img {
                margin-right: 10px;
                display: inline-block !important;
                width: auto !important;
            }

        .single-featured-property .property-content .property-meta-data span {
            font-size: 12px;
            font-weight: 600;
            margin-left: 5px;
            color: #838383;
        }

        .single-featured-property .property-content .property-meta-data img {
            margin-right: 10px;
            display: inline-block !important;
            width: auto !important;
        }

@media only screen and (max-width: 767px) {
    .single-featured-property .property-content .property-meta-data img {
        margin-right: 0;
    }
}

.single-featured-property:hover, .single-featured-property:focus {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

    .single-featured-property:hover .tag span, .single-featured-property:focus .tag span {
        background-color: #000000;
        color: #ffffff;
    }

    .single-featured-property:hover .list-price p, .single-featured-property:focus .list-price p {
        background-color: #947054;
        color: #ffffff;
    }

/* :: 12.0 Testimonials Area CSS */
.testimonials-slides {
    position: relative;
    z-index: 1;
}

    .testimonials-slides .single-testimonial-slide {
        position: relative;
        z-index: 1;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

        .testimonials-slides .single-testimonial-slide h5 {
            margin-bottom: 60px;
            color: #7d7d7d;
        }

        .testimonials-slides .single-testimonial-slide .testimonial-author-info {
            margin-top: 10px;
        }

            .testimonials-slides .single-testimonial-slide .testimonial-author-info img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                margin: 0 auto 20px;
            }

            .testimonials-slides .single-testimonial-slide .testimonial-author-info p {
                margin-bottom: 0;
                color: #323232;
            }

.testimonial-author-info p a {
    color: #666666;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

    .testimonial-author-info p a:hover {
        color: #06C44A;
    }

.testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
    color: #947054;
}

.testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}

    .testimonials-slides .center .single-testimonial-slide h5 {
        color: #000000;
    }

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-shadow: rgb(191, 191, 191) 2px 1px 3px;
    font-size: 2.8rem;
    font-weight: bolder;
    transform: scaleY(1.7);
}

    .testimonials-slides .owl-prev:hover,
    .testimonials-slides .owl-next:hover {
        color: #CCCCCC;
    }

@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-prev,
    .testimonials-slides .owl-next {
        left: 0;
    }
}

.testimonials-slides .owl-next {
    left: auto;
    right: -19px;
}

@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-next {
        left: auto;
        right: 0;
    }
}

/* :: 13.0 Editor Area CSS */
.south-editor-area {
    background-color: #F0F0F0;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.south-editor-area .editor-content-area,
.south-editor-area .editor-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.south-editor-area .editor-content-area {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
}

    .south-editor-area .editor-content-area .section-heading {
        text-align: left;
        margin-bottom: 50px;
    }

    .south-editor-area .editor-content-area .address {
        margin-top: 30px;
    }

        .south-editor-area .editor-content-area .address h6 {
            margin-bottom: 15px;
            font-size: 14px;
        }

            .south-editor-area .editor-content-area .address h6:last-of-type {
                margin-bottom: 0;
            }

            .south-editor-area .editor-content-area .address h6 img {
                margin-right: 10px;
            }

.tak-content-area {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}

    .tak-content-area .tktg p {
        padding: 0 20px;
        color: #848484;
        font-size: 1rem;
        font-weight: 400;
        display: inline-block;
        line-height: 26px;
        position: absolute;
        top: 120px;
        left: 10px;
        right: 10px;
        z-index: 10;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

/* :: 14.0 Call to Action CSS */

@media only screen and (max-width: 767px) {
    .img-hid-pc {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .img-hid-phone {
        display: none;
    }
}

.call-to-action-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 610px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .call-to-action-area {
        height: 610px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area {
        height: 610px;
    }
}

.call-to-action-area .cta-content h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .call-to-action-area .cta-content h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h2 {
        font-size: 24px;
    }
}

.call-to-action-area .cta-content h6 {
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h6 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .call-to-action-area .cta-content h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h6 {
        font-size: 16px;
    }
}

.note-area {
    background-color: #10A83B;
}

.note-box {
    position: relative;
    padding: 15px 18px;
}

.note-desc {
    position: relative;
    padding-right: 140px;
    padding-left: 140px;
}

    .note-desc p {
        display: block;
        margin-top: 3px;
        margin-bottom: 0px;
        font-size: 0.92em;
        line-height: 22px;
        color: #FFF;
        font-weight: 400;
        text-align: left;
    }

    .note-desc a {
        color: #FAED40;
    }

.note-action {
    position: absolute;
    right: 40px;
    top: 16%;
    margin-top: 0px;
    max-width: 150px;
}

.note-ico {
    width: 39px;
    color: #FAED40;
    padding-right: 10px;
    font-size: 1.8rem;
}

.note-icobox {
    position: absolute;
    left: 120px;
    top: 25%;
    margin-top: 0px;
    max-width: 150px;
}

.note-btn {
    position: relative;
    color: #10A83B;
    font-size: 0.85rem;
    background-color: #FFFFFF;
    border-radius: 100px;
    margin-top: 4px;
    padding: .225rem 1.15rem;
}


/* :: 15.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

    .footer-area .copywrite-text {
        width: 100%;
        background-color: #00C43E;
        padding: 20px 15px;
    }

        .footer-area .copywrite-text p {
            FONT-VARIANT: JIS04;
            margin-bottom: 0;
            font-size: 1rem;
            color: #FFFFFF;
            font-weight: 200;
        }

            .footer-area .copywrite-text p a {
                font-size: 0.89rem;
                color: #7d7d7d;
            }

.footer-widget-area .widget-title {
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    margin-left: 10px;
    margin-right: 10px;
}

    .footer-widget-area .widget-title h6 {
        font-size: 1.16rem;
        color: #dcdcdc;
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1.8;
        display: inline-block;
    }

.footer-widget-area p {
    color: #7d7d7d;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-widget-area .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #7d7d7d;
}

    .footer-widget-area .weekly-office-hours ul li span {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
    }

    .footer-widget-area .weekly-office-hours ul li:first-of-type {
        padding-top: 0;
    }

.footer-widget-area .address {
    margin-top: 40px;
}

    .footer-widget-area .address h6 {
        position: relative;
        z-index: 1;
        color: #7d7d7d;
        margin-bottom: 20px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding-left: 40px;
        line-height: 1.8;
    }

        .footer-widget-area .address h6 img {
            position: absolute;
            top: 4px;
            z-index: 10;
            left: 0;
        }

.footer-widget-area .useful-links-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-widget-area .useful-links-nav li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
        margin-left: 12px;
        margin-right: 12px;
    }

        .footer-widget-area .useful-links-nav li a {
            padding: 15px 0;
            display: block;
            color: #b2b2b2;
            font-weight: 400;
            font-size: 1rem;
        }

            .footer-widget-area .useful-links-nav li a:first-child, .footer-widget-area .useful-links-nav li a:nth-child(2) {
                padding-top: 0;
            }

            .footer-widget-area .useful-links-nav li a:hover, .footer-widget-area .useful-links-nav li a:focus {
                color: #FFFFFF;
            }

.footer-widget-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}

    .footer-widget-area .featured-properties-slides .owl-prev,
    .footer-widget-area .featured-properties-slides .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .footer-widget-area .featured-properties-slides .owl-prev:hover,
        .footer-widget-area .featured-properties-slides .owl-next:hover {
            background-color: #000000;
        }

    .footer-widget-area .featured-properties-slides .owl-next {
        left: auto;
        right: -19px;
    }

    .footer-widget-area .featured-properties-slides:hover .owl-prev, .footer-widget-area .featured-properties-slides:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

/* :: 16.0 Breadcumb Area CSS */
.rew-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.breadcumb-area {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    text-align: center;
}

    .breadcumb-area .breadcumb-title {
        font-size: 60px;
        margin-bottom: 0;
        background-color: #000000;
        padding: 5px 20px 7px;
        line-height: 1;
        color: #ffffff;
        display: inline-block;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcumb-area .breadcumb-title {
        font-size: 48px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .breadcumb-area .breadcumb-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .breadcumb-title {
        font-size: 30px;
    }
}

/* :: 17.0 About Us Area CSS */
.about-content-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

.about-content-wrapper .about-content img {
    margin-bottom: 40px;
}

.about-content-wrapper .featured-properties-slides {
    position: relative;
    z-index: 1;
}

    .about-content-wrapper .featured-properties-slides .owl-prev,
    .about-content-wrapper .featured-properties-slides .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .about-content-wrapper .featured-properties-slides .owl-prev:hover,
        .about-content-wrapper .featured-properties-slides .owl-next:hover {
            background-color: #000000;
        }

    .about-content-wrapper .featured-properties-slides .owl-next {
        left: auto;
        right: -19px;
    }

    .about-content-wrapper .featured-properties-slides:hover .owl-prev, .about-content-wrapper .featured-properties-slides:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

/* :: 18.0 Team Member Area CSS */
.single-team-member {
    position: relative;
    z-index: 1;
}

    .single-team-member .team-member-thumb {
        margin-bottom: 40px;
    }

        .single-team-member .team-member-thumb img {
            width: 100%;
        }

    .single-team-member .team-member-info {
        text-align: center;
    }

        .single-team-member .team-member-info .section-heading {
            margin-bottom: 40px;
        }

        .single-team-member .team-member-info .address h6 {
            margin-bottom: 15px;
            font-size: 14px;
        }

            .single-team-member .team-member-info .address h6:last-of-type {
                margin-bottom: 0;
            }

            .single-team-member .team-member-info .address h6 img {
                margin-right: 10px;
            }

/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
    overflow-x: hidden;
}

.listings-top-meta {
    position: relative;
    z-index: 100;
}

    .listings-top-meta .nice-select {
        float: right;
        height: 34px;
        line-height: 34px;
        position: relative;
        z-index: 100;
    }

        .listings-top-meta .nice-select .list {
            position: absolute;
            z-index: 500;
        }

        .listings-top-meta .nice-select .option {
            min-height: 34px;
            line-height: 34px;
        }

    .listings-top-meta span {
        color: #323232;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

@media only screen and (max-width: 767px) {
    .listings-top-meta span {
        font-size: 11px;
    }
}

.listings-top-meta .grid_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}

    .listings-top-meta .grid_view a.active {
        color: #947054;
    }

.listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}

    .listings-top-meta .list_view a.active {
        color: #947054;
    }

.single-listings-sliders {
    position: relative;
    z-index: 1;
}

    .single-listings-sliders .owl-prev,
    .single-listings-sliders .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .single-listings-sliders .owl-prev:hover,
        .single-listings-sliders .owl-next:hover {
            background-color: #000000;
        }

    .single-listings-sliders .owl-next {
        left: auto;
        right: -19px;
    }

    .single-listings-sliders:hover .owl-prev, .single-listings-sliders:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

.listings-content {
    margin-top: 70px;
}

    .listings-content .list-price p {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 600;
        color: #947054;
    }

    .listings-content h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 767px) {
    .listings-content h5 {
        font-size: 20px;
    }
}

.listings-content .location {
    margin-bottom: 40px;
}

    .listings-content .location img {
        margin-right: 15px;
    }

.listings-content p {
    margin-bottom: 40px;
}

.listings-content .property-meta-data div {
    margin-right: 15px;
}

.listings-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383;
}

.listings-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}

@media only screen and (max-width: 767px) {
    .listings-content .property-meta-data img {
        margin-right: 0;
    }
}

.listings-content .listings-core-features {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        min-width: 33.3333333%;
        color: #323232;
        font-size: 15px;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.listings-content .listings-core-features li i {
    width: 27px;
    height: 27px;
    background-color: #947054;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px;
}

.listings-content .listings-btn-groups a:first-child {
    margin-bottom: 15px;
}

.listings-content .listings-btn-groups .south-btn {
    min-width: 285px;
    width: 285px;
    display: block;
}

.contact-realtor-wrapper {
    background-color: #f5f5f5;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

    .contact-realtor-wrapper .realtor-info > img {
        width: 100%;
    }

    .contact-realtor-wrapper .realtor---info {
        padding: 40px 45px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}

.contact-realtor-wrapper .realtor---info h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-realtor-wrapper .realtor---info p {
    font-style: italic;
    color: #947054;
}

.contact-realtor-wrapper .realtor---info h6 {
    font-size: 14px;
}

    .contact-realtor-wrapper .realtor---info h6 img {
        margin-right: 15px;
    }

.contact-realtor-wrapper .realtor--contact-form {
    padding: 0 45px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}

.contact-realtor-wrapper .realtor--contact-form .form-group {
    margin-bottom: 15px;
}

.contact-realtor-wrapper .realtor--contact-form .form-control {
    border: 1px solid #e1dddd;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 15px;
}

.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
    height: 100px;
    padding: 15px;
}

.listings-maps {
    position: relative;
    z-index: 1;
}

    .listings-maps #googleMap {
        width: 100%;
        height: 540px;
    }

/* :: 20.0 Blog Area CSS */
.single-blog-area {
    position: relative;
    z-index: 1;
}

    .single-blog-area .blog-post-thumbnail {
        position: relative;
        z-index: 1;
    }

    .single-blog-area .post-content {
        position: relative;
        z-index: 1;
        padding: 50px 0;
    }

        .single-blog-area .post-content .post-date a {
            font-size: 14px;
            color: #947054;
            margin-bottom: 10px;
            display: block;
        }

        .single-blog-area .post-content .headline {
            font-size: 30px;
            color: #323232;
            display: block;
        }

        .single-blog-area .post-content .post-meta {
            position: relative;
            margin-bottom: 30px;
        }

            .single-blog-area .post-content .post-meta p {
                color: #aaa8a8;
                font-size: 12px;
            }

                .single-blog-area .post-content .post-meta p a {
                    font-size: 12px;
                    color: #aaa8a8;
                    display: inline-block;
                }

        .single-blog-area .post-content p {
            margin-bottom: 50px;
        }

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area input[type=search] {
    width: 100%;
    height: 43px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px;
}

.search-widget-area button[type=submit] {
    width: 50px;
    height: 43px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.south-catagories-card h5 {
    margin-bottom: 30px;
    font-size: 16px;
}

.south-catagories-card ul li a {
    display: block;
    padding: 8px 0;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
}

    .south-catagories-card ul li a:hover, .south-catagories-card ul li a:focus {
        color: #947054;
    }

.south-blog-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.blog-sidebar-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}

    .blog-sidebar-area .featured-properties-slides .owl-prev,
    .blog-sidebar-area .featured-properties-slides .owl-next {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        left: -19px;
        opacity: 0;
        visibility: hidden;
        margin-top: -19px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: #947054;
        font-size: 13px;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    }

        .blog-sidebar-area .featured-properties-slides .owl-prev:hover,
        .blog-sidebar-area .featured-properties-slides .owl-next:hover {
            background-color: #000000;
        }

    .blog-sidebar-area .featured-properties-slides .owl-next {
        left: auto;
        right: -19px;
    }

    .blog-sidebar-area .featured-properties-slides:hover .owl-prev, .blog-sidebar-area .featured-properties-slides:hover .owl-next {
        opacity: 1;
        visibility: visible;
    }

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #323232;
}

.pagination .page-link {
    padding: 0;
    margin-left: 3px;
    line-height: 20px;
    color: #323232;
    border: none;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

    .pagination .page-link.active {
        background-color: #000000;
    }

    .pagination .page-link:focus, .pagination .page-link:hover {
        color: #ffffff;
        background-color: #000000;
    }

.comments-area h5 {
    margin-bottom: 50px;
}

.single_comment_area {
    margin-bottom: 50px;
}

    .single_comment_area .comment-wrapper .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        border-radius: 50%;
        margin-right: 30px;
    }

        .single_comment_area .comment-wrapper .comment-author img {
            border-radius: 50%;
        }

@media only screen and (max-width: 767px) {
    .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px;
    }

    .note-desc {
        padding-right: 50px;
        padding-left: 50px;
    }
}

.single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
        color: #947054;
    }

.single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px;
}

@media only screen and (max-width: 767px) {
    .single_comment_area .children {
        padding-left: 30px;
    }
}

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
    margin-bottom: 50px;
}

.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
    margin-bottom: 10px;
}

.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
    width: 100%;
    height: 43px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0 !important;
}

.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
    height: 200px !important;
}

.leave-comment-area .comment-form button[type=submit],
.leave-comment-area .contact-form button[type=submit],
.south-contact-area .comment-form button[type=submit],
.south-contact-area .contact-form button[type=submit] {
    margin-top: 40px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .tak-content-area .tktg p {
        top: 140px;
        padding: 0 40px;
    }

    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

/* :: 21.0 Contact Area CSS */
.contact-heading {
    margin-bottom: 90px;
}

    .contact-heading h6 {
        border-bottom: 2px solid #947054;
        display: inline-block;
        padding: 5px 0;
        text-transform: uppercase;
    }

.content-sidebar .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f8f7f7;
}

    .content-sidebar .weekly-office-hours ul li span {
        color: #7d7d7d;
        font-size: 14px;
        font-weight: 400;
    }

    .content-sidebar .weekly-office-hours ul li:first-of-type {
        padding-top: 0;
    }

.content-sidebar .address {
    margin-top: 40px;
}

    .content-sidebar .address h6 {
        position: relative;
        z-index: 1;
        color: #7d7d7d;
        margin-bottom: 20px;
        display: block;
        font-size: 14px;
        padding-left: 40px;
        line-height: 1.8;
    }

        .content-sidebar .address h6 img {
            position: absolute;
            top: 4px;
            z-index: 10;
            left: 0;
        }

.googleMap {
    width: 100%;
    height: 540px;
}

/* :: 22.0 Shortcode Area CSS */
.elements-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 100px;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}
/*h4*/
.single-accordion h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

    .single-accordion h4 a {
        border-radius: 0;
        color: #00c43e;
        display: block;
        margin: 0;
        position: relative;
        font-size: 1.16rem;
        text-transform: none;
        font-weight: 400;
        border: 2px solid transparent;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

        .single-accordion h4 a span {
            font-size: 10px;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 18px;
        }

            .single-accordion h4 a span.accor-open {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

        .single-accordion h4 a.collapsed {
            color: #00c43e;
        }

            .single-accordion h4 a.collapsed span.accor-close {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

            .single-accordion h4 a.collapsed span.accor-open {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }
/*h4 end*/
.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

    .single-accordion h6 a {
        background-color: #947054;
        border-radius: 0;
        color: #ffffff;
        display: block;
        margin: 0;
        padding: 15px 60px 15px 15px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
        border: 2px solid transparent;
    }

        .single-accordion h6 a span {
            font-size: 10px;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 18px;
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

        .single-accordion h6 a.collapsed {
            border: 2px solid #947054;
            background-color: transparent;
            color: #000000;
        }

            .single-accordion h6 a.collapsed span.accor-close {
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
            }

            .single-accordion h6 a.collapsed span.accor-open {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

    .single-accordion .accordion-content p {
        margin-bottom: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        font-size: 1.16rem;
        font-weight: 400;
    }

/* Tabs CSS*/
.south-tabs-content {
    position: relative;
    z-index: 1;
}

    .south-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 50px;
    }

        .south-tabs-content .nav-tabs .nav-link {
            border: 2px solid #947054;
            padding: 0 30px;
            height: 45px;
            line-height: 41px;
            color: #000000;
            margin: 0 2px;
            border-radius: 0;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .south-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.south-tabs-content .nav-tabs .nav-link.active {
    background-color: #947054;
    color: #ffffff;
}

.south-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* Loaders CSS */
.single-pie-bar {
    position: relative;
    z-index: 1;
}

    .single-pie-bar h5 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
    }

/* Cool Facts CSS */
.single-cool-fact-area h2 {
    font-size: 60px;
    margin: 15px 0;
    color: #947054;
}

.single-cool-fact-area h6 {
    margin-bottom: 0;
    color: #7d7d7d;
}

/* sourceMappingURL=style.css.map */

* {
    box-sizing: border-box;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

#vidtop-content {
    top: 0;
    color: #fff;
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 1rem;
    font-family: stolzl, roboto, 'Noto Sans TC', "Open Sans", 微軟正黑體, Arial, sans-serif;
}

    .vid-info h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 0;
        line-height: 1.2;
    }

    .vid-info a {
        display: block;
        color: #fff;
        text-decoration: none;
        background: rgba(0,0,0,0.5);
        transition: .6s background;
        border-bottom: none;
        margin: 1rem auto;
        text-align: center;
    }

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

        .vid-info h1 {
            margin-bottom: .2rem;
        }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}

.img-nav {
    display: block;
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}



@media only screen and (min-width: 992px) {
    .copy_sp_spcl, .phone, .tablet {
        display: none
    }

    .convenience-phone {
        display: none
    }

    .ipass-sc {
        text-align: left;
        padding-left: 30px;
    }

    .ipass-tit {
        text-align: right;
        padding-right: 30px;
    }

        .ipass-tit p {
            padding-right: 122px;
        }
}

@media all and (max-width: 991px) {
    .ipass-sc {
        text-align: center;
    }

    .ipass-tit {
        text-align: center;
    }

    .convenience-list {
        display: none;
    }

    .note-icobox {
        position: relative;
        right: auto;
        top: 0;
        left: 0px;
        max-width: none;
        text-align: center;
    }

    .note-action {
        position: relative;
        right: auto;
        top: 0;
        margin: 12px auto 0;
        max-width: none;
        text-align: center;
    }

    .note-ico {
        padding-right: 0px;
    }

    #Gnav_sp {
        margin-top: 10px;
        background-color: #096C47;
    }

    .phone {
        display: block;
    }

    .cFix {
        min-height: 1px;
    }

    #Gnav_sp ul li {
        width: 50%;
        display: inline;
        float: left;
        height: 44px;
    }

        #Gnav_sp ul li a {
            display: block;
            height: 43px;
            line-height: 43px;
            color: #FFF;
            padding-left: 22px;
            font-size: 0.94rem;
            position: relative;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #7EB5A2;
        }

        #Gnav_sp ul li:nth-child(2n) a {
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #99C3B5;
        }
}

.newpro {
    /*min-width: 100%;*/
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.newpro-btn {
    position: relative;
    color: #FFFFFF;
    font-size: 0.85rem;
    background-color: #06C44A;
    border-radius: 100px;
    margin-left: 15px;
    height: 30px;
    padding-top: 2px;
    font-weight: bold;
}

.newslist {
    min-width: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #DBDBDB;
    padding-bottom: 6px;
}

.newslist-b {
    min-width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DBDBDB;
    padding-bottom: 6px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px;
}

.label2 {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
    color: #70BF45;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px;
}

.label3 {
    display: inline;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px;
    padding-top: 0.28em;
    padding-right: 0.68em;
    padding-bottom: 0.38em;
    padding-left: 0.68em;
}

.labeldate {
    display: inline;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1;
    color: #989898;
    white-space: nowrap;
    vertical-align: baseline;
    margin-right: 0px;
    padding-top: 0.28em;
    padding-right: 0.68em;
    padding-bottom: 0.38em;
    padding-left: 0px;
}

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.label-sp {
    border: 1px solid #70BF45;
}

.label-sp2 {
    border-radius: 100px;
    background-color: #DCDCDC;
}

.label-sp3 {
    border-radius: 100px;
    background-color: #FF7761;
}

.label-sp4 {
    border-radius: 100px;
    background-color: #32D065;
}

.label-sp5 {
    color: #FF7761;
    border-radius: 100px;
    border: 1px solid #FF7761;
}

.label-sp6 {
    color: #31D065;
    border-radius: 100px;
    border: 1px solid #31D065;
}

.label-sp7 {
    border-radius: 100px;
    background-color: #4472C4;
}

.label-sp8 {
    color: #4472C4;
    border-radius: 100px;
    border: 1px solid #4472C4;
}

/* news CSS*/
.panel-container {
    margin-bottom: 50px;
}

.tab-news01 {
}

ul.tab-news01 li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DBDBDB;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6px;
}

    ul.tab-news01 li i {
        background-image: url(img/icons/arrow001.jpg);
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        float: left;
        margin: 6px 10px 0 0px;
    }

.tab-news01deta {
    font-size: 0.9rem;
    font-weight: 400;
    color: #999;
}

ul.tab-news01 li a {
    font-size: 1rem;
    font-weight: 400;
    color: #5C6B56;
    line-height: 1.8rem;
}

.tab-news02 {
}

ul.tab-news02 li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DBDBDB;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F8F8F8;
    padding-left: 6px;
}

    ul.tab-news02 li i {
        background-image: url(img/icons/arrow001.jpg);
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        float: left;
        margin: 6px 10px 0 0px;
    }


    ul.tab-news02 li a {
        font-size: 1rem;
        font-weight: 400;
        color: #5C6B56;
        line-height: 1.8rem;
    }

.ipass-sc .social {
    display: inline-block;
    vertical-align: middle;
}

    .ipass-sc .social li {
        display: inline-block;
        vertical-align: middle;
    }

        .ipass-sc .social li.facebook a {
            width: 60px;
            height: 60px;
            background-color: #F4F4F4;
            padding: 10px;
        }

        .ipass-sc .social li.line a {
            width: 60px;
            height: 60px;
            background-color: #F4F4F4;
            padding: 10px;
        }

        .ipass-sc .social li.youtube a {
            width: 60px;
            height: 60px;
            background-color: #F4F4F4;
            padding: 10px;
        }

        .ipass-sc .social li.instagram a {
            width: 60px;
            height: 60px;
            background-color: #F4F4F4;
            padding: 10px;
        }

    .ipass-sc .social a {
        display: block;
        height: 36px;
        width: 36px;
        background-repeat: no-repeat;
        background-position: center;
        transition: 150ms;
        border-radius: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }

.ipass-tit h2 {
    color: #00C43E;
    font-size: 2.2rem;
    font-weight: 600;
}

.ipass-tit p {
    font-weight: 400;
}

@media all and (max-width: 420px) {
    .marketing_tit h2 {
        font-size: 2rem;
    }

    .hero-slides-content h2 a {
        font-size: 1.4rem;
    }

    ul.tab-news01 li a {
        display: block;
        padding-top: 10px;
    }

    ul.tab-news02 li a {
        display: block;
        padding-top: 10px;
    }
}

@media all and (max-width: 380px) {
    .ipass-tit h2 {
        font-size: 1.8rem;
    }

    .hero-slides-content h2 {
        font-size: 1.6rem;
        padding: 22px 28px;
    }

        .hero-slides-content h2 a {
            font-size: 1rem;
        }

    .note-desc {
        padding-right: 10px;
        padding-left: 10px;
    }

    .marketing_tit h2 {
        font-size: 1.48rem;
    }

    .bigbanner-con {
        margin-top: 300px;
    }

    .tak-content-area .tktg p {
        top: 110px;
        padding: 0 20px;
    }
}

.mvclip {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 1080px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
    z-index: -99
}

.main-footer-area {
    background-color: #363839;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ABABAB;
    padding-top: 45px;
    margin-top: 70px;
}

/* footer1_meuarea CSS*/
.Foot1_menuarea {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 190px;
    padding-right: 190px;
    text-align: center;
}

.temp2 .Foot1_menuarea {
    width: 960px
}

.Foot1_menuarea ul li {
    display: inline;
    float: left;
}

    .Foot1_menuarea ul li.Foot1_menu01 {
        width: 25%;
    }

    .Foot1_menuarea ul li.Foot1_menu02 {
        width: 25%;
    }

    .Foot1_menuarea ul li.Foot1_menu03 {
        width: 25%;
    }

    .Foot1_menuarea ul li.Foot1_menu04 {
        width: 25%;
    }

    .Foot1_menuarea ul li.Foot1_menu05 {
        width: 146px
    }

    .Foot1_menuarea ul li.Foot1_menu06 {
        width: 130px;
        margin-right: 0
    }

    .Foot1_menuarea ul li a {
        font-size: 1.1rem;
        font-weight: 400;
        color: #fff;
        display: block;
        margin-bottom: 14px
    }

    #Foot1_b #IRarea li a, .Foot1_menuarea ul li ul li a {
        font-weight: 400 !important;
        display: block;
        line-height: 1.9;
        font-size: 1.1rem;
        color: #cccccc;
    }

    .Foot1_menuarea ul li ul li {
        float: none;
        display: block;
        margin-bottom: 8px;
        margin-right: 0
    }

        .Foot1_menuarea ul li ul li.last {
            margin-bottom: 0
        }

        .Foot1_menuarea ul li ul li a {
            margin-bottom: 0
        }

#Foot1_b #IRarea, #Foot1_b #IRarea li, #Foot1_b #Snsarea, #Foot1_b #Snsbox #Snsarea_list,
#Foot1_b #Snsbox #Snsarea_txt {
    display: inline;
    float: left
}

.footer-info {
    padding-top: 6px;
}

.footer-font {
    display: inline;
    margin-right: 10px;
}

.footer-info span {
    font-size: 0.9rem;
}

@media screen and (max-width: 640px) {
    .Foot1_menuarea ul li {
        display: block;
        float: none;
        height: auto !important;
        border-bottom: 1px #5c5959 solid;
        width: auto !important;
        margin: 0;
    }

        .Foot1_menuarea ul li a {
            font-size: 1rem;
            padding: 15px 0;
            display: block;
            text-decoration: none;
            background-size: 7px auto;
            -webkit-background-size: 7px auto;
            color: #FFF;
            -webkit-text-size-adjust: 100%;
            margin-bottom: 0;
            font-weight: 400;
            text-align: left;
            margin-left: 10px;
            background-image: url(img/icons/arrow001.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

    #Foot1_t, .sp_none {
        display: none;
    }

    .main-footer-area {
        padding-bottom: 10px;
        padding-top: 40px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .Foot1_menuarea ul li.Foot1_menu01, .Foot1_menuarea ul li.Foot1_menu04 {
        width: 25%;
    }

    .heightLine-list01 {
        margin-bottom: 25px;
    }

    .Foot1_menuarea ul li {
        /*margin-right: 8.333333333333333%;*/
    }

        .Foot1_menuarea ul li ul li {
            height: auto !important;
        }

    .footer-info {
        text-align: center;
    }

    .footer-font {
        display: block;
        text-align: center;
    }

    .footer-info span {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .Foot1_menuarea ul li.Foot1_menu01 {
        width: 25%;
    }

    .Foot1_menuarea ul li {
        /*margin-right: 2.600780234070221%;*/
    }

    .Foot1_menuarea {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.card-shadow {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(10px 10px 6px rgba(134, 134, 134, 0.5));
    width: 80%;
}

.bread-bg {
    background-color: #F4F4F4;
}

.bread-crumb {
    position: relative;
    margin: 0 -7px -3px 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .bread-crumb li {
        margin: 0 3px 3px 0;
        float: left;
        font-size: 0.875rem;
        color: #a9a9a9;
    }

        .bread-crumb li a {
            color: #a9a9a9;
            font-size: 0.875rem;
            font-weight: 400;
        }

@media only screen and (max-width: 767px) {
    .bread-bg {
        display: none;
    }
}

.generalpage h1 {
    font-size: 2.1rem;
    font-weight: 400;
}

.blog-post-thumbnail {
    margin-top: 32px;
}


.blog-post-tran {
    left: 0;
    top: 0;
    height: 287px;
    background-image: url(img/blog-img/generalpageimg002a.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 32px;
}

.post-ltit {
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 287px;
    color: #333333;
    text-align: center;
    font-weight: 400;
}

.blog-post-full {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    text-align: center;
    background-image: url(img/blog-img/generalpageimg003a.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 50px;
}

.blog-post-full02 {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    padding-top: 130px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.post-right {
    margin-right: 30px;
}

.post-left {
    margin-left: 30px;
}

@media all and (max-width: 767px) {
    .post-right {
        margin-right: 0px;
    }

    .post-left {
        margin-left: 0px;
    }
}

.article-line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

    .article-line h1 {
        font-size: 2.2rem;
        font-weight: 400;
    }

.article-post {
    margin-bottom: 30px;
}

    .article-post h2 {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 36px;
    }

    .article-post h3 {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 36px;
    }

    .article-post h4 {
        font-size: 1.3rem;
        font-weight: 400;
        color: #10a83b;
        line-height: 36px;
    }

    .article-post p {
        font-size: 1.16rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .article-post a {
        font-size: 1.16rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .article-post small a {
        font-size: 100%;
        font-weight: 400;
    }

    .article-post ul, ol {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 1.16rem;
        line-height: 1.8;
        font-weight: 400;
        color: #1c1c1c;
    }

        .article-post ul li {
            list-style-type: disc;
            list-style-position: outside;
            margin-left: 19px;
        }

            .article-post ul li ol li {
                list-style-type: decimal;
            }

                .article-post ul li ol li ul li {
                    list-style-type: disc;
                }

    .article-post ol li {
        list-style-type: decimal;
        list-style-position: outside;
        margin-left: 19px;
    }

        .article-post ol li ul li {
            list-style-type: disc;
        }

            .article-post ol li ul li ol li {
                list-style-type: decimal;
            }

.post-othera {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

.post-otherb {
    font-size: 0.875rem;
    font-weight: 400;
    color: #10a83b;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #10a83b;
}

.post-otherc {
    font-size: 1.16rem;
    font-weight: 400;
    color: #00c43e;
}

    .post-otherc:hover {
        font-size: 1.16rem;
        font-weight: 400;
        color: #666666;
    }

.post-otherd {
    font-size: 1rem;
    font-weight: 400;
    color: #989898;
}

    .post-otherd:hover {
        font-size: 1rem;
        font-weight: 400;
        color: #00c43e;
    }

.post-tit {
    font-size: 2.2rem;
    font-weight: 400;
}

.post-btn {
    position: relative;
    color: #333333;
    font-size: 0.85rem;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: 2px solid #10A83B;
    height: 30px;
    padding-top: 2px;
}

    .post-btn:hover, .post-btn:focus {
        font-size: 0.85rem;
    }

.postbig-btn {
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 16px;
    padding-right: 27px;
    padding-bottom: 16px;
    padding-left: 27px;
    color: #FFF;
    background-color: #32D065;
    border-radius: 100px;
}

.postmed-btn {
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 27px;
    padding-left: 27px;
    color: #FFF;
    background-color: #32D065;
    border-radius: 100px;
}

.postlist-btn {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    color: #FFF;
    background-color: #32D065;
    border-radius: 100px;
}

.postlist-btnb {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    color: #7ebc6c;
    background-color: #FFFFFF;
    border-radius: 100px;
    border: 2px solid #7ebc6c;
}

    .postlist-btnb:hover {
        color: #FFF;
        background-color: #32D065;
        border-radius: 100px;
        border: none;
    }

@media all and (max-width: 480px) {
    .blog-post-thumbnail {
        margin-left: -10px;
        margin-right: -10px;
    }

    .postlist-btn {
        font-size: 0.9rem;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 8px;
        padding-right: 12px;
        padding-bottom: 8px;
        padding-left: 12px;
    }

    .postlist-btnb {
        font-size: 0.9rem;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 8px;
        padding-right: 12px;
        padding-bottom: 8px;
        padding-left: 12px;
        ;
    }
}
/* Foot2_menuarea CSS*/
.ggr-directory *, .ggr-directory :after, .ggr-directory :before, .ggr-footer *, .ggr-footer :after, .ggr-footer :before, .ggr-nav *, .ggr-nav :after, .ggr-nav :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dt-section[data-v-c4ec0380] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 25px;
}

.gc-hide {
    display: none;
}

.dt-section-name[data-v-c4ec0380] {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    margin-left: 10px;
    background-image: url(img/icons/arrow002.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px #5c5959 solid;
}

.dt-section-list[data-v-c4ec0380] {
    -webkit-transition: max-height .3s,opacity .2s,-webkit-transform .3s .3s;
    transition: max-height .3s,opacity .2s,-webkit-transform .3s .3s;
    transition: max-height .3s,transform .3s .3s,opacity .2s;
    transition: max-height .3s,transform .3s .3s,opacity .2s,-webkit-transform .3s .3s;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.ggr-directory ul, .ggr-footer ul, .ggr-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gc-reset-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dt-section-link[data-v-c4ec0380] {
    line-height: 2.2;
    text-decoration: none;
    cursor: pointer;
    color: #cccccc;
    font-size: 1.1rem;
    font-weight: 300;
    margin-left: 10px;
}

.dt-section-toggle:checked ~ .dt-section-name[data-v-c4ec0380] {
    color: #FFFFFF;
    background-image: url(img/icons/arrow002b.png);
}

.dt-section-toggle:checked ~ .dt-section-list[data-v-c4ec0380] {
    -webkit-transition: max-height .3s,opacity .2s,-webkit-transform .3s;
    transition: max-height .3s,opacity .2s,-webkit-transform .3s;
    transition: max-height .3s,transform .3s,opacity .2s;
    transition: max-height .3s,transform .3s,opacity .2s,-webkit-transform .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    max-height: 1154px;
}

.dt-sections-container--four-columns[data-v-c4ec0380] {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .dt-section-name[data-v-c4ec0380] {
        background-image: none;
        font-size: 1.1rem;
        border-bottom: none;
        margin-left: 0px;
    }

    .dt-section-link[data-v-c4ec0380] {
        margin-left: 0px;
    }

    .dt-sections-container[data-v-c4ec0380] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        float: left;
    }

    .dt-sections-container--four-columns[data-v-c4ec0380] {
        width: 80%;
        margin: 0 auto;
    }

    .dt-section[data-v-c4ec0380] {
        padding: 0 15px;
        margin: 0 0 30px;
    }

    .dt-sections-container--four-columns .dt-section[data-v-c4ec0380] {
        width: 20%;
    }

    .dt-section-list[data-v-c4ec0380] {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        max-height: 100%;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
            color: #70BF45;
            font-size: 1.1rem;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #70BF45;
        cursor: default;
        border-top-color: #70BF45;
        border-right-color: #70BF45;
        border-bottom-color: #70BF45;
        border-left-color: #70BF45;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* ----------------------------------------------------------------
    Portfolio
-----------------------------------------------------------------*/


#portfolio-filter {
    position: relative;
    margin: 0 0 24px 0;
}

    #portfolio-filter li {
        float: left;
        position: relative;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        background-color: #CECDCD;
        margin-right: 3px;
        margin-bottom: 6px;
    }

        #portfolio-filter li a {
            display: block;
            position: relative;
            padding: 0 15px;
            font-size: 0.98rem;
            line-height: 15px;
            color: #888;
        }

        #portfolio-filter li:first-child a {
            border-left: none;
        }

        #portfolio-filter li a:hover,
        #portfolio-filter li.activeFilter a {
            color: #FFFFFF;
        }

        #portfolio-filter li.activeFilter a {
            font-weight: bold;
        }

        #portfolio-filter li.activeFilter {
            background-color: #CECDCD;
        }


/* ----------------------------------------------------------------
    Portfolio Image
-----------------------------------------------------------------*/


#portfolio {
    position: relative;
    margin: 0 -12px -12px 0;
}

.portfolio-item {
    position: relative;
    float: left;
}

    .portfolio-item .portfolio-image,
    .portfolio-item .portfolio-image a,
    .portfolio-item .portfolio-image img {
        display: block;
        position: relative;
        width: 100%;
    }


.postcontent #portfolio {
    margin: 0 -8px -8px 0;
}

.postcontent .portfolio-item {
    margin: 0 8px 8px 0;
    width: 174px;
}

    .postcontent .portfolio-item .portfolio-image,
    .postcontent .portfolio-item .portfolio-image a,
    .postcontent .portfolio-item .portfolio-image img {
        width: 174px;
        height: 136px;
    }


#portfolio.portfolio-3 {
    margin: 0 -15px -15px 0;
}

.portfolio-3 .portfolio-item {
    margin: 0 15px 15px 0;
    width: 310px;
}

    .portfolio-3 .portfolio-item .portfolio-image,
    .portfolio-3 .portfolio-item .portfolio-image a,
    .portfolio-3 .portfolio-item .portfolio-image img {
        width: 310px;
        height: 210px;
    }


.postcontent #portfolio.portfolio-3 {
    margin: 0 -13px -13px 0;
}

.postcontent .portfolio-3 .portfolio-item {
    margin: 0 13px 13px 0;
    width: 231px;
}

.postcontent .portfolio-3 .portfolio-image,
.postcontent .portfolio-3 .portfolio-image a,
.postcontent .portfolio-3 .portfolio-image img {
    width: 231px;
    height: 180px;
}


#portfolio.portfolio-5 {
    margin: 0 -5px -5px 0;
}

.portfolio-5 .portfolio-item {
    margin: 0 5px 5px 0;
    width: 188px;
}

    .portfolio-5 .portfolio-item .portfolio-image,
    .portfolio-5 .portfolio-item .portfolio-image a,
    .portfolio-5 .portfolio-item .portfolio-image img {
        width: 188px;
        height: auto;
    }


#portfolio.portfolio-2 {
    margin: 0 -20px -20px 0;
}

.portfolio-2 .portfolio-item {
    margin: 0 0.75% 20px 0.33%;
    width: 528px;
}

    .portfolio-2 .portfolio-item .portfolio-image,
    .portfolio-2 .portfolio-item .portfolio-image a,
    .portfolio-2 .portfolio-item .portfolio-image img {
        width: 528px;
        height: 258px;
    }

.postcontent .portfolio-2 .portfolio-item {
    width: 350px;
}

.postcontent .portfolio-2 .portfolio-image,
.postcontent .portfolio-2 .portfolio-image a,
.postcontent .portfolio-2 .portfolio-image img {
    width: 350px;
    height: 223px;
}

.portfolio-titleup {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .portfolio-titleup h3 {
        font-size: 1.5rem;
        font-weight: normal;
    }

.portfolio-title {
    position: relative;
    top: 2px;
    padding: 15px 10px;
}

.postcontent .portfolio-title h3 {
    font-size: 13px;
}

.portfolio-title h3 {
    font-size: 1.5rem;
    font-weight: normal;
}

.portfolio-3 .portfolio-title h3 {
    font-size: 15px;
}

.portfolio-2 .portfolio-title h3 {
    font-size: 18px;
}

.portfolio-title h3 a {
    color: #555;
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 400;
}

.portfolio-item:hover h3 a {
    color: #71BF45;
}

.portfolio-title p {
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 15px;
}

.portfolio-title ul li {
    list-style: disc;
}

.portfolio-title ul.card-ul {
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.portfolio-item:hover .portfolio-title {
    border-bottom-color: #71BF45;
}



#portfolio .slider-wrap,
.postcontent #portfolio.portfolio-3 .slider-wrap {
    height: 180px;
}

.postcontent #portfolio .slider-wrap {
    height: 136px;
}

#portfolio.portfolio-3 .slider-wrap {
    height: 210px;
}

#portfolio.portfolio-2 .slider-wrap {
    height: 300px;
}

.postcontent #portfolio.portfolio-2 .slider-wrap {
    height: 223px;
}


/* ----------------------------------------------------------------
    Home Portfolio
-----------------------------------------------------------------*/


.scroll-portfolio {
    margin-bottom: 15px !important;
}

    .scroll-portfolio .portfolio-item {
        width: 231px !important;
    }

        .scroll-portfolio .portfolio-item .portfolio-image
        .scroll-portfolio .portfolio-item .portfolio-image a,
        .scroll-portfolio .portfolio-item .portfolio-image img {
            width: 231px !important;
            height: 180px;
        }

    .scroll-portfolio .simp-scroll-prev,
    .scroll-portfolio .simp-scroll-next {
        top: 0;
    }


border: 1px solid #e3e6ed;
padding: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
}






/* ----------------------------------------------------------------
    Portfolio Overlay
-----------------------------------------------------------------*/


.portfolio-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #57B3DF;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.9;
}


.port-gallery .portfolio-overlay {
    background: transparent;
}

.portfolio-overlay-wrap {
    position: relative;
    padding: 15px;
    color: #FFF;
}

    .portfolio-overlay-wrap p {
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        margin-bottom: 15px;
    }

    .portfolio-overlay-wrap span {
        display: block;
        margin-bottom: 15px;
    }

        .portfolio-overlay-wrap span span {
            margin: 0;
            width: 15%;
            border-bottom: 1px solid #FFF;
        }

    .portfolio-overlay-wrap a {
        display: inline !important;
        width: auto !important;
        height: auto !important;
        color: #FFF;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        border-bottom: 1px dotted #FFF;
        font-style: italic;
    }

        .portfolio-overlay-wrap a:hover {
            border-style: solid;
        }

.portfolio-2 .portfolio-overlay-wrap {
    font-size: 16px;
    line-height: 24px;
}


.p-overlay-icons,
.postcontent #portfolio.portfolio-3 .p-overlay-icons,
.postcontent #portfolio.portfolio-2 .p-overlay-icons {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: auto;
    height: 28px;
    margin-top: 0;
    margin-left: 0;
}

    .p-overlay-icons a {
        display: block;
        float: left;
        margin-left: 2px;
        width: 28px !important;
        height: 28px !important;
        text-indent: -9999px;
        background-color: #222;
        background-repeat: no-repeat;
        background-image: url("images/icons/portfolio-overlay.png");
    }

        .p-overlay-icons a:first-child {
            margin-left: 0;
        }

        .p-overlay-icons a.p-o-image {
            background-position: -28px 0;
        }

        .p-overlay-icons a.p-o-video {
            background-position: 0 0;
        }

        .p-overlay-icons a.p-o-gallery {
            background-position: -56px 0;
        }

        .p-overlay-icons a.p-o-link {
            background-position: -84px 0;
        }


.portfolio-5 .p-overlay-icons,
.portfolio-widget .p-overlay-icons,
.postcontent #portfolio .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 58px;
    left: 50%;
    margin-left: -29px;
}


/* ----------------------------------------------------------------
    Portfolio Single
-----------------------------------------------------------------*/

#portfolio-single-wrap {
    position: relative;
}


    /* ----------------------------------------------------------------
    Portfolio Single - Slider
-----------------------------------------------------------------*/


    #portfolio-single-wrap #slider {
        float: left;
    }

    #portfolio-single-wrap.portfolio-single-left #slider {
        float: right;
    }

    #portfolio-single-wrap.portfolio-single-full #slider,
    .postcontent #portfolio-single-wrap #slider {
        float: none;
        margin-bottom: 30px;
    }

    #portfolio-single-wrap #slider {
        width: 680px;
        height: auto;
        background-color: transparent;
    }

.postcontent #portfolio-single-wrap #slider {
    width: 100%;
}

#portfolio-single-wrap .slider-wrap,
#portfolio-single-wrap .slide,
#portfolio-single-wrap #slider a,
#portfolio-single-wrap #slider img {
    display: block;
    width: 100%;
    height: auto;
}

#portfolio-single-wrap #slider iframe {
    display: block;
}

#portfolio-single-wrap.portfolio-single-full #slider {
    width: 960px;
    height: auto;
}

#portfolio-single-wrap.portfolio-single-full .slider-wrap,
#portfolio-single-wrap.portfolio-single-full .slide,
#portfolio-single-wrap.portfolio-single-full .slide a,
#portfolio-single-wrap.portfolio-single-full .slide img {
    width: 100%;
    height: auto;
}


#portfolio-single-wrap .flex-prev,
#portfolio-single-wrap .flex-next,
.entry_image .flex-prev,
.entry_image .flex-next,
.fslider .flex-prev,
.fslider .flex-next {
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    margin-top: -18px;
}

#portfolio-single-wrap .flex-next,
.entry_image .flex-next,
.fslider .flex-next {
    left: auto;
    right: 0;
}

.portfolio-item .portfolio-image .flex-prev,
.portfolio-item .portfolio-image .flex-next {
    margin-top: -14px;
}


/* ----------------------------------------------------------------
    Portfolio Single - Details
-----------------------------------------------------------------*/


#portfolio-details-wrap {
    float: right;
    width: 250px;
    margin-left: 30px;
}

#portfolio-single-wrap.portfolio-single-left #portfolio-details-wrap {
    float: left;
    margin: 0 30px 0 0;
}

#portfolio-single-wrap.portfolio-single-full #portfolio-details-wrap,
.postcontent #portfolio-single-wrap #portfolio-details-wrap {
    float: none;
    margin: 0;
    width: auto;
}

#portfolio-details-wrap h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap span.page-divider {
    margin-top: 10px;
}

#portfolio-details-wrap .port-details {
    margin-top: 35px;
}


#portfolio-single-wrap.portfolio-single-full .port-desc,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap .port-desc {
    float: right;
    margin: 0;
    width: 680px;
}

.postcontent #portfolio-single-wrap .port-desc {
    width: 440px;
}

#portfolio-single-wrap.portfolio-single-full .port-details,
#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap .port-details {
    float: left;
    margin: 0 30px 0 0;
    width: 250px;
}

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-desc,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-desc {
    float: left;
}

#portfolio-single-wrap.portfolio-single-full.portfolio-single-full-left .port-details,
.postcontent #portfolio-single-wrap.portfolio-single-left .port-details {
    float: right;
    margin: 0 0 0 30px;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-desc {
    float: left;
    margin: 0;
}

#portfolio-single-wrap.portfolio-details-sidebar-right .port-details {
    float: right;
    margin: 0 0 0 30px;
}

#portfolio-details-wrap .port-details h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

#portfolio-details-wrap .port-terms {
    position: relative;
    border-bottom: 1px dotted #DDD;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


    #portfolio-details-wrap .port-terms h5 {
        color: #333;
        margin: 0 !important;
        float: left;
        width: 110px;
        font-size: 12px;
        line-height: 20px;
        padding: 0;
    }

    #portfolio-details-wrap .port-terms span {
        display: block;
        position: relative;
        overflow: hidden;
    }

.word-wrap {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: pre-line;
}


/* ----------------------------------------------------------------
    Portfolio Navigation
-----------------------------------------------------------------*/


#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    max-width: 96px;
    height: 32px;
    margin-top: -16px;
}

    #portfolio-navigation a {
        display: block;
        float: left;
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        background: #E5E5E5 url("images/icons/portfolio-nav.png") no-repeat 0 0;
        transition: background-color .2s linear,background-position .3s linear;
        -moz-transition: background-color .2s linear,background-position .3s linear;
        -webkit-transition: background-color .2s linear,background-position .3s linear;
        -ms-transition: background-color .2s linear,background-position .3s linear;
        -o-transition: background-color .2s linear,background-position .3s linear;
    }

        #portfolio-navigation a:first-child {
            margin-left: 0;
        }

    #portfolio-navigation .port-nav-list {
        background-position: -32px 0;
    }

    #portfolio-navigation .port-nav-next {
        background-position: -64px 0;
    }

    #portfolio-navigation a:hover {
        background-position: 0 -32px;
        background-color: #57B3DF;
    }

    #portfolio-navigation .port-nav-list:hover {
        background-position: -32px -32px;
    }

    #portfolio-navigation .port-nav-next:hover {
        background-position: -64px -32px;
    }


/* ----------------------------------------------------------------
    Related Portfolio Items
-----------------------------------------------------------------*/


#portfolio-related {
    position: relative;
    margin: 30px 0 0 0;
}

#portfolio-related-items {
    position: relative;
    margin: 0 -5px 0 0;
}

    #portfolio-related-items li {
        position: relative;
        float: left;
        margin: 0 5px 0 0;
    }

        #portfolio-related-items li,
        #portfolio-related-items li > a,
        #portfolio-related-items li > img {
            display: block;
            width: 188px !important;
            height: 146px;
        }

.postcontent #portfolio-related-items li,
.postcontent #portfolio-related-items li > a,
.postcontent #portfolio-related-items li > img {
    width: 176px !important;
    height: 137px;
}

#portfolio-related-items li .p-overlay-icons {
    top: 50%;
    margin-top: -14px;
    width: 28px;
    left: 50%;
    margin-left: -14px;
}


/* ----------------------------------------------------------------
    Isotope
-----------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    padding-bottom: 24px;
}

@media all and (max-width: 767px) {
    .isotope {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #dcdcdc;
        padding-bottom: 16px;
        margin-bottom: 32px;
    }
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
    width: 100%;
}

    /**** dielsabling Isotope CSS3 transitions ****/

    .isotope.no-transition,
    .isotope.no-transition .isotope-item,
    .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }

#Gnav_sp2 {
    background-color: #CECDCD;
    margin-bottom: 24px;
}

.phone2 {
    display: block;
}

.cFix2 {
    min-height: 1px;
}

#Gnav_sp2 ul li {
    width: 16.6666666%;
    display: inline;
    float: left;
    height: 44px;
}


    #Gnav_sp2 ul li a {
        display: block;
        height: 44px;
        line-height: 43px;
        color: #888;
        font-size: 1.06rem;
        position: relative;
        text-align: center;
        font-weight: 400;
    }

        #Gnav_sp2 ul li a:hover,
        #Gnav_sp2 ul li.activeFilter a {
            color: #FFFFFF;
            font-weight: bold;
        }

    #Gnav_sp2 ul li:nth-child(1n) a {
        border-left-width: 2px;
        border-left-style: solid;
        border-left-color: #FFFFFF;
    }

@media all and (max-width: 400px) {
    #Gnav_sp2 ul li a {
        font-size: 0.9rem;
    }
}

@media all and (max-width: 767px) {
    #Gnav_sp2 ul li {
        width: 33.33333333%;
    }

        #Gnav_sp2 ul li a {
            font-size: 0.96rem;
            border-bottom-width: 2px;
            border-bottom-style: solid;
            border-bottom-color: #FFF;
        }
}

.banklist {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bank-tag {
    display: inline-block;
    width: 12.1%;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

@media all and (max-width: 767px) {
    .bank-tag {
        width: 32.33333%;
    }
}

.card_tag {
    width: 46%;
    float: left;
    margin-right: 10px;
    padding-bottom: 20px;
    height: 36.5px;
}

.more_tag {
    display: block;
    clear: both;
    text-align: center;
}

.page_tit_banner {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(img/blog-img/pagetitimga002.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page_tit_banner2 {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(img/blog-img/pagetitimga002.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page_tit_banner3 {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(img/blog-img/pagetitimga002.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page_tit_banner4 {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(img/blog-img/pagetitimga002.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page_tit_banner5 {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(img/blog-img/pagetitimga002.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page_tit_con {
    
    margin: auto
}

    .page_tit_con h1 {
        margin-top: 40px;
        font-size: 2.6rem;
        font-weight: 400;
        color: #FFF;
    }

.checktext {
    color: #FFF;
    font-weight: 400;
}

@media all and (max-width: 640px) {
    .page_tit_con {
        width: 90%;
    }

    .checktext {
        font-size: 0.84rem;
    }
}

.range-con {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
}

    .range-con h3 {
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 0px;
    }

        .range-con h3 a {
            color: #323232;
            font-weight: 400;
            font-size: 1.75rem;
        }

    .range-con img {
        float: left;
        width: 37%;
        padding: 10px;
    }

    .range-con p {
        float: right;
        width: 63%;
        padding-top: 6px;
        padding-right: 10px;
        padding-left: 4px;
        margin-bottom: 6px;
    }

    .range-con a {
        color: #848484;
        font-size: 1rem;
    }

.range-con2 {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
}

    .range-con2 h3 {
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .range-con2 img {
        float: left;
        width: 80px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 8px;
    }

    .range-con2 p {
        float: right;
        width: 100%;
        padding-top: 6px;
        padding-right: 10px;
        padding-left: 4px;
        margin-bottom: 6px;
        font-size: 1.16rem;
    }

    .range-con2 a {
        /*color:#848484;*/
        font-size: 1.16rem;
    }

    .range-con2 ul {
        float: right;
        width: 100%;
        padding-right: 10px;
        padding-left: 25px;
        line-height: 2;
        font-weight: 600;
        color: #7d7d7d;
        padding-top: 6px;
        margin-bottom: 6px;
    }

        .range-con2 ul li {
            list-style-type: disc;
            font-size: 1.16rem;
            font-weight: 400;
        }

@media all and (max-width: 640px) {
    .range-con {
        padding: 0px;
        padding-bottom: 40px;
    }

        .range-con img {
            /*display: none;*/
            float: none;
            width: 100%;
            padding: 0px;
        }

        .range-con p {
            float: none;
            width: 100%;
            padding-right: 0px;
            padding-left: 0px;
            margin-bottom: 10px;
        }
}

.sitemapcon {
    margin-bottom: 20px;
}

    .sitemapcon h4 {
        margin-bottom: 0;
    }

        .sitemapcon h4 a {
            font-size: 1.1rem;
            font-weight: 400;
            color: #02C53D;
            margin-bottom: 0;
        }

    .sitemapcon ul li a {
        font-size: 1rem;
        font-weight: 400;
        color: #333333;
        line-height: 1.8;
    }

.post-date {
    float: left;
    margin-top: 20px;
}

    .post-date p {
        font-size: 0.96rem;
        font-weight: 400;
        color: #989898;
        margin-bottom: 0px;
    }

.post-repo {
    float: right;
    padding-bottom: 10px;
}

    .post-repo a {
        height: 36px;
        width: 36px;
    }

    .post-repo img {
        margin-right: 10px;
        display: inline-block;
        width: auto;
        border-radius: 50%;
    }

.dwfl {
    width: 100%;
}

    .dwfl p {
        clear: both;
        font-size: 0.9rem;
    }

.dwfllist {
    background-color: #F4F4F4;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
}

    .dwfllist p {
        line-height: 1.4;
        padding: 6px;
        margin-bottom: 0px;
    }

        .dwfllist p a {
            margin-top: 10px;
            font-size: 0.9rem;
            color: #666666;
            word-wrap: break-word;
        }

    .dwfllist img {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

@media all and (max-width: 767px) {
    .dwfllist {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.news-image {
    padding: 30px;
}

.news-listpost {
    padding-top: 30px;
}

    .news-listpost h3 a {
        color: #555;
        line-height: 1.2;
        font-size: 1.5rem;
        font-weight: 400;
    }

    .news-listpost p {
        padding-top: 8px;
        margin-bottom: 0px;
    }

        .news-listpost p a {
            color: #7d7d7d;
            font-size: 1rem;
            line-height: 2;
            font-weight: 400;
        }

.news-listline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DCDCDC;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    .news-image {
        padding: 0px;
    }
}

.rangebox {
    width: 100%;
    height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media all and (max-width: 430px) {
    .rangebox {
        display: none;
    }
}

.table h4 {
    font-size: 1.9rem;
    margin-bottom: 0;
    color: #02C53D;
    font-weight: 400;
}

.table h5 {
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #666666;
    font-weight: 400;
}

.table p {
    margin-bottom: 0;
}

    .table p small {
        color: #969696
    }

.tablefontal {
    font-size: 1.65rem;
    font-weight: 400;
}

.tablefontar {
    font-size: 1.65rem;
    font-weight: 400;
    text-align: right;
}

    .tablefontar span {
        font-size: 1.2rem;
        padding-left: 10px;
        ont-weight: 200;
    }

.tablefontbl {
    font-size: 1.2rem;
    font-weight: 400;
}

.tablefontbr {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
}

    .tablefontbr span {
        font-size: 1.2rem;
        padding-left: 10px;
        ont-weight: 200;
    }

.carbon-line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.carbontext {
    font-size: 1.15rem;
    font-weight: 400;
    padding-left: 10px;
}

    .carbontext span {
        font-size: 1.45rem;
        font-weight: 400;
    }

.carbon_tit_banner {
    width: 100%;
    height: 480px;
    position: relative;
    z-index: 2;
    text-align: center;
    background-image: url(img/blog-img/carbontitimga001.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.carbon_tit_con {
    width: 66%;
    margin: auto
}

    .carbon_tit_con h1 {
        padding-top: 30px;
        font-size: 2.6rem;
        font-weight: 400;
        color: #5a4848;
    }

.carbon_form_tit {
    font-size: 1.25rem;
    font-weight: 400;
    color: #5a4848;
    margin-bottom: 0px;
}

.carbon_text {
    margin-bottom: 0;
    margin-top: 4px;
}

.carbon_pedro {
    font-size: 1.3rem;
    font-weight: 400;
}

.tabletrans {
    font-size: 1.16rem;
    font-weight: 400;
}


.bin-odd {
    background-color: #F5F5F5;
    font-size: 1.16rem;
    font-weight: 400;
    color: #989898;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-top: 22px;
    padding-right: 14px;
    padding-bottom: 22px;
    padding-left: 14px;
}

.bin-even {
    font-size: 1.16rem;
    font-weight: 400;
    color: #989898;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-top: 22px;
    padding-right: 14px;
    padding-bottom: 22px;
    padding-left: 14px;
}

/*----------交易查詢-友善列印 friendly-print Start----------*/
@page {
    size: A4 portrait;
    margin: 2cm;
}

@media print and (min-width: 525px) {
    .result-pc {
        display: block;
    }

    .result-mo {
        display: none;
    }
}

@media print and (max-width: 525px) {
    .result-pc {
        display: none;
    }

    .result-mo {
        display: block;
    }
}

@media screen and (min-width: 718px) {
    .result-pc {
        display: block;
    }

    .result-mo {
        display: none;
    }
}

@media screen and (max-width: 718px) {
    .result-pc {
        display: none;
    }

    .result-mo {
        display: block;
    }

    .carbon_tit_banner {
        width: 100%;
        height: 1000px;
        position: relative;
        z-index: 1;
        text-align: center;
        background-image: url(img/blog-img/carbontitimga002.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .carbon_text {
        display: none;
    }

    .tablefontal {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .tablefontar {
        font-size: 1.25rem;
        font-weight: 400;
        text-align: right;
    }

    .tabletrans {
        font-size: 0.82rem;
        font-weight: 400;
    }

    .bin-odd {
        font-size: 0.92rem;
    }

    .bin-even {
        font-size: 0.92rem;
    }

    .bin-add {
        padding-bottom: 10px;
    }
}

.table-borderedonlyout {
    border: 1px solid #dee2e6;
}

.result-mo .RandStr, .result-pc .RandStr {
    /* older safari/Chrome browsers */
    -webkit-opacity: 0;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!)*/
    -khtml-opacity: 0;
    /* IE9 + etc...modern browsers */
    opacity: 0;
    /* IE 4-9 */
    filter: alpha(opacity=0);
}
/*----------交易查詢-友善列印 friendly-print End----------*/

.form_alert_d {
    color: #C00;
    font-size: 1rem;
}

/* ----------------------------------------------------------------
    2020 newweb lv02
-----------------------------------------------------------------*/
.page_tit_banner_card {
    width: 100%;
    height: 417px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

.cardh1 {
    font-size: 2.1rem;
    font-weight: 400;
    color: #000;
    margin-top: 62px;
}

/*
3.3 About
******************************************************************/
.thumbnail {
    width: 100%;
    /*height:100%;*/
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    /*background: #191a1c;*/
}

    .thumbnail .more {
        display: block;
        z-index: 4;
        position: absolute;
        top: -100px;
        left: 50%;
        margin: 0 auto;
        margin-left: -41px;
        width: 80px;
        height: 80px;
        font-size: 40px;
        color: #fff;
        text-decoration: none;
        line-height: 70px;
        text-align: center;
    }

    .thumbnail:hover .more {
        top: 40%;
        margin-top: -40px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3 s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .thumbnail h3,
    .thumbnail p {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 4;
    }
    /*.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:17px;
}*/
    .thumbnail > p {
        padding-bottom: 20px;
    }

    .thumbnail .mask {
        /*opacity: 0.85;*/
        filter: alpha(opacity=85);
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2 s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: rgba(230,230,230,0.9);
    }

    .thumbnail:hover .mask {
        top: 0;
    }
/*-------- 內頁輪播 sta style ---------*/
.inpg-indicators {
}

    .inpg-indicators li {
        border-radius: 999em;
        width: 10px;
        height: 10px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(151, 151, 151, 0.5);
    }

    .inpg-indicators .active {
        background-color: #32D065;
    }

.inpg-next-icon, .inpg-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.43) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.inpg-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.inpg-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.inpg-next-control {
    margin-left: 10px;
}

.inpg-prev-control {
    margin-right: 10px;
}
/*-------- 內頁輪播 end style ---------*/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

    .team .thumbnail:hover .social {
        z-index: 5;
    }

        .team .thumbnail:hover .social a {
            color: #fff;
        }

    .team .thumbnail .mask {
        background: #FECE1A;
    }

        .team .thumbnail .mask h2 {
            margin-top: 20%;
        }

        .team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
            color: #181A17;
        }

.about-text {
    margin-top: 30px;
}

    .about-text p {
        padding: 0;
        font-size: 16px;
    }

.maskinside {
    padding: 28px;
}

    .maskinside p {
        color: #000;
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
        text-align: left;
    }

.maskbox {
    opacity: 100;
    margin-top: 10%;
}

.maskinside-btnb {
    opacity: 100;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    color: #FFF;
    background-color: #32D065;
    border-radius: 100px;
    border: 2px solid #7ebc6c;
    width: 100%;
}

    .maskinside-btnb:hover {
        opacity: 100;
        color: #7ebc6c;
        background-color: #FFFFFF;
        font-weight: 500;
        border-radius: 100px;
        border: none;
    }

.maskbox2 {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    padding-top: 22%;
}

    .maskbox2 h5 {
        color: #FFF;
        font-size: 2rem;
        font-weight: 200;
        text-align: center;
        margin-bottom: 0;
    }

    .maskbox2 P {
        text-align: center;
    }

        .maskbox2 P a {
            color: #FFF;
            font-size: 0.96rem;
            text-align: center;
        }

@media only screen and (max-width: 1200px) {

    .maskinside p {
        color: #000;
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .maskbox2 {
        width: 148px;
        height: 148px;
    }

    .maskinside-btnb {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 800px) {

    .maskinside p {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .maskbox2 {
        width: 248px;
        height: 248px;
    }

    .maskinside-btnb {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .maskinside {
        padding: 28px;
    }
}

@media only screen and (max-width: 420px) {

    .maskinside p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .maskbox2 {
        width: 188px;
        height: 188px;
    }

    .maskinside-btnb {
        font-size: 1.1rem;
    }

    .maskinside {
        padding: 22px;
    }
}

@media only screen and (max-width: 380px) {

    .maskbox2 {
        width: 168px;
        height: 168px;
    }

    .maskinside-btnb {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 322px) {
    .maskinside p {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .maskbox2 {
        width: 138px;
        height: 138px;
    }

    .maskinside {
        padding: 22px;
    }

    .maskbox2 h5 {
        font-size: 1.6rem;
    }
}
/*-------- 19. Login register style ---------*/
.sincorral {
    margin: 0 auto;
    width: 460px;
    position: relative;
}

.sincard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.sincard-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.25rem;
}

.loginSignUpSeparator {
    border-top: 1px solid #cbd2d6;
    position: relative;
    margin: 25px 0 10px;
    text-align: center;
}

    .loginSignUpSeparator .textInSeparator {
        background-color: #fff;
        padding: 0 .5em;
        position: relative;
        color: #6c7378;
        top: -.7em;
    }

.register-btn {
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 27px;
    padding-left: 27px;
    color: #2C2E2F;
    background-color: #E1E7EB;
    border-radius: 100px;
}

.badge-register {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.badge-register-success {
    color: #fff;
    background-color: #32D065;
}

.badge-register-secondary {
    color: #fff;
    background-color: #CDCDCD;
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
    margin-left: 10px;
}

.scrollspy-example ul, ol {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.16rem;
    line-height: 1.8;
    font-weight: 400;
    color: #1c1c1c;
}

.scrollspy-example ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 28px;
}

.scrollspy-example h4 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #10a83b;
    line-height: 36px;
}

.scrollspy-example p {
    font-size: 1.16rem;
    font-weight: 400;
    line-height: 1.8;
}

.carousel-inner {
    background-color: #F9F9F9;
}

.isotope .clearfix::after {
    overflow: auto;
    zoom: 1;
}

/*-------- 2021 04015 style ---------*/
.menbericon {
    padding-right: 8px;
    color: #A7A7A7;
    font-size: 0.8rem;
}

.menbericon2 {
    padding-right: 8px;
    color: #595959;
    font-size: 0.9rem;
}

.menbercomment {
    position: absolute;
    right: -4px;
    top: 14px;
    z-index: 100;
    border-radius: 50%;
    min-width: 18px;
    height: auto;
    text-align: center;
    padding: 3px 5px;
    background: #ff5353;
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFFFFF;
}

.labelmenber {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 0.65em;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px;
}

/*-------- 2021 0507 style for 學生證掛失 ---------*/
.outline-btn {
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 27px;
    padding-left: 27px;
    color: #333;
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #00C43E;
}

/*-------- 2025.02.19 Cookie Agree --------*/
/* Cookie 訊息橫幅 (固定在底部，適應不同裝置) */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75); /* 半透明黑色背景 */
    color: #fff;
    padding: 60px;
    text-align: center;
    font-size: 20px;
    z-index: 9999; /* 確保顯示在最上層 */
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    /* 讓文字和按鈕有間距 */
    #cookie-banner p {
        margin: 0;
        flex: 1;
    }

    /* 按鈕樣式 */
    #cookie-banner button {
        background: #f8c102; /* 醒目的黃色 */
        color: #000;
        border: none;
        padding: 8px 15px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 5px;
        transition: background 0.3s;
    }

        #cookie-banner button:hover {
            background: #e0ac00;
        }

    /* 了解更多 (隱私政策) 的超連結 */
    #cookie-banner a {
        color: #f8c102;
        text-decoration: none;
        font-weight: bold;
    }

        #cookie-banner a:hover {
            text-decoration: underline;
        }

/* 在手機上讓內容自動換行 */
@media (max-width: 600px) {
    #cookie-banner {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }

        #cookie-banner button {
            width: 100%;
            margin-top: 5px;
        }
}
