#topic_path>ul {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
}

#topic_path>ul>li {
    float: left;
    color: #369a16;
    text-transform: uppercase;
    font-size: 12px;
}

#topic_path>ul>li>a {
    background: url(/public/user/img/common/icon_arrow01.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
    text-decoration: underline;
    color: #666;
}

#topic_path>ul>li>a:hover {
    text-decoration: none;
}

#topic_path>ul>li .path_current {
    color: #003f97;
    text-decoration: none;
    background: none;
}

.main_banner h2 span {
    width: 980px;
    margin: 0 auto;
    display: block;
}

.h3_title {
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    margin: 60px 0 10px;
    color: #666;
}


/*  Company
-----------------------------------------------------------------------------*/


/*cdm*/


/*  Service
-----------------------------------------------------------------------------*/


/*cdm*/

.service_list {
    border: 1px solid #e7e7e8;
    background: #fff;
    margin-bottom: 35px;
}

.service_list li {
    float: left;
    border-right: 1px solid #e7e7e8;
    width: 48%;
}

.service_list li a {
    color: #369a16;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 10px;
}

.service_list li:last-child {
    border: none;
}

.service_list li a:hover {
    background: #369a16;
    color: #fff;
}

.service_list li a.current {
    background: #369a16;
    color: #fff;
}

.service_list li a span {
    background: url(/public/user/img/common/icon_arrow02.png) no-repeat left center;
    padding-left: 10px;
}

.service_list li a:hover span,
.service_list li .active span {
    background: url(/public/user/img/common/icon_arrow02.png) no-repeat left center;
    padding-left: 10px;
}


/*  Topics
-----------------------------------------------------------------------------*/


/*cdm*/

.topic_box li {
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 20px;
    position: relative;
}

.topic_box li a {
    text-decoration: none;
    display: block;
}

.topic_box li .topic_img {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.topic_box li .topic_content {
    float: right;
    width: 620px;
}

.topic_box li .topic_title {
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #369a16;
}

.topic_box li a:hover {
    cursor: pointer;
}

.topic_box li .topic_date {
    font-size: 12px;
    padding: 15px 0 2px 0;
}

.topic_box li .topic_cont {}

.topic_box li .topic_view {
    text-align: right;
}

.topic_box li a:hover .topic_view {
    text-decoration: underline;
}

.topic_box li:hover {
    background: #cccccc;
    opacity: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.topic_box li:hover:after {
    opacity: 0.3;
    cursor: pointer;
}


/*  Products
-----------------------------------------------------------------------------*/


/*cdm*/

.product_list {
    margin: 0 0 40px 0;
}

.product_list li {
    border: 1px solid #e2e2e2;
    float: left;
    border-bottom: none;
    background: #ffffff;
    overflow: hidden;
    width: 311px;
    height: 304px;
    margin: 0 20px 10px 0;
}

.product_list li:last-child {
    margin-right: 0px;
}

.product_list li img {
    width: 312px;
    height: 231px;
}

.product_list .mid_li {
    margin: 0 20px 0;
}

.product_list li a,
.product_list li span {
    display: block;
}

.product_list li a {
    text-decoration: none;
    position: relative;
}

.product_list li .layer_hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.5;
    background: #333;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    text-indent: -3;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    zoom: 1;
}

.product_list li a:hover {
    text-decoration: none;
}

.product_list li span {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
    background: url(/public/user/img/home/icon_link03.gif) 276px center no-repeat;
    border-bottom: 4px solid #369a16;
}

.product_list.en li span {
    font-size: 17px;
    padding: 25px 36px 25px 10px;
    width: 265px;
}

.product_list li:hover .layer_hover {
    display: block;
    padding: 0;
    width: 100%;
    z-index: 1;
}

.product_list li a img {
    z-index: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.product_list li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    -ms-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}


/*  Company message  */

#company_message .h4_title {
    margin-bottom: 20px;
}

