body {
  font-family: 'Noto Sans', 'Microsoft Jhenghei', 'Arial';
  font-weight: 300;
}

body.body-landing{
  background-color: #f6f6f6;
}

.row {
  position: relative;
}

sub {
  bottom: -.4em;
  font-size: 100%;
}

img.rounded-corner {
  border-radius: 0 25px;
}

img.img-responsive-center {
  margin: 0 auto;
}

a.btn-theme {
  display: block;
  min-width: 250px;
  border-width: 4px;
  border-style: solid;
  border-radius: 0 25px;
  text-decoration: none;
  font-size: 32px;
  padding: 12px 20px;
  text-align: center;
  transition: .3s;
  font-weight: 400;
}

a.btn-theme.absolute-btn {
  position: absolute;
  margin-left: -125px;
}

a.btn-theme.absolute-btn.absolute-btn1 {
  top:65%; left:50%;
}

header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  border-top: 7px solid #ef4130;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  z-index: 100;
}

header .navbar-toggle {
  margin: 35px -10px;
}

header .navbar-toggle .icon-bar {
  background-color: #ef4130;
  border-radius: 0;
}

header .logo {
  width: 140px;
  height: auto;
  margin: 0;
  height: clamp(50px, 7vw, 80px);
  object-fit: contain;
}

header .logo-xigduo {
  width: 140px;
  height: auto;
  margin: 0 0 0 15px;
  height: clamp(50px, 7vw, 80px);
  object-fit: contain;
}

header .logo2 {
  width: 100px;
  height: auto;
}

header nav {
  float: right;
}

header .header-top-menu {
  margin-top: 20px;
}

header .header-top-menu ul {
  display: inline-block;
  color: #8d8d8d;
}

header .header-bottom-menu {
  margin-top: 17px;
}

header .header-addthis {
  display:inline-block;
  vertical-align: middle;
}

header .header-addthis .at-icon-wrapper{
  background-color: #ef4130 !important;
}

header ul.header-social {
  margin: 38px 20px;
}

header ul.header-social li {
  padding: 0 3px;
}

header ul.header-social li a {
  display: block;
  width: 32px;
  color: #ef4130;
  border: 2px solid #ef4130;
  font-size: 20px;
  text-align: center;
  border-radius: 0 10px;
}

header ul.header-lang {
  margin-right: 20px;
}

header ul.header-lang li {
  line-height: 16px;
  padding: 0 8px;
}

header ul.header-lang li:first-child {
  border-right: 2px solid #8d8d8d;
  padding-right: 12px;
}

header ul.header-lang li a {
  color: #8d8d8d;
  font-size: 18px;
  text-decoration: none;
  transition: .3s;
}

header ul.header-lang li a:hover,
header ul.header-lang li a.active {
  color: #ef4130;
}

header ul.header-menu li {
  position: relative;
}

header ul.header-menu li:last-child {
  padding-right: 0;
}

header ul.header-menu > li > a {
  display: block;
  height: 27px;
  line-height: 27px;
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  margin-left: 30px;
  padding-left: 35px;
  background-size: 27px 54px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: .3s;


}
.slides .img-responsive{
  width: 100%;
}
@media (max-width: 1800px) {

header ul.header-menu > li > a {
  margin-left: 26px;
  padding-left: 32px;

}}
header ul.header-menu > li > a:hover,
header ul.header-menu > li > a.active,
header ul.header-menu > li.open > a {
  color: #ef4130;
  background-position: left top;
}

header ul.header-menu > li:nth-child(1) > a {
  background-image: url(../images/header/header-icon1.png?v=1);
}

header ul.header-menu > li:nth-child(2) > a {
  background-image: url(../images/header/header-icon2.png?v=1);
}

header ul.header-menu > li:nth-child(3) > a {
  background-image: url(../images/header/header-icon3.png?v=1);
}

header ul.header-menu > li:nth-child(4) > a {
  background-image: url(../images/header/header-icon4.png?v=1);
}

