/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
body {
  line-height: 2;
  font-family: '微軟正黑體', 'Roboto', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
a {}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
.fas {
  /*color: #347AB7*/
}
.fa-map-marker-alt, .fa-link, .fa-square-parking, .fa-link-simple {
  color: #fff
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: '微軟正黑體', 'Raleway', sans-serif;
  font-weight: 600;
}
.section-padding {
  padding: 30px 0px;
}
.alignC {
  text-align: center
}
.alignL {
  text-align: left
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.lang-en a {
  position: absolute;
  right: 15%;
  top: 25%;
  padding: 5px 10px;
  background: #818ba1;
  border-radius: 1px;
  display: block;
  color: white;
  text-decoration: none;
  transition: .3s;
}
.lang-en a:hover {
  color: yellow;
  background: rgba(255, 255, 255, 0.5);
}
.alert {
  border: 1px solid #F2C0B5;
  background: #FFF1F0;
  padding: 15px;
  color: #D85030;
  border-radius: 5px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0px;
    opacity: 1
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}
/***********************************
************************************
HEADER 
************************************
***********************************/
.headerWrapper {
  background: url("../images/bg.png") repeat fixed;
  background-size: contain;
  height: 900px;
}
.header {
  background: url(../images/vision.png) no-repeat;
  background-size:100%;
  background-position: center;
  /*max-height:800px;*/
  height: 900px;
    
}
section {}
.bg-color {
  height: 34vw; /*header背景高度*/
}
.navbar-default {
  /* 原本的藍色 #00568f → 轉成 rgba */
  background-color: rgba(0, 32, 52, 0.8); /* ← 0.7 就是透明度 */

  border: 0;
  padding: 0;
  transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  /* color: #002F2F;*/
}
.top-nav-collapse {
  padding: 0;
  /*background: rgba(0, 13, 41, .5) !important*/
}
.logo-dec {
  color: #be9e21;
}
.navbar-default .navbar-brand {
  /*color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;*/
  background: url(../images/title.png) no-repeat;
  width: 100%;
  height: 80px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  /*color: #fff;*/
}
.navbar-brand {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  margin-top: 10px;
}
.navbar-nav {
  margin: 0px 0 0 0;
  padding: 10px 0px;
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  padding: 0px 30px 5px 30px;
  font-size: 110%; /*選單大小*/
  line-height: 20px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media (max-width:769px) {
  .NoShowInMobile {
    display: none
  }
  .navbar-default .navbar-nav > li > a {}
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: yellow;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: yellow;
}
.banner-info {
  padding-top: 140px;
  color: #fff;
}
.bnr-title, .bnr-sub-title {
  font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2.bnr-sub-title {
  font-size: 45px;
  text-transform: uppercase;
  padding: 20px 0px;
  font-weight: 700;
}
.bnr-para {
  font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus {
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  border-radius: 60px;
  margin: 50px 10px 0 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.btn-download {
  background-color: #be9e21;
}
.btn-more, .btn-more:focus {
  margin-left: 15px;
  border: 1px solid #be9e21;
  color: #be9e21;
}
.btn-more:hover {
  background: #be9e21;
  color: #fff;
}
/*.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 27px;

  font-size: 300%;
  color: #F5CA32;
	background: #000 ;
	padding: 10px;
}*/
.overlay-detail a i {
  background: #F5CA32;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 8%;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: block;
  color: #0c6197;
}
.overlay-detail a i:hover {
  color: #fff;
}
.overlay-detail a i .fa {
  line-height: 50px;
}
/***********************************
************************************

************************************
***********************************/
#Welcome {
  background: #0c6197;
  color: #fff;
}
#trans {
  background: #fff;
}
.title, .service-title {
  font-size: 30px;
}
.item-img {
  margin-bottom: 15px;
}
.sub-title {
  font-size: 20px;
}
.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 2px;
  width: 100%;
  background: #0c6197;
  /*background: linear-gradient(to right, #974B9A 0%, #2E96C7 100%);*/
}
.wrap-item h3 {
  font-size: 24px;
  line-height: 155%;
}
.wrap-item p {
  line-height: 170%;
}
.pad-bt15 {
  padding-bottom: 15px;
}
.sec-sub-title {
  padding-top: 30px;
}
.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}
#schedule {
  background: url("../images/bg2.png") repeat-y;
  /* background:#5C67AA;*/
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1ea1cd+0,9c4898+100 */
  /*background: #1ea1cd;  Old browsers */
  /*background: -moz-linear-gradient(left, #1ea1cd 0%, #9c4898 100%);  FF3.6-15 */
  /*background: -webkit-linear-gradient(left, #1ea1cd 0%, #9c4898 100%);  Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to right, #1ea1cd 0%, #9c4898 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ea1cd', endColorstr='#9c4898', GradientType=1);  IE6-9 */
}
.news-list {
  padding: 0
}
.news-list li {
  display: block;
  height: 50px;
  border-bottom: 1px solid #607eaa;
  margin-bottom: 25px;
  display: block;
  height: 48px;
}
ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
  height: 50px;
  width: 175px;
  background: #046380;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}
.service-item h3 span {
  opacity: 0.7;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
}
.service-item h3 {
  font-weight: 700;
}
.service-item p {
  opacity: 0.6;
  color: inherit;
  padding: 10px 0px;
}
.service-item a {
  color: #be9e21;
}
.mr-btn-15 {
  margin-bottom: 15px !important;
}
.padding-right-zero {
  padding-right: 0px !important;
}
.bx-wrapper {
  margin: 0 auto 35px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #ececec;
  padding-left: 0px
}
.portfolio-item:nth-child(6n+1) {
  border-right: none;
}
.portfolio-item figure {
  margin: 0 auto;
  padding: 0;
  position: relative;
  cursor: pointer;
  width: 90%;
}
.portfolio-item figure img {
  display: block;
  position: relative;
  z-index: 10;
}
.portfolio-item figure figcaption {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.portfolio-item figure h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 15px;
}
.portfolio-item figure p {
  display: block;
  line-height: 18px;
  margin: 0;
  color: #fff;
  text-align: left
}
.portfolio-item figure figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  background-color: #BE9E21;
  backface-visibility: hidden;
  /*-webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);*/
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: center;
}
.portfolio-item figure img {
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}
/*.portfolio-item figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.portfolio-item figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}*/
/***********************************
************************************
TESTIMONIAL
************************************
***********************************/
#testimonial {
  background: url("../images/bg2.png") repeat-y center center #dcdddd;
  /* background: #7952A1;*/
  /*background: #9c4898; /* Old browsers */
  /*background: -moz-linear-gradient(left, #9c4898 0%, #1ea1cd 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, #9c4898 0%, #1ea1cd 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right, #9c4898 0%, #1ea1cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c4898', endColorstr='#1ea1cd', GradientType=1); /* IE6-9 */
  background-size: cover;
  min-height: 550px;
  color: white;
}
 #trans {
  /*background: url("../images/bg2.png") repeat-y center center #dcdddd;*/
   background: #0c6197;
  /*background: #9c4898; /* Old browsers */
  /*background: -moz-linear-gradient(left, #9c4898 0%, #1ea1cd 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, #9c4898 0%, #1ea1cd 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right, #9c4898 0%, #1ea1cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c4898', endColorstr='#1ea1cd', GradientType=1); /* IE6-9 */
  background-size: cover;
  min-height: 550px;
  color: white;
}
#news {
  background: #0c6197;
  /*background-size: cover;*/
  min-height: 390px;
  color: white;
}
#agenda {
  background-image: url("../images/bg.png");
  /*background-size: cover;*/
  /*min-height: 490px;*/
