

/*============Glogbal Style================ */
html,
body {
height: 100%;
font-family:"微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande";
}

p {
font-family:"微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande";
font-size: 17px;
line-height: 2.3rem;
color: #000;
margin: 0;
}	

.bg-color1{
background: #001b36;
}
.bg-color2{
background: #005371;
}

.bg-color3{
background: #003252;
}
.text-usafe{
color:  #47f4f4;
}

.one{
width: 100%;
position: relative;

}
.one-title{
position: absolute;
top: 20%;

}
.one img{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.usafe-title img{
width:18%;
display: inline;
margin-right: 2%;
}
.usafe-title h1{
font-size: 100px;
font-weight: 800;
line-height:6rem;
color: #00ffff;
vertical-align: middle;
display: inline;
}

.sub-title{
font-size: 41px;
color: #fff;
display: block;
margin-top: 15px;
}

.usafe-title h2{
font-size: 65px;
font-weight: 800;
color: #47f4f4;
line-height: 5rem;
margin: 3% 0;
word-break: keep-all;
background: linear-gradient(to left, #00ffff, #fff);
background: -webkit-linear-gradient(to left, #00ffff, #fff);
background-clip: text;
-webkit-background-clip: text;
color: transparent;	

}
.usafe-title h3{
font-size: 40px;
font-weight: 800;
color: #47f4f4;
line-height: 3.5rem;
}
.usafe-title h4{
color: #47f4f4;
}

.usafe-title ul{
margin-left:-10px;
}
.usafe-title li{
color: #ffffff;
}
.usafe-title p{
color: #ffffff;
}


.usafe-button-bg-cover{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background: #000000;
padding:1.8rem 0 3rem 0 ;
background-attachment: fixed;
position: relative;

}

.btn-inside-page {
color: #fff;
background-color: #000000;
border: 1px #47f4f4 solid;
border-radius: 40px;
padding:10px 37px;

}
.btn-inside-page:hover {
color: #000000;
background-color: #47f4f4;
border-color: #47f4f4;
}

.usafe-card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}

.usafe-card-body p{
display: block;
color:#47f4f4;
line-height: 1.7rem;

}

.usafe-card-body p:hover{
color:#2ca6e0;
transition: 0.3s;

}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid #47f4f4;
}


.usafe-success-logo p{
line-height: 1.4rem;
margin-top: 6%;
}

.word-break-1{
display:block;
}

.animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/*
@-webkit-keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}

@keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
*/


/*2023新增*/

/*video的圖片hover雙向互動效果*/
.video-pic-hover img{
 transition: 1s;/*雙向互動時需放在img，不須放在img:hover*/
}
.video-pic-hover img:hover{
transform:scale(1.1,1.1);
}




/*media query*/

/*Large devices (desktops, less than 1200px)for筆電*/
@media screen and (max-width: 1500px) {
.one{
width: 100%;
}
.one-title{
position: absolute;
top: 21%;
}
.one img{
width:100%;
display: block;
margin-left: auto;
margin-right: auto;

}
.usafe-title img{
width:18%;
display: inline;
margin-right: 2%;
}
.usafe-title h1{
color: #00ffff; 
font-size: 75px;
font-weight: 800;
line-height: 4.5rem;
}
.sub-title{
font-size: 30px;
color: #fff;
display: block;
margin-top: 10px;
 }
.usafe-title h2{
font-size: 55px;
font-weight: 800;
color: #47f4f4;
line-height: 4.5rem;
margin-top: 15% 0;
word-break: keep-all;

}
.usafe-title h3{
font-size: 35px;
font-weight: 800;
color: #47f4f4;
line-height: 3rem;	
}
.usafe-title h4{
color: #47f4f4;
font-size:25px;
line-height: 1.5rem;
padding-bottom:2%;
font-weight: 400;
padding-top:2%;
}

.usafe-title p{
font-size:18px;
}
.usafe-title ul{
margin-left:-10px;
}

.page-section-padding {
padding: 30px 0 30px 0;

}
.section-padding {
padding: 50px 0;
}

}



/*Large devices (desktops, less than 1200px)*/
@media screen and (max-width: 1199.98px) {
.one{
width: 100%;
}
.one-title{
position: absolute;
top: 20%;
}
.one img{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.usafe-title img{
width:18%;
display: inline;
margin-right: 2%;
}
.usafe-title h1{
color: #00ffff; 
font-size: 65px;
font-weight: 800;
line-height: 4.5rem;
}
.sub-title{
font-size: 28px;
color: #fff;
display: block;
margin-top: 5px;
 }
.usafe-title h2{
font-size: 45px;
font-weight: 800;
color: #47f4f4;
line-height: 3.5rem;
margin: 2% 0;
word-break: keep-all;

}
.usafe-title h3{
font-size: 35px;
font-weight: 800;
color: #47f4f4;
line-height: 3rem;
}
.usafe-title h4{
color: #47f4f4;
font-size:25px;
line-height: 1.5rem;
padding-bottom:2%;
font-weight: 400;
}
.usafe-title p{
font-size:18px;
}

.usafe-title ul{
margin-left:-10px;
}

.page-section-padding {
padding: 30px 0 30px 0;

}
.section-padding {
padding: 50px 0;
}

}


/*Medium devices (tablets, less than 992px)*/

/*.col<576px(Extra small)/ .col-sm-≥576px(Small)/.col-md-≥768px(Medium)/
.col-lg-≥992px(Large)/.col-xl-≥1200px(Extra large)*/
@media screen and (max-width: 991.98px) {
.one{
width: 100%;
}
.one-title{
position: absolute;
top: 13%;
}
.one img{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;

}
.usafe-title img{
width:23%;
display: inline;
margin-right: 2%;
}
.usafe-title h1{
color: #00ffff; 
font-size: 65px;
font-weight: 800;
line-height: 4rem;
}
.sub-title{
font-size: 25px;
color: #fff;
display: block;
margin-top: 10px;
}
.usafe-title h2{
font-size: 45px;
font-weight: 800;
color: #47f4f4;
line-height: 3.5rem;
margin: 2% 0;
word-break: keep-all;
}
.usafe-title h3{
font-size: 35px;
font-weight: 800;
color: #47f4f4;
line-height: 3rem;

}
.usafe-title h4{
color: #47f4f4;
font-size:20px;
line-height: 1.5rem;
padding-bottom:2%;
font-weight: 400;
}

.usafe-title p{
font-size:18px;
}
.usafe-title ul{
margin-left:-10px;
}

.page-section-padding {
padding: 30px 0 30px 0;

}
.section-padding {
padding: 50px 0;
}

}

/*Small devices (landscape phones, less than 768px)*/
@media screen and (max-width: 767.98px) { 
.one{
width: 100%;
}
.one-title{
position: absolute;
top: 12%;
}
.one img{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:0%;
}
.usafe-title img{
width:24%;
display: inline;
margin-right: 2%;
}
.usafe-title h1{
color: #00ffff; 
font-size: 55px;
font-weight: 800;
line-height: 4rem;
}
.sub-title{
font-size: 23px;
color: #fff;
display: block;
margin-top: 3px;
}
.usafe-title h2{
font-size: 35px;
font-weight: 800;
color: #47f4f4;
line-height: 3rem;
margin: 2% 0 10% 0;
word-break: keep-all;
}
.usafe-title h3{
font-size: 26px;
font-weight: 800;
color: #47f4f4;
line-height: 2rem;

}
.usafe-title h4{
color: #47f4f4;
font-size:18px;
line-height: 1.5rem;
padding-bottom:5%;
font-weight: 400;
}
.usafe-title p{
font-size:18px;
}

.usafe-title ul{
margin-left:-10px;
}

.page-section-padding {
padding: 30px 0 30px 0;

}
.section-padding {
padding: 50px 0;
}

}


/*Extra small devices (portrait phones, less than 576px)*/

@media screen and (max-width: 575.98px) { 
.one{
width: 100%;
}
.one-title{
position: absolute;
top: 11%;

}
.one img{
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:0%;
}

.usafe-title img{
width:25%;
display: inline;
margin-right: 2%;
}
.usafe-title h1{
color: #00ffff; 
font-size: 30px;
font-weight: 800;
line-height: 4rem;
}
.sub-title{
display: none;
}
.usafe-title h2{
font-size: 26px;
font-weight: 800;
color: #47f4f4;
line-height: 2rem;
word-break: normal;
}
.usafe-title h3{
font-size: 26px;
font-weight: 800;
color: #47f4f4;
line-height: 2rem;
margin-left: 2%;

}
.usafe-title h4{
color: #47f4f4;
font-size:18px;
line-height: 1.5rem;
padding-bottom:5%;
font-weight: 400;
word-wrap: keep-all;
}
.usafe-title ul{
margin-left:-10px;
}

.page-section-padding {
padding: 30px 0 30px 0;

}
.section-padding {
padding: 50px 0;
}
.word-break-1{
display:inline;
}	
.word-break-2{
display:block;
}
.agent-logo img{
width:70%;
}
}

/*Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width*/