header ul.header-menu > li:nth-child(5) > a {
  background-image: url(../images/header/header-icon5.png?v=1);
}

header ul.header-menu > li:nth-child(6) > a {
  height: 31px;
  background-size: 29px 62px;
  background-image: url(../images/header/header-icon6.png?v=1);
}

header ul.header-menu > li:nth-child(7) > a {
  background-image: url(../images/header/header-icon7.png?v=1);
}

header ul.header-menu > li:nth-child(8) > a {
  background-image: url(../images/header/header-icon8.png?v=1);
}

header ul.header-menu ul.dropdown-menu {
  border: none;
  border-radius: 0;
  background-color: #ef4130;
  margin: 11px 20px;
}

header ul.header-menu ul.dropdown-menu a {
  font-size: 17px;
  color: #ffffff;
  font-weight: 300;
}

header ul.header-menu ul.dropdown-menu a i {
  font-size: .35em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

header ul.header-menu ul.dropdown-menu a:hover {
  background-color: transparent;
  color: #bed749;
}

section.section-landing{
  width:100%;
  height:100%;
  border-top:10px solid #ef4130;
  background-position:center;
  background-size:cover;
  position:relative;
}

section.section-landing a {
  left: 50%;
  top: 60%;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ef4130;
}

/* landing button */
a.absolute-btn-top{
	top: 55% !important;
}

a.absolute-btn-bottom{
	top: 75% !important;
}

@media (max-width: 767px) {
	a.absolute-btn-top{
		top: 60% !important;
	}

	a.absolute-btn-bottom{
		top: 70% !important;
	}
}

@media (max-width: 550px) {
	a.absolute-btn-top{
		top: 57% !important;
		font-size: 15px !important;
		padding: 1px 10px !important;
		min-width:90px !important;
	}

	a.absolute-btn-bottom{
		top: 67% !important;
		font-size: 15px !important;
		padding: 1px 10px !important;
	}
}
/* end landing button */

section.section-landing a:hover {
  color: #ffffff;
  background-color: #ef4130;
}

section.section-landing-footer{
  padding:20px 0;
  text-align: center;
  background-color: #f6f6f6;
  color: #1f1f1f;
}

section.section-landing-contact{
  padding:50px 0;
  background-color:#EDEDED;
  height:400px;
}

section.section-landing-contact .section-landing-contact-cotent{
  width:100%;
  max-width:900px;
  margin:0px auto;
  background-color:#EDEDED;
  display:block;
}

.section-landing-contact-cotent img{
  padding-bottom:10px;
}

.section-landing-contact-row{
  float:left;
  width:50%;
  background-color:#EDEDED;
}

.section-landing-contact-cotent .bottom-logo{
  width:200px;
}

@media (max-width: 900px) {
	section.section-landing-contact{
	  height:560px;
	}

	.section-landing-contact-row{
	  width:auto;
	  padding:20px;
	}

	.section-landing-contact-cotent .bottom-logo{
	  width:150px;
	}
}


section.section-home-banner {
  position: relative;
}

section.section-home-banner a {
  left: 50%;
  top: 60%;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ef4130;
}

section.section-home-banner a:hover {
  color: #ffffff;
  background-color: #ef4130;
}

section.section-home-menu {
  padding: 100px 0 80px;
}

section.section-home-menu a {
  display: block;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 60px;
}

section.section-home-menu a * {
  transition: .3s;
}

section.section-home-menu a span {
  display: block;
  text-align: center;
  margin: .75em 0 1em;
  line-height: 1em;
}

section.section-home-menu a .image-wrapper {
  background-color: #cccccc;
  border-radius: 0 25px;
  overflow: hidden;
  width: 100%;
  max-width: 262px;
  margin: 0 auto;
}

section.section-home-menu a .image-wrapper div {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
}

section.section-home-menu a.large-btn .image-wrapper {
  height: 555px;
}

section.section-home-menu a.large-btn:hover .image-wrapper div {
  transform: scale(1.08);
}

section.section-home-menu a.small-btn .image-wrapper {
  height: 250px;
}

section.section-home-menu a.small-btn:hover .image-wrapper div {
  transform: scale(1.1);
}

section.section-home-giveaway {
  padding: 100px 0;
}

section.section-home-giveaway h2 {
  font-size: 42px;
  font-weight: 400;
  color: #ef4130;
}

section.section-home-giveaway p {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 1.5em;
}

section.section-home-giveaway a {
  display: inline-block;
  background-color: #ef4130;
  border-color: #ef4130;
  color: #ffffff;
}

section.section-home-giveaway a:hover {
  color: #ef4130;
  background-color: #ffffff;
}

section.section-home-event {
  overflow: hidden;
}

section.section-home-event .slide {
  position: relative;
}

section.section-home-event .slide a {
  left: 68%;
  top: 55%;
  background-color: #ef4130;
  border-color: #ef4130;
  color: #ffffff;
}

section.section-home-event .slide a:hover {
  color: #ef4130;
  background-color: #ffffff;
}

section.section-remarks {
  position: relative;
  font-size: 12px;
  background-color: #ededed;
  padding: 20px 0 10px;
  font-weight: 500;
  z-index: 2;
}

section.section-contact {
  padding: 80px 0 90px;
  background: url(../images/background/set1.jpg) bottom no-repeat;
  background-position: -80px 0;
  background-size: cover;
  background-attachment: fixed;
}

section.section-contact img.img-responsive {
  margin-top: -60px;
  margin-bottom: -100px;
  max-width: calc(100% + 100px);
}

section.section-contact .left img.img-responsive {
  margin-left: -100px;
}

section.section-contact .right img.img-responsive {
  margin-right: -100px;
}

section.section-home-contact {
  background: #ededed;
}

section.section-contact h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1em;
}

