/* Minification failed. Returning unminified contents.
(85,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
hr {
  padding: 0;
  margin: 0;
  line-height: normal;
}

main {
  padding-bottom: 10px;
}

@media (min-width: 770px) {
  .menu_holder .navbar-nav>li.dropdown:hover>.dropdown-menu {
    display: block;
  }
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.inner_page_body header {
  position: relative;
}

header .header_holder {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 95px;
}

.logo_holder {
  color: #060606;
  text-align: right;
  text-decoration: none;
}

.logo_holder h1 {
  margin: 0;
  padding: 0;
}

.logo_holder img {
  float: right;
  width: 150px;
  max-height: 70px;
  object-fit: contain;
  object-position: center;
}

.menu_holder {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}

.menu_holder .navbar-nav {
  float: right !important;
}

.menu_holder .navbar-nav>li {
  float: right;
  position: relative;
}

.menu_holder .navbar-nav>li>a {
  border: 2px solid transparent padding: 15px 20px;
}

.menu_holder .navbar-nav>li>a:hover,
.menu_holder .navbar-nav>li:hover>a {
  background-color: rgba(0, 0, 0, 0.1);
}

.menu_holder .navbar-nav>li>a:active,
.menu_holder .navbar-nav>li>a:focus {
  background-color: transparent;
  outline: none;
}

.menu_holder .navbar-nav>li>a.active {
  border: 2px solid #fff;
}

.menu_holder .dropdown-menu {
  background-color: #ccc;
  border: 0;
  border-radius: 0;
  padding: 0;
  right: 0 !important;
  left: auto !important;
}

.menu_holder .dropdown-menu li a {
  color: #777;
  border: 2px solid transparent;
  padding: 15px 20px;
}

.menu_holder .dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.33);
}

/* login styles */

header .container {
  position: relative;
}

header .header-icons {
  margin-top: 15px;
  text-align:left;
}

header .header-icons .container {
  width: auto;
  padding:0;
}

