﻿/*#region global*/
body {color:#555;line-height: 26px;background: #fafafa;font-family: -apple-system,BlinkMacSystemFont,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; }
[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;}
@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 .logo { padding: 15px 0;}
.header-social{ padding:6px 30px;text-align: right;float: right;background: #EDEDED;border-radius: 0 0 35px 35px;}
.dropdown.lang {padding: 2px 14px;margin:0 10px 0 15px;cursor: pointer;background: #F3F3F3;border-radius: 18px;}

.search-group{}
.search-group .form-control,.search-group .btn{ font-size: 12px;background: #EFEFEF;border-radius: 15px;border: 1px solid #ccc;padding: 3px 10px;height:32px}
.search-group .btn{ background: #fff;padding: 6px 12px;background: #EFEFEF;border-left-width: 0;}
/*.dropdown.lang .fa {margin-left: 25px;}*/

/*#endregion*/
/*#region dropdownmenu & navbar*/
.dropdown-menu {background: rgba(255,255,255,.95);}
.dropdown-menu>li>a{}
.navbar {padding: 0;z-index: 2200;background: #fff;}
.navbar-brand {height: auto;padding: 15px 15px 12px}
@media(max-width:1200px) {
    .navbar-brand{ max-width: 320px;}
}
@media(max-width:976px) {
    .navbar-brand{max-width:280px}
}
.navbar-nav>li{padding:10px 18px;}
.navbar-nav>li>a {position: relative;padding: 6px 5px;transition: background .2s ease-out;text-transform: uppercase;}
.navbar-nav>li>a:before{position: absolute;bottom:0;left:0;right:0;content:"";height:1px;background:transparent}
.navbar-nav>li>a:hover {background: transparent;color:#CA293B;}
.navbar-nav>li>a:hover:before{ background: #CA293B;}
.navbar-nav > li.active > a, .navbar-nav > li > a:focus {background: transparent;color:#ca293b}
.navbar-nav>li.active>a:before{background:#CA293B}
.navbar-nav>li.dropdown> a:after {float: right;font-family: fontawesome;content:"\f107";margin-left:5px;margin-right:-10px}
.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 {}
/*.navbar .dropdown-menu{background:rgba(0,0,0,.7)}
.navbar .dropdown-menu>li>a{ color: #fff;}*/
.dropdown-wide {position:static !important;}
.dropdown-wide>.dropdown-menu {padding:20px 0;width:100%;}
@media(max-width:1025px) {
    .navbar-nav>li{padding:10px 8px}
}
@media(max-width:991px) {
    .header-social{float:none;border-radius: 0;margin-left: -15px;margin-right: -15px;padding: 8px 15px;}
    .navbar{ z-index:2200;position: fixed;top:0;left: 0;right: 0;background:rgba(244,244,244,0.95);border-bottom: 1px solid #f2f2f2;box-shadow: 0 0 0px 4px #f2f2f2;}
    .navbar-brand{padding:8px 15px}
    .navbar>.container{max-width: 100%}
    .navbar-nav>li{ padding: 0;}
    .navbar-nav>li>a{padding:12px 15px;}
    .navbar-nav>li>a:before{position: absolute;bottom:0;left:0;right:0;content:"";height:1px;background:#ddd}
    .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:66px;}
}
/*#endregion*/
/*#region banner*/
.banner {position: relative;color:#fff;background-size:cover;background-repeat: no-repeat;background-position: center center;}
.banner .breadcrumb{margin-bottom:0;}
.banner .breadcrumb:before{content:"" !important}
.banner .breadcrumb .active{color:#fff}
.banner .title{font-weight: 600;margin-bottom:5px;font-family:  "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;}
.banner .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;}
}
.banner a{color:#fff}
.banner .container{position: relative;z-index:2;padding-top:7%;padding-bottom: 7%;text-align: center;}
.banner .overlay{position: absolute;width: 100%;height: 100% !important;left: 0;top: 0;background:rgba(0,0,0,0.4);z-index:1}
.banner-text{position: absolute;left:20%;right: 20%;margin:auto;top:20%;font-size:1.75rem;color:#052C52;background:rgba(255,255,255,0.3);border-radius:30px;padding:30px 50px;}
.banner-text h4{font-size:1.75rem;color:#FF290B}
.banner-text p{ margin-bottom: 8px;font-size: 1rem;color: #333;}
@media(max-width:768px) {
    .banner-text{font-size:0.875rem;padding:20px 30px;top:10%;left:5%;right: 5%;}
    .banner-text h4{font-size:1rem;}
}
/*#endregion*/
/*#region container*/
.main-container { padding:35px 15px 15px;}
.main{ padding-top: 0px;}
/*#endregion*/
/*#region nav row*/
.nav-row-container {}
.nav-row {list-style: none;padding: 0;margin-bottom: 0;margin: auto;overflow: hidden;}
.nav-row > li { float: left; }
.nav-row>li>a { display: block;color: #777;font-size: 14px;padding: 14px 35px;background:transparent;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.nav-row>li>a:hover{ color: #eee;}
.nav-row>li>a.active,.nav-row .dropdown.active>a { background: #fff;color:#007AAF}
@media(max-width:1170px) {
    .nav-row>li>a { padding: 14px 20px;}
}
@media(max-width:576px) {
    .nav-row>li { width: 50%;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}
    .nav-row>li>a.active { background: #f2f2f2}
}
/*#endregion*/
/*#region breadcrumb*/
.bread{background:#F7F7F7;padding:20px 0;}
.breadcrumb { background: transparent;padding-left: 0;padding-right: 0;}
.breadcrumb:before {font-family: fontawesome;content: "\f015";color: #777;margin-right: 5px;}
.breadcrumb .active { color:#209eea}
/*#endregion*/
/*#region heading*/
.heading {line-height: 1;overflow:hidden}
.heading h1,.heading h2,.heading h3,.heading h4 {float: left;margin-bottom:0;font-size: 26px;font-weight: 300;}
.heading .breadcrumb{ float: right;margin-top: 3px;}
@media(max-width:768px) {
    .heading h1,.heading h2,.heading h3,.heading h4 { font-size: 22px;}
    .heading h1,.heading h2,.heading h3,.heading h4,.heading .breadcrumb{ float: none;}
}
/*#endregion*/
/*#region sidebar*/
.sidebar .title{ margin-bottom: 3px;padding: 18px 15px;background: #203365;color: #fff;font-size:1rem}
.sidebar .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;white-space:nowrap;background: #f6f6f6;border-bottom:1px solid #fff;outline-width: 0;transition: background-color ease 0.2s;}
.menu-complex a:hover{ background: #eee;}
.menu-complex a.active{ color: #E03106;background:#eee}
.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 .title{margin:0;}
.item-row .title a{transition: all ease 0.3s;}
.item-row  time:before{font-family: fontawesome;content:"\f271";margin-right:5px;}

.item-row.article{padding:0px 0;margin-bottom:30px;}
.item-row.article .post-holder{}
.item-row.article .title{margin-bottom:12px;font-size: 18px;}
.item-row.article .title a{color:#555}
.item-row.article .title:hover a{color:#ca293b}
.item-row.article .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}
.item-row .inner-wrapper{ padding: 30px 30px 30px 30px;}
.item-row .inner-wrapper .title{ font-size: 1.25rem;}
.item-row .inner-wrapper .title a{ color:#ca293b}
@media(max-width:768px) {
    .item-row .inner-wrapper{ padding-top: 15px;padding-bottom: 15px;}
}

.item-row.product{padding:15px 0;border-bottom:1px solid #eee;}
.item-row.product .post-holder{}
.item-row.product .title{margin-bottom:12px;font-size:16px;}
.item-row.product .title a{color:#333}
.item-row.product .title:hover a{color:#007aaf}
.item-row.product .summary{color:#777;margin-bottom:10px;line-height: 1.6;font-size: 0.875rem;}
/*#endregion*/
/*#region list-col*/
.item-col {position: relative;margin-bottom: 25px;background:#fff;overflow: hidden;}
.item-col .thumb,.item-col .magicthumb {display: block !important;margin: 0px;overflow: hidden;text-align: center;line-height: 1;padding: 5px;}
.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 {opacity: 0.85;}
.item-col .title {text-overflow:ellipsis;white-space: nowrap;overflow: hidden;transition: all ease 0.3s}
.item-col .title-two{padding: 6px 6px;height: 50px;line-height: 1.43;overflow: hidden;}
@media(max-width:576px) {
    .item-col .title-two{ font-size: 12px;height: 44px;}
}

.item-col.article{border:1px solid #f2f2f2;transition: all 0.2s ease-in-out;;box-shadow: 0 10px 6px -6px #999;}
.item-col.article:hover{box-shadow: 0 16px 20px -9px #999;}
.item-col.article .post-holder{padding:8px;}
.item-col.article .title{padding:5px 0;font-size: 1rem;}
.item-col.article .title a{color:#3E5A94}
.item-col.article .title:hover a{color:#007aaf}
.item-col.article .summary{ color: #777;font-size: 0.75rem;line-height: 1.6;}
.item-col.article time{font-size:0.75rem;}

.item-col.product{ border: 1px solid #eee;box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.item-col.product .post-holder{padding:8px;}
.item-col.product .title{padding:6px 6px;text-align:center;background: #fafafa;font-size: 1rem;color: #333;}
.item-col.product .title a{color:#555;}
.item-col.product .title:hover a{color:#007aaf;}
.item-col.product .title a, .product .title-two a {color: #666}

.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-top: 12px;padding-bottom: 12px;}
.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:fontawesome;content:"\f105";margin-right:8px;margin-left: 4px;}
.item-list li time {float: right;padding-right: 5px;margin-left: 8px;color: #999;}
/*#endregion*/
/*#region content-head-container*/
.product-head { margin-bottom: 20px; }
.product-head .title {font-size: 1.25rem;color: #333;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #CE2635;}
.product-head .magiczoom{ border: 1px solid #eee;box-shadow: 0px 0px 15px rgba(0,0,0,0.1)}
    .product-head .dl-horizontal>dt{ text-align: left;width: 150px;}
    .quick {
        background: #F6F6F6;
        padding: 15px;
    }
.product-service h6{ font-weight: 600;font-size: 14px;margin-bottom: 12px;text-transform: uppercase}
.product-service p{ margin-bottom: 6px;color: #9A9A9A;font-weight: 700;}
.product-service a{color:#9a9a9a}
/*#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:25%;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 h3 {font-size: 18px;padding: 8px 0 8px 0;color: #024064;margin-bottom: 10px;}
.content-wrapper.border{border:1px solid #DCDCDC}
.content-wrapper .header { border-bottom:1px solid #e5e5e5;margin-bottom: 25px;line-height:1.5}
.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: 24px;padding-bottom: 10px;margin-bottom: 15px;}
.content-wrapper .summary {font-size: 0.75rem;text-align: center; color: #999;margin-bottom: 15px;padding:6px 10px;background: #F9F9F9;}
.content-wrapper .summary span+span { margin-left: 20px;}
.content-wrapper .summary .fa{ margin-right: 5px;}

.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;}

.content-wrapper .header {border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;line-height: 1.5;margin-right: -15px;background: #ECECEC;}
.content-wrapper .header > span {display: inline-block;margin-top: -1px;background: #fff;padding: 8px 20px;border-top: 2px solid #e04942;}
.content-wrapper .content{ padding: 15px 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;font:normal normal 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;padding: 8px;font-size: 20px;margin-bottom: 20px;color:#203365}
.sub-heading:before{ font-family: fontawesome;content: "\f105";margin-right: 8px;}
.sub-heading:after {position: absolute;bottom: 0;left: 0;content: "";width: 200px;height: 2px;background: #203365;}
/*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%;}
}
/*#endregion*/
/*#region about page*/
.about-wrapper{padding-top:60px;}
.about-wrapper .title{font:normal bold 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;color:#333;margin-bottom:30px;}
.about-wrapper .title:after{display:block;margin-top:8px;content:"";width:70px;height:3px;background:#E1474D}
.about-wrapper .media .fa {display:block;width:60px;height:60px;color:#fff;border-radius: 50%;background:#e1474d !important;font-size:25px;text-align: center;}
.about-wrapper .media h6{color:#333;font-family:"Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;font-weight: 600; }
.about-wrapper .media .fa:before{display:block;padding-top:17px;}
/*.about-wrapper .title:after{display:block;margin-top:8px;content:"";width:60px;height:3px;background:#E1474D}*/
/*#endregion*/
/*#region service page*/
.faq-wrapper > div {background: #f4f4f4;border-left: 3px solid #F28002;padding: 15px;margin-bottom: 20px;}
.faq-wrapper >div>p:last-child{ margin-bottom: 0;}
/*.faq-wrapper>div>p:first-child{ font-weight: 500;}*/
/*#endregion*/
/*#region contact page*/
.contact-wrapper{margin-top:60px}
.contact-wrapper .title{font:normal bold 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;color:#333;margin-bottom:35px;}
.contact-wrapper .title:after{display:block;margin-top:8px;content:"";width:60px;height:3px;background:#E1474D}
@media(max-width:768px){
    .contact-wrapper{margin-top:30px;}
    .contact-wrapper .title{margin-top:20px;}
}
/*#endregion*/
/*#region footer*/
footer { background: linear-gradient(#555555,#373737);padding:40px 0 0;color:rgba(255,255,255,0.6);line-height: 1.5;font-size: 0.75rem;}

footer a{color:rgba(255,255,255,0.6)}
footer h6{text-transform: uppercase;font-size:0.875rem;font-weight: 400;color: #fff;}
footer h6::after {display: block;margin-top: 7px;content: "";width: 60px;height: 1px;background: #D1D1D1;}
footer address li{margin-bottom:14px}
footer address li .fa{font-size:18px;margin-right:3px;font-weight: 300;}
footer .rec li{ margin-bottom: 3px;}
footer time{ display: block;color:#fafafa}
.copyright{padding:20px 0;background:#2A2A2A;}
@media(max-width:768px) {
    footer{ padding-top: 20px;}
    footer address li{ margin-bottom: 12px;}
}
/*#endregion*/
/*#region about page*/
.about-pic{background:#f6f6f6;padding:40px 0;}
/*#endregion*/
/*#region homepage*/
.home-title{ position: relative;text-align: center;font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;margin-bottom: 30px;text-transform: uppercase}
.home-title:after{ display: block;content: "";width: 40px;height: 4px;background: #E1474D;margin: 3px auto 0;}
.home-title.text-left{text-align: left;}
.home-title.text-left:after{margin:3px 0 0 0;}
.home-wrapper{background: #F5F5F5;padding-top: 25px;padding-bottom: 25px;}
.home-wrapper h3{ font-size: 1.5rem;margin-bottom: 15px;font-family: "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;}
.news .media-left img{ max-width: 130px;}
.news h6{ font-weight: 400;}
.home-article .title{font-weight:normal;font-size:16px;}
/*#endregion*/
/*#region other*/

/*#endregion*/