@import url(bootstrap.css);
@import url(owl.carousel.css);
@import url(select2.css);
@import url(font-awesome.css);
/*==========================================================

	1. IMPORT FILES

==========================================================*/
/*==========================================================

	2. GENERAL

==========================================================*/
body {.fix-footer
  max-width: 1900px;
  margin: auto;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
  overflow-x: hidden;
}
.wrapper {
  overflow-x: hidden;
}
a {
  color: #f36b21;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #70c057;
}
img {
  max-width: 100%;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}
/*==========================================================

	3. ELEMENTS

==========================================================*/
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin: 0 -6px;
}
[class*="col-md"],
[class*="col-sm"],
[class*="col-xs"],
[class*="col-lg"] {
  padding: 0 6px;
}
.banner img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.heading1 {
  background: linear-gradient(to bottom, #585858 0%, #2d2d2f 100%);
  background: -moz-linear-gradient(to bottom, #585858 0%, #2d2d2f 100%);
  background: -o-linear-gradient(to bottom, #585858 0%, #2d2d2f 100%);
  background: -ms-linear-gradient(to bottom, #585858 0%, #2d2d2f 100%);
  background: -webkit-linear-gradient(top, #585858 0%, #2d2d2f 100%);
  line-height: 26px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2px 2px 2px 8px;
  color: #fff;
  margin-bottom: 6px;
}
.heading1 .actions {
  display: -webkit-flex;
  display: flex;
}
.heading1 .btn {
  height: 26px;
  line-height: 26px;
  padding: 0 17px;
  color: #fff;
  background-color: #00a651;
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 7px;
}
.heading1 .btn:hover {
  background-color: #005a2c;
}
.heading1 .title {
  font-size: 17px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.heading1 .title img {
  margin-right: 5px;
}
.heading1 .title a {
  color: #fff;
}
.heading1 .form-control {
  height: 26px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
  color: #000000;
  max-width: 160px;
}
.sorby {
  margin-bottom: 12px;
}
.sorby .form-control {
  display: inline-block;
  height: 26px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
  color: #000000;
  background-color: #ececec;
  width: 170px;
  margin-bottom: 5px;
}
.pagination {
  display: block;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination li a {
  border: none !important;
  padding: 0;
  line-height: 30px;
  min-width: 30px;
  color: #464646 !important;
  font-size: 26px;
  font-family: Arial, sans-serif;
  text-align: center;
}
.pagination li.active a {
  background-color: #545454!important;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .col-sidebar {
    width: 312px;
  }
  .col-main {
    width: calc(100% -  312px);
    width: -moz-calc(100% -  312px);
    width: -webkit-calc(100% -  312px);
    width: -o-calc(100% -  312px);
  }
  .block-section1 .block-content > .col-md-8 {
    width: calc(100% -  262px);
    width: -moz-calc(100% -  262px);
    width: -webkit-calc(100% -  262px);
    width: -o-calc(100% -  262px);
  }
  .block-section1 .block-section-banner {
    width: 262px;
  }
  .block-section2 .block-content > .col-md-10 {
    width: calc(100% -  132px);
    width: -moz-calc(100% -  132px);
    width: -webkit-calc(100% -  132px);
    width: -o-calc(100% -  132px);
  }
  .block-section2 .block-section-banner {
    width: 132px;
  }
  .block-section4 .block-content > .col-md-9 {
    width: calc(100% -  172px);
    width: -moz-calc(100% -  172px);
    width: -webkit-calc(100% -  172px);
    width: -o-calc(100% -  172px);
  }
  .block-section4 .block-section-banner {
    width: 172px;
  }
}
.form-control {
  outline: none;
}
.form-control:hover,
.form-control:focus {
  outline: none;
}
.owl-carousel .owl-item img {
  width: auto;
  transform-style: flat;
}
/*==========================================================

	4. HEADER

==========================================================*/
.site-header {
  margin-bottom: 10px;
}
.header-content {
  padding: 10px 0;
  position: relative;
}
.header-content .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-content .container:before,
.header-content .container:after {
  content: none;
}
.header-content .h-banner {
  padding-left: 20px;
}
.header-nav {
  background: linear-gradient(to bottom, #585858 0%, #27272a 50%, #585858 100%);
  background: -moz-linear-gradient(to bottom, #585858 0%, #27272a 50%, #585858 100%);
  background: -o-linear-gradient(to bottom, #585858 0%, #27272a 50%, #585858 100%);
  background: -ms-linear-gradient(to bottom, #585858 0%, #27272a 50%, #585858 100%);
  background: -webkit-linear-gradient(top, #585858 0%, #27272a 50%, #585858 100%);
}
.ui-menu {
  font-size: 17px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.ui-menu > li {
  margin-right: 10px;
  position: relative;
}
.ui-menu > li > a {
  color: #fff;
  height: 30px;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  padding: 0 10px;
}
.ui-menu > li > a img {
  margin-right: 10px;
  display: block;
}
.ui-menu > li .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ui-menu > li .icon .img-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-menu > li:last-child {
  margin-right: 0;
}
.ui-menu > li:hover > a {
  background-color: #f6f6f6;
  color: #4c4c4c;
}
.ui-menu > li:hover > .submenu {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s, visibility 0.2s;
}
.ui-menu .submenu {
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f6f6f6;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: 15% 0%;
  transition: transform 0.2s, visibility 0.2s;
  visibility: visible;
  width: 420px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.ui-menu .submenu li {
  width: 50%;
  position: relative;
}
.ui-menu .submenu li:hover > .submenu {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s, visibility 0.2s;
}
.ui-menu .submenu a {
  text-decoration: none;
  color: #4c4c4c;
  display: block;
  padding: 7px 19px;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.ui-menu .submenu a:hover {
  background-color: #4182f9;
  color: #fff;
}
.ui-menu .submenu2 {
  width: 210px;
}
.ui-menu .submenu2 .submenu {
  left: 100%;
  top: 0;
}
.ui-menu .submenu2 > li {
  width: 100%;
}
.ui-menu .toggle-submenu {
  display: none !important;
}
.toggle-menu {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/menu.png');
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.toggle-menu span {
  display: none;
}
.toggle-menu:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .ui-menu > li .icon {
    position: relative;
  }
  .ui-menu > li .icon .img-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ui-menu > li:hover > a .icon img {
    opacity: 0;
  }
  .ui-menu > li:hover > a .icon .img-hover {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .ui-menu {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .site-header {
    margin-bottom: 0px;
  }
  .toggle-menu {
    display: block;
  }
  .toggle-menu.active:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-content .h-banner {
    display: none;
  }
  .header-content .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 55px;
  }
  .header-content .logo img {
    /* max-height: 50px; */
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    z-index: 500;
    width: 280px;
    border: none;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 0;
    visibility: hidden;
    padding-top: 20px;
    overflow-y: auto;
    display: block !important;
  }
  .header-nav.active {
    right: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 1;
    visibility: visible;
  }
  .header-nav .container {
    width: 100%;
  }
  .ui-menu {
    display: block;
  }
  .ui-menu li {
    display: block;
    line-height: 40px;
    padding: 0;
    font-size: 15px;
    margin: 0;
  }
  .ui-menu li a {
    line-height: 30px;
    padding: 5px 10px;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
    height: 40px;
  }
  .ui-menu li .icon {
    width: 30px;
    text-align: center;
  }
  .ui-menu li .toggle-submenu {
    display: block !important;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    position: absolute !important;
    right: 0;
    top: 5px;
    z-index: 10;
    border: none !important;
    padding: 0 !important;
    text-align: center;
    line-height: 30px;
  }
  .ui-menu li .toggle-submenu:before {
    content: "\f105";
    font-family: 'FontAwesome';
  }
  .ui-menu > li {
    border: none;
  }
  .ui-menu > li:first-child {
    border: none;
  }
  .ui-menu .open-submenu > .submenu {
    display: block;
  }
  .ui-menu .open-submenu > .toggle-submenu:before {
    content: "\f107";
  }
  .ui-menu .submenu {
    width: 100% !important;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: none;
    background-color: transparent;
    position: static;
  }
  .ui-menu .submenu li {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .ui-menu .submenu a {
    display: block;
    background-color: transparent;
    padding-left: 35px;
  }
  .ui-menu .submenu .submenu a {
    padding-left: 50px;
  }
}
/*==========================================================

	5. SIDEBAR

==========================================================*/
.block-search-sidebar {
  margin-bottom: 12px;
}
.block-search-sidebar .heading1 {
  margin-bottom: 12px;
}
.block-search-sidebar .form-control {
  height: 30px;
  border: 1px solid #bababa;
  padding-right: 37px;
  font-size: 13px;
  color: #bcbcbc;
  border-radius: 0;
  box-shadow: none;
}
.block-search-sidebar .form-search {
  position: relative;
}
.block-search-sidebar .btn {
  background-color: #5b5b5d;
  border: none;
  height: 28px;
  width: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 4;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/icon/search.png');
  border-radius: 0;
  box-shadow: none;
}
.block-search-sidebar .btn span {
  display: none;
}
.block-category-sidebar {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 12px;
}
.block-category-sidebar .block-title {
  display: block;
  text-align: center;
  color: #111111;
  font-size: 17px;
  font-weight: bold;
}
.block-category-sidebar a {
  color: #000;
}
.block-section5 .item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.block-section5 .post-item3 .title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}
/*==========================================================

	6. FOOTER

==========================================================*/
.footer-top {
  border-top: 2px solid #d7d7d7;
  color: #555555;
  line-height: 25px;
  padding: 10px 0;
}
.footer-top a {
  color: #555555;
}
.footer-top .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-top .container:before,
.footer-top .container:after {
  content: none;
}
.footer-top .col-footer {
  padding-right: 20px;
}
.footer-top .col4 {
  width: 40%;
  padding-right: 0px;
}
.footer-top .tags {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.footer-top .tags a {
  line-height: 24px;
  background-color: #545454;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin: 0 8px 8px 14px;
  color: #fff;
  position: relative;
}
.footer-top .tags a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 14px 12px 0;
  border-color: transparent #545454 transparent transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
.footer-top .tags a:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -3px;
  z-index: 4;
}
.footer-bottom {
  border-top: 1px solid #d7d7d7;
  color: #565656;
  line-height: 25px;
  padding: 10px 0;
  text-align: center;
}
.footer-bottom a {
  color: #565656;
}
.footer-bottom .title {
  font-size: 17px;
  text-transform: uppercase;
  color: #000000;
  margin: 5px 0;
}
.footer-bottom p {
  margin-bottom: 0px;
}
.fix-footer {
  display: block;
}
.dangtin-desktop {
  position: fixed;
  bottom: 7px;
  left: 10px;
  z-index: 500;
  font-size: 16px;
  font-weight: bold;
  color: #ed1c24 !important;
  text-transform: capitalize;
  line-height: 42px;
  width: 156px;
  text-align: center;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url('../images/icon/dangtin-desktop.png');
  height: 60px;
}
.fix-footer {
      display: block;
    margin-bottom: 50px;
    position: fixed;
    right: 6px;
    bottom: 40px;
    z-index: 555;
    background-color: #00a651;
    color: #fff;
    font-size: 12px;
    width: 50px;
}
.fix-footer:before,
.fix-footer:after {
  content: "";
  display: table;
}
.fix-footer:after {
  clear: both;
}
.fix-footer a {
  color: #fff;
  width: 100%;
  float: left;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 6px;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  display: none;
}
.fix-footer a span {
  display: block;
  line-height: 15px;
}
.fix-footer .nav1 {
  color: #ed1c24;
  background-color: #fff;
  border: 6px solid #00a651;
  padding: 2px;
}
.fix-footer .nav1 span {
  background-color: #fff;
}
.fix-footer .nav6 span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fix-footer .back-to-top {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .dangtin-desktop {
    display: none;
  }
  .site-footer {
    padding-bottom: 50px;
  }
  .footer-top {
    line-height: 20px;
    font-size: 11px;
  }
  .footer-top .container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 10px;
  }
  .footer-top .col-footer {
    width: 33.33333333%;
    padding-right: 0;
  }
  .footer-top .col-footer + .col-footer {
    padding-left: 5px;
  }
  .footer-top .col4 {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  .footer-bottom {
    font-size: 12px;
    line-height: 18px;
    border-top: none;
    padding-top: 0;
  }
  .footer-bottom img {
    /* max-height: 47px; */
  }
  .footer-bottom .container {
    padding: 0 10px;
  }
  .footer-bottom .title {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .fix-footer {
    font-size: 9px;
    width: 40px;
  }
  .fix-footer a {
    padding: 2px;
    height: 40px;
  }
}
/*==========================================================

	7. Blog

==========================================================*/
.post-item1 {
  font-size: 12px;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item1 .title {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.post-item1 .title a {
  color: #000;
}
.post-item1 .subtitle {
  display: block;
  color: #0074ff;
}
.post-item1 .subtitle a {
  color: #0074ff;
}
.post-item1 .date {
  margin-right: 18px;
  color: #727272;
}
.post-item1 .view {
  color: #fe5656;
  padding-left: 24px;
  background-position: left top 1px;
  background-repeat: no-repeat;
  background-image: url('../images/icon/view.png');
}
.post-item1 .item-label {
  margin-left: 5px;
}
.post-item1:hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item2 {
  padding: 10px 0;
  color: #727272;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item2:hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item2 .title {
  display: block;
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 20px;
}
.post-item2 .title a {
  color: #454545;
}
.post-item2 .img {
  display: block;
  width: 24%;
  max-width: 60px;
}
.post-item2 .img a {
  height: 0;
  padding-top: 132.7%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-item2 .img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.post-item2 .detail {
  width: 76%;
  padding-left: 6px;
}
.post-item2 .item-label {
  margin-left: 5px;
}
.post-item3 {
  font-size: 12px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  color: #727272;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item3:hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-item3 .title {
  display: block;
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 5px;
}
.post-item3 .title a {
  color: #454545;
}
.post-item3 .img {
  display: block;
  width: 26%;
  max-width: 90px;
}
.post-item3 .img a {
  height: 0;
  padding-top: 74.71%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-item3 .img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.post-item3 .detail {
  width: 74%;
  padding-left: 6px;
}
.post-item3 .date {
  margin-right: 7px;
  color: #727272;
}
.post-item3 .view {
  color: #fe5656;
  padding-left: 24px;
  background-position: left top 1px;
  background-repeat: no-repeat;
  background-image: url('../images/icon/view.png');
}
.post-item3 .item-label {
  margin-left: 5px;
}
.item-product2 {
  text-align: center;
}
.item-product2 .item-info {
  padding: 5px;
}
.item-product2 a {
  color: #767676;
}
.item-product2 .name {
  display: block;
  color: #767676;
  font-size: 13px;
  height: 40px;
  padding-top: 5px;
}
.item-product2 .photo {
  height: 47px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.item-product2 .photo a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 47px;
}
.item-product2 .photo img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}
.item-product2 .count {
  color: #fe5656;
}
.post-detail {
  font-size: 14px;
}
.post-detail .block-title {
  margin-bottom: 12px;
}
.post-detail .des {
  margin-bottom: 12px;
}
.post-detail .des .title {
  display: block;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bold;
}
.post-detail .subtitle {
  display: block;
  color: #0074ff;
  margin-bottom: 10px;
}
.post-detail .subtitle a {
  color: #0074ff;
}
.post-detail .date {
  margin-right: 18px;
  color: #727272;
  font-size: 15px;
}
.post-detail .view {
  color: #fe5656;
  padding-left: 24px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-image: url('../images/icon/view.png');
  font-size: 15px;
  line-height: 19px;
}
.post-detail .meta {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-detail .meta:before,
.post-detail .meta:after {
  content: "";
  display: table;
}
.post-detail .meta:after {
  clear: both;
}
.post-detail .meta .share {
  float: right;
}
.post-detail .comment {
  margin-bottom: 12px;
}
.post-detail .des-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 19px;
}
.post-detail .avata {
  display: block;
  width: 100%;
}
.post-gird-3item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.post-gird-3item .item {
  width: calc((100% - 24px)/ 3);
  width: -moz-calc((100% - 24px)/ 3);
  width: -webkit-calc((100% - 24px)/ 3);
  width: -o-calc((100% - 24px)/ 3);
  margin-right: 12px;
}
.post-gird-3item .item:nth-child(3n) {
  margin-right: 0;
}
.post-gird-2item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.post-gird-2item .item {
  width: calc((100% - 12px)/ 2);
  width: -moz-calc((100% - 12px)/ 2);
  width: -webkit-calc((100% - 12px)/ 2);
  width: -o-calc((100% - 12px)/ 2);
  margin-right: 12px;
}
.post-gird-2item .item:nth-child(2n) {
  margin-right: 0;
}
.post-list-2item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.post-list-2item .item {
  width: calc((100% - 12px)/ 2);
  width: -moz-calc((100% - 12px)/ 2);
  width: -webkit-calc((100% - 12px)/ 2);
  width: -o-calc((100% - 12px)/ 2);
  margin-right: 12px;
}
.post-list-2item .item:nth-child(2n) {
  margin-right: 0;
}
.post-list-3item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
.post-list-3item .item {
  width: calc((100% - 24px)/ 3);
  width: -moz-calc((100% - 24px)/ 3);
  width: -webkit-calc((100% - 24px)/ 3);
  width: -o-calc((100% - 24px)/ 3);
  margin-right: 12px;
}
.post-list-3item .item:nth-child(3n) {
  margin-right: 0;
}
/*==========================================================

	8. SHOP

==========================================================*/
/*==========================================================

	9. PAGES

==========================================================*/
.block-login {
  font-size: 15px;
  margin-bottom: 20px;
}
.block-login .page-title {
  font-size: 27px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  color: #222222;
  text-align: center;
}
.block-login .note {
  color: #ff6262;
  text-align: center;
}
.block-login .form-group {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
  font-size: 13px;
  color: #838383;
}
.block-login .form-group label {
  display: block;
  padding: 0;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 35px;
  font-weight: normal;
  text-align: right;
}
.block-login .form-group .form-control {
  height: 35px;
  display: block;
  width: 100%;
  border: 1px solid #ebeaea;
  border-radius: 0;
  box-shadow: none;
}
.block-login .form-group textarea,
.block-login .form-group textarea.form-control {
  height: 200px;
}
.block-login .form-group a {
  color: #5a22ff;
}
.block-login .form-group input[type="file"] {
  padding: 0;
  border: none;
  height: 35px;
  line-height: 35px;
}
.block-login .form-group-ma .form-control {
  width: 150px;
  margin: 0 15px;
}
.block-login .form-group-ma .btn {
  height: 35px;
  padding: 0 10px;
  background-color: #1ba50a;
  color: #fff;
  border-radius: 0;
}
.block-login .form-group-ma .control {
  display: -webkit-flex;
  display: flex;
}
.block-login .btn-register {
  display: block;
  width: 100%;
  background-color: #1ba50a;
  border-radius: 100px;
  color: #fff;
  font-size: 23px;
  border: none;
  box-shadow: none;
  height: 54px;
}
/*==========================================================

	10. HOME PAGE

==========================================================*/
.block-section1 {
  margin-bottom: 7px;
}
.block-section1 .item {
  border-bottom: 1px solid #cccccc;
}
.block-section1 .banner img {
  margin-bottom: 12px;
  margin-top: 6px;
}
.block-section1 .more {
  text-align: right;
  font-style: italic;
  color: #696969;
  padding: 7px 0 0;
}
.block-section1 .more a {
  color: #696969;
}
.block-section2 {
  margin-bottom: 7px;
}
.block-section2 .item {
  border-bottom: 1px solid #cccccc;
}
.block-section2 .more {
  text-align: right;
  font-style: italic;
  color: #696969;
  padding: 7px 0 0;
}
.block-section2 .more a {
  color: #696969;
}
.block-section2 .banner img {
  margin-top: 6px;
  margin-bottom: 0px;
}
.block-section3 {
  margin-bottom: 12px;
}
.block-section3 .block-title {
  margin-bottom: 12px;
}
.block-section3 .block-content {
  border: 1px solid #d7d7d7;
}
.block-section3 .item {
  border-right: 1px solid #d7d7d7;
}
.block-section3 .item .item-product2 + .item-product2 {
  border-top: 1px solid #d7d7d7;
}
.block-section3 .owl-nav .owl-prev,
.block-section3 .owl-nav .owl-next {
  width: 33px;
  height: 33px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.block-section3 .owl-nav .owl-prev {
  left: 0px;
  background-image: url('../images/icon/prev3.png');
}
.block-section3 .owl-nav .owl-next {
  right: 0px;
  background-image: url('../images/icon/next3.png');
}
.block-section4 {
  margin-bottom: 7px;
}
.block-section4 .item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.block-section4 .more {
  text-align: right;
  font-style: italic;
  color: #696969;
  padding: 7px 0 0;
}
.block-section4 .more a {
  color: #696969;
}
.block-section4 .banner img {
  margin-top: 0px;
  margin-bottom: 10px;
}
.block-brand {
  margin-bottom: 10px;
}
.block-brand .item {
  border: 1px solid #d7d7d7;
  height: 80px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center ;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-brand .item img {
  width: auto;
  max-height: 100%;
}
.block-brand .owl-nav .owl-prev,
.block-brand .owl-nav .owl-next {
  width: 16px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.block-brand .owl-nav .owl-prev {
  left: 0px;
  background-image: url('../images/icon/prev1.png');
}
.block-brand .owl-nav .owl-next {
  right: 0px;
  background-image: url('../images/icon/next1.png');
}
.actions-more {
  text-align: right;
  font-style: italic;
  padding: 7px 0 0;
}
.actions-more a {
  color: #696969;
}
@media (max-width: 991px) {
  .block-section-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner img {
    margin-bottom: 10px;
  }
  .container {
    padding: 0;
  }
  .post-item1,
  .post-item2,
  .post-item3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-section1 .more {
    padding-left: 10px;
    padding-right: 10px;
  }
  .actions-more {
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-product2 .name {
    font-size: 9px;
  }
  .post-gird-3item .item {
    width: calc((100% - 12px)/ 2);
    width: -moz-calc((100% - 12px)/ 2);
    width: -webkit-calc((100% - 12px)/ 2);
    width: -o-calc((100% - 12px)/ 2);
    margin-right: 12px;
  }
  .post-gird-3item .item:nth-child(n) {
    margin-right: 12px;
  }
  .post-gird-3item .item:nth-child(2n) {
    margin-right: 0;
  }
  .post-list-3item .item {
    width: calc((100% - 12px)/ 2);
    width: -moz-calc((100% - 12px)/ 2);
    width: -webkit-calc((100% - 12px)/ 2);
    width: -o-calc((100% - 12px)/ 2);
    margin-right: 12px;
  }
  .post-list-3item .item:nth-child(n) {
    margin-right: 12px;
  }
  .post-list-3item .item:nth-child(2n) {
    margin-right: 0;
  }
  .block-section3 .block-content.owl-carousel {
    margin-left: -2px;
    margin-right: -2px;
    width: auto;
  }
  .block-brand .item {
    height: 55px;
  }
  .heading1 .btn {
  }
  .pagination {
    padding: 0 10px;
  }
  .pagination li a {
    font-size: 14px;
  }
  .post-detail {
    padding: 0 10px;
    font-size: 14px;
  }
  .post-detail .heading1 .title {
    font-size: 14px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .post-detail .date,
  .post-detail .view {
    display: inline-block;
  }
  .post-detail .meta .share {
    float: none;
  }
  .post-detail .des-top {
    font-size: 14px;
  }
  .sorby {
    padding: 0 10px;
  }
  .block-login {
    font-size: 14px;
    padding: 0 10px;
  }
  .block-login .page-title {
    font-size: 20px;
  }
  .block-login .block-title {
    margin: 0 -10px;
  }
  .block-login .block-title .title {
    font-size: 13px;
  }
  .block-login .form-group label {
    font-size: 14px;
  }
  .block-login .form-group .col-sm-3 {
    width: 140px;
  }
  .block-login .form-group .col-sm-12 {
    width: calc(100% -  140px);
    width: -moz-calc(100% -  140px);
    width: -webkit-calc(100% -  140px);
    width: -o-calc(100% -  140px);
  }
  .block-login .btn-register {
    font-size: 14px;
    height: 36px;
  }
  .block-login .form-group textarea,
  .block-login .form-group textarea.form-control {
    height: 110px;
  }
}
@media (max-width: 639px) {
  .post-list-2item .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .post-list-3item .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .post-detail .des .title {
    font-size: 19px;
  }
  .block-login .form-group-ma .form-control {
    width: 100px;
  }
  .sorby .form-control {
	width: 150px;  
  }
}
@media (max-width: 479px) {
  .post-gird-2item .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .post-gird-3item .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 419px) {
  .heading1 .actions {
    
  }
  .block-login .form-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .block-login .form-group label {
    text-align: left;
    line-height: 20px;
  }
  .block-login .form-group .col-sm-3 {
    width: 100%;
  }
  .block-login .form-group .col-sm-12 {
    width: 100%;
  }
}
