/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
    {
        background: #fff;
        font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
        font-weight: 600;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        font-size: 16px;
        color: #000;
    }
.tm-white a {
	color: #fff;
	
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
	font-weight: bold;
	font-size: 36px;
    }
.text-upper{
	color:#FC0;
	font-weight:700;
	font-family:"微軟正黑體";
	margin-bottom:-20px;
	text-shadow: 2px 2px 3px #000;
	/*text-shadow:   0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;*/


}
.fb-like{margin-left:430px; margin-top:-20px; float:left; }
.text-upper_h2{
	font-size: 34px;
	background-color:#fbc200;
	color:#343333;
	padding:10px ;
	font-weight:700;
	font-family:"微軟正黑體";
	
}
/* end h1 group */
p { line-height: 1.6em; 
 }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
tbody{border: 1px solid #2ca4e3;font-size:16px; line-height:28px;}
table {
    border-collapse: collapse; 
    border-spacing: 0;
    width: 80%;  
	margin:20px auto;
	 background: rgba(100%,100%,100%,0.4);
	line-height:1.5;
	 
	
}
.tdcolor{
		/*background-color:#fce397;*/
		font-weight:800;
}
/*.bordered thead{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	
}*/
.img{
	width:350px;
	height:60px;
	background-image:url(../images/WB_UCOMLOGO_S.png);
	background-position:0 10px;
    background-repeat:no-repeat;}
    
.bordered td, .bordered th {
    /*border-left: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align:left;
	   
}

.border{
	width:35%;
	border-top:1px solid #CCC;
	height: 1px;
	margin: 15px auto 0;
}
.left_class{
	width:105%;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	background: #02bdd5;
	background-color: rgba(0,0,0,0.5);
    border-radius: 8px;
    padding: 20px 20px;
	margin-top:50px;
	/*margin-left:10px;*/
	/*border-top: #fbc200 7px solid; */
	color:#FFF;
}
.left_class ul{
	float:left;
	text-align:left;
	margin-top:20px;
}
.left_class li{
	font-size:1em;
	font-family:"微軟正黑體";
	list-style:square;
	margin-bottom:8px;
}
/* course */

h2{ font-size: 34px;font-weight: 600;margin-left: 18px;color: rgb(255, 255, 255);}
.title{margin-left: 0;margin-top: 30px; font-size:1.2em;}
.title span{background: #d44947;padding: 9px 25px;border-radius: 20px;}
.title span:hover{background: #FFF;color: #d44947;}
p{text-align: center;line-height: 1.5;margin-top: 20px;font-size: 1em;}
#courseBox{ background: rgb(255, 255, 255);box-shadow: rgb(0 0 0 / 30%) 10px 10px 0px 0;border-radius: 25px;margin: 30px 0 50px 0; }
#courseBox a{ color: #212529; }
#courseBox h5{ background: #24385c; padding: 22px 10px; text-align: center; margin-bottom: 10px; color: rgb(255, 255, 255); font-weight: bold; font-size: 2rem;border-radius: 25px 25px 0 0;font-size: 34px;}
#courseContent{ padding: 15px 30px;}
#courseContent img{ width: 85%; margin: 0 auto; display: block; padding-top: 15px; }
#courseContent > h6{ color: rgb(0,0,0,.6); }

.requirement{ padding: 0 30px; }
.requirement h2{padding-bottom: 0;}
.requirement ul{ line-height: 2.2rem; font-size: 1.05rem; padding-inline-start: 20px;}
.requirement ul li{ list-style: none;font-weight: 600;  }
.requirement ul li::before{content:" ";display: inline-block;height: 15px;width: 15px;background-image: url("https://www.uuu.com.tw/Public/content/Edm/190131_Azure/img/Tick.svg");margin-right: 10px;}

hr {
    margin-top: 10px;
    margin-bottom: 10px;

}
button{ width: 100%; margin: 20px 15px; background: #d44947; color: rgb(255,255,255); padding:15px 5px; border:none; border-radius: 5px; font-size: 2rem;}
button:hover{ background: #24385c; transition: .2s linear; cursor: pointer;}

.info{background-color: #d44947;color: #FFF;width: 60%;display: block;margin: auto;padding: 5px 0;border-radius: 10px;}
.info-p{font-size: 2.2rem;}
.info  a{color: #FFF;}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }

}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
	width: 350px;
	height: 56px;
	/* [disabled]background-color: #28a7e9; */
	margin: 0 auto;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	font-family: "微軟正黑體";
	text-align: center;
	font-weight: 800;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding:15px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
	color:#FFF;
	font-size: 20px;	
	background-color:#2AA7DF;
	line-height: 30px;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }
#home p
    {
	font-weight: 400;
	font-style: italic;
	line-height: 2em;
	font-size: 3em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
		background:url(../images/shutterstock_54972007.png);
        background-size: cover;
        background-position: center;
		
    }

#divider h3
    {
        font-size: 20px;
    }
#divider02
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
		background:url(../images/shutterstock_54972007_2.png);
        background-size: cover;
        background-position: center;
		
    }
#divider02 .fa
    {
        color: #28a7e9;
        font-size: 40px;
    }
#divider02 h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
		background:url(../images/shutterstock_54972007_2.png);
        background-size: cover;
        background-position: center;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }

/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg') no-repeat;
        background-size: cover;
        color: #fff;
        background-size: cover;
        background-position: center;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
		float:left;
		margin-left:50px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */
.left_class a{color: #FFF;}


@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
    .img{
        display: block;
        margin: auto;
    }
    #home p
    {
	line-height: 1.5em;
	font-size: 1.6em;
    }
    .overlay 
    {
       padding-top: 36px;
    }  
    .left_class{
        width:100%;
    }
    .text-upper_h2{
        font-size: 20px;
    }
    .info{width: 100%;}
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */
