/*
Theme Name: EfinityCap - Insymo Version
Author: David Raj
Version: 1.0
*/

html,
body {
    overflow-x: hidden;
}

body,
input,
button,
textarea {
    font-family: "Noto Sans TC", "Noto Sans SC", sans-serif !important;
}

.ta_j {
    text-align: justify !important;
}

.ta_l {
    text-align: left;
}

.ta_c {
    text-align: center;
}

.tw_9 {
    font-weight: 900 !important;
}

.sdfsdfgsdfg {}

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

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

.top_box {
    position: relative;
    /* background-color: #000; */
}

.top_b_0 {
    /* height: 100vh;
    background-image: url(imgs/b.jpg); */
    /* background-size: cover; */

    /* position: fixed; */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0.8;
}

@media screen and (max-width: 800px) {

    /*原始背景圖*/
    .top_b_original {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: -2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-image: url(/wp-content/themes/efinitycap-insymo/images/b1.jpg);
    }
}

.top_box_con {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_b {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_h1 {
    /*backdrop-filter:  blur(20px);*/
    /* backdrop-filter: blur(40px); */
    /* background-color: rgba(31, 31, 31, 0.5); */
    padding: 20px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    position: relative;
    height: 400px;
    width: 600px;
}

@media only screen and (max-width: 700px) {
    .top_h1 {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 500px) {
    .top_h1 {
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 300px) {
    .top_h1 {
        transform: scale(0.4);
    }
}

#homg__top_lab-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.homg__top_lab0,
.homg__top_lab3 {
    position: absolute;

    font-size: 30px;

    text-align: center;

    height: 40px;
    line-height: 40px;
    /* background-color: rgba(50,200,0,0.2); */
    text-shadow: 0px 0px 10px #000000;
}

.homg__top_lab0 {
    color: rgb(255, 255, 255);
    top: 300px;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
}

.homg__top_lab3 {
    color: rgb(255, 255, 255);
    top: 220px;
    left: 0;
    right: 0;
    white-space: nowrap;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.infinite {
    color: rgb(184, 161, 101);
    /* font-size: 40px; */
    font-weight: 900;
    padding: 0 10px;
}

.homg__top_lab0 span {}

/*除了首頁以外的頁面標題*/
.top_b_page {
    position: relative;
}

.page_title {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgb(245, 245, 245);
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 250px;
    /* backdrop-filter: blur(20px); */
    border-top: 5px solid rgb(184, 161, 101);
    box-sizing: content-box;
    z-index: 30;
}

.bw {
    background-color: rgb(245, 245, 245);
    min-height: calc(100vh - 300px);
}

.but_more {
    height: 40px;
    background-color: rgb(61, 127, 167);
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    display: block;
    width: 80px;
    text-decoration: none;
    border: none;
    outline: none !important;
}

.but_more:hover {
    background-color: rgb(44, 92, 122) !important;
    color: #fff;
    text-decoration: none;
}

.but_more:active {
    transform: translateY(3px);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}


/* for header */
header {
    display: block;
}

.site-header {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
}

.site-header__avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.site-header__avatar img {
    display: block;
    width: 30px;
    height: 30px;
}

.site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: rgba(13, 55, 94, 0.89);
    left: 0;
    right: 0;
    top: -20px;
    padding-top: 58px;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    padding-bottom: 20px;
}

.site-header__menu--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

@media (min-width: 960px) {

    .site-header__menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        position: static;
        background-color: transparent;
        float: right;
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
    }
}

.site-header__search-trigger {
    cursor: pointer;
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    top: 6px;
    right: 16px;
}

@media (min-width: 530px) {

    .site-header__search-trigger {
        top: 4px;
        font-size: 1.4rem;
    }
}

@media (min-width: 960px) {

    .site-header__search-trigger {
        display: none;
    }
}

.site-header__menu-trigger {
    color: #FFF;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 46px;
}

@media (min-width: 530px) {

    .site-header__menu-trigger {
        top: 5px;
        font-size: 1.4rem;
    }
}

@media (min-width: 960px) {

    .site-header__menu-trigger {
        display: none;
    }
}

.site-header__util {
    padding: 0 0 0 20px;
}

@media (min-width: 960px) {

    .site-header__util {
        padding: 0;
        float: right;
    }
}

.site-header__btn {
    margin-right: 20px;
}

@media (min-width: 960px) {

    .site-header__btn {
        float: left;
    }
}

.site-header .btn--with-photo {
    margin-right: 0;
}

.site-footer {
    padding: 2rem 0 3.5rem 0;
    background-image: linear-gradient(#FFF, #ECECEC);
}

.site-footer p {
    font-size: .9rem;
}

.site-footer .headline {
    color: #666;
    margin-bottom: .33rem;
}

.site-footer__link {
    color: #999;
    text-decoration: none;
}

.site-footer__link:hover {
    color: #0D3B66;
    text-decoration: underline;
}

.site-footer__inner {
    border-top: 1px dotted #DEDEDE;
    padding-top: 3.5rem;
}

.site-footer__col-one {
    text-align: center;
}

@media (min-width: 960px) {

    .site-footer__col-one {
        text-align: left;
        width: 33%;
        float: left;
    }
}

.site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

@media (min-width: 960px) {

    .site-footer__col-two-three-group {
        text-align: left;
        float: left;
        width: 42%;
        margin: 0;
    }
}

.site-footer__col-two {
    width: 50%;
    float: left;
}

.site-footer__col-three {
    width: 50%;
    float: left;
}

.site-footer__col-four {
    padding-top: 20px;
    width: 85%;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

@media (min-width: 960px) {

    .site-footer__col-four {
        padding-top: 0;
        margin: 0;
        clear: none;
        text-align: left;
        width: 25%;
        float: right;
    }
}

.main-navigation {
    padding-top: 2px;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation ul:before,
.main-navigation ul:after {
    content: " ";
    display: table;
}

.main-navigation ul:after {
    clear: both;
}

@media (min-width: 800px) {

    .main-navigation {
        float: left;
        margin-right: 20px;
    }
}

.main-navigation li {
    list-style: none;
}

@media (min-width: 800px) {

    .main-navigation li {
        float: left;
        padding-left: 20px;
    }
}

.main-navigation a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
}

@media (min-width: 800px) {

    .main-navigation a {
        display: inline-block;
        padding: 0;
    }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
/*     color: #FAF0CA; */
	color: #FFF;
}

/* end of header */

/*-------------------*/
/*上面的影片*/
.top_deepen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.top_mv {
    padding: 0 !important;
    margin: 0px !important;
    /* max-height: 100vh; */
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    z-index: -1;
}

#myVideo {
    object-fit: cover;
    object-position: center right;
    height: 135%;
    width: 100%;
    pointer-events: none;
    display: block;
}

@media screen and (max-width: 800px) {
    .top_mv {
        /* height: 300px !important; */
    }

    #myVideo {
        display: none !important;
    }
}

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

.navber {
    height: 55px;
    background-color: rgb(243, 243, 243);
    /* backdrop-filter: blur(20px); */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    box-shadow: 1px 0 10px 0 rgba(90, 100, 115, 0.2);
}

.navber_content {
    max-width: 1200px;
    height: 100%;
    margin: auto;
}

.navber .navber_l {
    float: left;
    height: 100%;
}

.navber .navber_l img {
    height: 35px;
    margin: 5px;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 10px;
}

.navber .navber_r {
    float: right;
    display: flex;
    align-items: center;
    height: 100%;
}

.navber .navber_r a {
    display: flex;
    color: #000;
    padding: 0px 10px;
    height: 35px;

    margin: 0px 10px;
    line-height: 35px;
    text-decoration: none;
    /* border-radius: 10px; */
    position: relative;
}

.navber .navber_r a:hover,
.navber .navber_l img:hover {
    background-color: rgba(87, 87, 87, 0.1);
}

#but_lang,
#but_menu_open {
    height: 40px;
    min-width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    /* line-height: 40px; */
}

#but_menu_open {
    margin-right: 5px;
}

#but_lang {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    padding-left: 10px;
    margin-right: 10px;
}