#company_message .content_box {
    padding: 0;
    border: none;
}


/*  Company policy  */

#company_policy .content_box {
    padding: 30px;
}

#company_policy .tbl_company03 {
    margin-bottom: 40px;
}

.tbl_company03 th {
    color: #fff;
    background: #003399;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    text-align: left;
    width: 420px;
    border-right: 1px solid #fff;
}

.tbl_company03 td {
    border-right: 1px solid#ccc;
    border-bottom: 1px solid#ccc;
    padding: 15px 20px;
}

.tbl_company03 td:last-child {
    border-right: none;
}


/*  Company office  */

#company_office .content_box {
    padding: 0;
    border: none;
}

#company_office .office_box {
    margin-top: 50px;
}

#company_office .office_box .content_box {
    margin-bottom: 20px;
}

#company_office .map_box .content_box {
    padding: 30px;
}

#company_office .com_list03 {
    margin: 20px 0 0;
    border-top: 1px dotted #e5e5e7;
}

#company_office .com_list03 li {
    padding: 40px 20px;
    border-bottom: 1px dotted #e5e5e7;
    position: relative;
}

#company_office .com_list03 .h4_title {
    font-size: 14px;
    margin: 0;
}

#company_office .map_box01 {
    position: relative;
}

#company_office .box_01 {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e2e2e2;
    width: 170px;
}

#company_office .box_01 li {
    padding: 8px 20px 5px;
    border-bottom: 1px dashed #e2e2e2;
}

#company_office .box_01 li:last-child {
    border-bottom: none;
}

#company_office .box_01 li span {
    padding-left: 15px;
}

#company_office .box_01 .circle_01 span {
    background: url(../../company/img/circle_01.gif) no-repeat left center;
}

#company_office .box_01 .circle_02 span {
    background: url(../../company/img/circle_02.gif) no-repeat left center;
}

#company_office .box_01 .circle_03 span {
    background: url(../../company/img/circle_03.gif) no-repeat left center;
}

#company_office .link00 {
    position: absolute;
}

#company_office .link00 a {
    background: #666;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px 5px;
    min-width: 80px;
    display: block;
    text-align: center;
}

#company_office .link00 a:hover {
    opacity: 0.8;
}

#company_office .link00 a span {
    background: url(../../company/img/icon.png) no-repeat left center;
    padding: 0 0 0 15px;
}

#company_office .link01 a {
    background: #f2484b;
}

#company_office .link01 {
    top: 165px;
    left: 370px;
}

#company_office .link02 {
    top: 224px;
    right: 172px;
}

#company_office .link03 {
    top: 178px;
    right: 156px;
}

#company_office .link04 {
    bottom: 88px;
    right: 288px;
}

#company_office .link05 {
    bottom: 28px;
    left: 438px;
}

#company_office .link06 {
    bottom: 90px;
    left: 157px;
}

#company_office .img_box {
    margin-top: 10px;
}

#company_office .btn_map {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

#company_office .btn_map a {
    color: #fff;
    background: #3fbff0;
    border-bottom: 3px solid #23a3d4;
    padding: 12px 20px 7px 60px;
    text-decoration: none;
    display: inline-block;
}

#company_office .btn_map a:hover {
    opacity: 0.7;
}

#company_office .btn_map a span {
    background: url(../../company/img/icon_01.gif) no-repeat right center;
    padding-right: 45px;
}

#company_office .com_btn01 {
    color: #003f97;
}

#company_office .com_btn01:hover {
    color: #003f97;
    text-decoration: none;
}

#company_office .com_btn02 {
    color: #fff;
    background: #003f97;
    border-bottom: 3px solid #002963;
    padding: 15px 45px 10px;
    text-decoration: none;
    display: inline-block;
}

#company_office .com_btn02:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

#company_office .com_btn02 span {
    background: url(/public/user/img/common/icon_04.gif) no-repeat right center;
    padding-right: 30px;
}