section.section-contact p {
  font-size: 25px;
  color: #666666;
  line-height: 2em;
}

section.section-contact-v2 td {
  font-size: 20px;
  color: #666666;
  line-height: 2em;
  padding-bottom:10px;
}

.section-contact-v2 .contact-icon{
	width:40px;
	height:26px;
}



@media (max-width: 500px) {
	section.section-contact-v2 td {
	  font-size: 15px;
	}

	section.section-contact-v2 .contact-icon{
		width:30px;
		height:20px;
	}
}
section.section-contact a {
  color: inherit;
}

section.section-home-banner,
section.section-content,
section.section-contact,
section.section-privacy{
  margin-top: 120px;
}

section.section-home-contact{
  margin-top: 0;
}

/* for home contact */
.section-home-contact-v2 .contact-icon{
	width: 50px;
	height: auto;
}

section.section-home-contact-v2 td {
	font-size: 18px;
	color: #666666;
	line-height: 2em;
	padding-bottom:10px;
  font-weight:normal;
}

@media (max-width: 1024px) {
	.section-home-contact-v2 .contact-icon{
		width: 40px;
		height: auto;
	}

	section.section-home-contact-v2 td {
	  font-size: 15px;
	  line-height: 1.8em;
	}
}

@media (max-width: 500px) {
	.section-home-contact-v2 .contact-icon{
		width: 30px;
		height: auto;
	}

	section.section-home-contact-v2 td {
	  font-size: 15px;
	}
}
/* end home contact */

section.section-content,
section.section-privacy {
  padding: 40px 0;
  background: url(../images/background/set1.jpg) bottom no-repeat;
  background-position: -80px 0;
  background-size: cover;
  background-attachment: fixed;
}

section.section-privacy * {
  font-size: 14px;
  color: inherit;
}

section.section-privacy h1 {
  font-size: 36px;
  text-align: center;
  color: #ef4130;
  margin-bottom: 1em;
}

section.section-content .word{
  height:25px;
  vertical-align: sub;
}

section.section-content h1 {
  font-size: 42px;
  letter-spacing: .2em;
  font-weight: 500;
  margin-bottom: 1em;
}

