/*Eleco - Mobile Template*/

/*Table of Content
-------
fonts
general
button
navbar
sidebar
slider
filter home
features home
portfolio home
testimonial home
pages list
calendar
badges
breadcrumbs
card
carousel
chat list
chat detail
grid system
icon page
list
pagination
table
tabs
quotes
about
client
contact 
embeds
faq
features
forum
forum single
gallery
maintenance
map
open hours
page not found
pricing table
profile
process
reservation
serest password
search result
services
settings
sign in
sign up
skill
team
testimonial page
form
placeholder
home shop
home blog
latest news
blog grid
home news
home-profile
home splash
home login
home walkthrough
cart
categories
checkout
product
product details
contact
footer home
footer
education
accordion
brand icon
coming soon
latest news
single post
*/

/* general */
body {
  font-family: 'Roboto', sans-serif;
  color: #888;
  font-size: 13px;
  background: #f6f6f6;
}

.md body {
  color: #888;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 110%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #444;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 8px 0;
}

a {
  color: #333;
}

.md a {
  color: #333;
}

a:hover {
  color: #333;
}

a:focus {
  outline: 0;
}

a.link-color {
  color: #e74c3c;
}

a.link-color:hover {
  color: #e74c3c;
}

.segments {
  padding: 30px 0;
}

.segments-page {
  padding: 28px 0 28px;
}

.segments-bottom {
  padding-bottom: 35px;
}

.section-title {
  margin-bottom: 16px;
}

.section-title h3 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.wrap-title {
  margin-bottom: 15px;
}

.text-bold {
  font-weight: bold;
  font-size: 14px;
}

.date {
  color: #888;
  font-size: 11px;
  margin-top: 10px;
}

.date i {
  font-size: 13px;
  margin-right: 5px;
}

.bg-second {
  background-color: #fff;
}

.md .page {
  background: #f6f6f6;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
}

.row {
  margin-bottom: 16px;
}

