﻿p {
    font-size:18px;
}
.section {
    margin: 20px;
    border-radius: 10px;
}

.section_detail {
    margin-top: 10px;
}

.section .fa {
    width: 100%;
    cursor: pointer;
    background: #12827D;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 6px;
}

.section_subtitle {
    border-bottom: 1px solid #666666;
    width:100%;
}

.section_subtitle span {
     background: url(../image/HeadBColor.png) bottom repeat-x;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
 
}

.section_desc ol {
    list-style-type: none;
}

.sec_icon {
    text-align:center;
}
.sec_icon img {
   margin: 20px;
}
.app_link a {
    font-weight: bold;
    color: #0064d0;
}

.inline {
    display: inline-block;
}

.logo_title {
    text-align: center;
    font-weight: bolder;
    font-family: none;
}

.logo img {
    margin: 4px;
}

.item {
    font-weight: bolder;
    font-size: 18px;
}

.center{
   text-align:center;
}

.img-resposive {
      width: 100%;
  height: auto;
}

.section li {
    font-size: 18px;
}

.remark {
    font-size:14px;
}

.bold {
    font-weight:bolder;
}

.caption {
    background: #ebebeb;
    font-weight: bold;
    padding: 2px;
}

.mbox {
    text-align: center;
    margin: 20px auto;
    width: min-content;
}

.gr {
    display: inline-block;
    max-width: 400px;
    vertical-align: top;
}

.row {
    height: 22px;
}

@media only screen and (max-width: 650px) {
    #content{
    margin-top: -50px !important;
    
    }

 .mbox {
       display:none;
    }
}