@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #3C3C3C;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

/*

@font-face {
  font-family: custom-sans-serif;
  // src: local(Heiti TC), local("微軟正黑體"), local("Microsoft JhengHei");
  src: local("Noto Sans TC");
  unicode-range: U+4E00-9FFF;
}

@font-face {
  font-family: custom-sans-serif;
  // src: local(Segoe UI), local(Verdana);
  src: local('Roboto');
  unicode-range: U+00-024F;
}

.custom-sans-serif {
  font-family: custom-sans-serif;
}



@font-face {
  font-family: custom-Heiti;
  src: local(Heiti TC), local("微軟正黑體"), local("Microsoft JhengHei");
}

@font-face {
  font-family: custom-serif;
  src: local(LiSong Pro), local("新細明體"), local("PMingLiU");
  unicode-range: U+4E00-9FFF;
}

@font-face {
  font-family: custom-Iam;
  src: local(Heiti TC), local("微軟正黑體"), local("Microsoft JhengHei");
  unicode-range: U+6211;
}


@font-face {
  font-family: custom-serif;
  src: local(Times), local(Times New Roman);
  unicode-range: U+00-024F;
}

.custom-Iam {
  font-family: custom-Iam;
}

.custom-Heiti {
  font-family: custom-Heiti;
}

.custom-serif {
  font-family: custom-serif;
}
*/
.font-Roboto {
  font-family: 'Roboto';
}

.font-NotoSansTC {
  font-family: 'Noto Sans TC';
}

.font-NotoSansTC-Roboto {
  font-family: 'Noto Sans TC', 'Roboto';
}

.font-Roboto-NotoSansTC {
  font-family: 'Roboto', 'Noto Sans TC';
}

h2,
h3,
h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.orange_1 {
  color: #f08100;
}

.orange {
  color: #f08200;
}

.green {
  color: #00954F;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  text-align: center;
}

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  font-size: 32px;
  color: #3C3C3C;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}

.section-subcontent {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F2BE09;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn i {
  margin-right: 5px;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #F2BE09;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background: #F2BE09;
  -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close,
.icon-check {
  color: #F2BE09;
}

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  /*
  bottom: 18px;
  right: 15px;
*/
  bottom: 0px;
  right: 0px;
  text-decoration: none;
}

a.back-to-top i{
  display: block;
  width: 40px;
  height: 40px;
  background: #F2BE09 url('../../images/arrows.png') no-repeat center;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(1) rotate(-90deg);
  /* -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); */
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); */
}

a.back-to-top i:hover {
  /* background: #F08200; */
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: scale(1.1) rotate(-90deg);
}

a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #F2BE09;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-padding {
  padding: 60px 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.page-banner .page-banner-title h2 {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

.pt-10 {
  padding-top: 10px;
}

.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;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.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;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-10 {
  padding-left: 10px;
}

.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;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-10 {
  padding-right: 10px;
}

.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;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-200 {
  padding-right: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.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;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-10 {
  margin-bottom: 10px;
}

.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;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-10 {
  margin-left: 10px;
}

.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;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-10 {
  margin-right: 10px;
}

.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;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-200 {
  margin-right: 200px;
}

#roof {
  background: #ddd;
  padding: 15px 0;
}

#roof .info-bar-address {
  font-size: 14px;
}

#roof .quick-contacts span {
  margin-right: 10px;
}

#roof .quick-contacts span a {
  color: #212121;
}

#roof .quick-contacts span a:hover {
  color: #F2BE09;
}

#roof .quick-contacts span i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}

.top-logo-box {
  display: block;
  height: 112px;
  margin: auto;
}

@media (min-width: 1200px) {
  .top-logo-box .container {
    max-width: 1742px;
  }
}

