@font-face {
    font-family: 'circularbold';
    src: url('../fonts/circularbold-webfont.woff2') format('woff2'),
         url('../fonts/circularbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circular';
    src: url('../fonts/circular-webfont.woff2') format('woff2'),
         url('../fonts/circular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'sukhumwit';
  src: url('/themes/depa-newtheme/assets/fonts/sukhumvit/SukhumvitSet-Thin.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'sukhumwit';
  src: url('/themes/depa-newtheme/assets/fonts/sukhumvit/SukhumvitSet-Light.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'sukhumwit';
  src: url('/themes/depa-newtheme/assets/fonts/sukhumvit/SukhumvitSet-Text.ttf');
  font-weight: 200;
}
@font-face {
  font-family: 'sukhumwit';
  src: url('/themes/depa-newtheme/assets/fonts/sukhumvit/SukhumvitSet-Medium.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'sukhumwit';
  src: url('/themes/depa-newtheme/assets/fonts/sukhumvit/SukhumvitSet-SemiBold.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'sukhumwit';
  src: url('/themes/depa-newtheme/assets/fonts/sukhumvit/SukhumvitSet-Bold.ttf');
  font-weight: 500;
}

body {
	background-image: url('../img/background/1.jpg');
	background-repeat: repeat;
	font-family: 'sukhumwit';
}

.gotham {
	font-family: 'sukhumwit' !important;
}

.gothambold {
	font-family:  'sukhumwit' !important;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

div.wrapper {
	background-color: white;
}

a {
	color: #57565b;
}

a:hover {
	color: #ffc525;
	text-decoration: none;
}

hr.medium {
    width: auto;
    width:80%; 
    background-color: #ded758; 
    height: 1px; 
    border: 0;
}

hr.title {
	margin-top: 5px;
}

.logo {
	padding-top: 0px;
	padding-bottom: 0px;
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	width: 204px;
	height: auto;
}

.fa-2x {
	font-size: 1.5em;
}

.search-box {
	width: 180px;
	height: 25px;
	font-size: 16px;
	padding-top: 8px;
	line-height: 25px;
	padding-bottom: 0px;
	font-family: 'cloudbold';
}

@media (min-width: 992px) {
	.fa-2x {
		font-size: 1.5em;
	}
	
	.search-box {
		width: 180px;
		height: 25px;
		font-size: 16px;
		padding-top: 8px;
		line-height: 25px;
		padding-bottom: 0px;
		font-family: 'cloudbold';
	}
}

.fa-search {
	cursor: pointer;
}

@media (min-width: 639px) {
	.logo {
		width: 390px;
	}
}

.icon {
	color:  #57565b;
}

a img {
	border: 1px solid white;
}

a img:hover {
	border: 1px solid #ffc525;
}

a img.flag {
	border: none;
}

a img.flag:hover {
	border: none;
}

a img.logo, a img.logo:hover {
	border: none;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.img-center {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid white;
}

div.img-center:hover {
	border: 1px solid #ffc525;
}

div.img-small {
	height: 200px;
}

.pagination>li>a, .pagination>li>span {
	color:#ffc525
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #ffc525;
	border-color: #ffc525;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}

.navbar {
	margin-top: 20px;
	margin-bottom: 10px;
	/* height: 110px; */
}

.navbar-default {
	background-color: white;
	border: none;
	z-index: 1000;
}

.nav-theme {
	border-top: 2px solid #97969b;
	border-bottom : 2px solid #97969b;
}

ul.nav.navbar-nav.navbar-right.nav-theme {
	margin-top: 12px;
	margin-right: 0px;
}

.nav > li > a {
	padding-left: 17px;
	padding-right: 17px;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit' !important;
	font-size: 18px;
}

.font-uppercase {
	text-transform: uppercase;
}

.shoppingmall-bar {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	background-color: #ffc525;
	color: white;
}

.shoppingmall-bar .opening-hours ul {
	border-right: none;
}

.shoppingmall-bar .opening-hours  {
	height: 48px;
}

.shoppingmall-bar .directory {
	height: 60px;
}

@media (min-width: 992px) {
	.shoppingmall-bar .opening-hours ul {
		border-right: 1px solid white;
	}
	
	.shoppingmall-bar .opening-hours  {
		height: 48px;
	}
	
	.shoppingmall-bar .directory {
		height: 48px;
	}
}

.shoppingmall-bar ul.list-inline.floor > li > a {
	line-height: 48px;
	font-size: 20px;
	color: white;
	padding-left: 0px;
	padding-right: 45px;
	/* padding-right: 33px; */
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold';
}

.shoppingmall-bar div.floor-xs  a {
	font-size: 20px;
	color: white;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold';
}

.shoppingmall-bar ul.list-inline.floor-xs > li > a {
	line-height: 40px;
	font-size: 20px;
	color: white;
	padding-left: 0px;
	padding-right: 5px;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold';
}

.shoppingmall-bar ul.list-inline.floor > li > a.last {
	padding-right: 0px;
}

.shoppingmall-bar ul.list-inline.floor-xs > li > a.last {
	padding-right: 0px;
}

.shoppingmall-bar ul.list-inline.floor > li > a.start {
	padding-right: 10px;
}

.shoppingmall-bar ul.list-inline.floor-xs > li > a.start {
	padding-right: 5px;
}

.shoppingmall-bar ul.list-inline.floor > li > a:hover {
	text-decoration: none;
	color: #57565b;
}

.shoppingmall-bar ul.list-inline.floor-xs > li > a:hover {
	text-decoration: none;
	color: #57565b;
}
	
.title {
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold' !important;
}


.search-title {
	color: #3c3b40;
	font-family: 'cloudbold';
}

.search-intro {
	font-size: 16px;
}

@media (min-width: 992px) {
	.search-intro {
		height: 40px;
	}		
}

.blog-title {
	color: #3c3b40;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold' !important;
}

.blog-intro {
	height: 60px;
}

.section-title {
	color: #fdc21c;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold' !important;
} 

.section-title2 {
	color: #57565c;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit', 'cloudbold' !important;
}

.directory-title-col {
	
}

@media (min-width: 992px) {
	.directory-title-col {
		border-right: 8px solid #c9c9cb;
	}
}

.directory-title {
	font-size: 100px;
	/* font-family: 'cloudbold'; */
	font-family: 'sukhumwit' !important;
}

.directory-desc {
	font-family: 'sukhumwit' !important;
}


.footer .container {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #57565b;
}

.footer .container .col-footer {
	/* height: 150px; */
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.footer .container .col-footer {
		height: 160px;	
		/* border-right: 1px solid white; */
		margin-bottom: 0px;	
	}	
	.footer .container .col-footer.last {
		height: 160px;	
		border-right: none;	
	}
}

.footer .container h3 {
	margin-top: 0px;
	color: #ffc525;
	text-transform: uppercase;
	/* font-family: 'cloud_lightlight'; */
	font-family: 'sukhumwit' !important;
}

.footer .container p {
	color: #ffffff;
}

.footer li.social  {
	line-height: 35px; border-bottom: 2px solid #7b787c;
}

.footer li.address {
	line-height: 25px;
}

.footer li.address span {
	color: white;
}

.footer li.address i {
	color: #ffc525;
}

.footer li.social a.icon {
	color: #ffc525;
}

.footer li.social a.text, .footer li.social a.text{
	color: white;
}

.space-10 {
	margin-top: 10px;
}

.space-20 {
	margin-top: 20px;
}

.space-30 {
	margin-top: 30px;
}

.space-40 {
	margin-top: 40px;
}

/* 4.1 */
/* Main Slider / OwlCarousel
/* ========================================================================== */
.main-slider .owl-theme .owl-controls {
  margin: 0 !important;
}
@media (max-width: 639px) {
  .main-slider .owl-theme .owl-controls {
    display: none;
  }
}
.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #232323;
  background: transparent;
  color: #232323;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    opacity: .3;
  }
}
@media (min-width: 1200px) and (max-width: 1290px) {
  .main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    opacity: .3;
  }
}
.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #232323;
  color: #ffffff;
  opacity: 1;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-prev {
  /*left: 30px;*/
  left: 15px;
}
.main-slider .owl-theme .owl-controls .owl-nav .owl-next {
	/*right: 30px;*/
  right: 15px;
}
@media (max-width: 991px) {
  .main-slider .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}
.main-slider .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.main-slider .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}
.main-slider .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #232323;
}
.main-slider .div-table {
  width: 100%;
}
.main-slider .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider .caption > .container {
  position: relative;
  min-height: 100%;
  height: 100%;
}
.main-slider .caption-content {
  max-width: 500px;
  margin: 0 auto 0 0;
  text-align: center;
}
@media (max-width: 639px) {
  .main-slider .caption-content {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .main-slider .caption-content {
    display: none;
  }
}
.main-slider .caption-title {
  font-size: 75px;
  font-weight: 100;
  line-height: 1;
  color: #232323;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
@media (max-width: 1280px) {
  .main-slider .caption-title {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .main-slider .caption-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-slider .caption-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .main-slider .caption-title {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .main-slider .caption-title {
    font-size: 18px;
  }
}
.main-slider .caption-subtitle {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #00b16a;
  margin: 0 0 10px 0;
}
@media (max-width: 1280px) {
  .main-slider .caption-subtitle {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .main-slider .caption-subtitle {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .main-slider .caption-subtitle {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .main-slider .caption-subtitle {
    font-size: 50px;
  }
}
@media (max-width: 639px) {
  .main-slider .caption-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .main-slider .caption-subtitle {
    font-size: 20px;
  }
}
.main-slider .caption-text {
  margin-bottom: 0;
}
.main-slider .btn-theme {
  border-color: #232323;
  background-color: #232323;
  color: #ffffff;
}
.main-slider .btn-theme:hover {
  border-color: #00b16a;
  background-color: #00b16a;
  color: #ffffff;
}
.main-slider .alt .caption-content {
  text-align: left;
}
@media (min-width: 1200px) {
  .main-slider .alt .caption-content {
    max-width: 700px;
  }
}
.main-slider .alt .caption-title {
  font-family: 'Vidaloka', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .main-slider .alt .caption-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .main-slider .alt .caption-title {
    display: none;
  }
}
.main-slider .alt .caption-subtitle {
  font-family: 'Vidaloka', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 25px;
  overflow: hidden;
  color: #232323;
}
@media (min-width: 1200px) {
  .main-slider .alt .caption-subtitle {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider .alt .caption-subtitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .main-slider .alt .caption-subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 639px) {
  .main-slider .alt .caption-subtitle {
    font-size: 22px;
    line-height: 28px;
    display: none;
  }
}
@media (max-width: 480px) {
  .main-slider .alt .caption-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
.main-slider .alt .caption-subtitle span {
  position: relative;
}
.main-slider .alt .caption-subtitle span:before,
.main-slider .alt .caption-subtitle span:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #232323;
  position: absolute;
}
.main-slider .alt .caption-subtitle span:before {
  top: 0;
}
.main-slider .alt .caption-subtitle span:after {
  bottom: 0;
}
.main-slider .alt .price {
  font-family: 'Vidaloka', serif;
  margin-bottom: 25px;
  color: #232323;
}
@media (max-width: 639px) {
  .main-slider .alt .price {
    display: none;
  }
}
.main-slider .alt .price ins {
  font-size: 45px;
  line-height: 45px;
  text-decoration: none;
  vertical-align: top;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .main-slider .alt .price ins {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider .alt .price ins {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .main-slider .alt .price ins {
    font-size: 25px;
    line-height: 25px;
  }
}
.main-slider .alt .price del {
  font-size: 25px;
  line-height: 25px;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .main-slider .alt .price del {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .main-slider .alt .price del {
    font-size: 16px;
    line-height: 16px;
  }
}
.main-slider .alt .price span {
  font-size: 18px;
  line-height: 20px;
  vertical-align: top;
  text-decoration: none !important;
  padding-right: 5px;
  top: 1px;
  position: relative;
}
@media (max-width: 991px) {
  .main-slider .alt .price span {
    font-size: 12px;
    line-height: 14px;
  }
}
.main-slider .dark .caption:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-slider .dark .caption-content {
  margin: 0 auto;
  max-width: 750px;
}
@media (min-width: 1200px) {
  .main-slider .dark .caption-content {
    max-width: 800px;
  }
}
.main-slider .dark .caption-title {
  font-family: 'Vidaloka', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .main-slider .dark .caption-title {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 639px) {
  .main-slider .dark .caption-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.main-slider .dark .caption-subtitle {
  font-family: 'Vidaloka', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 25px;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .main-slider .dark .caption-subtitle {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 639px) {
  .main-slider .dark .caption-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.main-slider .dark .caption-subtitle span {
  position: relative;
}
.main-slider .dark .caption-subtitle span:before,
.main-slider .dark .caption-subtitle span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
}
.main-slider .dark .caption-subtitle span:before {
  top: 0;
}
.main-slider .dark .caption-subtitle span:after {
  bottom: 0;
}
.main-slider .dark .caption-text .btn-theme {
  background-color: #000000;
  border-color: #000000;
}
.main-slider .dark .caption-text .btn-theme:hover {
  background-color: #00b16a;
  border-color: #00b16a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider .sub .caption > .container {
    width: 698px;
  }
}
@media (min-width: 1200px) {
  .main-slider .sub .caption > .container {
    width: 848px;
  }
}
.main-slider .sub .caption-content {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  text-align: right;
}
@media (max-width: 639px) {
  .main-slider .sub .caption-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .main-slider .sub .caption-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-slider .sub .caption-title {
  font-family: 'Vidaloka', serif;
  font-style: italic;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
  color: #232323;
}
@media (max-width: 639px) {
  .main-slider .sub .caption-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .main-slider .sub .caption-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-slider .sub .caption-subtitle {
  font-family: 'Vidaloka', serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  color: #232323;
}
@media (max-width: 639px) {
  .main-slider .sub .caption-subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 479px) {
  .main-slider .sub .caption-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-slider .sub .caption-title span,
.main-slider .sub .caption-subtitle span {
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-slider .sub .caption-text .btn-theme {
  padding: 9px 32px;
}
@media (max-width: 639px) {
  .main-slider .sub .caption-text .btn-theme {
    padding: 7px 25px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .main-slider .sub .caption-text .btn-theme {
    padding: 7px 20px;
    font-size: 11px;
  }
}
.main-slider.sub .owl-theme .owl-controls .owl-nav .owl-prev {
  left: 10px;
}
.main-slider.sub .owl-theme .owl-controls .owl-nav .owl-next {
  right: 10px;
}
.main-slider-row .slider .main-slider .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 28px;
  border: solid 1px #d3d3d3;
  background: transparent;
  color: #d3d3d3;
}
.main-slider-row .slider .main-slider .owl-nav [class*=owl-]:hover {
  border-color: #a5abb7;
  background: rgba(211, 211, 211, 0.5);
  color: #7f7f7f;
  opacity: 1;
}
.main-slider-row .slider .main-slider .owl-nav .owl-prev {
  left: 10px;
}
.main-slider-row .slider .main-slider .owl-nav .owl-prev .fa {
  margin-left: -3px;
}
.main-slider-row .slider .main-slider .owl-nav .owl-next {
  right: 10px;
}
.main-slider-row .slider .main-slider .owl-nav .owl-next .fa {
  margin-right: -3px;
}
@media (max-width: 991px) {
  .main-slider-row .slider .main-slider .owl-nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-slider-row .slider .caption > .container {
    width: 848px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-row .slider .caption > .container {
    width: 698px;
  }
}
@media (min-width: 1200px) {
  .main-slider-row .slider .caption-content {
    padding: 0 40px;
    max-width: 585px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-row .slider .caption-content {
    padding: 0 40px;
    max-width: 585px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider-row .slider .caption-content {
    padding: 0 30px;
  }
}
.main-slider-row .slider .slide1 .caption-content {
  text-align: left;
}
@media (min-width: 992px) {
  .main-slider-row .slider .slide1 .caption-subtitle {
    font-size: 140px;
  }
}
@media (min-width: 992px) {
  .main-slider-row .slider .slide2 .caption-subtitle {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  .main-slider-row .slider .slide3 .caption-subtitle {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  .main-slider-row .sidebar {
    float: left;
  }
  .main-slider-row .slider {
    float: right;
  }
  .main-slider-row .owl-stage-outer {
    max-height: 414px;
  }
  .main-slider-row .owl-stage {
    max-height: 414px;
  }
  .main-slider-row .owl-item {
    max-height: 414px;
  }
  .main-slider-row .item {
    max-height: 414px;
  }
  .main-slider-row .slide-img {
    max-height: 414px;
  }
}
.owl-carousel .owl-item {
  -webkit-transform: translateZ(0) scale(1, 1);
}
.coming-soon .main-slider .page {
  background: transparent url("../img/preview/slider/slide-3.jpg") no-repeat center center;
  background-size: cover;
}
.coming-soon .main-slider .caption-content {
  display: block !important;
  text-align: center !important;
}
.coming-soon .main-slider .page .countdown-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon .main-slider .page .defaultCountdown {
  background-color: transparent;
  border-color: transparent;
  border: none;
  width: 100%;
}
.coming-soon .main-slider .page .countdown-row {
  overflow: hidden;
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.coming-soon .main-slider .page .countdown-section {
  background-color: rgba(0, 0, 0, 0.5);
  display: table-cell;
}
.coming-soon .main-slider .page .countdown-show4 .countdown-section {
  padding-top: 8px;
  padding-bottom: 9px;
  width: 25% !important;
}
.coming-soon .main-slider .page .countdown-amount {
  margin: 0 0 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #00b16a;
}
.coming-soon .main-slider .page .countdown-period {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #d3d3d3;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}
/* 4.2 */
/* Partners carousel / OwlCarousel
/* ========================================================================== */
.partners-carousel .owl-carousel div a {
  display: block;
  text-align: center;
  border: solid 3px #f3f4f6;
  background-color: #f3f4f6;
  padding: 20px;
  margin: 1px;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}
.partners-carousel .owl-carousel div a:hover {
  border: solid 3px #232323;
}
.partners-carousel .owl-carousel div a img {
  display: inline-block;
  max-width: 100%;
}
.partners-carousel .owl-carousel .owl-item img {
  width: auto;
}
.partners-carousel .owl-theme .owl-controls {
  margin-top: 0;
}
.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.partners-carousel .owl-theme .owl-controls .owl-dots {
  line-height: 1;
}
.partners-carousel .owl-prev,
.partners-carousel .owl-next {
  position: absolute;
  top: 50%;
  border: solid 3px #e9e9e9;
  color: #e9e9e9;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
}
.partners-carousel .owl-prev {
  left: -50px;
  margin-top: -16px !important;
}
.partners-carousel .owl-next {
  right: -50px;
  margin-top: -16px !important;
}
.partners-carousel .owl-prev .fa,
.partners-carousel .owl-next .fa {
  color: #e9e9e9;
  font-size: 24px !important;
  line-height: 30px;
}
.partners-carousel .owl-prev:hover,
.partners-carousel .owl-next:hover {
  border-color: #000000;
  color: #000000;
}
.partners-carousel .owl-prev:hover .fa,
.partners-carousel .owl-next:hover .fa {
  color: #000000;
}
/* 4.3 */
/* Testimonials carousel / OwlCarousel
/* ========================================================================== */
.page-section.testimonials {
  background: url(../img/preview/page-section-image-1.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.testimonials-carousel .testimonial {
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials-carousel .testimonial {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonials-carousel .testimonial:before,
.testimonials-carousel .testimonial:after {
  content: '';
  position: absolute;
  top: 0;
  margin-top: 0;
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #e9e9e9;
}
.testimonials-carousel .testimonial:before {
  content: '\f10d';
  left: 0;
}
.testimonials-carousel .testimonial:after {
  content: '\f10e';
  right: 0;
}
@media (max-width: 767px) {
  .testimonials-carousel .testimonial:before,
  .testimonials-carousel .testimonial:after {
    display: none;
  }
}
.testimonials-carousel .testimonial .testimonial-text {
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
  max-width: 900px;
  margin: 0 auto;
}
.testimonials-carousel .testimonial .testimonial-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
}
.image .testimonials-carousel .testimonial .testimonial-text {
  color: #ffffff;
}
.image .testimonials-carousel .testimonial .testimonial-name {
  color: #ffffff;
}
.testimonials-carousel .owl-theme .owl-controls {
  margin-top: 30px;
}
.testimonials-carousel .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px;
  background-color: transparent;
  border: solid 2px #ffffff;
}
.testimonials-carousel .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
/* 4.4 */
/* Products Carousel / OwlCarousel
/* ========================================================================== */
.featured-products-carousel .owl-theme .owl-controls {
  margin: 0 !important;
}
@media (max-width: 639px) {
  .featured-products-carousel .owl-theme .owl-controls {
    display: none;
  }
}
.featured-products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #a5abb7;
  background: transparent;
  color: #a5abb7;
}
.featured-products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #232323;
  border-color: #232323;
  color: #ffffff;
}
.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -70px;
}
.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
  right: -70px;
}
@media (max-width: 1300px) {
  .featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
  .featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}
.featured-products-carousel .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.featured-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}
.featured-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.featured-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #232323;
}
.sidebar-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
  border-radius: 0;
  margin-left: 1px;
  margin-right: 2px;
}
.sidebar-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.sidebar-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #232323;
}

/* 5.15 */
/* Google map
/* ========================================================================== */
.google-map,
#map-canvas {
  min-height: 390px;
  max-height: 390px;
}
@media (max-height: 600px) {
  .google-map,
  #map-canvas {
    min-height: 390px;
    max-height: 390px;
  }
}
@media (max-height: 400px) {
  .google-map,
  #map-canvas {
    min-height: 200px;
    max-height: 200px;
  }
}