#company_office #map {
    margin: 15px 0 30px;
}

#company_office #map iframe {
    height: 570px;
    width: 100%;
}


/*  Topics
-----------------------------------------------------------------------------*/

#topics h2 {
    background: #f7f7f7;
}

#topics #nav #topics_navi .active {
    background-color: #003f97;
    color: #ffffff;
}

.list_01 li {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    width: 478px;
}

.list_01 li:nth-child(2n) {
    margin: 0;
}

.list_01 li a {
    display: block;
    border-bottom: 4px solid #003f97;
    color: #003f97;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.list_01 li a:hover {
    opacity: 0.7;
}

.list_01 li a span {
    display: inline-block;
    vertical-align: middle;
    width: 215px;
    padding: 20px;
    background: url(/public/user/img/common/icon_03.gif) no-repeat right center;
}

.list_01 li a span .txt_01 {
    font-size: 14px;
    background: none;
    padding: 0;
}

.list_01 li img {
    vertical-align: middle;
}


/***/

#topics_01 #topics_tab01 .active,
#topics_02 #topics_tab02 .active,
#topics_03 #topics_tab03 .active,
#topics_04 #topics_tab04 .active,
#topics_05 #topics_tab05 .active,
#topics_06 #topics_tab06 .active {
    background: #003f97;
    color: #fff;
}

#topics_01 #topics_tab01 .active span,
#topics_02 #topics_tab02 .active span,
#topics_03 #topics_tab03 .active span,
#topics_04 #topics_tab04 .active span,
#topics_05 #topics_tab05 .active span,
#topics_06 #topics_tab06 .active span {
    background: url(/public/user/img/common/icon_arrow03.gif) no-repeat left center;
    padding-left: 10px;
}

#topics_tabs li {
    width: 195px;
}

#topics_tabs li:last-child {
    width: 194px;
}

#topics_tabs_02 #topics_tabs li {
    width: 244px;
}

#topics_tabs_02 #topics_tabs li:last-child {
    width: 243px;
}

#topics_tabs_02 #topics_tabs li a.zoom_link {
    padding: 10px 50px;
}

#e_topics_tabs li {
    width: 49.95%;
}

#e_topics_tabs li a.zoom_link {
    padding: 21px 10px 20px;
}


/**/

#topics_tabs .txt11 {
    font-size: 11px;
    line-height: 11px;
    display: block;
    background: none !important;
}

#topics_tabs li a.zoom_link {
    text-align: left;
    padding: 10px;
}

#topics_tabs li a {
    padding: 15px 10px 16px;
}

.topics_list01 {
    border-top: 1px solid #e5e5e7;
    margin: 20px 0 0;
}

.topics_list01 li {
    border-bottom: 1px solid #e5e5e7;
}

.topics_list01 li a {
    background: url(/public/user/img/common/icon_03.gif) no-repeat 98% center;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #003f97;
    text-decoration: none;
    padding: 20px;
}

.topics_list01 li a:hover {
    text-decoration: underline;
}

.topics_box01 {
    margin: 30px 0 50px;
}

.topics_box01 p {
    margin-bottom: 10px;
}


/* faq */

#faq {
    margin: 30px 0 0;
}

#faq .question {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    background: url(../../topics/img/faq_bg.gif) repeat-x;
    border: 1px solid #ddd;
    width: 900px;
}

#faq .question span {
    background: url(../../topics/img/faq_q.gif) no-repeat 5px 5px;
    padding: 5px 25px 5px 30px;
    display: block;
}

#faq .answer {
    background: url(../../topics/img/faq_a.gif) no-repeat 0 0;
    padding: 0 0 0 30px;
    margin-bottom: 30px;
    width: 870px;
}

#faq .answer a {
    color: #003f97;
}

#faq .pageLink a.pdf {
    background: url(../../topics/img/icon_pdf.gif) no-repeat;
    padding: 12px 10px 8px 35px;
    display: inline-block;
}