/* box shadow style */
.b-shadow {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

/*button default*/
.button {
  background-color: #ff1744;
  color: #fff;
  border: 0;
  padding: 8px 10px;
  margin-top: 15px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.button-full {
  width: 100%;
  background-color: #ff1744;
  color: #fff;
  border: 0;
  padding: 8px 10px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
}

.button-shop {
  background-color: #fff;
  color: #333;
  border: 0;
  padding: 3px 8px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.button i, .button-full i {
  margin-right: 4px;
}

.button:focus {
  background: #ff1744;
}

.md .button {
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline;
}

button {
  width: auto;
}

/*navbar*/
.md .navbar {
  background: #ff9500;
}
.md .navbar .title-heading {
  text-align: center;
  width: 100%;
}

.navbar .title {
  font-size: 18px;
}
.navbar .title-heading h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.navbar .navbar-pages i {
  font-size: 24px;
  color: #fff;
}
.navbar .navbar-pages h4 {
  color: #fff;
}
.navbar .icon-cart i {
  position: relative;
  left: 8px;
}
.navbar .icon-cart sup {
  width: 18px;
  height: 18px;
  line-height: 17px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -6px;
  font-size: 11px;
  color: #333;
}

.navbar-cart h1 {
  position: relative;
  left: 8px;
}

/*sidebar*/
.sidebar-left .user-view {
  padding: 60px 20px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.62);
  position: relative;
}
.sidebar-left .user-view .circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.sidebar-left .user-view .background-view {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidebar-left .user-view .background-view img {
  width: 100%;
  height: 100%;
}
.sidebar-left .user-view span {
  margin-top: 12px;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.sidebar-left .links-list a {
  background-image: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  width: 100%;
  line-height: 48px;
}
.sidebar-left .links-list a i {
  font-size: 16px;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  text-align: center;
  background: #ff9500;
  vertical-align: middle;
  margin-right: 32px;
  line-height: 26px;
}

.sidebar-left .links-list li:nth-child(2) a i {
	background: #ff9800;
}

.sidebar-left .links-list li:nth-child(3) a i {
	background: #ff4981;
}

.sidebar-left .links-list li:nth-child(4) a i {
	background: #9c27b0;
}

.sidebar-left .links-list li:nth-child(5) a i {
	background: #607d8b;
}

.sidebar-left .links-list li:nth-child(6) a i {
	background: #10c58f;
}

.sidebar-left .links-list li:nth-child(7) a i {
	background: #ff1300;
}

.sidebar-left .links-list li:nth-child(8) a i {
	background: #574cf2;
}

.md .sidebar-left .list {
  margin: 15px 0 18px;
}

.md .sidebar-left .list ul::before {
  height: 0;
  background: transparent;
}

.md .sidebar-left .list ul::after {
  height: 0;
  background: transparent;
}

.md .sidebar-left .links-list a::after {
  height: 0;
  background: transparent;
}

/* slider */
.slide {
  height: 230px;
}
.slide .slide-content {
  height: 230px;
  background: #fff;
}
.slide .slide-content .mask {
  background: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.9));
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide .slide-content .intro-caption {
  position: absolute;
  bottom: 22px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
}
.slide .slide-content .intro-caption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.slide .slide-content .intro-caption p {
  color: #fff;
  margin: 8px 22px;
}
.slide .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.slide .swiper-pagination-bullet-active {
  background: #ff9500;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}

/* slider shop*/
.slide-shop {
  height: 230px;
}
.slide-shop .slide-content {
  height: 230px;
  background: #fff;
}
.slide-shop .slide-content .mask {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-shop .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-shop .slide-content .intro-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
}
.slide-shop .slide-content .intro-caption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.slide-shop .slide-content .intro-caption p {
  color: #fff;
  margin: 8px 22px;
}
.slide-shop .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.slide-shop .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.slide-shop .swiper-pagination-bullet-active {
  background: #ff9500;
}

/* slider blog*/
.slide-blog {
  height: 230px;
}
.slide-blog .slide-content {
  height: 230px;
  background: #fff;
}
.slide-blog .slide-content .mask {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-blog .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-blog .slide-content .intro-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
}
.slide-blog .slide-content .intro-caption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.slide-blog .slide-content .intro-caption p {
  color: #fff;
  margin: 8px 22px;
}
.slide-blog .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.slide-blog .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.slide-blog .swiper-pagination-bullet-active {
  background: #ff9500;
}

/* slider news*/
.slide-news {
  height: 230px;
}
.slide-news .slide-content {
  height: 230px;
  background: #fff;
  text-align: left;
}
.slide-news .slide-content .mask {
  background: linear-gradient(rgba(0, 0, 0, 0), black 91%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-news .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-news .slide-content .category span {
  font-size: 13px;
  background: #ff9500;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
}
.slide-news .slide-content .intro-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
}
.slide-news .slide-content .intro-caption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.slide-news .slide-content .intro-caption p {
  color: #fff;
  margin: 8px 0;
}
.slide-news .slide-content .intro-caption .date i {
  font-size: 13px;
  margin-right: 5px;
}
.slide-news .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.slide-news .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.slide-news .swiper-pagination-bullet-active {
  background: #ff9500;
}

/* filter home */
.filter-home.segments {
  padding-bottom: 0;
}

.filter-home .row:last-child {
  margin-bottom: 0;
}
.filter-home .content {
  padding: 15px;
  background: #ff9800;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.filter-home .row:first-child .col-33:nth-child(2) .content {
	background: #ff4981;
}

.filter-home .row:first-child .col-33:nth-child(3) .content {
	background: #9c27b0;
}

.filter-home .row:last-child .col-33:nth-child(1) .content {
	background: #607d8b;
}

.filter-home .row:last-child .col-33:nth-child(2) .content {
	background: #10c58f;
}

.filter-home .row:last-child .col-33:nth-child(3) .content {
	background: #ff1300;
}
.filter-home .content i {
  font-size: 30px;
  margin-bottom: 10px;
}
.filter-home .content h6 {
  color: #fff;
}

/* features */
.features-home .content {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}
.features-home .content h6 i {
  font-size: 28px;
  margin-right: 8px;
  vertical-align: middle;
  color: #574cf2;
}
.features-home .row .col-50:nth-child(2) .content h6 i {
	color: #0bd318;
}

.features-home .row:nth-child(2) .col-50:nth-child(2) .content h6 i {
	color: #ff5e3a;
}

.features-home .row:nth-child(3) .col-50:nth-child(1) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(3) .col-50:nth-child(2) .content h6 i {
	color: #00b0ff;
}

.features-home .row:nth-child(4) .col-50:nth-child(1) .content h6 i {
	color: #87fc70;
}

.features-home .row:nth-child(4) .col-50:nth-child(2) .content h6 i {
	color: #52edc7;
}

.features-home .row:nth-child(5) .col-50:nth-child(1) .content h6 i {
	color: #1ad6fd;
}

.features-home .row:nth-child(5) .col-50:nth-child(2) .content h6 i {
	color: #c644fc;
}

.features-home .row:nth-child(6) .col-50:nth-child(1) .content h6 i {
	color: #ef4db6;
}

.features-home .row:nth-child(6) .col-50:nth-child(2) .content h6 i {
	color: #ff3b30;
}

.features-home .row:nth-child(7) .col-50:nth-child(1) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(7) .col-50:nth-child(2) .content h6 i {
	color: #007aff;
}

.features-home .row:nth-child(8) .col-50:nth-child(1) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(8) .col-50:nth-child(2) .content h6 i {
	color: #8d6e63;
}

.features-home .row:nth-child(9) .col-50:nth-child(1) .content h6 i {
	color: #ff2d55;
}

.features-home .row:nth-child(9) .col-50:nth-child(2) .content h6 i {
	color: #a4e786;
}

.features-home .row:nth-child(10) .col-50:nth-child(1) .content h6 i {
	color: #607d8b;
}

.features-home .row:nth-child(10) .col-50:nth-child(2) .content h6 i {
	color: #55efcb;
}

.features-home .row:nth-child(11) .col-50:nth-child(1) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(11) .col-50:nth-child(2) .content h6 i {
	color: #ff5e3a;
}

.features-home .row:nth-child(12) .col-50:nth-child(1) .content h6 i {
	color: #ffdb4c;
}

.features-home .row:nth-child(12) .col-50:nth-child(2) .content h6 i {
	color: #87fc70;
}

.features-home .row:nth-child(13) .col-50:nth-child(1) .content h6 i {
	color: #1ad6fd;
}

.features-home .row:nth-child(13) .col-50:nth-child(2) .content h6 i {
	color: #52edc7;
}

.features-home .row:nth-child(14) .col-50:nth-child(1) .content h6 i {
	color: #c644fc;
}

.features-home .row:nth-child(14) .col-50:nth-child(2) .content h6 i {
	color: #bcaaa4;
}

.features-home .row:nth-child(15) .col-50:nth-child(1) .content h6 i {
	color: #ff3b30;
}

.features-home .row:nth-child(15) .col-50:nth-child(2) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(16) .col-50:nth-child(1) .content h6 i {
	color: #007aff;
}

.features-home .row:nth-child(16) .col-50:nth-child(2) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(17) .col-50:nth-child(1) .content h6 i {
	color: #34aadc;
}

.features-home .row:nth-child(17) .col-50:nth-child(2) .content h6 i {
	color: #ff2d55;
}

.features-home .row:nth-child(18) .col-50:nth-child(1) .content h6 i {
	color: #a4e786;
}

.features-home .row:nth-child(18) .col-50:nth-child(2) .content h6 i {
	color: #795548;
}

.features-home .row:nth-child(19) .col-50:nth-child(1) .content h6 i {
	color: #55efcb;
}

.features-home .row:nth-child(19) .col-50:nth-child(2) .content h6 i {
	color: #ff9500;
}

.features-home .row:nth-child(20) .col-50:nth-child(1) .content h6 i {
	color: #1d62f0;
}

.features-home .row:nth-child(20) .col-50:nth-child(2) .content h6 i {
	color: #FFD3E0;
}

.features-home .row:nth-child(21) .col-50:nth-child(1) .content h6 i {
	color: #f44336;
}

.features-home .row:nth-child(21) .col-50:nth-child(2) .content h6 i {
	color: #9c27b0;
}

.features-home .row:nth-child(22) .col-50:nth-child(1) .content h6 i {
	color: #673ab7;
}

.features-home .row:nth-child(22) .col-50:nth-child(2) .content h6 i {
	color: #ff4081;
}

.features-home .row:nth-child(23) .col-50:nth-child(1) .content h6 i {
	color: #009688;
}

.features-home .row:nth-child(23) .col-50:nth-child(2) .content h6 i {
	color: #03a9f4;
}

.features-home .row:nth-child(24) .col-50:nth-child(1) .content h6 i {
	color: #55efcb;
}

.features-home .row:nth-child(24) .col-50:nth-child(2) .content h6 i {
	color: #4caf50;
}

.features-home .row:nth-child(25) .col-50:nth-child(1) .content h6 i {
	color: #ff9800;
}

.features-home .row:nth-child(25) .col-50:nth-child(2) .content h6 i {
	color: #795548;
}

.features-home .row:nth-child(26) .col-50:nth-child(1) .content h6 i {
	color: #9e9e9e;
}

.features-home .row:nth-child(26) .col-50:nth-child(2) .content h6 i {
	color: #4caf50;
}

.features-home .row:nth-child(27) .col-50:nth-child(1) .content h6 i {
	color: #cddc39;
}

.features-home .row:nth-child(27) .col-50:nth-child(2) .content h6 i {
	color: #3f51b5;
}

.features-home .row:nth-child(28) .col-50:nth-child(1) .content h6 i {
	color: #00e5ff;
}

.features-home .row:nth-child(28) .col-50:nth-child(2) .content h6 i {
	color: #4caf50;
}

.features-home .row:nth-child(29) .col-50:nth-child(1) .content h6 i {
	color: #ff5722;
}

.features-home .row:nth-child(29) .col-50:nth-child(2) .content h6 i {
	color: #795548;
}

.features-home .row:nth-child(30) .col-50:nth-child(1) .content h6 i {
	color: #00bfa5;
}

.features-home .row:nth-child(30) .col-50:nth-child(2) .content h6 i {
	color: #b388ff;
}
.features-home .more-features {
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}

/* portfolio */
.md .portfolio .toolbar {
  background: transparent;
  height: 28px;
}

.md .portfolio .tabbar a.tab-link {
  background: #ff9500;
  margin-right: 13px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.md .portfolio .tabbar a.tab-link.tab-link-active {
  background: #ff1744;
}

.md .portfolio .toolbar::after {
  background: transparent;
}

.md .portfolio .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .page-content {
  padding-top: 22px;
}

.portfolio img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
.portfolio .row:last-child {
  margin-bottom: 3px;
}

.portfolio-home .section-title {
  text-align: center;
}

.md .portfolio-home .tabbar a.tab-link {
  margin-left: 10px;
  margin-right: 10px;
}

/* testimonial section */
.testimonial-section {
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("../images/bg-home-testimonial.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.testimonial-section .testimonial-content {
  text-align: center;
  color: #333;
  margin: 0 25px;
}
.testimonial-section .testimonial-content img {
  width: 66px !important;
  height: auto;
  border-radius: 50%;
  margin: 15px auto;
  margin-top: 0;
}
.testimonial-section .testimonial-content h5 {
  color: #333;
}
.testimonial-section .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.testimonial-section .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.testimonial-section .swiper-container {
  padding-bottom: 28px;
}

.md .testimonial-section .swiper-pagination-bullet-active {
  background: #ff9500;
}

/* pages list */
.pages-list {
  padding: 22px 0 22px;
}
.pages-list a {
  height: 45px;
  line-height: 40px;
  display: block;
}
.pages-list .content .content-icon {
  float: left;
}
.pages-list .content .content-icon i {
  font-size: 20px;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  background: #ff9500;
  vertical-align: middle;
}
.pages-list .wrapper:nth-child(1) .content-icon i {
	background: #0bd318;
}

.pages-list .wrapper:nth-child(2) .content-icon i {
	background: #ff5e3a;
}

.pages-list .wrapper:nth-child(3) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(3) .content-icon i {
	background: #00b0ff;
}

.pages-list .wrapper:nth-child(4) .content-icon i {
	background: #87fc70;
}

.pages-list .wrapper:nth-child(4) .content-icon i {
	background: #52edc7;
}

.pages-list .wrapper:nth-child(5) .content-icon i {
	background: #1ad6fd;
}

.pages-list .wrapper:nth-child(5) .content-icon i {
	background: #c644fc;
}

.pages-list .wrapper:nth-child(6) .content-icon i {
	background: #ef4db6;
}

.pages-list .wrapper:nth-child(6) .content-icon i {
	background: #ff3b30;
}

.pages-list .wrapper:nth-child(7) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(7) .content-icon i {
	background: #007aff;
}

.pages-list .wrapper:nth-child(8) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(8) .content-icon i {
	background: #8d6e63;
}

.pages-list .wrapper:nth-child(9) .content-icon i {
	background: #ff2d55;
}

.pages-list .wrapper:nth-child(9) .content-icon i {
	background: #a4e786;
}

.pages-list .wrapper:nth-child(10) .content-icon i {
	background: #607d8b;
}

.pages-list .wrapper:nth-child(10) .content-icon i {
	background: #55efcb;
}

.pages-list .wrapper:nth-child(11) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(11) .content-icon i {
	background: #ff5e3a;
}

.pages-list .wrapper:nth-child(12) .content-icon i {
	background: #ffdb4c;
}

.pages-list .wrapper:nth-child(12) .content-icon i {
	background: #87fc70;
}

.pages-list .wrapper:nth-child(13) .content-icon i {
	background: #1ad6fd;
}

.pages-list .wrapper:nth-child(13) .content-icon i {
	background: #52edc7;
}

.pages-list .wrapper:nth-child(14) .content-icon i {
	background: #c644fc;
}

.pages-list .wrapper:nth-child(14) .content-icon i {
	background: #bcaaa4;
}

.pages-list .wrapper:nth-child(15) .content-icon i {
	background: #ff3b30;
}

.pages-list .wrapper:nth-child(15) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(16) .content-icon i {
	background: #007aff;
}

.pages-list .wrapper:nth-child(16) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(17) .content-icon i {
	background: #34aadc;
}

.pages-list .wrapper:nth-child(17) .content-icon i {
	background: #ff2d55;
}

.pages-list .wrapper:nth-child(18) .content-icon i {
	background: #a4e786;
}

.pages-list .wrapper:nth-child(18) .content-icon i {
	background: #795548;
}

.pages-list .wrapper:nth-child(19) .content-icon i {
	background: #55efcb;
}

.pages-list .wrapper:nth-child(19) .content-icon i {
	background: #ff9500;
}

.pages-list .wrapper:nth-child(20) .content-icon i {
	background: #1d62f0;
}

.pages-list .wrapper:nth-child(20) .content-icon i {
	background: #FFD3E0;
}

.pages-list .wrapper:nth-child(21) .content-icon i {
	background: #f44336;
}

.pages-list .wrapper:nth-child(21) .content-icon i {
	background: #9c27b0;
}

.pages-list .wrapper:nth-child(22) .content-icon i {
	background: #673ab7;
}

.pages-list .wrapper:nth-child(22) .content-icon i {
	background: #ff4081;
}

.pages-list .wrapper:nth-child(23) .content-icon i {
	background: #009688;
}

.pages-list .wrapper:nth-child(23) .content-icon i {
	background: #03a9f4;
}

.pages-list .wrapper:nth-child(24) .content-icon i {
	background: #55efcb;
}

.pages-list .wrapper:nth-child(24) .content-icon i {
	background: #4caf50;
}

.pages-list .wrapper:nth-child(25) .content-icon i {
	background: #ff9800;
}

.pages-list .wrapper:nth-child(25) .content-icon i {
	background: #795548;
}

.pages-list .wrapper:nth-child(26) .content-icon i {
	background: #9e9e9e;
}

.pages-list .wrapper:nth-child(26) .content-icon i {
	background: #4caf50;
}

.pages-list .wrapper:nth-child(27) .content-icon i {
	background: #cddc39;
}

.pages-list .wrapper:nth-child(27) .content-icon i {
	background: #3f51b5;
}

.pages-list .wrapper:nth-child(28) .content-icon i {
	background: #00e5ff;
}

.pages-list .wrapper:nth-child(28) .content-icon i {
	background: #4caf50;
}

.pages-list .wrapper:nth-child(29) .content-icon i {
	background: #ff5722;
}

.pages-list .wrapper:nth-child(29) .content-icon i {
	background: #795548;
}

.pages-list .wrapper:nth-child(30) .content-icon i {
	background: #00bfa5;
}

.pages-list .wrapper:nth-child(30) .content-icon i {
	background: #b388ff;
}
.pages-list .content .content-text h4 {
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  display: inline;
  margin-left: 32px;
  vertical-align: middle;
}

/*calendar*/
.calendars table {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 16px 0;
}

.calendars-head {
  text-align: center;
  background: #ff9500;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
}

.calendars-head i {
  cursor: pointer;
}

.calendars-head h5 {
  color: #fff;
}

.calendars-head .row {
  margin-bottom: 0;
}

.calendars th,
.calendars td {
  text-align: center;
}

.calendars .active {
  background: #ff9500;
  color: #fff;
}

/* badge */
.md .badges .list {
  background: #fff;
}

.badge {
  background: #ff9500;
}

/* breadcrumbs */
.breadcrumbs .content {
  margin-bottom: 30px;
}

.breadcrumbs .items {
  height: 56px;
  line-height: 56px;
  color: #fff;
}
.breadcrumbs .items a {
  color: #fff;
  font-size: 18px;
}

.breadcrumbs .content:last-child {
  margin-bottom: 0;
}

.breadcrumbs .content.content-default .items {
  background: #ff1744;
}

.breadcrumbs .content .items {
  text-align: center;
  border-radius: 3px;
  background: #ff9500;
}

.breadcrumbs .content .items a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs .content .items a:last-child:hover {
  color: #fff;
}

.breadcrumbs .breadcrumb::before {
  content: "\f112";
  font-family: 'LineAwesome';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  margin: 0 10px 0 8px;
}

.breadcrumbs .breadcrumb:first-child::before {
  display: none;
}

.breadcrumbs .breadcrumb.second-crumb::before {
  content: '\f167';
  font-family: 'LineAwesome';
}

.breadcrumbs .breadcrumb.third-crumb::before {
  content: '\f227';
  font-family: 'LineAwesome';
}

.breadcrumbs .breadcrumb.fourth-crumb::before {
  content: '\f10e';
  font-family: 'LineAwesome';
}

/* cards */
.md .card {
  margin: 0;
}

.cards .card {
  margin-bottom: 20px;
}
.cards .card:last-child {
  margin-bottom: 2px;
}
.cards .card img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

/* carousel */
.carousel .swiper-container {
  padding-bottom: 38px;
}
.carousel .carousel-content img {
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.md .carousel .swiper-pagination-bullet-active {
  background: #ff9500;
}

.carousel-text .carousel-content {
  padding: 15px;
  background: #fff;
  margin: 2px;
  text-align: center;
}

/* chat list */
.chat-list .wrap-chat-l {
  padding: 0 5%;
  padding-top: 20px;
}

.chat-list .wrap-chat-l img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.chat-list .wrap-chat-l .content-text {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.chat-list .wrap-chat-l .content-text h5 {
  float: left;
}

.chat-list .wrap-chat-l .content-text .wrap-date {
  overflow: hidden;
  text-align: right;
}

.chat-list .wrap-chat-l .content-text .wrap-date span {
  font-size: 11px;
  color: #999;
}

.chat-list .wrap-chat-l .content-text p {
  display: inline-block;
  margin: 5px 0 0;
}

.chat-list .wrap-chat-l .content-text p.to {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.chat-list .wrap-chat-l .content-text p i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: top;
}

.chat-list .modal {
  background-color: transparent;
  box-shadow: none;
}

.chat-list .modal-content {
  padding: 0;
  text-align: center;
}

.chat-list .modal-content img {
  width: calc(100% - 60px);
}

.chat-list .modal-content .content-image {
  position: relative;
}

.chat-list .modal-content .content-image .the-name {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}

.chat-list .modal-content .content-image .the-name h5 {
  color: #fff;
}

/* chat detail */
.chat-detail {
  scroll-behavior: auto;
}

.chat-detail .row .col.s12 {
  padding: 0 7%;
}

.chat-detail .row.add-mb {
  margin-bottom: 39px;
}

.chat-detail .wrapper-date {
  text-align: center;
  margin-bottom: 20px;
}

.chat-detail .wrapper-date span {
  padding: 3px 8px;
  background-color: #9e9e9e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}

.chat-detail .content-right {
  position: relative;
  padding: 3px 8px;
  background: #dbd9f3;
  color: #444;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.chat-detail .content-right .triangles {
  position: absolute;
  top: 0;
  right: -14px;
  width: 16px;
  height: 16px;
  border-top: solid 8px #dbd9f3;
  border-left: solid 8px #dbd9f3;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
}

.chat-detail .content-right.content-two,
.chat-detail .content-left.content-two {
  margin-top: 5px;
}

.chat-detail .content-left {
  position: relative;
  padding: 3px 8px;
  background-color: #fff;
  color: #444;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.chat-detail .content-left.c-two-image {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.chat-detail .content-left.content-two span img {
  width: calc(100% - 50px);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.chat-detail .content-left .triangles {
  position: absolute;
  top: 0;
  left: -14px;
  width: 16px;
  height: 16px;
  border-top: solid 8px #fff;
  border-right: solid 8px #fff;
  border-left: solid 8px transparent;
  border-bottom: solid 8px transparent;
}

.chat-detail .form-bottom {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 0;
  background-color: #f6f6f6;
  padding: 10px 0;
}

.chat-detail .form-bottom input[type="text"] {
  margin-bottom: 0;
  border-radius: 20px;
  border: 0 !important;
  padding: 0 40px !important;
  height: 38px;
}

.chat-detail .wrap-input {
  position: relative;
  border: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.chat-detail .wrap-input .fa-paperclip {
  position: absolute;
  left: 10px;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  cursor: pointer;
}

.chat-detail .wrap-input .material-icons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #555;
}

.chat-detail .wrap-input input[type="file"] {
  display: none;
}

/* grid */
.grid-page .content {
  background: #ff9500;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border: 1px dashed #868686;
}

/* icon page */
.wrapper-icon .wrap-title h5 {
  float: left;
}

.wrapper-icon .wrap-title .more-icon {
  overflow: hidden;
  text-align: right;
  font-weight: 500;
}

.wrapper-icon .wrap-title .more-icon a {
  color: #ff9500;
}

.wrapper-icon .wrap-m-icon .content i,
.wrapper-icon .line-a-icon .content i {
  color: #888;
}

.wrapper-icon .content i {
  font-size: 28px;
  color: #ff9500;
}

.wrapper-icon .wrap-m-icon {
  border: 0;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.wrapper-icon .wrap-m-icon .row:last-child {
  margin-bottom: 0;
}

.wrapper-icon .line-a-icon {
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.wrapper-icon .line-a-icon.no-mb {
  margin-bottom: 0;
}

.wrapper-icon .line-a-icon .row:last-child {
  margin-bottom: 0;
}

/*list*/
.list .content {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.list .content .list-img {
  float: left;
  margin-right: 10px;
}

.list .content .list-img img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  display: block;
}

.list .content .list-text {
  overflow: hidden;
}

.list .content .list-text p {
  margin-bottom: 0;
}

/*pagination*/
.pagination ul {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.disabled a {
  color: #fff;
  background: #ff9500;
  border-radius: 3px;
}

.pagination-page .pagination {
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.pagination-page .pagination:last-child {
  margin-bottom: 0;
}

.pagination-circle ul li a {
  border-radius: 50%;
}

/*table*/
.md .table .block-title {
  margin: 32px 0 16px;
}

.table .data-table {
  background: #fff;
  border-radius: 3px;
}

.table .data-table:last-child {
  margin-bottom: 30px;
}

/*tabs*/
.tabs-page .tabs {
  border-radius: 3px;
}

.tabs-page .contents-tabs img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.tabs .tab a {
  color: #444;
  text-transform: none;
}

.tabs .tab a:hover {
  color: #ff9500;
}

.tabs .tab a.active {
  color: #ff9500;
}

.tabs-page .tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: transparent;
}

.tabs .indicator {
  background: #ff9500;
}

.tabs-page .contents-tabs {
  margin-top: 20px;
  background-color: #fff;
  margin: 4px;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.tabs-page .contents-tabs .text {
  padding: 15px;
}

.md .tabs-page .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .page-content {
  padding-top: 20px;
}

.md .tabs-page .toolbar {
  background: #ff9500;
  border-radius: 3px 3px 0 0;
}

/* quotes */
.quotes .content {
  padding: 15px;
  margin-bottom: 20px;
}

.quotes .one-q {
  border-left: 3px solid #ff1744;
  background-color: #fff;
}

.quotes .two-q {
  padding: 0 0 0 15px;
  border-left: 3px solid #ff9500;
}

.quotes .three-q {
  width: 220px;
  height: 220px;
  padding: 20px;
  padding-top: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}

.quotes .three-q i {
  font-size: 40px;
  width: 50px;
  height: 50px;
  background: #ff9500;
  border-radius: 50%;
  line-height: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.quotes .four-q {
  border: 1px solid #ddd;
}

.quotes .four-q span i {
  z-index: -1;
  color: #e7e7e7;
  position: relative;
  left: 172px;
  top: 57px;
  font-size: 75px;
  margin-top: -60px;
  margin-left: -75px;
}

.quotes .five-q .wrap-icon {
  float: left;
  margin-right: 10px;
}

.quotes .five-q {
  padding: 0;
}

.quotes .five-q .wrap-icon i {
  font-size: 35px;
  color: #ff1744;
}

.quotes .five-q .wrap-text {
  overflow: hidden;
}

/*about*/
.about .content {
  border-radius: 3px;
}

.about .content img {
  width: 100%;
  border-radius: 3px 3px 0 0;
  display: block;
}

.about .content h3 {
  margin: 10px 0 5px;
}

.about .content .text {
  padding: 7px 15px 7px 15px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

.about .social-link {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 10px;
}

.about .social-link i {
  margin-right: 5px;
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: #ff9500;
}

.about .social-link .fa-facebook {
  background-color: #3b5999;
}

.about .social-link .fa-twitter {
  background-color: #55acee;
}

.about .social-link .fa-whatsapp {
  background-color: #25D366;
}

.about .social-link .fa-google {
  background-color: #dd4b39;
}

/* client */
.client .content {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}

.client .content img {
  width: 100%;
  display: block;
}

/* contact */
.contact .contact-contents {
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.contact form input {
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.contact form textarea {
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.contact form button {
  margin-bottom: 20px;
}

.md .contact .item-input-wrap::after {
  background: transparent;
}

/* embeds */
.embeds .content {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.embeds .content.no-mb {
  margin-bottom: 0;
}

.embeds .content-map .map {
  width: 100%;
  height: 200px;
  border: 0;
}

/* features */
.features .row:last-child {
  margin-bottom: 0;
}

.features .content {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.features .content i {
  font-size: 35px;
  margin-bottom: 10px;
  color: #ff9500;
}

.features .content h4 {
  margin-bottom: 10px;
}

.features .content p {
  margin-bottom: 0;
}

/* forum */
.forum {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
}

.forum.no-mb {
  margin-bottom: 0;
}

.forum .content-user {
  margin-bottom: 10px;
}

.forum .content-user .title span {
  margin-top: 5px;
  display: inline-block;
}

.forum .content-user img {
  width: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.forum .content-text {
  display: inline-block;
  margin-top: 15px;
}

/* forum single */
.forum-single {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.forum-single .content-user {
  margin-bottom: 10px;
}

.forum-single .content-user .title span {
  margin-top: 5px;
  display: inline-block;
}

.forum-single .content-user img {
  width: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.forum-single .content-text {
  display: inline-block;
  margin-top: 15px;
}

.forum-single .content-text p {
  margin-top: 0;
}

.forum-single .content-info {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.forum-single .content-info ul {
  padding: 0;
  margin: 0;
}

.forum-single .content-info ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.forum-single .content-info ul li:last-child {
  margin-right: 0;
}

.forum-single .content-info li i {
  font-size: 30px;
  color: #ff9500;
}

.content-reply {
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}

.content-reply h5 {
  margin-bottom: 15px;
}

.content-reply .materialize-textarea {
  margin-bottom: 0;
  border: 1px solid #ddd;
  width: 100%;
  padding: 15px;
}

/* gallery */
.gallery .toolbar a i {
  font-size: 32px;
}

.gallery img {
  width: 100%;
  border-radius: 3px;
}

/* maintenance */
.maintenance .content {
  text-align: center;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 3px;
  padding-top: 18px;
}

.maintenance .content ul {
  padding: 0;
  margin: 0;
}

.maintenance .content .r-opponent i {
  position: relative;
  top: -20px;
  right: 16px;
  font-size: 60px;
}

.maintenance .content ul li {
  list-style-type: none;
  display: inline-block;
}

.maintenance .content i {
  font-size: 80px;
  margin-bottom: 10px;
  color: #ff9500;
}

.maintenance .content .button {
  margin-top: 20px;
}

.input-field > label:not(.label-icon).active:focus {
  color: #ff1744;
}

.maintenance .fa-cog {
  display: block;
  position: relative;
  -webkit-animation: rotation 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: rotation 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.maintenance .r-opponent .fa-cog {
  display: block;
  position: relative;
  -webkit-animation: rotate-opponent 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: rotate-opponent 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes rotate-opponent {
  from {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  to {
    -webkit-transform: rotate(-360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    transform: rotate(-360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/* map */
.map-page .content-map .map {
  width: 100%;
  height: 100vh;
  border: 0;
  display: block;
}

.map-page.segments-page {
  padding: 0;
  margin-top: 2px;
}

/* open hours */
.open-hours .content {
  background-color: #fff;
  border-radius: 3px;
}

.open-hours .content .title {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background: #ff9500;
}

.open-hours .content .title h5 {
  color: #fff;
}

.open-hours .content-hours {
  padding: 20px;
  padding-top: 0;
  text-align: right;
}

.open-hours .content-hours ul {
  padding: 0;
  margin: 0;
}

.open-hours .content-hours ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
}

.open-hours .content-hours ul li:first-child {
  float: left;
}

/*page not found*/
.page-not-found {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}

.page-not-found .wrap-text {
  padding: 15px;
}

.page-not-found .wrap-text h2 {
  font-size: 120px;
}

.page-not-found .wrap-text h4 {
  font-size: 24px;
  margin-bottom: 18px;
}

.page-not-found .wrap-back {
  background: #ff9500;
}

.page-not-found .wrap-back .row {
  margin-bottom: 0;
}

.page-not-found .wrap-back .row .col.no-pr {
  padding-right: 0;
}

.page-not-found .wrap-back .row .col.no-pl {
  padding-left: 0;
}

.page-not-found .wrap-back .content {
  padding: 10px;
}

.page-not-found .wrap-back .content.br-lb {
  border-radius: 0 0 0 3px;
}

.page-not-found .wrap-back .content.br-rb {
  border-radius: 0 0 3px 0;
}

.page-not-found .wrap-back .content i {
  color: #fff;
  font-size: 24px;
}

/*pricing table*/
.pricing-table .row:last-child {
  margin-bottom: 0;
}

.pricing-table .content {
  padding: 15px 15px 20px;
  background: #ff9500;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}

.pricing-table .content h5 {
  color: #fff;
}

.pricing-table .content h4 {
  color: #fff;
  margin: 10px 0;
}

.pricing-table .content h4 span {
  font-size: 14px;
  color: #fff;
}

.pricing-table .content ul {
  padding: 0;
  margin: 0;
}

.pricing-table .content ul li {
  list-style-type: none;
}

/* profile */
.profile.segments-page {
  padding-top: 0;
  margin-top: 28px;
}

.profile .profile-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg-banner.jpg");
  background-size: cover;
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

.profile .profile-banner .content {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  color: #fff;
}

.profile .profile-banner img {
  width: 65px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.profile .profile-banner .content h4 {
  color: #fff;
  margin-bottom: 3px;
}

.profile .content-info {
  padding: 15px;
  background: #fff;
  text-align: center;
  margin-top: 20px;
  border-radius: 3px;
}

.profile .content-info .row {
  margin-bottom: 0;
}

.profile .content-info ul {
  padding: 0;
  margin: 0;
}

.profile .content-info ul li {
  list-style: none;
}

.profile .content-info ul li:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.profile .p-gallery {
  margin-top: 20px;
}

.profile .p-gallery .row:last-child {
  margin-bottom: 0;
}

.profile .p-gallery .content img {
  width: 100%;
  border-radius: 3px;
}

.process .contents-tabs {
  padding: 16px;
}

/* reset password */
.reset-password .content {
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
}

.reset-password .content-form {
  margin-top: 20px;
}

.reset-password .input-field {
  margin-bottom: 0;
}

/*search result*/
.search-result form {
  margin-top: 10px;
  margin-bottom: 25px;
}

.search-result form .input-search {
  width: calc(100% - 60px);
}

.search-result input[type="search"]:focus {
  background-color: transparent !important;
}

.search-result form .button {
  width: 50px;
  height: 2.5rem;
  position: relative;
  top: -59px;
  float: right;
  margin-bottom: -59px;
}

.search-result .content-image img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
}
.search-result .content-image span {
  color: #ff9500;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
}
.search-result .content-image h5 {
  font-size: 14px;
  line-height: 20px;
}
.search-result .content-image .date {
  color: #888;
  font-size: 11px;
  margin-top: 10px;
}

/* services */
.services .row:last-child {
  margin-bottom: 0;
}

.services .content {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.services .content i {
  background: #ff9500;
  font-size: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.09);
}

.services .content h4 {
  margin-bottom: 10px;
}

.services .content p {
  margin-bottom: 0;
}

/*settings*/
.settings .wrap-content {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.settings .wrap-content.plus-pb {
  padding-bottom: 50px;
}

.settings .content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.settings .content img {
  width: 70px;
  float: left;
  margin-right: 20px;
}

.settings .content .button-upload input {
  display: none;
}

.settings .content .button-upload span {
  background: #ff9500;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
}

.settings .general-settings .wrap-title {
  display: inline-block;
}

.settings .general-settings form .no-mb {
  margin-bottom: 0;
}

.settings .wrap-content .content ul {
  padding: 0;
  margin: 0;
}

.settings .wrap-content .content ul li {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.settings .wrap-content .content ul li:last-child {
  float: right;
}

.settings .content .switch label .lever {
  margin: 0;
}

.settings .content .switch label input[type="checkbox"]:checked + .lever {
  background-color: rgba(87, 76, 242, 0.46);
}

.settings .content .switch label input[type="checkbox"]:checked + .lever::after {
  background: #ff9500;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(244, 67, 54, 0.15);
}

.settings .wrap-content .wrap-volume ul li {
  display: block;
}

.settings .wrap-content .wrap-volume ul li:last-child {
  float: none;
}

.settings .wrap-content .content:last-child {
  margin: 0;
  border: 0;
  padding-bottom: 4px;
}

.settings .content input[type="range"] {
  margin-bottom: 0;
}

.settings .content.no-pd {
  padding-bottom: 0 !important;
}

.md .settings .item-input-wrap::after {
  background: transparent;
}

.md .settings .item-input-wrap {
  margin-bottom: 16px;
}

.md .settings .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: #ff9500;
  opacity: 0.9;
}

.md .settings .toggle input[type="checkbox"]:checked + .toggle-icon::after {
  background: #ff9500;
}

/* login*/
.login .wrap-content .content {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}

.login .wrap-content .content .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 32px;
}

.login .wrap-content form i {
  font-size: 32px;
}

.login .wrap-content form input {
  display: inline-block;
  border-bottom: 1px solid #9e9e9e;
  width: calc(100% - 50px);
  float: right;
  padding: 10px 0;
  font-size: 14px;
}

.login a.button {
  padding: 4px 18px;
  background: #ff1744;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-top: 22px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}

.login .login-with h5 {
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

.login .login-with .row:last-child {
  margin-bottom: 0;
}

.login .button-facebook {
  background: #3b5999;
}

.login .button-google {
  background: #dd4b39;
}

.login .button-twitter {
  background: #55acee;
}

.login .button-linkedin {
  background: #0077B5;
}

.login .content .infor ul {
  padding: 0;
}

.login .content .infor ul li {
  list-style: none;
}

.login .content .infor ul li:first-child a {
  color: #ff9500;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

/* register*/
.register .wrap-content .content {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}

.register .wrap-content .content .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 32px;
}

.register .wrap-content form i {
  font-size: 32px;
}

.register .wrap-content form input {
  display: inline-block;
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}

.register a.button {
  padding: 4px 18px;
  background: #ff1744;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-top: 22px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}

.register .register-with h5 {
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

.register .register-with .row:last-child {
  margin-bottom: 0;
}

.register .button-facebook {
  background: #3b5999;
}

.register .button-google {
  background: #dd4b39;
}

.register .button-twitter {
  background: #55acee;
}

.register .button-linkedin {
  background: #0077B5;
}

.register .content .infor ul {
  padding: 0;
}

.register .content .infor ul li {
  list-style: none;
}

.register .content .infor ul li:first-child a {
  color: #ff9500;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

.md .register .item-input-wrap {
  margin-bottom: 16px;
}

.md .register .item-input-wrap::after {
  background: transparent;
}

/* skill */
.skill .wrap-content {
  margin-top: 20px;
  background: #fff;
  padding: 20px 14px;
  border-radius: 3px;
}
.skill .wrap-content .content {
  margin-bottom: 30px;
}
.skill .wrap-content .content:last-child {
  margin-bottom: 0;
}

.skill .wrap-content .progress {
  background: #c5c1f9;
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  border-radius: 2px;
  margin: .5rem 0 1rem 0;
  overflow: hidden;
}

.skill .wrap-content .progress .determinate {
  background: #ff9500;
  height: 4px;
}

/* team pages */
.team-pages .row:last-child {
  margin-bottom: 0;
}

.team-pages .contents {
  background-color: #fff;
  border-radius: 3px;
}

.team-pages .contents .text {
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

.team-pages .contents .text h4 span {
  float: right;
}

.team-pages .contents .text p {
  padding: 0;
  margin: 0;
}

.team-pages .contents img {
  width: 100%;
  display: block;
  border-radius: 3px 3px 0 0;
}

.team-pages .contents h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

/* testimonial */
.testimonial .testimonial-content {
  text-align: center;
  color: #333;
  margin: 0 25px;
}
.testimonial .testimonial-content img {
  width: 66px !important;
  height: auto;
  border-radius: 50%;
  margin: 15px auto;
  margin-top: 0;
}
.testimonial .testimonial-content h5 {
  color: #333;
}
.testimonial .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.testimonial .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.testimonial .swiper-container {
  padding-bottom: 28px;
}

.md .testimonial .swiper-pagination-bullet-active {
  background: #ff9500;
}

.testimonial-wrap .testimonial-content {
  background: #fff;
  padding: 20px 14px;
  margin-top: 5px;
  border-radius: 3px;
}

/* form */
.md .list ul::before,
.md .list ul::after {
  background: transparent;
}

.input-focused {
  border-color: #ff9500 !important;
}

.md .item-input-focused .item-label,
.md .item-input-focused .item-floating-label {
  color: #ff9500;
}

.md .item-input-focused .item-input-wrap:after,
.md .input-focused:after {
  background: #ff9500;
}

.md .range-knob,
.md .range-bar-active {
  background: #ff9500;
}

form input {
  width: 100%;
  border-bottom: 1px solid #9e9e9e !important;
  padding: 10px 0 !important;
  font-size: 14px;
}

form textarea {
  width: 100%;
  border-bottom: 1px solid #9e9e9e !important;
  padding: 10px 0 !important;
  font-size: 14px;
}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

/* home blog */
.home-blog .content {
  border-radius: 3px;
  margin-bottom: 20px;
}
.home-blog .content img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.home-blog .content .text {
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
.home-blog .content .date {
  color: #888;
  font-size: 11px;
  margin-top: 10px;
}

/* home news */
.home-news .section-title {
  border-top: 2px solid #ddd;
  padding-top: 26px;
}
.home-news .content {
  position: relative;
}
.home-news .content img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
.home-news .content .text {
  margin-top: 10px;
}
.home-news .content .category {
  margin-bottom: 10px;
}
.home-news .content .category span {
  color: #ff9500;
}
.home-news .content .category ul {
  padding: 0;
  margin: 0;
}
.home-news .content .category ul li {
  list-style: none;
  display: inline-block;
}
.home-news .row:last-child {
  margin-bottom: 0;
}

.home-news.popular-item.segments {
  margin-top: 0;
  padding-top: 0;
}

.home-news.popular-item .content .mask {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, black);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
}

.home-news.popular-item .content .category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.home-news.popular-item .content .category span {
  background: #e74c3c;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
}

.home-news.popular-item .content .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.home-news.popular-item .content .text h6 {
  color: #fff;
  line-height: 20px;
}

.popular-item .content-image img {
  width: 100%;
  height: 100%;
}
.popular-item .content-text span {
  color: #ff9500;
}
.popular-item .content-text .date {
  font-size: 11px;
  color: #888;
  margin-top: 6px;
}

/* blog grid */
.post-grid.no-pt {
  padding-top: 0;
}

.post-grid span {
  color: #ff9500;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
}

.post-grid .row:last-child {
  margin-bottom: 0;
}

.post-grid .content {
  margin-bottom: 20px;
}

.post-grid .content img {
  width: 100%;
}

.post-grid .content h5 {
  margin-top: 10px;
}

.post-grid .content-image img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
}

.post-grid .content-image h5 {
  font-size: 14px;
  line-height: 20px;
}

.post-grid .button-load {
  text-align: center;
}

/* home profile */
.home-intro {
  background: url("../images/slider2.jpg");
  background-size: cover;
  height: 230px;
  position: relative;
}
.home-intro .mask {
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-intro .intro-caption {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  text-align: center;
}
.home-intro .intro-caption img {
  width: 70px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.23);
}
.home-intro .intro-caption h2 {
  color: #fff;
}
.home-intro .intro-caption span {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}

.about-home .wrap-content {
  margin-top: 20px;
}

.about-home .wrap-content .progress {
  background: #c5c1f9;
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  border-radius: 2px;
  margin: .5rem 0 1rem 0;
  overflow: hidden;
}

.about-home .wrap-content .progress .determinate {
  background: #ff9500;
  height: 4px;
}

/* home splash */
.home-splash {
  height: 100vh;
  position: relative;
  text-align: center;
}
.home-splash .content .splash-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  right: 30px;
}
.home-splash .content .splash-caption .icon i {
  margin-bottom: 30px;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  border-radius: 50%;
  background: #ff9500;
}
.home-splash .content .text h2 {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 30px;
}
.home-splash .content .text a {
  padding: 4px 18px;
  background: #ff1744;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-top: 22px;
  font-weight: 600;
  font-size: 14px;
}

/* home login */
.home-login {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.48)), url("../images/bg-home-login.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
.home-login .wrap-content {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
}
.home-login .wrap-content .content {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}
.home-login .wrap-content .content .input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 32px;
}
.home-login .wrap-content form i {
  font-size: 32px;
}
.home-login .wrap-content form input {
  display: inline-block;
  border-bottom: 1px solid #9e9e9e;
  width: calc(100% - 50px);
  float: right;
  padding: 10px 0;
  font-size: 14px;
}
.home-login a.button {
  padding: 4px 18px;
  background: #ff1744;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-top: 22px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}
.home-login .login-with h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-login .button-facebook {
  background: #3b5999;
}
.home-login .button-google {
  background: #dd4b39;
}

.home-login .content .infor ul {
  padding: 0;
}
.home-login .content .infor ul li {
  list-style: none;
}

.home-login .content .infor ul li:first-child a {
  color: #ff9500;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}

/* home walkthrough */
.home-walkthrough {
  text-align: center;
}
.home-walkthrough h5 {
  margin-bottom: 20px;
}
.home-walkthrough .wrap-content {
  padding: 20px;
  background: #f6f6f6;
}
.home-walkthrough .content {
  text-align: center;
  padding: 24px 20px 15px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 25px;
}
.home-walkthrough .content .icon i {
  margin-bottom: 15px;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  border-radius: 50%;
  background: #ff9500;
}
.home-walkthrough .content .text {
  font-size: 13px;
}
.home-walkthrough .content .text h2 {
  font-weight: 500;
  font-size: 18px;
}
.home-walkthrough .swiper-container-horizontal > .swiper-pagination-bullets, .home-walkthrough .swiper-pagination-custom, .home-walkthrough .swiper-pagination-fraction {
  bottom: 0px;
}
.home-walkthrough .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}
.home-walkthrough .wrap-started a {
  padding: 8px 18px;
  background: #ff1744;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.md .home-walkthrough .swiper-pagination-bullet-active {
  background: #ff1744;
}

/*cart*/
.cart {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.cart .cart-product {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.cart .cart-product.first {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.cart .cart-product.second {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.cart .cart-product .row {
  margin-bottom: 5px;
}

.cart .cart-product .row:last-child {
  margin-bottom: 0;
}

.cart .cart-product .remove i {
  text-align: right;
  float: right;
  position: relative;
  top: 3px;
}

.cart .cart-product .contents img {
  width: 100%;
  border-radius: 10px;
}

.cart .cart-product .contents .price {
  font-weight: 600;
  font-size: 14px;
  color: #ff9500;
}

.cart .cart-product .contents input {
  width: 50px;
  height: 24px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
}

.cart .cart-product .button {
  margin-top: 8px;
}

.total-pay {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.total-pay .contents h5 {
  margin-top: 10px;
}

.total-pay .button {
  margin-top: 10px;
  margin-bottom: 15px;
}

.wishlist .cart-product.first {
  padding-bottom: 20px;
}

.wishlist .cart-product.second {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.wishlist .cart-product .button {
  margin-top: 0;
}

.cart .contents input[type=number]:not(.browser-default):focus:not([readonly]) {
  border-bottom-color: #ddd;
  box-shadow: none;
}

/* categories */
.categories .content {
  background: #ff9500;
  padding: 15px;
  border-radius: 3px;
  text-align: center;
}

.categories .content i {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.categories .content h6 {
  color: #fff;
}

.categories .row:last-child {
  margin-bottom: 0;
}

/*checkout*/
.checkout {
  margin-bottom: 20px;
}

.checkout .checkout-info {
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}

.checkout .no-mb {
  margin-bottom: 0;
  margin-top: 20px;
}

.product-choosed {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #fff;
}

.product-choosed.first {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}

.product-choosed .row {
  margin-bottom: 5px;
}

.product-choosed .row:last-child {
  margin-bottom: 0;
}

.product-choosed .remove i {
  text-align: right;
  float: right;
  position: relative;
  top: 3px;
}

.product-choosed .contents img {
  width: 100%;
  border-radius: 10px;
}

.product-choosed .contents input {
  width: 50px;
  height: 36px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
}

.product-choosed .contents .price {
  font-size: 14px;
  font-weight: 600;
  color: #ff9500;
}

.checkout-button {
  margin-top: 15px;
}

.product-choosed .contents input[type=number]:not(.browser-default):focus:not([readonly]) {
  border-bottom-color: #ddd;
  box-shadow: none;
}

.total-pay .right {
  text-align: right;
}

.checkout .item-input-wrap {
  margin-bottom: 16px;
}

.md .checkout .item-input-wrap::after {
  background: transparent;
}

/* product */
.product select {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 5px 8px rgba(180, 173, 173, 0.5);
  background: #fff;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.product .content {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  margin: 2px;
}
.product .content img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.product .content h5 {
  color: #ff9500;
}
.product .row:last-child {
  margin-bottom: 0;
}
.product .swiper-container {
  padding-bottom: 40px;
}
.product .swiper-pagination.swiper-pagination-hidden {
  opacity: 1;
}

.md .product .swiper-pagination-bullet-active {
  background: #ff9500;
}

.product-home.new-product .section-title .wrap-more {
  overflow: hidden;
  text-align: right;
  display: inline-block;
  float: right;
}
.product-home.new-product .section-title .wrap-more a {
  color: #ff9500;
}

.new-product.product-home {
  padding-top: 15px;
}

/* pagination */
.pagination ul {
  margin-bottom: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.pagination ul li a {
  font-size: 16px;
}

.pagination li.disabled {
  opacity: 1 !important;
}

.pagination li.disabled a {
  height: 28px;
  background: #ff9500;
  color: #fff;
  line-height: 28px;
  display: inline-table;
  padding: 0 10px;
}

/*product details*/
.md .product-details .swiper-pagination-bullet-active {
  background: #ff9500;
}

.product-details .swiper-pagination-bullet {
  background: #fff;
  opacity: .8;
}

.product-details .contents img {
  width: 100%;
  border-radius: 3px;
}

.product-details .owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  top: -35px;
  margin-bottom: -36px;
}

.product-details .owl-theme .owl-dots {
  display: block;
}

.product-details .owl-theme .owl-dots .owl-dot.active span {
  background: #ff9500;
}

.product-details .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.product-details .desc-short {
  margin-top: 15px;
}

.product-details .desc-short .button {
  margin-top: 5px;
}

.product-details .share-media {
  margin: 20px 0;
}

.product-details .share-media h5 {
  float: left;
  margin-right: 20px;
  position: relative;
  top: 5px;
}

.product-details .share-media ul {
  padding: 0;
  margin: 0;
}

.product-details .share-media ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.product-details .share-media ul li:last-child {
  margin-right: 0;
}

.product-details .share-media ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background-color: #ddd;
  border-radius: 50%;
  color: #fff;
}

.product-details .share-media ul li a .fa-facebook {
  background-color: #3b5999;
}

.product-details .share-media ul li a .fa-twitter {
  background-color: #55acee;
}

.product-details .share-media ul li a .fa-google {
  background-color: #dd4b39;
}

.product-details .desc-short h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-details .desc-short h5 {
  color: #ff9500;
  margin-bottom: 10px;
}

.product-details .desc-long {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 18px;
}

.product-details .desc-long h5 {
  margin-bottom: 8px;
}

.product-details .review {
  margin-bottom: 20px;
}

.product-details .review {
  margin-top: 20px;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
}

.product-details .review h5 {
  margin-bottom: 20px;
}

.product-details .no-mb {
  margin-bottom: 0;
}

.comment-people .contents {
  margin-bottom: 20px;
}

.comment-people .contents i {
  color: #ff9500;
}

.comment-people .reply {
  margin-left: 30px;
}

.comment-people .contents .icon img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.comment-people .contents .text {
  overflow: hidden;
}

.comment-people .contents .text p:last-child {
  margin-top: 10px;
}

.comment-post {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}

.comment-post .item-input-wrap::after {
  background: transparent;
}


/* features */
.features .content {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
}
.features .content i {
  font-size: 35px;
  margin-bottom: 10px;
  color: #ff9500;
}
.features .content h4 {
  margin-bottom: 10px;
}
.features .content p {
  margin-bottom: 0;
}
.features .row:last-child {
  margin-bottom: 3px;
}

/* contact */
.contact-portfolio .section-title {
  text-align: center;
}
.contact-portfolio .contact-contents {
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.contact-portfolio form input {
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-portfolio form textarea {
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-portfolio form button {
  margin-bottom: 20px;
}

/* footer */
.footer-home {
  background: #ff9500;
  text-align: center;
}
.footer-home .content {
  padding: 30px 0;
}
.footer-home .content h4 {
  color: #fff;
  font-size: 20px;
}
.footer-home .content a {
  padding: 3px 10px;
  background: #ff1744;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
}
.footer-home .by {
  background-color: #fff;
  padding: 10px;
}
.footer-home .by p {
  color: #333;
}
.footer-home .by i {
  color: #e91e63;
}


/* footer */
footer {
  background: #37474f;
}
footer p {
  color: #fff;
}
footer h1 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #607d8b;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
footer ul li {
  display: inline-block;
  margin: 2px 4px;
}
footer ul li i {
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  border-radius: 50%;
  font-size: 16px;
  color: #262626;
}

footer.segments {
  padding-bottom: 12px;
  text-align: center;
}







/* education */
.education h6 {
  font-size: 12px;
  background: #ff9500;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 14px;
  padding-right: 15px;
  border-radius: 0 10px 10px 0;
}
.education .content {
  padding: 15px 15px 7px;
  background: #fff;
  margin-bottom: 20px;
}
.education .content:last-child {
  margin-bottom: 0;
}


/* accordion */
.custom-accordion {
  background: #fff;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.custom-accordion:last-child {
  margin-bottom: 0;
}

.accordion-item-toggle {
  border-bottom: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}
.accordion-item-toggle i {
  font-size: 20px;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.accordion-item-toggle .fa-facebook {
  background: #3b5999;
}
.accordion-item-toggle .fa-twitter {
  background: #55acee;
}
.accordion-item-toggle .fa-whatsapp {
  background: #25D366;
}
.accordion-item-toggle span {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  position: relative;
  top: -2px;
}

.accordion-item-opened {
  border-bottom: 1px solid #ddd;
}

.custom-accordion.accordion2 {
  background: #f6f6f6;
  padding: 0;
}
.custom-accordion.accordion2 .accordion-item-toggle {
  border: none;
}



/* brand icon */
.wrapper-sm-icon .content {
  text-align: center;
}
.wrapper-sm-icon .content i {
  font-size: 28px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #ff9500;
}

.wrapper-sm-icon .content .fa-facebook {
  background-color: #3b5999;
}

.wrapper-sm-icon .content .fa-twitter {
  background-color: #55acee;
}

.wrapper-sm-icon .content .fa-whatsapp {
  background-color: #25D366;
}

.wrapper-sm-icon .content .fa-google-plus {
  background-color: #dd4b39;
}

.wrapper-sm-icon .content .fa-youtube {
  background-color: #cd201f;
}

.wrapper-sm-icon .content .fa-pinterest {
  background-color: #bd081c;
}

.wrapper-sm-icon .content .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.wrapper-sm-icon .content .fa-skype {
  background-color: #00AFF0;
}

.wrapper-sm-icon .content .fa-linkedin {
  background-color: #007ee5;
}

.wrapper-sm-icon .content .fa-behance {
  background-color: #131418;
}

.wrapper-sm-icon .content .fa-dribbble {
  background-color: #ea4c89;
}

.wrapper-sm-icon .content .fa-vimeo {
  background-color: #1ab7ea;
}

.wrapper-sm-icon .content .fa-tumblr {
  background-color: #34465d;
}

.wrapper-sm-icon .content .fa-wechat {
  background-color: #09b83e;
}

.wrapper-sm-icon .content .fa-flickr {
  background-color: #ff0084;
}

.wrapper-sm-icon .content .fa-dropbox {
  background-color: #007ee5;
}

.wrapper-sm-icon .content .fa-slack {
  background-color: #3aaf85;
}

.wrapper-sm-icon .content .fa-apple {
  background-color: #666;
}

.wrapper-sm-icon .content .fa-android {
  background-color: #a4ca39;
}

.wrapper-sm-icon .content .fa-windows {
  background-color: #0078d6;
}

.wrapper-sm-icon .content .fa-github-alt {
  background-color: #333;
}

.wrapper-sm-icon .content .fa-codepen {
  background-color: #333;
}

.wrapper-sm-icon .content .fa-amazon {
  background-color: #f90;
}

.wrapper-sm-icon .content .fa-yahoo {
  background-color: #410093;
}

.wrapper-sm-icon .content .fa-drupal {
  background-color: #d72b2b;
}

.wrapper-sm-icon .content .fa-twitch {
  background-color: #6441a5;
}

.wrapper-sm-icon .content .fa-weibo {
  background-color: #d22426;
}

.wrapper-sm-icon .content .fa-yelp {
  background-color: #d32323;
}



























/* coming soon */
.coming-soon .content {
  text-align: center;
}

.coming-soon .content i {
  font-size: 85px;
  margin-bottom: 20px;
  color: #ff9500;
}

.coming-soon .content h5 {
  margin-bottom: 12px;
}

.coming-soon .content h3 {
  margin-bottom: 20px;
}

.coming-soon .content p span {
  font-weight: 500;
}




/*latest news*/
.latest-news .row:last-child {
  margin-bottom: 0;
}

.latest-news .content {
  margin-bottom: 20px;
}

.latest-news .content img {
  width: 100%;
}

.latest-news .content h5 {
  margin-top: 10px;
}

.latest-news .content-image img {
  width: 100%;
  border-radius: 2px;
}

.latest-news .content-text h5 {
  font-size: 14px;
  line-height: 20px;
}

.latest-news .content-text span {
  color: #ff9500;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
  font-size: 10px;
}

@media (max-width: 330px) {
  .latest-news .content-text span {
    display: none;
  }
}
.latest-news .content-grid span {
  color: #ff9500;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
}

.latest-news .content-grid img {
  width: 100%;
  margin-bottom: 10px;
}

.latest-news .content-grid h5 {
  font-size: 14px;
  line-height: 20px;
}

.latest-news .button-load {
  text-align: center;
}

.button-load .see-all {
  border: 2px solid #ff9500;
  background: transparent;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
  font-size: 12px;
}



/*single post*/
.md .single-post .swiper-pagination-bullet-active {
  background: #ff9500;
}

.single-post .swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
}

.single-post img {
  width: 100%;
}

.single-post .slide {
  margin-top: 0;
  height: auto;
  margin-bottom: 22px;
}

.single-post h5 {
  margin-top: 10px;
}

.single-post .social-share {
  margin: 20px 0;
}

.single-post .social-share a i {
  font-size: 16px;
  margin-right: 5px;
  padding: 6px 18px;
  background: #ff1744;
  color: #fff;
  border-radius: 2px;
}

.single-post .social-share a .fa-facebook {
  background-color: #3b5999;
}

.single-post .social-share a .fa-twitter {
  background-color: #55acee;
}

.single-post .social-share a .fa-google {
  background-color: #dd4b39;
}

.single-post .social-share a .fa-linkedin {
  background-color: #0077B5;
}

.related-post {
  margin-top: 20px;
}

.related-post h5 {
  line-height: 20px;
}

.related-post .row:last-child {
  margin-bottom: 0;
}

.related-post .content-image img {
  width: 100%;
}

.author {
  margin-top: 30px;
  margin-bottom: 32px;
  padding: 10px;
  border: 1px solid #ddd;
}

.author .content-image img {
  border-radius: 50%;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.author .content-text {
  overflow: hidden;
}

.author .content-text p {
  margin: 8px 0 0;
}

.author .content-text ul {
  padding: 0;
  margin: 0;
  margin-top: 7px;
}

.author .content-text ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.author .content-text ul li:last-child {
  margin-right: 0;
}

.author .content-text ul li a i {
  color: #777;
}

.comment-people h4 {
  margin-top: 20px;
}

.comment-people .content {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}

.comment-people .content .content-image img {
  border-radius: 50%;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.comment-people .content .content-text {
  overflow: hidden;
}

.comment-people .content .content-text h5 i {
  color: #ff9500;
}

.comment-people .content .content-text p {
  margin: 8px 0 0;
}

.comment-people .content.reply {
  margin-left: 20px;
  margin-bottom: 20px;
}

.comment-people .comment-form h4 {
  margin-bottom: 10px;
}

.comment-form {
  background: #fff;
  padding: 20px 16px;
}
.comment-form .item-input-wrap {
  margin-bottom: 16px;
}
.comment-form .item-input-wrap::after {
  background: transparent;
}