section.section-content h2 {
  font-size: 42px;
  letter-spacing: .2em;
  font-weight: 500;
  margin: 2em 0 1em;
}

section.section-content h1 img {
  width: 175px;
  margin-left: -10px;
  vertical-align: middle;
}

section.section-content h1 span,
section.section-content h2 span {
  color: #ef4130;
}

section.section-content h3 {
  color: #ef4130;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1em;
}

section.section-content p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

section.section-content p.small {
  font-size: 14px;
}

section.section-content hr {
  border-bottom: 2px dotted #8c8c8c;
}

section.section-content .guide-wrapper .circle-image-wrapper {
  position: absolute;
  display: block;
  width: 370px;
  height: 370px;
  border: 8px solid #bed749;
  border-radius: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 10;
  left: 50%;
  margin-left: -185px;
  top: 280px;
}

section.section-content .guide-wrapper .image-wrapper {
  height: 450px;
  border-radius: 0 25px;
  display: block;
  background-size: contain;
  background-position: center;
  border: 8px solid #ef4130;
  margin-bottom: 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: relative;
}

section.section-content .guide-wrapper .image-wrapper h4 {
  display: block;
  position: absolute;
  background-color: #ef4130;
  color: #ffffff;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  text-align: center;
  padding: 35px 0;
  font-size: 30px;
  font-weight: 400;
}

section.section-content .guide-wrapper .image-wrapper h4.two-row {
  padding-top: 20px;
}

section.section-content .guide-wrapper .image-wrapper.item1 h4 {
  top: -38px;
  left: -28px;
}

section.section-content .guide-wrapper .image-wrapper.item2 h4 {
  top: -38px;
  right: -28px;
}

section.section-content .guide-wrapper .content-wrapper {
  background-color: #ef4130;
  margin: -60px 0 30px;
  padding: 30px 10px 10px;
  color: #ffffff;
}

section.section-content .guide-wrapper .content-wrapper p {
  margin: 1em 0;
}

section.section-content .form-wrapper img {
  position: relative;
  width: 100%;
  z-index: 1;
}

section.section-content .form-wrapper .form {
  position: relative;
  display: block;
  background-color: #ef4130;
  margin-top: -30px;
  border-radius: 0 25px;
  z-index: 2;
  padding: 40px 40px 0;
}

section.section-content .form-wrapper .form p {
  color: #ffffff;
  font-weight: 300;
}

section.section-content .form-wrapper .form .iframe-wrapper {
  background: #ffffff;
  width: calc(100% + 80px);
  margin: 0 -40px;
  padding: 0 10px;
  border: 10px solid #ef4130;
  border-radius: 0 25px;
}

section.section-content .form-wrapper .form .iframe-wrapper h2 {
  margin: 1em 0 0;
  font-size: 30px;
  text-align: center;
  border-bottom: 2px dotted #ef4130;
  letter-spacing: .05em;
  padding-bottom: .3em;
}

section.section-content .form-wrapper .form .iframe-wrapper iframe {
  border: 0;
  width: 100%;
  height: 350px;
}



section.section-content .form-wrapper .form2 {
  position: relative;
  display: block;
  background-color: #ef4130;
  z-index: 2;
  padding: 40px 40px 40px;
}

section.section-content .form-wrapper .form2 .btn-theme{
  color: #ffffff;
  background-color: #ef4130;
}

section.section-content .form-wrapper .form2 .btn-theme:hover{
  background-color: #ffffff;
  color: #ef4130;
}

section.section-content .form-wrapper .form2 p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}

section.section-content .form-wrapper .form2 h3{
  color: #fff;
  text-align: center;
  font-size: 30px;
}
section.section-content .form-wrapper .form2 ol li{
  color: #fff;
  font-size: 24px;
}

section.section-content .form-wrapper .form2 .form-container {
  background: #ffffff;
  width: calc(100% + 80px);
  margin: 0 -40px;
  padding: 30px 10px;
  border: 10px solid #ef4130;
  font-size: 20px;

}