/* tab01 + tab02 + tab03 */

.topic_tab h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
}

.topic_tab h3 span {
    font-size: 16px;
    display: block;
}

.topic_tab .txt_01 {
    margin: 19px 0 25px;
}

.topic_tab button {
    cursor: pointer;
}

.topic_tab button:hover {
    opacity: 0.7;
}

.topic_tab .group_btn {
    margin-bottom: 18px;
}

.topic_tab .group_btn button {
    padding: 7px 21px 4px 33px;
    float: right;
}

.topic_tab .group_btn .btn_01 {
    background: url(../../topics/img/icon_arrowbrown.png) 20px center no-repeat #c3c8cf;
    border: none;
    border-bottom: #a8acb2 3px solid;
    color: #888888;
}

.topic_tab .group_btn .btn_02 {
    color: #ffffff;
    background: url(../../topics/img/icon_arrowwhite01.png) 20px center no-repeat #3fbff0;
    border: none;
    border-bottom: #23a3d4 3px solid;
}

.topic_tab .form_search select {
    padding: 8px 30px 8px 5px;
}

.topic_tab .form_search .box_txt select {
    width: 328px;
}

#select_02 {
    width: 30%;
}

.topic_tab .form_search .btn_03 {
    background: url(../../topics/img/icon_search.png) 20px center no-repeat #666666;
    color: #ffffff;
    border-bottom: 3px solid #494949;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 7px 21px 4px 40px;
}

.topic_tab #e_btns .form_search .btn_03 {
    padding: 10px 21px 7px 40px;
}

.topic_tab .form_search .input_01 {
    padding: 8px 15px;
}

.topic_tab .form_search .box_txt .input_01 {
    width: 330px;
}

.topic_tab .table_pdf {
    border-collapse: collapse;
    margin: 12px 0 30px;
    width: 100%;
}

.topic_tab .table_pdf th {
    padding: 18px 0;
    background: #003f97;
    color: #ffffff;
    font-weight: bold;
    border-right: 1px solid #d8dbe2;
}

.topic_tab .table_pdf .w_01 {
    width: 250px;
}

.topic_tab .table_pdf .w_02 {
    width: 340px;
}

.topic_tab .table_pdf .w_03 {
    width: 140px;
}

.topic_tab .table_pdf th:last-child {
    border: none;
}

.topic_tab .table_pdf input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
    background: #ffffff;
}

.topic_tab .table_pdf td {
    padding: 13px 15px;
    border-bottom: 1px solid #e7e7e8;
    border-left: 1px solid #e7e7e8;
}

.topic_tab .table_pdf td:last-child {
    border-right: 1px solid #e7e7e8;
    padding-right: 20px;
}

.topic_tab .table_pdf td.border_2 {
    border-bottom: 1px dotted #e7e7e8;
}

.topic_tab .table_pdf td a {
    color: #003f97;
    text-decoration: none;
}

.topic_tab .table_pdf td a img {
    padding-left: 10px;
    vertical-align: middle;
}

.topic_tab .table_pdf td a:hover {
    text-decoration: underline;
}

.topic_tab .table_pdf td input {
    margin-left: 0px;
    float: right;
}

.box_txt label {
    width: 70px;
    display: inline-block;
}

.topic_tab .btn_04 {
    padding: 6px 30px 4px 42px;
    border: none;
    color: #ffffff;
    border-bottom: 3px solid #002963;
    background: url(../../topics/img/icon_arrowwhite.png) 30px center no-repeat #003f97;
    font-size: 16px;
}

.topic_tab .box_pagination {
    width: 360px;
    margin: 0 auto;
}

.topic_tab .box_pagination li {
    float: left;
    width: 38px;
    line-height: 32px;
    text-align: center;
    margin: 0 1px;
}

