body {
    overflow-x: hidden;
	font-family: "微軟正黑體";
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #10793c;
}
img
{
height: auto;
max-width: 100%;
padding:0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "微軟正黑體",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary,hr.myicon,hr.star-white {
    margin: 10px auto 30px;
    padding: 0;
    max-width: 300px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\24D8";/*內碼*/
	background-color: #fff;
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #0245A0;
}

hr.star-light:after {
    color: #0245A0;
    background-color: #fff;
	
}
hr.star-white {
    color: #fff;
    background-color: #c70125;
	
}
hr.star-white:after {
    color: #fff;
    background-color: #c70125;
	
}


hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
	 content: "\f07c";/*內碼*/
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.myicon {
    border-color: #C3F4FF;
}

hr.myicon:after {
    color: #C3F4FF;
    background-color: #0093FF;
	 content: "\f010";/*內碼*/
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
/*正圓*/
 div .circle {
 width: 25px;
 height: 25px;
 background:hsla(5,1%,100%,1.00);
 -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
 border-radius:25px;
 margin-right: 25px;
 font-size:14px;
 margin: -10px 5px 0;
 display: inline-block;
}
/*正圓*/
 div .circleR {
 width: 25px;
 height: 25px;
 background:#FF0004;
 -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
 border-radius:25px;
 margin-right: 25px;
 font-size:14px;
 margin: -10px 5px 0;
 display: inline-block;
}
.text-light {
	color:brown !important;
	padding-bottom :10px;
}

.sale{
	font-size: 21px;
}
.img-centered {
    margin: 0 auto;
}
.load {
	align-content: center;
}
.load a{
	margin: 10px;
}
header {
	text-align: center;
	color: #fff;
    background-size:cover;
	
}
header.main01 {
background-image: url(../img/banner_2.jpg);
}


header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}
/*.title{
	background-color: rgba(255,255,255,0.6);
	border: 1px solid rgba(240,235,230,1.00);
	padding: 10px 0;
}*/
header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: "微軟正黑體",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 10px #000000;
	}

header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 250px;
	-webkit-text-shadow: 0px 0px 10px #000000;
	text-shadow: 1px 1px 15px #000000;
}
/*.thumbnail{
	height: 400px;
	margin-top: 10px;
}*/
.lead {
  margin-bottom: 20px;
  font-size: 16px;
line-height: 1.5;
}
.lead21 {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 2;
  font-weight: 800;
}

@media(min-width:768px) {
    header .container {
        padding: 200px 0 100px;
    }

    header .intro-text .name {
	font-size: 5em;
	text-shadow: 0px 0px 5px #000000;
    }

    header .intro-text .skills {
	font-size: 1.75em;
	color: aliceblue;
	text-shadow: 0px 0px 5px #000000;
    }
}
  .pt-20 {
    padding-top: 20px; }
@media(min-width:768px) {
    .navbar-fixed-top {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;/*padding: 25px 0;*/
	-webkit-transition: padding .2s;
	-moz-transition: padding .2s;
	transition: padding .2s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 3px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
	font-size: 1.5em;
	width: 86px;
	height: 53px;
	background-image: url(../img/LGI-logo.png);
    }
}

.navbar {
    text-transform: uppercase;
    font-family:  "微軟正黑體",Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
	font-size: 16px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}
section.mystyle {
	color: #fff;
	background: #b12f73;
		}
section.mystyle2 {
    color: #fff;
    background: #4EBBAA;
                }
.mystyle td {
	font-size: 17px;
		}
@media(max-width:767px) {
    section {
        padding: 20px 0;
    }

    section.first {
        padding-top: 75px;
    }


}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(82,182,255,1.00);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.caption-con{
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #B4080B;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
	padding: 25px 0;
	background-color: #233140;
	text-align: left;
}

.btn-social {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 40PX;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 25px;
	line-height: 35px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
	padding: 0px 0;
	margin:2%;
	min-height: 100%;
	border: 0;
	border-radius: 10px;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 5px;
    height: 50px;
    margin-left: 35px;
    background-color: #B4080B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 5px;
    height: 50px;
    background-color: #B4080B;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-lgi {
  color: #fff;
  background-color:#C5297A;
  border-color: #a40055;
}

.btn-ko {
    color: #fff;
    background-color: #a40055;
    border-color:  #a40055;
    width: 150px;
  }

.btn-ko:hover{
    color: #a40055;
    background-color: #fff;
    border-color:  #a40055;
}

.btn-india {
  color: #fff;
  background-color: #2B988D;
  border-color: #2e6da4;
}

.lgiColor{
	color: #a40055;
}

.caption ul{
	line-height: 1.8em;
	font-size: 18px;
}

.fundName {
	margin-top: 0px;
    padding: 5px;
    color: #FFFFFF;
    background:#a40055;
	text-align: center;
}
.fundName2 {
	margin-top: 0px;
    padding: 5px;
    color: #FFFFFF;
    background:#2B988D;
	text-align: center;
}

.fundName3 {
	margin-top: 0px;
    padding: 5px;
    color: #FFFFFF;
    background: #a40055;
	text-align: center;
}

/***lgi***/
#business-plan {
  padding-bottom: 130px; }
  #business-plan .container-fluid {
    padding-right: 30px;
    padding-left: 30px; }
  #business-plan .business-item-info {
    margin-top: 60px; }
    #business-plan .business-item-info h3 {
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 25px; }
    #business-plan .business-item-info p {
      font-size: 16px;
      margin-bottom: 20px; }
/***lgi***/

/**timeline*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #a40025;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/*****/
ul.note {
    list-style-type: none;
    position: relative;
	padding-left: 0px;
	
}
.img-fluid{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-radius: 5px;
}

.img-frame {
  display: block;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 0px;
  line-height: 1.42857143;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.img-frame > img,
.img-frame a > img {
  margin-right: auto;
  margin-left: auto;
}
a.img-frame:hover,
a.img-frame:focus,
a.img-frame.active {
  border-color: #337ab7;
}
#FloatDiv{
　width:86px;
　height:106px;
　background-color:#DBABFF;
  padding:0 0 0 20px;
　float:left;
  position:absolute;
  z-index: 1;
}
/******carousel******/
.carousel{
	height: 500px;
	}
.item,.active,.carousel-inner  {
	height:100%;
}
.item h3 p {
	text-shadow:  0.1em 0.2em 0.3em #333;
}

.item h3  {
	font-size: 30px;
}
.fill {
	width:100%;
	height:100%;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

#carousel1 .left.carousel-control img,#carousel1 .right.carousel-control img {
	position: absolute;/*絕對座標*/
	top: 50%;
}
#carousel1 .left.carousel-control img{
	right:50%;
	}
#carousel1 .right.carousel-control img{
	left:50%;
	}
.value{
	font-size: 21px;
}
.red{
	color: #C10003;
}
.green{
	color:#57B700;
}

/******carousel********/
@media (max-width: 768px) {
	.img-frame{
     margin: 10px;
}
.carousel{
	height: 200px;
	}
  }


/*=========================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
  padding-bottom: 130px;
	
}
  #business-plan .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
  #business-plan .business-item-info {
    margin-top: 0px; }
    #business-plan .business-item-info h3 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 15px; }
    #business-plan .business-item-info p {
      font-size: 16px;
      margin-bottom: 17px; }

.business-item-info h3 {
        font-size: 24px;
        line-height: 30px;}
.business-item-info p {
        font-size: 16px;}

        .fundName3 h3{
            font-size: 28px;
        }

.number {
    font-size: 30px;
}

/* =======================================