section.section-content .form-wrapper .form2 .form-container .form-title{
  display: block;
  text-align: center;
  font-size: 28px;
  color: #00040c;
  background-color: #e4e4e4;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

section.section-content .form-wrapper .form2 .form-container .form-detail{
  display: block;
  font-size: 20px;
  color: #00040c;
  background-color: #e4e4e4;
  padding: 20px 15px;
  margin-bottom: 15px;
  line-height: 1.6em;

}

section.section-content .form-wrapper .form2 .form-container .form-detail span{
  color: #ef4130;
  font-size: 24px;
  font-weight: 500;
}

section.section-content .form-wrapper .form2 .form-container .form-group{
  margin-left:0;
  margin-right:0;
}

section.section-content .form-wrapper .form2 .form-container .form-group .control-label{
  text-align: left;
  font-weight: 400;
  padding-left:0;
}
section.section-content .form-wrapper .form2 .form-container .form-group .radio{
  padding-left: 15px;
}

section.section-content .form-wrapper .form2 .form-container .form-group .radio input[type="radio"]{
  top: .6em;
}

section.section-content .form-wrapper .form2 .form-container .form-group .radio label{
  padding-left:0;
}

section.section-content .form-wrapper .form2 .form-container .form-group .radio label.red{
  color: #ef4130;
}



section.section-menu {
  position: relative;
  border-top: 7px solid #ef4130;
  padding: 80px 0 60px;
  background-color: #ffffff;
  z-index: 2;
}

section.section-menu a {
  display: block;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  margin: 0 10px;
}

section.section-menu a * {
  transition: .3s;
}

section.section-menu a span {
  display: block;
  text-align: center;
  margin: .75em 0 1em;
  line-height: 1em;
}

section.section-menu a .image-wrapper {
  background-color: #cccccc;
  border-radius: 0 25px;
  overflow: hidden;
}

section.section-menu a .image-wrapper div {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
}

section.section-menu a .image-wrapper {
  height: 240px;
}

section.section-menu a:hover .image-wrapper div {
  transform: scale(1.1);
}

footer {
  position: relative;
  padding: 25px 0 15px;
  background-color: #ef4130;
  color: #ffffff;
  z-index: 2;
}

footer a,
footer a:hover,
footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

footer .footer-logo {
  margin: 5px 0 10px;
  padding: 15px 10px;
  border-radius: 0 25px;
  background-color: #ffffff;
  display: inline-block;
}

footer .footer-logo img {
  width: 186px;
  height: 69px;
}

.contact-icon {
  width: 67px;
  height: 33px;
}

.flex-direction-nav a.flex-prev {
  background-image: url(../images/home/left-arrow.png?v=1);
}

.flex-direction-nav a.flex-next {
  background-image: url(../images/home/right-arrow.png?v=1);
}

.hacken-wrapper img {
  position: fixed;
  z-index: 1;
  width: 30vw;
}

.hacken-wrapper.left img {
  left: 10px;
}

.hacken-wrapper.right img {
  right: 10px;
}

@media (min-width: 1560px){

}

@media (min-width: 1200px) {
  header .container,
  section.section-content .container {
    max-width: 100%;
  }

  header .container {
    max-width: 100%;
    width: 1600px;
    display: flex;
    align-items: center;
    height: 135px;
  }
  section.section-content .container {
    width: 1520px;
  }
}

@media (min-width: 768px) {
  section.section-menu .container {
    padding: 0 5px;
  }
}
@media (min-width: 1800px) {
  header .container {
    width: 1700px;
  }
}
@media (max-width: 1199px) {
   header .container {
  margin-top: 15px;
  }
  header .logo ,
  header .logo-xigduo {
    height: clamp(70px, 10vh, 100px);

}

  a.btn-theme {
    min-width: 200px;
    border-radius: 0 20px;
    font-size: 28px;
    padding: 10px 18px;
  }

  a.btn-theme.absolute-btn {
    margin-left: -100px;
  }

  header ul.header-menu > li > a {
    font-size: 17px;
    margin-left: 10px;
  }

  header ul.header-menu ul.dropdown-menu {
    margin: 11px -4px;
  }

  header ul.header-menu ul.dropdown-menu a {
    font-size: 15px;
  }

  section.section-home-menu a.large-btn .image-wrapper {
    height: 455px;
  }

  section.section-home-menu a.small-btn .image-wrapper {
    max-width: 209px;
    height: 200px;
  }

  section.section-content .guide-wrapper .circle-image-wrapper {
    width: 240px;
    height: 240px;
    border: 6px solid #bed749;
    margin-left: -120px;
    top: 160px;
  }

  section.section-content .guide-wrapper .image-wrapper {
    height: 260px;
    border: 6px solid #ef4130;
  }

  section.section-content .guide-wrapper .image-wrapper h4 {
    width: 80px;
    height: 80px;
    padding: 28px 0;
    font-size: 20px;
  }

  section.section-content .guide-wrapper .image-wrapper h4.two-row {
    padding-top: 18px;
  }

  section.section-content .guide-wrapper .content-wrapper p {
    font-size: 14px;
  }

  section.section-contact img.img-responsive {
    margin-top: 20px;
  }

  section.section-menu a .image-wrapper {
    height: 190px;
  }
}

@media (max-width: 991px) {
  body {
    font-weight: 400;
  }

  a.btn-theme {
    min-width: 150px;
    border-radius: 0 18px;
    font-size: 24px;
    padding: 8px 16px;
  }

  a.btn-theme.absolute-btn {
    margin-left: -75px;
  }

  /*
  header .navbar-toggle {
    display: block;
  }
  */

  header .logo {
    width: 100px;
  }

  header nav {
    float: left;
    clear: both;
    width: calc(100% + 30px);
    margin: 0 -15px !important;
  }

  header .navbar-collapse.in {
    overflow-y: inherit;
  }

  header .header-top-menu {
    text-align: center;
  }

  header .header-bottom-menu {
    text-align: left;
  }

  header ul.header-social {
    margin-left: 0;
  }

  header ul.header-menu > li > a {
    font-size: 16px;
    margin-left: 5px;
  }

  header ul.header-menu ul.dropdown-menu {
    margin: 10px -4px;
  }

  section.section-home-menu {
    padding: 40px 0 30px;
  }

  section.section-home-menu a {
    font-size: 16px;
  }

  section.section-home-menu a.large-btn .image-wrapper {
    height: 345px;
  }

  section.section-home-menu a.small-btn .image-wrapper {
    max-width: 157px;
    height: 150px;
  }

  section.section-home-giveaway {
    padding: 40px 0;
  }

  section.section-home-giveaway h2 {
    font-size: 21px;
  }

  section.section-home-giveaway p {
    font-size: 17px;
  }

  section.section-home-contact {
    padding: 20px 0 30px;
  }
/* section.section-remarks{
     padding: 40px 0 0px
} */
  section.section-home-banner,
  section.section-content,
  section.section-contact,
  section.section-privacy{
    margin-top: 100px;
  }

  section.section-home-contact{
    margin-top: 0px;
  }
.section.section-remarks{
  padding-top: 20px;
}
  section.section-contact h3 {
    font-size: 18px;
  }

  section.section-contact p {
    font-size: 14px;
  }

  section.section-menu {
    padding: 40px 0 30px;
  }

  section.section-menu a {
    font-size: 16px;
  }

  section.section-menu a .image-wrapper {
    height: 135px;
  }

  section.section-content {
    background: none;
  }

  section.section-content .container {
  	/*
    background: url(../images/background/hacken2.png) no-repeat top right 10px;
	*/
    background-size: 160px;
  }
  section.section-content.hacken4 .container {
    /*
	background: url(../images/background/hacken4.png) no-repeat top right 10px;
	*/
    background-size: 160px;
  }

  section.section-privacy * {
    font-size: 12px;
  }

  section.section-privacy h1 {
    font-size: 21px;
  }

  section.section-content .word{
  height:18px;
  vertical-align: sub;
}


  section.section-content h1 {
    font-size: 21px;
    margin-bottom: 3em;
  }

  section.section-content h2 {
    font-size: 21px;
  }

  section.section-content h1 img {
    width: 60px;
    margin-left: 10px;
  }

  section.section-content h3 {
    font-size: 18px;
    margin-top: -2.5em;
  }

  section.section-content p {
    font-size: 15px;
  }

  section.section-content .guide-wrapper .image-wrapper h4 {
    width: 60px;
    height: 60px;
    padding: 20px 0;
    font-size: 16px;
  }

  section.section-content .guide-wrapper .image-wrapper h4.two-row {
    padding-top: 12px;
  }

  section.section-content .guide-wrapper .image-wrapper.item1 h4 {
    top: -28px;
    left: -18px;
  }

  section.section-content .guide-wrapper .image-wrapper.item2 h4 {
    top: -28px;
    right: -18px;
  }

  section.section-content .form-wrapper .form .iframe-wrapper h2 {
    font-size: 20px;
  }

  section.section-content .form-wrapper .form2 h3{
    margin-top:15px;
  }


  footer {
    padding: 15px 0 5px;
    font-size: 12px;
  }

  .contact-icon {
    width: 50px;
    height: auto;
  }

  .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .flex-direction-nav a.flex-prev,
  .flex-direction-nav a.flex-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}

@media (max-width: 767px) {
  a.btn-theme {
    min-width: 120px;
    border-radius: 0 14px;
    font-size: 20px;
    padding: 4px 12px;
    border-width: 2px;
  }

  a.btn-theme.absolute-btn {
    margin-left: -60px;
  }

  header {
    border-width: 5px;
  }

  header .navbar-toggle {
    margin: 33px -10px;
  }

  header .logo {
    width: 80px;
  }

  header ul.header-menu li {
    display: block;
  }

  header ul.header-menu > li > a {
    font-weight: 400;
    text-align: left;
    margin: 10px 0;
  }

  header ul.header-menu ul.dropdown-menu {
    margin: 5px -4px;
  }

  header ul.header-menu ul.dropdown-menu a {
    font-weight: 400;
  }

  /*
  section.section-landing a{
    top: 30%;
  }
  */

  section.section-home-menu a{
    margin-bottom: 30px;
    font-size: 14px;
  }

  section.section-home-menu a.large-btn .image-wrapper {
    height: calc(100vw - 30px);
  }

  section.section-home-menu a.small-btn .image-wrapper {
    max-width: calc(47.7vw - 28px);
    height: calc(50vw - 30px);
  }

  section.section-content p.small {
    font-size: 70%;
  }

  section.section-content .form-wrapper .form .iframe-wrapper iframe {
    height: 500px;
  }

  section.section-content .form-wrapper .form2 h3{
    font-size: 16px;
  }

  section.section-content .form-wrapper .form2 p{
    font-size: 16px;
  }
  section.section-content .form-wrapper .form2 ol li{
    font-size: 16px;
  }
  section.section-content .form-wrapper .form2 .form-container{
    font-size: 14px;
  }
  section.section-content .form-wrapper .form2 .form-container .form-title{
    font-size: 16px;
  }

  section.section-remarks {
    font-size: 70%;
  }

  section.section-menu a {
    margin: 0;
  }

  section.section-menu a .image-wrapper {
    height: calc(50vw - 30px);
  }

  footer .footer-logo img {
    width: 150px;
    height: auto;
  }

  .flex-direction-nav a.flex-prev,
  .flex-direction-nav a.flex-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media (max-width: 1559px) and (min-width: 769px) {
  header ul.header-menu{
    text-align: left;
  }
  header ul.header-menu > li{
    display:inline-block;
    margin-bottom: 5px;
  }
}

@media (max-width: 1559px) and (min-width: 992px) {
  header ul.header-menu > li{
    width: calc(25% - 4px);
    margin-bottom: 12px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  header ul.header-menu > li{
    width: calc(50% - 4px);
  }

}


@media (max-width: 1559px) {
  header .navbar-toggle {
    display: block;


  }

  /* .navbar-collapse.collapse{
    display: none!important;
  } */
  .navbar-collapse.collapse.show{
    display: block!important;

    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    margin-bottom:15px !important;
  }

  .navbar-collapse.collapsing{
    transition-duration: .35s;
  }

  /*
  .navbar-collapse.collapse{
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  */
}

@media (max-width: 1400px) {
	section.section-content .form-wrapper .form .iframe-wrapper h2{
		font-size:28px;
	}
}

@media (max-width: 1320px) {
	section.section-content .form-wrapper .form .iframe-wrapper h2{
		font-size:26px;
	}
}

@media (max-width: 1230px) {
	section.section-content .form-wrapper .form .iframe-wrapper h2{
		font-size:24px;
	}

	.form_box{
		width:135px !important;
	}
}


@media (max-width: 993px) {
	.contact_long_st br{
		display:none;
	}
}

section.section-contact p{
	font-size:20px;
	padding-top:4px;
}

.contact-icon{
	width:60px;
	height:30px;
}

section.section-contact p span{
	display: inline-block;
}

@media (max-width: 1200px) {
	section.section-contact p{
		font-size:18px;
	}
    header .navbar-toggle {
  margin: 34px -10px;
    }
    section.section-home-banner, section.section-content, section.section-contact, section.section-privacy {
    margin-top: 100px;
}
	section.section-contact p span{
		display: inline-block;
		margin-left:-20px;
	}
}

@media (max-width: 991px) {
	section.section-contact p{
		font-size:14px;
		padding-top:6px;
	}

	.contact-col{
		padding-left:0px;
	}
}

@media (max-width: 768px) {
	.contact-col{
		padding-left:15px;
	}

	section.section-contact p span br{
		display:none;
	}

	.HKPatient{
		width:85%;
	}
}


.absolute-header-202011{
	position: absolute;
	top:5%;
	right:2.5%;
	font-size:30px;
	color:#d81921;
	text-align:right;
}

.absolute-header-202011 span{
	font-size:80px;
	line-height:90px;
	font-weight:bold;
}

@media (max-width: 1300px) {
	.absolute-header-202011{
		font-size:26px;
	}

	.absolute-header-202011 span{
		font-size:70px;
		line-height:80px;
	}
}

@media (max-width: 1100px) {
	.absolute-header-202011{
		font-size:22px;
	}

	.absolute-header-202011 span{
		font-size:60px;
		line-height:70px;
	}
}

@media (max-width: 920px) {
	.absolute-header-202011{
		font-size:20px;
	}

	.absolute-header-202011 span{
		font-size:55px;
		line-height:65px;
	}
}


@media (max-width: 850px) {
	.absolute-header-202011{
		font-size:18px;
	}

	.absolute-header-202011 span{
		font-size:50px;
		line-height:60px;
	}
}


@media (max-width: 767px) {
	.absolute-header-202011{
		display:none;
	}
}

/* top logo */
.pull-left img{
	width:120px;
}

.pull-left-xigduo img{
	width:160px;
}

@media (max-width: 1300px) {
	.pull-left img{
		/* width:100px; */
	}

	.pull-left-xigduo img{
		width:140px;
	}
}

@media (max-width: 1240px) {
	.pull-left img{
		/* width:80px; */
	}

	.pull-left-xigduo img{
		/* width:115px; */
	}
}


@media (max-width: 1199px) {
	.pull-left img{
		/* width:80px; */
	}

	.pull-left-xigduo img{
		/* width:100px; */
	}

	header ul.header-menu > li > a{
		font-size: 16px;
		margin-left: 8px;
	}
}

@media (max-width: 992px) {
	.pull-left img{
		/* width:100px; */
		margin-right:15px;
	}

	.pull-left-xigduo img{
		/* width:140px; */
	}
}