header .header-icons .user_login {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

header .header-icons .user_login svg {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

header .header-icons .user_login .login_register .username {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  text-decoration: none;
}

header .header-icons .user_login .login_register {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  float: none !important;
}

header .header-icons .user_login .login_register li {
  list-style-type: none;
  padding: 0 3px;
}

header .header-icons .user_login .login_register li a {
  font-size: 12px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent !important;
}

header .header-icons .user_login .login_register li:hover a[href] {
  opacity: 0.5;
}

header .header-icons .shopping_basket {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  vertical-align: middle;
}

header .header-icons .shopping_basket svg {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

header .header-icons .shopping_basket .num {
  position: absolute;
  left: -5px;
  top: 0;
  background: #f00;
  padding: 1px 3px;
  font-size: 10px;
  color: #fff;
  border-radius: 3px;
}

header .header-icons .language-selector {
  display: inline-block;
  vertical-align: middle;
}

header .header-icons .language-selector ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}

header .header-icons .language-selector .navbar-nav li a {
  padding: 0 7px;
  margin-right: 0 !important;
  text-decoration: none;
  font-size: 12px !important;
}

header .header-icons .language-selector .navbar-nav li:hover a {
  background: transparent;
  opacity: 0.5;
}

header .header-icons .language-selector .navbar-nav>li>a.active {
  border: 0;
}

/* end */

/* search */
header .searchtrue  .headerlogin{
	padding:0;
}
header .searchtrue .search{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	padding-right:15px;
}
header .searchtrue .search .fa{
	font-size:18px;
	vertical-align:middle;
	}
/* end */

.navbar-toggle {
  background-color: #555;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.banner_widget .container {
  width: 100%;
  padding: 0;
}

main section:first-child {
  padding-top: 95px;
}

main section:first-child.banner_widget,
.inner_page_body main section{
  padding-top: 0 !important;
}

main section:first-child.banner_widget .swiper-slide {
  padding-top: 95px;
}

.swiper-container {
  width: 100%;
}

@media (max-width: 768px) {
  .swiper-container {
    width: 100% !important;
    height: auto !important;
  }
  .swiper-container[data-index="1"] .swiper-slide {
    background-attachment: scroll !important;
  }
  .banner_widget .slider_text h2,
  .banner_widget .slider_text p {
    width: auto !important;
  }
}

.swiper-container[data-index="1"] .swiper-slide {
  background-attachment: fixed;
}

.edit_mode .swiper-container[data-index="1"] .swiper-slide {
  background-attachment: scroll;
}

.swiper-container .swiper-slide {
  background-size: cover;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 25px;
  transition: align-items 0.3s ease, justify-content 0.3s ease;
  -webkit-transition: align-items 0.3s ease, justify-content 0.3s ease;
  height: 700px;
  background-position: top center;
  max-height: 100vh !important;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .swiper-slide {
    background-position: center center;
    height: auto !important;
    min-height: 400px;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  right: 20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  left: 20px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.banner_widget .slider_text h2 {
  color: #555;
  font-weight: 700;
  font-size: 3em;
  padding: 10px 20px;
  background-color: rgba(256, 256, 256, 0.5);
  border-radius: 10px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: normal;
}

.banner_widget .slider_text p {
  color: #fff;
  font-size: 1em;
  text-shadow: 0 3px 10px #222;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
  line-height: normal;
}

.banner_widget .slider_text a {
  padding: 15px 30px;
  color: #fff;
  font-size: 0.9em;
  background: #f7b826;
  border: 2px solid #f7b826;
  margin-top: 10px;
  display: inline-block;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
}

.edit_mode .banner_widget .slider_text h2,
.edit_mode .banner_widget .slider_text p,
.edit_mode .banner_widget .slider_text a {
  cursor: pointer;
}

.banner_widget:first-child .slider_text a:last-child {
  margin-right: 15px;
}

.banner_widget:first-child .swiper-slide-active h2 {
  animation-name: fadeInRight;
  animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.banner_widget:first-child .swiper-slide-active p {
  animation-name: fadeInRight;
  animation-delay: 0.4s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.banner_widget:first-child .swiper-slide-active a {
  animation-name: fadeIn;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.service_section {
  padding-top: 80px;
  text-align: center;
}

.service_section h2 {
  color: #1f2021;
  font-size: 1.7em;
  display: inline-block;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.service_section h3 {
  color: #1f2021;
  font-size: 1.7em;
  display: inline-block;
  padding-bottom: 20px;
}

.service_section p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #737272;
}

.service_section .row {
  margin-top: 80px;
}

.service_section span {
  font-size: 3.4em;
  color: #1f2021;
  margin-bottom: 30px;
  display: block;
}

.work_section [class*=" col-"] {
  margin-bottom: 25px;
}

.work_section a {
  text-decoration: none;
  position: relative;
  display: block;
}

.work_section .overlay_desc {
  position: absolute;
  text-align: center;
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work_section a:hover .overlay_desc {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work_section .overlay_desc h4 {
  color: #fff;
}

.work_section .overlay_desc p {
  color: #dbdbdb;
}

.work_section .overlay_inner {
  position: absolute;
  top: 40%;
  width: 100%;
}

.work_section .btn-danger {
  display: inline-block;
  margin: 15px auto;
  padding: 10px 45px;
  text-transform: uppercase;
  background-color: #fc6e51;
  border-color: #fc6e51;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
}

.work_section .btn-danger:hover {
  background-color: #444;
  border-color: #444;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer {
  padding: 20px;
  background: #f7f7f7;
  border-top: 1px solid #eee;
  position: relative;
  display: block;
  background-color: #f5f5f5;
  height: auto;
  margin: 0 auto !important;
}

.fixfooter .footer {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
}

.footer .container {
  position: relative;
}

.footer ul {
  display: block;
  list-style: none;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

.footer ul li {
  display: inline-block;
  padding: 0 15px;
}

.footer ul li:last-child {
  margin-left: 0;
}

.footer ul li a {
  height: 20px;
  text-decoration: none !important;
  color: #444;
}

.footer ul li a.Facebook:before {
  content: "\f231";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.Twitter:before {
  content: "\f243";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.Google:before {
  content: "\f235";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.Tumblr:before {
  content: "\f241";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.LinkedIn:before {
  content: "\f239";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.Instagram:before {
  content: "\f351";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.Pinterest:before {
  content: "\f2b1";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.YouTube:before {
  content: "\f24d";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.Telegram:before {
  content: "\f2c3";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer ul li a.ResearchGate:before,
.footer ul li a[class="Google Scholar"]:before {
  content: "\f1fe";
  font-size: 1.5em;
  font-family: "Ionicons";
}

.footer .copy_right {
  display: block;
  text-align: center;
  color: #737272;
  margin: 0;
}

.edit_mode .gotop {
  visibility: hidden !important;
}

.gotop {
  text-align: center;
  background: #404040;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  left: 25px;
  bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.gotop.active {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.gotop img {
  height: 20px;
  width: 20px;
}

.gotop span {
  font-size: 3.5em;
}

.div-line {
  width: 50px;
  background-color: #fff;
  height: 3px;
  margin: 20px auto;
}

.gallery_widget,
.product_widget,
.project_widget,
.news_widget,
.feature_widget,
.team_widget,
.about_widget,
.contact_widget {
  margin-bottom: 25px;
}

.text_editbale_content {
  outline: none;
  white-space: normal;
}

header .jumbotron .header_tooltip {
  top: 0;
  right: auto;
  left: 0;
}

#ProjectImageViewer .modal-dialog,
#GalleryImageViewer .modal-dialog {
  width: 500px;
}

#ProjectImageViewer .modal-dialog .modal-body,
#GalleryImageViewer .modal-dialog .modal-body {
  padding: 40px;
}

#ProjectImageViewer .modal-body,
#GalleryImageViewer .modal-body {
  padding: 0;
}

#ProjectImageViewer .modal-content,
#GalleryImageViewer .modal-content {
  box-shadow: none;
  border-radius: 0;
}

#ProjectImageViewer .project_img_holder,
#GalleryImageViewer .gallery_img_holder {
  text-align: center;
  position: relative;
}

#ProjectImageViewer .project_img_holder img,
#GalleryImageViewer .gallery_img_holder img {
  max-height: 300px;
  margin: 0 auto;
}

#ProjectImageViewer .project_content_holder,
#GalleryImageViewer .gallery_content_holder {
  padding: 2em 3em 0em 3em;
}

#ProjectImageViewer .project_content_holder h2,
#GalleryImageViewer .gallery_content_holder h2 {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  line-height: normal;
}

#ProjectImageViewer .project_content_holder p,
#GalleryImageViewer .gallery_content_holder p {
  font-size: 13px;
  line-height: normal;
  color: #777;
  text-align: center;
}

#ProjectImageViewer .close,
#GalleryImageViewer .close {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 1;
}

.About4 {
  margin-top: -95px;
}

@media (max-width: 992px) {
  header .header-icons .container {
    text-align: center;
    margin-top: 30px;
  }
  header .header_holder {
    padding: 15px 0;
  }
  header .jumbotron {
    height: auto !important;
    position: relative;
  }
  .text_widget {
    margin-top: 0;
    margin-bottom: 0;
  }
  .menu_holder .navbar-nav {
    width: 100%;
    padding: 0;
    float: none !important;
    margin: auto !important;
    text-align: center;
  }
  main {
    padding-bottom: 80px;
  }
  .footer {
    height: auto !important;
  }
  .footer ul li {
    margin-left: 0;
    margin-top: 10px;
  }
  .menu_holder .navbar-default {
    background-color: #fff;
  }
  .navbar-toggle {
    float: left;
    margin: 0;
    margin-left: 0 !important;
  }
  .menu_holder .navbar-nav>li {
    float: none !important;
    display: inline-block;
  }
  header .logo_holder {
    width: 100%;
	text-align:center;
  }
  .logo_holder img {
    float: none;
    margin: 0 auto;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    padding: 15px 20px !important;
    font-size: 15px !important;
  }
  .banner_widget .slider_text h2 {
    font-size: 1.8em !important;
  }
  header .menu_holder {
    width: 100%;
  }
  header .header-icons {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  header .header-icons {
    padding-bottom: 15px;
  }
  header .header-icons .user_login,
  header .header-icons .language-selector,
  header .header-icons .user_login .login_register {
    width: auto;
  }
  header .header-icons .user_login .login_register,
  header .header-icons .language-selector ul {
    margin: 0;
  }
  header .header-icons .user_login .login_register li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}

@media (max-width: 650px) {
  .menu_holder .navbar-nav>li {
    float: none !important;
    display: block;
    width: 100%;
  }
  header {
    position: relative;
  }
  header .logo_holder {
    position: absolute !important;
	text-align:inherit;
  }
  .logo_holder img {
    float: right;
  }
  main section:first-child {
    padding-top: 0;
  }
  main section.product_widget {
    padding-top: 60px;
  }
}

/* news details styles */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.inner_news {
  position: relative;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.nw_new .nw_nw {
  background: #fbfbfb;
  padding: 10px;
}

.nw_new .title_nw {
  font-size: 18px;
  padding: 10px;
  background: #f3f3f3;
}

.nw_new .nw_nw .box {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 2px 5px #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
}

.nw_new .nw_nw .box:hover {
  box-shadow: 0 2px 5px #cacaca;
}

.nw_new .nw_nw .box:last-child {
  margin-bottom: 0;
}

.nw_new .nw_nw .box .nwnw_img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 30%;
  float: right;
  height: 56px;
}

.nw_new .nw_nw .box:hover .nwnw_img .overlay {
  opacity: 1;
}

.nw_new .nw_nw .box .nwnw_img .overlay {
  position: absolute;
  background-color: rgba(212, 93, 92, 0.46);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nw_new .nw_nw .box:hover .nwnw_img .overlay {
  opacity: 1;
}

.nw_new .nw_nw .box .nwnw_img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  max-height: 100%;
}

.nw_new .nw_nw .box:hover .nwnw_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.nw_new .nw_nw .box .nwnw_cnt {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #333;
  width: 70%;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 45px;
  overflow: hidden;
}

.nw_new .nw_nw .box .nwnw_cnt:hover {
  color: #000;
}

.nw_cnt {
  padding: 0;
}

.nw_cnt .news_img {
  position: relative;
  margin-bottom: 30px;
}

.nw_cnt .news_img a img {
  width: 100%;
}

.nw_cnt .news_content {
  position: relative;
  line-height: normal;
}

.nw_cnt .news_content .text {
  color: #5f5f5f;
  padding-top: 15px;
  text-align: justify;
  border: 0;
}

.nw_cnt .news_content .time {
  padding-top: 15px;
  border-top: solid 1px #eee;
  margin-top: 30px;
  font-size: 13px;
  color: #999;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
  float: right;
  width: 100%;
  position: relative;
}

.nw_cnt .news_content .time p {
  width: 25%;
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px;
}

.nw_cnt .news_content .time .author {
  border-left: solid 1px #e4e4e4;
}

.nw_cnt .news_content .time .source {
  border-left: solid 1px #e4e4e4;
}

.nw_cnt .news_content .time .source a {
  color: rgb(46, 65, 93);
  padding-right: 10px;
}

.nw_cnt .news_content .time .t_d {
  border-left: solid 1px #e4e4e4;
}

.nw_cnt .news_content .time .t_d span {
  display: inline-block;
  padding: 0 10px;
}

.nw_cnt .news_content .time .share_btn {
  padding: 0 10px;
  width: 25%;
  float: right;
}

.nw_cnt .news_content .time .share_btn .full {
  display: inline-block;
  background: #eee;
  color: #999;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.nw_cnt .news_content .time.showbtn .full,
.nw_cnt .news_content .time .share_btn .full:hover {
  box-shadow: 0 2px 1px #ccc;
  background: rgb(46, 65, 93);
  color: #fff;
}

.nw_cnt .news_content .time .share_btn .full .fa-share-alt {
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 14px;
  border-left: solid 1px #d4d4d4;
}

.nw_cnt .news_content .time .share_btn span {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  font-size: 12px;
}

.share_box {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  left: 0;
  top: -65px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 5px #dedede;
  direction: ltr;
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  -moz-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  z-index: -1;
}

.share_box:after,
.share_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.share_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.share_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 12px;
  margin-left: -12px;
}

.share_box a {
  line-height: normal;
  display: inline-block;
  padding: 0;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: #fff;
  margin: auto 3px;
  text-align: center;
}

.share_box a .fa {
  vertical-align: middle;
  height: 35px;
  border-radius: 100%;
  padding-top: 10px;
}

.share_box a.facebook {
  background: #3b5998;
}

.share_box a.whatsapp {
  background: #25d366;
}

.share_box a.twitter {
  background: #55acee;
}

.share_box a.google_plus {
  background: #dd4b39;
}

.share_box a.youTube {
  background: #ff0000;
}

.share_box a.linkedin {
  background: #007bb5;
}

.share_box a.instagram {
  background: #e95950;
}

.share_box a.pinterest {
  background: #cb2027;
}

.share_box a.tumblr {
  background: #32506d;
}

.share_box a.telegram {
  background: #0088cc;
}

.nw_cnt .news_content .time.showbtn .share_btn .full .share_box {
  z-index: 1;
  -moz-animation-name: fadeInUp;
  -moz-animation-duration: 0.5s;
  -moz-animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.inner_news .news_content .news_tags_holder {
  padding-top: 15px;
  width: 100%;
  float: right;
  position: relative;
  right: 0;
  margin: 0;
}

.news_tags_holder .tag_title {
  font-size: 15px;
  color: #888;
  float: right;
  vertical-align: middle;
  padding: 2px 15px;
  margin: 5px;
  padding-right: 0;
}

.inner_news .news_content .news_tags_holder .news_tags {
  margin-top: 10px;
  float: right;
  margin: 0;
}

.inner_news .news_content .news_tags_holder .news_tags li {
  float: right;
  padding: 2px 15px;
  background: #f3f3f3;
  color: #9a9a9a;
  font-size: 12px;
  margin: 5px;
  border-radius: 0;
}

@media (max-width: 992px) {
  .nw_new {
    left: auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nw_cnt {
    right: auto;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nw_new .nw_nw .box .nwnw_cnt {
    height: 140px;
  }
  .nw_new .nw_nw .box .nwnw_img {
    height: 150px;
  }
  .nw_cnt .news_content .time p,
  .nw_cnt .news_content .time .share_btn {
    width: 100%;
    position: relative;
  }
  .share_box {
    right: 0;
    left: auto;
  }
  .block_hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .nw_cnt .news_content .time p {
    float: none;
    width: 100%;
    border: 0 !important;
  }
  .nw_cnt .news_content .title {
    font-size: 16px;
  }
  .nw_cnt .news_content .time .t_d span {
    padding: 5px 0 0 10px;
  }
  .banner_widget .slider_text h2 {
    font-size: 2em !important;
  }
  .banner_widget .slider_text p {
    font-size: 1.2em !important;
  }
}

@media (max-width: 650px) {
  .nw_new .nw_nw .box .nwnw_cnt {
    height: 70px;
  }
  .nw_new .nw_nw .box .nwnw_img {
    height: 80px;
  }
  .nw_cnt .news_content .time {
    display: block;
  }
  .nw_cnt .news_content .time p {
    float: none;
    width: 100%;
    border: 0 !important;
  }
  body.inner_page .news_widget .box a .content .title,
  body.inner_page .news_widget .box a .content .text,
  body.inner_page .news_widget .box .newsimage img {
    min-height: auto;
  }
  body.inner_page .news_widget .box .newsimage {
    height: auto;
  }
  .nw_cnt .news_content .time .share_btn {
    width: 100%;
    position: relative;
  }
  .nw_cnt .news_content .time.showbtn .share_btn .full .share_box {
    right: 0;
    top: -80px;
    width: 100%;
  }
  .share_box:after,
  .share_box:before {
    left: 90%;
  }
}

/* end */

/* product category list */

main .product_widget .categorylist .total > ul {
  padding: 0;
  text-align: inherit;
}

main .product_widget #ProductItem {
  text-align: inherit;
}

main .product_widget .productitems .product_holder {
  text-align: center;
  ;
}

main .product_widget #ProductItem .categorylist ul li a {
  float: none;
}

/* end */
/* news catehory */
#NewsItem #ArticleItem {
    padding: 0;
}
#NewsItem{
	margin-top:30px;
}

@media (max-width: 992px) {
	main .news_widget #NewsItem .newsitems [class*=' col-'] {
		width:100%;
	}
}
/* end */
/* video gallery */
#GalleryItem  .video-preview:hover .gallery-item-inner .overlay,
#GalleryItem  .linkpage:hover .gallery-item-inner .overlay{
	opacity:0;
}
main .gallery_widget .video-preview .galleryicon,
main .gallery_widget .linkpage .linkicon{
	top:50%;
	right:0;
	left:0;
	width:auto;
	height:auto;
	background:transparent;
	margin:auto;
	text-align:center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:60px;
}
main .gallery_widget .linkpage .linkicon{
	font-size:40px;
}
/* end */
@font-face {
    font-family: Number;
    src: url(/ThemeResources/fonts/jw-icons.woff) format('woff'), url(/ThemeResources/fonts/jw-icons.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.list-inline,
.list-unstyled {
    padding-left: initial;
    padding-right: 0
}

.flip.text-left {
    text-align: right
}

.flip.text-right {
    text-align: left
}

.list-inline {
    margin-right: -5px;
    margin-left: 0
}

dd {
    margin-right: 0;
    margin-left: initial
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }
    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }
}

blockquote {
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse,
blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eee;
    border-right: 0;
    text-align: left
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    left: 100%;
    right: auto
}

.col-xs-pull-11 {
    left: 91.66666667%;
    right: auto
}

.col-xs-pull-10 {
    left: 83.33333333%;
    right: auto
}

.col-xs-pull-9 {
    left: 75%;
    right: auto
}

.col-xs-pull-8 {
    left: 66.66666667%;
    right: auto
}

.col-xs-pull-7 {
    left: 58.33333333%;
    right: auto
}

.col-xs-pull-6 {
    left: 50%;
    right: auto
}

.col-xs-pull-5 {
    left: 41.66666667%;
    right: auto
}

.col-xs-pull-4 {
    left: 33.33333333%;
    right: auto
}

.col-xs-pull-3 {
    left: 25%;
    right: auto
}

.col-xs-pull-2 {
    left: 16.66666667%;
    right: auto
}

.col-xs-pull-1 {
    left: 8.33333333%;
    right: auto
}

.col-xs-pull-0 {
    left: auto;
    right: auto
}

.col-xs-push-12 {
    right: 100%;
    left: 0
}

.col-xs-push-11 {
    right: 91.66666667%;
    left: 0
}

.col-xs-push-10 {
    right: 83.33333333%;
    left: 0
}

.col-xs-push-9 {
    right: 75%;
    left: 0
}

.col-xs-push-8 {
    right: 66.66666667%;
    left: 0
}

.col-xs-push-7 {
    right: 58.33333333%;
    left: 0
}

.col-xs-push-6 {
    right: 50%;
    left: 0
}

.col-xs-push-5 {
    right: 41.66666667%;
    left: 0
}

.col-xs-push-4 {
    right: 33.33333333%;
    left: 0
}

.col-xs-push-3 {
    right: 25%;
    left: 0
}

.col-xs-push-2 {
    right: 16.66666667%;
    left: 0
}

.col-xs-push-1 {
    right: 8.33333333%;
    left: 0
}

.col-xs-push-0 {
    right: auto;
    left: 0
}

.col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0
}

.col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0
}

.col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0
}

.col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0
}

.col-xs-offset-0 {
    margin-right: 0;
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        left: 100%;
        right: auto
    }
    .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    .col-sm-pull-9 {
        left: 75%;
        right: auto
    }
    .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    .col-sm-pull-6 {
        left: 50%;
        right: auto
    }
    .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    .col-sm-pull-3 {
        left: 25%;
        right: auto
    }
    .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    .col-sm-pull-0 {
        left: auto;
        right: auto
    }
    .col-sm-push-12 {
        right: 100%;
        left: 0
    }
    .col-sm-push-11 {
        right: 91.66666667%;
        left: 0
    }
    .col-sm-push-10 {
        right: 83.33333333%;
        left: 0
    }
    .col-sm-push-9 {
        right: 75%;
        left: 0
    }
    .col-sm-push-8 {
        right: 66.66666667%;
        left: 0
    }
    .col-sm-push-7 {
        right: 58.33333333%;
        left: 0
    }
    .col-sm-push-6 {
        right: 50%;
        left: 0
    }
    .col-sm-push-5 {
        right: 41.66666667%;
        left: 0
    }
    .col-sm-push-4 {
        right: 33.33333333%;
        left: 0
    }
    .col-sm-push-3 {
        right: 25%;
        left: 0
    }
    .col-sm-push-2 {
        right: 16.66666667%;
        left: 0
    }
    .col-sm-push-1 {
        right: 8.33333333%;
        left: 0
    }
    .col-sm-push-0 {
        right: auto;
        left: 0
    }
    .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .col-sm-offset-0 {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        left: 100%;
        right: auto
    }
    .col-md-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    .col-md-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    .col-md-pull-9 {
        left: 75%;
        right: auto
    }
    .col-md-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    .col-md-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    .col-md-pull-6 {
        left: 50%;
        right: auto
    }
    .col-md-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    .col-md-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    .col-md-pull-3 {
        left: 25%;
        right: auto
    }
    .col-md-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    .col-md-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    .col-md-pull-0 {
        left: auto;
        right: auto
    }
    .col-md-push-12 {
        right: 100%;
        left: 0
    }
    .col-md-push-11 {
        right: 91.66666667%;
        left: 0
    }
    .col-md-push-10 {
        right: 83.33333333%;
        left: 0
    }
    .col-md-push-9 {
        right: 75%;
        left: 0
    }
    .col-md-push-8 {
        right: 66.66666667%;
        left: 0
    }
    .col-md-push-7 {
        right: 58.33333333%;
        left: 0
    }
    .col-md-push-6 {
        right: 50%;
        left: 0
    }
    .col-md-push-5 {
        right: 41.66666667%;
        left: 0
    }
    .col-md-push-4 {
        right: 33.33333333%;
        left: 0
    }
    .col-md-push-3 {
        right: 25%;
        left: 0
    }
    .col-md-push-2 {
        right: 16.66666667%;
        left: 0
    }
    .col-md-push-1 {
        right: 8.33333333%;
        left: 0
    }
    .col-md-push-0 {
        right: auto;
        left: 0
    }
    .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .col-md-offset-0 {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: right
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        left: 100%;
        right: auto
    }
    .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    .col-lg-pull-9 {
        left: 75%;
        right: auto
    }
    .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    .col-lg-pull-6 {
        left: 50%;
        right: auto
    }
    .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    .col-lg-pull-3 {
        left: 25%;
        right: auto
    }
    .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    .col-lg-pull-0 {
        left: auto;
        right: auto
    }
    .col-lg-push-12 {
        right: 100%;
        left: 0
    }
    .col-lg-push-11 {
        right: 91.66666667%;
        left: 0
    }
    .col-lg-push-10 {
        right: 83.33333333%;
        left: 0
    }
    .col-lg-push-9 {
        right: 75%;
        left: 0
    }
    .col-lg-push-8 {
        right: 66.66666667%;
        left: 0
    }
    .col-lg-push-7 {
        right: 58.33333333%;
        left: 0
    }
    .col-lg-push-6 {
        right: 50%;
        left: 0
    }
    .col-lg-push-5 {
        right: 41.66666667%;
        left: 0
    }
    .col-lg-push-4 {
        right: 33.33333333%;
        left: 0
    }
    .col-lg-push-3 {
        right: 25%;
        left: 0
    }
    .col-lg-push-2 {
        right: 16.66666667%;
        left: 0
    }
    .col-lg-push-1 {
        right: 8.33333333%;
        left: 0
    }
    .col-lg-push-0 {
        right: auto;
        left: 0
    }
    .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .col-lg-offset-0 {
        margin-right: 0;
        margin-left: 0
    }
}

caption,
th {
    text-align: right
}

@media screen and (max-width:767px) {
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-right: 0;
        border-left: initial
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-left: 0;
        border-right: initial
    }
}

.checkbox label,
.radio label {
    padding-right: 20px;
    padding-left: initial
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-right: -20px;
    margin-left: auto
}

.checkbox-inline,
.radio-inline {
    padding-right: 20px;
    padding-left: 0
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-right: 10px;
    margin-left: 0
}

.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px
}

.form-control-feedback {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    .form-inline label {
        padding-right: 0;
        padding-left: initial
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        margin-right: 0;
        margin-left: auto
    }
    .form-horizontal .control-label {
        text-align: left
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

.caret {
    margin-right: 2px;
    margin-left: 0
}

.dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.btn-group>.btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: right
}

.dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0
}

.btn-toolbar {
    margin-right: -5px;
    margin-left: 0
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-right: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 4px 4px 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 4px 0 0 4px
}

.btn-group.btn-group-justified>.btn,
.btn-group.btn-group-justified>.btn-group {
    float: none
}

.input-group .form-control,
.nav-pills>li,
.nav-tabs>li {
    float: right
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-radius: 0 4px 4px 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-radius: 4px 0 0 4px
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 4px 4px 0
}

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-radius: 4px 0 0 4px
}

.input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0
}

