@charset "UTF-8";

/* CSS Document */

html,
body {
    height: 100%;
    font-size: 16px;
    color: #666;
    font-family: "文泉驛正黑", "WenQuanYi Zen Hei",  "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}

body {
    padding-top: 80px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

section {
    padding: 20px;
}

aside {
    padding: 10px;
    background-color: rgb(200, 16, 46);
    color: #fff;
}

h2 {
    color: rgb(0, 130, 186);
    letter-spacing: 4px;
    font-family: 'Playfair Display';
    font-size: 28px;
    padding-bottom: 5px;
}

p {
    line-height: 24px;
    font-size: 16px;
}

hr {
    border: solid rgb(0, 130, 186) 1px;
}

.btn {
    border-radius: 20px;
    padding: 5px 15px;
    background-color: rgb(200, 16, 46);
    color: #fff;
    border: solid rgb(200, 16, 46) 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: #fff;
    color: rgb(200, 16, 46);
    border: solid rgb(200, 16, 46) 2px;
}

.btn:active,
.btn:visited {}

a:link {}

a:visited {
    text-decoration: none;
}

a:hover {
    color: rgb(0, 130, 186);
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.group-inners {
    margin: 0 80px;
}


/** navbar **/

.navbar-default {
    border-color: transparent;
    background-color: #fff;
    padding-bottom: 15px;
}

.navbar-default .navbar-toggle {
    margin: 20px;
    border-color: rgb(0, 130, 186);
    background-color: rgb(0, 130, 186);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgb(0, 130, 186);
}

.navbar-default .nav {
    padding-top: 20px;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: rgb(0, 130, 186);
}

.navbar-default .nav li a:hover {
    color: #666;
}

.navbar-default .nav .dropdown a:active,
.navbar-default .nav .dropdown a:visited,
.navbar-default .nav .dropdown a:link {
    background-color: #fff;
}

.navbar-default .nav li ul li a:hover,
.navbar-default .nav li ul li a:focus {
    background-color: #fff;
    color: #666;
}


/** carousel **/

header.carousel {
    height: 80%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel .fill .bg1 {
    height: 100%;
    padding-top: 175px;
    padding-bottom: 1200px;
    padding-left: 50px; 
    padding-right: 50px; 
    background-color: rgba(255, 255, 255, .85);
}

header.carousel .fill .bg1 .header {
    padding: 0px;
}

.header h1 {
    font-size: 28px;
    letter-spacing: 3px;
    color: rgb(0, 130, 186);
    font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}

.header hr {
    color: rgb(0, 130, 186);
}

.header p {
    font-size: 16px;
    color: #666;
}


/** slogan **/

#slogan {
    background-color: rgb(244, 247, 251);
    color: rgb(0, 130, 186);
    padding: 20px;
}

#slogan h1 {
    letter-spacing: 6px;
    font-size: 32px;
    font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}

#slogan p {
    font-size: 20px;
    word-spacing: 3px;
    letter-spacing: 3px;
}


/** services **/

#services {
    color: #fff;
}

#services h2 {
    color: #fff;
    padding-bottom: 15px;
}

#services .service-box p {
    padding-top: 30px;
}

#services .service-box {
    color: #fff;
}


/** our product **/

.no-padding {
    padding: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 130, 186, .8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 24px;
    letter-spacing: 5px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

aside h2 {
    color: #fff;
    letter-spacing: 5px;
}


/** latest-news **/

#latest-news {
    padding-bottom: 20px;
}

#latest-news .news-title {
    padding-bottom: 20px;
}

#latest-news .col-xs-12.col-sm-4.col-md-4 {
    padding: 0;
}

.thumbnail {
    padding: 5px;
}

.recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    height: 300px;
    border-radius: 0;
    padding: 10px;
}

.recent-work-inner h3 {
    color: #333;
    font-size: 20px;
    font-weight:bold;
}


/** testmonial **/

#testimonial {
    background-color: rgb(244, 247, 251);
}

#client-carousel .fill {
    padding: 20px;
}

#client-carousel .fill .video {}

#client-carousel .fill .client {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
}

#client-carousel .fill .word {
    font-size: 18px;
}

#client-carousel .fill .name {
    font-size: 18px;
}

#client-carousel .carousel-indicators {
    position: relative;
    top: 0;
    left: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 8px;
    width: 100%;
}

#client-carousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
    background: rgb(200, 16, 46);
}

#client-carousel .carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
    background: rgba(200, 16, 46, 0.5);
    text-indent: -999px;
    cursor: pointer;
}


/** footer **/

footer {
    padding: 5px 0px;
    background-color: rgba(0, 130, 186, 1);
    color: #fff;
}

footer p {
    line-height: 7px;
    font-size: 12px;
}

footer .footer-info {
    padding-top: 20px;
}

footer h4 {
    font-size: 16px;
    font-weight: 500px;
}

footer ul li {
    list-style-type: none;
}

footer .copyright {}

footer ul.social-buttons {
    margin-top: 10px;
}

footer ul.social-buttons li a {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 25px;
    line-height: 40px;
    outline: 0;
    color: rgb(0, 130, 186);
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover {
    color: #fff;
    background-color: rgb(200, 16, 46);
}


/* About Page Styles */
