
/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Microsoft JhengHei','Sarabun', sans-serif;
}

body a,
body button,
.btn {
    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,
.btn:hover {
    opacity: .8;
    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;
}

html {
    scroll-behavior: smooth;
}

body a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft JhengHei','Source Sans Pro', sans-serif;
}

p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #666;
    font-family: 'Microsoft JhengHei','Sarabun', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/* //Reset Code */

/* screen|mobile only */
.screen-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 480px) {
    .screen-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}
/* //screen|mobile only */


/* colors code */
.text-bl {
    color: #343a40 !important;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.let {
    letter-spacing: 1px;
}

/* //colors code */


/* bottom-to-top */
a.move-top {
    width: 34px;
    height: 34px;
    background: url(../../images/move-top.png) no-repeat;
    display: inline-block;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 50;
}

/* //bottom-to-top */
header {
    width: 2.5%;
}
div#main-content {
    width: 100%;
}

div#home {
    position: relative;
    z-index: 1;
}

/* header */
.logo a {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

/* 左方選單 */
.nav-top {
    z-index: 30;
    position: fixed;
    background: #fff;
    height: 100%;
    padding: 1em .5em;
    -webkit-box-shadow: 2px 4px 13px 1px rgba(8, 8, 8, 0.1);
    -moz-box-shadow: 2px 4px 13px 1px rgba(8, 8, 8, 0.1);
    box-shadow: 2px 4px 13px 1px rgba(8, 8, 8, 0.1);
    overflow-y: auto;
}

.nav-search {
    z-index: 20;
    left: 75px;
    top: 130px;
    position: fixed;
    background: #fff;
    border-radius: 5px;
    padding: 0.15em 0.2em 1em 0.6em;
    -webkit-box-shadow: 2px 4px 13px 1px rgba(8, 8, 8, 0.1);
    -moz-box-shadow: 2px 4px 13px 1px rgba(8, 8, 8, 0.1);
    box-shadow: 2px 4px 13px 1px rgba(8, 8, 8, 0.1);
    overflow-y: auto;
    width: 20%;
}

.btn-search{
    color: #3083C9;
    background-color: transparent;
    background-image: none;
    border-color: #3083C9;
}

.btn-search:hover{
    color: #fff;
    background-color: #3083C9;
    border-color: #3083C9;
}


.nav_links>li {
    margin-top: 2em;
}

.nav_links>li>a {
    text-align: center;
    display: block;
}

.nav_links>li>a>span {
    font-size: 32px;
    color: #0087D7;
}

.nav_links>li>a>p {
    color: #000;
    font-size: 15px;
}

.nav_links>li {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nav_links>li:hover {
    transform: scale(1.1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nav_links img{
    max-width: 70%;
}

/* //左方選單 */




/* //header */


/* 上方選單 */
.navbar{
    background-color: #004E8A;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 29;
    padding: 0em 2em 0em 5em;
    width: 100%;
}

ul.navbar-nav {
    background: transparent;
}

a.nav-link {
    padding: 0 !important;
}

a.nav-link {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff !important;
}

a.nav-link:hover {
    color: #1AA8FF !important;
}

.nav-item{
    padding: 1rem ;
}

.dropdown-item {
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
}

.dropdown-menu {
    left: -32px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f1cf69;
}

/* //上方選單// */

.header-contact li {
    display: inline-block;
}
.header-contact .mobile-only {
    display: none;
}
/* header contact */
.serv_bottom {
    background: #ffc007;
    color: #fff;
    letter-spacing: 1px;
}

.header-contact a i {
    font-size: 20px;
    vertical-align: middle;
}
/* //header contact */

/*-- 文字後方布條 --*/
h3.title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
    position:relative;
}

h3.title:before {
    position: absolute;
    background: #c8e2ff;
    width: 8%;
    height: 16px;
    bottom: 30px;
    content: " ";
    left: 40%;
    z-index: -1;
}
h2.title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    position:relative;
}
h2.title:before {
    position: absolute;
    background: #f1cf69;
    width: 8%;
    height: 16px;
    bottom: 30px;
    content: " ";
    left: 40%;
    z-index: -1;
}

h4.title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px; 
}
/*-- //文字後方布條 --*/


/*-- 文字後方布條-新鑫 --*/
h3.title-scc {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
    position:relative;
}

h3.title-scc:before {
    position: absolute;
    background: #FF807D;
    width: 8%;
    height: 16px;
    bottom: 30px;
    content: " ";
    left: 40%;
    z-index: -1;
}

h4.title-scc {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px; 
}

/*-- //文字後方布條-新鑫 --*/


/*-- 文字後方布條-裕富 --*/
h3.title-urich {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px;
    position:relative;
}

h3.title-urich:before {
    position: absolute;
    background: #f1cf69;
    width: 8%;
    height: 16px;
    bottom: 30px;
    content: " ";
    left: 40%;
    z-index: -1;
}

h4.title-urich {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 3px; 
}

/*-- //文字後方布條-裕富 --*/



/*  top-banner */
.index-bg{
    background-image: url(../../images/1-2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 1;
    height:45em;
}

.banner-carloan {
    background: url(../../images/carloan/banner03.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 30em;
}


.banner-urich {
    background: url(../../images/urich/bg001.svg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 8em 5em 0em 5em;
}

.banner-scc {
    background: url(../../images/scc/banner02.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 40em;
}

.banner-scc::before{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: linear-gradient(to right, #2a5298, rgba(30, 60, 114, 0.59)); 
}



.banner-scc .scc-text{
    padding: 5.5em 4rem 0 2rem;
}


.banner-supplier {
    background: url(../../images/supplier/bg-supplier.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    min-height: 20em;
}

.banner-form {
    background: url(../../images/bg-form.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    min-height: 20em;
}

.banner-faq {
    background: url(../../images/bg-faq.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    min-height: 20em;
}

.banner-clientservice {
    background: url(../../images/bg-clientservice.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    min-height: 20em;
}

.banner-joinus {
    background: url(../../images/bg-joinus.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    min-height: 20em;
}

.banner-search {
    background: url(../../images/bg-search.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    min-height: 20em;
}

.banner-text h4 {
    color: #424A60;
    display: inline-table;
    font-size: 1.5em;
    letter-spacing: 3px;
}

.banner-text h1 {
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #3083C9;
    max-width: 650px;
}

.banner-text-tac {
    padding: 8em 0 4em 0;
}

.banner-text-tac h4 {
    color: #fff;
    display: inline-table;
    font-size: 1.5em;
    letter-spacing: 3px;
}

.banner-text-tac h1 {
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #fff;
    max-width: 650px;
}

.banner-text-tac p {
    color: #fff;
}


.banner-text-urich {
    padding: 5em 0 3em;
}

.banner-text-urich h1 {
    font-size: 2.2em;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000;
    max-width: 650px;
}

.banner-text-urich p {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
    max-width: 500px;
}

.banner-text-scc {
    padding: 10em 0 5em 0;
}

.banner-text-scc h4 {
    color: #333;
    display: inline-table;
    font-size: 1.5em;
    letter-spacing: 3px;
}

.banner-text-scc h1 {
    font-size: 2.2em;
    font-weight: 800;
    letter-spacing: 5px;
    color: #D6413E;
    max-width: 650px;
}

.banner-text-scc p {
    font-size: 1.1rem;
    color: #333;
}


.banner-text-sup {
    padding-top: 10em;
}

.banner-text-sup h4 {
    color: #424A60;
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-bottom: 1em;
}

.banner-text-sup h1 {
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #3083C9;
}

p.movetxt {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #444;
}


.banner-btn a {
    border: 1.5px solid #424A60;
    padding: 0.8em 3em;
    color: #424A60;
    font-weight: bold;
    font-size: 0.8em;
    border-radius:100px;
    margin: 0.5em;
    letter-spacing:2px;
}
.banner-btn a:hover, .cont-scc-btn a.active {
    background: #424A60;
    border: 1.5px solid #424A60;
    color: #fff;
}

.banner-btn-tac a {
    border: 1.5px solid #fff;
    padding: 0.8em 3em;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    border-radius:100px;
    margin: 0.5em;
    letter-spacing:2px;
}
.banner-btn-tac a:hover, .cont-scc-btn a.active {
    background: #3083c9;
    border: 1.5px solid #3083c9;
    opacity: 1;
}

.banner-btn-urich a {
    padding: 0.8em 3em;
    margin-top: 1em;
    color: black;
    background: #fff;
    font-weight: 800;
    font-size: 0.9em;
    border-radius:10px;
    letter-spacing:2px;
    border-color: black;
    border-width: 2px;
}

.banner-btn-urich:hover a {
    color: #fff;
    background: black;
    font-weight: 800;
}

.banner-img-urich {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.banner-img-urich img {
  width: 80%;
  height: auto;
}

.banner-img-urich .btn {
  position: absolute;
  top: 90%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  color: black;
  font-size: 0.9em;
  padding: 0.5em 2em;
  border-radius: 10px;
  border: 1.5px solid black;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight:600;
}

.banner-img-urich .btn:hover {
  background-color: black;
  color: #FFF;
}


.banner-btn-scc a {
    border: 1.5px solid #333;
    background-color: #fff;
    padding: 0.8em 3em;
    color: #333;
    font-weight: bold;
    font-size: 0.8em;
    border-radius:100px;
    margin: 0.5em;
    letter-spacing:2px;
}
.banner-btn-scc a:hover, .cont-btn-scc a.active {
    background: #D6413E;
    border: 1.5px solid #D6413E;
    color: #fff;
}

/* -- join-us text -- */

.f1 h2 {
    color: #004e8a;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 2.5px;
}

.f1 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0087D7;
    letter-spacing: 1.5px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.f2-title {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.f2 h2 {
    color: #004e8a;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 2.5px;
}


.f2 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0087D7;
    letter-spacing: 2px;
    padding-top: 10px;
}

.f2 span{
    font-size:50px;
    color:#0087D7;
}

.f2 a{
    color: #004e8a;
}

/* //-- join-us text -- */



/* //banner */


/* ---- particles.js container ---- */
.sgBlock{
    left: 20%;
    margin: auto;
    z-index: 0;
    height: 10px;
}

#particles-js{
  width: 100%;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
/* ---- //particles.js container ---- */


/* banner carousel slider */
/* 首頁 banner carousel slider */
.banner-slider1,
.banner-slider2,
.banner-slider3 {
    min-height: 35vw;
    -webkit-transition: width 2s, height 4s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}

.banner-slider1 {
    background: url(../../images/slider01.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-slider2 {
    background: url(../../images/slider02.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.banner-slider3 {
    background: url(../../images/slider03.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
/* //首頁 banner carousel slider */



.banner-agile-text h3 {
    font-size: 2.3em;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: capitalize;
    text-shadow: #343a40 0.08em 0.05em 0.2em;
    color: #fff;
}

.banner-agile-text p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 0;
    color: #fff;
}

.banner-agile-text a {
    margin: 0 1em;
}


/* 下方圓圈選項控制 */
.carousel{
    z-index: 2;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    margin: 0 6px;
    cursor: pointer;
}

.carousel-indicators {
    bottom: 60px;
}

.carousel-indicators .active {
    background-color: #3083c9;
}

.carousel-indicators li {
    background-color: #fff;
}
/* //下方圓圈選項控制 */




.cont-btn a {
    border: 2px solid #fff;
    padding: 0.5em 3em;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    border-radius:50px;
}
.cont-btn a:hover, .cont-btn a.active {
    background: #3083c9;
    border: 2px solid #3083c9;
}

.cont-btn-urich a {
    border: 2px solid #fff;
    padding: 0.5em 3em;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    border-radius:50px;
}
.cont-btn-urich a:hover, .cont-btn-urich a.active {
    background: #212529;
    border: 2px solid #212529;
}

.cont-scc-btn a {
    border: 2px solid #fff;
    padding: 0.5em 3em;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    border-radius:50px;
}
.cont-scc-btn a:hover, .cont-scc-btn a.active {
    background: #E96A63;
    border: 2px solid #E96A63;
}


/* 新鑫 banner carousel slider */
.scc-banner-slider1,
.scc-banner-slider2,
.scc-banner-slider3,
.scc-banner-slider4,
.scc-banner-slider-5277 {
    min-height: 35vw;
    -webkit-transition: width 2s, height 4s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}

.scc-banner-slider1 {
    background: url(../../images/scc/slider01.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.scc-banner-slider2 {
    background: url(../../images/scc/slider02.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.scc-banner-slider3 {
    background: url(../../images/scc/slider03.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.scc-banner-slider4 {
    background: url(../../images/scc/slider04.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.scc-banner-slider-5277 {
    background: url(../../images/scc/slider-5277.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.content-vertical{
    width: 80%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-vertical-tac{
    width: 80%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-vertical-sup{
    width: 80%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* //新鑫 banner carousel slider */

/* 裕富 banner carousel slider */

.urich-banner-slider1,
.urich-banner-slider2,
.urich-banner-slider3 {
    min-height: 30vw;
    -webkit-transition: width 2s, height 4s;
    /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 4s;
}

.urich-banner-slider1 {
    background: url(../../images/urich/slider02.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.urich-banner-slider2 {
    background: url(../../images/urich/slider03.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.urich-banner-slider3 {
    background: url(../../images/urich/slider04.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
/* //裕富 banner carousel slider */

/* //banner carousel slider */


/* about */

.welcome-left h4 {
    font-size: 40px;
    font-weight: 600;
}

.welcome-left h6 {
    color: #464646;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.about-sty {
    padding: 4.5em 2em;
    margin-top: 4.5em;
}

.about-sty-2,
.about-sty {
    background: #6174fc;
}

.about-sty span,
.about-sty-2 span {
    font-size: 3em;
}


/* carloan-services */
.tab-title-tac{
    color: #3083c9;
    letter-spacing: 3px;
    font-size: 1.8rem;
    font-weight: 600;
}


.ab-info {
    text-align: center;
}

.ab-info h4 {
    font-size: 1em;
    font-weight: bold;
    color: #212529;
    margin: 2em 0 1em 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ab-info h5 {
    font-size: 1.1em;
    letter-spacing: 0px;
    font-weight: 700;
    color: #555;
    line-height: 1.7em;
}

.ab-content img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
    transition: all 500ms ease;
    width: 68%;
}

.ab-content-inner {
    padding: 2em 1em;
}

.ab-icon {
    background: #00457d;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.ab-icon span {
    font-size: 2em;
    line-height: 2.4em;
    color: #fff;
}


/* //carloan-services */

/* //about */


/*- concent -*/
.car-content button {
    color: #005584;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    margin: 1rem;
    padding: 0.5rem 1rem;
}

.car-content button:hover {
    color: #0887D7;
}

.mid-sec{
    background-color: #F9F9F9;
}

.carloan-service-01{
    background: url(../../images/carloan/service-01.jpg) no-repeat center;
    background-size: cover;
    padding: 10rem;
}

.carloan-service-02{
    background: url(../../images/carloan/service-02.jpg) no-repeat center;
    background-size: cover;
    padding: 10rem;
}

.carloan-service-03{
    background: url(../../images/carloan/service-03.jpg) no-repeat center;
    background-size: cover;
    padding: 10rem;
}

/*- //concent -*/


/*-- carloan-benifts--*/

.benifit-left-info h4 {
    font-size: 1em;
    color: #4b4c4c;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.benifit-icon {
    background: #00457d;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.benifit-icon span {
    font-size: 1.8em;
    line-height: 2.5em;
    color: #fff;
}

.benifit-icon-content {
    text-align: center;
}

/*-- //carloan-benifts--*/


/* step */
.team-grids {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-grids h4 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

.team-grids p {
    
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
}

.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    background: rgba(130, 0, 0, 0.7);
    border-top: 2px solid #fff;
    padding: 26px 0;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 92%;
    text-align: center;
}

.team-grids:hover div.team-info {
    bottom: 0;
}

.caption {
    padding: 0px;
}

img.urich-step{
    width: 230px;
}

/* step */

/* 滑動背景 */
.join-us {
    background: url(../../images/joinus.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.join-us h3{
    text-shadow: #343a40 0.1em 0.1em 0.2em;
}

.order-sec {
    background: url(../../images/carloan/order_bg.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 5rem;
}

.contact-bg {
    background: url(../../images/bg-contact.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.office-bg {
    background: url(../../images/bg-office.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.index-ab-bg {
    background: url(../../images/about-bg.svg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/* //滑動背景 */



/*-- carloan-order-sec --*/
.read-more {
    margin-top: 1.2em;
}

a.read-more {
    background: #fff;
    color: #222;
    padding: 1em 2em;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
    font-size: 0.9em;
    display: inline-block;
    border: none;
    border-radius: 5px;
    transition: all 500ms ease;
    text-align: justify;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.5em;
}
/*-- //order-sec --*/


/* 垂直片狀分頁標籤 */
a.nav-page-title{
    color: #3083C9;
    font-size: 1.2rem;
    padding: 0.5rem;
    letter-spacing: 2px;
    font-weight: 600;
}
a:active.nav-page-title{
    background-color: #3083C9;
}

.nav-pills .nav-link{
    color: #3083C9;
    font-size: 1.2rem;
    padding: 0.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #3083C9;
}

.nav-pills .nav-page-title.active, .nav-pills .show > .nav-page-title{
    background-color: #3083C9;
    color: #FFF;
}

/* //垂直片狀分頁標籤 */




/* blog */
h5.card-title a,
h5.card-title {
    color: #004E86;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.5;
}

.blog_w3icon span {
    color: #777;
    text-transform: uppercase;
    font-size: 1.1rem;
    word-spacing: 3px;
    letter-spacing: 1px;
}

a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #2196f3;
    color: #fff;
    padding: 11px 18px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
}

a.blog-btn:hover {
    background: #d84315;
}
/* //blog */

/* Card */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    min-width: 200px;
    background-color: #FFF;
    border: 2px solid #3083C9;
    border-radius: 15px;
    padding: 2rem 1.2rem;
    margin: 0.5rem;   
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .card img {
        border-radius: 5px 5px 0 0;
    }

.card p{
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    color: #666;
    font-weight: 500;
}

.card h1{
    color: #3083C9;
}

.card h4{
    color: #323F4F;
    font-size: 1.3rem;
}

.card-container h4{
    text-align: center;
    padding: 2px 16px;
}

.card-container a{
    text-align: center;
    padding: 2px 16px;
}

.card-container {
    text-align: center;
    padding: 2px 16px;
}

.scc-card{
    padding: 2.5rem 2rem;
    margin: 1rem;
    border: 1px solid #dee2e6;
    background-color: rgba(0, 0, 0, 0.03);
}

/*-- //Card --*/



/* client-service */

.client-btn-tac{
    color:#004E8A;
    border-radius: 20px;
    padding: 1rem 2rem;
}

.client-btn-tac:hover{
    background-color: #3FA9F5;
    text-shadow: 0.1em 0.1em 0.15em #343a40
}

.client-btn-urich{
    color:#FF9017;
    border-radius: 20px;
    padding: 1rem 2rem;
}

.client-btn-urich:hover{
    background-color: #FFC33E;
    text-shadow: 0.1em 0.1em 0.15em #343a40
}

.client-btn-tac h4{
    font-weight: 700;
    letter-spacing: 5px;
}

.client-btn-urich h4{
    font-weight: 700;
    letter-spacing: 5px;
}


#client-btn-01 span {
  background: url(../../images/clientservice/client-service-03.svg) no-repeat;
  width: 250px;  /* your image width */
  height: 180px; /* your image height */
  display: inline-block;
}

#client-btn-01:hover span {
  background: url(../../images/clientservice/client-service-02.svg) no-repeat;
}

#client-btn-02 span {
  background: url(../../images/clientservice/client-service-04.svg) no-repeat;
  width: 250px;  /* your image width */
  height: 180px; /* your image height */
  display: inline-block;
}

#client-btn-02:hover span {
  background: url(../../images/clientservice/client-service-05.svg) no-repeat;
}

  /* Rectangle In */
.hvr-rectangle-in-tac {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in-tac:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #3083C9;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in-tac:hover, .hvr-rectangle-in-tac:focus, .hvr-rectangle-in-tac:active {
  color: white;
}
.hvr-rectangle-in-tac:hover:before, .hvr-rectangle-in-tac:focus:before, .hvr-rectangle-in-tac:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hvr-rectangle-in-urich {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #FF9C1A;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in-urich:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #FBB03B;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in-urich:hover, .hvr-rectangle-in-urich:focus, .hvr-rectangle-in-urich:active {
  color: white;
}
.hvr-rectangle-in-urich:hover:before, .hvr-rectangle-in-urich:focus:before, .hvr-rectangle-in-urich:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* //client-service */



/* faq */

.banner-faq {
    padding-top: 10em;
}

.banner-faq h3 {
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #3083C9;
}

.card-header-faq {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-faq a{
    color: #3083C9 !important ;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
}

.card-header-faq:before {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: left; 
    margin: 2px 22px 0 12px;
    color: #004E8A !important ;
}
.card-header-faq.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.card-header-faq-item {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-faq-item:before {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: left; 
    margin: 8px 10px 0 12px;
    color: #004E8A !important ;
}
.card-header-faq-item.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.faq-title{
    font-weight: 600;
    color: #3083C9 !important;
    background-color: transparent;
    letter-spacing: 2px;
}
/*-- //faq --*/


/*-- index-service --*/
h3.index-service-text{
    padding: 0.5rem;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 2rem;
    color: #323F4F;
}

h4.index-service-text{
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.4rem;
    color: #025f96;
    line-height: 1.5em;
}

h5.index-service-text{
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #334D66;
}

p.index-service-text{
    padding: 1em 2em;
    text-align: left;
}

img.index-square {
    width: 60%;
    border-radius: 50%;
    border: 5px solid #0087D7;
    background-color: #fff;
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

img.index-square:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.index-service-background{
    background: url(../../images/service-bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
/*-- //index-service --*/

/*-- scc-service --*/
h4.scc-service{
    padding: 1rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.3rem;
    color: #323F4F;
}

img.step-square{
    width: 80%;
}

img.square {
    width: 100px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

img.square:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/*-- //scc-service --*/

/*-- urich services --*/
.urich-service{
    text-align: center;
}
.urich-service p {
    margin-bottom: .5em
}
.urich-service .requirement {
    font-size: 1em;
    color: #435a64;
    margin: 0 0 1em;
}
h4.urich-service-text {
    font-size: 1.5em;
    color: #333333;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 16px 0 0;
}

.service-btn {
    background: #fed609;
    color: #333;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0.5em 1.5em;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 1px;
}


.service-btn:hover{
    color: #333;
    transform: translateY(5px);
    font-weight: 800;
}

img.banner-square {
    width: 30%;
}

.idea-background{
    background-color: #fffdea;
}

img.urich-square {
    width: 100px;
    border-radius: 50%;
    border: 5px solid;
    background-color: #fff;
    border-color: #fed609;
}
/*-- //urich services --*/


/* middle content */

.cont-w3pvt {
    max-width: 900px;
    margin: 0 auto;
}


.button-style {

    border: 2px solid #fff;
    padding: 0.5em 3em;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    

    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
}

.button-style:hover {
    color: #fff;
    background: #004e8a;
    border: none;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

/* //middle content */


/* supplier text button */
.sup-title h3{
    font-size: 2em;
    color: #3083C9;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 16px 0;
}

.sup-title h4{
    font-size: 1.2em;
    color: #424A60;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 450;
    margin: 10px 0 ;
}

.sup-title h5{
    font-size: 1.1em;
    color: #3083C9;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 16px 0 0;
}

.sup-btn a {
    border: 2px solid #424A60;
    padding: 0.5em 3em;
    color: #424A60;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    border-radius:100px;
}
.sup-btn a:hover, .sup-btn a.active {
    background: #424A60;
    color: #fff;
    border: 2px solid #424A60;
}
/* //supplier text button */



/* contact */
.w3pvt-webinfo_mail_grid_right {
    background: #f7f7f7;
    padding: 2em;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
}

.w3pvt-webinfo_mail_grid_right input[type="text"],
.w3pvt-webinfo_mail_grid_right input[type="email"],
.w3pvt-webinfo_mail_grid_right textarea {
    outline: none;
    padding: 12px;
    font-size: 16px;
    color: #555;
    width: 100%;
    border: 1px solid #E6E6E6;
}

.w3pvt-webinfo_mail_grid_right textarea {
    min-height: 180px;
    width: 100% !important;
    resize: none;
}

.w3pvt-webinfo_mail_grid_right button {
    outline: none;
    padding: 11px 0;
    font-size: 16px;
    color: #fff;
    background: #fc6183;
    width: 100%;
    border: none;
    letter-spacing: 2px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
}

.contact-left-w3ls span {
    font-size: 2em;
    color: #000;
}

.contact-left-w3ls h4 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: .5em;
}

.contact-left-w3ls p a {
    color: #8d8d8d;
}

.contact-left-w3ls h3 {
    font-size: 30px;
    color: #6174fc;
    margin-bottom: 1.5em;
    font-weight: 600;
}

/* //contact */


/* contact form page */

.contact_wthreerow {
    padding: 5rem 0;
}

.contact_wthreerow h4 {
    font-size: 26px;
    color: #3083C9;
    letter-spacing: 1px;
}

.contact_bg{
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #ccc;
    padding: 3em;
}

.w3l_contact_form input[type="text"],
.w3l_contact_form input[type="email"],
.w3l_contact_form textarea {
    padding: 12px;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.w3l_contact_form textarea {
    min-height: 13em;
    resize: none;
}

.w3l_contact_form input[type="submit"] {
    outline: none;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 1em;
    color: #3083C9;
    background:#fff;
    border: 2px solid #3083C9;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    cursor:pointer;
    border-radius:50px;
}

.w3l_contact_form input[type="submit"]:hover {
    color: #fff;
    background: #3083C9;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

ul.contact_info li,
ul.contact_info li a {
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
}

ul.contact_info li a:hover {
    color: #f1cf69;
}

ul.contact_info li i {
    font-size: 18px;
    color: #f1cf69;
}

.w3ls_map iframe {
    width: 100%;
    min-height: 360px;
}

/* //contact form page */

/* form download */

.form-li li{
    padding: 0.75rem 2rem;
    border-top: none;
    border-bottom: 1px dotted #ccc;
}

.form-li a{
    color: #3083C9;
}

/* //foem download */


/* form-table */
.table-hover tbody tr:hover {
    background-color: #9bdaff1f;
}

.table th, .table td{
    padding: 0.75rem 2rem;
    border-top: none; 
    border-bottom: 1px dotted #ccc;
}

.table td::before{
    content: "．";
    font-size: 1.625em;
    color: #3083C9;
    position: relative;
}

.table a{
    color: #3083C9;
}
/* //form-table */



/*-- tabs --*/
.text-info-sec p {
    color: #666;
    font-size: 15px;
}

.text-info-sec h3 {
    font-size: 1.5em;
    color: #005584;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.text-info-sec h5 {
    font-size: 1.4em;
    color: #333;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 600;
    text-transform: uppercase;
}
.text-info-sec i {
    color: #333;
    font-size: 50px;
}

.text-info-sec a {
    color: #666;
    font-size: 15px;
}

.middile-inner-con h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
}
.tab-main section {
    display: none;
    padding: 0.8em 0 0;
    border-top: 1px solid #abc;
}

.tab-main input {
    display: none;
}

.tab-main label {
    display: inline-block;
    margin: 0 0 -1px;
    width: 32.8%;
    text-align: center;
    color: #555;
    padding: 0.2em 0em;
    letter-spacing: 1px;
    background: bottom;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0px 10px 0px 10px;
}


.tab-main label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
}

.tab-main label:hover {
    cursor: pointer;
}

.tab-main input:checked + label {
    border-bottom: 1px solid #fff;
    color: #005584;
    border-bottom: 2px solid;
    background: transparent;
    font-size: 1.2rem;
    padding: 0.2em 0em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-main #tab1:checked ~ #content1,
.tab-main #tab2:checked ~ #content2,
.tab-main #tab3:checked ~ #content3,
.tab-main #tab4:checked ~ #content4,
.tab-main #tab5:checked ~ #content5,
.tab-main #tab6:checked ~ #content6 {
    display: block;
}

.tab-faq section {
    display: none;
    padding: 0.8em 0 0;
}

.tab-faq input {
    display: none;
}

.tab-faq label {
    display: inline-block;
    width: 32.8%;
    text-align: center;
    color: #555;
    padding: 0.2em 0em;
    margin-bottom: 1em; 
    background: bottom;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
    
}


.tab-faq label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
}

.tab-faq label:hover {
    cursor: pointer;
}

.tab-faq input:checked + label {
    color: #005584;
    background-color: rgba(0, 196, 255, 0.05);
    border-bottom: 2px solid;
    font-size: 1.2rem;
    padding: 0.2em 0em;
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-faq #tab1:checked ~ #content1,
.tab-faq #tab2:checked ~ #content2,
.tab-faq #tab3:checked ~ #content3,
.tab-faq #tab4:checked ~ #content4,
.tab-faq #tab5:checked ~ #content5,
.tab-faq #tab6:checked ~ #content6 {
    display: block;
}


@media screen and (max-width: 800px) {
    .tab-main label:before {
        margin: 0;
        font-size: 18px;
        width: 32%;
    }

    .tab-main input:checked + label{
        font-size: 18px;
        width: 32%;
    }

}

@media screen and (max-width: 575px) {
    .tab-main label {
        padding: 2rem 0 0 0;
        font-size: 16px;
        width: 30%;

    }

    .tab-main input:checked + label{
        font-size: 16px;
        width: 30%;
    }

    .tab-main section {
    
    padding: 0;
    
    }

}
/*-- //tabs --*/



/*-- tab-contact --*/
.tab-contact section {
    display: none;
    padding: 0.8em 0 0;
    
}

.tab-contact label {
    display: inline-block;
    margin: 0 0 -1px;
    text-align: center;
    color: #555;
    background: bottom;
    font-size: 1em;
    padding: 0px 5px 0px 5px;
}

.tab-contact input:checked + label {
    border-bottom: 1px solid #fff;
    color: #005584;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0px 5px 0px 5px;
}

.tab-contact span {
    margin-right: 0.5em;
}

.tab-contact label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
}

.tab-contact label:hover {
    cursor: pointer;
}

.tab-contact #tab1:checked ~ #content1,
.tab-contact #tab2:checked ~ #content2,
.tab-contact #tab3:checked ~ #content3,
.tab-contact #tab4:checked ~ #content4 {
    display: block;
}

/*-- //tab-contact --*/


/*-- list-group --*/
.list-group-item{
    padding: 0.5rem 0.5rem;
}

.list-group{
     flex-direction: row;
 }
.list-group-item:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:last-child{
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0rem;
}

.list-group-item.active {
    background-color: #424A60;
    border-color: #545b62;
}
/*-- //list-group --*/

/*-- RWD-MAP --*/
.rwd-map {
display: block; 
position: relative;
overflow: hidden; 
height: 0; 
padding: 0;
padding-bottom: 40%;
}
.rwd-map iframe {
position: absolute;
height: 100%; 
width: 80%;
left: 0; top: 0;
}
/*-- //RWD-MAP --*/


/* footer */
footer {
    background: #004E8A;
}

h3.footer-title,
h2.footer-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;

}

.foot-icon-w3 span {
    color: #fff;
    font-size: 20px;
}

/* social icons */
.w3pvt-webits_social_list li {
    display: inline-block;
}

.w3pvt-webits_social_list li {
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.w3pvt-webits_social_list li a span {
    color: #fff;
    line-height: 36px;
}

.w3_w3pvt-web_facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.w3pvt-web_twitter {
    background: #1da1f2;
    border-color: #1da1f2;
}

.w3_w3pvt-web_dribble {
    background: #ea4c89;
    border-color: #ea4c89;
}

.w3_w3pvt-web_google {
    background: #F44336;
    border-color: #F44336;
}

/* //social-icons */

/* contact address */
.contact-info h4 {
    font-size: 16px;
    letter-spacing: 1px;
}

.footer-text p,
.contact-info p a,
.contact-info p,
.footer-grid_section_1its a,
.footer-grid_section_1its p {
    color: #fff;
    font-size: 15px;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}
/* //contact address */

/* map */

.footer-map{
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 250px;
}

/* //map */


/* //footer */

/* copyright */
.cpy-right {
    background: #003B60;
}

.cpy-right p {
    letter-spacing: 2px;
    font-size: 14px;
    color: #999;
}

.cpy-right p a {
    color: #eee;
}

.cpy-right p a:hover {
    color: #3083c9;
}

/* //copyright */

/* responsive */
@media(max-width: 1920px) {
    header {
        width: 2.5%;
    }

}

@media(max-width: 1680px) {
    header {
        width: 3%;
    }

    
}

@media(max-width: 1440px) {
    .logo a {
        font-size: 28px;
        display: inherit;
    }

    .nav_links>li>a>span {
        font-size: 28px;
    }

    .nav_links>li>a>p {
        font-size: 14px;
    }
    .nav_links>li {
        margin-top: 1.28em;
    }
    .banner-top1 {
        min-height: 700px;
    }
    p.counter {
        font-size: 3.2em;
    }
    .social-agile-banner {
        margin-top: 7em;
    }
    .banner-agile-text p:before {
        right: 47%;
    }
    .carousel-indicators {
    bottom: 20px;
    }

    .nav-search {
        top:105px;
    }
    
    .banner-scc .scc-text {
    padding: 3em 4rem 0 2rem;
    }

}

@media(max-width: 1366px) {
    header {
        width: 5%;
    }

    .banner-agile-text p:before {
        right: 42%;
        width: 16%;
    }

    .banner-text-tac {
    padding: 10em 0 0em 0;
    }
}

@media(max-width: 1280px) {
    .banner-top1 {
        min-height: 630px;
        padding-left: 3em;
    }
    
    .banner-text h3 {
        font-size: 42px;
        max-width: 600px;
    }

    h3.title {
        font-size: 32px;
        letter-spacing: 3px
    }

    .banner-agile-text h4 {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .banner-agile-text p {
        font-size: 20px;
    }

    .banner-text-sup {
    padding-left: 5em;
    }

    .container {
        padding-right: 50px;
        padding-left: 80px;
    }
    
}



@media(max-width: 1080px) {
    .banner-text h4 {
        font-size: 1.5em;
    }

    .banner-text h3 {
        font-size: 40px;
    }

    .banner-top1 {
        min-height: 570px;
        padding-left: 5em;
    }
    .about-sty {
        padding: 3.5em 1em;
        margin-top: 6.5em;
    }

    h3.title {
        font-size: 34px;
    }


    p.counter {
        font-size: 2.8em;
    }

    h3.footer-title,
    h2.footer-title {
        font-size: 18px;
    }

    .footer-text p,
    .contact-info p a,
    .contact-info p,
    .footer-grid_section_1its p {
        font-size: 14px;
    }

    
    .banner-agile-text h4 {
        font-size: 30px;
    }
    .banner-agile-text h3 {
        font-size: 40px;
    }

    .banner-text-sup {
    padding-left: 3em;
    }
    
    .urich-banner-slider1,
    .urich-banner-slider2,
    .urich-banner-slider3 {
    min-height: 50vw;
    }

}


@media(max-width: 1024px) {
    header {
        width: 8%;
    }

    .logo a {
        font-size: 27px;
    }

    .nav_links>li>a>span {
        font-size: 26px;
    }


    .banner-top1 {
    
        padding-left: 0em;
    }

    .banner-text h3 {
        font-size: 44px;
    }

    p.movetxt {
        font-size: 15px;
        letter-spacing: 6px;
    }

    .banner-agile-text h4 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .banner-agile-text h3 {
        font-size: 30px;
    }
    .banner-agile-text p {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .banner-agile-text p:before {
        right: 52%;
        width: 13%;
        height: 12px;
    }

    .carousel-indicators{
        bottom: 30px
    }

    .banner-urich{
        padding: 5em 3em 0em 3em;
    }
}

@media(max-width: 991px) {
    .header-contact .mobile-only {
        display: inline-block;
    }
    .banner-text h4 {
        font-size: 1.5em;
    }

    .banner-top1 {
        min-height: 530px;
    }

    .banner-urich {
    padding: 8em 3em 0em 3em;
    }

    .banner-carloan .carloan-text {
    padding: 0 3rem ;
    }

    .banner-scc .scc-text{
    padding: 0 3rem ;
}

    .about-sty {
        padding: 4.5em 1em;
        margin-top: 5em;
    }

    p.counter {
        font-size: 2.5em;
    }

    p.para-text-w3ls {
        font-size: 14px;
    }

    .w3pvt-webinfo_mail_grid_right textarea {
        min-height: 158px;
    }

    .banner-text-urich {
    padding: 2em 0 1.5em;
    }

    .banner-text-urich p {
    font-size: 1em;
    }
   
   .content-vertical-sup {
    width: 80%;
    position: inherit;
    top: 10%;
    left: 50%;
    transform: translate(-60%, -20%);
    }

    .content-vertical-tac {
    transform: translate(-50%, -10%);
    }

    .banner-text-tac {
    padding: 4em 0 16em 0;
    }


    .container {
        padding-right: 20px;
        padding-left: 40px;
    }

}

@media(max-width: 900px) {
    header {
        width: 11%;
    }

    .banner-text h3 {
        max-width: 517px;
    }
    
    .banner-agile-text p {
        font-size: 20px;
    }
    .banner-agile-text p:before {
        right: 51%;
    }

    .banner-text-sup {
    padding-left: 0;
    }

    .banner-text-urich {
    padding: 1em 0 1em;
    }

    .scc-banner-slider1,
    .scc-banner-slider2,
    .scc-banner-slider3,
    .scc-banner-slider4,
    .scc-banner-slider-5277 {
        min-height: 50vw;
    }

}

@media(max-width: 800px) {
    header {
        width: 8%;
    }

    .banner-top1 {
        min-height: 490px;
    }

    .banner-text h3 {
        font-size: 42px;
        max-width: 480px;
    }

    .banner-text h4 {
        font-size: 1.5em;
    }

    
    .banner-agile-text h4 {
        font-size: 28px;
        letter-spacing: 4px;
    }
    .banner-agile-text h3 {
        font-size: 30px;
    }
    .banner-agile-text p {
        font-size: 18px;
    }
    .banner-agile-text p:before {
        right: 47%;
        bottom: 9px;
    }

    .banner-urich {
    padding: 5em 0em 0em 2em;
    }

}

@media(max-width: 767px) {
    .contact-left-w3ls span {
        font-size: 1.8em;
    }

    .w3pvt-webinfo_mail_grid_right input[type="text"],
    .w3pvt-webinfo_mail_grid_right input[type="email"],
    .w3pvt-webinfo_mail_grid_right textarea {
        font-size: 15px;
    }

    .partners h4:after {
        width: 9%;
        left: 45%;
    }

    h3.footer-title,
    h2.footer-title {
        font-size: 17px;
    }

    .benifit-left-info,
    .benifit-left-info,
    .benifit-content {
        text-align: center !important;
        margin-top: 2em;
    }

    .contact_bg{
        padding: 2em;
    }

    img.step-square{
        width: 60%;
    }

    img.index-square{
        width: 40%;
    }

    .banner-img-urich img {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .banner-img-urich .btn {
    left: 50%;
    }

    .banner-slider1,
    .banner-slider2,
    .banner-slider3 {
    min-height: 50vw;
    }

}

@media(max-width: 736px) {
    .logo a {
        font-size: 24px;
    }

    .nav_links>li>a>span {
        font-size: 24px;
    }

    .nav_links>li>a>p {
        font-size: 13px;
    }

    .nav_links>li {
        margin-top: 1.5em;
    }

    .banner-top1 {
        min-height: 448px;
        padding-left: 2em;
    }


    .button-style {
        font-size: 13px;
    }

    .banner-agile-text p:before {
        right: 43%;
        bottom: 9px;
    }

    h3.footer-title,
    h2.footer-title {
        font-size: 18px;
    }

    .nav-search{
        left:70px;
    }

}

@media(max-width: 667px) {


    h3.title {
        font-size: 32px;
    }

    .partners h4 {
        font-size: 26px;
    }
    .banner-agile-text h4 {
        font-size: 24px;
    }
    .banner-agile-text h3 {
        font-size: 28px;
    }
    .banner-agile-text p {
        font-size: 18px;
    }
    .banner-agile-text p:before {
        right: 43%;
        width: 15%;
        height: 9px;
    }
    .carousel-indicators li {
        width: 13px;
        height: 13px;
    }

    .car-content button {
        font-size: 1.15rem;
        margin: 0;
    }

    .banner-urich{
        padding: 5em 3em 0em 3em;
    }

    .scc-banner-slider1,
    .scc-banner-slider2,
    .scc-banner-slider3,
    .scc-banner-slider4,
    .scc-banner-slider-5277 {
        min-height: 70vw;
    }
    
    .banner-slider1,
    .banner-slider2,
    .banner-slider3 {
    min-height: 60vw;
    }

    .urich-banner-slider1,
    .urich-banner-slider2,
    .urich-banner-slider3 {
    min-height: 60vw;
    }
}

@media(max-width: 640px) {
    
    header {
        width: 15%;
    }
    

    .about-sty span,
    .about-sty-2 span {
        font-size: 2.5em;
    }


    .w3pvt-webinfo_mail_grid_right {
        margin: 0 1em;
    }
    .banner-agile-text p:before {
        right: 40%;
        bottom: 7px;
    }


}

@media(max-width: 600px) {
    .logo a {
        font-size: 22px;
    }

    .nav_links>li>a>span {
        font-size: 22px;
    }

    .banner-text h4 {
        font-size: 1.5em;
    }

    .banner-text h3 {
        font-size: 38px;
        max-width: 400px;
    }

    p.movetxt {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .banner-top1 {
        min-height: 420px;
    }

    .about-sty {
        padding: 3.5em 1em;
        margin-top: 6em;
    }

    .contact-left-w3ls h3 {
        font-size: 28px;
        margin-bottom: 1em;
    }
    
}

@media(max-width: 575px) {

    header {
        width: 0%;
    }
    
    .sgBlock{
    left: 5%;
    }

    #particles-js {
    height: 25em;
    }
    
    .navbar{
    padding: 0em 1em;
    }

    
    .container {
        padding-right: 15px;
        padding-left:  15px;
    }
}

@media(max-width: 568px) {
    /*
    header {
        width: 16%;
    }
    */

        .about-sty {
        padding: 3em 1.5em;
        margin-top: 0;
    }

    h3.title {
        font-size: 30px;
    }

    .banner-agile-text p:before {
        right: 42%;
    }
    .carousel-indicators {
        bottom: 16px;
    }
    .social-agile-banner {
        margin-top: 1.5em;
    }
    
    .rwd-map{
        margin: 1em;
    }

    .scc-card{
        margin: 1rem 2rem;   
    }
    
    .index-bg{
     height: 40em;
    }

    .scc-banner-slider1,
    .scc-banner-slider2,
    .scc-banner-slider3,
    .scc-banner-slider4,
    .scc-banner-slider-5277 {
        min-height: 80vw;
    }

    .banner-slider1,
    .banner-slider2,
    .banner-slider3 {
    min-height: 80vw;
    }
    
    .urich-banner-slider1,
    .urich-banner-slider2,
    .urich-banner-slider3 {
    min-height: 80vw;
    }

}

@media(max-width: 494px) {
    .banner-agile-text a{
        margin-bottom: 1em; 
    }

    .scc-banner-slider1,
    .scc-banner-slider2,
    .scc-banner-slider3,
    .scc-banner-slider4,
    .scc-banner-slider-5277 {
        min-height: 100vw;
    }

}


@media(max-width: 480px) {
    .main-nav {
        padding: 1em .3em;
    }

    .logo a {
        font-size: 21px;
    }

    .banner-text h4 {
        font-size: 1.5em;
    }

    .banner-text h3 {
        font-size: 32px;
    }

    p.movetxt {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .banner-top1 {
        min-height: 380px;
    }

    .form-control {
    width: 70%;
    }

    .index-ab-bg {
    background: url(../../images/about-bg-m.svg) no-repeat center;
    background-size: cover;
    }  

    p {
        font-size: 14px;
    }

    .banner-agile-text h4 {
        font-size: 19px;
        letter-spacing: 3px;
    }
    .banner-agile-text h3 {
        font-size: 28px;
    }
    .banner-agile-text p {
        font-size: 18px;
    }
    .banner-agile-text p:before {
        right: 42%;
        height: 7px;
        bottom: 7px;
    }
    
    section.blog_w3ls {
    padding: 0 2em;
    }
    .banner-agile-text h3 {
    margin-left: 0em;
    }

    .button-style {
        font-size: 12px;
    }

    .contact-left-w3ls h3 {
        font-size: 26px;
    }

    .contact_bg{
        padding: 1.5em;
    }

    .car-content button{
        padding: 0;
        margin: 0.5rem;
        font-size: 1rem;
    }

    h4.title{
        font-size: 24px;
    }

    .banner-urich{
        padding: 6em 1.5em 0em 1.5em;
    }

    .banner-slider1,
    .banner-slider2,
    .banner-slider3 {
    min-height: 110vw;
    }

    .urich-banner-slider1,
    .urich-banner-slider2,
    .urich-banner-slider3 {
    min-height: 100vw;
    }

    .content-vertical-tac {
    transform: translate(-50%, 0%);
    }

    .banner-text-tac {
    padding: 8em 0 17em 0;
    }

}

@media(max-width: 440px) {
    .logo a {
        font-size: 19px;
    }

    .nav_links>li>a>span {
        font-size: 21px;
    }

    .nav_links>li>a>p {
        font-size: 12px;
    }

    p.counter {
        font-size: 2.2em;
    }

    .w3pvt-webinfo_mail_grid_right {
        padding: 1em;
    }

    .w3pvt-webinfo_mail_grid_right input[type="text"],
    .w3pvt-webinfo_mail_grid_right input[type="email"],
    .w3pvt-webinfo_mail_grid_right textarea {
        font-size: 14px;
    }

    .w3pvt-webinfo_mail_grid_right textarea {
        min-height: 150px;
    }

    .w3pvt-webinfo_mail_grid_right button {
        font-size: 15px;
    }

    .scc-banner-slider1,
    .scc-banner-slider2,
    .scc-banner-slider3,
    .scc-banner-slider4,
    .scc-banner-slider-5277 {
        min-height: 120vw;
    }

    

}

@media(max-width: 414px) {
    .banner-text h4 {
        font-size: 1.5em;
    }
    .banner-text h3 {
        font-size: 28px;
    }
    p.movetxt {
        font-size: 14px;
    }
    .banner-top1 {
        min-height: 350px;
    }
    h3.title {
        font-size: 28px;
    }
    .scc-banner-slider1,
    .scc-banner-slider2,
    .scc-banner-slider3,
    .scc-banner-slider4,
    .scc-banner-slider-5277 {
        min-height: 120vw;
    }
    
    .banner-text-tac {
    padding: 6em 0 20em 0;
    }
}

@media(max-width: 384px) {
    .banner-text h3 {
        font-size: 27px;
    }
    .banner-slider1,
    .banner-slider2,
    .banner-slider3 {
    min-height: 130vw;
    }
}

@media(max-width: 375px) {
    h3.title {
        font-size: 26px;
        margin-bottom: 1.2em !important;
    }

    .contact-left-w3ls h3 {
        font-size: 23px;
    }

    .contact-left-w3ls span {
        font-size: 1.5em;
    }

    .w3pvt-webinfo_mail_grid_right textarea {
        min-height: 120px;
    }

    .banner-agile-text p:before {
        right: 32%;
    }
}

@media(max-width: 320px) {
    .logo a {
        font-size: 18px;
    }

    .nav_links>li>a>span {
        font-size: 19px;
    }

    .nav_links>li>a>p {
        font-size: 11px;
    }

    .banner-text h4 {
        font-size: 1.5em;
    }

    .banner-text h3 {
        font-size: 25px;
    }

    header {
        width: 23%;
    }
    .grids-w3ls-right-2 ul li {
        font-size: 15px;
    }
    .grids-w3ls-right-2 h4 {
        font-size: 18px;
    }

    h3.title {
        font-size: 24px;
    }

    h5.card-title a,
    h5.card-title {
        font-size: 21px;
    }
    .blog_w3icon span {
        font-size: 11px;
    }

    .card-body.border {
        padding: 1rem;
    }

    .banner-agile-text h4 {
        font-size: 18px;
    }
    .banner-agile-text h3 {
        font-size: 22px;
    }
    .banner-agile-text p {
        font-size: 16px;
    }
    .banner-agile-text p:before {
        right: 43%;
    }

    .cont-btn a {
    padding: 0.5em 1em;
    }
    .client-btn-tac,
    .client-btn-urich {
        padding: 1rem;
    }
    .w3pvt-webinfo_mail_grid_right button {
        font-size: 14px;
    }

    .footer-text p,
    .contact-info p a,
    .contact-info p,
    .footer-grid_section_1its p {
        font-size: 13px;
    }

}

/* //responsive */

/*=============================
    OFFICE 頁面
  ===========================*/
#scc-map4 li, #scc-map6 li {
    margin-left: 2rem;
}