.input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto
}

.nav {
    padding-right: 0;
    padding-left: initial
}

.nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto
}

.nav-justified>.dropdown .dropdown-menu {
    right: auto
}

.nav-tabs-justified>li>a {
    margin-left: 0;
    margin-right: auto
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

.navbar-brand {
    float: right
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0 0
    }
    .navbar-header {
        float: right
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 25px 5px 15px
    }
}

.pager,
.pagination {
    padding-right: 0
}

@media (min-width:768px) {
    .navbar-nav {
        float: right
    }
    .navbar-right {
        float: left!important
    }
    .navbar-left,
    .navbar-left.flip,
    .navbar-nav>li {
        float: right!important
    }
    .navbar-right.flip,
    .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto
    }
    .navbar-right.flip {
        float: left!important
    }
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }
    .navbar-text {
        float: right
    }
    .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto
    }
}

.pagination>li>a,
.pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0 4px 4px 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-right: -1px;
    border-radius: 4px 0 0 4px
}

.pager {
    padding-left: initial
}

.pager .next>a,
.pager .next>span {
    float: left
}

.pager .previous>a,
.pager .previous>span {
    float: right
}

.nav-pills>li>a>.badge {
    margin-left: 0;
    margin-right: 3px
}

.list-group-item>.badge {
    float: left
}