#but_lang span {
    display: flex;
    margin-right: 3px;
}

@media screen and (max-width: 800px) {

    /* .navber_item_home,
    .navber_item_solutions,
    .navber_item_team,
    .navber_item_contact,
    #navber_item_sign */
    .main-navigation {
        display: none !important;
    }
}

@media screen and (min-width: 800px) {
    #but_menu_open {
        display: none !important;
    }

    #mobile-dropdown {
        display: none !important;
    }
}

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

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 450px;
    width: 110px;
    height: 110px;
    padding-top: 35px;
}

/* .arrow_txt{
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top:80px;
    left: -20px;
    width:80px;
    color: #FFF;
} */
.arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.5);
    border-right: 5px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    /* margin: -10px; */
    margin-left: 40px;
    animation: animate 2s infinite;
}

.arrow:hover {
    cursor: pointer;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

/*------------------*/
/* 彈出式選單 */

menu {
    margin: 0;
    padding: 00;
}

#navber_menu {
    /* top: 65px;
    right: 10px; */
}

.menu_box {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 1px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
}

.menu_box .menu_item {
    min-width: 180px;
    display: block;
    padding: 10px 10px;
    margin: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.menu_box .menu_item:hover {
    background-color: rgba(87, 87, 87, 0.1);
    cursor: pointer;
}

#menu_ba {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0);
    z-index: 98;
}

/*----------*/
.main_box {
    /* transform: translateY(); */
}

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

.p2_img {
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.p2_title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    color: rgb(0, 0, 0);
    position: relative;
}

.p2_title::after {
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    background-color: rgb(184, 161, 101);
    border-radius: 10px;
}

/*------------------------*/
.p2_2_p {
    background-color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
}

.p2_2_p h3 {
    font-size: 20px;
    /* color: rgb(184, 161, 101); */
}

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