.topic_tab .box_pagination li:last-child a,
.topic_tab .box_pagination li:first-child a {
    border: none;
    line-height: 34px;
}

.topic_tab .box_pagination li.active a,
.topic_tab .box_pagination li:hover a {
    color: #ffffff;
    background: #003f97;
}

.topic_tab .box_pagination li a {
    color: #003f97;
    display: block;
    text-decoration: none;
    border: 1px solid #003f97;
}

.topic_tab .label {
    width: 118px;
    font-size: 11px;
    padding: 2px 0;
    text-align: center;
    background: #3fbff0;
    color: #fff;
}

.topic_tab .color02 {
    background: #e466a9;
}


/*  Products
-----------------------------------------------------------------------------*/

#products #nav #product_navi .active {
    background-color: #003f97;
    color: #ffffff;
}

.list_02 li {
    float: left;
    margin: 0 19px 20px 0;
    position: relative;
}

.list_02 li:nth-child(3n) {
    margin-right: 0;
}

.list_02 li a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.list_02 li a:hover {
    opacity: 0.7;
}

.list_02 li span.txt_01 {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    display: block;
    width: 240px;
    padding-right: 30px;
}

.list_02 li .txt_blue {
    background: url(/public/user/products/icon_01.png) no-repeat right center;
}

.list_02 li .txt_pink {
    background: url(/public/user/products/icon_02.png) no-repeat right center;
}

.list_02 li .txt_green {
    background: url(/public/user/products/icon_03.png) no-repeat right center;
}

.list_02 li .txt_orange {
    background: url(/public/user/products/icon_04.png) no-repeat right center;
}

.list_02 li .txt_purple {
    background: url(/public/user/products/icon_05.png) no-repeat right center;
}

.list_02 li .txt_red {
    background: url(/public/user/products/icon_06.png) no-repeat right center;
}

.list_02 li .bg_cover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    zoom: 1;
}

.list_02 li .bg_blue {
    background: #3fbff0;
}

.list_02 li .bg_pink {
    background: #ff8bc7;
}

.list_02 li .bg_green {
    background: #55c68d;
}

.list_02 li .bg_orange {
    background: #ff871d;
}

.list_02 li .bg_purple {
    background: #b779e2;
}

.list_02 li .bg_red {
    background: #f2484b;
}