@media (min-width: 576px) and (max-width: 1842px) {
  .top-logo-box .container {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.top-logo-box .top-logo {
  position: absolute;
  margin-top: 30px;
  left: 50%;
  width: 308px;
  height: 48px;
  margin-left: -154px;
  display: block;
}

@media (max-width: 575.98px) {
  .top-logo-box .top-logo {
    width: 260px;
    height: 48px;
  }
}

.topnav {
  margin-top: 45px;
  top: 0px;
  right: 0;
  float: right;
}

.topnav li {
  width: 130px;
  text-align: center;
  display: inline-block;
  /*padding: 0 15px;*/ /* 20200213 */
  line-height: 15px;
  font-size: 15px;
  border-right: solid 1px #3C3C3C;
  /* &:hover { a { color: #F08200; } .svg-inline--fa { color: #F08200; } } */
}

.topnav li a {
  color: #3c3c3c;
  padding: 0px 0px 5px 0px;
}

.topnav li .svg-inline--fa {
  color: #0D7786;
}

.topnav li:first-child {
  border-left: solid 1px #3C3C3C;
}

.topnav li .dropdown-toggle::after {/* Nav 20200213 */
  display: none;
}

.topnav li .dropdown-menu1 {/* Nav 20200213 */
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 9999;
  width: 130px;
  background-color: #3C3C3C;
  white-space: nowrap;
  border-radius: 0px!important;  
  animation: fadeIn 0.4s;
  
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.topnav li .dropdown-menu1:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;

}

.topnav li:hover .dropdown-menu1 {/* Nav 20200213 */
  display: block;
  position: absolute;
  z-index: 9999;
  margin-top: 5px;
  text-align: center;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #3C3C3C;
}

.topnav li .dropdown-menu1 .dropdown-item1 {/* Nav 20200213 */
  width: 100%;
  height: 32px;
  padding: 10px 0px 10px  0px;
  font-size: 15px;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
  color: #fff;
  border-bottom: 0px solid #f1f1f1;
  text-decoration: none;
  display: block;
  clear: both;
  position: relative;

  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.topnav li .dropdown-menu1 .dropdown-item1:hover {
  background: #F2BE09;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1240px) {
  .topnav {
    margin-top: 10px;
  }

  .topnav li {
    display: block;
    padding: 2px 15px;
    margin-bottom: 5px;
    line-height: 15px;
    font-size: 15px;
    border-left: solid 1px #3C3C3C;
    border-right: solid 1px #3C3C3C;
  }
}

.navbar-expand-lg {
  background-color: #fff;
  /* @media (min-width: 1200px) { .container { max-width: 100%; padding-right: 80px; padding-left: 80px; } .fixed-top { position: absolute; top: 0; right: 0; left: 0; z-index: 1030; } } */
}

@media (min-width: 1200px) {
  .navbar-expand-lg .container {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .container {
    max-width: 1199.98px;
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-expand-lg .container {
    max-width: 991.98px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-expand-lg .container {
    max-width: 767.98px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-lg .container {
    max-width: 575.98px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

.logo-box {
  padding-top: 10px;
  margin-top: -20px;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  width: 308px;
  height: 48px;
  display: none;
}

.navbar-brand {
  display: none;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 78px;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-expand-lg {
  top: 0px;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
  width: 308px;
  height: 48px;
  display: block;
}

@media (min-width: 961px) and (max-width: 1440px) {
  .top-nav-collapse .navbar-brand {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .top-nav-collapse .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 30px;
    margin-left: 22px;
    margin-top: 20px;
    display: block;
  }
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #3B3B3B !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #F2BE09 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #3B3B3B !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-expand-lg .navbar-lang li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  margin-left: 15px;
}

.navbar-expand-lg .navbar-lang .nav-seach {
  background-color: none;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-expand-lg .navbar-lang .nav-seach a {
  color: #3c3c3c;
}

.navbar-expand-lg .navbar-lang .nav-seach:hover {
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-expand-lg .navbar-lang .nav-seach:hover a {
  color: #0D7786;
}

.navbar-expand-lg .navbar-lang .nav-lang {
  text-align: center;
  border: solid 1px #3c3c3c;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-expand-lg .navbar-lang .nav-lang a {
  color: #3c3c3c;
}

.navbar-expand-lg .navbar-lang .nav-lang:hover {
  background-color: #3c3c3c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-expand-lg .navbar-lang .nav-lang:hover a {
  color: #fff;
}

.navbar-expand-lg .navbar-lang .nav-lang.active {
  text-align: center;
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  font-weight: bold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-expand-lg .navbar-lang .nav-lang.active a {
  color: #fff;
}

.navbar-expand-lg .navbar-lang .nav-lang.active:hover a {
  color: #F08200;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar-expand-lg .navbar-collapse {
  border-top: #212121 1px solid;
}

.navbar-expand-lg .navbar-nav li:first-child {
  border-left: #212121 1px solid;
}

.navbar-expand-lg .navbar-nav li {
  border-right: #212121 1px solid;
}

.top-nav-collapse .navbar-collapse {
  border-top: none;
}


.navbar-expand-lg .navbar-nav .nav-link {
  width: 180px; /* Nav 20200211 */
  text-align: center;
  padding: 0px 1.5rem;
  line-height: 78px;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: bold;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

.navbar-expand-lg .navbar-nav li>a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 6px;
  background: #F2BE09;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.navbar-expand-lg .navbar-nav li:hover a:before,
.navbar-expand-lg .navbar-nav .active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
  /*color: #F2BE09;*/
  outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  /*color: #F2BE09 !important;*/
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 14px;
  }
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #3B3B3B !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  width: 180px;
  background-color: #f0f0f0;
  white-space: nowrap;
  border-radius: 0px!important;  /* Nav 20200211 */
  animation: fadeIn 0.4s;
  
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;

}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: center;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
  color: #3C3C3C;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: block;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}


.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  background-color: #F2BE09;
  color: #3C3C3C;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
  background: #0C7785;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-lg {
    margin-top: 0px;
  }

  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }

  #mobile-menu {
    display: none;
  }

  .slicknav_nav{
    padding-top: 0px!important;
  }
  .slicknav_menu {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;/* 20200215 */
    
  }
  .slicknav_menu ul{ /* 20200215 */
    background:#ccc;
  }

  .slicknav_nav .active a {
    background: #F2BE09;
    color: #fff;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .active {
    color: #F2BE09;
    background: #f5f5f5;
  }

  .slicknav_nav .dropdown li a.active {
    background: #f5f5f5;
    color: #F2BE09;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .navbar-expand-lg {
    top: 0px;
    height: 100px;
  }

  .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    width: 308px;
    height: 48px;
    margin-left: -154px;
    margin-top: 30px;
    display: block;
  }

  .slicknav_menu .slicknav_btn {
    width: 2px;
  }
}

@media screen and (max-width: 576px) {
  .navbar-expand-lg {
    top: 0px;
    height: 80px;
  }

  .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 30px;
    margin-left: 22px;
    margin-top: 20px;
    display: block;
  }
}

/* nav_right*/
#nav_right {
  position: absolute;
  right: 0px;
  margin-right: -80px;
  width: 80px;
  z-index: 10;
  background-color: #0c7785;
}

@media (max-width: 575.98px) {
  #nav_right {
    position: absolute;
    right: 0px;
    margin-right: 0px;
    width: 100%;
    z-index: 10;
    background-color: #0c7785;
  }
}

#nav_right ul li {
  width: 100%;
  height: 90px;
  padding-top: 14px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;

  position: relative;
}

@media (max-width: 575.98px) {
  #nav_right ul li {
    line-height: 14px;
    padding-top: 0px;
    width: 19%;
    height: 60px;
  }
}

#nav_right ul li a {
  color: #fff;
}

#nav_right ul li a:hover {
  color: #F2BE09;
}

