﻿@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@media (height: max-height) {
    footer {
        position: fixed;
        bottom: 0;
        z-index: 1050;
    }
}
body {
    padding-top: 50px;
    line-height: 1.6;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
ul {
    padding: 0;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}
*/

input[type="date"],
input[type="file"] {
    max-width: 300px;
    display: inline-block;
}
.thumbnail_box {
    display: inline-block;
    margin-bottom: 20px;
}

.block-ui-overlay {
    background-color: #000;
}

textarea {
    resize: none;
}

footer.copylight {
    position: relative;
    width: 100%;
    background-color: #101010;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 9pt;
    bottom: 0;
    z-index: 1050;
}
footer.copylight > p {
    margin: 0;
}
footer.fixed {
    position: fixed;
}
a {
    cursor: pointer;
}

ul.table {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
}
ul.table > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
}

.body-content {
    width: 100%;
    padding: 0;
}
.admin > div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: orangered;
}
.navbar-inverse .navbar-nav > li.active > a {
    color: #c00;
}

.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand > img {
    height: 30px;
}

.main_slide {
    background-color: #101010;
}
.main_slide img {
    margin: 0 auto;
    width: 100%;
}
.main_slide .carousel-control.right, .main_slide .carousel-control.left {
    width: 100px;
    opacity: 1;
}
.ab_logo {
    width: 100%;
}
.ab_item {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
}
.ab_item > .container {
    text-align: left;
}
.ab_item > .container > div {
    display: inline-block;
    margin-bottom: 20px;
}
.ab_logo {
    margin-bottom: 40px;
}
.contact_us,
.ab_info,
.ab_business {
    background-image: url(Image/About/bg.png);
}
.ab_history {
    background-color: rgba(25, 29, 35, 1);
    background-image: url(Image/About/bg_business.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.ab_history dt {
    color: orange;
}
.ab_history dd {
    color: #fff;
}

.ab_history_list {
    vertical-align: top;
    box-sizing: border-box;
    display: inline;
}
.ab_history_list dt {
    text-align:left;
    width: 100%;
}
.ab_history_list dd {
    margin-left: 0;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .ab_history_list dd {
        padding-left: 0;
    }
}
.ab_side_nav {
    position: fixed;
    right: 25px;
    top: 55px;
}

.ab_business ul {
    list-style: none;
}
.ab_business ul > li, .ab_business ul > li img {
    display: inline-block;
}
.ab_business ul > li {
    height: 300px;
}
.ab_business ul > li img {
    margin: 20px;
}
.ab_business ul > li span {
    /* word-break: break-all; */
}
.ab_business ul > li > div > div {
    width: 80%;
    display: inline-block;
}

@media (min-width: 992px) {
    .ab_business ul > li > div > div {
        width: 60%;
    }
}

.ab_side_nav > div {
    margin: 5px 0;
}

.solution img {
    display: inline-block;
}
.solution-tab {
    margin-top: 40px;
    text-align: center;
}
.solution-tab ul {
    display: block;
    list-style: none;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.solution-tab ul > li {
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
}
@media (min-width: 992px) {
    .solution-tab ul > li {
        width: 20%;
    }
}
.solution-tab ul > li > div {
    padding: 5px 20px;
    font-weight: bold;
    line-height: 20px;
    color: rgba(242, 101, 34, 1);
}
.solution-tab ul > li.active,
.solution-tab ul > li.active:hover {
    background-color: rgba(242, 101, 34, 1);
}
.solution-tab ul > li.active > div {
    color: #fff;
}
.solution-tab ul > li.active > div,
.solution-tab ul > li > div:hover {
    text-decoration: none;
}
.solution-tab ul > li:hover{
    background-color: lightgray;
    color: rgba(242, 101, 34, 1);
}
.fax, .tel {
    display: inline-block;
    width: 49%;
}
.btn-submit {
    background-color: #101010;
    color: #fff;
    font-weight: bold;
}
.btn-submit:hover {
    background-color: orangered;
    color: #fff;
}
.google_map {
    width: 100%;
    height: 320px;
}

.header {
    background-image: url(Image/Portfolio/header.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 0;
    color: #fff;
    letter-spacing: 10px;
}
.po_nav {
    padding: 0 20px;
}
.po_nav ul > li {
    margin: 3px;
}
.po_nav ul > li > a {
    text-decoration: none;
    color: #000;
    padding: 5px 20px;
}
.po_nav ul > li.active > a,
.po_nav ul > li.active > a:hover,
.po_nav ul > li > a:hover {
    background-color: #f00;
    text-decoration: none;
    color: #fff;
}
.po_nav hr {
    border-color: #000;
    border-width: 2px;
}
.po_title {
    position: relative;
    padding: 0 20px;
}
.po_title > div {
    display: inline-block;
}
.po_title h1 {
    font-size: 36pt;
    color: #f00;
    display: inline-block;
}
.not-important-list {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ccc;
    background-color: #fff;
}
.not-important-list > span {
    position: absolute;
    top: 3px;
    right: -10px;
    text-align: center;
    font-size: 8px;
    line-height: 8px;
    padding: 3px;
    border: 2px solid #333;
    border-radius: 100%;
}
.not-important-list ul {
    display: inline-block;
    margin: 0;
    font-size: 9pt;
    white-space: nowrap;
    padding-right: 20px;
}
.not-important-list ul li {
    display: inline-block;
    
    display: block;
    padding: 0 12px;
    margin: 1px;
}
.not-important-list ul li div {
    display: inline-block;
}
.not-important-list ul li > div:not(:last-child) {
    
}
.not-important-list ul li > div:last-child {
    
}
.po_list {
    display: inline-block;
    list-style: none;
    min-width: 314px;
    padding: 0;
    margin: 0;
}
.po_item {
    display: inline-block;
    margin: 5px;
    padding: 15px;
    border-radius: 5px;
}
.po_item:hover {
    background-color: rgba(0, 0, 0, .07);
}
.po_item > .img {
    display: inline-block;
    width: 314px;
    height: 144px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.po_item h5 {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.redactor {
    width: 100%;
}

.img-box {
    border: 1px solid #eee;
    min-height: 50px;
    width: 100%;
    padding: 10px;
}
.img-box > div {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 8px;
}
.img-box img {
    display: inline-block;
    max-width: 100px;
    height: auto;
}
.img-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    width: 14px;
    font-size: 9pt;
    line-height: 14px;
    text-align: center;
}