.list-group-item>.badge+.badge {
    margin-left: 5px;
    margin-right: auto
}

.alert-dismissable,
.alert-dismissible {
    padding-left: 35px;
    padding-right: 15px
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: auto;
    left: -21px
}

.progress-bar {
    float: right
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px
}

.media-right,
.media>.pull-right {
    padding-right: 10px;
    padding-left: initial
}

.media-left,
.media>.pull-left {
    padding-left: 10px;
    padding-right: initial
}

.list-group,
.media-list {
    padding-right: 0;
    padding-left: initial
}

.media-list {
    list-style: none
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-right: 0;
    border-left: none
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: none;
    border-left: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
    right: 0;
    left: auto
}

.close {
    float: left
}

.modal-footer {
    text-align: left
}

.modal-footer.flip,
.popover {
    text-align: right
}

.modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: auto
}

.popover {
    left: auto
}

.popover.top>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

.popover.top>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.popover.bottom>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

.popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.carousel-control {
    right: 0;
    bottom: 0
}

.carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    right: auto;
    margin-right: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    left: auto;
    margin-left: -10px
}

.carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

.pull-right.flip {
    float: left!important
}

.pull-left.flip {
    float: right!important
}
/* product category */
main .product_widget .categorylist .cattitle {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 10px;
}