#nav_right ul li a:hover .svg-icon {
  -webkit-filter: invert(0.4) sepia(1) saturate(5) hue-rotate(15deg);
  filter: invert(0.4) sepia(1) saturate(5) hue-rotate(15deg);
}

#nav_right ul li a .svg-icon {
  width: 42px;
  height: 42px;
}

#nav_right ul li a img {
  display: inline-block;
}

@media (max-width: 575.98px) {
  #nav_right ul li a img {
    padding-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#nav_right ul li a span {
  display: inline-block;
  font-size: 13px;
}

@media (max-width: 575.98px) {
  #nav_right ul li a span {
    font-size: 12px;
  }
}

#nav_right ul .facebook_icon {
  background-color: #0376FA;
  padding: 27px 22px;
}

@media (max-width: 575.98px) {
  #nav_right ul .facebook_icon {
    padding: 25px 0px 20px 0px;
    display: inline-block;
    height: 100%;
  }
}

#nav_right ul .facebook_icon .facebook {
  font-size: 34px;
  color: #0376FA;
  background: #fff;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  border-radius: 100%;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 575.98px) {
  #nav_right ul .facebook_icon .facebook {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}

#nav_right ul .facebook_icon .facebook:hover {
  background: #3B5998;
}

#nav_right ul .facebook_icon .facebook:hover i {
  color: #0376FA;
}

#nav_right .CartQty.On {
  display: inline-block;  
}
#nav_right .CartQty {
  display: none;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;

  position: absolute;
  right: 11px;
  top: 13px;
  z-index: 9;

  color: #0D7786;
  font-size: 13px;
  font-family: roboto;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}
#nav_right .CartBox:hover .CartQty {
  background-color: #F2BE09;

  color: #0D7786;
  /* font-size: 13px;
  font-family: roboto;
  font-weight: 900;
  text-align: center; */
}


