html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'PingFangTC-Regular', 'Noto Sans TC', 'Microsoft JhengHei', 'Lato', sans-serif;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}
body a:hover,
body button:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
body a:focus,
a:hover {
    text-decoration: none;
}
input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'PingFangTC-Regular', 'Noto Sans TC', 'Microsoft JhengHei','Roboto', sans-serif;
    letter-spacing: 1.2px; 
}
p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    letter-spacing: 1px;
    color: #3c3c3c;
    font-family: 'PingFangTC-Regular', 'Noto Sans TC', 'Microsoft JhengHei','Lato', sans-serif;
}
/*ul,
ol {
    margin: 0;
    padding: 0;
}*/

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
/*-- //Reset Code --*/

/*-- bottom-to-top --*/
.toTop-arrow {
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    border: 5px solid #ffc107;
    border-radius: 50%;
    opacity: 0.6;
    background: #fff;
    cursor: pointer;
    position: fixed;
    right: 72pt;
    bottom: 20pt;
    display: none;
    z-index: 999;
}

.toTop-arrow::before, .toTop-arrow::after {
    width: 19px;
    height: 6px;
    border-radius: 3px;
    background: #ffc107;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.42rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.42rem;
}

.toTop-arrow:focus {
    outline: none;
}
/*-- //bottom-to-top --*/

/* header */

/* logo */
a.navbar-brand {
    font-family: 'Noto Sans TC', 'PingFangTC-Regular', 'Microsoft JhengHei','Roboto', sans-serif;
    font-size:1.3em;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
}
/* logo */
/* navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0.1em 0.1em 1em rgba(169, 129, 24, 0.12);
}
.navbar-member {
    background-color: #fffade;
    position: static;
}

.navbar-light .navbar-toggler {
    border: none;
}
.header-items ul,
.header-items ol {
    margin: 0;
    padding: 0;
}
ul.navbar-nav {
    background: transparent;
}
a.nav-link {
    padding: 0 !important;
}
a.nav-link {
    padding: 0 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3c3c3c !important;
}
a.nav-link:hover {
    color: #f1cf69 !important;
}
.dropdown-item {
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
}
.dropdown-menu {
    left: -32px;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f1cf69;
}
/* //navigation */

.header-items li {
    display: inline-block;
}
/* header contact */
.serv_bottom {
    background: #FFEB3B;
    font-size: 15px;
    color: #3b3b3b;
    letter-spacing: 1px;
}
.serv_bottom:hover {
    opacity: 0.8;
}

.header-items a i {
    font-size: 20px;
    vertical-align: middle;
}
#twidModal .modal-header {
    border-bottom : none ;
    padding: 1rem 1rem 0;
}
#logoutModal .modal-content,
#twidModal .modal-content {
    min-height: 20vh;
    background-color: #ffe315;
}
/* //header contact */
/* //header */
/* banner */
.banner-slider1,
.banner-slider2,
.banner-slider3 {
    max-height: 47vw;
    -webkit-transition: width 2s, height 4s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}

.index-bg {
    background: url(../../images/images2.0/banner-index.png) no-repeat center;
    background-color: #FFFCED;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.flexbox-center{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height: 40vw;
}

