/*main css*/
body {
    font-family: Arial, Tahoma;
    background: #f9f9f9;
    overflow-x: hidden;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, Tahoma;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}

a:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.text-underline {
    text-decoration: underline !important;
}

.text-none {
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.maincontent {
    font-size: 14px;
    line-height: 22px;
}

.maincontent p {
    font-size: 14px;
    margin: 0 0 5px;
}

.maincontent img {
    max-width: 100%;
    height: auto !important;
}

.maincontent b, .maincontent strong {
    font-weight: 600;
}

.row.xs-reset-all {
    margin-left: 0;
    margin-right: 0;
}

.row.xs-reset-5 {
    margin-left: -5px;
    margin-right: -5px;
}

[class*="col-xs-"].reset-padding-all {
    padding-left: 0;
    padding-right: 0;
}

[class*="col-xs-"].reset-padding-left {
    padding-left: 0;
}

[class*="col-xs-"].reset-padding-right {
    padding-right: 0;
}

[class*="col-xs-"].padding-all-5 {
    padding-left: 5px;
    padding-right: 5px;
}

[class*="col-xs-"].padding-left-5 {
    padding-left: 5px;
}

[class*="col-xs-"].padding-right-5 {
    padding-right: 5px;
}

/*end main css*/
/*navigator*/
.navigator {
    background: #f9f9f9;
    height: 40px;
    position: relative;
    z-index: 2;
}

.navigator-expand {
    display: none;
    position: absolute;
    top: 5px;
    left: 12px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 0;
    padding: 2px 0 0;
}

.menu-top {
    float: left;
}

.menu-top > ul > li {
    float: left;
}

.menu-top > ul > li > a {
    display: block;
    padding: 8px 8px 0;
    height: 40px;
    font-size: 14px;
    color: #fa9d1c;
    text-decoration: none;
}

.menu-top > ul > li > a > .fa {
    font-size: 20px;
    margin-right: 5px;
    color: #00a650;
}

.menu-top > ul > li:hover,
.menu-top > ul > li.active {
    background: #ecebeb;
}

.box-admin {
    float: right;
    padding: 3px 0 0;
}

.box-admin > ul > li {
    float: left;
    background: #00a650;
    height: 37px;
    margin-left: 5px;
    position: relative;
    z-index: 1;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.box-admin > ul > li > a {
    display: block;
    color: #fff;
    height: 37px;
    padding: 8px 15px 0;
    text-decoration: none;
}

.box-admin > ul > li > a > .fa {
    font-size: 20px;
    margin-right: 5px;
}

.box-admin > ul > li > a > .fa-shopping-cart {
    margin-right: 0;
}

.box-admin > ul > li:hover,
.box-admin > ul > li.active {
    background: #fa9d1c;
}

.red-message {
    background: #F00;
    position: absolute;
    z-index: 2;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    min-width: 18px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.box-admin > ul > li:hover .red-message,
.box-admin > ul > li.active .red-message {
    background: #000;
}

.box-admin .user-name {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px;
    text-overflow: ellipsis;
}

.header {
    background: #fff;
    position: relative;
    z-index: 1;
    height: 120px;
}

.logo {
    margin: 0 0 0 25px;
    float: left;
    width: 150px;
}

.box-search {
    float: left;
    width: 570px;
    border: 1px solid #fa9d1c;
    height: 40px;
    margin: 40px 0 0 90px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.box-search .search-inner {
    position: relative;
    z-index: 1;
    padding: 4px 0 0;
}

.box-search .seach-select {
    width: 165px;
    float: left;
    border: none;
    height: 30px;
    font-size: 13px;
    padding: 0 10px;
}

.box-search .search-text {
    margin: 0 56px 0 165px;
    height: 30px;
    border-left: 1px solid #00a650;
    outline: none;
}

.box-search select.search-text:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-search .search-text .text {
    width: 100%;
    height: 30px;
    font-size: 13px;
    border: none;
    background: transparent;
    padding: 0 10px;
    outline: none;
}

.box-search .btn-search {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    width: 55px;
    height: 40px;
    background: #00a650;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 23px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.hotline {
    float: right;
    padding: 20px 0 0;
}

.icon-hotline {
    background: url(../images/hotline.png) no-repeat;
    width: 100px;
    height: 85px;
    display: inline-block;
    vertical-align: top;
}

.hotline .icon-hotline {
    float: left;
}

.hotline .hotline-text {
    float: left;
    text-align: right;
    color: #fa9d1c;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 20px;
}

.hotline .hotline-text span {
    font-size: 14px;
    display: block;
}

/*end navigator*/
/*menu*/
.menu-expand {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

.menu-expand .fa {
    font-size: 21px;
    margin-right: 10px;
    vertical-align: middle;
}

.menu-expand.active, .menu-expand:hover {
    background: #00a650;
    color: #fff;
}

.menu-outer {
    height: 50px;
    border-bottom: 3px solid #00a650;
}

.menu-alias {
    height: 47px;
    width: 200px;
    float: left;
    position: relative;
    z-index: 100;
}

.menu-alias .ma-title {
    height: 50px;
    background: #00a650;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 10px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-alias .ma-title .fa {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.menu-alias .ma-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #00a650;
    display: none;
}

.menu-alias:hover .ma-content,
.menu-alias.active .ma-content {
    display: block;
}

.menu-alias .ma-content > ul > li {
    background: url(../images/menu-alias-line.png) no-repeat bottom center;
    background-size: 100% 1px;
}

.menu-alias .ma-content > ul > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px 8px 25px;
}

.menu-alias .ma-content > ul > li > a > .fa-caret-right {
    float: left;
    margin: 3px 0 0 -12px;
    font-size: 14px;
}

.menu-alias .ma-content > ul > li > a > .fa-angle-double-right {
    float: right;
    font-size: 16px;
    margin: 3px -10px 0 0;
}

.menu-alias .ma-content > ul > li > a > .ma-h4 {
    font-size: 14px;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-alias .ma-content > ul > li > a > .ma-h5 {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-alias .ma-content > ul > li:hover {
    background: #fa9d1c;
}

.menu-alias .ma-content .ma-bottom {
    text-align: center;
}

.menu-alias .ma-content .ma-bottom a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 7px 0 6px;
    text-transform: uppercase;
}

.menu-alias .ma-content .ma-bottom a .fa {
    margin-right: 5px;
    font-size: 14px;
}

.ma-submenu {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 0;
    width: 700px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-height: 300px;
}

.menu-alias .ma-content > ul > li:hover .ma-submenu {
    display: block;
}

.ma-submenu .ma-inner {
    padding: 12px 15px;
}

.ma-submenu .ma-col {
    float: left;
    width: 223px;
}

.ma-submenu .ma-subtitle {
    padding: 0 0 10px;
}

.ma-submenu .ma-subtitle a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

.ma-submenu .ma-subtitle a:hover {
    color: #00a650;
}

.ma-submenu ul {
    padding-left: 15px;
}

.ma-submenu ul li {
    padding: 0 0 7px;
    font-size: 8px;
    list-style: square;
}

.ma-submenu ul li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

.ma-submenu ul li a:hover {
    color: #00a650;
}

.menu {
    margin-left: 200px;
}

.menu > ul > li {
    float: left;
    height: 47px;
    margin-right: 1px;
    position: relative;
    z-index: 1;
}

.menu > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #00a650;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 20px 0;
    height: 47px;
}

.menu > ul > li > a > .fa {
    color: #00a650;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 50%;
    margin-left: -7px;
    display: none;
}

.menu > ul > li:hover > a,
.menu > ul > li.active > a {
    border-bottom: 3px solid #00a650;
}

.menu > ul > li:hover > a > .fa,
.menu > ul > li.active > a > .fa {
    display: block;
}

/*end menu*/
/*grid all*/
.grid {
    margin: 0;
    padding: 0;
    min-height: 60px;
}

.grid .img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.grid .img img {
    min-height: 50px;
}

.grid .g-content {
    margin-left: 60px;
}

.grid .g-right {
    text-align: right;
    line-height: 18px;
    margin-bottom: 5px;
}

.grid .g-row {
    line-height: 18px;
    margin-bottom: 5px;
}

.grid .g-title {
    font-weight: bold;
    margin-right: 3px;
}

.grid a.g-title {
    cursor: pointer;
}

.grid .g-smalltitle {
    font-weight: normal;
    margin-right: 3px;
}

.grid a.g-smalltitle {
    cursor: pointer;
}

/*end grid all*/
/*frame*/
.box {
    margin: 0 0 20px;
}

.box-title {
    border-bottom: 3px solid #00a650;
    padding: 0 0 7px;
    min-height: 34px;
    position: relative;
    z-index: 1;
}

.box-title .lb-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #00a650;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.box-title .lb-name a{
    color: #00a650;
}

.box-orange .box-title {
    border-bottom: 3px solid #fa9d1c;
}

.box-orange .box-title .lb-name {
    color: #fa9d1c;
}

.winget {
    margin: 0 0 20px;
    background: #fff;
}

.winget-title {
    border-top: 1px solid #00a650;
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
    min-height: 34px;
    position: relative;
    z-index: 1;
}

.winget-title .lb-name {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.winget-title .lb-name .fa {
    margin-right: 4px;
}

.winget-menu {
    background: #00a650;
    padding: 10px 10px;
    min-height: 34px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.winget-menu .lb-name {
    color: #fff;
    text-align: center;
    display: block;
}

.winget-menu .fa-caret-down {
    color: #00a650;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    font-size: 16px;
}

.pd-winget {
    border-top: 3px solid #00a650;
}

.pd-winget .winget-title {
    border-top: none;
    border-bottom: none;
    padding: 9px 15px;
}

.pd-winget .winget-title .lb-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #00a650;
    font-size: 18px;
}

.center-banner {
    margin: 0 0 20px;
}

.center-banner .cb-item {
    max-height: 125px;
    overflow: hidden;
}

.center-banner .cb-item img {
    width: 100%;
}

.center-banner ul {
    margin-right: -20px;
}

.center-banner ul li {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.box-banner {
    margin: 0 0 15px;
    text-align: center;
}

.box-banner .bb-item {
    margin: 0 auto 10px;
    max-width: 265px;
}

.box-banner .bb-item:last-child {
    margin: 0 auto;
}

.box-banner .bb-item img {
    max-width: 100%;
}

.box-fanpage {
    margin: 0 0 15px;
}

.box-fanpage iframe {
    width: 100%;
}

.home-main {
    float: left;
    width: 900px;
}

.home-sidebar {
    float: right;
    width: 265px;
}

.main {
    float: right;
    width: 950px;
}

.sidebar {
    float: left;
    width: 200px;
}

.big-title {
    background: #fff;
    position: relative;
    z-index: 1;
    border-left: 10px solid #00a650;
    padding: 10px 10px 10px 15px;
}

.big-title .lb-name {
    display: inline-block;
    vertical-align: top;
    color: #00a650;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.big-title .fa-caret-right {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    font-size: 16px;
    color: #00a650;
}

.back-to-top {
    width: 44px;
    height: 44px;
    background: #00a651;
    position: fixed;
    z-index: 800;
    bottom: 40px;
    right: 10px;
    text-align: center;
    padding: 10px 0 0;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.back-to-top .fa {
    color: #fff;
    font-size: 18px;
}

.back-to-top:hover {
    background: #fa9d1c;
}

/*end frame*/
/*breadcrumb*/
.breadcrumb {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb > li {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline;
}

.breadcrumb > .active {
    color: #999;
}

.breadcrumb > li > a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb > li > a:hover {
    color: #00a650;
}

.breadcrumb .fa {
    margin: 2px 5px 0 0;
    color: #333;
}

/*end breadcrumb*/
/*pagination*/
.box-control {
    min-height: 30px;
    padding: 0;
}

.box-control .pagination-router {
    float: none;
    text-align: right;
}

.box-control .pagination {
    margin: 15px 0 12px;
}

.box-control .pagination > a {
    margin: 0 3px 3px;
    float: left;
}

.box-control .pagination > a,
.box-control .pagination > span {
    padding: 3px 8px;
    color: #333;
    background-color: #f4f2ee;
    border: 1px solid #dedede;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box-control .pagination > a.active,
.box-control .pagination > span.active,
.box-control .pagination > a:hover,
.box-control .pagination > span:hover,
.box-control .pagination > a:focus,
.box-control .pagination > span:focus {
    background-color: #fa9d1c;
    color: #fff;
    border: 1px solid #fa9d1c;
}

.box-control .pagination > a:hover,
.box-control .pagination > span:hover {
    background-color: #fa9d1c;
    color: #fff;
    border: 1px solid #fa9d1c;
}

.box-control .pagination > a:first-child,
.box-control .pagination > span:first-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.box-control .pagination > a:last-child,
.box-control .pagination > span:last-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*end pagination*/
/*center*/
.box-center {
    /*margin-left:200px;*/
    margin-bottom: 15px;
}

.main-slider {
    width: 900px;
    float: left;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}

.main-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: #fa9d1c;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
    background: url(../images/slider-button.png) no-repeat 0 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    opacity: 0.5;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    background: url(../images/slider-button.png) no-repeat -35px 0;
    right: 10px;
}

.main-slider .owl-nav .owl-prev:hover {
    opacity: 1;
}

.main-slider .owl-nav .owl-next:hover {
    opacity: 1;
}

.right-banner {
    width: 265px;
    float: right;
}

.right-banner .rb-item {
    margin: 0 0 4px;
    height: 148px;
    overflow: hidden;
}

.right-banner .rb-item img {
    width: 100%;
    height: 148px;
}

.right-banner .rb-item:last-child {
    border-bottom: none;
}

/*end center*/
/*footer*/
.footer-text {
    background: #fff;
    padding: 15px 0 10px;
}

.footer-logo {
    float: left;
    width: 120px;
}

.footer-logo img {
    width: 100%;
}

.footer-main {
    margin-left: 150px;
}

.footer-list > ul > li {
    padding: 0 0 4px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-list > ul > li > a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.footer-list > ul > li > a > .fa {
    float: left;
    margin: 3px 0 0 -10px;
}

.footer-list > ul > li > a:hover {
    color: #00a650;
}

.footer-list > ul > li:first-child {
    padding: 0 0 4px 0px;
}

.footer-list > ul > li:first-child > a {
    text-transform: uppercase;
    font-size: 16px;
}

.footer-sale .footer-row {
    margin-bottom: 7px;
}

.footer-sale label {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    color: #00a650;
}

.box-email {
    border: 1px solid #fa9d1c;
    height: 40px;
    position: relative;
    z-index: 1;
}

.box-email .text {
    height: 38px;
    width: 100%;
    padding: 4px 40px 4px 6px;
    background: transparent;
    border: none;
    font-size: 13px;
}

.box-email .btn-email {
    text-align: center;
    width: 38px;
    height: 38px;
    text-align: center;
    border: none;
    background: transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #fa9d1c;
}

.box-email .btn-email:hover {
    color: #00a650;
}

.box-social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.box-social a {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #fa9d1c;
    margin: 0 2px;
}

.box-social a:hover {
    color: #00a650;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom .copyright {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}

.footer-bottom .copyright p {
    margin: 0 0 3px;
}

.footer-bottom .copyright a {
    color: #00a650;
}

.footer-bank {
    float: right;
    padding: 5px 0 0;
}

.footer-bank li {
    float: left;
    margin: 0 0 0 7px;
}

/*end footer*/
/*commit*/
.commit-banner {
    margin: 0 0 10px;
}

.commit-banner .grid {
    border: 2px solid #ddd;
    padding: 12px 5px 8px 0;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.commit-banner .grid .img {
    text-align: center;
    width: 70px;
    font-size: 45px;
    height: auto;
    line-height: 0;
}

.commit-banner .grid .g-content {
    margin-left: 70px;
}

.commit-banner .grid .g-row {
    font-size: 14px;
    text-transform: uppercase;
}

.commit-banner .grid .g-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.commit-green .grid {
    border-color: #00a650;
}

.commit-green .grid .img {
    color: #00a650;
}

.commit-green .grid .g-row {
    color: #00a650;
}

.commit-green .grid .g-title {
    color: #00a650;
}

.commit-orange .grid {
    border-color: #fa9d1c;
}

.commit-orange .grid .img {
    color: #fa9d1c;
}

.commit-orange .grid .g-row {
    color: #fa9d1c;
}

.commit-orange .grid .g-title {
    color: #fa9d1c;
}

.commit-brown .grid {
    border-color: #8c1f22;
}

.commit-brown .grid .img {
    color: #8c1f22;
}

.commit-brown .grid .g-row {
    color: #8c1f22;
}

.commit-brown .grid .g-title {
    color: #8c1f22;
}

/*end commit*/
/*product*/
.p-item {
    position: relative;
    background: #fff;
    width: 223px;
    height: 288px;
    margin: 0 auto;
    padding: 4px 0 10px;
}

.p-item .p-inner {
    position: absolute;
    padding: 10px;
    margin: -10px;
    width: 243px;
    z-index: 80;
    -webkit-transition: all 0.5s ease, z-index 0.1s ease;
    -moz-transition: all 0.5s ease, z-index 0.1s ease;
    transition: all 0.5s ease, z-index 0.1s ease;
}

.p-item .p-tag {
    background: url(../images/icon-tag.png) no-repeat;
    width: 80px;
    height: 35px;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-right: 7px;
}

.p-item .p-inner .p-tag {
    top: 10px;
    left: 14px;
}

.p-item .p-gift {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 8px;
    font-size: 25px;
    color: #fa9d1c;
}

.p-item .p-inner .p-gift {
    top: 6px;
    right: 18px;
}

.p-item .p-thumb {
    width: 215px;
    height: 215px;
    margin: 0 auto 5px;
}

.p-item .p-thumb a {
    width: 215px;
    height: 215px;
    display: block;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.p-item .p-thumb img {
    max-width: 215px;
    max-height: 215px;
}

.p-item .p-content {
    padding: 0 10px;
}

.p-item .p-row {
    margin-bottom: 7px;
    line-height: 18px;
}

.p-item .p-title {
    color: #333;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.p-item .p-price {
    font-size: 20px;
    color: #fa9d1c;
    font-weight: bold;
}

.p-item .p-oldprice {
    font-size: 14px;
    color: #acacac;
    text-decoration: line-through;
}

.p-item .p-linecol {
    height: 20px;
    width: 1px;
    background: #acacac;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.p-item .p-desc {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.p-item .p-desc .p-row {
    font-size: 12px;
    margin-bottom: 3px;
}

.p-item .p-desc .p-short-desc {
    color: #999;
}

.small-item {
    border: 1px solid #f1f3f5;
    width: 170px;
    padding: 4px 0;
    height: 264px;
}

.small-item .p-thumb {
    width: 160px;
    height: 160px;
}

.small-item .p-thumb a {
    width: 160px;
    height: 160px;
}

.small-item .p-thumb img {
    max-width: 160px;
    max-height: 160px;
}

.small-item .p-price {
    display: block;
    text-align: center;
    margin: 0 0 3px;
}

.small-item .p-linecol {
    display: none;
}

.small-item .p-oldprice {
    display: block;
    text-align: center;
}

.small-item .p-title {
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    white-space: normal;
    text-align: center;
}

.product-list ul li {
    float: left;
    width: 25%;
    padding-bottom: 2px;
}

.main .product-list ul li {
    padding-bottom: 15px;
}
.main .product-list ul p {
    padding: 10px 0;
    color: #f00;
}

.p-item .p-title:hover {
    color: #00a650;
}

/*end product*/
/*home featured*/
.home-featured {
    padding: 9px 10px 0;
    background: #fff;
    max-width: 265px;
    margin: 0 auto;
}

.home-featured .grid {
    padding: 0 0 10px;
    background: #fff;
}

.home-featured .grid .img {
    float: none;
    width: auto;
    height: 204px;
    margin: 0 auto 10px;
}

.home-featured .grid .img img {
    min-height: 204px;
}

.home-featured .grid .g-content {
    margin-left: 0;
}

.home-featured .grid .g-title {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    display: block;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-decoration: none;
}

.home-featured .grid .g-more {
    font-size: 13px;
    color: #333;
}

.home-featured .grid .g-more .fa {
    margin-right: 4px;
}

.home-featured .grid .g-title:hover {
    color: #00a650;
}

.home-featured .grid .g-more:hover {
    color: #00a650;
}

.home-featured .owl-nav .owl-prev,
.home-featured .owl-nav .owl-next {
    background: url(../images/hf-slider.png) no-repeat 0 0 #fa9d1c;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
}

.home-featured .owl-nav .owl-prev {
    right: 23px;
    top: -42px;
}

.home-featured .owl-nav .owl-next {
    background: url(../images/hf-slider.png) no-repeat -30px 0 #fa9d1c;
    right: -10px;
    top: -42px;
}

.home-featured .owl-nav .owl-prev:hover {
    background: url(../images/hf-slider.png) no-repeat 0 0 #00a650;
}

.home-featured .owl-nav .owl-next:hover {
    background: url(../images/hf-slider.png) no-repeat -30px 0 #00a650;
}

/*end home featured*/
/*product category*/
.box3d {
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
}

.box3d:before {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 13px;
    right: 13px;
    top: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.box3d:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -4px;
    left: 7px;
    right: 7px;
    top: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.box3d .box3d-inner {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.box3d .box3d-title {
    text-align: center;
    font-size: 14px;
    color: #00a650;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.pc-item .pc-title {
    font-size: 18px;
    color: #00a650;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #f9f9f9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-item .pc-thumb {
    padding: 4px;
    width: 268px;
    margin: 0 auto;
}

.pc-item .pc-thumb a {
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 260px;
    height: 260px;
}

.pc-item .pc-thumb img {
    max-width: 260px;
    max-height: 260px;
}

.product-category {
    padding: 0 0 10px;
}

.product-category ul {
    margin-right: -30px;
}

.product-category ul li {
    float: left;
    width: 25%;
    padding-bottom: 30px;
    padding-right: 30px;
}

/*end product category*/
/*sidebar*/
.menu-left > ul > li {
    background: url(../images/menu-left-line.png) no-repeat bottom center;
    background-size: 100% 1px;
}

.menu-left > ul > li:last-child {
    background-image: none;
}

.menu-left > ul > li > a {
    display: block;
    padding: 10px 5px 10px 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-weight: normal;
}
.menu-left > ul > li > a.active {
    color: #00a650;
}

.menu-left > ul > li:hover > a,
.menu-left > ul > li.active > a {
    color: #00a650;
    cursor: pointer;
}

.box-filter {
    max-height: 220px;
    overflow: auto;
    overflow-x: hidden;
}

.specific-active-filter .box-filter {
    max-height: 220px;
    overflow: hidden;
}

.box-filter ul li {
    padding: 0 10px;
}

.box-filter ul li label.lbl-price {
    padding-top: 10px;
    width: 30px;
}
.box-filter ul li input.price {
    width: 80%;
    padding: 0 10px;
    font-weight: normal;
}

.box-filter ul li:last-child {
    border-bottom: none;
}

.box-filter input[type=checkbox] {
    margin-top: 4px;
}

.box-filter label{
    font-weight: normal;
}

.box-link {
    padding: 0 10px 15px;
}
.box-link a{
    cursor: pointer;
}

.box-button {
    padding: 0 10px 10px;
}

/*end sidebar*/
/*main filter*/
.main-filter {
    border-bottom: 3px solid #00a650;
    padding: 10px 0;
}

.main-filter .mf-text {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: normal;
    padding-top: 6px;
}

.main-filter .form-control {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.main-filter .box-control {
    float: right;
}

.main-filter .box-control .pagination {
    margin: 5px 0 0;
}
.btn-priceFill{
    margin-top: 10px;
    text-align: center;
}

/*end main filter*/
/*product detail*/
.product-detail {
    background: #fff;
    margin: 0 0 30px;
}

.product-title {
    padding: 12px 15px;
    border-bottom: 1px solid #00a650;
    margin: 0 0 20px;
}

.product-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0 0 5px;
}

.product-title .pt-desc {
    font-size: 14px;
    color: #333;
}

.pd-share {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0;
}

.pd-share li {
    float: left;
    padding-left: 5px;
}

.product-image {
    border: 1px solid #eee;
    padding: 4px;
    text-align: center;
    margin: 0 auto 15px;
    width: 350px;
    height: 350px;
    position: relative;
    z-index: 1;
}

.pi-sale {
    background: url(../images/icon-tag.png) no-repeat;
    width: 80px;
    height: 35px;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-right: 7px;
}

.pi-gift {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 8px;
    font-size: 25px;
    color: #fa9d1c;
}

.pi-slider .pi-sale {
    display: none;
}

.pi-slider .pi-gift {
    display: none;
}

.product-image .pi-inner {
    width: 340px;
    height: 340px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.product-image img {
    max-width: 340px;
    max-height: 340px;
}

.pi-slider {
    padding: 0 30px;
    max-width: 350px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

.pi-slider .owl-nav .owl-prev,
.pi-slider .owl-nav .owl-next {
    background: url(../images/slider-arrows.png) no-repeat -10px -10px #fff;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.pi-slider .owl-nav .owl-next {
    background: url(../images/slider-arrows.png) no-repeat -60px -10px #fff;
    left: auto;
    right: -30px;
}

.pi-slider .owl-nav .owl-prev:hover {
    background: url(../images/slider-arrows.png) no-repeat -10px -60px #00a650;
}

.pi-slider .owl-nav .owl-next:hover {
    background: url(../images/slider-arrows.png) no-repeat -60px -60px #00a650;
}

.pi-item {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 4px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.pi-item:hover, .pi-item.active {
    border: 1px solid #333;
}

.pi-item img {
    width: 65px;
    height: 65px;
}

.pd-center .pd-row {
    margin-bottom: 10px;
    font-size: 14px;
}

.pd-center .pd-row label {
    float: left;
    margin: 0;
    font-weight: 600;
}

.pd-center .pd-row label.pd-labeltext {
    padding: 3px 0 0;
}

.pd-center .pd-row .pd-text {
    margin-left: 120px;
    min-height: 14px;
}

.pd-center .pd-row p {
    margin: 0 0 2px;
}

.pd-line {
    height: 1px;
    background: #ddd;
    margin-bottom: 10px;
}

.pd-center .pd-price {
    color: #fa9d1c;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.pd-center .pd-oldprice {
    color: #aab2bd;
    text-decoration: line-through;
}

.pd-center .pd-qty {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    text-align: center;
}

.pd-center .btn-buy {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}

.pd-center .btn-buy .fa {
    font-size: 18px;
    margin-top: 2px;
    vertical-align: top;
    margin-right: 5px;
}

.pd-color {
    padding: 6px 0 0;
}

.pd-color .color-item {
    display: inline-block;
    vertical-align: top;
    padding: 1px;
    background: #fff;
    margin: 0 6px 6px 0;
    border: 1px solid transparent;
    cursor: pointer;
}

.pd-color .color-item.active,
.pd-color .color-item:hover {
    border: 1px solid #000;
}

.pd-color .color-item span {
    width: 12px;
    height: 12px;
    display: block;
}

.product-right {
    background: #f9f9f9;
    padding: 15px;
    margin: 0 15px 0 0;
}

.product-right .pr-text {
    padding: 5px 0 0;
}

.product-right .pr-text p {
    margin: 0 0 3px;
    font-weight: 600;
}

.pd-detail-main {
    width: 950px;
    float: left;
}

.pd-detail-sidebar {
    width: 200px;
    float: right;
}

.pd-maincontent {
    padding: 0 15px 10px;
}

.tech-intro .table {
    border: 1px solid #f0f0f0;
    margin: 0 0 15px;
}

.tech-intro .table td {
    text-align: left;
    padding: 7px 15px;
    border-right: none;
    border-top: none;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.tech-intro .table td.col1 {
    width: 30%;
    background: #f9f9f9 !important;
}

.tech-intro .table td.col2 {
    width: 70%;
    background: #f9f9f9 !important;
}

.history-slider {
    padding: 0 10px 20px;
    position: relative;
    z-index: 1;
}

.history-slider .owl-nav .owl-prev,
.history-slider .owl-nav .owl-next {
    background: url(../images/slider-arrows.png) no-repeat -10px -10px #f9f9f9;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.history-slider .owl-nav .owl-next {
    background: url(../images/slider-arrows.png) no-repeat -60px -10px #f9f9f9;
    left: auto;
    right: 0;
}

.history-slider .owl-nav .owl-prev:hover {
    background: url(../images/slider-arrows.png) no-repeat -10px -60px #00a650;
}

.history-slider .owl-nav .owl-next:hover {
    background: url(../images/slider-arrows.png) no-repeat -60px -60px #00a650;
}

.pd-other {
    padding: 10px 0 30px;
    position: relative;
    z-index: 1;
}

.pd-other .po-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.pd-other .po-title:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: #00a650;
}

.pd-other .swiper-container {
    width: 170px;
    margin: 0 auto;
    height: 852px;
}

.pd-other .swiper-button-prev {
    background: #00a650;
    width: 84px;
    height: 30px;
    text-align: center;
    margin-top: 0;
    top: auto;
    bottom: 0;
    left: 15px;
    padding: 3px 0 0;
    font-size: 16px;
    color: #fff;
}

.pd-other .swiper-button-next {
    background: #00a650;
    width: 84px;
    height: 30px;
    text-align: center;
    top: auto;
    bottom: 0;
    right: 15px;
    padding: 3px 0 0;
    font-size: 16px;
    color: #fff;
}

/*end product detail*/
/*checkout*/
.checkout-title {
    background: #fafafa;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #00a650;
    text-transform: uppercase;
}

.checkout-title.text-left {
    text-align: left;
}

.checkout-title .checkbox {
    float: right;
}

.checkout-title .checkbox label {
    text-transform: none;
}

.checkout-table {
    margin: 0 0 30px;
}

.checkout-table .table {
    margin-bottom: 0;
}

.checkout-table .table > thead > tr > th {
    font-weight: 600;
    border-bottom-width: 1px;
}

.checkout-table .table > tbody > tr > td {
    vertical-align: middle;
}

.checkout-table .table > tfoot > tr > td {
    background: #fafafa;
}

.checkout-table .grid {
    min-height: 120px;
}

.checkout-table .grid .img {
    width: 117px;
    height: 117px;
    border: 1px solid #ddd;
}

.checkout-table .grid .img img {
    min-height: 115px;
}

.checkout-table .grid .g-content {
    margin-left: 130px;
}

.checkout-table .grid .g-title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.box-number {
    display: inline-block;
    vertical-align: middle;
    width: 102px;
    border: 1px solid #e5e5e5;
    height: 35px;
    position: relative;
    z-index: 1;
}

.box-number .text {
    height: 33px;
    padding: 4px 32px 4px 8px;
    width: 100%;
    border: none;
    background: transparent;
}

.box-number .btn-number {
    width: 32px;
    height: 33px;
    text-align: center;
    background: #fa9d1c;
    color: #fff;
    border: none;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.box-delete {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    border: 1px solid #e5e5e5;
    height: 32px;
    position: relative;
    z-index: 1;
}

.box-delete .btn-delete {
    width: 32px;
    height: 33px;
    text-align: center;
    background: #fa9d1c;
    color: #f00;
    border: none;
    font-size: 16px;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}

.checkout-info {
    margin: 0 0 30px;
}

.checkout-info .row .col-sm-6:first-child {
    border-right: 1px solid #e4e4e4;
}

.checkout-info .form {
    padding: 15px 15px 0;
}

.checkout-info .form-horizontal .control-label {
    text-align: left;
}

.ci-checkbox {
    background: #fafafa;
    padding: 12px 0;
    text-align: center;
}

.checkout-info .checkbox {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.checkout-info .checkbox label {
    /*font-size: 12px;*/
    color: #00a650;
}

.checkout-info .checkbox input[type=checkbox] {
    margin-top: 2px;
}

.checkout-payment {
    margin: 0 0 25px;
}

.checkout-payment .row .col-sm-6:first-child {
    border-right: 1px solid #e4e4e4;
}

.checkout-payment .form {
    padding: 15px 15px 0;
}

.checkout-payment .radio {
    margin: 0 0 10px;
}

.checkout-button {
    padding: 0 0 30px;
    text-align: center;
}

.checkout-button .btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
}

.checkout-finish {
    margin: 0 0 30px;
}

.checkout-finish .maincontent {
    padding: 12px 15px;
}

.account-info {
    width: 45%;
    float: left;
    margin-right: 20px;
}

.account-info fieldset{
    margin-bottom: 20px;
}
.account-info fieldset legend{
    padding: 5px 0;
}

/*end checkout*/

/*Payment*/
.payment-tabs {
    height: 34px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 15px;
}
.payment-tabs ul li {
    float: left;
    border: 1px solid #ccc;
    margin: 0 7px 0 0;
}
.payment-tabs ul li.active {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.payment-tabs ul li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    padding: 8px 15px 0;
    height: 32px;
    -moz-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
}
.payment-content {
    padding: 0 0 20px;
}
.payments {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.payments .grid {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 10px;
    min-height: inherit;
    clear: both;
    overflow: hidden;
}
.payments .grid .img {
    width: 60px;
    height: inherit;
}
.payments .grid .radio-lv1 {
    float: left;
    margin: 0px 0 0 35px;
}
.payments .grid .g-content {
    float: left;
    margin-left: 5px;
}
.payments .grid .g-row {
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}
.payments .grid .g-row h5{
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}
.payments .grid .g-row h5:hover{
    cursor: pointer;
}

.content-expand {
    margin: 7px 0 0 110px;
    clear: both;
    display: none;
}
ul.listBank {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.listBank li {
    float: left;
    /*height: 39px;*/
    padding: 10px;
    /*width: 100px;*/
}
ul.listBank li.active, ul.listBank li:hover {
    background: #E8F1FE;
    /*height: 39px;*/
    padding: 10px;
    position: relative;
    /*width: 100px;*/
}
ul.listBank li a:hover, ul.listBank li a.active {
    border: 1px solid #EB9608;
    opacity: 1;
}
ul.listBank li input[type="radio"] {
    float: left;
    margin: 0;
    vertical-align: middle;
}
ul.listBank li a {
    border: 1px solid #E1E1E1;
    display: block;
    height: 32px;
    margin-left: 20px;
    opacity: 0.7;
    vertical-align: middle;
    width: 82px;
}
.button-control {
    text-align: center;
    display: none;
    clear: both;
}
.button-control .button {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #d67208;
    cursor: pointer;
    text-align: center;
    color: #fff;
    min-width: 88px;
    line-height: 18px;
    padding: 10px 17px !important;
    font-size: 13px;
    font-weight: bold !important;
    vertical-align: middle;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: url(../images/button-repeat.png) repeat-x top #ffab34;
    -moz-box-shadow: inset 0 0 4px rgba(255,255,255,0.9);
    -webkit-box-shadow: inset 0 0 4px rgba(255,255,255,0.9);
    box-shadow: inset 0 0 4px rgba(255,255,255,0.9);
}
.button:hover, a.button:hover {
    color: #fff;
    background: #ff9601;
    -moz-box-shadow: inset 0 0 4px rgba(255,255,255,0.9);
    -webkit-box-shadow: inset 0 0 4px rgba(255,255,255,0.9);
    box-shadow: inset 0 0 4px rgba(255,255,255,0.9);
    text-decoration: none;
}
/*End payment*/
/*contact*/
.box-contact .box3d {
    margin: 0 0 30px;
}

.box-contact .form {
    padding: 10px 20px 5px;
}

.box-contact .form .btn {
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 30px;
}

.box-map {
    border: 1px solid #e4e4e4;
    margin: 12px;
    height: 413px;
}

.box-map iframe {
    width: 100%;
    height: 100%;
}

/*end contact*/
/*news*/
.news-main {
    float: right;
    width: 749px;
    border-left: 5px solid #fa9d1c;
    margin: 0 0 25px;
}

.news-sidebar {
    float: left;
    width: 343px;
    margin: 0 0 25px;
}

.news-inner {
    padding: 0 0 0 52px;
}

.news-list .box3d {
    margin: 0 0 30px;
}

.news-list .box3d .nl-title {
    font-size: 14px;
    color: #fa9d1c;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 9px;
    margin: 0 0 8px;
}

.news-list .box3d .nl-title h1 {
    color: #fa9d1c;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
}

.news-list .box3d .nl-title a {
    color: #fa9d1c;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .box3d .nl-title a:hover {
    color: #00a651;
}

.news-list .box3d .nl-thumb {
    border: 1px solid #e4e4e4;
    margin: 0 9px 8px;
    padding: 5px;
}

.news-list .box3d .nl-thumb a {
    display: table-cell;
    overflow: hidden;
    height: 208px;
    width: 660px;
    vertical-align: middle;
    text-align: center;
}

.news-list .box3d .nl-thumb img {
    max-width: 100%;
    max-height: 100%;
}

.news-list .box3d .maincontent {
    overflow: hidden;
    max-height: 66px;
    margin: 0 9px 12px;
}

.news-list .box3d .nd-content {
    max-height: none !important;
}

.news-list .box3d .nl-bottom {
    background: #fafafa;
    border-top: 1px solid #e4e4e4;
    padding: 8px 9px;
    min-height: 42px;
}

.news-list .box3d .nl-share {
    display: inline-block;
    vertical-align: top;
}

.news-list .box3d .nl-share li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.news-list .box3d .nl-bottom .btn {
    float: right;
}

.news-list .box3d .nl-time {
    width: 64px;
    height: 64px;
    background: #00a651;
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -87px;
    text-align: center;
    padding: 10px 0 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.news-list .box3d .nl-time .nl-date {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.news-list .box3d .nl-time .nl-year {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.news-list .box3d .news-bullet {
    background: url(../images/news-bullet.png) no-repeat;
    width: 14px;
    height: 20px;
    position: absolute;
    z-index: 3;
    top: 17px;
    left: -14px;
}

.news-featured .grid {
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 10px;
    margin: 0 0 12px;
}

.news-featured .grid .img {
    float: none;
    border: 1px solid #e4e4e4;
    margin: 0 0 10px;
    display: table-cell;
    width: 319px;
    height: 177px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.news-featured .grid .img img {
    min-height: 175px;
    max-width: 100%;
    max-height: 100%;
}

.news-featured .grid .g-content {
    margin-left: 0;
    margin-top: 10px;
}

.news-featured .grid .g-row {
    overflow: hidden;
    max-height: 38px;
}

.news-featured .grid .g-title {
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #fa9d1c;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news-featured .grid .g-title:hover {
    color: #00a651;
}

.news-bigtitle {
    position: relative;
    z-index: 1;
    border: 1px solid #e4e4e4;
    background: #fff;
    margin-right: -10px;
    height: 52px;
    padding: 0 0 0 50px;
}

.news-bigtitle .fa-bars {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background: #00a651;
    color: #fff;
    font-size: 18px;
    padding: 15px 0 0;
}

.news-bigtitle .nb-name {
    font-size: 18px;
    color: #fa9d1c;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 12px 0 0 7px;
    background: #f8f8f8;
    height: 50px;
    position: relative;
    z-index: 3;
}

.news-bigtitle .fa-caret-right {
    color: #aaa;
    font-size: 30px;
    position: absolute;
    z-index: 2;
    bottom: -15px;
    right: -1px;
}

.news-menu {
    margin: 0 0 12px;
    border: 1px solid #e4e4e4;
    border-top: none;
    background: #fff;
}

.news-menu > ul > li {
    border-bottom: 1px solid #e4e4e4;
}

.news-menu > ul > li:last-child {
    border-bottom: none;
}

.news-menu > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 20px 5px 20px 80px;
    color: #00a650;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.news-menu > ul > li > a.active {
    color: #fa9d1c;
}

.news-menu > ul > li > a > .fa {
    float: left;
    color: #00a650;
    font-size: 46px;
    margin: -13px 0 0 -60px;
}

.news-menu > ul > li:hover,
.news-menu > ul > li.active {
    background: #f8f8f8;
}

.news-menu > ul > li:hover > a,
.news-menu > ul > li.active > a {
    color: #fa9d1c;
}

.other-news .on-title {
    border-bottom: 3px solid #fa9d1c;
    font-size: 14px;
    color: #00a651;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px 5px 30px;
}

.other-news .on-title .fa {
    float: left;
    font-size: 24px;
    margin: -4px 0 0 -30px;
}

.other-news ul li:nth-child(odd) {
    background: #fff;
}

.other-news ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 14px 5px 14px 20px;
}

.other-news ul li a .fa {
    float: left;
    margin: 3px 0 0 -12px;
}

.other-news ul li span {
    color: #999;
    margin-left: 4px;
}

.other-news ul li:hover a {
    color: #00a651;
}

.abouts-menu {
    margin: 0 0 12px;
    border: 1px solid #e4e4e4;
    border-top: none;
    background: #fff;
}

.abouts-menu > ul > li {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 20px;
}

.abouts-menu > ul > li:last-child {
    border-bottom: none;
}

.abouts-menu > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 14px 0 14px 13px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.abouts-menu > ul > li > a > .fa {
    float: left;
    color: #333;
    font-size: 14px;
    margin: 3px 0 0 -13px;
}

.abouts-menu > ul > li:hover > a,
.abouts-menu > ul > li.active > a {
    color: #fa9d1c;
}

/*end news*/
input[type="number"] {
    padding: .2rem;
}
#slider-range{
    width: 90%;
    margin: 0 auto;
}