/*  color: white;*/
}
#accommodation {
  background-image: url("../images/bg2.png");
    background-position: bottom
  /*background-size: cover;*/
  /*min-height: 490px;*/
/*  color: white;*/
}
.bg-testicolor {
  background-color: RGBA(73, 84, 105, 0.8);
  min-height: 390px;
}
.white {
  color: #fff;
}


.testimonial-item ul li blockquote {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 80px;
  position: relative;
  border: 0;
}
.testimonial-item ul li small {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.bx-viewport {
  height: 235px !important;
  background-color: transparent !important;
  border: 0px none !important;
  box-shadow: none !important;
}
.testimonial-item ul li blockquote::before {
  content: '“';
  left: 30px;
}
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
  position: absolute;
  font-weight: 300;
  font-size: 3em;
  font-family: Georgia, serif;
  color: #ccc;
  top: 62%;
}
.testimonial-item ul li blockquote::after {
  content: '”';
  right: 30px;
}
/***********************************
************************************
Blog
************************************
***********************************/
#blog {
  background: white
}
.blog-info h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 5px;
}
.blog-comment {
  margin-top: 12px;
  min-height: 30px;
}
.blog-info p, .blog-comment p {
  color: #949494;
}
.blog-comment p:first-child {
  float: left;
}
.blog-comment p:last-child {
  float: right;
  margin-right: 0;
}
.blog-comment p i {
  color: #949494;
}
.read-more {
  color: #949494;
  margin-top: 15px;
  display: inline-block;
}
.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-img img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-img img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/***********************************
************************************
contact
************************************
***********************************/
#contact {
  background-color: rgb(73, 84, 105);
}
.btn-submit, .btn-submit:hover, .btn-submit:focus {
  background-color: transparent;
  border-radius: 60px;
  color: #be9e21;
  font-weight: 400;
  border: 1px solid #be9e21;
  font-size: 14px;
  padding: 6px 20px;
}
.form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #be9e21 !important;
  border-color: #be9e21;
}
.form-control:focus {
  border-color: #be9e21;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.contact-form input.form-control {
  color: #fff;
}
.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
  display: block;
}
.loction-info p {
  margin-bottom: 25px;
}
.loction-info p i {
  color: #be9e21;
}
/***********************************
************************************
contact
************************************
***********************************/
.scrollToTop {
  position: fixed;
  bottom: 16px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  color: #ffffff;
  background: #444;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.scrollToTop:hover {
  background: #0c6197;
  cursor: pointer
}
.white-bg {
  background-color: #fff;
}
/*#footer a{
    color: #be9e21;
    font-weight: 400;
}*/
footer {
  /*background: url(../images/footer-bg.jpg) no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center bottom;*/
  padding: 20px 0;
  background-color: #414141;
  color: white;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFC600;
}
footer ul p {
  font-size: 100%;
  line-height: 150%
}
footer ul li {
  margin-bottom: 30px
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
  background-color: rgb(73, 84, 105);
}
.cta .cta-info {
  width: 100%;
  float: left;
  padding: 30px 25px 30px 15px;
  border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
  margin-top: 16px;
  background-color: rgb(190, 158, 33);
  padding: 20px 50px;
  color: #FFF;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 768px) {
  .hide-pc {
    display: none;
  }
  .NoShowInPC {
    display: none
  }
     .agendaWrapper  { background: #fff; width: 100%; margin: 0 auto; padding: 20px 10px;}
    
}
@media (min-width: 768px) and (max-width: 980px) {
  .NoShowInPC {
    display: none
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
}
@media (min-width: 440px) and (max-width: 768px) {
  .bg-color {
    height: 54vw !important;
  }
    
}
@media (max-width: 767px) {
    .agendaWrapper  { background: #fff; width: 99%; margin: 0 auto; padding: 20px ;}
    html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  iframe {
    width: 100%;
    min-height: 150px;
  }
  .bg-color {
    height: 60vw;
  }
  .lang-en a {
    position: relative;
    float: left;
    padding: 5px 10px;
    margin-top: -48px;
    right: -72%;
  }
  .table-responsive-m tr td {
    float: left;
    width: 100%;
  }
  .table-responsive-m tr td:nth-child(even) {
    border: none;
    padding-left: 30px;
    padding-top: 0px;
  }
    .headerWrapper {
  background: url("../images/bg.png") repeat fixed;
  background-size: contain;
  height: 650px;
}
  .header {
    background: url("../images/visionMobile.png") no-repeat fixed;
    height: 650px;
    background-size: contain;
    background-position: 0 60px;
    position: relative;

  }
  .navbar-default {
    width: -webkit-fill-available;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 32, 52, 1); /* ← 0.7 就是透明度 */
  }
  .news-list li {
    position: relative
  }
  .news-list li span {
    position: absolute;
    bottom: 0px;
    right: 0;
    margin-bottom: 2px
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .navbar-default .navbar-brand {
    background: url(../images/titleM.svg) no-repeat;
    background-size: 100%;
    width: 320px;
    position: relative;
    margin-top: 3%;
    margin-left: 2%;
    height: 60px
  }
  .banner-info {
    padding-top: 40px;
  }
  h1.bnr-title {
    font-size: 16px;
  }
  h2.bnr-sub-title {
    font-size: 33px;
  }
  body {}
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }
  .wrap-item h3 {
    font-size: 23px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 25px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav > li > a { /*手機選單*/
    /*line-height: 35px;*/
    text-align: center;
    padding: 10px 0px;
  }
  .overlay-detail a i {
    bottom: 4.3%;
  }
    #accommodation {
  background-image: url("../images/bg2M.png");
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 40px
  /*background-size: cover;*/
  /*min-height: 490px;*/
/*  color: white;*/
        
}
}