.banner-slider1 {
    background: url(../../images/images2.0/banner_.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.banner-slider1 .hum-01{
    max-width: 20%;
    margin: -20em 0 0 0;
}

.hum-02 img{
    width: 60%;
    display: flex;
    justify-content: center;
}
.people-img img {
    height: 60vh;
    -webkit-filter: drop-shadow(8px -5px 2px rgb(50, 50, 50, 0.2));
    filter: drop-shadow(8px -5px 2px rgb(50, 50, 50, 0.2));
}

.banner-btn a {
    background-color: #4B83A5;
    border: 2px solid #4B83A5;
    border-radius: 0.25rem;
    padding: 0.5em 1.7em;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 500;
    font-size: 1.05em;
}

.banner-btn a:hover {
    background-color: transparent;
    border: 2px solid #4B83A5;
    color:#4B83A5;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin: 0 6px;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 60px;
}

.carousel-indicators .active {
    background-color: #f1cf69;
}

.carousel-indicators li {
    background-color: #fff;
}

.cont-btn a {
    border: 2px solid #FFE315;
    padding: 0.5em 1.7em;
    color: #3B3B3B;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 0.9em;
}
.cont-btn a:hover, .cont-btn a.active {
    background: #FFE315;
    border: 2px solid #FFE315;
}
.cont-btn a.active:hover {
    opacity: 0.8;
}
/* //banner social icons */
.contact-w3-agileits {
    padding: 3.5em 0;
}
.contact-w3-agileits h3 {
    color: #5c5c5c;
    position: relative;
    font-size: 1.5em;
    letter-spacing: 1.2px;
    margin-bottom: 1.5em;
}
.contact-w3-agileits h3::before {
    content: '';
    background: #d9d9d9;
    width: 45%;
    height: 3px;
    position: absolute;
    top: 145%;
    left: 0%
}
.contact-w3-agileits h3::after {
    content: '';
    background: #FFC107;
    width: 10%;
    height: 3px;
    position: absolute;
    top: 145%;
    left: 0%
}
.contact-w3-agileits h5 {
    color: #435a64;
}

.title {
    padding-bottom: 1.5rem;
}

.title h1{
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 5px;
    position:relative;
    color: #5C5C5C;
    padding-bottom: 5px;
}
.title h2 {
    font-size: 1.8em;
    color: #435A64;
    font-weight: bold;
    letter-spacing: 3px;
}
.title h3 {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    color: #5C5C5C;
}
.title h4{
    font-size: 1.8em;
    color: #435A64;
    font-weight: 600;
    letter-spacing: 3px;
}
.title h5{
    color: #435A64;
    letter-spacing: 2px;
}
.title p{
    color: #434343;
    font-size: 1.05em;
}


/*-- services --*/
.agileits-services-grids h4 {
    font-size: 1.2em;
    color: #435A64;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 16px 0 0;
}

.agileits-services-grids i {
    font-size: 2em;
    color: #f1cf69;
    text-align: center;
}

.agileits-services-grids span {
    width: 40px;
    height: 2px;
    background: #065bfd;
    display: inline-block;
}
/*-- //services --*/


/*-- 申辦方案 --*/
.plan-bg {
    background: url(../../images/images2.0/plan-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.card-plan {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #FFE315;
    border-radius: 0.8rem;
    padding: 2em 0 1.5em 0;
}
.card-list-ltem {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #FFE315;
    border-radius: 0.8rem;
    padding: 1em 0;
}

h5.card-title a {
    color: #fff;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.5;
}
.plan-info h5 {
    color: #585D60;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.plan-title {
    padding-bottom: .3em;
}
.plan-title .amount {
    color: #585D60;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 1px;
}
.plan-title .amount-remark {
    color: #585D60;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
}
.plan-info p {
    color: #ff9007;
    letter-spacing: 1.5px;
    font-size: 1.1em;
    font-weight: 500;
    padding-bottom: .5em;
}
.plan-info .requirement {
    font-size: 1em;
    color: #435a64;
}
.installment{
    padding: 0.3em 0 0;
    color:#FFBA00;
    font-weight: 600;
    letter-spacing: 1px;
}
.installment .installment-price{
    color:#FFBA00;
    font-size: 2em;
}
.installment .mouth-pay{
    font-size: 1.3em;
}
.installment .unit{
    font-size: 0.7em;
}
.installment .mouth-pay-up{
    font-size: 1.1em;
}

.tag {
    background-color: #ff9f28;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1.5px;
    padding: 2px 10px;
    position: absolute;
    right: -1px;
    top: 8px;
}
/*-- //申辦方案 --*/


/*-- 分期試算 --*/
.count-bg {
    background: url(../../images/images2.0/count-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.count-card{
    background: #fff;
    padding: 2em;
    border-radius: 10px;
    border: 1px solid #FFE87E;
}
.count-title label{
    color: #435A64;
    font-weight: 400;
    font-size: 1.1em;
    padding-bottom: .4em;
}
.count-title input{
    letter-spacing: 2px;
    font-size: 1.5em;
    font-weight: bold;
    color: #435A64;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin-top: -20px;
}
.count-title span{
    color: #707070;
}
.count-item {
    margin-left: 7%;
}
/*-- //分期試算 --*/

/*-- 申辦流程 --*/
.apply-process img{
    height: 15em;
    padding: 1em;
}
.apply-process h4 {
    color: #ffc107;
    font-size: 1.3em;
    letter-spacing: 2.5px;
    margin-bottom: .3em;
}
/*-- //申辦流程 --*/
/*-- go78 --*/
.go78 {
    background: url(../../images/images2.0/go78-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/*-- go78 --*/


/*-- about us --*/
.about-urich {
    background: url(../../images/images2.0/aboutus-bg.svg) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/*-- about us --*/

/* mobile tab */
.mobile-tab{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.mobile-tab .col {
    background-color: #FFF2A6;
    height: 3em;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.mobile-tab i{
    margin-right: 0.5rem;
    color: #435a64;
}
.mobile-tab p{
    color: #435a64;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
}
/* //mobile-tab */

/*--Footer--*/
footer {
    position: relative;
    clear: both;
    background: #FFF2A6;
}

.wthree-left-right h4 {
    color: #e6bb38;
	letter-spacing: 1.5px;
}
.footer-agile-grids p {
    padding: 0 0 7px;
    margin-bottom: 10px;
    font-size: 1em;
}
.wthree-left-right li a {
    font-size: 16px;
    line-height: 1.8em;
    color: #3C3C3C;
    padding-bottom: 5px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    font-weight: 400;
}
.wthree-left-right li a:focus,.wthree-left-right li a:hover{
	color:#f1cf69;
	text-decoration: none;
}
.wls-hours-list ul li {
    color: #3C3C3C;
    padding: 0px 0px 7px;
    margin-bottom: 10px;
}
.addres-up ul li span {
    font-size: 21px;
    color: #f76200;
}
.addres-up ul li p {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
}
.social-media a{
    margin-right:10px;
}
.social-media img{
    height: 28px;
}

footer p {
	font-size: 14px;
	color: #3C3C3C;
	letter-spacing: 2px;
}
footer p a {
	color: #3C3C3C;
}
footer p a:hover {
	color: #ad8205;
	text-decoration:underline;
}

hr.footer-line{
    border-top:1px solid #3C3C3C;
}
.left-indus-icons {
    padding: 12px 0px;
    background: #d40000;
}
.icons ul li a span, .footer-icons ul li a span {
    font-size: 14px;
    margin: 0px 4px;
    color: #3C3C3C;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*--//Footer--*/


/* 404 error page */

.error_banner {
    background: url(../images/3.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 8vw 0;
}

.error_banner:after {
    background-color: rgba(8, 8, 8, 0.76);
    content: "";
    left: 0;
    opacity: 0.65;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.error_banner h4 {
    color: rgba(249, 249, 249, 0.21);
    font-size: 80px;
    font-weight: 600;
}

.error_banner h5 {
    color: #fff;
    font-size: 14em;
    font-weight: 600;
}

.error_banner h5 sup {
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei','Lato', sans-serif;
}

a.button-w3ls-2 {
    color: #fff;
    letter-spacing: 2px;
    background: #5eca9f;
    padding: 15px 20px;
    font-size: 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 5em;
}

a.button-w3ls-2:hover {
    background: #f1cf69;
}

/* //404 error page */

/* login page */
.login-bg {
    background: url(../../images/images2.0/bg-login.png) no-repeat right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.member-category{
    text-align: right;
}
.member-category a{
    color: #525252;
    letter-spacing: 1.2px;
    margin: 0 1em;
}
.member-category a.active{
    border-bottom:3px #FFE87E solid; 
    padding-bottom:3px;
}
.member-category a:hover{
    border-bottom:3px #FFE87E solid; 
    padding-bottom:3px;
    color: #FFE87E;
}
.forgot-password{
   display: flex;
   justify-content: flex-end;
}
.forgot-password a{
    font-size: small;
    color: #909090;
}
.forgot-password a:hover{
    text-decoration: underline;
}
.form-horizontal{
    background-color: #fff;
    padding: 30px 0 0;
    border-radius: 10px;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    max-width: 600px;
    margin:0 auto;
}
.form-horizontal .heading{
    color: #666;
    font-size: 1.6em;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 30px 0;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
}
.form-horizontal .form-group i{
    color: rgba(0,0,0,0.2);
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.form-horizontal .form-check-label{
    color: #505050;
    font-size: .9em;
}

#registerForm .form-group i{
    color: rgba(0,0,0,0.2);
    font-size: 20px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.form-horizontal .form-control,
#registerForm .form-control{
    font-size: 16px;
    letter-spacing: 1.5px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e9ecef;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    text-transform: uppercase;
}
.form-horizontal .form-control:focus,
#registerForm .form-control:focus{
    box-shadow: none;
    border-color: #ffc107;
}
#registerForm .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0;
}
.form-horizontal .form-terms {
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #3FA9F2;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #3B3B3B;
    background-color: #FFE315;
    font-size: 16px;
    padding: 0.3em 4em;
    margin: 0 0 10px;
    border-radius: 50px;
    border: 2px solid transparent;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    opacity: 0.7;
    /* color: #FFE315;
    background-color: #fff;
    border: 2px solid #FFE315; */
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    float: right;
}
.form-horizontal .form-login a {
    color: #ffc107;
    font-weight: bold;
}
.form-horizontal .form-login a:hover{ 
    text-decoration: underline; 

}
.form-horizontal .form-footer{
    text-align: center;
    padding: 20px 25px 25px;
    margin-top: 2.5em;
    border-radius: 0 0 10px 10px;
}

.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #fff;
    background-color: #3b5998;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    padding: .2em 2em;
    border-radius: 7px;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    opacity: 0.7;
    /* color: #3b5998;
    background-color: #fff;
    border-color: #3b5998;
    border: 2px solid #3b5998; */
}

.form-horizontal .hr-text{
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    clear: both;
    height: 1.5em;
    opacity: .5;
}
.form-horizontal .hr-text::before{
    content: '';
    background: #818078;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.form-horizontal .hr-text::after{
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}
.register-submit button{
    color: #3B3B3B;
    background-color: #FFE315;
    font-size: 16px;
    width: 100%;
    height: 42px;
    border-radius: 50px;
}
.check-text {
    font-size: 0.9em;
}
.suppliercard{
    padding: 30px 0 50px;
}
.suppliercard p {
    padding-top: .5em;
    font-size: small;
}
.get-vcode-btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: cornflowerblue;
    font-size: .9em;
    letter-spacing: 1.2px;
    text-decoration: underline;
}
.get-vcode-btn:hover {
    cursor: pointer;
    opacity: 0.8;
}
.get-vcode-btn:disabled {
    cursor: not-allowed;
    text-decoration: none;
    color: #545b62;
}
.payment-descrption {
    letter-spacing: .15em;
    font-weight: bold;
    color: #5b6a79;
    padding: 0 .5em;
}
/*-- login page  --*/

/*-- 常見問題 --*/
#faqMember button,
#faqService button {
    white-space: normal;
    text-align: left;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #545b62;
}
/*-- //常見問題 --*/

/*-- 修改會員資料 --*/
.member-edit label {
    letter-spacing: 1.2px;
    color: #3c3c3c;
    margin-bottom: .2em;
}
.member-edit input[type="submit"] {
    margin-bottom: 2em;
    color: #3c3c3c;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
}
.member-edit input[type="submit"]:hover {
   color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.member-edit .form-control {
    border-radius: 50px;
    padding: 0.375rem 0.75rem 0.375rem 1rem;
}

/*-- //修改會員資料 --*/
/*-- 申辦分期 --*/
.apply-product label {
    letter-spacing: 1.2px;
    color: #3c3c3c;
    margin-bottom: .2em;
}
.apply-product .form-control {
    border-radius: 50px;
    padding: 0.375rem 0.75rem 0.375rem 1rem;
}
.apply-product .title {
    padding-bottom: 1rem;
}
.apply-product .notice {
    color: #dc3545;
    font-size: 0.95em;
}
.apply-product .form-control:focus {
   border-color: #ffc107;
   box-shadow: 0 0 0 0.2rem rgba(255, 197, 0, 0.2);
}
.require-item::before {
    content: '必填';
    color: #3c3c3c;
    background-color: #fff2a6;
    border-radius: 50px;
    padding: 0 .5em;
    margin-right: .3em;
    font-size: .8em;
    position: relative;
    bottom: 1px;
}
.upload-file {
    margin-bottom: 1em;
}
.upload-file img {
    padding: 0 1em 1em;
    max-width: 100%;
    height: auto;
}
.upload-file a {
    padding: 0.3em 1em;
    color: #ffffff;
    background-color: #ffa000;
    border-radius: 10px;
}
.apply-product .btn-pre-step {
    color: #212529;
    padding: 0.5rem 1rem;
    margin: 1em 0;
    border-radius: 50px;
    background-color: #fff2a6;
    border-color: #fff2a6;
}
.apply-product .btn-next-step {
    color: #212529;
    padding: 0.5rem 1rem;
    margin: 1em 0;
    border-radius: 50px;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
}
.apply-product .btn-pre-step:hover ,
.apply-product .btn-next-step:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
/*-- //申辦分期 --*/
/* responsive */
@media(max-width: 1680px) {
    img .img-fluid.img-posi-2 {
        left: 15%;
    }
}

@media(max-width: 1600px) {
    img.img-fluid.img-posi-2 {
        left: 9%
    }
}

@media(max-width: 1440px) {
    .social-agile-banner {
        margin-top: 7em;
    }
    .banner-slider1 .hum-01{
    max-width: 18%;
    margin: -25em 0 0 0;
    }
    .banner-slider1 .hum-02{
    max-width: 20%;
    margin: -30em 0 0 0;
    }
}

@media(max-width: 1280px) {
    .social-agile-banner {
        margin-top: 4em;
    }
    .agileits_works-grid {
        padding: 2em 6em 0 6em;
    }
    img.img-fluid.img-posi-2 {
        left: -5%;
    }    
}

@media(max-width: 1080px) {
    a.nav-link {
        font-size: 15px;
    }
    .header-items a {
        font-size: 15px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
    h3.tittle {
        font-size: 34px;
    }
    h3.tittle span {
        font-size: 14px;
    }
    .agileits_works-grid {
        padding: 1em 7em 0 3em;
    }
    img.img-fluid.img-posi-2 {
        left: -13%;
        top: 8%;
    }
	.freebies figure {
        height: 406px;
        max-height: 406px;
    }
    .apply-process img {
        height: 12em;
    }
}


@media(max-width: 1024px) {
    li.para-share-ew3ls {
        font-size: 18px;
    }
    .social-agile-banner ul li a i {
        font-size: 15px;
    }
    img.img-fluid.img-posi-2 {
        top: 5%;
    }
	.freebies figure {
    height: 386px;
    max-height: 386px;
    }
    .banner-slider1 .hum-01{
    max-width: 170px;
    margin: -15em 0 0;
    }
    .banner-slider1 .hum-02{
    max-width: 200px;
    margin: -18em 0 0;
    }
    .toTop-arrow {
        right: 23pt;
        bottom: 70pt;
    }
}

@media(max-width: 991px) {
    a.nav-link {
        margin: 0 .5em;
    }
    .about .d-flex {
        display: inherit !important;
    }
    img.img-fluid.img-posi-2 {
        top: 8%;
        left: 16%;
    }
    .banner2-w3ls {
        min-height: 250px;
    }
    .freebies figure {
        height: 370px;
        max-height: 370px;
    }
    .d-flex.abtf-info.mt-5 {
        display: inherit !important;
    }
    .about-grids:nth-child(2) {
        margin: 1.5em 0;
    }
    .apply-process img {
        height: 10em;
    }
    .title h1 {
        font-size: 1.8em;
    }
    .title h3 {
        font-size: 1.6em;
    }
    .title h4 {
        font-size: 1.5em;
    }
    .plan-info h5 {
        font-size: 1.3em; 
    }
}

@media(max-width: 900px) {
    .social-agile-banner {
        margin-top: 3em;
    }
    img.img-fluid.img-posi-2 {
        left: 10%;
    }
}

@media(max-width: 800px) {
    li.para-share-ew3ls {
        font-size: 16px;
    }
    .social-agile-banner ul li a i {
        font-size: 14px;
    }
    img.img-fluid.img-posi-2 {
        left: 4%;
    }
	.freebies figure {
    height: 300px;
    max-height: 300px;
}
}

@media(max-width: 768px) {
    .freebies figure {
    height: 288px;
    max-height: 288px;
    }
    a.nav-link {
    margin: 0 .25em;
    }
    .banner-slider1 .hum-01 {
    max-width: 17%;
    margin: -9em 0 0;
    }
    .banner-slider1 .hum-02 {
    max-width: 18%;
    margin: -12em 0 0;
    }
    .social-media img {
        height: 24px;
    }
}

@media(max-width: 736px) {
    .agileits_w3layouts_contact_gridl {
        margin-top: 1.5em;
    }
    .card-deck .card {
        flex: auto;
    }
    .copyright {
        padding-bottom: 2em;
    }
    .tab-hide {
        display: none !important;
    }
}

@media(min-width: 736px) {
    .mobile-tab .col {
        height: 2.5em;
    }
}
    

@media(max-width: 667px) {
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }
}

@media(max-width: 640px) {
    .social-agile-banner {
        margin-top: 2em;
    }
}

@media(max-width: 600px) {
    .carousel-indicators {
        bottom: 30px;
    }

    .banner-slider1, .banner-slider2, .banner-slider3 {
        min-height: 53vw;
    }

    h3.agile-title {
        font-size: 1.2em;
        letter-spacing: 2px;
        line-height: 28px;
        padding: 0em;
        margin-bottom: 1em;
    }

    .title h1 {
        font-size: 2em;
        letter-spacing: 3px;
    }

    .title h4 {
        font-size: 1.8em;
        letter-spacing: 1.5px;
    }
}

@media(max-width: 568px) {
    .carousel-indicators {
        bottom: 16px;
    }

    .social-agile-banner {
        margin-top: 1.5em;
    }

    .banner2-w3ls {
        min-height: 200px;
    }

    .toTop-arrow {
        right: 22pt;
        bottom: 100pt;
    }
    .fb_dialog iframe {
        bottom: 65px !important;
    }
}

@media(max-width: 480px) {
    .sticky {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        background-color: #fffade;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 1rem;
    }

    .sticky + .contact-w3-agileits {
        padding-top: 60px;
    }
    .social-media img {
        height: 2em;
    }
    .card-plan {
        margin: 0 1em;
    }
    .flexbox-center {
        justify-content: center;
        min-height: 50vh;
    }
    .contact-w3-agileits {
        padding: 3.2em 0 2em;
    }
    .title {
        padding-bottom: 1.2rem;
    }
    .title h1 {
        font-size: 1.8em;
        letter-spacing: 3px;
    }
    .title h2 {
        font-size: 1.3em;
    }
    .title h3 {
        font-size: 1.5em;
    }
    .title h4 {
        font-size: 1.5em;
        letter-spacing: 1.5px;
    }
    .title h5 {
        font-size: 1.12em;
    }
    .apply-process img {
        height: 10em;
    }
    .contact-w3-agileits h3 {
        font-size: 1.3em;
    }
    .form-horizontal .btn {
        width: 100%;
    }
    .card-list-ltem .card-body {
        padding: 1rem;
    }
    .card-list-ltem {
        padding: 0
    }
    .card-list-ltem .installment .installment-price {
        font-size: 1.8em;
    }
    .upload-file img {
        padding: 1em;
    }
}

@media(max-width: 440px) {
    .contact_wthreerow h4 {
        font-size: 20px;
    }

    .wthree-left-right h4 {
        font-size: 20px;
    }

    .banner2-w3ls {
        min-height: 170px;
    }

    p.invest {
        width: 100%;
    }

    .count-item {
        margin-left: 0;
    }
}


@media(max-width: 384px) {
    button.navbar-toggler {
        padding: 3px 10px;
    }

    .freebies article.item h4 {
        padding: 15px 0px 20px;
        margin-bottom: 16px;
    }

    .freebies figure {
        height: 240px;
        max-height: 240px;
    }
}


@media(max-width: 320px) {
    li.para-share-ew3ls {
        font-size: 14px;
    }
    .social-agile-banner ul li a i {
        font-size: 13px;
    }
    button.navbar-toggler {
        padding: 2px 8px;
    }
    .banner2-w3ls {
        min-height: 130px;
    }
    .cont-btn a {
        padding: 0.5em 1em;
    }
    .agileits-services-grids h4 {
        font-size: 1.1em;
    }
    .freebies figure {
        height: 270px;
        max-height: 270px;
    }
    .serv_bottom {
        font-size: 13px;
        padding: 0.25rem 0.5rem;
    }

    .navbar-brand {
        margin-right: .5rem;
    }

    /* //responsive */