.tbl_product01 {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 5px 0 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.tbl_product01 tr:first-child {
    border-bottom: 1px solid #ccc;
}

.tbl_product01 tr:first-child th {
    border-bottom: 1px solid #ccc;
}

.tbl_product01 th {
    background: #eaf9ff;
    padding: 15px 0;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.tbl_product01 th.none {
    border-left: none;
}

.tbl_product01 th.w_01 {
    width: 110px !important;
}

.tbl_product01 td {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    width: 170px;
}

.tbl_product01 td.last {
    border-bottom: none;
}

.tbl_product02 {
    width: 674px;
    border-collapse: collapse;
    padding: 0;
    margin: 0 0 20px 20px;
    text-align: left;
    border-top: 1px solid #e2e2e2;
}

.tbl_product02 th {
    width: 145px;
    background: #eaf9ff;
    padding: 15px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.tbl_product02 td {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 20px;
}

.product_list01 {
    line-height: 29px;
    margin-bottom: 40px;
}

.product_list01 span {
    color: #003f97;
}

.product_list01 .num {
    font-size: 18px;
    display: inline-block;
    padding-right: 8px;
}

.box_title {
    position: relative;
}

.box_title .h3_title span {
    color: #003f97;
    font-size: 14px;
    display: block;
}

.box_title .icon_txt {
    position: absolute;
    top: 7px;
    right: 0;
}

.product_box {
    color: #666;
}

.product_box dl {
    margin: 0 0 40px;
    line-height: 26px;
}

.product_box dl dt {
    font-weight: bold;
}

.product_box dl dd {
    margin-bottom: 20px;
}


/**/

#product_01 #product_tab01 .active,
#product_02 #product_tab02 .active,
#product_03 #product_tab03 .active,
#product_04 #product_tab04 .active,
#product_05 #product_tab05 .active,
#product_06 #product_tab06 .active {
    background: #003f97;
    color: #fff;
}

#product_01 #product_tab01 .active span,
#product_02 #product_tab02 .active span,
#product_03 #product_tab03 .active span,
#product_04 #product_tab04 .active span,
#product_05 #product_tab05 .active span,
#product_06 #product_tab06 .active span {
    background: url(/public/user/img/common/icon_arrow03.gif) no-repeat left center;
    padding-left: 10px;
}


/**/

.content_box01 h4 {
    font-size: 18px;
    color: #fff;
    padding: 15px 20px 11px;
    cursor: pointer;
}

.content_box01 h4.btn_show {
    background: #777777 url(/public/user/products/icon_down.png) no-repeat 96% center;
}

.content_box01 h4.btn_current {
    background: #777777 url(/public/user/products/icon_up.png) no-repeat 96% center;
}

.content_box01 .block_list>div {
    background: #fff;
    /*border: 1px solid #e5e5e7;
margin-bottom:20px;*/
    width: 480px;
}

.content_box01 .block_list {
    margin-bottom: 20px;
}

.content_box01 .block_left {
    float: left;
}

.content_box01 .block_right {
    float: right;
}

.content_box01 .block_list ul li {
    border-bottom: 1px dashed #d0d0d1;
    padding-right: 20px;
    border-left: 1px solid #d0d0d1;
    border-right: 1px solid #d0d0d1;
}

.content_box01 .block_list ul li:last-child {
    border-bottom: 1px solid #d0d0d1;
}

.content_box01 .block_list ul {
    border-top: none;
}

.content_box01 .block_list ul li a {
    height: calc(100% - 32px);
    padding: 15px 50px 17px 18px;
    text-decoration: none;
    display: block;
    background: url(/public/user/img/common/icon_03.gif) right center no-repeat #ffffff;
}

.content_box01 .block_list ul li a:hover {
    opacity: 0.8;
}

.content_box01 li .title_link {
    color: #003f97;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.content_box01 li .txt_link {
    color: #666666;
}


/*  Contact
-----------------------------------------------------------------------------*/

#contact h2 {
    background: #f7f7f7;
}

#contact .p_title {
    margin: 0 0 30px;
}

#contact table {
    margin: 8px 0 10px;
    width: 100%;
    padding: 0;
    border-collapse: collapse;
}

#contact .tbl_01 th {
    padding: 20px;
    width: 240px;
    background: #369a16;
    border-bottom: 1px solid #6eaa57;
    color: #fff;
    text-align: left;
}

#contact #e_tbl01 th p {
    background: none;
}

#contact #e_tbl01 th p span {
    font-size: 10px;
    color: #ff0000;
    display: inline-block;
    float: right;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
}

#contact #e_tbl01 td .errors {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

#contact .tbl_01 th p {
    background: url(/public/user/img/contact/icon_01.gif) no-repeat right center;
}

#contact .tbl_01 th .not_required {
    background: none;
}

#contact #tbl_confirm tr th p {
    background: none;
}

#contact .tbl_01 td {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 20px;
}

#contact #tbl_confirm tr td {
    padding: 20px;
}

#contact .tbl_01 tr:first-child td {
    border-top: 1px solid #e2e2e2;
}

#contact .tbl_01 td input,
#contact .tbl_01 td textarea,
#contact .tbl_01 td select {
    background: #eee;
    border: none;
    padding: 10px;
    width: 90%;
}

#contact .tbl_01 tr td select {
    width: 30%;
    color: #777;
    padding: 7px 10px;
}

#contact .tbl_01 td .txt_code01 {
    width: 30%;
    margin: 0 5px;
}