main .product_widget .categorylist .cattitle {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 10px;
}

main .product_widget .categorylist .total > ul {
    max-height: 100vh;
    overflow-y: auto;
}

    main .product_widget .categorylist .total > ul::-webkit-scrollbar {
        width: 3px;
    }

    main .product_widget .categorylist .total > ul::-webkit-scrollbar-thumb {
        background-color: #d4d4d4;
    }

main .product_widget .categorylist ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    border: solid 1px #e9e9e9;
}

    main .product_widget .categorylist ul li a {
        display: block;
        padding: 15px;
        color: #333;
        position: relative;
        overflow: hidden;
    }

main .product_widget .categorylist ul li.active> a,
main .product_widget .categorylist ul li.active> .childicon a {
    color: #ccc
}
main .product_widget .categorylist li.child ul li {
    margin: 0;
    border: 0;
    border-bottom: solid 1px #e9e9e9;
}
main .product_widget .categorylist li.child ul li:last-child{
    border:0;
}

    main .product_widget .categorylist li.child ul li:last-child {
        margin-bottom: 15px;
    }


main .product_widget .categorylist ul li a:hover {
    color: #ccc;
}

    main .product_widget .categorylist ul li.child > .childicon a {
        display: inline-block;
        vertical-align: middle;
    }

