﻿/*#region global*/
body { padding-top: 58px;background: #F7F7F7;color: #444;font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;}
@media(min-width:1201px) {
    .container-full{ max-width: 90% }
}
[v-cloak]{display:none}
iframe {border-width: 0;}
a {color: #666;}
a:hover {text-decoration: none;}
.input-group .input-group-addon-img {background: #fff;padding: 3px 6px;cursor: pointer}
.input-group .input-group-addon-img img { max-width: none !important}
.fix-row{ margin-left:-8px;margin-right: -8px;}
.fix-row>[class*="col-"],.fix-row>.col-auto{padding-left: 8px;padding-right: 8px;}

.shadow-primary{box-shadow:0 8px 18px rgba(0,0,0,0.2);}
.shadow-secondary{box-shadow: 0 10px 30px 0 rgba(50,50,50,0.1);}
@media(min-width:992px) {
    .navbar-nav .dropdown>.dropdown-menu,.dropdown-submenu>.dropdown-menu {  display: none;}
    .navbar-nav .dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {display: block;}
}
@media(max-width:991px) {
    .dropdown-submenu .dropdown-menu {position: static;float: none; width: auto;margin-top: 0;background-color: transparent;border: 0;box-shadow: none;}
}

/*#endregion*/
/*#region header*/
.header-social{text-align: right;margin-bottom: 15px;}
/*.header-social>div{background:#EDEDED;border-radius: 0 0 35px 35px;padding:8px 30px;}*/
.dropdown.lang {padding: 3px 14px;margin:0 10px 0 25px;cursor: pointer;background: #F3F3F3;border-radius: 18px;}
.search-group .form-control{ border-right-width: 0;}
.search-group .form-control:focus{ border-color: #ccc;}
.search-group .btn{ background: transparent;border: 1px solid #ccc;border-left-width: 0;color:#FF5B00}
.search-group .btn:focus{ background: transparent;box-shadow: none;border-color: #ccc;color:#FF5B00}
/*.dropdown.lang .fa {margin-left: 25px;}*/

/*#endregion*/
/*#region dropdownmenu & navbar*/
.dropdown-menu {background: #F7F7F7}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#F18012}
.dropdown-menu>li>a{}
.navbar {background: #fff;}
.navbar .container{ position: relative;}
.navbar-brand {height: auto;padding: 5px 15px;}
.navbar-brand img{max-height: 45px}
.navbar-nav>li{ padding: 0 20px;}
.navbar-nav>li>a {padding: 18px 0px;text-align: center;text-transform: uppercase;}
.navbar-nav>li>a:hover {background:transparent;color: #1c79c0;}
.navbar-nav>li>a:before{ position: absolute;z-index: 222;content: "";background: #EA5504;height: 2px;width: 0;bottom: 0px;left: 50%;right: 0;transition: all 0.3s ease;}
.navbar-nav>li>a:hover:before,.navbar-nav>li.active>a:before{left:0;width:100%;}
.navbar-nav > li.active > a, .navbar-nav > li > a:focus {background: transparent}
/*.navbar-nav>li.active>a{ border-bottom-color: #3C8280;color:#3C8280}*/
.navbar-nav>li.dropdown> a:after {display: inline-block;margin-left: 5px;font-family: cmsfont;content:"\f107";}
.navbar-text{ margin-top: 16px;margin-bottom: 16px;}
.navbar-text a{ display: inline-block;font-size: 0.75rem;border: 1px solid #305F65;padding: 2px 12px;border-radius: 8px;}
.navbar-text a.active{ background: #305F65;color:#fff}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {border-color: transparent;box-shadow: 0 0px 0px rgba(0,0,0,.1);}
.navbar-toggle {padding: 9px 15px;margin-top: 10px;border:1px solid #eee;color:#777;}
.navbar-collapse {}
.dropdown-wide {position:static !important;}
.dropdown-wide>.dropdown-menu {padding:20px 0;width: 100%;}
.dropdown-wide > .dropdown-menu li{ padding: 3px 0;}
.dropdown-wide h6{ border-bottom: 1px solid #ddd;padding-bottom: 8px;}
.dropdown-wide > .dropdown-menu li a {font-size: 0.75rem;}
.dropdown-wide>.dropdown-menu li>a:hover{color:#F18012}

@media(max-width:991px) {
    .header-social{float:none;}
    header{ position: fixed !important;top: 0;left: 0;right: 0;z-index: 2200;background: #fff;}
    .navbar{background:#fff;border-bottom: 1px solid #f2f2f2;min-height: 0;}
    .navbar>.container{max-width: 100%}
    .navbar-nav>li>a{padding:10px 15px;border-bottom:1px solid #f2f2f2;}
    .navbar-nav>li.dropdown> a:after{margin-right:0px;transform: rotate(-90deg);transition:all ease 0.2s;}
    .navbar-nav>li.open>a:after{transform: rotate(0deg)}
    .navbar-nav>li.dropdown> a:after{margin-right:0px}
    .dropdown-submenu > a::after {margin-top: 7px;}
    body{padding-top:59px;}
    .navbar-text{ text-align: center;margin-top: 10px;margin-bottom: 10px;}
}
@media(max-width:1025px){
    .navbar-nav>li{ padding: 0 10px;}
}
/*#endregion*/
/*#region breadcrumb*/
.breadcrumb {padding-left: 0;padding-right: 0;margin-bottom: 0}
.breadcrumb:before {font-family: cmsfont;content: "\f80a";color: #777;margin-right: 5px;}
.breadcrumb > li + li:before{ color: #ccc;}
.breadcrumb .active { color:#209eea}
.bread{background:#fff;padding:5px 0;}

/*#endregion*/
/*#region banner*/
.banner {position: relative;color:#fff;background-size:cover;background-repeat: no-repeat;background-position: center center;}
.banner>.img-fluid{ width: 100%;}
.banner a{color:#fff}
.banner .overlay{position: absolute;width: 100%;height: 100% !important;left: 0;top: 0;background:rgba(0,0,0,0.6);z-index:1}
.banner-text{ position: absolute;width: 100%;bottom: 40%;color: #fff;text-align: center;font-size: 2.5rem;font-weight: 600;text-transform: uppercase}
.banner-content{ position: absolute;bottom: 15%;width: 100%;color:#fff;text-transform: uppercase;display:none}
.banner-content h1,.banner-content h2,.banner-content h3,.banner-content h4,.banner-content h5,.banner-content h6{ font-size: 1.25rem;font-weight: 600;}
.banner-content p{max-width:60%}
@media(min-width:576px) {
    .banner-content{ display: block;}
}
@media(min-width:768px) {
    .banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6 {font-size: 2rem;}
}

@media(max-width:576px) {
    .navbar-brand{padding:8px 15px}
    .navbar-brand>.img-fluid{max-width:270px}
    .banner-text{ font-size: 0.875rem;}
    .banner-text h4,.banner-text h5,.banner-text h6{font-size:1rem}
}
.banner-summary{ position: absolute;bottom: 100px;width: 100%;color:#fff;}
.banner-summary h4{ font-size: 2.5rem;font-weight: 600;}
.banner-summary p{max-width:60%}
/*banner nav background img mode*/
.banner-nav{position:relative;z-index: 2;padding-top: 7%;padding-bottom: 7%;text-align: center;}
.banner-nav .breadcrumb:before{content:"" !important}
.banner-nav .breadcrumb .active{color:#fff}
.banner-nav .title{font-weight: 600;margin-bottom:5px;}
.banner-nav .title:after{content:"";display:block;width:70px;height:3px;background:#FB7F1D;margin:4px auto 0;}
@media(max-width:768px) {
    .banner h1{font-size:1.75rem;}
}
/*#region page-title*/
/*.page-title{ padding: 30px 0;background: #F5F5F5;border-bottom:1px solid #f1f1f1}
.page-title .title{ margin-bottom: 0;font-size: 1.75rem;color: #444;font-weight: 300;}
.page-title .breadcrumb{ float: right;padding:5px 0 !important;}
.page-title .breadcrumb:before{}
@media(max-width:768px) {
    .page-title{padding:}
    .page-title .title{ text-align: center;font-size: 1.25rem;margin-bottom: 10px;}
    .page-title .breadcrumb{ float: none;text-align: center;}
}*/
.page-title{ margin-top: 80px;margin-bottom: 30px;}
.page-title .title{margin-bottom: 0;font-size: 1.75rem;color: #444;font-weight: 600;text-align: center;}
.page-title .title:after{ display: block;content: "";width: 40px;height: 4px;background: #333;margin: 10px auto 0;}
/*#endregion*/
/*#endregion*/
/*#region container*/
.main-container { padding:20px 15px 15px;}
.main{ padding-top: 0px;}
/*#endregion*/
/*#region nav row*/
.nav-row-container { margin-bottom: 30px;}
.nav-row {display: inline-block;list-style: none;padding: 0;margin-bottom: 0;margin: auto;overflow: hidden;}
.nav-row > li { float: left; }
.nav-row>li>a { display: block;color: #333;font-size: 14px;padding: 14px 35px;background:transparent;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.nav-row>li>a:after{display: block;content: "";width: 100%;height: 3px;background: transparent;margin: 6px auto 0;}
.nav-row>li>a:hover{ color: #E39517;}
.nav-row>li>a.active,.nav-row .dropdown.active>a {color:#E39517}
.nav-row>li>a.active:after{background: #E39517;}
@media(max-width:1170px) {
    .nav-row>li>a { padding: 14px 20px;}
}
@media(max-width:576px) {
    .nav-row>li { width: 33.3333%;margin-right: 0;margin-top: -1px;}
    .nav-row>li>a{border: 1px solid #fff;}
    .nav-row>li:nth-of-type(even)>a{ margin-left: -1px;}
    .nav-row>li>a{font-size: 14px;padding:10px 10px}
}
/*#endregion*/

/*#region heading*/
.heading {border-bottom: 1px solid #EAEAEA;line-height: 1;margin-bottom: 25px;overflow:hidden}
.heading .title {float: left;margin-bottom:0;font-size: 26px;font-weight: 300;}
.heading .title:before{ font-family: cmsfont;content: "\f105";margin-right: 10px;font-weight: 400;}
.heading .breadcrumb{ float: right;margin-bottom: 10px;margin-top: 3px;}
@media(max-width:768px) {
    .heading .title { font-size: 22px;}
    .heading .title,.heading .breadcrumb{ float: none;}
}
/*#endregion*/
/*#region sidebar*/
.sidebar .side-title{ margin-bottom: 3px;padding: 18px 15px;background: #56D9B9;color: #fff;}
.sidebar .side-title:before{ content: "";border-left: 5px solid #fff;padding-left: 18px;}
.menu-complex {list-style: none;margin: 0;padding: 0;}
.menu-complex>li>a {display: block;padding: 12px 15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: #f2f2f2;border-bottom:1px solid #fff;outline-width: 0;}
.menu-complex a:hover{ background: #eee;}
.menu-complex a.active{color:#56D9B9}
.menu-complex .dropdown-submenu > a::after {margin-right:-5px;}
.menu-complex .dropdown-menu{background:#fafafa;}
.side-box{ background: #F2F2F2;padding: 5px;}
/*#endregion*/
/*#region list-row*/
.item-row {overflow: hidden;}
.item-row .thumb {display: block;overflow: hidden;}
.item-row .thumb .img-responsive{margin: auto;transition: all 0.2s ease-in;}
.item-row .thumb:hover .img-responsive {transform: scale(1.05);}
.item-row .row-title{ position: relative;margin-bottom: 20px;}
.item-row .rowtitle a{transition: all ease 0.3s;}
.item-row  time:before{font-family: fontawesome;content:"\f271";margin-right:5px;}

.item-row.category{background:#DDDDDD}
.item-row.category .wrapper{ padding: 40px 30px;}
.item-row.category .row-title{ padding-bottom: 8px;}
.item-row.category .row-title a{ color: #333;}
.item-row.category .row-title:before{ position: absolute;bottom: 0;content: "";width: 40px;height: 3px;background:#3C7473}


.item-row.article{padding:0px 0;margin-bottom:30px;}
.item-row.article .post-holder{}
.item-row.article .row-title{margin-bottom:12px;font-size: 18px;}
.item-row.article .row-title a{color:#333}
.item-row.article .row-title:hover a{color:#007aaf}
.item-row.article .row-summary{color:#777;margin-bottom:10px;line-height: 1.6}
.item-row.article time{display:block;font-size:0.75rem;color:#666;margin-bottom:10px}


/*#endregion*/
/*#region list-col*/
.item-col {position: relative;margin-bottom: 25px;overflow: hidden;}
.item-col .thumb,.item-col .magicthumb {position: relative;margin: 0px;overflow: hidden;text-align: center;line-height: 1}
.item-col .thumb .img-responsive,.item-col .magicthumb .img-responsive {transition: all 0.3s ease 0.05s;margin: auto;}
.item-col .thumb:hover .img-responsive,.item-col .magicthumb:hover .img-responsive {transform: scale(1.05);}
.item-col .col-title {padding: 6px 6px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;transition: all ease 0.3s}
.item-col .col-title-two{padding: 6px 6px;height: 50px;line-height: 1.43;overflow: hidden;}
@media(max-width:576px) {
    .item-col .col-title-two{ font-size: 12px;height: 44px;}
}

.item-col.article{transition: all 0.2s ease-in-out;background: #fff;}
.item-col.article:hover{box-shadow: 0 16px 20px -9px #999;}
.item-col.article .post-holder{padding:8px;transition: all 0.2s ease;}

.item-col.article .col-title{padding:10px 6px;font-weight: 400;font-size:1rem;}
.item-col.article .col-title a{color:#333;font-weight: 600;}

.item-col.article .col-title:hover a{color:#007aaf}
.item-col.article .summary{ color: #999;font-size:13px}
.item-col.article time{font-size:0.75rem;}
.item-col.article:hover .post-holder{ background: #E39517;color: #fff !important;}
.item-col.article:hover .summary{ color: #fff;}
.item-col.article:hover a{ color: #fff !important;}

.item-col.case{}
.item-col.case .thumb:hover .img-responsive{ transform: none;}
.item-col.case .case-info{ position: absolute;top: -100%;width: 100%;height: 100%;background: rgba(225, 147, 21, 0.9);transition: all 0.2s;padding:calc(30% - 4rem) 2rem;;color: #fff;line-height: 1.5;display: none;}
.item-col.case .case-info h6{font-size: 1rem;font-weight: 600;margin-bottom: 12px;}
.item-col.case .case-info h6 a{ color: #fff;}
.item-col.case .case-info h6:after{ display: block;content: "";width: 40px;height: 3px;background: #fff;margin: 10px auto 0;}
.item-col.case .case-info p{ height: calc(2rem + 0.25rem);margin-bottom: 0;font-size: 0.75rem;overflow: hidden;text-overflow: ellipsis;word-break: break-all}
@media(min-width:768px) {
    .item-col.case .case-info{ display: block; }
}
.item-col.case .thumb:hover .case-info{transform: translateY(100%)}
.item-col.case .col-title{padding:10px 0}
.item-col.case .col-title a:after{ font-family: cmsfont;content: "\f30b";float: right;}


.item-col.certificate {border:1px solid #f1f1f1;}
.item-col.certificate .title{padding:8px 6px;text-align: center;}

.item-col.img-item{border:1px solid #f2f2f2;}
.item-col.img-item .title{background:#fafafa;}
.item-col.img-item .title a{color:#666;}
/*#endregion*/
/*#region article list*/
.item-list {list-style-type: none;margin: 0;padding: 0;margin-bottom: 15px;}
.item-list li {border-bottom: 1px dashed #eee;padding:12px 0;}
.item-list>li>a {display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.item-list>li>a:hover {color: #FE8301;}
.item-list li a:before{font-family:cmsfont;content:"\f122";margin-right:8px;margin-left: 4px;}
.item-list li time {float: right;padding-right: 5px;margin-left: 8px;color: #999;}
/*#endregion*/

/*#region thumb-items*/
.thumb-selectors {overflow: hidden;clear: both;margin:0 0 10px 0;margin:5px -4px 5px;}
.thumb-selectors>span{display:block;width:20%;float:left;padding:0 4px;}
.thumb-selectors a{}
.thumb-selectors>img{max-height: 80px;margin:auto;}
/*#endregion*/
/*#region content-wrapper*/
.content-wrapper {line-height: 1.8;margin-bottom: 20px;overflow: hidden;clear:both;}
.content-wrapper.border{border:1px solid #DCDCDC}

/*.content-wrapper .table-responsve-md*/
.content-wrapper .header { border-bottom:1px solid #e5e5e5;margin-bottom: 25px;line-height: 1.5;background: #f2f2f2;}
.content-wrapper .header>span{display: inline-block;margin-top: -1px;background: #fff;padding: 8px 20px;border-top: 2px solid #e04942;}

.content-wrapper .title {text-align: center;font-size: 1.25rem;font-weight: 600;color: #333;padding-bottom: 10px;margin-bottom: 15px;}
.content-wrapper .summary {font-size: 0.75rem;text-align: center; color: #999;margin-bottom: 15px;padding:6px 10px;}
.content-wrapper .summary span+span { margin-left: 20px;}
.content-wrapper .summary .fa{ margin-right: 5px;}

.content-wrapper .content{ padding: 15px;}

.content-wrapper p img {display: block;text-indent: 0;}
.content-wrapper img {max-width: 100% !important;height: auto !important;}
.content-wrapper table {width: 100%;max-width: 100%;margin-bottom: 1rem;background-color: transparent;}
.content-wrapper table p {margin-bottom: 0;}
/*#endregion*/
/*#region content table container*/
.table-wrapper table th,.table-wrapper table td {padding: 5px;vertical-align: middle;font-size: 14px;border: 1px solid #dee2e6;text-align: center;}
.table-wrapper table tbody tr:nth-of-type(odd) {background-color: rgba(0, 0, 0, 0.03);}
.table-wrapper table tbody tr:hover {background-color: #dee2e6;color: #555;}
@media (max-width: 575.98px) {
    .table-wrapper-sm table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media(max-width:768px) {
    .table-wrapper-md table {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 991.98px) {
    .table-res-lg table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 1199.98px) {
    .table-wrapper-xl table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
/*#endregion*/
/*#region sub content*/
.sub-heading{position: relative;background: #f2f2f2;padding: 8px;font-size: 20px;margin-bottom: 20px;}
.sub-heading:before{ font-family: cmsfont;content: "\f122";margin-right: 8px;}
.sub-heading:after {position: absolute;bottom: 0;left: 0;content: "";width: 200px;height: 2px;background: #0A4088;}
/*region download*/
.down-item{ margin-bottom: 30px;}
.down-item h6 { font-size: 0.875rem;font-weight: 600}
.down-item span{ color: #666;}
.down-item .btn{ font-size: 0.75rem;padding: 3px 12px;}
/*#endregion*/
/*#region feedback*/
.form-feedback { padding: 0;margin-bottom: 20px;}
.form-feedback h4 {font-size: 28px;font-weight: 700;margin-bottom: 25px;color: #333;}
.form-feedback .form-control {border-radius: 0;border-color: #EBEBEB;font-size: 14px;height: 40px;padding: 8px 12px;}
.form-feedback textarea.form-control { height: auto;}
.form-feedback .btn {font-size: 14px;padding: 9px 20px;}
@media(max-width:768px) {
    .form-feedback .btn{ width: 100%;left: 12%;
        bottom: 5rem;
        overflow: hidden;}
}
/*#endregion*/
/*#region about-wrapper*/
.about-wrapper{padding-top:60px;padding-bottom: 80px;position: relative;background: url(images/icon-cube.png) no-repeat right 90%;background-size:64px 56px}
.about-title{font:normal bold 24px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;color:#3c7473;margin-bottom:30px;font-weight: 600;}
.about-title:after{display:block;margin-top:6px;content:"";width:40px;height:4px;background:#3c7473}
.about-title.text-center:after{ margin-left: auto;margin-right: auto;}
.about-poster{ position: absolute;left: 12%;bottom: 5rem;overflow: hidden;}
.about-poster p{ margin-bottom: 5px;}
.about-poster-block {float: left;margin-right: 1rem;background: rgba(63, 100, 95,0.8);color: #fff;padding: 1.5rem 1rem;text-align: right;font-size: 0.8rem;line-height: 1rem;}
.about-poster-bar {float: left;border: 0.2rem solid #3f645f;color: #3f645f;height: 6rem;padding: 1rem;font-size: 0.9rem;text-align: center;line-height: 1.6rem;}

@media(max-width:1170px) {
    .about-poster{left: 0;bottom:0;}
}
@media(max-width:768px) {
    .about-wrapper{ padding-top: 10px;margin-bottom: 25px;padding-bottom: 15px;background: none;}
    .about-wrapper .about-title{ margin-top: 12px;font-size:1.25rem}
    .about-poster{ position: static;}
    .about-poster-block{ position: absolute;right: 0;top: 15px;padding:8px}
    .about-poster-block h6{ font-size: 0.875rem;}
    .about-poster-bar{ float: none;}
}
.about-culture{ padding-top: 40px;padding-bottom: 40px;background:#fff}
.about-summary{ color: #3c7473;font-size: 0.75rem;text-align: center;}
.about-culture .col-md-5{ position: relative;z-index: 1;}
    .about-culture .col-md-5:before { content: "";display: block;border: 3px solid #E39517;width: 30%;position: absolute;left: 15px;top: 15px;bottom: 15px;z-index: 0;}
.about-culture .col-md-5 img{ position: relative;z-index: 1111;}
.about-person{background:url(images/boss-bg.jpg) no-repeat center center;background-size: cover;padding-top: 50px;padding-bottom: 50px;color: #fff;}
.about-person .title p{ margin-top: 8px;margin-bottom: 0;}

.about-company{background:url(images/about-bg.jpg) no-repeat center center;background-size: cover;padding-top: 50px;padding-bottom: 50px;color: #fff;text-align: center;font-size: 0.75rem;border-bottom:5px solid #364C4A}
.about-company .about-title{ color: #fff;}
.about-company .about-title:after{ background: #fff;}
.about-company .about-summary{ color: #fff;}
/*#endregion*/
/*#region contact*/
.contact-wrapper{margin-top:60px}
.contact-wrapper .title{font-size: 1.5rem;font-weight: 600;color:#333;margin-bottom:35px;text-align: center}
.contact-wrapper .title:after{display:block;content:"";width:40px;height:3px;background: #333333;margin:8px auto 10px}
.contact-wrapper .service{ font-size: 1rem;margin-bottom:50px}
.contact-wrapper .service h4{ font-size: 1.75rem;color:#2e5756}
.contact-wrapper .media{ display: table;margin: auto;}
.contact-wrapper .media-left{ padding: 30px;font-size: 1rem;}
.contact-wrapper .media-left span{ width: 90px;text-align: center;display: inline-block;background: #2E5756;color: #fff;padding: 3px 5px;border-radius: 8px;}
.contact-wrapper .media-body{ width: auto;}
.contact-wrapper .media-body li{ padding: 3px 0;}
.contact-content h2,.contact-content h3,.contact-content h4{ color: #444;font-size: 1.25rem;font-weight: 600;}
@media(max-width:768px) {
    .contact-wrapper{ margin-top: 30px;}
}
/*#endregion*/
/*#region footer*/


footer { background: #193332;color:#aeb6b8;padding-top: 60px;font-size: 0.75rem;}
footer .left{border-right: 0.1rem solid #2f4948;}
footer .right{ padding-left: 60px;}
@media(max-width:996px) {
    footer .left{ border-right-width: 0;}
    footer .right{ padding-left: 15px;}
}
footer .container> [class*="col-"]{margin-bottom:20px;}
footer h6{font-size:0.875rem;font-weight: 400;margin-bottom:15px;}
footer a{color:#aeb6b8;}

footer .logo{ max-width: 84px;}
footer .media .media-left{ padding: 10px;}
footer .media .media-body{ padding: 20px 0 0 10px;}
footer .media img{ max-width: 84px;}
footer .orange{ font-size: 1.5rem;color:#ffa312 !important;}
@media(max-width:768px) {
    footer .orange{ font-size: 1rem;}
}
footer  li{ padding: 1px 0;}
footer .child li{ padding: 3px 0;}

footer .footer-bottom{background:#000;color: #999;font-size: 0.75rem;padding-top:15px;padding-bottom:15px;}

/*#endregion*/
/*#region homepage*/
.home-product{ padding-top: 50px;padding-bottom: 50px;}
.home-title{ position: relative;text-align: center;padding-bottom: 25px;margin-bottom: 5px;text-transform: uppercase;color: #333;font-weight: 600;font-size: 1.8rem;background:url(images/line.png) no-repeat bottom center;}
.eng{ font-size: 0.75rem;text-align: center}
.home-cate {
    text-align: center;
    box-shadow: 0 -0.3rem 0.3rem #d0d0d0, -0.3rem 0 0.3rem #d0d0d0, 0.3rem 0 0.3rem #d0d0d0, 0 0.3rem 0.3rem #d0d0d0;
    padding: 3rem 1.2rem 3.6rem;
    transition: all 0.2s ease;
}
.home-cate:hover{ background: #124B52;color:#fff}
.home-cate h4{ font-size: 1.2rem;font-weight: 600;position: relative;margin-bottom: 12px;}
.home-cate h4:after{display: block;margin: 3px auto 0;bottom: 0;content: "";width: 40px;height: 3px;background:#124B52}
.home-cate .more{ border: 1px solid #D9D9D9;display: inline-block;padding: 2px 15px;border-radius: 10px;font-size: 0.75rem;}
.ico{ display: block;margin: auto;width: 56px;height: 56px;background-size: 56px 56px;background-repeat: no-repeat;background-position: center center;margin-bottom: 12px;}
.ico-1{background-image:url(images/icon1-g.png)}
.ico-2{background-image:url(images/icon2-g.png)}
.ico-3{background-image:url(images/icon3-g.png)}
.ico-4{background-image:url(images/icon4-g.png)}
.home-cate:hover h4:after{ background: #ffffff;}
.home-cate:hover .ico-1{background-image:url(images/icon1-w.png)}
.home-cate:hover .ico-2{background-image:url(images/icon2-w.png)}
.home-cate:hover .ico-3{background-image:url(images/icon3-w.png)}
.home-cate:hover .ico-4{background-image:url(images/icon4-w.png)}
.home-cate:hover .more{color:#fff}

.home-about{color: #fff;background:url(images/bg-home.jpg) no-repeat center center;background-size: cover;}
    .home-about .col-md-7 {
        padding-top: 60px;
        padding-bottom: 160px;
    }
.home-about .col-md-3{ height: 100%;}
.home-about h3{ font-weight: 600;font-size: 1.25rem;margin-bottom: 30px;}
.home-about .sub{ font-size: 0.75rem;color: #f2f2f2;margin-bottom: 30px;}
.home-about h6{ font-size: 1rem;margin-bottom: 15px;}
.home-about .more{ display: inline-block;padding: 6px 18px;background: #fff;font-size: 0.75rem;margin-top: 8%;}

.company-box {position: absolute;right: 0;bottom: 0;background: #e39517;}
.home-about .img-box{padding: 2rem 2rem 0;max-width: 28rem;margin-bottom: -2rem;}
@media(max-width:768px) {
    .home-about .col-md-7{ padding-bottom: 40px;}
    .company-box{ position: static;margin: 15px;}
    .home-about .img-box{ max-width:100%;padding: 15px;}
}

.home-about .sub:before{ display: block;float: left;content: "";width: 3.2em;height: 4px;background: #e39517;line-height: 1;margin: 7px 8px 0 0;}
.home-brand{ padding: 60px 0;}
.home-case{ background: #000;color: #fff;padding-top: 40px;padding-bottom: 40px;border-bottom:1rem solid #E39517}
.home-case .home-title{ color: #E39517;background:url(images/line-o.png) no-repeat bottom center;}
.home-case .col-lg-2{ padding-top: 10px;padding-bottom:10px}
.home-news{ padding-top: 40px;padding-bottom: 40px;}

/*#endregion*/
/*#region other*/

/*#endregion*/
