body {
    background: #80c7f3;
    height: 100%;
    color: #333;
    font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
}


:focus{outline: none;}
button:focus{outline: none;}

.jumbotron {
    min-height: 200px;
    text-align: center;
}

.blog-header {
    background-color: #c0eefe;
}

.banner .swiper-container {
    max-width: 900px;
    padding-bottom: 50px;
    z-index: 12;   
}

.banner_bg{position: relative;z-index: 11;}

.swiper_img{position: absolute;top: 78%;left: 0;right: 0;background: #fff;}
.banner .swiper-button-prev{left:28px;z-index: 12;background: url('../imgs/button_01.png')no-repeat;background-size: 45px;}
.banner .swiper-button-next{right: 28px;z-index: 12;background: url('../imgs/button_02.png')no-repeat;background-size: 45px;}
.swiper-button-next, .swiper-button-prev{width: 45px;height: 45px;border-radius: 10px; transition: all .8s;}
.swiper-button-next:hover{box-shadow:6px 4px 10px #feca26;}
.swiper-button-prev:hover{box-shadow:-6px 4px 10px #feca26;}
    
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 170px;
   /*  height: 340px; */
}

.swiper-slide img {
    width: 170px;
    /* height: 340px; */
    border-radius: 15px;
}
.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right {border-radius: 15px;}

.section-title {
    margin-left: 15px; 
    margin-right: 15px;
    width: 100%;    
    border-left: 8px solid #c0eefe; 
    border-bottom: 1px solid #c0eefe;
}

.section-title .section-text {
    font-weight: 600;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.card .card-image {
    /* padding: 15px; */
	padding: 12px;
    border-radius: 20px 20px 0 0;
    background: #fde69a;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card {
	border-radius: 20px;
	position: relative;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-body .card-title {
    font-size: 18px;
    font-weight: 600;    
    padding-bottom: 6px;
    color: #43b5fe;
}

.card-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: .75rem;
}

.card-text {
    font-size: 14px;
}
.card-footer button {
    font-size: 14px;
    color: #43b5fe;
}

.card-text {
    padding-bottom: 8px;
}

.btn-custom{
    background-color: transparent;
    font-size:18px;
	padding-left:0px;
	padding-right:0px;
}

.control-buttons {
    position: relative;
    z-index: 101;
    font-size: 14px;
    text-transform: uppercase;
}

	

.control-buttons a.button.checked, .control-buttons a.button:hover, #effbuttons a.button {
    background: #feca26;
}

.control-buttons a.button, #effbuttons a.button.checked, #effbuttons a.button:hover {
    background: rgba(30, 165, 194, 0.5);
}

.control-buttons span {
    position: relative;
    margin-bottom: 5px;
	margin-top: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 700;
}

.control-buttons span:after{position: absolute;content: "";width: 35px;height: 2px;color: #666;top: 30px;left: 0;background: #17a8bd;border-radius: 3px;}


.button.effbutton {
    font-size: 16px;
    margin-bottom: 5px;
}

.control-buttons .button {
    text-shadow: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #6f3821;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    margin-left: 15px;
    background: rgb(51,152,182) repeat-x;
    text-transform: uppercase;
}


.cust-footer {
    padding: 1.5rem 0;
    color: #666;
    text-align: center;
    background-color: #c0eefe;
}

.footer-ccright {
    font-size: 12px;
    padding: 0 15px;
}


.video-wrapper {
    position: relative;
    background: #ffffff;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
   
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
     transition: all .8s
}

.video-overlay-play-button:hover {
    opacity: 0.6;
    transform: scale(1.1);
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.r_logo_dr a img{max-height: 45px;}
.navbar-brand{margin-right: 0}
.banner_all{background: #fff;}
.banner{position: relative; }
.login_bg{ background: rgba(192, 238, 254, 0.90);top: 3px;border: 0; }
.dropdown-menu.show {right: 0;}
.r_logo_dr .d_r {margin-left: 15px;border:0;background: none;}
.r_logo_dr .d_r img{max-width: 85px;    transition: all .6s;}
.r_logo_dr .d_r img:hover{    transform: scale(1.1);}
.navbar h3{color: #666;font-weight: 600; margin-bottom: 0;}
.navbar h3 span{color: #f87043;}
.cs_test{ background: #f8f9fb;margin-top: 20%;}
.cs-title{font-size: 20px;font-weight: 600;color: #17a8bd; padding-bottom: 8px;margin-left: 15px; display:block;}
.video_list{background: #fff;padding:0px 15px 40px;}
.card-footer{background: #efffc0;border:0;    border-radius: 0px 0px 20px 20px!important;}
#effbuttons a.button{background: url('../imgs/icon_b.png')no-repeat left #feca26;background-size: 25px;padding-left: 40px;background-position-x: 8px;transition: all .6s;}
#effbuttons a.button:hover{background: url('../imgs/icon_b.png')no-repeat left #8acfde;background-size: 25px;padding-left: 40px;background-position-x: 8px;}



#effbuttons a.button.effbutton.selbutton {
	background-color: #98ddff;
	color: #1e5188;
}

#display_login {
	padding-left:6px;
	padding-right:4px;
	vertical-align:middle;
	font-weight:bold;
	font-size: 18px;
}

.index-video-container { 
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 12; 
}

.index-video-img { 
	position: absolute; 
	top: 78%; 
	left: 0; 
	right: 0; 
	background: #fff;
}

.index-video-img .card-image {
    padding: 15px;
    border-radius: 20px 20px 20px 20px;
    background: #fde69a;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.index-video-login {
	padding-top: 24px;
	padding-bottom: 30px;
	text-align: center;
}

.btn-login {
	padding: 32px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
	width: 100%;
}

.btn-sdls, 
.btn-main-sdls {
	background: #ffffff;
	background-image:url('../imgs/sdls_icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.btn-sdls {
	height: 90px;
}

.btn-logsupp {
	background: #72b5e0;
	background-image:url('../imgs/button_brain.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 90px;
}


.btn.btn-primary.btn-login.btn-sdls:hover,
.btn.btn-primary.btn-login.btn-main-sdls:hover {
    color: #ffffff;
    background-color: #ffffff;
	border: 1px solid;
    border-color: #0062cc;
}

.btn.btn-primary.btn-login.btn-logsupp:hover {

	border: 1px solid;
    border-color: #4394c8;
	background: #4394c8 url('../imgs/button_brain.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.btn-main-sdls {
	position: relative;
	width:90%;
	height:60px;
	margin:15px;
}

.index-video-login .index-video-login-sdls{
	text-align:left;
}

.index-video-login .index-video-login-video{
	text-align:center;
}

.index-video-login .index-video-login-new{
	text-align:left;
}

.fa-cust-defult {
	font-size: 20px;
}

.fa-cust-unselect {
	font-size: 20px;
}

.fa-cust-select {
	font-size: 20px;
	color:#4E43FE;
}

.invis-isbn {
	display: none;
}

#termsModal .modal-body div {
	line-height: 2;
}
.terms_sub_title {
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 4px;
}

.terms_sub_tab {
	padding-left:20px;
}


@media (max-width: 1200px){
   .cs_test {margin-top: 24.9%;}
   .swiper-button-next, .swiper-button-prev{border-radius: 15px; }
}

@media (max-width: 992px){
   .cs_test {margin-top: 35%;}
}

@media (max-width: 768px){
    .cs-title{display: block;}
    .control-buttons .button{margin-top: 10px;}
    .cs_test {margin-top: 48%;}
    .navbar{padding: .5rem 0rem;}
    .swiper-button-prev:hover,.swiper-button-next:hover {box-shadow: none;}
	
	.index-video-login .index-video-login-sdls,
	.index-video-login .index-video-login-video,
	.index-video-login .index-video-login-new {
		text-align:center;
	}
	
	.index-video-login {
		padding-top: 16px;
		padding-bottom: 16px;
		text-align: center;
	}
	
	.index-video-login .index-video-login-sdls,
	.index-video-login .index-video-login-video,
	.index-video-login .index-video-login-new {
		padding-top: 10px;
		padding-bottom: 6px;
		text-align:center;
	}
	
	.btn-login {
		width: 90%;
	}
	
	.btn-main-sdls {
		width:94%;
	}
}

@media (max-width: 576px){
    .login_bg{top: 116px;}
    .item{margin-top: 15px;}
    .cs-title{display: block;}
}

@media (max-width: 540px){
   .cs_test {margin-top: 50%;}

}

@media (max-width: 490px){
   .r_logo_dr .d_r{margin-left: 0px;}
}

@media (max-width: 447px){
   .r_logo_dr .d_r{margin-left: 0px;}
}

@media (max-width: 414px){
   .cs_test {margin-top: 65%;}
   .banner .swiper-button-next{right: 15px;}
   .banner .swiper-button-prev{left: 15px;}
}

@media (max-width: 375px){
   .cs_test {margin-top: 74%;}
   .r_logo_dr a img{max-height: 42px;}
}

@media (max-width: 360px){
   .cs_test {margin-top: 78%;}
   .r_logo_dr a img{max-height: 38px;}
}

@media (max-width: 320px){
   .cs_test {margin-top: 88%;}
   .r_logo_dr a img{max-height: 30px;}
}