main .product_widget .categorylist ul li a span {
    display: inline-block;
    vertical-align: middle;
}

main .product_widget .categorylist ul li .childicon {
    position: relative;
    overflow: hidden;
}

main .product_widget .categorylist ul li .showicon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 100;
    cursor: pointer;
}

    main .product_widget .categorylist ul li .showicon .line {
        position: absolute;
        width: 15px;
        right: 0;
        left: 0;
        margin: auto;
        top: 50%;
        height: 1px;
        background: #333;
        -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    }


    main .product_widget .categorylist ul li .showicon .line2 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

main .product_widget .categorylist ul li.open > .childicon .showicon .line2 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


main .product_widget .categorylist ul li > ul {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
}

main .product_widget .categorylist ul li.open > ul {
    max-height:100vh;
}

@media (max-width:767px) {
    .inner_page .product_widget .container {
        padding:0;
    }
    main .product_widget .categorylist {
        margin-bottom: 30px;
    }
}
/* end */

main .product_widget #ProductItem .overlay {
    text-align: center;
}

/* news category */
main .nw_cnt{
	padding:0 15px;
}
main .news_widget .categorylist .cattitle {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 10px;
}

main .news_widget .categorylist .cattitle {
    padding: 15px;
    border: solid 1px #f9f9f9;
    background: #f9f9f9;
    margin-bottom: 10px;
}

