﻿body{font-family: "Microsoft JhengHei","微軟正黑體" !important;font-size: 18px;}
.en{font-family: Arial, Helvetica, sans-serif;}
.tac{text-align: center;}
.tar{text-align: right;}
.txt-note{font-size: smaller; color: #666;}
.txt_big{font-size: 120%;}

.mt_1{margin-top: 0.5rem;}
.mt_2{margin-top: 1.0rem;}
.mt_3{margin-top: 1.5rem;}
.mt_4{margin-top: 2rem;}
.mt_5{margin-top: 2.5rem;}

.ml_3{margin-left: 1.5rem;}
.ml_4{margin-left: 2rem;}
.ml_5{margin-left: 2.5rem;}

.ForM{

    display: none;

    }

.ForPC{

    display: block;

}

main{
/* 
    -moz-box-shadow:4px 4px 40px -2px rgba(20%,20%,40%,0.2);

    -webkit-box-shadow:4px 4px 40px -2px rgba(20%,20%,40%,0.2);

    box-shadow:4px 4px 40px -2px rgba(20%,20%,40%,0.2); */
}
menu{display: none;}
.MyTabs{

    width: 100%;

}

.MyTabs ul{

    font-size: 0;

}

.MyTabs ul li{

    cursor: pointer;

    box-sizing: border-box;

    background-color: #aaa;

    padding: 10px 0px;

    text-align: center;

    font-size: 18px;

    width: 20%;

    display: inline-block;

    transition: all .3s;

    -webkit-transition: all .3s;

}

.MyTabs ul li.active,

.MyTabs ul li:hover{

    background-color: #F00;

    color: #FFF;

}

.MyTabsContent{

    width: 100%;

    position: relative;

    box-sizing: border-box;
    background-color: #fff;

}

.MyTabsContent__Items{

    display: inline-block;

    width: 100%;

    opacity: 0;

    position: absolute;

    top: 0;left: 0;

    transition: all .3s;

    -webkit-transition: all .3s;

}

.MyTabsContent__Items:nth-child(1){background-color: #800;}

.MyTabsContent__Items:nth-child(2){background-color: #8f0;}

.MyTabsContent__Items:nth-child(3){background-color: #80f;}

.MyTabsContent__Items:nth-child(4){background-color: #8ff;}

.MyTabsContent__Items:nth-child(5){background-color: #48f;}



.MyTabsContent__Items.active{

    opacity: 1;

    position: relative;

}

.MyTabsContent__Items .box{

    font-size: 36px;

    text-align: center;

    line-height: 500px;

    color: #000;

    width: 100%;

    height: 500px;

}




/*style-easybank*/



body,input,button,html {

    background: url(../images/bg.png) no-repeat;
    background-size: 100%;
    background-attachment: fixed;

}



div {

    box-sizing: border-box;

    /*outline: 1px solid #000;*/

}



.list-inline{

    display: inline-block;

}

.list-inline li {

    display: inline-block;

}



.wrapper {

    padding: 0 40px;
    max-width: 1824px;
    margin: 0 auto;

}



.content {

    width: 100%;

    max-width: 1840px;

    margin: 0 auto;

    /* position: relative; */

}



.logo {



    padding: 30px 0 20px 0;

}



.nav {

    background-color: #fff;
    border-bottom: 4px solid #2ca6e0;

    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    justify-content: space-between;

    -webkit-justify-content: space-between;

}

img{

    display: block;

    width: auto;

    height: auto;

    max-width: 100%;


}



menu ul {

    font-size: 0;

}



menu ul li {

    cursor: pointer;

    box-sizing: border-box;

    text-align: center;

    display: inline-block;

    transition: all .3s;

    -webkit-transition: all .3s;

}

menu ul li.active a,

menu ul li a:hover {

    background: #2CA6E0;

    color: #fff;

}



menu ul li a {

    padding:42px 36px 32px;

    font-size: 28px;

    display: block;

    text-decoration:none;

    color: #000;

    font-weight: 600;
    background-color: #f4f4f4;

}






.menu-r {
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    border: 1px solid #bbb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-r ul{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.menu-r a{
    font-weight: bolder;
    color: #3a7fbd;
    text-align: center;
    text-decoration: none;
}
.menu-r li{
    border-right:1px solid #bbb;
    text-align: center;
}
.menu-r li:last-of-type{
    border-right: none;
}
.menu-r li.active{
    /* color:#1d5aa2; */
    font-size: 110%;
}
.menu-r li.active a::first-letter{
    color: #266bbb;
    font-size: 120%;
    margin-right: 2px;
}





.menu-r_text {

    font-size: 16px;

    color: #A61C4B;

    font-weight: 600;

    padding: 0 7px;

}



.menu-r span{

    display: inline-block;

}



.menu-r ul li {

    vertical-align: middle;

}
.menu-r ul li.active{
    background: linear-gradient(to bottom left, #fff 0%, #eef8fc 80%, #d3eef8 100%);
}



.banner {
/* 
    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    justify-content: space-between;

    -webkit-justify-content: space-between; */

    background-color: #fff;

}



.banner-l {

    width: 77%;

    position: relative;

}



.banner-l.ForPC img {

    width: 100%;

}



.banner-r {

    width: 23%;
    z-index: 1;
}



.banner-r_t {

    background: #f1faff;

    padding: 13.5% 5%;
    height: 105%;
    box-shadow:-3px 2px 3px rgba(0,0,0,0.2);

}










/* WebKit browsers */

::-webkit-input-placeholder {

    color: #333;

}

/* Mozilla Firefox 4 to 18 */

:-moz-placeholder {

    color: #333;

    opacity: 1;

}

/* Mozilla Firefox 19+ */

::-moz-placeholder {

    color: #333;

    opacity: 1;

}

/* Internet Explorer 10+ */

:-ms-input-placeholder {

    color: #333;

}



.banner-r_t input[type="text"],.contact-title form input[type="text"],.modal-body input[type="text"],form input[type="text"]{

    box-sizing: border-box;

    width: 100%;

    background: none;

    border: none;

    padding: 3%;

    border-bottom: 1px solid #bbb;
    font-size: 15px;
}


.banner-r_t input[type="text"]::placeholder,.contact-title form input[type="text"]::placeholder,.modal-body input[type="text"]::placeholder,form input[type="text"]::placeholder{
    color: #bababa;
}







.banner-r_t .txt_notes,.contact-title form .txt_notes, .modal-body .txt_notes{

    font-size: 13px;
    padding: 20px 0;
    color: #333;
}


.form-name{
    margin-bottom: 10px;
}


.form-radio {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    color: #666666;
}
.form-radio label{
    display: inline-block;
    margin-left: 8px;
}
.form-radio input[type="radio"]{
    display: none;
}
.form-radio span{
    border: 1px solid #b0afaf;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #fff;
    position: relative;
    margin-right: 5px;
}
.form-radio input:checked + span{
    border: 1px solid #248ab2;
}
.form-radio input:checked + span::before{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #248ab2;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.form-radio input:checked ~ b{
    font-weight: bold;
    color: #248ab2;
}
.form-checkbox {}
.form-checkbox input[type="checkbox"]{display: none;}
.form-checkbox span{
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}
.form-checkbox b{
    font-weight: inherit;
}
.form-checkbox input:checked ~ span::before{
    content: " ";
    display: inline-block;
    width: 11px;
    height: 3px;
    background-color: #248ab2;
    border-radius: 30px;
    position: absolute;
    transform: rotate(55deg);
    left: 0;
    bottom: 5px;
}
.form-checkbox input:checked ~  span::after{
    content: " ";
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #248ab2;
    transform: rotate(-55deg);
    border-radius: 30px;
    right: -9px;
    bottom: 10px;
}
.form-checkbox input:checked ~ b{
    font-weight: 900;
    color: #248ab2;
}


.form-phone {

    padding-bottom: 10px;

}


.form-amount{
    margin-bottom: 10px;
}
.form-addres{
    padding-bottom: -3%;
    margin-bottom: 5px;
    border-bottom: 1px solid #bbb;

}

.form-addres select{

    box-sizing: border-box;

    width: 100%;

    background: none;

    border: none;

    font-size: 15px;
    color: #bababa;
    padding: 3%;

}
.form-addres select option{
    color: #333;
}
.form-addres select:focus{
    color: #333;
}

.form-submit{
    margin-top: 7%;
}


.form-title {

    color: #2ca6e0;

    font-size: 25px;

    padding-bottom: 6%;

    text-align: center;

    font-weight: 600;

}



.form-title span {
    text-align: center;
    letter-spacing: 6px;

}









.form-submit button{

    background: #248ab2;

    border: none;

    border-radius: 30px;

    padding: 4%;

    font-size: 20px;

    color: #FFF;

    font-weight: 600;

    width: 100%;

    cursor: pointer;
    text-align: center;
}



.form-submit span {
/* 
    padding-left: 30px;

    position: relative; */

}






.notes {

    font-size: 13px;

    background-color: #fff;

}



.notes ul {

    padding: 10px;

}





.notes-title {

    background: #32a8cc;

    color: #fff;

    display: inline-block;

    font-size: 28px;

    margin-right: 20px;

    padding: 14px;

    vertical-align: middle;

}



.notes-bg {

  border-radius: 6px;

  background: #2ca6e0;

  margin-right: 5px;

  font-size: 12px;

  color: #fff;

  padding: 0px 7px;

  display: inline-block;

}






.notes-text {

    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    justify-content: space-between;

    -webkit-justify-content: space-between;

    padding: 5% 3%;

     background: url(../images/bg_about.jpg) no-repeat bottom right #fff;
     min-height: 533px;
}



.notes-text-l {

    text-align: center;

    width: 25%;

}



.notes-text-l p {

    color: #333;

    font-size: 18px;

    font-weight: 600;

    line-height: 22px;

}








.notes-text-m {

    width: 50%;

    padding: 0 3%;

}



.notes-text-m-s {

    color: #CC0000;

    font-weight: 600;

}




.notes-text-m p {

    color: #333;

    font-size: 16px;

    line-height: 30px;

    margin-top: 1%;

}



.notes-text-r {

    width: 50%;

    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    justify-content: space-between;

    -webkit-justify-content: space-between;

}



.notes-text-r_item {

    width: 33.3%;

    text-align: center;

    padding: 0 1%;

}



.notes-text-r_item h4 {

    color: #666666;

    font-size: 42px;

    font-weight: 600;

    padding-top: 5%;

}



.notes-text-r_item p {

    color: #CCC;

    font-size: 30px;

}







.case-title {
   background: url("../images/bg_case_01.png") no-repeat left bottom, url("../images/bg_case.jpg") repeat top center;
    padding:10% 5% 8% 40%;
    min-height: 600px;
}

.case-title .owl-dots{display: none !important;}
.case-title .txt_content{
    margin-top: 10%;
}
.case-title .item_box{display: flex;}
.case-title .owl-carousel .img{
    width: 35%;
}
.case-title .owl-carousel .img img{
    border-radius: 50%;
    width: 100%;
}
.case-title .owl-carousel .img span{
    display: block;
    color: #727272;
    text-align: center;
    margin-top: 10px;
}
.case-title .txt_box{
    border-radius: 14px;
    padding: 25px;
    flex-grow: 1;
    position: relative;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #333;
    margin:0 5% 0 30px;
    line-height: 1.5em;
    min-height: 180px;
}
.case-title .txt_box::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 20px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    z-index: 1;
    left: -15px;
    top:30%;
}
.case-title .txt_box::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 20px 13px 0;
    border-color: transparent #e5e5e5 transparent transparent;
    position: absolute;
    left: -16px;
    top:30%;
    z-index: -1;
}
.case-title .fontstyle1{
    color: #2ca6e0;
    margin-bottom: 10px;
}
.case-title .btn{
    background: none;
    color: #0b89c5;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #69c5f1;
    padding: 8px 80px;
    letter-spacing: 2px;
    background-color: #fff;
    border-radius: 30px;
}









.case-r_item-r div {

    font-size: 16px;

    margin-bottom: 10px;

}





.case-r_text {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  -webkit-transform: translate(-50%,-50%);

  width: 100%;

  padding: 0px 10px;

}



.case-r_notes {

    color: #503B3B;

    font-size: 12px;

    margin-left: 28.7%;

}





.service-title {
    background: url("../images/bg_service.png") repeat-x center bottom #fff;
    padding:10% 5% 15% 5% ;
}
.service_box{
    display: flex;
    margin:9% 5% 0 5%;
    align-items: center;
}
.service_box .en{flex-grow: 1;color: #b36119; font-weight: bold; font-size: 150%; letter-spacing: 2px;}
.service_content{
    border-radius: 30px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
    padding: 40px;
    flex-basis: 42%;
}
.service_content .title{
    font-weight: bold;
    font-size: 20px;
    flex-direction: column;
    text-align: center;
}
.service_content .win b{
    position: relative;
}
.service_content .win b:after{
    content: " ";
    position: absolute;
    width: 38px;
    height: 32px;
    background: url(../images/win.png) no-repeat top center;
    background-size: 100%;
    top: -10px;
    right: 10px;
}
.service_list{
    margin-top: 10px;
}
.service_list li{
    border-bottom: 1px solid #ced0d4;
    padding:5% 5% 3% 20%;
    display: block;
    line-height: 1.4em;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
}
.service_list li:last-child{border-bottom: none;}
.service_box .service_content:first-child{
    background-color: #d3f1ff;
}
.service_box .service_content:first-child .title{color: #0081a7;}
.service_box .service_content:first-child li:nth-child(1){background-image: url(../images/icon_01.png);}
.service_box .service_content:first-child li:nth-child(2){background-image: url(../images/icon_02.png);}
.service_box .service_content:first-child li:nth-child(3){background-image: url(../images/icon_03.png);}


.service_box .service_content:last-child{
    background-color: #6eafce;
}
.service_box .service_content:last-child .title{color: #fff;}
.service_box .service_content:last-child li{color: #fff;padding-top: 10%;}
.service_box .service_content:last-child li:nth-child(1){background-image: url(../images/icon_04.png);}
.service_box .service_content:last-child li:nth-child(2){background-image: url(../images/icon_05.png);}
.service_box .service_content:last-child li:nth-child(3){background-image: url(../images/icon_06.png);}

.contact-title{
    background: url(../images/bg_contact.jpg) no-repeat top left;
    margin-top: 5%;
    padding: 5% 5% 5% 61%;
    background-size: 59%;
}
.contact_box{
    color: #666;
    line-height: 1.5em;
    margin-bottom: 50px;
    margin-left: 5%;
}
.contact-title form{
    border-radius: 30px;
    padding:15% 10% 10% 10%;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    background-color: #fff;
    border: 1px solid #efefef;
    margin-left: -25%;
    position: relative;
}
.contact-title form .form-radio{
    position: absolute;
    right: 10%;
    top: 15%;
}


/*modal-form*/
.modal .modal-header{border-bottom: none;}
.modal .modal-header h5{
    font-weight: bold;
    color: #2ca6e0;
    font-size: 22px;
    text-align: center;
    flex-grow: 1;
    letter-spacing: 1px;
}
.modal form{position: relative; margin: 0 15px;}
.modal .form-radio{
    position: absolute;
    right: 3%;
    top: 5%;
}
.modal .form-submit{margin-bottom: 10%;}
.modal .form-submit button{
    background-color: #fff;
    border-radius: 30px;
    border:2px solid #69c5f1;
    color: #0b89c5;
    padding: 8px 0;
    width: 80%;
    letter-spacing: 2px;
}







.arrow-o:after {

    position: absolute;

    content: '';

    height: 0;

    width: 0;

    pointer-events: none;

    border: solid transparent;

    border-color: rgba(136, 183, 213, 0);

    border-left-color: #fff0f0;

    border-width: 20px;

    top: 50%;

    left: 100%;

    transform: translate( 0,-50%);

    -webkit-transform: translate( 0,-50%);

    z-index: 1;

}



.arrow-y {

    position: relative;

}



.arrow-y:after {

    position: absolute;

    content: '';

    height: 0;

    width: 0;

    pointer-events: none;

    border: solid transparent;

    border-color: rgba(136, 183, 213, 0);

    border-left-color: #fdaaaa;

    border-width: 20px;

    top: 50%;

    left: 100%;

    transform: translate( 0,-50%);

    -webkit-transform: translate( 0,-50%);

}



.arrow-b {

    position: relative;

}



.arrow-b:before {

    position: absolute;

    bottom: -30%;

    left: 15%;

    transform: translate(0%,-50%);

    -webkit-transform: translate(0%,-50%);

    content: '';

    display: inline-block;

    width: 60px;

    height: 62px;

    background-image: url('../images/service-icon-2.2.png');

    background-size: 100% 100%;

    background-repeat: no-repeat;

    vertical-align: middle;

}







.arrow-b:after {

    position: absolute;

    content: '';

    height: 0;

    width: 0;

    pointer-events: none;

    border: solid transparent;

    border-color: rgba(136, 183, 213, 0);

    border-left-color: #d0d0d0;

    border-width: 20px;

    top: 50%;

    left: 100%;

    transform: translate( 0,-50%);

    -webkit-transform: translate( 0,-50%);

    z-index: 1;

}





.arrow-g {

    position: relative;

}



.arrow-g:after {

    position: absolute;

    content: '';

    height: 0;

    width: 0;

    pointer-events: none;

    border: solid transparent;

    border-color: rgba(136, 183, 213, 0);

    border-left-color: #d5efff;

    border-width: 20px;

    top: 50%;

    left: 100%;

    transform: translate( 0,-50%);

    -webkit-transform: translate( 0,-50%);

}



footer {

    background: #248AB2;

    text-align: center;

    padding: 29px;

}



footer ul li{

    padding: 8px;

}



.footer-slogn {

    padding-top: 29px;

    font-weight: 600;

}



.footer-slogn:before {

    content: '';

    display: inline-block;

    background: #fff;

    width: 10%;

    height: 1px;

    vertical-align: middle;

    margin-right: 13px;

}



.footer-slogn:after{

    content: '';

    display: inline-block;

    background: #fff;

    width: 10%;

    height: 1px;

    vertical-align: middle;

    margin-left: 13px;

}



.fz14 {

    font-size: 14px;

}



.fz18 {

    font-size: 18px;

}



.fz20 {

    font-size: 20px;

}



.fz22 {

    font-size: 22px;

}



.c-ffd85f {

    color:#FFCC00;

}



.c-fff {

    color: #fff;

}



.copyright {

    text-align: center;

    font-size: 13px;

    padding: 10px;

}

.content_box[style="background-image:url(images/bg_case_01.png);"]{
    background-repeat: no-repeat;
    background-position: bottom left;
}










.content_notes{
    background: url('../images/bg_content_notes.png') no-repeat bottom left;
    background-size: auto 98%;
    padding: 20px 0 60px 490px;
    margin-top: 120px;
}
.content_notes ol{
    list-style-type: decimal;
    padding-left: 2em;
    margin-bottom: 10px;
}
.list_notes li{
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}
.title{
    display: flex;
    justify-content: start;
}
.title span{
    color: #888888;
    font-size: 17px;
    border-bottom: 1px solid #d3d3d3;
}
.title .en{
    font-size: 33px;
    border: none;
    color: #0b89c5;
    font-weight: bold;
    letter-spacing: 4px;
}
.title .en+span{
    margin-left: 5px;
    padding-left: 7px;
    padding-top: 10px;
    flex-grow: 1;
    text-align: left;
}

.msg_box{
    width: 70%;
    margin: 4% auto 0 auto;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    color: #333;
    padding: 3%;
}
.msg_box .title{
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.msg_box .title h4{font-weight: 900;color: #047bb3;}
.msg_box .content_box{
    padding: 15px 0;

}
.btn-box{}
.btn-box button:disabled{
    background-color: #b5b5b5;
    border-color:#b5b5b5;
    color: #fff;
}
.btn-box .style_1{
    background: none;
    color: #0b89c5;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #69c5f1;
    padding: 8px 80px;
    letter-spacing: 2px;
    background-color: #fff;
    border-radius: 30px;
}



@media screen and (max-width: 1440px) {/*ok*/

    .notes-text-r_item h4 {

        font-size: 38px;

    }



    .notes-text-r_item p {

        font-size: 26px;

    }


    .notes-text-m h3 {

        font-size: 37px;

    }


    .service-l {

        width: 30%;

    }



    .service-r {

        width: 70%;

    }


    .arrow-o:before {

        position: absolute;

        top: 0;

        left: 15%;

        transform: translate(0%,-50%);

        -webkit-transform: translate(0%,-50%);

        content: '';

        display: inline-block;

        width: 50px;

        height: 52px;

        background-image: url('../images/service-icon-1.2.png');

        background-size: 100% 100%;

        background-repeat: no-repeat;

        vertical-align: middle;

    }


    .arrow-b:before {

        position: absolute;

        bottom: -24%;

        left: 15%;

        transform: translate(0%,-50%);

        -webkit-transform: translate(0%,-50%);

        content: '';

        display: inline-block;

        width: 50px;

        height: 52px;

        background-image: url('../images/service-icon-2.2.png');

        background-size: 100% 100%;

        background-repeat: no-repeat;

        vertical-align: middle;

    }

}


@media screen and (max-width: 1280px){/*OK*/
    .banner-l{width: 74%;position: relative;}
    .banner-r_t{width: 26%;position: absolute;right: 0; top: 0; padding: 3%;height: auto;}
    .content_box[style="background-image:url(images/bg_case_01.png);"]{ background-size: auto 45%;}

}
@media screen and (max-width:1275px){
    .content_box[style="background-image:url(images/bg_case_01.png);"]{background-size: auto 40%;}
}

@media screen and (max-width: 1024px) {/*ok*/

    menu ul li a {

        padding: 42px 0 32px;

    }

}

@media screen and (max-width: 990px) {/*ok*/
    .ForPad{display: block;}

    .notes-text-r_item h4 {

        font-size: 32px;

    }



    .notes-text-r_item p {

        font-size: 20px;

    }


    main .case-title {

        font-size: 20px;

    }

    .case-title span:nth-child(2){

        font-size: 20px;

    }


    .notes-text-m h3 {

        font-size: 22px;

    }


    .notes-text-l p {

        font-size: 15px;

    }
    .banner-l{width: 100%;}
    .banner-r{width: 100%;}
    .banner-r_t{position:inherit;width: 100%;box-shadow: none;}
    .banner-r_t form{position: relative;}
    .banner-r_t input[type="text"],.contact-title form input[type="text"],.modal-body input[type="text"]{
        font-size: 18px;
        padding: 15px;
    }
    .banner-r_t input[type="text"]::placeholder,.contact-title form input[type="text"]::placeholder,.modal-body input[type="text"]::placeholder{
        font-size: 18px;
    }
    .banner-r_t .form-submit{text-align: center;}
    .banner-r_t .form-submit button{padding: 20px;width: 85%;}
    .banner-r_t .txt_notes, .contact-title form .txt_notes, .modal-body .txt_notes{
        font-size: 16px;
    }
    .banner-r_t .form-radio{position:absolute;top: 15px;right: 15px;}
    .case-title{
        background: url("../images/bg_case.jpg") repeat top center;
        background-size: 80%;
        position: relative;
        padding-left: 36%;
    }
    .case-title .ForPad{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .case-title .ForPad img{
        width: 85%;
    }
    .case-title .owl-carousel .img{width: 100%;}
    .case-title .txt_box{margin-right: 0;}
    .case-title .txt-not{text-align: right;}
    .case-title .btn-box{text-align: right;padding-right: 7%;}
    .case-title .btn{font-size: 19px;}
    .service_box{
        padding-left: 0;
        padding-right: 0;
    }
    .service_list li{padding-left: 55px; font-size: 17px;}

}

@media screen and (max-width:930px){
    .content_box[style="background-image:url(images/bg_case_01.png);"]{background-size: auto 36%;}
}

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

    .ForM{

        display: block;

    }

    .ForPC{

        display: none!important;

    }
    .banner-r_t{
        height: 100%;
        box-shadow: none;
    }


    .menu-r {

        /* position: relative; */

        right: 0;

        text-align: center;

    }

    .menu-r span {

        margin: 3% 0;

    }

    menu ul li a {

        padding: 10px 2px;

        font-size: 18px;

    }

    .form-submit span {

        padding-left: 11%;

        position: relative;

    }
    .notes-text-m{width: 43%;}
    .case-title{
        background-size: 50%;
        /* padding-left: 8%; */
        padding-left: 35%;
        padding-top: 8%;
        padding-bottom: 100%;
        background:url("../images/bg_case.jpg") repeat top center;
        position: relative;
    }
    .case-title .ForM{position: absolute;left: 0;bottom: 0;}
    .case-title .owl-carousel .img{width: 85%;}
    .case-title .txt_box{font-size: 18px;margin-right: 0;}
    .txt-note{font-size: 15px;}
    .service_box{display: block;}
    .service_box .en{margin: 8% 0;font-size: 150%;}
    .service_list li{font-size: 18px;padding-left: 60px;}
    .contact-title{background-size: 58%;}
    .contact-title form{margin-left: -80%;}
    .contact-title .form-name, .contact-title .form-radio, .contact-title .form-phone, .contact-title .form-addres, .contact-title .form-amount{
        width: 100%;
    }
    .banner-r_t .form-radio{
        position: initial;
    }
    .modal .form-name,.modal .form-radio,.modal .form-phone,.modal .form-addres,.modal .form-amount{
        width: 100%;
    }
    .contact-title form .form-radio{
        width: 141px;
        top: 12%;
    }
    .modal .form-submit span{padding-left: 0;}
    .contact-title{background: none;padding-left: 5%;}
    .contact-title .title{margin-top: 25px;}
    .contact-title form{margin-left: 0;padding: 10%;}
    /* .contact-title form .form-radio{top: 15%;} */
    .content_box[style="background-image:url(images/bg_case_01.png);"]{
        background-image: none !important;
    }


    .wrapper {

        padding: 0;

    }



    .logo-bg {

        background-color: #FFF;

    }



    .logo {

        padding: 30px 15px

    }



    .banner-r_t {

        background: #fff;

    }



    .banner-r_t input[type="text"] {

        color: #333;

        width: 100%;

        border: 1px solid #DDD;

    }

    .banner-r_t select{

        color: #333;

        width: 100%;

        border: 1px solid #DDD;

        margin-bottom: 5px;

    }

    .form-submit button {

        background: #248AB2;

        border: none;

        border-radius: 3px;

        padding: 2%;

        font-size: 30px;

        color: #fff;

        font-weight: 400;

        width: 100%;

        cursor: pointer;

    }

    .form-submit span:before {

        position: absolute;

        top: 50%;

        left: 0%;

        transform: translate(0%,-50%);

        -webkit-transform: translate(0%,-50%);

        content: '';

        display: inline-block;

        width: 42px;

        height: 35px;

        background-repeat: no-repeat;

        vertical-align: middle;

    }

    .form-submit span {

        padding-left: 8%;

        position: relative;

    }

    .form-addres {

        margin-bottom: 2%;

    }
    

    .form-amount {
        
        margin-bottom: 2%;

    }

    .banner-r_t p {

        color: #D11919;

        text-align: center;

        padding: 8px 0 20px 0;

        margin: 0 auto;

        font-size: 13px;

    }

    .banner-r_t .form-addres {border-bottom: none;}


    .moblie-title {

        font-size: 26px;

        font-weight: 600;

        text-align: center;

    }



    .moblie-title:before {

        content: '';

        display: inline-block;

        background: #ccc;

        width: 10%;

        height: 1px;

        vertical-align: middle;

        margin-right: 13px;

    }



    .moblie-title:after{

        content: '';

        display: inline-block;

        background: #ccc;

        width: 10%;

        height: 1px;

        vertical-align: middle;

        margin-left: 13px;

    }

    .banner-r_t {

        padding: 5% 5% 2% 5%;

    }



    form {

        display: flex;

        display: -webkit-flex;

        flex-wrap: wrap;

        -webkit-flex-wrap: wrap;

        justify-content: space-between;

        -webkit-justify-content: space-between;

    }
    .form-title{flex-basis: 100%;}



    .form-name,.form-radio,.form-phone,.form-addres,.form-amount {

        width: 50%;

        padding: 0px 10px 11px 0;

    }

    .form-addres {

        margin-bottom: 5px;

    }



    .form-submit {

        width: 100%;

    }



    .notes ul {

        padding: 1% 5%;

    }



    .moblie-line {

        background: #40D037;

        border: none;

        border-radius: 3px;

        padding: 4% 0;

        font-size: 30px;

        color: #fff;

        font-weight: 400;

        width: 100%;

        cursor: pointer;

        text-align: center;

        margin: 2% 0 1% 0;

    }

    .moblie-line span{

        position: relative;

        padding-left: 42px;

        display: inline-block;

    }



    .moblie-line span:before {

        position: absolute;

        top: 50%;

        left: 0%;

        transform: translate(0%,-50%);

        -webkit-transform: translate(0%,-50%);

        content: '';

        display: inline-block;

        width: 41px;

        height: 39px;

        background-image: url('../images/mobile-icon-line.png');

        background-size: 100% 100%;

        background-repeat: no-repeat;

        vertical-align: middle;

    }



    .moblie-phone {

        background: #D98E04;

        border: none;

        border-radius: 3px;

        padding: 5% 0;

        font-size: 30px;

        color: #fff;

        font-weight: 400;

        width: 100%;

        cursor: pointer;

        text-align: center;

    }



    .moblie-phone span{

        position: relative;

        padding-left: 42px;

        display: inline-block;

    }



    .moblie-phone span:before {

        position: absolute;

        top: 50%;

        left: 0%;

        transform: translate(0%,-50%);

        -webkit-transform: translate(0%,-50%);

        content: '';

        display: inline-block;

        width: 40px;

        height: 35px;

        background-image: url('../images/mobile-icon-phone.png');

        background-size: 100% 100%;

        background-repeat: no-repeat;

        vertical-align: middle;

    }



    .nav {

      border-top: 4px solid #248AB2;

    }

    .banner-r_t:after {

      content: none;

    }


    .notes-text-r_item h4 {

        font-size: 29px;

    }



    .notes-text-r_item p {

        font-size: 17px;

    }


    .title{
        display: block;
    }
    .title .en{
        color: #888;
        display: block;
        font-size: 75%;
        padding-left: 9px;
        padding-bottom: 0;
        letter-spacing: 1px;
    }
    .title .en+span{
        color: #0b89c5;
        font-weight: bold;
        letter-spacing: 1px;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 5px;
        font-size: 33px;
        display: block;
    }

}

@media screen and (max-width: 550px) {/*OK*/

    .form-submit button {

        font-size: 16px;

        padding: 4% 0;

    }

    .moblie-line {

        font-size: 16px;

        padding: 5% 0;

    }



    .moblie-phone {

        font-size: 16px;

    }
    .notes-text{background-size: 100%;padding-bottom: 48%;}
    .notes-text-m{width: 100%;}
    .case-title{padding-left: 5%;}
    .case-title .btn-box{text-align: right;}
    .contact-title{
        background:none;
        padding-left: 5%;
    }
    .contact-title .title{margin-top: 5%;}
    .contact-title form{margin-left: 0;}
    .banner-r_t .form-radio{position: inherit;}
    .case-title{padding-bottom: 0;}
    .case-title .ForM{position: inherit; margin-top: 20px;margin-left: -5%;}
    .content_notes{
        background-size: 172% auto;
        padding: 20px 0 240px 0px;
        margin-top: 0px;
    }
    .content_box[style="background-image:url(images/bg_case_01.png);"] {background-size: auto 350px;padding-bottom: 290px;}
    

    
}


@media screen and (max-width: 396px) {/*OK*/

    footer ul li span {

        display: block;

        padding-bottom: 3%;

    }
    .case-title .item_box{
        flex-direction: column;
        align-items: center;
    }
    .case-title .owl-carousel .img{width: 45%;}
    .case-title .txt_box{margin: 30px 0;}
    .case-title .txt_box::before{
        content: "";
        display: inline-block;
        width: 0;
height: 0;
border-style: solid;
border-width: 0 12px 20px 12px;
border-color: transparent transparent #fff transparent;
        position: absolute;
        z-index: 1;
        top: -15px;
        left: 46%;
    }
    .case-title .txt_box::after{
        content: "";
        display: inline-block;
        width: 0;
height: 0;
border-style: solid;
border-width: 0 12px 20px 12px;
border-color: transparent transparent #e5e5e5 transparent;
        position: absolute;
        top: -16px;
        left: 46%;
        z-index: -1;
    }
    .case-title .btn-box{text-align: center;}
    .service_content .win b:after{
        content: none;
    }
    .service_content .win b:before{
        content: " ";
        display: block;
        width: 38px;
        height: 32px;
        background: url(../images/win.png) no-repeat top center;
        background-size: 100%;
        margin-left: calc(100% - 35px);
    }

}

@media screen and (max-width: 320px) {/*OK*/

    .form-submit span {

        padding-left: 15%;

    }

    .copyright {

        font-size: 12px;

        padding: 12px;

    }
    .contact-title form .form-radio{position: inherit;}

}




