#contact .tbl_01 td .txt_code02 {
    width: 40%;
    margin: 0 5px;
}

#contact .tbl_01 td.border_01 {
    border-bottom: 1px dotted #e2e2e2 !important;
}

#contact .box_form p a {
    padding: 13px 0 7px;
}

#contact .box_form a.link {
    color: #003f97;
    width: auto;
    padding: 0;
    margin: 0;
}

#contact .box_form a.link:hover {
    text-decoration: underline;
}

#contact .box_form a,
#contact .box_form button {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 0 5px;
    width: 190px;
    display: inline-block;
}

#contact .box_form button {
    border: none;
    padding: 11px 0 6px;
    cursor: pointer;
}

#contact .box_form a:hover,
#contact .box_form button:hover {
    opacity: 0.8;
}

#contact .box_form p .btn_contact01 {
    background: #666;
    border-bottom: 3px solid #494949;
    margin-right: 20px;
}

#contact .box_form .btn_contact01 span {
    background: url(/public/user/img/common/icon_arrow02.png) no-repeat left center;
    padding-left: 15px;
    background-size: 8px;
}

#contact .box_form .btn_contact02 {
    background: #369a16;
    border-bottom: 3px solid #009999;
}

#contact .box_form .btn_contact02 span {
    background: url(/public/user/img/common/icon_arrow02.png) no-repeat left center;
    padding-left: 15px;
    background-size: 8px;
}


/*  Sitemap
-----------------------------------------------------------------------------*/

#sitemap .h3_title {
    margin: 30px 0;
}

#sitemap .site_box {
    width: 200px;
    margin: 0 45px 0 0;
    float: left;
}

#sitemap .site_box a {
    color: #666;
    text-decoration: none;
}

#sitemap .site_box a:hover {
    text-decoration: underline;
}

#sitemap .site_box dl dt {
    background: url(/public/user/img/common/icon_03.gif) no-repeat 0 1px;
    padding-left: 32px;
    line-height: 26px;
    margin-bottom: 5px;
}

#sitemap .site_box dl dd {
    background: url(/public/user/img/common/icon_arrow04.png) no-repeat 0 7px;
    margin-left: 35px;
    padding-left: 12px;
    line-height: 26px;
}


/*  Sitemap
-----------------------------------------------------------------------------*/

#information .box_info {
    margin: 30px 0;
    border-top: 1px solid #e2e2e2;
}

#information .box_info dl {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 15px 10px;
}

#information .box_info dt {
    float: left;
}

#information .box_info dd {
    float: left;
    margin: 2px 0 0 20px;
}

#information .box_info dd a {
    text-decoration: none;
    padding: 0 15px 0 0;
    display: block;
    color: #369a16;
    background: url(/public/user/img/home/icon_pdf.png) no-repeat 100% 3px;
}

#information .box_info dd a:hover {
    text-decoration: underline;
}

#information .box_info .date {
    color: #666666;
    margin-bottom: 5px;
    display: block;
}

#information .box_info .box_label {
    display: inline-block;
    font-size: 13px;
    padding: 3px 20px 1px;
    background: #3fbff0;
    color: #ffffff;
    vertical-align: text-bottom;
    margin-left: 10px;
    border-radius: 3px;
}


/* list product */

.list_product li {
    float: left;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    margin-bottom: 20px;
}

.list_product li:nth-child(3n),
.list_product li:last-child {
    margin-right: 0px;
    margin-bottom: 20px;
    border: 0px;
}

.list_product li .product-inner {
    display: inline-block;
    width: 250px;
    padding: 20px;
    height: 350px;
    overflow: hidden;
}

.list_product li .product-inner:hover {
    box-shadow: 0 0 6px 0 rgba(1, 1, 1, .3);
}

.list_product li .product-inner img {
    height: 150px;
    width: 150px;
}

.list_product li .product-inner .product-header {
    text-align: center;
    margin-bottom: 10px;
}