main .news_widget .categorylist .total > ul {
    max-height: 100vh;
    overflow-y: auto;
}

    main .news_widget .categorylist .total > ul::-webkit-scrollbar {
        width: 3px;
    }

    main .news_widget .categorylist .total > ul::-webkit-scrollbar-thumb {
        background-color: #d4d4d4;
    }

main .news_widget .categorylist ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    border: solid 1px #e9e9e9;
}

    main .news_widget .categorylist ul li a {
        display: block;
        padding: 15px;
        color: #333;
        position: relative;
        overflow: hidden;
    }

main .news_widget .categorylist ul li.active> a,
main .news_widget .categorylist ul li.active> .childicon a {
    color: #ccc
}
main .news_widget .categorylist li.child ul li {
    margin: 0;
    border: 0;
    border-bottom: solid 1px #e9e9e9;
}
main .news_widget .categorylist li.child ul li:last-child{
    border:0;
}

    main .news_widget .categorylist li.child ul li:last-child {
        margin-bottom: 15px;
    }


main .news_widget .categorylist ul li a:hover {
    color: #ccc;
}

    main .news_widget .categorylist ul li.child > .childicon a {
        display: inline-block;
        vertical-align: middle;
    }

main .news_widget .categorylist ul li a span {
    display: inline-block;
    vertical-align: middle;
}

