.slideshow-home {
    margin-bottom: 35px;
}
.owl-pagination {
  top: 0;
  margin-top: -35px;
}
.owl-controls .owl-page,
.slideshow .owl-controls .owl-page {
  margin: 0 15px 15px;
  position: relative;
}
.owl-controls .owl-page:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
}
.owl-controls .owl-page.active:after{ border-color: #fde253; }
.owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  box-shadow: unset;
  background: #fff;
}
.slideshow {
  border-radius: 0;
}
.slideshow .owl-controls .owl-page.active span,
.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span,
.slideshow .owl-controls .owl-page:hover span {
  background-color: #fde253;
}
#slideshow-home .owl-pagination {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 99;
}
#slideshow-home .owl-pagination .owl-page {
  display: block;
  margin: 45px 0;
}
.box-number-info {
  margin-top: 0;
  padding: 30px 0;
  background: #04182a;
  position: relative;
  color: #fff;
}
.box-number-info .row {
  display: flex;
  flex-wrap: wrap;
}
.box-number-info .row .col-xs-12 {
  display: flex;
  align-items: center;
}
.box-number-info .row .col-xs-12 .row {
  width: 100%;
}
.box-number-info .row .col-xs-12 .row .col-md-4.text-center {
  padding: 0;
}
.box-number-info .content-box-info {
  padding-left: 100px;
  position: relative;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}
.box-number-info .content-box-info:before {
  content: '';
  border-top: 1px solid #252c30;
  width: 80px;
  left: -100px;
  top: 16px;
  position: relative;
  display: block;
}
.box-number-info .info-phone, .box-number-info .info-btn { width: 100%; }
.box-number-info .info-phone img {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px 15px 0;
}
.box-number-info .info-phone h4 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  color: #fde253;
}
.product-by-type .box-cate-left {
  border-right: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.product-by-type .box-cate-left .cate-heading h2 {
  width: calc(100% + 15px);
  background: #25160f;
  position: relative;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  padding-left: 20px;
  line-height: 50px;
}
.product-by-type .box-cate-left .cate-heading h2:before {
  border-top: 15px solid #dedede;
  border-left: 0px solid #dedede;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  margin: 0;
  right: 0%;
  top: 100%;
  z-index: 100;
}
.product-by-type .box-cate-left .cate-heading h2 a {
  color: #fff;
  text-transform: uppercase;
}
.product-by-type .box-cate-left .cate-list {
  margin-top: 15px;
}
.product-by-type .box-cate-left .cate-list ul li {
  padding: 5px;
}
.product-by-type .box-cate-left .cate-list ul li a {
  font-size: 13px;
  padding-right: 20px;
}
.product-combo {
  margin: 40px 0 20px;
}
.product-combo ul.tab-list {
  display: inline-block;
  vertical-align: middle;
}
.product-combo ul.tab-list li {
  display: inline-block;
}
.product-combo ul.tab-list li a {
  display: inline-block;
  font-weight: 600;
  border: 2px solid transparent;
  line-height: 24px;
  padding: 0 10px;
  color: #999;
  text-transform: uppercase;
}
.product-combo ul.tab-list li.active a,
.product-combo ul.tab-list li a:hover {
  border-color: #fff;
  color: #fff;
}
.product-combo ul.tab-list li.active a {
  cursor: default;
}
.product-combo .tab-info {
  display: none;
}
.product-combo .tab-info.active {
  display: block;
}
.testimonial-md {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 45px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  z-index: 2;
}
.testimonial-md:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.5);
  z-index: -1;
}
.testimonials-slider {
  max-width: 970px;
}
.testimonials-slider .note-sale-content {
  padding: 30px 50px 40px;
  margin: 28px auto 40px;
  max-width: 770px;
  background: #fff;
  text-align: center;
  position: relative;
}
.testimonials-slider .note-sale-content .name {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color:  #04182a;
}
.testimonials-slider .note-sale-content .text {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
  font-family: "Playfair Display", sans-serif;
}
.testimonials-slider .note-sale-content .quote {
  font-size: 36px;
  display: block;
  text-align: center;
  color:  #04182a;
}
.testimonials-slider .swiper-pages {
  text-align: center;
}
.testimonials-slider .swiper-pages img.swiper-pagination-bullet {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #04182a;
  opacity: 1;
  margin: 0 8px;
}
.testimonials-slider .swiper-pages img.swiper-pagination-bullet:hover {
  color: #fff;
}
.testimonials-slider .swiper-pages img.swiper-pagination-bullet.active {
  width: 80px;
  height: 80px;
  border-width: 4px;
  border-color: #fff;
}
.swiper-button-next, .swiper-button-prev {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #04182a;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #fff;
  color: #04182a;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.product-by-type.product-by-cat {
  margin: 0 0 45px;
}
.product-by-type.product-by-cat .col-xs-6.col-md-4:nth-child(3n+1) {
  clear: both;
}
.product-by-type.product-by-cat .pull-right a {
    color: #fff;
}
.product-by-cat .slide-product .item {
  padding: 15px 15px 0;
  display: inline-block;
  width: 100%;
}
.product-by-cat .slide-product .item .box-product_ .box{
  margin-bottom: 0;
}
.box-list.list-categories-pro .box-list-heading {
  margin-bottom: 0;
  border-radius: 0;
  background: #04182a;
  font-size: 18px;
  font-weight: 500;
}
.box-list.list-categories-pro .box-box .lv1 {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.box-list.list-categories-pro .box-box .lv1 li {
  padding: 0 30px;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #6292bf;
  border-top: 1px solid #2f2f2f;
  background: #003567;
  color: #fff;
}
.box-list.list-categories-pro .box-box .lv1 li:first-child {
  border-top: 2px solid transparent;
}
.box-list.list-categories-pro .box-box .lv1 li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.box-list.list-categories-pro .box-box .lv1 li a:before {
  display: none;
}
.box-list.list-categories-pro .box-box .lv1 li a span {
  float: right;
}
.box-list.list-categories-pro .box-box .lv1 li a:hover {
  color: #fde253;
}
.box-news-by-cat {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.box-news-content-item {
  background: #fff;
  box-shadow: -1px 2px 7px 0px #b1b1b1;
  border-radius: 3px;
  overflow: hidden;
  border-bottom: 3px solid transparent;
  margin-bottom: 30px;
}
.box-news-content-item:hover {
  border-bottom-color: #04182a; 
}
.box-news-content-item .info-p {
  padding: 0 30px 20px;
}
.box-news-content .image {
  border-radius: 0;
}
.box-news-content-item .info-p .name a {
  height: 56px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;    
  text-transform: unset;
  font-weight: 700;
}
.box-news-content-item .info-p .name a:hover {
  color: #04182a;
}
.box-news-content-item .blog-info {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.box-news-content-item .blog-info ul {
  width: 100%;
  display: inline-block;
}
.box-news-content-item .blog-info ul li{
  display: inline-block;
  font-family: "Playfair Display", sans-serif; 
  font-weight: 600;
  color: #a3a4a6;  
}
.box-news-content-item .blog-info ul li.icon-viewed {
  float: right;
}
.box-news-content-item .blog-info ul li.icon-viewed .fa {
  color: #04182a;
}
.box-news-by-cat .fix-mar {
  margin-top: 30px;
}