/* Footer Area Start */
.footer-area {
  background: #E7E7E7;
  font-weight: normal;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
  .footer-area .container {
    max-width: 1420px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-area .container {
    max-width: 1199.98px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-area .container {
    max-width: 991.98px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-area .container {
    max-width: 767.98px;
  }
}

@media (max-width: 575.98px) {
  .footer-area .container {
    max-width: 575.98px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-area {
    padding: 22px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-area {
    padding: 22px;
  }
}

@media (max-width: 575.98px) {
  .footer-area {
    padding: 22px;
  }
}

.footer-area .table {
  margin-bottom: 0rem;
}

.footer-area .table ul .title a {
  color: #0D7786;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

.footer-area .table ul li a {
  color: #3C3C3C;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

.footer-area .table-bordered td,
.footer-area .table-bordered th {
  border: solid 1px #ccc;
  border-top: solid 1px #E7E7E7;
  border-bottom: solid 1px #E7E7E7;
}

.footer-area .table td,
.footer-area .table th {
  padding: 22px 18px;
  width: 230px;
}

.footer-area .table-bordered tr:first-child td {
  border-bottom: solid 1px #CCCCCC;
}

.footer-area h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area p {
  font-size: 14px;
  color: #3C3C3C;
  line-height: 1.8em;
  margin: 0;
  padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-area p {
    padding-right: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-area p {
    padding-right: 0px;
  }
}

@media (max-width: 575.98px) {
  .footer-area p {
    padding-right: 0px;
    font-size: 14px;
  }
}

.footer-area ul li a {
  color: #3C3C3C;
  font-size: 15px;
  font-weight: normal;
}

.footer-area ul li a:hover {
  color: #F2BE09;
}

.footer-area .footer-addlink {
  margin-top: 30px;
}

.footer-area .footer-addlink li {
  display: inline-block;
  height: 22px;
  position: relative;
  line-height: 22px;
  vertical-align: middle;
  color: #fff;
  padding: 0px 19px;
  border-right: solid 1px #999;

  /* background: #fcf; */
}


@media (max-width: 1280px) {

  .footer-area .footer-addlink li {
    width: 110px;
    margin: 7px 0;
    text-align: center;

    /* background: #fcf; */
  }
  .footer-area .footer-addlink li:last-child {
    border-left: solid 1px #999;
  }
  
}

@media (max-width: 1140px) {

  .footer-area .footer-addlink {
    max-width: 300px;
  }

  .footer-area .footer-addlink li:nth-child(3) {
    border-left: solid 1px #999;
  }
  .footer-area .footer-addlink li:last-child {
    border-left: none;
  }
  
}

@media (max-width: 575.98px) {
  .footer-area .footer-addlink li {
    padding: 0px 20px;
  }
  .footer-area ul li a {
  font-size: 13px;
}
}

.footer-area .footer-addlink li a {
  color: #3C3C3C;
}

.footer-area .footer-addlink li a:hover {
  color: #F2BE09;
}

.footer-area .footer-addlink li .facebook {
  font-size: 24px;
  color: #FFF;
  background: #333;
  width: 26px;
  height: 26px;
  display: block;
  text-align: center;
  border-radius: 100%;
  padding-top: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  margin: 0 auto; 

  position: relative;
  top: -3px;
}

.footer-area .footer-addlink li .facebook:hover {
  background: #0D7786;
}

.footer-area .footer-addlink li .facebook:hover i {
  color: #FFF;
}

.footer-area .footer-addlink li:first-child {
  border-left: solid 1px #999;
}

.footer-area .footer-addlink .facebook_icon {
  /* position: absolute; */
}

@media (max-width: 575.98px) {
  .footer-area .footer-addlink .facebook_icon {
    display: none;
  }
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #F2BE09;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #F2BE09;
}

.address {
  width: 100%;
  padding: 0 6%;
  font-weight: normal;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;

  /* border:  1px solid #c17; */
}

@media (max-width: 1400px) {
  .address {
    padding: 0 1%;
  }
}

@media (max-width: 960px) {
  .address {
    padding: 25px 0px;
  }
}

@media (max-width: 767px) {
  .address {
    padding: 15px 0px;
  }
}

.address h5 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3C3C3C;
  font-weight: normal;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}
.address p {
  font-size: 15px;
}
@media (max-width: 575.98px) {
  .address h5 {
    font-size: 18px;
  }
  .address p {
  font-size: 13px;
}
}



@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .address {
    margin-top: 20%;
  }
}

@media (max-width: 991.98px) {
  .address {
    margin-top: 10px;
  }
}

#copyright {
  background: #0D7786;
  text-align: center;
  font-weight: normal;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

@media (max-width: 575.98px) {
  #copyright {
    padding: 10px 0px;
  }
}

#copyright p {
  font-size: 13px;
  line-height: 46px;
  color: #FFF;
  margin: 0;
}

@media (max-width: 575.98px) {
  #copyright p {
    line-height: 1.5em;
    font-size: 12px;
  }
}

#copyright p a {
  color: #FFF;
}

#copyright p a:hover {
  color: #F2BE09;
}

@media (max-width: 575.98px) {
  #copyright .copyright-rights {
    display: block;
  }
}

/* ========================================================================== Countdown Style Start ========================================================================== */
.countdown-timer .heading-count {
  padding: 10px 68px;
}

.countdown-timer .heading-count h2 {
  font-size: 40px;
  color: #212121;
  text-transform: uppercase;
  line-height: 48px;
}

.countdown-timer .heading-count h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
  background: #212121;
  padding: 7px 15px;
  border-radius: 4px;
}

.countdown-timer .heading-count p {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  min-width: 120px;
  margin: 15px;
  height: 110px;
  padding: 20px;
  -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.time-entry span {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  display: block;
  color: #212121;
  margin-bottom: 10px;
}

.time-entry:first-child {
  border-left: none;
}

.time-countdown {
  margin: 15px 0px 50px 0;
}

/* Pricing Ticket */
#pricing {
  background: url(../img/background/bg-pricing.jpg);
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

#pricing .section-title-header .section-title {
  color: #fff;
}

#pricing .section-title-header p {
  color: #fff;
}

#pricing .price-block-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
}

#pricing .price-block-wrapper .icon {
  padding: 20px;
}

#pricing .price-block-wrapper .icon i {
  font-size: 60px;
  color: #F2BE09;
}

