﻿html, body {
  margin: 0;
  font-size: 100%;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  background: #bfe7fd;
}
body a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.copyright {
  padding: 15px 65px 15px 25px;
  left: 0px;
  background: #fff !important;
  position: relative !important;
  text-align: center;
}
.copyright2 {
  padding: 15px 15px 15px 15px;
  background: #fff !important;
  position: relative !important;
  text-align: center;
}
.bg-blue {
  background-color: #6FCDFF;
}
.bg-green {
  background-color: #96c741;
}
.bg-white {
  background-color: #fff;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
input[type="button"], input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
.thx-text {
  margin: 32px auto 60px auto;
  text-align: center;
}
/*驗證*/
.ui.pointing.above.label:before, .ui.pointing.label:before {
  margin-left: -.3em;
  top: -.3em;
  left: 50%;
}
.ui.pointing.label:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  width: .6em;
  height: .6em;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  background-color: #e8e8e8;
  background-image: none;
}
.toolbox {
  margin-top: -5px;
  margin-bottom: 10px;
  width: auto;
  background-color: #5a5;
  position: relative;
  float: left;
}
.ui.labels .red.label:before, .ui.red.label:before, .ui.red.labels .label:before {
  background-color: #d95c5c !important;
}
.ui.red.label, .ui.red.labels .label {
  background-color: #d95c5c !important;
  border-color: #d95c5c !important;
  color: #fff !important;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
}
/*//驗證*/
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 28px;
  right: 1%;
  overflow: hidden;
  z-index: 999;
  width: 64px;
  height: 88px;
  border: none;
  text-indent: 100%;
  background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
  width: 64px;
  height: 88px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
}
/*-- //to-top --*/
/*--trypography--*/
/*--trypography--*/
.mb-60 {
  padding-left: 0;
}
.mb-60 h4 {
  margin: 36px 0 38px;
  font-size: 24px;
}
.tab-content {
  padding: 15px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  border-top: none;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  background: #f8f8f8;
  margin-right: 3px;
  border: none;
  border-radius: 0;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 14px;
  color: #555;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
  margin-right: 10px;
}
.nav-tabs > li.active > a {
  border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #FF7900;
  border: none;
  border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #FF7900;
}
.nav-tabs > li > a i {
  font-size: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
.tab-content p {
  line-height: 2.2em;
  font-size: 14px;
}
.grid_4 {
  background: #fff;
  padding: 0em 0em 0em 0em;
}
.grid_5 {
  background: #fff;
  padding: 1em 0 2em 0;
}
.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 15px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1 {
  margin-bottom: 15px;
}
h5.typ1 {
  margin-bottom: 15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #5bb2fc !important;
  border-color: #5bb2fc !important;
}
.grid_3 p, .page-header p {
  color: #888;
  font-size: 14px;
  line-height: 2em;
  margin: 1em 0 2em;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables p {
  margin-top: 1em;
}
.breadcrumb li {
  font-size: 0.85em;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
  line-height: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bars {
  margin-bottom: 0.8em;
  color: #00c5d6;
}
li.list-group-item1 {
  line-height: 2.5em;
}
ol {
  margin-bottom: 44px;
}
.list-group {
  margin-bottom: 48px;
}
.input-group {
  margin-bottom: 20px;
}
/*--//trypography--*/
/*--menu--*/
button#showRightPush {
  border: none;
  background: rgba(255, 255, 255, 0.21);
  padding: 8px;
  outline: none;
  position: fixed;
  z-index: 1;
}
nav#cbp-spmenu-s2 {
  background: rgba(84, 84, 84, 1);
  text-align: center;
}
nav#cbp-spmenu-s2 a {
  color: #fff;
  display: block;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 400;
  border: none;
  margin: 0;
  transition: .5s all;
  border-bottom: 1px dotted rgb(118, 118, 118);
  text-decoration: none;
}
nav#cbp-spmenu-s2 a:hover {
  text-decoration: none;
  color: #D3564A;
  background: none;
}
nav#cbp-spmenu-s2 a.active {
  color: #D3564A;
}
nav#cbp-spmenu-s2 h3 {
  background: #D3564A;
  color: #fff;
  font-size: 3em;
}
/*-- //menu --*/
/*-- banner --*/
.banner {
  position: relative;
}
.banner-left {
  background: url(../images/p7.jpg) no-repeat 0px 0px;
  background-size: 96% !important;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 970px;
}
.banner-mleft {
  background: url(../images/title.png) no-repeat 0px 0px;
  background-size: 100% !important;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 500px;
}
.banner-thxleft {
  background: url(../images/title-thx.png) no-repeat 0px 0px;
  background-size: 100% !important;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 500px;
}
.banner-right {
  background: #00c6d7;
  min-height: 100%;
  width: 30%;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0;
}
/* General link styles */
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 1.3em;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
}
/* Ilin */
.link--ilin {
  line-height: 1.3;
  overflow: hidden;
  color: #fff;
}
.link--ilin span {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.link--ilin:hover span:first-of-type {
  color: #fff;
}
.link--ilin:hover span:last-of-type {
  color: #00c5d6;
}
.link--ilin span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 0.8;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.link--ilin span:last-of-type::before {
  background: #1e1a1b;
}
.link--ilin:hover span:last-of-type::before, .link--ilin span:first-of-type::before {
  -webkit-transform: translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
}
.link--ilin:hover span:first-of-type::before, .link--ilin span:last-of-type::before {
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
/* Ilin */
/*-- //banner --*/
.logo .link {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 1;
  color: #fff;
  display: block;
}
/* Yaku */
.logo .link--yaku {
  overflow: hidden;
}
.logo .link--yaku::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.logo .link--yaku:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.logo .link--yaku span {
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s;
}
.logo .link--yaku:hover span {
  color: #ff7900;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
}
.logo .link--yaku span:nth-child(4), .logo .link--yaku:hover span:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.logo .link--yaku span:nth-child(3), .logo .link--yaku:hover span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.logo .link--yaku span:nth-child(2), .logo .link--yaku:hover span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.logo .link--yaku span:first-child, .logo .link--yaku:hover span:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.link--ilin span:first-of-type {
  color: #fff;
}
.link--ilin span:last-of-type {
  color: #ff7900;
}
.logo a.active {
  color: #ff7900;
}
/*-- //Takiri --*/
.social-pos ul li {
  list-style-type: none;
  display: inline-block;
}
.social-pos ul li a {
  width: 200px; /*41*/
  height: 200px; /*41*/
  display: block;
}
.social-pos ul li a.logo {
  background: url(../images/logo.png) no-repeat 0px 0px;
}
.social-pos ul li a.ico1 {
  background: url(../images/social2.png) no-repeat -2px -2px;
}
.social-pos ul li a.ico2 {
  background: url(../images/social2.png) no-repeat -43px -2px;
}
.social-pos ul li a.ico3 {
  background: url(../images/social2.png) no-repeat -84px -2px;
}
.social-pos ul li a:hover {
  transform: rotateY(360deg);
}
.social-pos {
  position: absolute;
  right: 17%; /*19%*/
  z-index: 999;
  top: 4%;
}
.banner-text {
  margin-top: 8em;
}
.grid__item {
  padding: 67px 0 0 100px;
  float: left;
}
.banner-info {
  background: rgba(0, 0, 0, 0.58);
  padding: 44px 50px;
  width: 32%;
  position: absolute;
  bottom: 28%;
  left: 27%;
  border: 4px solid #505050;
}
.banner-text h3 {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin: 47px 0 18px 0;
}
.banner-info h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
.banner-info p {
  color: #d6d6d6;
  font-size: 14px;
  line-height: 2em;
}
.banner-right ul {
  margin-top: 78px;
}
.banner-text form {
  background: #fff;
  padding: 20px 20px;
}
.banner-text form h5 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #000;
  font-family: o;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}
.banner-text form input[type="text"] {
  border: 1px solid #00c5d6;
  outline: none;
  padding: 8px 8px;
  width: 100%;
  color: #5A5A5A;
  font-size: 15px;
  margin-bottom: 20px;
}
.book_date input[type="date"] {
  border: none;
  font-size: 13px;
  outline: none;
  color: #5A5A5A;
  width: 92%;
  line-height: inherit;
}
.book_date {
  padding: 6px 8px;
  border: 1px solid #00c5d6;
  margin-bottom: 25px;
}
.banner-text input[type="submit"] {
  outline: none;
  border: none;
  width: 100%;
  background: #ff7900;
  color: #fff;
  font-size: 18px;
  padding: 12px 0px;
  text-transform: uppercase;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  margin: 20px 0px 15px 0px;
}
.banner-text input[type="submit"]:hover {
  background: #000;
}
.banner-bot, .content, .content-bottom {
  background: #f7f7f7;
}
.bottom-one {
  padding: 52px 39px;
  background: #fff;
}
.btm-two {
  padding: 37px 39px !important;
}
.bottom-one h3 {
  color: #ff7900;
  font-size: 25px;
  line-height: 1.5em;
}
.bottom-one p {
  line-height: 2.2em;
  color: #464646;
  font-size: 14px;
  margin-top: 10px;
}
.bottom-gd {
  padding: 0;
}
.bottom-gd img {
  width: 100%;
}
.item {
  text-align: center;
  position: relative;
}
.item, .item-hover, .item-hover .mask, .item-img, .item-info {
  width: 100%;
  height: 285px;
}
.item-hover, .item-hover .mask, .item-img {
  position: absolute;
  top: 0;
  left: 0;
}
.item-info {
  padding-top: 70px;
}
.item-type-double .item-hover {
  z-index: 5;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
}
.item-type-double .item-info {
  z-index: 10;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%;
}
.item-type-double .item-info .headline {
  font-size: 15px;
  width: 90%;
  margin: 0 auto;
}
.item-type-double .item-info .line {
  height: 2px;
  width: 0%;
  margin: 15px auto;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.item-type-double .item-info .date {
  font-size: 30px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  color: #00c5d6;
}
.item-type-double .item-hover .mask {
  background-color: #000;
  opacity: 0.7;
  z-index: 0;
}
.item-type-double .item-hover:hover .line {
  width: 90%;
}
.item-type-double .item-hover:hover {
  opacity: 1;
}
.item-img {
  z-index: 0;
}
/*Sliding Text and Icon Menu Style*/
.sti-menu {
  position: relative;
}
.sti-menu li {
  list-style-type: none;
  float: left;
  width: 50%;
  border-right: 1px solid #9BDAE4;
  height: 264px;
}
.sti-menu li:nth-child(2) {
  border: none;
}
.sti-menu li a {
  background: #00c5d6;
  display: block;
  overflow: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.sti-menu li a h4 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  position: absolute;
  padding: 10px;
  top: 125px;
  left: 69px;
}
.sti-menu li:nth-child(1) a h4 {
  left: 62px;
}
.sti-menu li a p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  color: #000;
  position: absolute;
  top: 178px;
  left: 51px;
  padding: 10px;
}
.sti-icon.glyphicon {
  font-size: 32px;
  color: #fff;
  margin-top: 30px;
  padding: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
/*Sliding Text and Icon Menu Style*/
.content-wid {
  float: right;
  width: 86%;
}
.content-right img {
  width: 100%;
}
.content-left {
  width: 42%;
  float: left;
  padding: 0;
}
.content-right {
  width: 58%;
  float: left;
  padding: 0;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
}
.wrapper .overlay {
  display: block;
  position: absolute;
  height: 200px;
  width: 100%;
  top: 32px;
  right: -100%;
  transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
}
.wrapper .description {
  text-align: left;
  position: absolute;
  padding: 30px 50px;
  top: 47px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #cc6812;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
}
.wrapper .overlay .arrow-left {
  position: relative;
  left: 0;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  border-bottom: 200px solid transparent;
  border-right: 200px solid rgba(0, 0, 0, 0.53);
}
.wrapper .overlay .rectangle {
  display: block;
  margin-left: 200px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
}
.wrapper .overlay .rectangle, .wrapper .overlay .arrow-left {
  position: absolute;
  top: 0;
}
.wrapper:hover .description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: 1s ease-in;
  -webkit-transition: 1s ease-in;
}
.wrapper:hover .overlay {
  right: 200px;
}
.description h3 {
  color: #fff;
  margin-bottom: 19px;
  font-size: 28px;
}
.description p {
  line-height: 2.2em;
  color: #fff;
  font-size: 14px;
}
/*-- stars --*/
span.starRating {
  margin: 5px 0 30px;
}
.starRating:not(old) {
  display: inline-block;
  width: 7.5em;
  height: 1.5em;
  overflow: hidden;
  vertical-align: bottom;
}
.starRating:not(old) > input {
  margin-right: -100%;
  opacity: 0;
}
.starRating:not(old) > label {
  display: block;
  float: right;
  position: relative;
  background: url('../images/star-off.png');
  background-size: contain;
}
.starRating:not(old) > label:before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url('../images/star-on.png');
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before, .starRating:not(old) > label:hover ~ label:before, .starRating:not(:hover) > :checked ~ label:before {
  opacity: 1;
}
.stars-rate {
  width: 28%;
  margin: 0 auto;
}
/*-- stars --*/
.con-btm-gds img {
  width: 20%;
  border: 2px solid #00c5d6;
  border-top: 2px solid #ff7900;
  border-left: 2px solid #ff7900;
  border-radius: 100%;
  padding: 6px;
}
.con-btm-gds {
  background: #fff;
  padding: 5em 4em;
}
.con-btm-gds p {
  font-size: 14px;
  line-height: 2.2em;
  color: #464646;
}
.con-btm-gds h3 {
  color: #ff7900;
  font-size: 25px;
  margin: 20px 0 18px;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #ff7900;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #ff7900 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.con-btm-right {
  padding: 5em 4em 0;
  background: url(../images/b4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 462px;
}
.con-btm-right h4 {
  color: #00c5d6;
  font-size: 37px;
  line-height: 1.4em;
}
.con-btm-right p {
  color: #fff;
  font-size: 14px;
  line-height: 2.2em;
  margin: 30px 0;
}
a.hvr-outline-out.button2 {
  padding: 12px 21px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
/*-- focus --*/
.focus-grid:nth-child(4), .focus-grid:nth-child(5), .focus-grid:nth-child(6), .focus-grid:nth-child(7) {
  margin: 30px 0 0 0;
}
.focus-grid h3 {
  color: #ff7900;
  font-size: 37px;
}
.focus-grid p {
  font-size: 14px;
  margin: 27px 0 0px 0;
  color: #464646;
  line-height: 2.2em;
}
.focus-border {
  border: 1px solid #ABABAB;
}
.focus-grids:nth-child(3) {
  margin: 0;
}
.focus-layout {
  border: 2px dashed #00c5d6;
}
.focus-layout {
  margin: 10px;
  padding: 50px 0 40px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.focus-layout h4 {
  margin: 15px 0 0 0;
  color: #FF7900;
  font-size: 23px;
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.focus-image {
  text-align: center;
}
.focus-image .glyphicon {
  color: #00c5d6;
  font-size: 48px;
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.focus-border:hover .focus-image .glyphicon {
  color: #a5a5a5;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.focus-border:hover .focus-layout {
  border: 2px dashed #FF7900;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.focus-border:hover .focus-layout h4 {
  color: #00c5d6;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/*-- //focus --*/
.we-focus {
  padding: 5em 0em;
  background: #EFEFEF;
}
.experience {
  padding: 5em 0;
}
.exp-gd-info img {
  width: 100%;
}
.experience h3 {
  color: #ff7900;
  font-size: 40px;
  text-align: center;
}
p.exp-text {
  margin: 10px auto 0px auto;
  font-size: 14px;
  color: #464646;
  text-align: center;
  line-height: 2.2em;
}
.note ol {
  margin: 10px auto 40px auto;
}
.note li {
  margin: 0px auto 0px auto;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 17px;
  color: #333333;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
}
.note-m ol {
  margin: 10px auto 10px auto;
}
.note-m li {
  margin: 0px auto 0px auto;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
}
.focus {
  margin: 0px auto 0px auto;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 16px;
  color: #fff !important;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
}
.note2 ul {
  margin: 10px auto 40px auto;
}
.note2 li {
  margin: 0px 0px 0px 40px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 17px;
  color: #333333;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
}
.note3 ul {
  margin: 10px auto 40px auto;
}
.note3 li {
  margin: 0px 0px 0px 40px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 17px;
  color: #333333;
  text-align: left;
  line-height: 2em;
  vertical-align: middle;
}
.exp-gd-info {
  background: url(../images/e1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}
.exp-gd-info.one {
  background: url(../images/e1.jpg) no-repeat 0px 0px;
}
.exp-gd-info.two {
  background: url(../images/e2.jpg) no-repeat 0px 0px;
}
.exp-gd-info.three {
  background: url(../images/e3.jpg) no-repeat 0px 0px;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: rgba(0, 0, 0, 0.66);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 121, 0, 0.54);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.exp-info-text {
  padding: 4em 3em;
}
.exp-info-text h4 {
  color: #fff;
  font-size: 29px;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.3em;
}
.exp-info-text p {
  line-height: 2.2em;
  color: #fff;
  font-size: 14px;
}
.footer {
  background: url(../images/b1.jpg) no-repeat 0px 0px;
  padding: 5em 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}
.footer-grids h3 {
  color: #fff;
  font-size: 27px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.footer-grids iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 183px;
}
.footer-grids ul li {
  list-style-type: none;
  margin: 0 5px;
  display: inline-block;
}
.footer-grids ul li a {
  width: 40px;
  height: 40px;
  display: block;
}
.footer-grids ul {
  margin-top: 30px;
}
.footer-grids ul li a.ico1 {
  background: url(../images/social2.png) no-repeat -2px -2px;
}
.footer-grids ul li a.ico2 {
  background: url(../images/social2.png) no-repeat -43px -2px;
}
.footer-grids ul li a.ico3 {
  background: url(../images/social2.png) no-repeat -84px -2px;
}
.footer-grids ul li a.ico4 {
  background: url(../images/social2.png) no-repeat -125px -2px;
}
.footer-grids input[type="text"], .footer-grids input[type="password"] {
  border: 1px solid transparent;
  background: none;
  border-bottom: 1px solid #ff7900;
  width: 100%;
  padding: 10px;
  margin-bottom: 58px;
  font-size: 14px;
  color: #fff;
  outline: none;
}
.footer-grids input[type="text"]:hover, .footer-grids input[type="password"]:hover {
  border: 1px solid #00c5d6;
}
.footer-grids input[type="submit"] {
  border: none;
  background: #00c5d6;
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  outline: none;
}
.footer-grids input[type="submit"]:hover {
  background: #ff7900;
}
.footer-grids ul li a:hover {
  transform: rotateY(360deg);
}
.footer-grids p {
  color: #fff;
  line-height: 2.2em;
  font-size: 14px;
}
.footer-grids p a {
  color: #ff7900;
  text-decoration: none;
}
.footer-grids p a:hover {
  color: #fff;
}
/*--footer--*/
.footer-bot {
  background: #00c5d6;
  padding: 1em 0;
}
.logo2 {
  float: left;
}
.logo2 a {
  color: #fff;
  text-decoration: none;
  font-size: 33px;
}
.ftr-menu {
  float: right;
  margin-top: 7px;
}
.ftr-menu ul li {
  display: inline-block;
}
.ftr-menu ul li a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 16px;
}
.ftr-menu ul li a:hover {
  color: #020202;
}
.copy-right {
  padding: 15px 0;
  background: #fff; /*#020202*/
  overflow: hidden;
  position: relative;
}
.copy-right p {
  margin: 0px 0 0 0;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.copy-right p a {
  color: #00c5d6;
}
.copy-right p a:hover {
  color: #fff;
}
.mcopy-right {
  padding: 15px 0;
  background: #6ac8fd; /*#020202*/
}
.mcopy-right p {
  margin: 0px 0 0 0;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.mcopy-right p a {
  color: #00c5d6;
}
.mcopy-right p a:hover {
  color: #000;
}
/*-- //footer --*/
/*.banner-left.page-head {
    min-height: 187px !important;
}*/
/*-- contact --*/
.contact, .typrography, .gallery, .about-page {
  padding: 10px 0;
}
h3.tittle {
  text-align: center;
  font-size: 44px;
  color: #ff7900;
  margin-bottom: 55px;
}
.map iframe {
  width: 100%;
  min-height: 400px;
}
.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea, .contact-grid input[type="password"] {
  outline: none;
  border: 1px solid #E9E9E9;
  width: 100%;
  background: none;
  color: #999;
  font-size: 14px;
  padding: 12px 10px;
}
.contact-grid input[type="text"]:hover, .contact-grid input[type="email"]:hover, .contact-grid textarea:hover, .newsletter:hover, .contact-grid input[type="password"]:hover {
  border: 1px solid #ff7900;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.contact-grid textarea {
  min-height: 141px;
  resize: none;
}
.contact-grid input[type="email"], .contact-grid textarea {
  margin: .5em 0;
}
.contact-grid input[type="password"] {
  margin-bottom: .5em;
}
.contact-grid input[type="submit"] {
  outline: none;
  border: none;
  width: 100%;
  background: #00c5d6;
  color: #fff;
  font-size: 18px;
  padding: 12px 0px;
  text-transform: uppercase;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.contact-grid input[type="submit"]:hover {
  background: #ff7900;
}
.newsletter {
  padding: 3.5em 0em 3.5em 0em;
  text-align: center;
  border: 1px solid #E9E9E9;
}
.newsletter h3 {
  font-size: 1.5em;
  color: #999;
  margin: 0;
  text-align: center;
}
.newsletter h3 span {
  background: url(../images/message2.png) no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 1em;
}
.contact-grids {
  margin-bottom: 5em;
}
.contact-grdr {
  padding: 0;
}
.call:nth-child(2) {
  margin: 2em 0;
}
/*-- //contact --*/
.baner-top img {
  width: 100%;
}
.img-box-content, .gal-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.gal-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gal-text-box .info-gal-con {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}
.gal-spin-effect {
  display: block;
  overflow: hidden;
  position: relative;
}
.gal-spin-effect .gal-text-box {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
  z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
  font-size: 32px;
  margin-bottom: 30px;
}
.info-gal-con p {
  font-size: 14px;
  line-height: 2.2em;
}
.baner-top a {
  padding: 10px 10px;
  display: block;
  box-shadow: 0px 0px 9px #BDBDBD;
}
.ban-mar {
  margin: 35px 0;
}
/*-- about --*/
p.para_abt {
  font-size: 24px;
  line-height: 1.8em;
  text-align: center;
  font-style: italic;
  color: #464646;
  margin-top: 40px;
}
.about_img img {
  width: 100%;
}
.choose-grid h4 {
  font-size: 25px;
  color: #00c5d6;
  line-height: 1.4em;
}
.choose-grid p {
  font-size: 14px;
  line-height: 2em;
  color: #464646;
  margin-top: 1.2em;
}
.choose-grid:nth-child(2) {
  margin: 25px 0 0 0;
}
.gal-grid-rev {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.gal-grid-rev .info-gal-con {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gal-grid-rev .img-box-content:after, .gal-grid-rev .img-box-content:before, .gal-grid-rev .gal-text-box:after, .gal-grid-rev .gal-text-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gal-grid-rev.horizontal .img-box-content:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gal-grid-rev.horizontal .img-box-content:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gal-grid-rev.horizontal .gal-text-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gal-grid-rev.horizontal .gal-text-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gal-grid-rev.vertical .img-box-content:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gal-grid-rev.vertical .img-box-content:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gal-grid-rev.vertical .gal-text-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gal-grid-rev.vertical .gal-text-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gal-grid-rev:hover .img-box-content:after, .gal-grid-rev:hover .img-box-content:before, .gal-grid-rev:hover .gal-text-box:after, .gal-grid-rev:hover .gal-text-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gal-grid-rev:hover .info-gal-con {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.info-gal-con h4 {
  color: #fff;
}
.social-content ul li {
  list-style-type: none;
  margin: 0 5px;
  display: inline-block;
}
.social-content ul li a {
  width: 40px;
  height: 40px;
  display: block;
}
.social-content ul {
  margin-top: 30px;
}
.social-content ul li a.ico1 {
  background: url(../images/social2.png) no-repeat -2px -2px;
}
.social-content ul li a.ico2 {
  background: url(../images/social2.png) no-repeat -43px -2px;
}
.social-content ul li a.ico3 {
  background: url(../images/social2.png) no-repeat -84px -2px;
}
.social-content ul li a:hover {
  transform: rotateY(360deg);
}
.team {
  padding-bottom: 6em;
}
.team-gds p {
  color: #464646;
  text-align: center;
  line-height: 1.8em;
  margin-top: 20px;
  font-size: 14px;
}
/*-- //about --*/
/*-- services --*/
.services {
  padding-top: 6em;
}
.ser-first-grid h4 {
  margin: 20px 0;
  color: #A7A7A7;
  font-size: 25px;
}
.ser-first-grid p {
  margin: 0px 0 0 0;
  font-size: 14px;
  color: #464646;
  line-height: 2.2em;
}
/*-- //services --*/
@media (max-width: 1440px) {
  .banner-info {
    width: 36%;
    left: 22%;
  }
  .content-wid {
    float: right;
    width: 90%;
  }
  .sti-menu li {
    height: 238px;
  }
  .con-btm-right {
    min-height: 462px;
  }
  .book_date input[type="date"] {
    width: 90%;
  }
  .content-left {
    width: 44.5%;
  }
  .content-right {
    width: 55.5%;
  }
  .wrapper .overlay {
    top: 21px;
  }
  .grid__item {
    padding: 67px 0 0 62px;
  }
  .social-pos {
    position: absolute;
    right: 17%;
    z-index: 999;
    top: 9.5%;
  }
}
@media (max-width: 1366px) {
  .banner-right {
    width: 29%;
    padding: 0 30px;
  }
  .banner-info {
    width: 38%;
  }
  .content-wid {
    float: right;
    width: 92.2%;
  }
  .wrapper .description {
    top: 32px;
  }
  .wrapper .overlay {
    top: 15px;
  }
  .sti-menu li a p {
    top: 164px;
  }
  .sti-menu li {
    height: 225px;
  }
  .content-left {
    width: 45.8%;
  }
  .content-right {
    width: 54.2%;
  }
  .social-pos {
    right: 16.5%;
  }
}
@media (max-width: 1280px) {
  .grid__item .link {
    font-size: 1.2em;
  }
  .banner-info {
    width: 41%;
  }
  .banner-right {
    width: 27.5%;
  }
  .banner-right ul {
    margin-top: 41px;
  }
  button#showLeftPush {
    top: 25px;
  }
  .grid__item {
    padding: 30px 0 0 62px;
  }
  .banner-text h3 {
    margin: 33px 0 25px 0;
  }
  .banner-text form {
    padding: 22px 12px 12px 12px;
  }
  .banner-text form h5 {
    font-size: 14px;
  }
  .banner-text input[type="submit"] {
    font-size: 15px;
    padding: 9px 0px;
  }
  .banner-mleft {
    min-height: 640px;
  }
  .banner-thxleft {
    min-height: 640px;
  }
  .bottom-one h3 {
    font-size: 21px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 267px;
  }
  .btm-two {
    padding: 53px 39px !important;
  }
  .content-wid {
    width: 95.1%;
  }
  .content-left {
    width: 47.5%;
  }
  .content-right {
    width: 52.5%;
  }
  .wrapper .overlay {
    top: 5px;
  }
  .sti-menu li {
    height: 211px;
  }
  .sti-icon.glyphicon {
    margin-top: 18px;
  }
  .sti-menu li {
    top: 107px;
  }
  .sti-menu li a p {
    top: 146px;
  }
  .con-btm-right h4 {
    font-size: 31px;
  }
  .focus-grid h3, .experience h3 {
    font-size: 35px;
  }
  .exp-info-text h4 {
    font-size: 23px;
  }
  .footer-grids h3 {
    font-size: 26px;
  }
  .choose-grid h4 {
    font-size: 21px;
  }
  .sti-menu li a h4 {
    top: 104px;
  }
  p.para_abt {
    font-size: 22px;
  }
  .info-gal-con h4 {
    font-size: 25px;
  }
  .banner-mleft.page-head {
    min-height: 320px;
  }
  .banner-thxleft.page-head {
    min-height: 320px;
  }
  .ser-first-grid h4 {
    font-size: 21px;
  }
  .logo2 a {
    font-size: 28px;
  }
  h3.tittle {
    font-size: 37px;
  }
  .banner-text {
    margin-top: 8em;
  }
  .social-pos {
    right: 10%;
    top: 2.5%;
  }
}
@media (max-width: 1080px) {
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 95% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 540px;
  }
  .orangebg {
    color: #000;
    font-size: 15px !important;
    font-weight: normal;
    /* background-color: #a6c953; */
    padding: 4px 4px 4px 4px;
    margin-top: 10px;
  }
  #sel label {
    align-items: center;
    display: block;
    color: #de485c;
    font-size: 16px !important;
  }
  #sel {
    padding: 6px !important;
    background: #f4f4f4;
    -webkit-border-radius: 15px;
    width: auto;
    margin-bottom: 20px !important;
    border: 2px solid #dfdfdf;
    -moz-border-radius: 1;
    border-radius: 15px;
    overflow: hidden;
  }
  .btnblue, .btnblue:link, .btnblue:visited {
    transition: all 0.5s;
    margin-bottom: 16px;
    background-color: #b7ecff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 4px 18px;
    display: inline-block;
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .grid__item .link {
    font-size: 1em;
  }
  .banner-right {
    width: 33%;
    padding: 0 12px;
  }
  .banner-text h3 {
    font-size: 19px;
    margin: 12px 0 19px 0;
  }
  .banner-text form input[type="text"], .book_date {
    padding: 5px 8px;
  }
  .book_date input[type="date"] {
    width: 87%;
  }
  .banner-text form input[type="text"], .book_date {
    margin-bottom: 18px;
  }
  .grid__item {
    padding: 39px 0 0 62px;
  }
  .banner-info {
    padding: 33px 29px;
  }
  .banner-info h3 {
    font-size: 23px;
    margin-bottom: 22px;
  }
  .banner-mleft {
    min-height: 538px;
  }
  .banner-thxleft {
    min-height: 538px;
  }
  .bottom-one p {
    font-size: 13px;
  }
  .btm-two {
    padding: 24px 21px !important;
  }
  .bottom-one {
    padding: 38px 21px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 235px;
  }
  .item-type-double .item-info .date {
    font-size: 25px;
  }
  .item-type-double .item-info .line {
    margin: 10px auto;
  }
  .sti-icon.glyphicon {
    font-size: 24px;
    padding: 13px;
  }
  .sti-menu li a h4 {
    top: 81px;
  }
  .sti-menu li a p {
    font-size: 13px;
    top: 129px;
    left: 43px;
    padding: 0;
  }
  .sti-menu li {
    height: 175px;
  }
  .content-wid {
    width: 94.2%;
  }
  .content-left {
    width: 46.5%;
  }
  .wrapper .overlay {
    height: 156px;
  }
  .description h3 {
    margin-bottom: 12px;
    font-size: 23px;
  }
  .description p {
    font-size: 13px;
  }
  .wrapper .description {
    padding: 0px 24px;
  }
  .sti-menu li a h4 {
    left: 45px;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 36px;
  }
  .con-btm-right {
    padding: 4em 3em 0;
  }
  .con-btm-right p {
    font-size: 13px;
    margin: 7px 0 18px;
  }
  a.hvr-outline-out.button2 {
    padding: 7px 13px;
    font-size: 14px;
  }
  .con-btm-right h4 {
    font-size: 27px;
  }
  .con-btm-gds h3 {
    font-size: 19px;
  }
  .stars-rate {
    width: 35%;
  }
  .con-btm-gds p, .focus-grid p, .exp-info-text p, .footer-grids p, p.exp-text, .banner-info p, .choose-grid p, .team-gds p, .ser-first-grid p, .info-gal-con p {
    font-size: 13px;
  }
  p.para_abt {
    font-size: 20px;
  }
  .team-gds {
    padding: 0 10px;
  }
  .social-content ul li a {
    width: 41px;
    height: 41px;
  }
  .con-btm-gds {
    padding: 3em 3em;
  }
  span.starRating {
    margin: 5px 0 16px;
  }
  .con-btm-right {
    min-height: 358px;
  }
  .focus-grid h3, .experience h3 {
    font-size: 29px;
  }
  .focus-layout h4 {
    font-size: 19px;
  }
  .focus-layout {
    padding: 37px 0;
  }
  .focus-image .glyphicon {
    font-size: 34px;
  }
  .exp-info-text {
    padding: 2em 2em;
  }
  .exp-info-text h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .ftr-menu ul li a {
    font-size: 14px;
  }
  .footer-grids input[type="text"], .footer-grids input[type="password"] {
    padding: 6px 10px;
    margin-bottom: 23px;
    font-size: 13px;
  }
  .footer-grids h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
  p.exp-text {
    margin: 12px auto 12px 0px;
  }
  .choose-grid:nth-child(2) {
    margin: 13px 0 0 0;
  }
  .ser-first-grid {
    padding: 0 10px;
  }
  .baner-top {
    padding: 0 10px;
  }
  .ban-mar {
    margin: 20px 0;
  }
  .contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea, .contact-grid input[type="password"] {
    font-size: 13px;
  }
  .contact-grid textarea {
    min-height: 137px;
  }
  .map iframe {
    min-height: 325px;
  }
  .content-right {
    width: 53.4%;
  }
  .sti-menu li {
    height: 179px;
  }
  .banner-text {
    margin-top: 6em;
  }
  .social-pos {
    top: 2.5%;
  }
}
@media (max-width: 1024px) {
  .content-wid {
    width: 96.5%;
  }
  .sti-menu li {
    height: 168px;
  }
  .content-left {
    width: 48.2%;
  }
  .content-right {
    width: 51.8%;
  }
}
@media (max-width: 991px) {
  .grid__item .link {
    font-size: .9em;
  }
  .banner-info {
    left: 8%;
    width: 56%;
  }
  .banner-right {
    width: 35%;
  }
  .banner-text form h5 {
    font-size: 13px;
  }
  button#showLeftPush {
    right: 7px;
    top: 31px;
  }
  .grid__item {
    padding: 39px 0 0 29px;
  }
  .social-pos ul li a {
    width: 32px;
    height: 32px;
    background-size: 541% !important;
  }
  .social-pos ul li a.ico2 {
    background: url(../images/social2.png) no-repeat -35px -1px;
  }
  .social-pos ul li a.ico1 {
    background: url(../images/social2.png) no-repeat -2px -1px;
  }
  .social-pos ul li a.ico3 {
    background: url(../images/social2.png) no-repeat -68px -2px;
  }
  .bottom-gd {
    padding: 0;
    float: left;
    width: 25%;
  }
  .bottom-one {
    float: left;
    width: 25%;
  }
  .btm-two {
    padding: 53.5px 21px !important;
  }
  .bottom-one {
    padding: 53px 21px;
  }
  .content-wid {
    width: 97.9%;
  }
  .content-left {
    float: left;
    width: 98%;
  }
  .sti-menu li:nth-child(1) a h4 {
    top: 94px;
    left: 102px;
  }
  .sti-menu li a p {
    top: 145px;
    left: 108px;
  }
  .sti-menu li a h4 {
    top: 94px;
    left: 109px;
  }
  .sti-menu li {
    height: 194px;
  }
  .sti-icon.glyphicon {
    margin-top: 29px;
  }
  .content-right {
    width: 97.9%;
    float: left;
  }
  .wrapper .overlay {
    top: 41px;
  }
  .wrapper .description {
    top: 76px;
  }
  .con-btm-right {
    min-height: 358px;
    float: left;
    width: 50%;
  }
  .con-btm-gds {
    padding: 3em 3em;
    float: left;
    width: 50%;
  }
  .con-btm-gds img {
    width: 31%;
    padding: 4px;
  }
  .stars-rate {
    width: 37%;
  }
  .con-btm-gds {
    padding: 2.2em 1em;
    float: left;
    width: 50%;
  }
  .con-btm-right {
    padding: 2.5em 2.5em 0;
  }
  .item-info {
    padding-top: 40px;
  }
  .item-type-double .item-info .headline {
    font-size: 13px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 180px;
  }
  .bottom-one h3 {
    font-size: 16px;
  }
  .bottom-one p {
    line-height: 2em;
  }
  .btm-two {
    padding: 9px 11px !important;
  }
  .bottom-one {
    padding: 10px 11px;
  }
  .focus-grid:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0px;
  }
  .focus-grid {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
  }
  .focus-grid:nth-child(4) {
    margin: 0px 0 0 0;
  }
  .exp-grids {
    float: left;
    width: 33.333%;
    padding: 0 9px;
  }
  .exp-info-text {
    padding: 1.5em 1em;
  }
  .con-btm-right p, .focus-grid p, p.exp-text, .exp-info-text p {
    line-height: 2em;
  }
  p.exp-text {
    width: 83%;
  }
  .banner-mleft {
    min-height: 521px;
  }
  .banner-thxleft {
    min-height: 521px;
  }
  .banner-info {
    left: 4%;
  }
  .footer-grids {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  .footer-grids input[type="submit"] {
    padding: 8px 0;
  }
  .ftr-menu ul li a {
    margin: 0 8px;
  }
  .footer-grids ul {
    margin-top: 15px;
  }
  .footer-grids ul li {
    margin: 0 2px;
  }
  .about_img {
    padding: 0;
    float: left;
    width: 69%;
  }
  .contact, .typrography, .gallery, .about-page {
    padding: 10px 0;
  }
  .about_img_left {
    width: 100% !important;
    margin-top: 35px;
  }
  p.para_abt {
    font-size: 18px;
  }
  .team {
    padding-bottom: 5em;
  }
  .team-gds {
    padding: 0 3px;
    float: left;
    width: 25%;
  }
  .social-content ul li {
    margin: 0 2px;
  }
  .info-gal-con h4 {
    font-size: 21px;
    margin-bottom: 19px;
  }
  .ser-first-grid {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .ser-first-grid:nth-child(4), .ser-first-grid:nth-child(5) {
    margin-top: 30px;
  }
  .services {
    padding-top: 5em;
  }
  h3.tittle {
    font-size: 30px;
  }
  .baner-top {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .contact-grid {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .map iframe {
    min-height: 269px;
  }
  h3.tittle {
    margin-bottom: 35px;
  }
  .wrapper .overlay {
    height: 192px;
  }
  .wrapper .description {
    top: 88px;
  }
  .content-wid {
    width: 87%;
  }
  .banner-text {
    margin-top: 5em;
  }
  .social-pos {
    top: 6.2%;
    right: 22%;
  }
}
@media (max-width: 800px) {
  .grid__item .link {
    font-size: .9em;
  }
  .banner-info {
    left: 8%;
    width: 56%;
  }
  .banner-right {
    width: 35%;
  }
  .banner-text form h5 {
    font-size: 13px;
  }
  button#showLeftPush {
    right: 7px;
    top: 31px;
  }
  .grid__item {
    padding: 39px 0 0 29px;
  }
  .bottom-gd {
    padding: 0;
    float: left;
    width: 25%;
  }
  .bottom-one {
    float: left;
    width: 25%;
  }
  .btm-two {
    padding: 53.5px 21px !important;
  }
  .bottom-one {
    padding: 53px 21px;
  }
  .content-wid {
    width: 97.9%;
  }
  .content-left {
    float: left;
    width: 98%;
  }
  .sti-menu li:nth-child(1) a h4 {
    top: 94px;
    left: 102px;
  }
  .sti-menu li a p {
    top: 145px;
    left: 108px;
  }
  .sti-menu li a h4 {
    top: 94px;
    left: 109px;
  }
  .sti-menu li {
    height: 194px;
  }
  .sti-icon.glyphicon {
    margin-top: 29px;
  }
  .content-right {
    width: 97.9%;
    float: left;
  }
  .wrapper .overlay {
    top: 41px;
  }
  .wrapper .description {
    top: 76px;
  }
  .con-btm-right {
    min-height: 358px;
    float: left;
    width: 50%;
  }
  .con-btm-gds {
    padding: 3em 3em;
    float: left;
    width: 50%;
  }
  .con-btm-gds img {
    width: 31%;
    padding: 4px;
  }
  .stars-rate {
    width: 37%;
  }
  .con-btm-gds {
    padding: 2.2em 1em;
    float: left;
    width: 50%;
  }
  .con-btm-right {
    padding: 2.5em 2.5em 0;
  }
  .item-info {
    padding-top: 40px;
  }
  .item-type-double .item-info .headline {
    font-size: 13px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 180px;
  }
  .bottom-one h3 {
    font-size: 16px;
  }
  .bottom-one p {
    line-height: 2em;
  }
  .btm-two {
    padding: 9px 11px !important;
  }
  .bottom-one {
    padding: 10px 11px;
  }
  .focus-grid:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0px;
  }
  .focus-grid {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
  }
  .focus-grid:nth-child(4) {
    margin: 0px 0 0 0;
  }
  .exp-grids {
    float: left;
    width: 33.333%;
    padding: 0 9px;
  }
  .exp-info-text {
    padding: 1.5em 1em;
  }
  .con-btm-right p, .focus-grid p, p.exp-text, .exp-info-text p {
    line-height: 2em;
  }
  p.exp-text {
    width: 83%;
  }
  .banner-mleft {
    min-height: 521px;
  }
  .banner-thxleft {
    min-height: 521px;
  }
  .banner-info {
    left: 4%;
  }
  .footer-grids {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  .footer-grids input[type="submit"] {
    padding: 8px 0;
  }
  .ftr-menu ul li a {
    margin: 0 8px;
  }
  .footer-grids ul {
    margin-top: 15px;
  }
  .footer-grids ul li {
    margin: 0 2px;
  }
  .about_img {
    padding: 0;
    float: left;
    width: 69%;
  }
  .contact, .typrography, .gallery, .about-page {
    padding: 10px 0;
  }
  .about_img_left {
    width: 100% !important;
    margin-top: 35px;
  }
  p.para_abt {
    font-size: 18px;
  }
  .team {
    padding-bottom: 5em;
  }
  .team-gds {
    padding: 0 3px;
    float: left;
    width: 25%;
  }
  .social-content ul li {
    margin: 0 2px;
  }
  .info-gal-con h4 {
    font-size: 21px;
    margin-bottom: 19px;
  }
  .ser-first-grid {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .ser-first-grid:nth-child(4), .ser-first-grid:nth-child(5) {
    margin-top: 30px;
  }
  .services {
    padding-top: 5em;
  }
  h3.tittle {
    font-size: 30px;
  }
  .baner-top {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .contact-grid {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .map iframe {
    min-height: 269px;
  }
  h3.tittle {
    margin-bottom: 35px;
  }
  .content-left {
    float: left;
    width: 100%;
  }
  .content-wid {
    width: 95.9%;
  }
  .wrapper .overlay {
    top: 31px;
  }
  .banner-mleft {
    min-height: 548px;
  }
  .banner-thxleft {
    min-height: 548px;
  }
  .banner-text {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .social-pos {
    top: 7.2%;
    right: 16%;
  }
  .social-pos {
    top: 7.2%;
    right: 19.5%;
  }
}
@media (max-width: 768px) {
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 520px;
  }
  .grid__item .link {
    font-size: .9em;
  }
  .banner-info {
    left: 8%;
    width: 56%;
  }
  .banner-right {
    width: 100%; /*width: 35%;*/
    min-height: initial;
    top: 100%;
  }
  .banner-text form h5 {
    font-size: 15px;
  }
  button#showLeftPush {
    right: 7px;
    top: 31px;
  }
  .grid__item {
    padding: 39px 0 0 29px;
  }
  .bottom-gd {
    padding: 0;
    float: left;
    width: 25%;
  }
  .bottom-one {
    float: left;
    width: 25%;
  }
  .btm-two {
    padding: 53.5px 21px !important;
  }
  .bottom-one {
    padding: 53px 21px;
  }
  .content-wid {
    width: 97.9%;
  }
  .content-left {
    float: left;
    width: 98%;
  }
  .sti-menu li:nth-child(1) a h4 {
    top: 94px;
    left: 102px;
  }
  .sti-menu li a p {
    top: 145px;
    left: 108px;
  }
  .sti-menu li a h4 {
    top: 94px;
    left: 109px;
  }
  .sti-menu li {
    height: 194px;
  }
  .sti-icon.glyphicon {
    margin-top: 29px;
  }
  .content-right {
    width: 97.9%;
    float: left;
  }
  .wrapper .overlay {
    top: 41px;
  }
  .wrapper .description {
    top: 76px;
  }
  .con-btm-right {
    min-height: 358px;
    float: left;
    width: 50%;
  }
  .con-btm-gds {
    padding: 3em 3em;
    float: left;
    width: 50%;
  }
  .con-btm-gds img {
    width: 31%;
    padding: 4px;
  }
  .stars-rate {
    width: 37%;
  }
  .con-btm-gds {
    padding: 2.2em 1em;
    float: left;
    width: 50%;
  }
  .con-btm-right {
    padding: 2.5em 2.5em 0;
  }
  .item-info {
    padding-top: 40px;
  }
  .item-type-double .item-info .headline {
    font-size: 13px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 180px;
  }
  .bottom-one h3 {
    font-size: 16px;
  }
  .bottom-one p {
    line-height: 2em;
  }
  .btm-two {
    padding: 9px 11px !important;
  }
  .bottom-one {
    padding: 10px 11px;
  }
  .focus-grid:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0px;
  }
  .focus-grid {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
  }
  .focus-grid:nth-child(4) {
    margin: 0px 0 0 0;
  }
  .exp-grids {
    float: left;
    width: 33.333%;
    padding: 0 9px;
  }
  .exp-info-text {
    padding: 1.5em 1em;
  }
  .con-btm-right p, .focus-grid p, p.exp-text, .exp-info-text p {
    line-height: 2em;
  }
  p.exp-text {
    width: 83%;
  }
  .banner-mleft {
    min-height: 521px;
  }
  .banner-thxleft {
    min-height: 521px;
  }
  .banner-info {
    left: 4%;
  }
  .footer-grids {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  .footer-grids input[type="submit"] {
    padding: 8px 0;
  }
  .ftr-menu ul li a {
    margin: 0 8px;
  }
  .footer-grids ul {
    margin-top: 15px;
  }
  .footer-grids ul li {
    margin: 0 2px;
  }
  .about_img {
    padding: 0;
    float: left;
    width: 69%;
  }
  .contact, .typrography, .gallery, .about-page {
    padding: 10px 0;
  }
  .about_img_left {
    width: 100% !important;
    margin-top: 35px;
  }
  p.para_abt {
    font-size: 18px;
  }
  .team {
    padding-bottom: 5em;
  }
  .team-gds {
    padding: 0 3px;
    float: left;
    width: 25%;
  }
  .social-content ul li {
    margin: 0 2px;
  }
  .info-gal-con h4 {
    font-size: 21px;
    margin-bottom: 19px;
  }
  .ser-first-grid {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .ser-first-grid:nth-child(4), .ser-first-grid:nth-child(5) {
    margin-top: 30px;
  }
  .services {
    padding-top: 5em;
  }
  h3.tittle {
    font-size: 30px;
  }
  .baner-top {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .contact-grid {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .map iframe {
    min-height: 269px;
  }
  h3.tittle {
    margin-bottom: 35px;
  }
  .social-pos {
    top: 7.2%;
    right: 15%;
  }
  .banner-mleft {
    min-height: 548px;
  }
  .banner-thxleft {
    min-height: 548px;
  }
  .social-pos {
    top: 2%;
    left: 0%;
  }
}
@media (max-width: 736px) {
  .contact, .typrography, .gallery, .about-page {
    padding: 5px 0;
  }
  .experience {
    padding: 4em 0;
  }
  .team {
    padding-bottom: 4em;
  }
  .footer {
    padding: 4em 0;
  }
  .services {
    padding-top: 4em;
  }
  .cbp-spmenu-vertical a {
    padding: 1.4em 0;
  }
  .ban-mar {
    margin: 20px 0 4px;
  }
  .baner-top:nth-child(8), .baner-top:nth-child(7) {
    margin-top: 20px;
  }
  .banner-info h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }
  .btm-two {
    padding: 5px 9px !important;
  }
  .bottom-one {
    padding: 6px 11px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 172px;
  }
  .wrapper .overlay {
    height: 151px;
  }
  .sti-menu li a h4 {
    padding: 10px 0;
  }
  .sti-menu li a p {
    left: 99px;
  }
  p.exp-text {
    width: 89%;
  }
}
@media (max-width: 667px) {
  p.para_abt {
    font-size: 15px;
  }
  .team-gds {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .team-gds img {
    width: 100%;
  }
  .team-gds:nth-child(4), .team-gds:nth-child(5) {
    margin-top: 30px;
  }
  .about_img {
    width: 83%;
  }
  .footer-grids {
    float: left;
    width: 100%;
    padding: 0;
  }
  .footer-grids h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .footer-grids:nth-child(2) {
    margin: 35px 0;
  }
  .footer {
    padding: 3em 0;
  }
  .logo2 a {
    font-size: 24px;
  }
  .copy-right p {
    font-size: 14px;
  }
  .contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea, .contact-grid input[type="password"] {
    padding: 8px 10px;
  }
  .contact-grid textarea {
    min-height: 113px;
  }
  .newsletter h3 {
    font-size: 1.3em;
  }
  .newsletter {
    padding: 2.65em 0em;
  }
  .contact-grids {
    margin-bottom: 4em;
  }
  .map iframe {
    min-height: 235px;
  }
  .baner-top a {
    padding: 6px 6px;
  }
  .info-gal-con p {
    line-height: 2em;
  }
  h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    font-size: 18px;
  }
  .exp-grids {
    width: 50%;
    padding: 0;
    float: none;
    display: inline-block;
  }
  .exp-grids {
    width: 49%;
    padding: 0 7px;
    float: none;
    display: inline-block;
  }
  .exp-grids:nth-child(5) {
    margin: 25px auto 0;
    display: block;
  }
  .about_img {
    width: 100%;
  }
  .banner-right {
    width: 100%;
  }
  .best-hot {
    float: left;
    width: 100%; /*46%*/
    /*margin: 0 2%;*/
  }
  .banner-info {
    width: 92%;
  }
  .banner-mleft {
    min-height: 367px;
  }
  .banner-thxleft {
    min-height: 367px;
  }
  .banner-info {
    top: 36%;
  }
  .banner-text {
    margin-top: 0;
  }
  .banner-right {
    padding: 20px 20px;
  }
  .banner-right {
    min-height: initial;
    top: 100%;
  }
  .banner-bot {
    margin-top: 20em;
  }
  .social-pos {
    top: 11.3%;
    right: 15%;
  }
  .bottom-one, .bottom-gd {
    float: left;
    width: 50%;
  }
  .bottom-one h3 {
    font-size: 21px;
  }
  .bottom-one {
    padding: 71px 45px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 297px;
  }
  .item-type-double .item-info .line {
    margin: 21px auto;
  }
  .item-info {
    padding-top: 76px;
  }
  .btm-two {
    padding: 73px 45px !important;
  }
  .banner-text h3 {
    font-size: 24px;
  }
  .banner-bot {
    margin-top: 20.46em;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 82px;
  }
  .sti-menu li a p {
    left: 79px;
  }
  .sti-menu li a h4 {
    left: 90px;
  }
  .wrapper .overlay {
    top: 25px;
  }
  .wrapper .description {
    top: 58px;
  }
  .stars-rate {
    width: 45%;
  }
  .con-btm-right h4 {
    font-size: 23px;
  }
  .con-btm-right {
    padding: 2.2em 1.5em 0;
  }
  .con-btm-gds p {
    line-height: 2em;
  }
  .con-btm-gds {
    padding: 1.5em 1em;
  }
  .con-btm-right {
    min-height: 337px;
  }
  .we-focus {
    padding: 4em 0em;
  }
  .cbp-spmenu-vertical {
    width: 179px;
  }
  .cbp-spmenu-push-toright {
    right: 179px;
  }
  .con-btm-right {
    min-height: 341px;
  }
}
@media (max-width: 640px) {
  .con-btm-right {
    min-height: 337px;
  }
  .info-gal-con p {
    line-height: 1.8em;
  }
  .banner-info {
    min-height: 156px;
  }
}
@media (max-width: 600px) {
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 273px;
  }
  .btm-two {
    padding: 46px 45px !important;
  }
  .bottom-one {
    padding: 59px 45px;
  }
  .con-btm-right {
    padding: 1.2em 1.5em 0;
  }
  .con-btm-right {
    min-height: 329px;
  }
  .stars-rate {
    width: 49%;
  }
  .wrapper .overlay {
    top: 19px;
  }
  .wrapper .description {
    top: 48px;
  }
}
@media (max-width: 568px) {
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 261px;
  }
  .logo2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
  }
  .ftr-menu {
    float: right;
    margin-top: 7px;
    width: 100%;
    text-align: center;
  }
  .btm-two {
    padding: 40px 45px !important;
  }
  .bottom-one {
    padding: 53px 45px;
  }
  .content-wid {
    width: 97.3%;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 68px;
  }
  .sti-menu li a p {
    left: 65px;
  }
  .sti-menu li a h4 {
    left: 74px;
  }
  .wrapper .overlay {
    height: 138px;
  }
  .con-btm-right {
    min-height: 326px;
  }
  .focus-layout h4 {
    font-size: 15px;
  }
  .focus-layout {
    padding: 29px 0;
  }
}
@media (max-width: 480px) {
  .banner-info {
    min-height: 177px;
  }
  .item-type-double .item-info .line {
    margin: 14px auto;
  }
  .item-info {
    padding-top: 51px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 217px;
  }
  .btm-two {
    padding: 18px 22px !important;
  }
  .bottom-one {
    padding: 31px 22px;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 45px;
  }
  .sti-menu li a p {
    left: 40px;
  }
  .wrapper .overlay {
    top: 4px;
  }
  .wrapper .description {
    top: 13px;
  }
  .content-wid {
    width: 93.5%;
    margin: 0 auto;
    float: none;
  }
  .content-left {
    float: left;
    width: 100%;
  }
  .sti-menu li a h4 {
    left: 51px;
  }
  .con-btm-right {
    padding: 2.2em 1.5em 0;
  }
  .con-btm-right {
    min-height: 252px;
    width: 100%;
  }
  .con-btm-gds {
    width: 100%;
  }
  .stars-rate {
    width: 30%;
  }
  .focus-grid h3, .experience h3 {
    font-size: 26px;
  }
  .focus-grid {
    width: 50%;
  }
  .focus-grid:nth-child(4), .focus-grid:nth-child(5), .focus-grid:nth-child(6), .focus-grid:nth-child(7) {
    margin: 30px 0 0 0;
  }
  .exp-gd-info {
    background: url(../images/e1.jpg) no-repeat 0px 0px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
  }
  .exp-grids {
    width: 100%;
    padding: 0;
  }
  .exp-grids:nth-child(5), .exp-grids:nth-child(4) {
    margin: 25px 0 0 0;
  }
  .ser-first-grid h4 {
    font-size: 19px;
  }
  .baner-top {
    padding: 0;
    float: none;
    width: 71%;
    margin: 0px auto 26px auto !important;
  }
  .ban-mar {
    margin: 0 auto;
  }
  .contact-grid {
    float: left;
    width: 100%;
    padding: 0;
  }
  .contact-grid:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 414px) {
  .team-gds {
    padding: 0;
    float: none;
    width: 77%;
    margin: 0 auto 30px;
  }
  .choose-grid h4 {
    font-size: 19px;
  }
  .map iframe {
    min-height: 190px;
  }
  .grid_3 p, .page-header p {
    font-size: 13px;
  }
  h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    font-size: 16px;
  }
  .label {
    padding: 4px 4px;
  }
  .pagination-lg > li > a, .pagination-lg > li > span {
    padding: 2px 11px;
  }
  .ftr-menu ul li a {
    font-size: 13px;
  }
  .ftr-menu ul li a {
    margin: 0 2px;
    font-size: 12px;
  }
  .ser-first-grid {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .experience h3 {
    font-size: 23px;
  }
  .experience {
    padding: 3em 0;
  }
  p.exp-text {
    width: 100%;
    margin: 25px auto 30px;
  }
  .ser-first-grid:nth-child(5), .team-gds:nth-child(5), .baner-top:nth-child(8) {
    margin: 0 auto;
  }
  .baner-top {
    width: 84%;
  }
  .cbp-spmenu a {
    font-size: 1em;
  }
  .cbp-spmenu h3 {
    font-size: 1.5em;
  }
  .banner-info {
    padding: 33px 16px;
  }
  .grid__item .link {
    font-size: .8em;
  }
  .grid__item {
    padding: 37px 0 0 13px;
  }
  button#showLeftPush {
    padding: 0 !important;
  }
  button#showLeftPush img {
    width: 75%;
  }
  button#showLeftPush {
    right: 10px;
    top: 44px;
  }
  .banner-mleft {
    min-height: 322px;
  }
  .banner-thxleft {
    min-height: 322px;
  }
  .social-pos {
    top: 12.3%;
  }
  .best-hot {
    float: left;
    width: 100%;
    margin: 0;
  }
  .banner-bot {
    margin-top: 29.7em;
  }
  .bottom-one, .bottom-gd {
    float: left;
    width: 100%;
  }
  .sti-menu li a h4 {
    font-size: 18px;
  }
  .content-wid {
    width: 91.5%;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 26px;
  }
  .sti-menu li a p {
    top: 136px;
    left: 7px;
  }
  .sti-menu li a h4 {
    left: 29px;
  }
  .sti-menu li {
    height: 183px;
  }
  .content-right img {
    height: 180px;
  }
  .wrapper .overlay {
    height: 170px;
  }
  .content-right {
    width: 100%;
    float: left;
  }
  .con-btm-right {
    min-height: 335px;
  }
  .stars-rate {
    width: 40%;
  }
  .focus-grid h3 {
    font-size: 21px;
  }
  .footer-grids h3 {
    font-size: 20px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info, .item-img img {
    height: 217px;
  }
  .content-wid {
    width: 92.5%;
  }
  .wrapper .description {
    top: 33px;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 36px;
  }
  .sti-menu li a p {
    left: 17px;
  }
  .sti-menu li a h4 {
    left: 41px;
  }
  .con-btm-right {
    min-height: 313px;
  }
}
@media (max-width: 384px) {
  .banner-info {
    min-height: 177px;
  }
  .item-type-double .item-info .line {
    margin: 14px auto;
  }
  .item-info {
    padding-top: 51px;
  }
  .item, .item-hover, .item-hover .mask, .item-img, .item-info {
    height: 217px;
  }
  .btm-two {
    padding: 18px 22px !important;
  }
  .bottom-one {
    padding: 31px 22px;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 45px;
  }
  .sti-menu li a p {
    left: 40px;
  }
  .wrapper .overlay {
    top: 4px;
  }
  .wrapper .description {
    top: 13px;
  }
  .content-wid {
    width: 93.5%;
    margin: 0 auto;
    float: none;
  }
  .content-left {
    float: left;
    width: 100%;
  }
  .sti-menu li a h4 {
    left: 51px;
  }
  .con-btm-right {
    padding: 2.2em 1.5em 0;
  }
  .con-btm-right {
    min-height: 252px;
    width: 100%;
  }
  .con-btm-gds {
    width: 100%;
  }
  .stars-rate {
    width: 30%;
  }
  .experience h3 {
    font-size: 22px;
  }
  .focus-grid {
    width: 50%;
  }
  .focus-grid:nth-child(4), .focus-grid:nth-child(5), .focus-grid:nth-child(6), .focus-grid:nth-child(7) {
    margin: 30px 0 0 0;
  }
  .exp-gd-info {
    background: url(../images/e1.jpg) no-repeat 0px 0px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
  }
  .exp-grids {
    width: 100%;
    padding: 0;
  }
  .exp-grids:nth-child(5), .exp-grids:nth-child(4) {
    margin: 25px 0 0 0;
  }
  .ser-first-grid h4 {
    font-size: 19px;
  }
  .baner-top {
    padding: 0;
    float: none;
    width: 71%;
    margin: 0px auto 26px auto !important;
  }
  .ban-mar {
    margin: 0 auto;
  }
  .contact-grid {
    float: left;
    width: 100%;
    padding: 0;
  }
  .contact-grid:nth-child(2) {
    margin-top: 30px;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 33px;
  }
  .sti-menu li a p {
    left: 10px;
  }
  .sti-menu li a h4 {
    left: 34px;
  }
  .con-btm-right {
    min-height: 337px;
  }
}
@media (max-width: 375px) {
  .stars-rate {
    width: 41%;
  }
  .focus-grid h3 {
    font-size: 21px;
  }
  .content-wid {
    width: 91.5%;
    margin: 0 auto;
    float: none;
  }
  .baner-top {
    width: 89%;
  }
  .banner-mleft.page-head {
    min-height: 115px;
  }
  .banner-thxleft.page-head {
    min-height: 115px;
  }
  .focus-grid h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
  }
}
@media (max-width: 320px) {
  .contact, .typrography, .gallery, .about-page {
    padding: 5px 0;
  }
  p.para_abt {
    margin-top: 25px;
    font-size: 13px;
  }
  .team-gds {
    width: 100%;
  }
  .cbp-spmenu-vertical {
    width: 125px;
  }
  .cbp-spmenu-push-toright {
    right: 125px;
  }
  .grid__item .link {
    font-size: .75em;
  }
  .grid__item {
    padding: 40px 0 0 10px;
  }
  .banner-info {
    width: 100%;
  }
  .banner-info h3 {
    font-size: 17px;
  }
  .banner-info {
    left: 0%;
  }
  .social-pos ul li a {
    width: 25px;
    height: 25px;
    background-size: 535% !important;
  }
  .social-pos ul li a.ico2 {
    background: url(../images/social2.png) no-repeat -26px -1px;
  }
  .social-pos ul li a.ico3 {
    background: url(../images/social2.png) no-repeat -52px -1px;
  }
  .social-pos {
    top: 14.1%;
  }
  .banner-text h3 {
    font-size: 23px;
  }
  .sti-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #9BDAE4;
    height: 192px;
  }
  .sti-menu li a h4 {
    font-size: 23px;
  }
  .sti-menu li:nth-child(1) a h4 {
    left: 65px;
  }
  .sti-menu li a p {
    left: 62px;
    top: 149px;
  }
  .sti-menu li a h4 {
    left: 73px;
  }
  .wrapper .description {
    padding: 0px 11px;
  }
  .con-btm-right {
    min-height: 365px;
  }
  .stars-rate {
    width: 51%;
  }
  .we-focus {
    padding: 3em 0em;
  }
  .focus-grid p {
    margin: 15px 0 0px 0;
  }
  .focus-grid {
    width: 88%;
    margin: 0 auto 30px !important;
    float: none;
  }
  .focus-layout h4 {
    font-size: 20px;
  }
  .focus-grid:nth-child(7) {
    margin: 0px auto;
  }
  .copy-right p {
    line-height: 1.8em;
  }
  h3.tittle {
    margin-bottom: 26px;
  }
  .baner-top {
    width: 100%;
  }
  .bottom-one h3 {
    font-size: 20px;
  }
  .banner-text h3 {
    font-size: 20px;
  }
  .content-wid {
    width: 90%;
  }
}
h5.lightblue {
  color: #000;
  background-color: #b7ecff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 18px;
  display: inline-block;
  font-size: 18px;
}
h5.blue {
  color: #1ca8e0 !important;
  background-color: rgba(255, 255, 255, .0) !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 0px 0px 0px;
  display: inline-block;
  font-size: 22px !important;
  font-weight: bold;
}
h5.pink {
  color: #e4007f !important;
  background-color: rgba(255, 255, 255, .0) !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 0px 0px 0px;
  display: inline-block;
  font-size: 22px !important;
  font-weight: bold;
}
h5.green {
  color: #5c9240 !important;
  background-color: rgba(255, 255, 255, .0) !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 0px 0px 0px;
  display: inline-block;
  font-size: 22px !important;
  font-weight: bold;
}
.add-red {
  color: #d95c5c !important;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 0px 10px 0px;
}
.red {
  color: #de485c
}
.blue {
  color: #009fba
}
.green {
  color: #398308
}
.blue-title {
  font-size: 1.5em;
  color: #02469b;
  font-weight: normal; /*normal bold*/
}
.pink-title {
  font-size: 1.5em;
  color: #e4007f;
  font-weight: normal; /*normal bold*/
}
.yellow {
  font-size: 1.25em;
  color: #ffdd15;
  font-weight: bold
}
.orangebg {
  color: #000;
  font-size: 16px;
  font-weight: normal; /*normal bold*/
  /*background-color: #a6c953;*/
  padding: 4px 4px 4px 4px;
  margin-top: 10px;
  /*-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;*/
}
/*checkbox*/
#sel {
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 15px;
  width: auto;
  margin-bottom: 20px;
  border: 2px solid #dfdfdf;
  -moz-border-radius: 1;
  border-radius: 15px;
  overflow: hidden;
}
#sel div {
  width: 100%;
  float: right;
  margin: 0px 0px 5px 0px;
}
#sel input[type="radio"] {
  display: none;
}
#sel input[type="radio"] + label:before {
  content: "";
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 5px;
  margin-top: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}
/* appearance for checked radiobutton */
#sel input[type="radio"]:checked + label:before {
  background-color: #000;
}
/* optional styles, I'm using this for centering radiobuttons */
#sel label {
  align-items: center;
  display: block;
  color: #de485c;
  font-size: 20px;
}
#sel label:checked {
  background-color: #fff !important
}
#sel .green {
  align-items: center;
  display: block;
  color: #1ba21e
}
#sel .blue {
  align-items: center;
  display: block;
  color: #007eff
}
/*button*/
.btn3 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-decoration: none;
  border: 0px solid #2e89a8;
  color: #000000;
  position: relative;
  display: inline-block;
  white-space: pre-line;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  padding: 10px 10%;
  text-decoration: none;
  margin: 0px auto;
  /*-webkit-box-shadow: 4px 4px 0px 0px #2e89a8;
	-moz-box-shadow: 4px 4px 0px 0px #2e89a8;
	box-shadow: 4px 4px 0px 0px #2e89a8;*/
  text-decoration: none;
}
.btn3:hover {
  /*-webkit-box-shadow: 2px 2px 0px 0px #105b76!important;
	-moz-box-shadow: 2px 2px 0px 0px #105b76!important;
	box-shadow: 2px 2px 0px 0px #105b76!important;*/
}
.btngo {
  outline: none;
  border: none;
  width: 100%;
  background: #ff7900;
  color: #fff;
  font-size: 18px;
  padding: 5px 0px;
  text-transform: uppercase;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  margin: 10px 0px 10px 0px;
}
.btngo:hover {
  background: #000;
}
.btn-more {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-decoration: none;
  border: 1px solid #2e89a8;
  color: #000000;
  position: relative;
  display: inline-block;
  white-space: pre-line;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0px auto 0px 30px;
  -webkit-box-shadow: 4px 4px 0px 0px #2e89a8;
  -moz-box-shadow: 4px 4px 0px 0px #2e89a8;
  box-shadow: 4px 4px 0px 0px #2e89a8;
  text-decoration: none;
}
.btn-more:hover {
  -webkit-box-shadow: 2px 2px 0px 0px #105b76 !important;
  -moz-box-shadow: 2px 2px 0px 0px #105b76 !important;
  box-shadow: 2px 2px 0px 0px #105b76 !important;
}
.btn {
  background: #1774d1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 18px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin: 0px auto;
  text-align: center
}
.btn:hover {
  background: #3cb0fd;
}
.btnblue, .btnblue:link, .btnblue:visited {
  transition: all 0.5s;
  margin-bottom: 16px;
  background-color: #b7ecff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 18px;
  display: inline-block;
  font-size: 18px
}
.btnblue:hover, .btnblue:focus, .btnblue:active {
  background-color: #2680c6;
  color: #ffffff;
}
.btnblue span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.btnblue span:after {
  content: '»';
  font-size: 30px;
  position: absolute;
  opacity: 0;
  top: -4px;
  right: -20px;
  transition: 0.5s;
}
.btnblue:hover span {
  padding-right: 25px;
}
.btnblue:hover span:after {
  opacity: 1;
  right: 0;
}
.btngreen, .btngreen:link, .btngreen:visited {
  background-color: #88be4f; /*3F8ABF*/
}
.btngreen:hover, .btngreen:focus, .btngreen:active {
  background-color: #6aa130;
  color: #ffffff;
  /*-webkit-box-shadow: 0px 5px 0px 0px #365e0c!important;
	-moz-box-shadow: 0px 5px 0px 0px #365e0c!important;
	box-shadow: 0px 5px 0px 0px #365e0c!important;*/
}
.c-btn {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: left;
}
.popup-btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
input[type=radio] {
  display: inline-block;
  cursor: pointer;
  margin-top: -3px;
  margin-right: 5px;
  line-height: 2em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
}
input[type=checkbox] {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  line-height: 2em;
  margin-top: 0px;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
}
/*form*/
.form {
  margin: 0px;
  padding: 20px 10px 10px 10px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 2em;
}
.title01 {
  margin: 0px;
  padding: 10px;
  background-color: #1774d1;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff
}
form header div {
  font-size: 1.3em;
  color: #02469b;
  font-weight: bold
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  /*overflow: hidden;*/
  padding: 1px;
  margin: 0 0 0px 0; /*margin: 0 0 4px 0;*/
  font-size: 15px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label, legend {
  width: 15%;
  float: left;
  padding-top: 5px;
}
form > div > div, form > div > fieldset > div {
  width: 100%;
  float: right;
}
form > div > fieldset label {
  font-size: 1.25em;
  font-weight: bold
}
fieldset {
  border: 0;
  padding: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], textarea {
  width: 100%;
  border: 1px solid #00c5d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}
select {
  width: 100%;
  border: 1px solid #00c5d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #5A5A5A;
  font-size: 15px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  padding: 5px;
  margin: 0px;
}
input[type=text], input[type=email], input[type=url], input[type=password] {
  width: 50%;
  height: 34px;
  padding: 5px
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus, .select:focus {
  outline: 0;
  background-color: #b7ecff;
  border: 2px solid #64bcd6;
}
.basic {
  width: 50% !important
}
.small {
  width: 20% !important
}
.medium {
  width: 30% !important
}
.space {
  padding: 10px;
  background: #f4f4f4;
  font-size: 1.1em;
  border: 2px solid #d4d4d4
}
@media screen and (max-width:800px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width:800px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .form {
    margin: 0px;
    line-height: 2em;
  }
  form > div {
    margin: 0 10px 5px 0;
  }
  form > div > label, legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div, form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text], input[type=email], input[type=url], input[type=password], textarea, select {
    width: 90%;
    margin-bottom: 10px;
  }
  form header div {
    font-size: 18px;
    color: #02469b;
    font-weight: bold
  }
  .small {
    width: 35% !important
  }
  .basic {
    width: 70% !important
  }
  .video-title {
    position: absolute;
    width: 50%;
    top: -30px;
    left: 6px;
    z-index: 3
  }
}
.left-block {
  width: 100%
}
.right-block {
  width: 100%
}
@media screen and (min-width:768px) {
  /*grid*/
  .left-block {
    width: 47%;
    float: left;
    padding: 10px;
  }
  .right-block {
    width: 47%;
    float: right;
    padding: 10px;
    text-align: center;
    position: relative
  }
  .inleft-block {
    width: 48% !important;
  }
  .inright-block {
    width: 52% !important;
  }
}
/*video*/
.video-container {
  width: 100%;
  height: 265px;
  margin-top: 24px;
  margin-left: -5px;
  margin-right: 10px;
  position: relative;
  padding-bottom: 58.85%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #3cd6d3;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 40px;
  left: 26px;
  width: 84%;
  height: 72%;
  padding: 5px 5px 5px 5px;
}
.video-container- iframe {
  width: 90%;
}
.video-title {
  position: absolute;
  width: 70%;
  top: 0px;
  left: -5px;
  z-index: 3
}
.video-text {
  font-size: 16px;
  padding: 10px 14px;
  text-align: left;
  font-weight: normal;
  margin-left: 3px;
  display: block;
  line-height: 1.75em;
}
.video-containerbg {
  background-color: #b6e9ff !important; /*e3e3e3*/
}
.video-container2 {
  width: 443px;
  height: 308px;
  margin-top: 330px;
  margin-left: 36px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #e3e3e3;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -moz-box-shadow: 3px 2px 0px #b9babe;
  -webkit-box-shadow: 3px 2px 0px #b9babe;
  box-shadow: 3px 2px 0px #b9babe;
}
.video-container2 iframe, .video-container2 object, .video-container2 embed {
  position: absolute;
  top: 50px;
  left: 16px;
  width: 90%;
  height: 72%;
  padding: 5px 5px 5px 5px;
}
.video-title2 {
  position: absolute;
  width: 100%;
  top: 284px;
  left: -74px;
  z-index: 3
}
.video-text1 {
  font-size: 1.05em;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
  margin-left: 26px;
  display: block; /*block none*/
  line-height: 1.5em;
}
.video-text2 {
  font-size: 1.05em;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
  margin-left: 26px;
  display: none; /*block none*/
  line-height: 1.5em;
}
.p1-container {
  margin-top: 310px;
}
.content {
  width: auto;
  margin: 0px auto;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 10px 10px 0px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, .2);
  box-shadow: 10px 10px 0px rgba(0, 0, 0, .2);
}
@media screen and (max-width:991px) {
  .video-container {
    width: 100%;
    height: 265px;
    margin-top: 24px;
    margin-left: -5px;
    margin-right: 10px;
    position: relative;
    padding-bottom: 58.85%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #3cd6d3;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 30px;
    left: 26px;
    width: 84%;
    height: 72%;
    padding: 5px 5px 5px 5px;
  }
}
@media screen and (max-width:767px) {
  .video-container {
    width: 100%;
    height: 265px;
    margin-top: 24px;
    margin-left: -5px;
    margin-right: 10px;
    position: relative;
    padding-bottom: 58.85%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #3cd6d3;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 10% !important;
    left: 22px !important;
    width: 84%;
    height: 72%;
    padding: 5px 5px 5px 5px;
  }
}
/* Style the tab */
div.tab {
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #6DCA43;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
}
/* Style the buttons inside the tab */
div.tab button {
  color: #fff;
  background-color: #c1c1c1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 22px;
  text-align: center;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";
  width: 33.33333333%;
  border-left: 2px solid #fff;
}
/* Change background color of buttons on hover */
div.tab button:hover {
  color: #d05e15;
  background-color: #ffd449;
  font-weight: bold; /*normal bold*/
}
/* Create an active/current tablink class */
div.tab button.active {
  background-color: #ffd449;
  color: #d05e15;
  font-weight: bold; /*normal bold*/
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 30px 12px 6px 12px;
  background: #fff;
  border-top: none;
}
#bubbles {
  padding: 0px 0
}
.bubble {
  width: 5vw;
  height: 5vw;
  background: #0071bc;
  border-radius: 10vw;
  -moz-border-radius: 10vw;
  -webkit-border-radius: 10vw;
  position: absolute;
}
.x1 {
  left: 85vw;
  color: yellow;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background: #8b5ca4;
  -webkit-animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
  -o-animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
  animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
}
.x2 {
  left: 5vw;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  background: #f15a24;
  -webkit-animation: moveBubbles 16s linear infinite, sideWays 15s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 16s linear infinite, sideWays 15s ease-in-out infinite alternate;
  -o-animation: moveBubbles 16s linear infinite, sideWays 15s ease-in-out infinite alternate;
  animation: moveBubbles 16s linear infinite, sideWays 15s ease-in-out infinite alternate;
}
.x3 {
  left: 35vw;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  background: #f7931e;
  -webkit-animation: moveBubbles 15s linear infinite, sideWays 24s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 15s linear infinite, sideWays 24s ease-in-out infinite alternate;
  -o-animation: moveBubbles 15s linear infinite, sideWays 24s ease-in-out infinite alternate;
  animation: moveBubbles 15s linear infinite, sideWays 24s ease-in-out infinite alternate;
}
.x4 {
  left: 47vw;
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
  background: #0071bc;
  -webkit-animation: moveBubbles 9s linear infinite, sideWays 12s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 9s linear infinite, sideWays 12s ease-in-out infinite alternate;
  -o-animation: moveBubbles 9s linear infinite, sideWays 12s ease-in-out infinite alternate;
  animation: moveBubbles 9s linear infinite, sideWays 12s ease-in-out infinite alternate;
}
.x5 {
  left: 15vw;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background: #c1272d;
  -webkit-animation: moveBubbles 15s linear infinite, sideWays 21s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 15s linear infinite, sideWays 21s ease-in-out infinite alternate;
  -o-animation: moveBubbles 15s linear infinite, sideWays 21s ease-in-out infinite alternate;
  animation: moveBubbles 15s linear infinite, sideWays 21s ease-in-out infinite alternate;
}
.x6 {
  left: 73vw;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  background: #29abe2;
  -webkit-animation: moveBubbles 8s linear infinite, sideWays 14s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 8s linear infinite, sideWays 14s ease-in-out infinite alternate;
  -o-animation: moveBubbles 8s linear infinite, sideWays 14s ease-in-out infinite alternate;
  animation: moveBubbles 8s linear infinite, sideWays 14s ease-in-out infinite alternate;
}
.x7 {
  left: 67vw;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  background: #fcee21;
  -webkit-animation: moveBubbles 11s linear infinite, sideWays 15s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 11s linear infinite, sideWays 15s ease-in-out infinite alternate;
  -o-animation: moveBubbles 11s linear infinite, sideWays 15s ease-in-out infinite alternate;
  animation: moveBubbles 11s linear infinite, sideWays 15s ease-in-out infinite alternate;
}
.x8 {
  left: 56vw;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  background: #ed1e79;
  -webkit-animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
  -o-animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
  animation: moveBubbles 10s linear infinite, sideWays 14s ease-in-out infinite alternate;
}
.x9 {
  left: 20vw;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  background: #009245;
  -webkit-animation: moveBubbles 10.5s linear infinite, sideWays 12s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 10.5s linear infinite, sideWays 12s ease-in-out infinite alternate;
  -o-animation: moveBubbles 10.5s linear infinite, sideWays 12s ease-in-out infinite alternate;
  animation: moveBubbles 10.5s linear infinite, sideWays 12s ease-in-out infinite alternate;
}
.x10 {
  left: 33vw;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  background: #9e005d;
  -webkit-animation: moveBubbles 11.3s linear infinite, sideWays 15s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 11.3s linear infinite, sideWays 15s ease-in-out infinite alternate;
  -o-animation: moveBubbles 11.3s linear infinite, sideWays 15s ease-in-out infinite alternate;
  animation: moveBubbles 11.3s linear infinite, sideWays 15s ease-in-out infinite alternate;
}
.x11 {
  left: 77vw;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  background: #f7931e;
  -webkit-animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -o-animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
  animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
}
.x12 {
  left: 37vw;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  background: #f15a24;
  -webkit-animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -o-animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
  animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
}
.x13 {
  right: 27vw;
  bottom: 10px;
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
  background: #8b5ca4;
  -webkit-animation: moveBubbles 7s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 7s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -o-animation: moveBubbles 7s linear infinite, sideWays 25s ease-in-out infinite alternate;
  animation: moveBubbles 7s linear infinite, sideWays 25s ease-in-out infinite alternate;
}
.x14 {
  right: 17vw;
  top: 20px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  background: #ff0000;
  -webkit-animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -o-animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
  animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
}
.x15 {
  right: 27vw;
  bottom: 10px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  background: #f7931e;
  -webkit-animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -o-animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
  animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
}
.x16 {
  right: 57vw;
  top: 20px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  background: #39b54a;
  -webkit-animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -o-animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
  animation: moveBubbles 11s linear infinite, sideWays 35s ease-in-out infinite alternate;
}
.x17 {
  right: 32vw;
  bottom: 10px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  background: #009245;
  -webkit-animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -o-animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
  animation: moveBubbles 15s linear infinite, sideWays 25s ease-in-out infinite alternate;
}
.x18 {
  right: 5vw;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  background: #f15a24;
  -webkit-animation: moveBubbles 12s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 12s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -o-animation: moveBubbles 12s linear infinite, sideWays 35s ease-in-out infinite alternate;
  animation: moveBubbles 12s linear infinite, sideWays 35s ease-in-out infinite alternate;
}
.x19 {
  left: 20vw;
  bottom: 10px;
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
  background: #29abe2;
  -webkit-animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
  -o-animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
  animation: moveBubbles 8s linear infinite, sideWays 25s ease-in-out infinite alternate;
}
.x20 {
  right: 37vw;
  top: 20px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  background: #2e3192;
  -webkit-animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
  -o-animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
  animation: moveBubbles 8s linear infinite, sideWays 35s ease-in-out infinite alternate;
}
@-webkit-keyframes moveBubbles {
  0% {
    top: 30vh;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -51vh;
    opacity: 1;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}
@-moz-keyframes moveBubbles {
  0% {
    top: 30vh;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -51vh;
    opacity: 1;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}
@-o-keyframes moveBubbles {
  0% {
    top: 30vh;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -51vh;
    opacity: 1;
  }
}
@-o-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}
@keyframes moveBubbles {
  0% {
    top: 30vh;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -51vh;
    opacity: 1;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}
.title-close {
  display: none;
}
@media screen and (min-width: 1500px) {
  .title-close {
    display: block !important;
  }
}
@media screen and (max-width: 1920px) {
  .banner-mleft {
    min-height: 480px !important;
  }
  .banner-thxleft {
    min-height: 480px !important;
  }
}
@media screen and (max-width: 1700px) {
  .banner-mleft {
    min-height: 420px !important;
  }
  .banner-thxleft {
    min-height: 420px !important;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 96% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 900px;
  }
  .social-pos {
    position: absolute;
    right: 15%;
    z-index: 999;
    top: 4%;
  }
}
@media screen and (max-width: 1500px) {
  .banner-mleft {
    min-height: 380px !important;
  }
  .banner-thxleft {
    min-height: 380px !important;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 98% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 800px;
  }
  .social-pos {
    position: absolute;
    right: 12%;
    z-index: 999;
    top: 4%;
  }
  #sel label {
    align-items: center;
    display: block;
    color: #de485c;
    font-size: 16px !important;
  }
  #sel {
    padding: 6px !important;
    background: #f4f4f4;
    -webkit-border-radius: 15px;
    width: auto;
    margin-bottom: 20px !important;
    border: 2px solid #dfdfdf;
    -moz-border-radius: 1;
    border-radius: 15px;
    overflow: hidden;
  }
  .btnblue, .btnblue:link, .btnblue:visited {
    transition: all 0.5s;
    margin-bottom: 16px;
    background-color: #b7ecff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 4px 18px;
    display: inline-block;
    font-size: 16px;
  }
}
@media screen and (max-width: 1380px) {
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 98% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 740px;
  }
}
@media screen and (max-width: 1280px) {
  .banner-mleft {
    min-height: 320px !important;
  }
  .banner-thxleft {
    min-height: 320px !important;
  }
  .banner-right {
    width: 28.5%;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 700px;
  }
  .social-pos {
    position: absolute;
    right: 10%;
    z-index: 999;
    top: 2%;
  }
  #sel label {
    align-items: center;
    display: block;
    color: #de485c;
    font-size: 16px !important;
  }
  #sel {
    padding: 6px !important;
    background: #f4f4f4;
    -webkit-border-radius: 15px;
    width: auto;
    margin-bottom: 20px !important;
    border: 2px solid #dfdfdf;
    -moz-border-radius: 1;
    border-radius: 15px;
    overflow: hidden;
  }
  .btnblue, .btnblue:link, .btnblue:visited {
    transition: all 0.5s;
    margin-bottom: 16px;
    background-color: #b7ecff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 4px 18px;
    display: inline-block;
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  .social-pos {
    position: absolute;
    right: 8%;
    z-index: 999;
    top: 2%;
  }
  .banner-right {
    padding: 0 20px;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-mleft {
    min-height: 250px !important;
  }
  .banner-thxleft {
    min-height: 250px !important;
  }
  .banner-right {
    width: 33.5%;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 94% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 540px;
  }
  .social-pos {
    position: absolute;
    right: 12%;
    z-index: 999;
    top: 2%;
  }
}
@media screen and (max-width: 960px) {
  .banner-mleft {
    min-height: 240px !important;
  }
  .banner-thxleft {
    min-height: 240px !important;
  }
  .banner-right {
    width: 35%;
  }
  button#showLeftPush {
    right: 7px;
    top: 16px;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 66% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 480px;
  }
}
@media screen and (max-width: 800px) {
  .banner-mleft {
    min-height: 200px !important;
  }
  .banner-thxleft {
    min-height: 200px !important;
  }
  .banner-right {
    width: 100%;
    /* width: 35%; */
    min-height: initial;
    top: 100%;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 560px;
  }
  .social-pos {
    position: absolute;
    left: 2%;
    z-index: 999;
    top: 4%;
  }
  .copy-right {
    margin-top: 1120px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .banner-mleft {
    min-height: 190px !important;
  }
  .banner-thxleft {
    min-height: 190px !important;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 560px;
  }
  .copy-right {
    margin-top: 1270px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) and (min-width: 670px) {
  .copy-right {
    margin-top: 1340px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 700px) {
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
  }
}
@media screen and (max-width: 669px) and (min-width: 640px) {
  .copy-right {
    margin-top: 1340px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 640px) {
  .banner-mleft {
    min-height: 160px !important;
  }
  .banner-thxleft {
    min-height: 160px !important;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 460px;
  }
  .copy-right {
    margin-top: 1480px;
    padding: 15px 0;
    background: #fff;
  }
  .banner-text h3 {
    font-size: 19px;
    margin: 22px 0 19px 0;
  }
  .social-pos img {
    width: 180px;
  }
  #sel {
    padding: 20px !important;
    background: #f4f4f4;
    -webkit-border-radius: 15px;
    width: auto;
    margin-bottom: 20px !important;
    border: 2px solid #dfdfdf;
    -moz-border-radius: 1;
    border-radius: 15px;
    overflow: hidden;
  }
  .banner-text form input[type="text"] {
    border: 1px solid #00c5d6;
    outline: none;
    padding: 8px 8px;
    width: 94%;
    color: #5A5A5A;
    font-size: 15px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 580px) {
  .copy-right {
    margin-top: 1530px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 510px) {
  .banner-mleft {
    min-height: 130px !important;
  }
  .banner-thxleft {
    min-height: 130px !important;
  }
  .social-pos img {
    width: 140px;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 370px;
  }
  .copy-right {
    margin-top: 1560px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 493px) {
  .copy-right {
    margin-top: 1610px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 420px) {
  .banner-mleft {
    min-height: 105px !important;
  }
  .banner-thxleft {
    min-height: 105px !important;
  }
  .social-pos img {
    width: 120px;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 310px;
  }
  .copy-right {
    margin-top: 1730px;
    padding: 15px 0;
    background: #fff;
  }
  .banner-text form input[type="text"] {
    border: 1px solid #00c5d6;
    outline: none;
    padding: 8px 8px;
    /*width: 94%!important;*/
    color: #5A5A5A;
    font-size: 15px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1350px) {
  .banner-text form input[type="text"] {
    border: 1px solid #00c5d6;
    outline: none;
    padding: 8px 4px;
    /*width: 94%!important;*/
    color: #5A5A5A;
    font-size: 15px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 375px) {
  .banner-mleft {
    min-height: 95px !important;
  }
  .banner-thxleft {
    min-height: 95px !important;
  }
  .social-pos img {
    width: 110px;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 280px;
  }
  .copy-right {
    margin-top: 1760px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (max-width: 320px) {
  .banner-mleft {
    min-height: 80px !important;
  }
  .banner-thxleft {
    min-height: 80px !important;
  }
  .banner-left {
    background: url(../images/p7.jpg) no-repeat 0px 0px;
    background-size: 100% !important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 240px;
  }
  .copy-right {
    margin-top: 2016px;
    padding: 15px 0;
    background: #fff;
  }
}
@media screen and (min-width:769px) {
  .hidden-open {
    display: none !important;
    overflow: hidden;
    position: relative;
  }
  .hidden-close {
    display: block !important;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width:800px) {
  .hidden-open {
    display: block !important;
    overflow: hidden;
    position: relative;
  }
  .hidden-close {
    display: none !important;
    overflow: hidden;
    position: relative;
  }
}
/*------Margin left-------*/
.ml-0 {
    margin-left: 0px
}
.ml-10 {
    margin-left: 10px
}
.ml-15 {
    margin-left: 15px
}
.ml-20 {
    margin-left: 20px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-60 {
    margin-left: 60px
}
.ml-70 {
    margin-left: 70px
}
.ml-80 {
    margin-left: 80px
}
.ml-90 {
    margin-left: 90px
}
.ml-100 {
    margin-left: 100px
}
/*------Margin right-------*/
.mr-0 {
    margin-right: 0px
}
.mr-10 {
    margin-right: 10px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-30 {
    margin-right: 30px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr-70 {
    margin-right: 70px
}
.mr-80 {
    margin-right: 80px
}
.mr-90 {
    margin-right: 90px
}
.mr-100 {
    margin-right: 100px
}
/*------Margin Top-------*/
.mt-0 {
    margin-top: 0px
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-70 {
    margin-top: 70px
}
.mt-80 {
    margin-top: 80px
}
.mt-90 {
    margin-top: 90px
}
.mt-100 {
    margin-top: 100px
}
/*------Margin Bottom-------*/
.mb-0 {
    margin-bottom: 0px
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
/*------Padding left-------*/
.pl-0 {
    padding-left: 0px
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-30 {
    padding-left: 30px
}
.pl-40 {
    padding-left: 40px
}
.pl-50 {
    padding-left: 50px
}
.pl-60 {
    padding-left: 60px
}
.pl-70 {
    padding-left: 70px
}
.pl-80 {
    padding-left: 80px
}
.pl-90 {
    padding-left: 90px
}
.pl-100 {
    padding-left: 100px
}
/*------Padding right-------*/
.pr-0 {
    padding-right: 0px
}
.pr-10 {
    padding-right: 10px
}
.pr-15 {
    padding-right: 15px
}
.pr-20 {
    padding-right: 20px
}
.pr-30 {
    padding-right: 30px
}
.pr-40 {
    padding-right: 40px
}
.pr-50 {
    padding-right: 50px
}
.pr-60 {
    padding-right: 60px
}
.pr-70 {
    padding-right: 70px
}
.pr-80 {
    padding-right: 80px
}
.pr-90 {
    padding-right: 90px
}
.pr-100 {
    padding-right: 100px
}
/*------Padding Top-------*/
.pt-0 {
    padding-top: 0px
}
.pt-10 {
    padding-top: 10px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-30 {
    padding-top: 30px
}
.pt-40 {
    padding-top: 40px
}
.pt-50 {
    padding-top: 50px
}
.pt-60 {
    padding-top: 60px
}
.pt-70 {
    padding-top: 70px
}
.pt-80 {
    padding-top: 80px
}
.pt-90 {
    padding-top: 90px
}
.pt-100 {
    padding-top: 100px
}
.pt-110 {
    padding-top: 110px
}
/*------Padding Bottom-------*/
.pb-0 {
    padding-bottom: 0px
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-130 {
    padding-bottom: 130px
}
.block {
    display: block
}