.bottom_box {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(37, 42, 45);
    color: rgb(160, 160, 160);
}

.bottom_box .col-md-6 {
    margin: 10px 0;
}

/*----------------------*/
/* 切換不同語言 */
/* body[lg_type="tw"] *[lg="en"] {
    display: none !important;
}

body[lg_type="tw"] *[lg="cn"] {
    display: none !important;
}

body[lg_type="cn"] *[lg="en"] {
    display: none !important;
}

body[lg_type="cn"] *[lg="tw"] {
    display: none !important;
}

body[lg_type="en"] *[lg="cn"] {
    display: none !important;
}

body[lg_type="en"] *[lg="tw"] {
    display: none !important;
} */

.main-navigation .current-menu-item a {
    border-bottom: 4px solid rgb(243, 243, 243);
}

/* to remove list style from dropdown menu */
#mobile-dropdown ul {
    list-style: none;
    padding-inline-start: 0px;
}

#mobile-dropdown ul li a {
    min-width: 180px;
    display: block;
    margin: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

/* Highlight using list element */
#mobile-dropdown li.current_page_item {
    background-color: rgb(255, 255, 255) !important;
    border-radius: 10px;
}

#mobile-dropdown li.current_page_item a {
    color: #000 !important;
}

.dropdown-menu.show {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 1px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    display: block;
    left: 594px;
    top: 60px;
    opacity: 1;
    transform: translate(0px, 0px);
}

.footer-list {
    list-style: none;
}

/* style for the blog index page */
.blog-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.container--narrow {
    max-width: 960px;
}

.page-section {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

@media (min-width: 530px) {

    .page-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

.page-section--white {
    background-color: #FFF;
}

.page-section--beige {
    background-color: #FAF0CA;
}

.page-section p:last-of-type {
    margin-bottom: 0;
}

.post-item {
    border-bottom: 1px dotted #DEDEDE;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
}

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.headline {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;

}

.headline--large {
    font-size: 3.6rem;
}

@media (min-width: 530px) {

    .headline--large {
        font-size: 6.25rem;
    }
}

.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

.headline--medium {
    font-size: 1.9rem;
    margin-bottom: .75rem;
}

@media (min-width: 530px) {

    .headline--medium {
        font-size: 3.125rem;
    }
}

.headline--small-plus {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.9rem;
}

.headline--small {
    font-size: 1.2rem;
    margin-bottom: 1.9rem;
}

@media (min-width: 530px) {

    .headline--small {
        font-size: 1.6875rem;
    }
}

.headline--smaller {
    font-size: 1.5rem;
}

.headline--tiny {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem;
}

.headline--post-title a {
    color: #0D3B66;
    text-decoration: none;
}

.headline--post-title a:hover {
    text-decoration: underline;
}

.generic-content p,
.generic-content li {
    font-size: 1.15rem;
}

.generic-content blockquote,
.generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
}

.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}

.generic-content h1 {
    font-size: 3.6rem
}

.generic-content h2 {
    font-size: 3.1rem
}

.generic-content h3 {
    font-size: 2.6rem
}

.generic-content h4 {
    font-size: 2.1rem
}

.generic-content h5 {
    font-size: 1.6rem
}

.generic-content h6 {
    font-size: 1.15rem
}

@media (min-width: 530px) {

    .generic-content h1 {
        font-size: 6.25rem;
    }

    .generic-content h2 {
        font-size: 5rem;
    }

    .generic-content h3 {
        font-size: 3.125rem;
    }

    .generic-content h4 {
        font-size: 2.4rem;
    }

    .generic-content h5 {
        font-size: 1.9rem;
    }

    .generic-content h6 {
        font-size: 1.15rem;
    }
}

.metabox {
    background-color: #FAF0CA;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .07);

}

.metabox--position-up {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.metabox--with-home-link {
    padding: 0;
}

.metabox__main {
    padding: 10px 15px 10px 11px;
}

.metabox p {
    margin: 0;
    font-size: .9rem;
    color: rgb(168, 146, 56);
}

.metabox a {
    color: rgb(168, 146, 56);
    text-decoration: none;
    font-weight: bold;
}

.metabox a:hover {
    text-decoration: underline;
}

.metabox .metabox__blog-home-link {
    background-color: #0D3B66;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    font-weight: normal;
}

.metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: rgb(11, 47, 81);
}

.btn--blue {
    background-color: #0D3B66;
    color: #FFF;
}

.btn--blue:hover {
    background: linear-gradient(rgb(13, 80, 143), #0D3B66);
    color: #FFF;
}

/* for styling the individual blog page */
.blog-banner__title {
    color: white;
    position: absolute;
    text-align: center;
}

@media (min-width: 530px) {
    .am__col-3 .am_grid_col {
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.wp-post-image {
    max-width: 100% !important;
    height: auto !important;
}

.asr-filter-div {
    display: flex !important;
    justify-content: center;
}

.post-calendar {
    color: #F26522;
}

.card-text-top-margin {
    margin-top: 10px;
}