main .news_widget .categorylist ul li .childicon {
    position: relative;
    overflow: hidden;
}

main .news_widget .categorylist ul li .showicon {
    position: absolute;
	overflow:hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 12;
    cursor: pointer;
}

    main .news_widget .categorylist ul li .showicon .fa {
		font-size:20px;
        position: absolute;
        right: 0;
        left: 0;
		text-align:center;
        margin: auto;
        top: 50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		transform:translateY(-50%);
        -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
        transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    }
	main .news_widget .categorylist ul li.open > .childicon .showicon .fa{
		-webkit-transform:translateY(-50%) rotate(180deg);
		-moz-transform:translateY(-50%) rotate(180deg);
		transform:translateY(-50%) rotate(180deg);
	}
main .news_widget .categorylist ul li > ul {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    -o-transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
    transition: all cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
}

main .news_widget .categorylist ul li.open > ul {
    max-height:100vh;
}

main .news_widget.inner_news .breadcrumb {
    padding: 15px;
    margin-bottom: 15px;
    background: transparent;
	position:relative;
	z-index:0;
}

    main .news_widget.inner_news .breadcrumb ul {
      padding: 15px 0;
    border: solid 1px #eee;
	margin:0 auto;
    }

        main .news_widget.inner_news .breadcrumb ul li {
            display: inline-block;
            vertical-align: middle;
        }

            main .news_widget.inner_news .breadcrumb ul li a {
                font-size: 12px;
                display: block;
                padding: 5px 15px;
                color: #999;
                position: relative;
				text-decoration:none !important;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
            }

            main .news_widget.inner_news .breadcrumb ul li:hover a {
                color: #333;
            }

            main .news_widget.inner_news .breadcrumb ul li a:before {
                position: absolute;
                content: "\f104";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 14px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                left: -5px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                vertical-align: middle;
            }

            main .news_widget.inner_news .breadcrumb ul li:last-child a:before {
                display: none;
            }

@media (max-width:767px) {
    .inner_page .news_widget .container {
        padding:0;
    }
    main .news_widget .categorylist {
        margin-bottom: 30px;
    }
}
/* end */


