@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700|Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/css2?family=Pattaya);
@import url(//fonts.googleapis.com/css2?family=Athiti:wght@500);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #111111;
  color: #757474;
  font: 400 14px/24px 'Roboto Condensed', 'Athiti';
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.img_rv_step{
	margin:10px 5px 0 0;
	width:290px;
}
h2 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  padding-top: 85px;
  padding-bottom: 35px;
  font-size: 48px;
  line-height: 48px;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
}
h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #111111;
  text-transform: uppercase;
}
h5 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #181818;
}
h6 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
h7 {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.txtleft{
  text-align: left;
}
.txtcenter{
  text-align: center;
}
.txtright{
  text-align: right;
}
h2 + h6 {
  color: #0a0a0a;
  padding-bottom: 10px;
}
h2 + h7 {
  color: #0a0a0a;
  padding-bottom: 10px;
}
h3 + h6 {
  padding-bottom: 0;
  margin-top: -10px;
  margin-bottom: 40px;
}
h3 + h6:after {
  content: '';
  display: block;
  width: 370px;
  height: 1px;
  background: #b5b5b5;
  margin: 30px auto 0;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0aab8a;
  text-decoration: none;
}
p + h5 {
  margin-top: 25px;
}
p{
	font-size:18px;
}
p a:hover,
.marked-list a:hover,
.list a:hover {
  text-decoration: underline;
}
p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}
p .note {
	font-size:14px;
	font-color:#FF0000;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 767px) {
	h2 {
	font-size: 40px;
	line-height: 48px;
	}
	h3 {
	font-size: 36px;
	line-height: 42px;
	}
	h3 + h6:after {
	width: 170px;
	}
}

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding: 15px 15px 20px;
  background: #fff;
}
.brand_name a {
  display: block;
}
.brand_name a:before,
.brand_name a:after {
  content: " ";
  display: table;
}
.brand_name a:after {
  clear: both;
}
.brand_name img {
  float: left;
  margin-top: 7px;
}
.brand_name span {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.brand_name .brand_main {
  font-size: 50px;
  line-height: 50px;
  color: #111111;
  font-weight: 700;
  padding: 0 5px;
}
.brand_name .brand_sec {
  margin-top: 14px;
  font-family: 'Istok Web', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #373737;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #eeeeee;
}
.bg02 {
  background: #212121;
  color: #fff;
}
.bg02 h3,
.bg02 h4,
.bg02 h5 {
  color: #fff;
}
.bg03 {
  background: no-repeat url(../images/bg03.png) center 25px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  outline: none;
}
.btn01 {
  display: inline-block;
  outline: none;
  color: #242424;
  border: 1px solid #949494;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  padding: 0 15px;
}
.btn01:hover {
  color: #0aab8a;
  border-color: #0aab8a;
}
* + .btn01 {
  margin-top: 25px;
}
.btn02 {
  padding: 0 50px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #0aab8a;
  color: #fff;
}
.btn02:hover {
  background: #757474;
}
.btn02:active {
  background: #5b5b5b;
}
* + .btn02 {
  margin-top: 35px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box01 {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  color: #909090;
  font-size: 12px;
  line-height: 22px;
}
.box01 .circle {
  margin-bottom: 20px;
}
.box02 {
  margin-bottom: 45px;
  color: #909090;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
.box02:before,
.box02:after {
  content: " ";
  display: table;
}
.box02:after {
  clear: both;
}
.box02_aside {
  float: left;
  margin-right: 15px;
}
.box02_cnt__no-flow {
  overflow: hidden;
}
.box02 img {
  margin-bottom: 20px;
  width: 100%;
}
.owl-item .box02_cnt__no-flow p {
  font-soize: 13px;
  line-height: 18px;
}
.box03 {
  padding: 45px 35px 35px;
  font-size: 12px;
  line-height: 18px;
  color: #111111;
}
.box03_bg01 {
  background: no-repeat url(../images/page1_img01.jpg);
  background-size: cover;
  height: 276px;
}
.box03_bg02 {
  background: no-repeat url(../images/page1_img02.jpg);
  background-size: cover;
  height: 276px;
  color: #fff;
}
.box03_bg02 h3 {
  color: #fff;
}
.box03_bg03 {
  background: no-repeat url(../images/page1_img03.jpg);
  background-size: cover;
  color: #fff;
  height: 276px;
}
.box03_bg03 h3 {
  color: #fff;
}
.box03 h3 {
  text-align: left;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 979px) {
  .box03 h3 {
    font-size: 36px;
  }
}
.box03 h3 span {
  display: block;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .box03 h3 span {
    font-size: 26px;
    line-height: 28px;
  }
}
.box04 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #909090;
}
.box04_cnt {
  padding: 20px 20px 15px;
  background: #ffffff;
/*  background: #eeeeee;*/
}
.box04_cnt2 {
  padding: 20px 0 15px;
  text-align: left;
}
.box04_cnt2 h5 {
  text-align: left;
}
.box04 img {
  width: 100%;
}
.quote:before,
.quote:after {
  content: " ";
  display: table;
}
.quote:after {
  clear: both;
}
.quote_aside {
  float: left;
  margin-right: 30px;
}
.quote_aside_left {
  float: left;
  margin-right: 30px;
}
.quote_aside_right {
  float: right;
  margin-left: 30px;
}
@media (max-width: 979px) {
  .quote_aside, .quote_aside_left, .quote_aside_right {
    float: none;
    text-align: center;
  }
}
.quote_cnt__no-flow {
  overflow: hidden;
  padding-top: 20px;
}
.img_circle {
  border-radius: 50%;
}
/*========================   Menu   ==========================*/
.sf-menu {
  margin-top: 30px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 'Istok Web', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 35px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #0aab8a;
}
.sf-menu > li.active > a {
  color: #0aab8a;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 110px;
  margin-top: 20px;
  padding: 10px 15px 10px;
  line-height: 20px;
  background: #111111;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
  margin-bottom: 10px;
}
.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
}
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 15px;
  width: auto;
  margin-top: 0;
  padding: 10px 15px 0;
  z-index: 4;
  background: #0aab8a;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #111111;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666666;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #0aab8a;
  color: #ffffff;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #111111;
  z-index: 999;
  border-bottom: 1px solid #111111;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 40px;
  line-height: 38px;
  color: #8f8f90;
  background: #3c3c3d;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #0aab8a;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.video:after {
  content: "\f01d";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.55);
}
.video .thumb_overlay:before {
  display: none;
}
/*==================figure_video===================*/
.figure_video {
  margin-top: 20px;/*69px;*/
  margin-bottom: -20px;
}
.lightbox-video {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.lightbox-video span.video_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video_sign.png) no-repeat 50% 50%;
  z-index: 1;
  opacity: 1;
}
.opacity1 {
  opacity: 1;
}
.lightbox-video span.video_title {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #474747;
  color: #fff;
  padding: 4px 10px;
  font: bold 12px/20px Arial, Helvetica, sans-serif;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
/*  color: #fff;*/
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax div {
 /* color: #fff;*/
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #111111;
}
header .brand {
  float: left;
}
header .nav {
  float: left;
  margin-left: 70px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  header .nav {
    margin-left: 25px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  header .nav {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main p + p {
  margin-top: 13px;
}
.list01 li {
  padding-left: 28px;
  position: relative;
  line-height: 30px;
}
.list01 li:before {
  content: "\f144";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #0aab8a;
}
.list01 a {
  color: #757474;
}
.list01 a:hover {
  text-decoration: none;
  color: #0aab8a;
}
p + .list01 {
  margin-top: 15px;
}
.line {
  display: block;
  width: 370px;
  height: 1px;
  background: #b5b5b5;
  margin: 35px auto 60px;
}
.mt01 {
  margin-top: 40px;
}
.pad01 {
  padding-top: 240px;
  padding-bottom: 105px;
}
.circle {
  display: inline-block;
  background: #0aab8a;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.circle .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 13px;
}
.circle .icon01 {
  background: no-repeat url(../images/page1_icon01.png);
}
.circle .icon02 {
  background: no-repeat url(../images/page1_icon02.png);
}
.circle .icon03 {
  background: no-repeat url(../images/page1_icon03.png);
}
.circle .icon04 {
  background: no-repeat url(../images/page1_icon04.png);
}
a.circle:hover {
  background: #181818;
}
.addr01 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.addr01 dl {
  display: table;
}
.addr01 dt,
.addr01 dd {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 979px) and (min-width: 768px) {
  .addr01 dt,
  .addr01 dd {
    display: block;
    text-align: center;
  }
}
.addr01 dd {
  padding-left: 20px;
}
.addr01 dd span {
  font-size: 24px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .addr01 dd {
    margin-top: 30px;
    padding: 0;
  }
}
.addr01 .fa {
  color: #fff;
  font-size: 36px;
  line-height: 70px;
}
.addr01 a:hover {
  text-decoration: none;
  color: #0aab8a;
}
.addr01 .circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.addr02 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.addr02 dl {
  margin-bottom: 18px;
  display: table;
}
.addr02 dt,
.addr02 dd {
  display: table-cell;
  vertical-align: middle;
}
.addr02 dd {
  padding-left: 15px;
}
.addr02 .fa {
  color: #fff;
  font-size: 18px;
  line-height: 43px;
}
.addr02 a:hover {
  text-decoration: none;
  color: #0aab8a;
}
.addr02 .circle {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.social-list {
  margin-top: 10px;
}
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 20px;
}
@media (max-width: 479px) {
  .social-list li + li {
    margin-left: 15px;
  }
}
.social-list li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.social-list li a:hover {
  color: #0aab8a;
}
.date {
  font-size: 60px;
  line-height: 48px;
  font-weight: 700;
  color: #0aab8a;
}
.link01 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
}
.link01:hover {
  color: #0aab8a;
}
p + .link01 {
  margin-top: 10px;
}
.text01 {
  background: rgba(17, 17, 17, 0.72);
  padding: 10px 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .text01 {
    font-size: 30px;
    line-height: 32px;
  }
}
.primary {
  color: #0aab8a;
}
.terms {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.terms p + h5 {
  margin-top: 75px;
}
.sm {
  font-size: 12px;
  line-height: 22px;
}
/*==================      Well     ======================*/
.well01 {
  padding-bottom: 55px;
}
.well02 {
  padding-bottom: 50px;	/*100px;*/
  padding-top: 65px;	/*125px;*/
}
.well03 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.well04 {
  padding-bottom: 85px;
}
.well05 {
  padding-bottom: 25px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #111111;
  padding-top: 40px;
  padding-bottom: 35px;
  color: #fff;
}
footer .brand_name {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
}
.copy {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
}

/*========================================================
					Modal Popup
========================================================*/
/*Modal popup*/

.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1050;
  overflow: hidden auto;
  display: none;
}

.modal.custom-modal-popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color:#eee;
}

.modal.custom-modal-popup .modal-dialog {
  margin: 25px auto;
  width: 100%;
  max-width: 930px; 
}

.modal.custom-modal-popup .modal-header h4 {
  color: #0aab8a;
  margin-top: 0;
  line-height: 1;
  font: 24px/27px 'Roboto Condensed', 'Athiti';
}

.modal.custom-modal-popup .modal-body {
  font: 16px/20px 'Roboto Condensed', 'Athiti';
}

.modal.custom-modal-popup .modal-body h5 {
  font: 20px/24px 'Roboto Condensed', 'Athiti';
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.modal.custom-modal-popup .modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal.custom-modal-popup .modal-col:first-child {
  padding-right: 15px;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
}

.modal.custom-modal-popup .modal-col:last-child {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.modal.custom-modal-popup .modal-col > p {
    font: 16px/20px 'Roboto Condensed', 'Athiti';
}

.modal.custom-modal-popup .modal-col > p.prd_intro {
	text-indent: 2.5em;
    font: 16px/20px 'Roboto Condensed', 'Athiti';
	padding-bottom: 5px;
}

.modal.custom-modal-popup .modal-row > ul.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	border-bottom: 1px;
	border-bottom-style: ridge;
	padding-bottom: 5px;
}

.modal.custom-modal-popup .modal-row-garantee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	border-bottom: 1px;
	border-bottom-style: ridge;
	padding-bottom: 5px;
}


.modal.custom-modal-popup .modal-col-garantee:first-child {
  padding-right: 15px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  text-align:center;

}

.modal.custom-modal-popup .modal-col-garantee:last-child {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.modal.custom-modal-popup .modal-col-garantee > img {
	padding-top:10px;
    max-width: 120px;
}

.modal.custom-modal-popup .modal-footer p{
	color: red;
    font: 13px/16px "Lato", Arial, sans-serif, Prompt;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
}

.dash-list li::before {
  content: '–';
  padding-right: 12px;
}


@media (max-width: 991px) {
  .modal.custom-modal-popup .dash-list__title {
    margin-top: 15px;
  }
  .modal.custom-modal-popup .modal-dialog {
    max-width: 680px;
  }
  .modal.custom-modal-popup .modal-col > img {
	margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .modal.custom-modal-popup .modal-dialog {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
  .modal.custom-modal-popup .modal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .modal.custom-modal-popup .modal-col:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .modal.custom-modal-popup .modal-col:first-child p:first-child {
    margin-top: 0;
  }
  .modal.custom-modal-popup .modal-col:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal.custom-modal-popup .modal-col:last-child > img {
    max-width: 320px;
  }
  .modal.custom-modal-popup .modal-col > img {
	margin-bottom: 5px;
  }
  
  .modal.custom-modal-popup .modal-row-garantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column-normal;
            flex-direction: column-normal;
  }
  .modal.custom-modal-popup .modal-col-garantee:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal.custom-modal-popup .modal-col-garantee:first-child > img {
    max-width: 320px;
	margin-bottom: 5px;
  }
  .modal.custom-modal-popup .modal-col-garantee:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .modal.custom-modal-popup .modal-col-garantee > img {
	padding-top:10px;
  }

}