.list_product li .product-inner .product-header .icon {
    text-align: center;
    height: 50px;
}

.list_product li .product-inner .product-header .icon span {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 8px;
    color:#fff;
    margin: 5px;
}

.list_product li .product-inner .product-header .icon span.icon_new {
    background: #ffa500;
}

.list_product li .product-inner .product-header .icon span.icon_hot {
    background: #c2272d;
}

.list_product li .product-inner .product-header .icon span.icon_trend {
    background: #00a098;
}




.list_product li a {
    display: inline-block;
    text-decoration: none;
}

.list_product li p.product_title {
    font-weight: 700;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.167em;
    height: 2.334em;
    color: #0062bd;
    margin-bottom: 10px;
    overflow: hidden;
}

.list_product li .product-inner .product-desc {
    text-align: justify;
    height: 76px;
    overflow: hidden;
}

.list_product li .product-footer {
    margin-top: 10px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

.pagination>li {
    display: inline;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#product_detail {
    padding: 20px 0;
}

#product_detail #product_inside {
    margin-bottom: 20px;
}

#product_detail .product_info {
    float: right;
    width: 460px;
    font-size: 15px;
    padding: 10px;
}

#product_detail .product_info .product_title {
    color: #666;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#product_detail .product_info .tbl_product {
    width: 100%;
}

#product_detail .product_info .tbl_product th {
    width: 120px;
}

#product_detail .product_info .tbl_product td,
#product_detail .product_info .tbl_product th {
    padding: 10px;
    border-top: 1px solid #eee;
    text-align: left;
}

#product_detail .product_info .tbl_product tr:last-child td,
#product_detail .product_info .tbl_product tr:last-child th {
    border-bottom: 1px solid #eee;
}

#product_detail .product_slider {
    float: left;
    width: 480px;
    padding: 10px;
}

#product_detail .product_slider .title_slider {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

#product_detail .desc .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sitemap ul li a {
    color:#036;
}
#sitemap ul li a:visited {
    color: #006ec6;
}

#sitemap ul li a:link,
#sitemap ul li a:visited {
    border-bottom: 1px solid #a8bfcf;
    padding-bottom: 0;
}

#sitemap ul {
    padding:0 20px;
}
#sitemap li {
    line-height: 1.5;
    list-style: none;
}

#sitemap ul li a:link,
#sitemap ul li a:visited,
#sitemap ul li a:hover {
    text-decoration: none;
}

#sitemap ul li a:hover {
    border-bottom: #005a9c 2px solid;
}

/*news*/
#content_news .title_news {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

#content_news .img_news {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
#content_news .img_news img {
    max-height: 400px;
    max-width: 700px;
}

#content_news .detail_news {
    display: block;
    text-align: justify;
}

#content_news .detail_news img {
    max-width: 800px;
    max-height: 500px;
}



#tbl_contact {
    width: 100%;
    display: table;
    border-top: 1px solid #e2e2e2;
    margin: 0 0 30px;
}

#tbl_contact .block_contact {
    display: table-row;

}


#tbl_contact .title {
    font-weight: bold;
    padding: 20px;
    width: 240px;
    background: #369a16;
    color: #fff;
    text-align: left;
    display: table-cell;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle;
}

#tbl_contact .title span {
        font-size: 10px;
    color: #ff0000;
    display: inline-block;
    float: right;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;

}

#tbl_contact .detail {
    display: table-cell;
    padding: 13px;
    width: 670px;
    border-bottom: 1px solid #e2e2e2;

}

#tbl_contact .detail input, #tbl_contact .detail textarea, #tbl_contact .detail select {
    background: #eee;
    border: none;
    padding: 10px;
    width: 90%;
}

#tbl_contact .detail  .errors {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

#tbl_contact .detail .btn_contact01 {
    background: #666;
    border-bottom: 3px solid #494949;
    margin-right: 20px;
}