#pricing .price-block-wrapper .colmun-title {
  margin-top: 15px;
}

#pricing .price-block-wrapper .colmun-title h5 {
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 5px;
  font-weight: 700;
  background: #ffffff;
  text-transform: uppercase;
}

#pricing .price-block-wrapper .price {
  padding-bottom: 10px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .price h2 {
  font-size: 38px;
  color: #5c5c5c;
  line-height: 42px;
  margin: 0;
}

#pricing .price-block-wrapper .price p {
  font-size: 15px;
  color: #5c5c5c;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .pricing-list {
  padding: 10px 60px 10px 78px;
  text-align: left;
}

#pricing .price-block-wrapper .pricing-list ul {
  padding-bottom: 15px;
}

#pricing .price-block-wrapper .pricing-list ul li {
  font-size: 15px;
  color: #212121;
  font-weight: 400;
  padding: 2px 0px;
}

#pricing .price-block-wrapper .pricing-list ul li i {
  margin-right: 7px;
  font-size: 12px;
  color: #F2BE09;
}

#pricing .price-block-wrapper .btn i {
  font-size: 12px;
  margin-right: 5px;
}

@media (min-width: 1380px) {
  .statement-detail .container {
    max-width: 1380px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .statement-detail .container {
    margin: 30px auto;
    padding: 0px;
    max-width: 620px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .statement-detail .container {
    padding: 0px;
    max-width: 620px;
  }
}

@media (max-width: 575.98px) {
  .statement-detail .container {
    padding: 0px;
  }
}

.statement-detail .logo {
  margin-top: 20px;
}

.statement-detail .logo img {
  width: 400px;
  height: 60px;
}

.statement-detail .title {
  margin: 110px 0 60px 0;
}

.statement-detail .title h2 {
  font-size: 32px;
  color: #0C7785;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .statement-detail .title h2 {
    font-size: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .statement-detail .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .statement-detail .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
.statement-detail .logo {
  margin-top: 5em;
}
.statement-detail .title {
    margin: 50px 0 50px 0;
}
}

.statement-detail .content {
  padding: 1em 1em 30px 1em;

  font-size: 22px;
  color: #3c3c3c;
  line-height: 1.5em;
}

.statement-detail .content p {
  margin-bottom: 45px; 
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .statement-detail .content  {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .statement-detail .content  {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .statement-detail .content  {
    font-size: 18px;
  }
  .statement-detail .content p {
    margin-bottom: 30px; 
  }
}

.popup_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding: 30px 30px 100px 30px; */
}

.statement_close {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #F2BE09;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .statement_close {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .statement_close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .statement_close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;

  }
}

.statement_close:hover {
  /* background: #F08200; */
  transform: scale(1.1);
}

.statement_close .statement_close_inner {
  transition: all .3s ease-in-out;
  position: absolute;
  width: 30px;
  height: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  
}


@media (max-width: 575.98px) {
  .statement_close .statement_close_inner {
    width: 20px;
  }
}

.statement_close .statement_close_inner span {
  display: block;
  background: #fff;
  width: 30px;
  height: 3px;
}

@media (max-width: 575.98px) {
  .statement_close .statement_close_inner span {
    width: 20px;
  }
}

.statement_close .statement_close_inner span:first-child {
  -webkit-transform-origin: "50% 50%";
  transform-origin: "50% 50%";
  -webkit-transform: translate(0px, 6px) rotate(45deg);
  transform: translate(0px, 6px) rotate(45deg);
}

.statement_close .statement_close_inner span:last-child {
  margin-top: 11px;
  -webkit-transform-origin: "50% 50%";
  transform-origin: "50% 50%";
  -webkit-transform: translate(0px, -8px) rotate(-45deg);
  transform: translate(0px, -8px) rotate(-45deg);
}

/* Mobile */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.navbar {
  min-height: 80px;
}

.navbar-default{
  background-color:#fff;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 1px;
  font-size: 16px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0C7785;

 
}

@media (max-width: 360px) {
.footer-area {
    padding: 0 .5em;
}
.address h5 {
    font-size: 15px;
}


}


.form .btn-form-save {
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
    width: 240px;
    height: 60px;
    border: 0;
    background-color: #F29A76;
    border:0;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form .btn-form-save:hover {
    background-color: #FBDACC;
     color:  #F29A76;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* nav */

.navbar2{
  transition: all.3s ease-in-out;
  width: 100%;
  padding: 0 80px;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
.nav_top{
  background-color: #fff;
  transition: all .3s ease-in-out;
  padding: 30px 0;
  position: relative;
}
.nav_top img{
  text-align: center;
  display: block;
  margin: 0 auto;
}
.toggle_bar{
  display: none;
}
.menutxt{
  display: none;
}
.navbar2.scrolled .nav_bottom{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  border: 0;
} 

.navbar2.scrolled .nav_bottom_right {
    right: 1em;
}
.navbar2.scrolled .nav_bottom_center{
 
}

.nav_right{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}


.nav_right ul{
  list-style: none;
}
.nav_right ul li{
  display: inline-block;
  vertical-align: middle;
  border-right:  1px solid #3C3C3C;
  padding: 0 17px;
  position: relative;
}
.nav_right ul li:first-child{
  border-left:  1px solid #3C3C3C;
}
.nav_right ul li svg{
  color: #0D7786;
}
.nav_right ul li a{
  color: #3c3c3c;
  font-size: 15px;
}
.nav_right ul li .nav_right_menu{
  display: none;
  position: absolute;
  top: 100%;
  width: 150px;
  left: 50%;
  padding: 6px 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 11;
}

.nav_right ul li .nav_right_menu li{
  background-color: #F0F0F0;
  line-height: 32px;
  width: 100%;
  border: 0;
  padding: 0;

}

.nav_right ul li .nav_right_menu li a{
  color: #3c3c3c;
  font-size: 15px;
}

.nav_right ul li:hover .nav_right_menu,
.nav_right ul li:focus .nav_right_menu{
  display: block;
  animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

.nav_right ul li:hover .nav_right_menu li:hover,
.nav_right ul li:focus .nav_right_menu li:focus{
  background-color: #F2BE09
}

.nav_bottom{
  position: relative;
  border-top: 1px solid #3c3c3c;
}
.nav_bottom_center{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.nav_bottom_center dd{
  width: 166px;
  border-right: 1px solid #3c3c3c;
  position: relative;
  margin-bottom: 0;
}
.nav_bottom_center dd:first-child{
  border-left: 1px solid #3c3c3c;
}
.nav_bottom_center dd a{
  display: block;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.nav_bottom_center dd a:before{
  transition: all .3s ease-in-out;
  display: block;
  content: '';
  width: 0;
  height: 7px;
  background-color: #F2BE09;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.nav_bottom_center dd .nav_bottom_menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-bottom: 0;
  width: 166px;
  transform: translateX(-50%);
}

.nav_bottom_center dd .nav_bottom_menu dd{
border: 0;
margin-bottom: 0;
    width: 100%;

}

.nav_bottom_center dd .nav_bottom_menu dd a{
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
background-color: #F0F0F0;
height: 45px;
width: 100%;
}
.nav_bottom_center dd .nav_bottom_menu dd a:before{
  content: normal;
}
.nav_bottom_center dd:hover a:before,
.nav_bottom_center dd:focus a:before{
  width: 100%;
}

.nav_bottom_center dd:hover .nav_bottom_menu,
.nav_bottom_center dd:focus .nav_bottom_menu{
  display: block;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

.nav_bottom_center dd:hover .nav_bottom_menu dd:hover a,
.nav_bottom_center dd:focus .nav_bottom_menu dd:focus a{
background-color: #F2BE09
}


.nav_bottom_right{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* width: 20%; */
}


.nav_bottom_right .search_box{
  transition: all .3s ease-in-out;
  position: relative;
  margin-right: 1em;
  cursor: pointer;
  width: 100%;
  text-align: right;
}
.nav_bottom_right .search_box .form-control{
  transition: all .3s ease-in-out;
  width: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  border: 0;
  margin: auto;
  border-radius: 0;
  height: 36px;
  border:  1px solid #CCCCCC;
  text-align: center;

}
.nav_bottom_right .search_box .form-control.active{
  width: 220px;
  opacity: 1;
}
.nav_bottom_right .search_box svg{
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.nav_bottom_right .language {
  margin: 0 0 0 5px;
}

.nav_bottom_right .language ul{
  display: flex;
align-items: center;
justify-content: center;
}

.nav_bottom_right .language ul li{
  margin: 0 .2em;
}
.nav_bottom_right .language ul li:last-child{
  margin: 0 0 0 .2em;
}

.nav_bottom_right .language ul li a{
display: block;
width: 36px;
line-height: 36px;
border: 1px solid #3c3c3c;
font-size: 15px;
color: #3c3c3c;
font-weight: bold;
text-align: center;
}
.nav_bottom_right .language ul li a:hover,
.nav_bottom_right .language ul li a:focus,
.nav_bottom_right .language ul li.active a{
  background-color: #F29A76;
  border: 1px solid #F29A76;
  color: #fff;
}


@media (max-width: 1480px){
  .nav_bottom_center dd {
    width: 140px;
  }
}
@media (max-width: 1380px){

.nav_right ul li {
    padding: 0 10px;}

}
@media (max-width: 1280px){
  .nav_bottom_center dd {
    width: 130px;
  }
}

@media (max-width: 1240px){
  .nav_bottom_center dd {
    width: 120px;
  }

.nav_right ul li {
    padding: 0 5px;}

}

@media (max-width: 1199px){
  .nav_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.nav_bottom_right{
  position: initial;
  margin: 0;
  width:100%;
}
.nav_bottom_center dd {
    width: 130px;
}

.nav_top img {
    text-align: left;
    margin: 0;
}
}

@media (max-width: 1099px){

.nav_bottom_center dd {
    width: 115px;
}


}

@media (max-width: 991px){

  .nav_top img {
      margin: 0 auto;
  }

  .nav_bottom{
    border: 0;
    position: initial;
  }
  .nav_bottom_right{
    margin-bottom: 23px;
    margin-top: 23px;
  }

  .nav_bottom_right .search_box .form-control{
    display: block;
    opacity: 1;
    width: calc(100% - 2em);
  }
  .nav_bottom_right .search_box .form-control.active {
      width: calc(100% - 2em);
      opacity: 1;
  }
  /* .nav_bottom_right .language ul li:last-child a,
  .nav_bottom_right .language ul li:last-child a{
    background-color: #0376FA;
    color: #fff;
    border-color: #0376FA;
  } */

  .nav_bottom_right form{
    display: block;
    width: 100%;
  }

  .menutxt.active{
    opacity: 0;
    right: 1em;
    transition: all .5s ease-in-out 0s;
  }
  .menutxt{
    display: flex;
    width: 44px;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: -1em;
    opacity: 1;
    transition: all .4s ease-in-out .2s;
  }

  .toggle_bar{
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4.5em;
    margin: auto;
    cursor: pointer;
  }
  .toggle_bar i{
    transition: all .3s ease-in-out;
    display: block;
    background-color: #0C7785;
    width: 24px;
    height: 5px;
    margin-bottom: .3em;
  }
  .toggle_bar i:last-child{
    margin-bottom: 0;
  }

  .toggle_bar.active{
    background-color: #F2BE09;
  }

  .toggle_bar.active i{
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .toggle_bar.active i:last-child{
    transform: rotate(135deg);
  }

  .toggle_bar.active i:nth-child(2){
    opacity: 0;
  }


  .nav_bottom_center {
      display: none;
      position: fixed;
      top: 100px;
      left: 0;
      width: 100%;
      z-index: 999;
      overflow-y: auto;
  }
  .nav_bottom_center dd{
    width: 100%;
    background-color: #F0F0F0;
    border: 0;
    border-bottom: 1px solid #3c3c3c;
    

  }
  .nav_bottom_center dd:first-child{
    border: 0;
    border-bottom: 1px solid #3c3c3c;
      border-top: 1px solid #3c3c3c;
  }
  .nav_bottom_center dd a{
    height: 56px;
    border: 0;
    justify-content: flex-start;
    padding: 0 47px;
    position: relative;
  }
  .nav_bottom_center dd a:hover,
  .nav_bottom_center dd a:focus{
    background-color: #F2BE09;
  }

  .nav_bottom_center dd a:before{
    content:  normal;
  }

  .nav_bottom_center dd a:after{
    transition: all .3s ease-in-out;
    display: block;
    content: url(../../images/arrows2.png);
    width: 11px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 47px;
    margin: auto;
  }
  .nav_bottom_center dd a.active:after{
    content: url(../../images/arrows3.png);
  }

  .nav_bottom_center .no_arrows a:after{
    content: normal;
  }


  .nav_bottom_center .no_arrows a.active:after{
    content: normal;
  }

  .nav_bottom_center dd .nav_bottom_menu {
      position: initial;
      width: 100%;
      transform: none;
      display: none;
  }

  .nav_bottom_center dd:hover,
  .nav_bottom_center dd:focus{
    position: initial;
    animation: none;
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      -ms-animation: none;
  }

  .nav_bottom_center dd:hover .nav_bottom_menu,
  .nav_bottom_center dd:focus .nav_bottom_menu{
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      -ms-animation: none;
      display: none;

  }

  .nav_bottom_center dd .nav_bottom_menu dd a {
      justify-content: flex-start;
      font-size: 17px;
    }
  .nav_bottom_center dd .nav_bottom_menu dd a:after{
    content: normal;
  }

  .navbar2.scrolled .nav_bottom{
    position: initial;
  } 

  .navbar2.scrolled .nav_top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 100%;
    padding: 15px 0;
    padding-left: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
  }


  .navbar2.scrolled .nav_top .toggle_bar {
    right: 1em;
  }

  .navbar2.scrolled .menutxt.active{
    right: calc( 2.5em + 50px );
  }
  .navbar2.scrolled .menutxt{
    right: calc( 2.5em + 30px );
  }



  .navbar2.scrolled .nav_bottom_center{
    position: fixed;
    top: 75px;
    overflow-y: auto; 
        
  }

}

@media (max-width: 768px){


  .navbar2.scrolled .nav_top .toggle_bar {
    right: 0.5em;
  }

  .navbar2.scrolled .menutxt.active{
    right: calc( 2.5em + 45px );
  }
  .navbar2.scrolled .menutxt{
    right: calc( 2.5em + 25px );
  }


  .navbar2.scrolled .nav_bottom_center {
      position: fixed;
      /* top: 10%; */
  }

}

@media (max-width: 576px){

  .navbar2 {
    padding: 0 16px;
    padding-top: 20px;
  }


  .menutxt.active{
    right: 53px;
  }
  .menutxt{
    right: 43px;
  }
  .menutxt img{
    width: 9vw !important;
  }

  .toggle_bar {
    right: -16px;
  }

  .nav_top{
    padding: 0;
  }
  .nav_top img {
      margin: 0;
  }

  .nav_bottom_center {
      top: 72px;
  }

}


@media (max-width: 480px){
  .nav_top img {
    width: 66%;
  }


  .menutxt.active{
    right: 55px;
  }
  .menutxt{
    right: 41px;
  }
  .menutxt img{
    width: 42px !important;
  }

  /* .navbar2.scrolled .nav_top .toggle_bar {
    right: .5em !important;
  } */

  .navbar2.scrolled .menutxt.active{
    right: 67px;
  }
  .navbar2.scrolled .menutxt{
    right: 58px;
  }



  .navbar2.scrolled .nav_bottom_center {
    top: 72px;
  }

  .nav_bottom_center dd a {
      height: 45px;}


  .nav_bottom_center dd a {
      padding: 0 25px;}

  .nav_bottom_center dd a:after {
      right: 25px;}

}





@media (max-width: 400px){
    .navbar2.scrolled .nav_bottom_center {
      top: 67px;
    }
}
@media (max-width: 400px)and (max-height: 667px){
    .navbar2.scrolled .nav_bottom_center {
      
    }

    .navbar2 .nav_bottom_center dd a {
        height: 40px;
    }

}

@media (max-width: 400px){
    .nav_bottom_center dd a {
        height: 40px;
    }

}



@media (max-width: 360px){

  .nav_bottom_right {
      flex-direction: column;
      margin-right: 0;
  }

  .nav_bottom_right .search_box{
      margin-right: 0;
  }


  .language{
      width: 100%;
  }

  .nav_bottom_right .language ul {
      margin-top: 1em;
      text-align: right;
      width: 100%;
      justify-content: flex-end;
  }

  .nav_bottom_right .language ul li:last-child{
      margin-right: 0;
  }

  .nav_bottom_right {
      margin-bottom: 10px;
  }

  .navbar2.nav_bottom_center dd a {
      height: 35px;
  }

  .navbar2.scrolled .nav_bottom_center{
    top: 60px;
  }

  .nav_bottom_center {
      top: 65px;
  }


  .toggle_bar {
    width: 36px;
    height: 36px;
    right: -8px;
  }

  .menutxt.active{
    right: 42px;
  }
  .menutxt{
    right: 32px;
  }
  .menutxt img{
    width: 38px !important;
  }

  .navbar2.scrolled .menutxt.active{
    right: 56px;
  }
  .navbar2.scrolled .menutxt{
    right: 46px;
  }


}

@media (max-width: 360px) and (max-height: 568px){
  .navbar2 .nav_bottom_center dd a {
      height: 33px;
  }
  .nav_bottom_center dd .nav_bottom_menu dd a {
      height: 33px;
  }
}




/* video */

.video_box {
    width: 216px;
    
    background-color: #0D7786;
    padding: 7px 7px 11px 7px;
    position: absolute;
    bottom: 1em;
    right: 7em;
    margin: auto;
    z-index: 9;
}
.video_box iframe {
    height: 112px;
    padding: 0;
    margin: 0;
}
.video_box p {
    color: #fff;
    font-size: 15px;
    line-height: 10px;
}
.video_box .CloseBtnBox {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 11px;
    top: 5px;
    z-index: 999;
    cursor: pointer;
}


@media (max-width: 991px){

    .video_box {
        bottom: .7em;
        right: 6.2em;
    }

}


@media (max-width: 575px){

    .video_box {
        width: 126px;
        /* min-height: 112px; */
        /* background-color: #040404; */
        padding: 8px 8px 8px 8px;
        /* position: absolute; */
        bottom: 10px;
        right: 12px;
        /* margin: auto; */
        /* z-index: 9; */
        line-height: 0;
    }
    .video_box iframe {
      height: 82px;
    }
    .video_box p {
        display: none;
    }
    .video_box .CloseBtnBox {
        right: 12px;
        top: 14px;
    }
}


/* font size*/
.newReset{
    font-size: 20px !important;
}
.newMiddle{
    font-size: 22px !important;
}
.newLarge{
    font-size: 24px !important;
}


/* Key */

.IconBtn {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 3px 5px 3px;
    vertical-align: bottom;

    /* background: #cff; */
    background-image: url('../../images/public/icon.gif');
    background-repeat: no-repeat;
}


.Icon_Fb {
    width: 64px !important;
    margin: 0 0px 5px -1px;
    text-align: right;
}

/* .Icon_Great {
    background-position: 0;
} */
.Icon_Mail {
    background-position: -36px 0;
}
.Icon_Share {
    background-position: -72px 0;
}
.Icon_Url {
    background-position: -108px 0;
}
