/* HTML 元素 */
html,
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
    min-height: 100%;
    display: grid;
    /*使用grid排版*/
    grid-template-rows: 1fr auto;
	background-color: #fff;/*背景COLOR*/
    /*將上半部設置為一個單位，剩下的部分設為自動高度*/
}
 
html {
	font-size: 16px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.card  {
    background-color: transparent;
}

.full {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.zindexbg {
    position: absolute;
    width: 100%;
}

.center_vertically_frame {
    height: calc(100vh - 90px);
    width: 100%;
    position: absolute;
    z-index: 10;
}

.logo_bigcard {
    text-align: center;
}

.logo_bigcard > img {
    margin: 0 20px;
}
.topzindex_h {
    height: calc(100vh - 85px);
}
.bgfull {
    max-width: 100%;
    width: 100%;
    background-image: url("png/8.png");
    /* The image used */
    height: 100vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.bgfull3 {
    max-width: 100%;
    width: 100%;
    /* The image used */
    height: 100vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.logo_bigcard_text {
    color: aliceblue;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.05rem
}

.btn_enter {
    background-color: rgba(85, 85, 85, 0.5);
    border: solid;
    border-color: #ffffff;
    color: #ffffff;
    border-width: 1px;
    font-size: 0.8rem;
}

.btn_enter:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #808080
}

#submit {
    color: #ffffff;
}

#submit:hover {
    color: #808080;
}

.navbar_logo {
    color: aliceblue;
    font-size: 1.8rem;
    padding-top: 45px;
    padding-left: 45px;
}

.footer_cantact {
    height: 70px;
    text-align: center;
    padding-top: 30px;
}

.navbar_logo_pos {
    position: absolute;
    z-index: 10;
}

.footer_cantact > div > img {
    width: 26.5px;
    margin-left: 13px;
    margin-right: 13px;
}

.fb_hight {
    height: 21px;
}

.w100 {
    min-width: 250px;
    max-width: 1180px;
    margin: 0 auto;
}

.navbar_logotop {
    font-size: 1.5rem;
    color: #828282;
    align-items: center;
    display: flex;
}

.navber_icon {
    align-items: center;
    justify-content: right;
    display: flex;
}

.navber_icon > .link_all > img {
    width: 22px;
    margin-left: 7px;
    margin-right: 7px
}

.navbar_logobk {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.portf_bar {
    text-align: center;
}

.portf_bar > p {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.portf_bar > .link_bar {
    color: #828282;
}

.portf_bar > .link_bar:hover {
    cursor: pointer;
    color: #2B2B2B;
}
.portf_bar > .link_bar_1{
        margin-left: 39px;
    margin-right: 39px;
}
.portf_bar > .link_bar_2{
        margin-left: 23px;
    margin-right: 23px;
}
.portf_bar > .link_bar_3{
        margin-left: 29px;
    margin-right: 29px;
}
.portf_bar > .link_bar_4{
        margin-left: 14px;
    margin-right: 14px;
}
.portf_bar > p > .bar_active {
    color: #2B2B2B;
}

.nav-item > .bar_active {
    color: #2B2B2B !important;
}

.portf_card {
    margin-bottom: 15px;
    color: #828282;
    border:none;
}

.card_portftitle {
    height: 22px;
    font-size: 1.02rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.card_portftext {
    height: 20px;
    font-size: 0.85rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.nopadding {
    padding: 0;
}

.p_tb20 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.card_noborder {
    border: 1px solid rgba(0, 0, 0, 0);
}

.cardhover:hover {
    opacity: 0.8;
    transition: all .3s linear;
}

.mtb40px {
    margin: 40px 0;
}

.border_r {
    border-radius: 100%;
}

.footer {
    background-color: #F9FAFB;/*背景COLOR*/
    text-align: center;
    color: #6D7280;
    padding-top: 25px;
    padding-bottom: 25px;
}

.borderline {
    margin: 25px 0;
    border-bottom: 1px solid;
    border-color: #D2D5DA;
    margin-right: 10%;
    margin-left: 10%;
}

.footer_icon {
    display: block;
}

.footer_icon > .link_all > img {
    width: 28px;
    margin-left: 15px;
    margin-right: 15px;
}

.contact_title {
    color: #939393;
    font: 350 0.5em Playfair Display, sans-serif;
	font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
}

.contact_title > h1 {
    font-weight: 100;
}

.contact_titlefrom {
    color: #939393;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 300;
}

.contact_titlefrom > h2 {
    font-weight: 300;
}

.contact_style {
    color: #939393;
    font: 350 1.2rem Playfair Display, sans-serif;
	font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contact_card {
    padding: 30px;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
	background-color: #FFF;
    border-color: #E0E0E0;
    border-style: solid;
}

.mtb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-contro {
    color: #A1A1A1;
}

.form-control:focus {
    border-color: #BDBDBD;
    box-shadow: none;
}

.form_input {
    padding-top: 5px;
    padding-bottom: 5px;
}

.h100px {
    height: 100px !important;
}

.btn_submit {
    color: #6d757d;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    margin-top: 5px;
}

.btn_submit:hover {
    background-color: #BDBDBD;
}

.btn_submit:focus {
    border-color: #BDBDBD;
    box-shadow: none;
}

.slider_container {
    position: relative;
}

.slider_container div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider_container div:nth-child(4) {
    animation: li3 7s infinite;
}

.slider_container div:nth-child(3) {
    animation: li3 7s infinite;
}

.slider_container div:nth-child(2) {
    animation: li2 7s infinite;
}

.slider_container div:nth-child(1) {
    animation: li1 7s infinite;
}

@-webkit-keyframes li4 {
    25% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }
}

@-webkit-keyframes li3 {
    25% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }
}

@-webkit-keyframes li2 {
    50% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }
}

@-webkit-keyframes li1 {
    75% {
        opacity: 1;
    }

    95% {
        opacity: 0;
    }
}

.slider_container div:nth-child(5) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slider_container div:nth-child(4) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.slider_container div:nth-child(3) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.slider_container div:nth-child(2) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

.slider_container div:nth-child(1) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

.about_bg {
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #F5F5F5;/*背景COLOR*/
    padding: 50px;
    margin-left: 15px;
}

.aboutcard_text {
    color: #939393;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.pr30 {
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .disbk_1200 {
        display: none;
    }
}

@media screen and (min-width: 1px) and (max-width: 1199px) {
    .dis_1200 {
        display: none;
    }

    .disbk_1200 {
        display: block;
    }

    .navbar_logobk > a > img {
        width: 200px;
    }

    .about_bg {
        max-width: 95%;
        margin-left: 27px;
    }
}

@media screen and (min-width: 1px) and (max-width: 991px) {
    .about_bg {
        max-width: 100%;
        margin: 0;
    }

    .aboutcard_left_wid {
        padding: 0;
    }

    .aboutcard_img {
        padding: 0;
    }

    .ph_p0 {
        padding: 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .contact_card {
        padding: 0;
        border-style: none;
    }
}

@media screen and (min-width: 1px) and (max-width: 576px) {
    .navbar_logobk > a > img {
        width: 170px;
    }

    .disbk_1200 {
        padding: 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 420px) {
    .navbar_logobk > a > img {
        width: 120px;
    }

    .navbar_logobk {
        margin-top: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .navbar_logotop {
        font-size: 1.5rem;
    }

    .footer_icon {
        padding: 0;
    }
}

@media screen and (min-width: 1px) and (max-width: 319px) {
    .navbar_logobk > a > img {
        width: 90px;
    }

    .navbar_logobk {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .navbar_logotop {
        font-size: 1.3rem;
    }

    .footer_icon > img {
        width: 35px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navber_icon a:hover {
    filter: invert(100%);
}

.footer_icon a:hover {
    filter: invert(100%);
}

.link_all:hover {
    filter: invert(20%);
    cursor: pointer;
}

.cardhover {
    cursor: pointer;
}

.link_logo {
    cursor: pointer;
}

.link_all {
    display: inline-block;
}

.footerw100 {
    max-width: 100%;
    width: 100%;
}

.pt30 {
    padding-top: 30px;
}

p {
    font-size: 0.85rem;
}

.footertext {
    font-size: 0.8rem
}

.full_h {
    min-height: 700px;
}

.errorstyle_card {
    background-color: rgba(85, 85, 85, 0.7);
    border: 1px solid #CFCFCF;
    border-radius: 1.25rem;
    padding-top: 40px;
    padding-bottom: 35px;
}

.error_center {
    text-align: center;
}

.error_text {
    color: aliceblue;
    margin-top: 33px;
    margin-bottom: 33px;
}

.btn_error_enter {
    background-color: rgba(85, 85, 85, 0.5);
    border: solid;
    border-color: #ffffff;
    color: #ffffff;
    border-width: 1px;
    font-size: 0.8rem;
    width: 68px;
}

.btn_error_enter:hover {
    opacity: 1;
    background-color: #ffffff;
    color: #808080;
}

.bgfull_error {
    background-color: rgba(100, 100, 100, .5);
    background-blend-mode: multiply;
}

#a_div {
    position: absolute;
    z-index: 2;
}

#b_div {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.zindextop {
    position: absolute;
    z-index: 10;
}

@media screen and (min-width: 1px) and (max-width: 300px) {
    .logo_bigcard > img {
		margin: 0 10px;
    }
    .navbar_logo {
		padding-top: 30px;
		padding-left: 30px;
	}
	
}
#ServiceSunDiv{
	padding:0 6%;
}
#ServiceSunDiv .card-body{
	padding: 25px 15px;
}
@media screen and (min-width: 1px) and (max-width: 576px){
    
	#ServiceSunDiv{
		padding:0 0;
	}
	#ServiceSunDiv .card-body{
		padding: 0px 0px;
	}
	#ServiceSunDiv img{
		margin-bottom:7px !important; 
		margin-top:7px !important;
    }
}

.fullmask{
    background-color: rgba(0,0,0,0.20);
    z-index: 11;
}