/*Color Value*/
/*Font Value*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
/*Button Style Start*/
/*Button Style End*/
/*Input Style Start*/
/*Input Style End*/
/*Clearfix function Start*/
/*Clearfix function End*/
/*Common LESS Start*/
.list-margin-fit:first-child {
  margin-left: 0;
}
.list-margin-fit:last-child {
  margin-right: 0;
}
.list-padding-fit:first-child {
  padding-left: 0;
}
.list-padding-fit:last-child {
  padding-right: 0;
}
/*Common LESS End*/
/*Common CSS3 LESS Mixins Start*/
/*Common CSS3 LESS Mixins End*/
.row-xs-col {
  margin: 0 -5px;
}
.row-xs-col > div {
  padding: 0 5px;
}
.row-sm-col {
  margin: 0 -10px;
}
.row-sm-col > div {
  padding: 0 10px;
}
.row-md-col {
  margin: 0 -15px;
}
.row-md-col > div {
  padding: 0 15px;
}
.row-lg-col {
  margin: 0 -20px;
}
.row-lg-col > div {
  padding: 0 20px;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Fira Sans', 'Microsoft JhengHei', sans-serif;
}
body a {
  transition: all 0.6s;
}
body a:hover,
body a:focus,
body a:active {
  text-decoration: none;
}
.container-vm {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}
.container-vm-box {
  display: table-cell;
  vertical-align: middle;
}
.container-vb {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}
.container-vb-box {
  display: table-cell;
  vertical-align: bottom;
}
.img-responsive-center {
  margin-left: auto;
  margin-right: auto;
}
.form-group-inline .checkbox,
.form-group-inline .radio {
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .row-clear .col-xs-2:nth-child(6n+1),
  .row-clear .col-xs-3:nth-child(4n+1),
  .row-clear .col-xs-4:nth-child(3n+1),
  .row-clear .col-xs-6:nth-child(2n+1),
  .row-clear .col-sm-2:nth-child(6n+1),
  .row-clear .col-sm-3:nth-child(4n+1),
  .row-clear .col-sm-4:nth-child(3n+1),
  .row-clear .col-sm-6:nth-child(2n+1),
  .row-clear .col-md-2:nth-child(6n+1),
  .row-clear .col-md-3:nth-child(4n+1),
  .row-clear .col-md-4:nth-child(3n+1),
  .row-clear .col-md-6:nth-child(2n+1),
  .row-clear .col-lg-2:nth-child(6n+1),
  .row-clear .col-lg-3:nth-child(4n+1),
  .row-clear .col-lg-4:nth-child(3n+1),
  .row-clear .col-lg-6:nth-child(2n+1) {
    clear: none;
  }
  .row-clear .col-xs-2:nth-child(6n+1),
  .row-clear .col-xs-3:nth-child(4n+1),
  .row-clear .col-xs-4:nth-child(3n+1),
  .row-clear .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .row-clear .col-xs-2:nth-child(6n+1),
  .row-clear .col-xs-3:nth-child(4n+1),
  .row-clear .col-xs-4:nth-child(3n+1),
  .row-clear .col-xs-6:nth-child(2n+1),
  .row-clear .col-sm-2:nth-child(6n+1),
  .row-clear .col-sm-3:nth-child(4n+1),
  .row-clear .col-sm-4:nth-child(3n+1),
  .row-clear .col-sm-6:nth-child(2n+1),
  .row-clear .col-md-2:nth-child(6n+1),
  .row-clear .col-md-3:nth-child(4n+1),
  .row-clear .col-md-4:nth-child(3n+1),
  .row-clear .col-md-6:nth-child(2n+1),
  .row-clear .col-lg-2:nth-child(6n+1),
  .row-clear .col-lg-3:nth-child(4n+1),
  .row-clear .col-lg-4:nth-child(3n+1),
  .row-clear .col-lg-6:nth-child(2n+1) {
    clear: none;
  }
  .row-clear .col-sm-2:nth-child(6n+1),
  .row-clear .col-sm-3:nth-child(4n+1),
  .row-clear .col-sm-4:nth-child(3n+1),
  .row-clear .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .row-clear .col-xs-2:nth-child(6n+1),
  .row-clear .col-xs-3:nth-child(4n+1),
  .row-clear .col-xs-4:nth-child(3n+1),
  .row-clear .col-xs-6:nth-child(2n+1),
  .row-clear .col-sm-2:nth-child(6n+1),
  .row-clear .col-sm-3:nth-child(4n+1),
  .row-clear .col-sm-4:nth-child(3n+1),
  .row-clear .col-sm-6:nth-child(2n+1),
  .row-clear .col-md-2:nth-child(6n+1),
  .row-clear .col-md-3:nth-child(4n+1),
  .row-clear .col-md-4:nth-child(3n+1),
  .row-clear .col-md-6:nth-child(2n+1),
  .row-clear .col-lg-2:nth-child(6n+1),
  .row-clear .col-lg-3:nth-child(4n+1),
  .row-clear .col-lg-4:nth-child(3n+1),
  .row-clear .col-lg-6:nth-child(2n+1) {
    clear: none;
  }
  .row-clear .col-md-2:nth-child(6n+1),
  .row-clear .col-md-3:nth-child(4n+1),
  .row-clear .col-md-4:nth-child(3n+1),
  .row-clear .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .row-clear .col-xs-2:nth-child(6n+1),
  .row-clear .col-xs-3:nth-child(4n+1),
  .row-clear .col-xs-4:nth-child(3n+1),
  .row-clear .col-xs-6:nth-child(2n+1),
  .row-clear .col-sm-2:nth-child(6n+1),
  .row-clear .col-sm-3:nth-child(4n+1),
  .row-clear .col-sm-4:nth-child(3n+1),
  .row-clear .col-sm-6:nth-child(2n+1),
  .row-clear .col-md-2:nth-child(6n+1),
  .row-clear .col-md-3:nth-child(4n+1),
  .row-clear .col-md-4:nth-child(3n+1),
  .row-clear .col-md-6:nth-child(2n+1),
  .row-clear .col-lg-2:nth-child(6n+1),
  .row-clear .col-lg-3:nth-child(4n+1),
  .row-clear .col-lg-4:nth-child(3n+1),
  .row-clear .col-lg-6:nth-child(2n+1) {
    clear: none;
  }
  .row-clear .col-lg-2:nth-child(6n+1),
  .row-clear .col-lg-3:nth-child(4n+1),
  .row-clear .col-lg-4:nth-child(3n+1),
  .row-clear .col-lg-6:nth-child(2n+1) {
    clear: both;
  }
}
body {
  font-family: 'Open Sans', 'Microsoft JhengHei', sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 136px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  body {
    padding-top: 78px;
  }
}
body a,
body button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.swiper-bg {
  height: 100%;
  background-position: center top;
  background-size: 100vw;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .swiper-bg {
    background-size: 150vw;
  }
}
.swiper-container {
  height: 100%;
}
.banner-btn-list {
  z-index: 10;
}
.ck-box p,
.ck-box li,
.ck-box label,
.ck-box table,
.ck-box h1,
.ck-box h2,
.ck-box h3,
.ck-box h4,
.ck-box h5,
.ck-box h6 {
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .ck-box blockquote {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ck-box blockquote {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ck-box blockquote {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ck-box blockquote {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .ck-box blockquote {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .ck-box blockquote {
    font-size: 18px;
  }
}
.ck-box p,
.ck-box li,
.ck-box label,
.ck-box table,
.ck-box td {
  font-weight: 300;
}
@media (max-width: 575px) {
  .ck-box p,
  .ck-box li,
  .ck-box label,
  .ck-box table,
  .ck-box td {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ck-box p,
  .ck-box li,
  .ck-box label,
  .ck-box table,
  .ck-box td {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ck-box p,
  .ck-box li,
  .ck-box label,
  .ck-box table,
  .ck-box td {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ck-box p,
  .ck-box li,
  .ck-box label,
  .ck-box table,
  .ck-box td {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .ck-box p,
  .ck-box li,
  .ck-box label,
  .ck-box table,
  .ck-box td {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .ck-box p,
  .ck-box li,
  .ck-box label,
  .ck-box table,
  .ck-box td {
    font-size: 22px;
  }
}
.ck-box table {
  width: 100%;
}
.ck-box table th,
.ck-box table td {
  padding: 10px 15px;
}
.ck-box table th {
  background-color: #FFBA00;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 575px) {
  .ck-box table th {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ck-box table th {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ck-box table th {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ck-box table th {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .ck-box table th {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .ck-box table th {
    font-size: 24px;
  }
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
}
@media (min-width: 1550px) and (max-width: 575px), (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .ck-box table th {
    font-size: 19px;
  }
}
@media (min-width: 1550px) and (min-width: 576px) and (max-width: 767px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .ck-box table th {
    font-size: 20px;
  }
}
@media (min-width: 1550px) and (min-width: 768px) and (max-width: 991px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .ck-box table th {
    font-size: 22px;
  }
}
@media (min-width: 1550px) and (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .ck-box table th {
    font-size: 24px;
  }
}
@media (min-width: 1550px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .ck-box table th {
    font-size: 26px;
  }
}
@media (min-width: 1550px) and (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .ck-box table th {
    font-size: 26px;
  }
}
.ck-box table td {
  background-color: #FFF5DA;
}
.ck-box h3 {
  color: #FFBA00;
  font-weight: 600;
}
@media (max-width: 575px) {
  .ck-box h3 {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ck-box h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ck-box h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ck-box h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .ck-box h3 {
    font-size: 26px;
  }
}
@media (min-width: 1550px) {
  .ck-box h3 {
    font-size: 26px;
  }
}
.ck-box h4 {
  font-weight: 600;
}
.ck-box a {
  color: #FFC426;
  text-decoration: underline;
}
.ck-box a:hover,
.ck-box a:focus,
.ck-box a:active {
  text-decoration: inherit;
}
.ck-box span.marker {
  font-weight: 700;
  color: #FFC426;
}
.ck-box img {
  max-width: 100%;
}
.ck-box ul {
  padding-left: 1.5em;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .ck-box ul {
    padding-left: 1.2em;
  }
}
.ck-box ol {
  padding-left: 1.5em;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .ck-box ol {
    padding-left: 1.2em;
  }
}
.section-main h1 {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .section-main h1 {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main h1 {
    font-size: 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main h1 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main h1 {
    font-size: 50px;
  }
}
@media (min-width: 1550px) {
  .section-main h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-main h2 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main h2 {
    font-size: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main h2 {
    font-size: 39px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main h2 {
    font-size: 42px;
  }
}
@media (min-width: 1550px) {
  .section-main h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .section-main h3 {
    font-size: 23px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main h3 {
    font-size: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main h3 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 1550px) {
  .section-main h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-main h4 {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main h4 {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main h4 {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-main h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-main h5 {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main h5 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main h5 {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main h5 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main h5 {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-main h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-main h6 {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main h6 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main h6 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main h6 {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  .section-main h6 {
    font-size: 16px;
  }
}
.section-padding {
  padding: 75px 0;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-padding {
    padding: 70px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 55px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 45px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 30px 0;
  }
}
@media (min-width: 1550px) {
  .container-xl {
    width: 1520px;
  }
}
.btn-theme {
  border-width: 3px;
  border-style: solid;
  padding: 0 15px;
  border-color: #FFBA00;
  background-color: #ffffff;
  color: #252525;
  border-radius: 0 !important;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  border-color: #ffffff;
  background-color: #FFBA00;
  color: #252525;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
header .header-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .header-icon.icon-search {
  background-image: url("../images/common/header/icon_search.png");
}
header .header-top {
  padding: 3px 0;
  text-align: right;
  background-color: #FFBA00;
  color: #ffffff;
}
@media (max-width: 575px) {
  header .header-top {
    font-size: 9px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .header-top {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-top {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-top {
    font-size: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .header-top {
    font-size: 12px;
  }
}
@media (min-width: 1550px) {
  header .header-top {
    font-size: 12px;
  }
}
header .header-top a {
  color: #ffffff;
}
header .header-top a:hover,
header .header-top a:focus,
header .header-top a:active {
  color: #000000;
}
header .header-top .header-link {
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  header .header-top .header-link {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-top .header-link {
    margin-right: 10px;
  }
}
header .header-top .header-lang {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .header-top .header-lang li {
  display: inline-block;
  position: relative;
}
header .header-top .header-lang li:before {
  content: "";
  border-left: 1px solid #ffffff;
  width: 0;
  height: 12px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -7px;
}
header .header-top .header-lang li:first-child:before {
  display: none;
}
header .header-top .header-lang li a {
  display: inline-block;
  padding: 0 3px;
}
header .header-bottom {
  background-color: rgba(255, 255, 255, 0.92);
  color: #000000;
  padding: 10px 0;
}
header .header-bottom .header-logo {
  display: inline-block;
  width: 148px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-logo {
    width: 100px;
  }
}
header .header-bottom .header-logo img {
  width: 100%;
}
header .header-bottom .header-btn {
  float: right;
  width: 25px;
  margin-top: 3px;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-btn {
    display: none;
  }
}
header .header-bottom .header-btn span {
  display: block;
  background-color: #000000;
  height: 3px;
  margin: 5px 0;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-main {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main {
    display: none;
  }
  header .header-bottom .header-main.active {
    display: block;
  }
}
header .header-bottom .header-main .header-menu {
  margin: 15px 0;
  display: inline-block;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-menu {
    display: block;
  }
}
header .header-bottom .header-main .header-menu > ul {
  margin: 0;
  padding: 0;
}
header .header-bottom .header-main .header-menu > ul > li {
  position: relative;
  display: inline-block;
  list-style: none;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li {
    display: block;
    margin-bottom: 8px;
  }
}
header .header-bottom .header-main .header-menu > ul > li:hover > ul,
header .header-bottom .header-main .header-menu > ul > li:focus > ul,
header .header-bottom .header-main .header-menu > ul > li:active > ul {
  opacity: 1;
  visibility: inherit;
}
header .header-bottom .header-main .header-menu > ul > li.active > a {
  border-bottom: 4px solid #FFBA00;
  font-weight: 700;
  color: #FFBA00;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li.active > a {
    border-bottom: 0;
  }
}
header .header-bottom .header-main .header-menu > ul > li > a {
  display: inline-block;
  color: #000000;
  padding: 25px 27px;
  margin: -25px 0;
  border-bottom: 4px solid transparent ;
}
@media (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    font-size: 18px;
  }
}
header .header-bottom .header-main .header-menu > ul > li > a:hover,
header .header-bottom .header-main .header-menu > ul > li > a:focus,
header .header-bottom .header-main .header-menu > ul > li > a:active {
  color: #FFBA00;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    padding: 25px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    padding: 25px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    padding: 25px 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li > a {
    margin: 0;
    padding: 0 5px;
    font-weight: 600;
    display: block;
    text-align: center;
  }
}
header .header-bottom .header-main .header-menu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.92);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-menu > ul > li > ul {
    top: 49px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-main .header-menu > ul > li > ul {
    top: 47px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li > ul {
    opacity: 1;
    visibility: inherit;
    top: 0;
    width: 100%;
    position: relative;
  }
}
header .header-bottom .header-main .header-menu > ul > li > ul > li {
  list-style: none;
}
header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
  color: #000000;
  display: block;
  padding: 10px 27px;
}
@media (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    padding: 10px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    padding: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    padding: 10px 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-menu > ul > li > ul > li > a {
    padding: 0px 5px;
    font-weight: 300;
    text-align: center;
  }
}
header .header-bottom .header-main .header-menu > ul > li > ul > li > a:hover,
header .header-bottom .header-main .header-menu > ul > li > ul > li > a:focus,
header .header-bottom .header-main .header-menu > ul > li > ul > li > a:active {
  color: #ffffff;
  background-color: #FFBA00;
}
header .header-bottom .header-main .header-search {
  display: inline-block;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-bottom .header-main .header-search {
    display: block;
  }
}
header .header-bottom .header-main .header-search .form-group {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-search .form-group {
    border-bottom-color: #000000;
  }
}
header .header-bottom .header-main .header-search .form-group .form-control {
  width: 0px;
  display: inline-block;
  border: 0;
  padding: 5px 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  header .header-bottom .header-main .header-search .form-group .form-control {
    width: 100px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header .header-bottom .header-main .header-search .form-group .form-control {
    width: calc(100% - 40px);
  }
}
header .header-bottom .header-main .header-search .form-group .btn-search {
  background: transparent;
  border: 0;
}
header .header-bottom .header-main .header-search .form-group .btn-search .icon-search {
  margin-right: 0;
}
header .header-bottom .header-main .header-search .form-group:hover {
  border-bottom-color: #000000;
}
header .header-bottom .header-main .header-search .form-group:hover .form-control {
  width: 100px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  header .header-bottom .header-main .header-search .form-group:hover .form-control {
    width: calc(100% - 40px);
  }
}
footer {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 15px 0;
  background-color: rgba(255, 186, 0, 0.85);
}
@media (max-width: 575px) {
  footer {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  footer {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  footer {
    font-size: 14px;
  }
}
footer .footer-logo {
  display: inline-block;
  width: 100%;
  max-width: 530px;
  margin-bottom: 15px;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-title {
  font-weight: 700;
  margin: 5px 0 10px;
}
@media (max-width: 575px) {
  footer .footer-title {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer-title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-title {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-title {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  footer .footer-title {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  footer .footer-title {
    font-size: 16px;
  }
}
footer .footer-item {
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
footer .footer-item:hover,
footer .footer-item:focus,
footer .footer-item:active {
  color: #252525;
}
footer .footer-social {
  text-align: right;
}
footer .footer-social a {
  text-align: center;
  line-height: 32px;
  display: inline-block;
  color: #ffffff;
  margin-left: 10px;
  border: 2px solid #ffffff;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer .footer-social a:hover,
footer .footer-social a:focus,
footer .footer-social a:active {
  border-color: #252525;
  background-color: #ffffff;
  color: #FFBA00;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer .footer-social {
    text-align: left;
    margin: 10px 0;
  }
  footer .footer-social a {
    margin-left: 0;
    margin-right: 10px;
  }
}
footer .footer-addthis {
  margin: 10px -7px;
  text-align: right;
}
footer .footer-addthis .addthis-share {
  display: inline-block;
}
footer .footer-addthis .addthis-share .at-share-btn {
  background-color: #FFC426 !important;
  border: 2px solid #ffffff;
  padding: 3px 0;
  margin: 0 7px;
  text-align: center;
  outline: 0;
  width: 36px !important;
  height: 36px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
footer .footer-addthis .addthis-share .at-share-btn svg {
  width: 28px !important;
  height: 28px !important;
  fill: #ffffff !important;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer .footer-addthis {
    text-align: left;
  }
}
footer hr {
  border-color: #ffffff;
}
footer .footer-info {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
footer .footer-info li {
  display: inline-block;
  position: relative;
}
footer .footer-info li:before {
  content: "";
  border-left: 1px solid #ffffff;
  width: 0;
  height: 12px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -7px;
}
footer .footer-info li:first-child:before {
  display: none;
}
footer .footer-info li a {
  display: inline-block;
  padding: 0 3px;
  color: #ffffff;
}
footer .footer-info li a:hover,
footer .footer-info li a:focus,
footer .footer-info li a:active {
  color: #000000;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  footer .footer-copy,
  footer .footer-info {
    text-align: center;
  }
}
.section-banner-main {
  position: relative;
  width: 100%;
  height: 56.25vw;
  padding-bottom: 20vw;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main {
    padding-top: 91px;
  }
}
.section-banner-main .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-banner-main .banner-bg .banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.section-banner-main .banner-bg .banner-map {
  width: 100%;
  height: 100%;
}
.section-banner-main .banner-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  text-shadow: 6px 7px 7px rgba(0, 0, 0, 0.36);
}
@media (max-width: 575px) {
  .section-banner-main .banner-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .banner-title {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .banner-title {
    font-size: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .banner-title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .banner-title {
    font-size: 48px;
  }
}
@media (min-width: 1550px) {
  .section-banner-main .banner-title {
    font-size: 48px;
  }
}
@media (min-width: 1550px) {
}
@media (min-width: 1550px) and (max-width: 575px) {
  .section-banner-main .banner-title {
    font-size: 82px;
  }
}
@media (min-width: 1550px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .banner-title {
    font-size: 90px;
  }
}
@media (min-width: 1550px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .banner-title {
    font-size: 97px;
  }
}
@media (min-width: 1550px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .banner-title {
    font-size: 106px;
  }
}
@media (min-width: 1550px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .banner-title {
    font-size: 115px;
  }
}
@media (min-width: 1550px) and (min-width: 1550px) {
  .section-banner-main .banner-title {
    font-size: 115px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
}
@media (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .section-banner-main .banner-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .banner-title {
    font-size: 78px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .banner-title {
    font-size: 85px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .banner-title {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .banner-title {
    font-size: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .section-banner-main .banner-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px) {
  .section-banner-main .banner-title {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .banner-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .banner-title {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .banner-title {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .banner-title {
    font-size: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px) {
  .section-banner-main .banner-title {
    font-size: 72px;
  }
}
.section-banner-main .why-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-shadow: 6px 7px 4.9px rgba(98, 38, 24, 0.42);
}
@media (max-width: 575px) {
  .section-banner-main .why-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .why-title {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .why-title {
    font-size: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .why-title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .why-title {
    font-size: 48px;
  }
}
@media (min-width: 1550px) {
  .section-banner-main .why-title {
    font-size: 48px;
  }
}
.section-banner-main .why-title span {
  font-size: 65%;
}
@media (min-width: 1550px) {
  .section-banner-main .why-title {
    margin-top: 150px;
  }
}
@media (min-width: 1550px) and (max-width: 575px) {
  .section-banner-main .why-title {
    font-size: 129px;
  }
}
@media (min-width: 1550px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .why-title {
    font-size: 140px;
  }
}
@media (min-width: 1550px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .why-title {
    font-size: 152px;
  }
}
@media (min-width: 1550px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .why-title {
    font-size: 166px;
  }
}
@media (min-width: 1550px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .why-title {
    font-size: 180px;
  }
}
@media (min-width: 1550px) and (min-width: 1550px) {
  .section-banner-main .why-title {
    font-size: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
}
@media (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .section-banner-main .why-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .why-title {
    font-size: 78px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .why-title {
    font-size: 85px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .why-title {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .why-title {
    font-size: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .section-banner-main .why-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px) {
  .section-banner-main .why-title {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .why-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .why-title {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .why-title {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .why-title {
    font-size: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px) {
  .section-banner-main .why-title {
    font-size: 72px;
  }
}
.section-banner-main .explore-now {
  width: 400px;
  height: 30vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -200px;
  background-color: rgba(255, 216, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 216, 0, 0)), to(#FFD800));
  background: -webkit-linear-gradient(top, rgba(255, 216, 0, 0), #FFD800);
  background: -moz-linear-gradient(top, rgba(255, 216, 0, 0), #FFD800);
  background: -ms-linear-gradient(top, rgba(255, 216, 0, 0), #FFD800);
  background: -o-linear-gradient(top, rgba(255, 216, 0, 0), #FFD800);
}
@media (max-width: 575px) {
  .section-banner-main .explore-now {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.section-banner-main .explore-now .explore-btn {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -72px;
  margin-top: -72px;
  background-image: url("../images/common/why/explore_bg.png");
  text-align: center;
  padding: 40px 15px;
  color: #1C1C1C;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 144px;
  height: 144px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 575px) {
  .section-banner-main .explore-now .explore-btn {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-main .explore-now .explore-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-main .explore-now .explore-btn {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-main .explore-now .explore-btn {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-main .explore-now .explore-btn {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-banner-main .explore-now .explore-btn {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-main .explore-now .explore-btn {
    margin-left: -36px;
    margin-top: -36px;
    padding: 20px 0;
    width: 72px;
    height: 72px;
  }
}
.section-banner-main .explore-now .explore-btn:hover,
.section-banner-main .explore-now .explore-btn:focus,
.section-banner-main .explore-now .explore-btn:active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.section-banner-slide {
  position: relative;
  width: 100%;
  height: 56.25vw;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-slide {
    height: 70vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide {
    height: 80vw;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-slide {
    height: 100vw;
  }
}
.section-banner-slide .banner-swiper {
  width: 100%;
  height: 100%;
}
.section-banner-slide .banner-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding-bottom: 20vw;
  width: 100%;
  height: 100%;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 91px;
  }
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-bg .banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
  margin: 50px 15px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
}
@media (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 27px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 38px;
  }
}
@media (min-width: 1550px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    line-height: 1.2;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    line-height: 1;
    margin: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title {
    margin: 50px;
  }
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title:before,
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title:before,
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title:after {
    width: 21px;
    height: 15px;
  }
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title:before {
  background-image: url("../images/common/alumni/quote1.png");
  bottom: 100%;
  right: 100%;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-title:after {
  background-image: url("../images/common/alumni/quote2.png");
  top: 100%;
  left: 100%;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
  text-align: center;
  color: #FFBA00;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-wrapper .swiper-slide .banner-name {
    font-size: 24px;
  }
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next {
  top: 37%;
  width: 127px;
  height: 170px;
  margin-top: -85px;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-icon,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-icon {
  overflow: hidden;
  margin-bottom: 10px;
  border: 5px solid #FFBA00;
  width: 127px;
  height: 127px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-icon .icon-img,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-icon .icon-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
  text-align: center;
  color: #FFBA00;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev .swiper-name,
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next .swiper-name {
    font-size: 14px;
  }
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev:hover .swiper-icon .icon-img,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next:hover .swiper-icon .icon-img,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev:focus .swiper-icon .icon-img,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next:focus .swiper-icon .icon-img,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev:active .swiper-icon .icon-img,
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next:active .swiper-icon .icon-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-prev.swiper-button-hide {
  left: -150px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-prev {
    left: -150px;
  }
}
.section-banner-slide .banner-swiper .swiper-container .swiper-button-next.swiper-button-hide {
  right: -150px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-slide .banner-swiper .swiper-container .swiper-button-next {
    right: -150px;
  }
}
.section-home-banner {
  position: relative;
  width: 100%;
  height: calc(100vh + 210px);
  color: #ffffff;
  text-align: center;
  padding: 50px 0 245px;
  margin-bottom: -195px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-home-banner {
    height: calc(100vh + 80px);
    padding-bottom: 343px;
    margin-bottom: -263px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-home-banner {
    height: calc(100vh + 50px);
    padding-bottom: 406px;
    margin-bottom: -326px;
    z-index: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-home-banner {
    height: calc(120vw);
    padding-bottom: 50px;
    margin-bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .section-home-banner {
    min-height: 1000px;
  }
}
.section-home-banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-home-banner .banner-bg .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-home-banner h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 50px 0;
}
@media (max-width: 575px) {
  .section-home-banner h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-home-banner h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-home-banner h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-home-banner h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-home-banner h3 {
    font-size: 28px;
  }
}
@media (min-width: 1550px) {
  .section-home-banner h3 {
    font-size: 28px;
  }
}
.section-home-banner .btn-list .btn-banner {
  display: inline-block;
  width: 310px;
  height: 95px;
  color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .section-home-banner .btn-list .btn-banner {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-home-banner .btn-list .btn-banner {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-home-banner .btn-list .btn-banner {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-home-banner .btn-list .btn-banner {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-home-banner .btn-list .btn-banner {
    font-size: 28px;
  }
}
@media (min-width: 1550px) {
  .section-home-banner .btn-list .btn-banner {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-home-banner .btn-list .btn-banner {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 15px;
    margin: 10px 0;
  }
}
.section-home-banner + footer {
  position: relative;
  margin-top: -215px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-home-banner + footer {
    margin-top: -283px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-home-banner + footer {
    margin-top: -346px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-home-banner + footer {
    margin-top: 0;
  }
}
.section-banner-below {
  margin-top: -20vw;
  margin-bottom: 10vw;
  z-index: 1000;
  position: relative;
}
.section-banner-below .below-wrapper {
  position: relative;
  padding: 45px 40px;
  min-height: 600px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper {
    padding: 15px;
  }
}
.section-banner-below .below-wrapper .below-bg {
  opacity: 0.95;
  width: 100%;
  height: 100%;
}
.section-banner-below .below-wrapper .below-bg:before,
.section-banner-below .below-wrapper .below-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-banner-below .below-wrapper .below-bg:before {
  top: 15px;
  left: 15px;
  background-color: #FFBA00;
}
.section-banner-below .below-wrapper .below-bg:after {
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.section-banner-below .below-wrapper .below-title {
  color: #FFBA00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 4px 4px 7px rgba(238, 164, 4, 0.42);
  -webkit-transform: translate(-70px, -80px);
  -moz-transform: translate(-70px, -80px);
  -ms-transform: translate(-70px, -80px);
  -o-transform: translate(-70px, -80px);
}
@media (max-width: 575px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 100px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-title {
    -webkit-transform: translate(-55px, -60px);
    -moz-transform: translate(-55px, -60px);
    -ms-transform: translate(-55px, -60px);
    -o-transform: translate(-55px, -60px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper .below-title {
    margin-bottom: 30px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 37px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 41px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 44px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-banner-below .below-wrapper .below-title {
    font-size: 48px;
  }
}
.section-banner-below .below-wrapper .below-title.place-title {
  -webkit-transform: translate(-10px, -120px);
  -moz-transform: translate(-10px, -120px);
  -ms-transform: translate(-10px, -120px);
  -o-transform: translate(-10px, -120px);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-title.place-title {
    -webkit-transform: translate(-5px, -100px);
    -moz-transform: translate(-5px, -100px);
    -ms-transform: translate(-5px, -100px);
    -o-transform: translate(-5px, -100px);
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper .below-title.place-title {
    margin-bottom: 30px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
.section-banner-below .below-wrapper .below-title .title-img {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-title .title-img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper .below-title .title-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.section-banner-below .below-wrapper .below-top-note {
  color: #1C1C1C;
  text-align: right;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .section-banner-below .below-wrapper .below-top-note {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-wrapper .below-top-note {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-top-note {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-wrapper .below-top-note {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-wrapper .below-top-note {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-wrapper .below-top-note {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper .below-top-note {
    text-align: left;
  }
}
.section-banner-below .below-wrapper .below-arrow {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -12px;
  margin-bottom: -86px;
  width: 25px;
  height: 173px;
  background-image: url("../images/common/system/below_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper .below-arrow {
    width: 12px;
    height: 86px;
    margin-left: -6px;
    margin-top: -43px;
    bottom: 30px;
  }
}
.section-banner-below .below-wrapper .below-menu {
  position: relative;
  background-color: #FFBA00;
  padding: 5px 25px;
  text-align: center;
  margin: -70px 0 50px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-wrapper .below-menu {
    margin: 0 0 50px;
  }
}
.section-banner-below .below-wrapper .below-menu a {
  color: #FBE9B8;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-banner-below .below-wrapper .below-menu a {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-wrapper .below-menu a {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-wrapper .below-menu a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-wrapper .below-menu a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-wrapper .below-menu a {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-wrapper .below-menu a {
    font-size: 24px;
  }
}
.section-banner-below .below-wrapper .below-menu a:hover,
.section-banner-below .below-wrapper .below-menu a:focus,
.section-banner-below .below-wrapper .below-menu a:active {
  color: #ffffff;
}
.section-banner-below .below-wrapper .below-menu a.active {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.section-banner-below .below-item {
  text-align: center;
  margin-bottom: 30px;
}
.section-banner-below .below-item .item-num {
  color: #FFBA00;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .section-banner-below .below-item .item-num {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-item .item-num {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-item .item-num {
    font-size: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-item .item-num {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-item .item-num {
    font-size: 100px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-item .item-num {
    font-size: 100px;
  }
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-item .item-num {
    height: 150px;
  }
}
@media (min-width: 1550px) and (max-width: 575px), (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .section-banner-below .below-item .item-num {
    font-size: 86px;
  }
}
@media (min-width: 1550px) and (min-width: 576px) and (max-width: 767px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-item .item-num {
    font-size: 93px;
  }
}
@media (min-width: 1550px) and (min-width: 768px) and (max-width: 991px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-item .item-num {
    font-size: 102px;
  }
}
@media (min-width: 1550px) and (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-item .item-num {
    font-size: 110px;
  }
}
@media (min-width: 1550px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-item .item-num {
    font-size: 120px;
  }
}
@media (min-width: 1550px) and (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .section-banner-below .below-item .item-num {
    font-size: 120px;
  }
}
.section-banner-below .below-item .item-num .num-icon {
  margin-left: 10px;
  width: 60px;
}
.section-banner-below .below-item .item-img {
  margin-bottom: 50px;
}
.section-banner-below .below-item .item-img img {
  height: 150px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-item .item-img img {
    height: auto;
    max-width: 100%;
    max-height: 150px;
  }
}
.section-banner-below .below-item .item-title {
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 575px) {
  .section-banner-below .below-item .item-title {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-item .item-title {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-item .item-title {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-item .item-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-item .item-title {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-item .item-title {
    font-size: 22px;
  }
}
.section-banner-below .below-item .item-title.title-left {
  text-align: left;
}
.section-banner-below .below-item.below-item-or .item-title {
  max-width: 360px;
  margin: 0 auto;
}
.section-banner-below .below-item .item-or {
  display: inline-block;
  width: 124px;
  position: absolute;
  top: 150px;
  left: 100%;
  margin-left: -62px;
  margin-top: -42px;
}
.section-banner-below .below-item .item-or .or-title,
.section-banner-below .below-item .item-or .or-arrow {
  display: inline-block;
  vertical-align: middle;
}
.section-banner-below .below-item .item-or .or-title {
  background-color: #FFBA00;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 575px) {
  .section-banner-below .below-item .item-or .or-title {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-item .item-or .or-title {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-item .item-or .or-title {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-item .item-or .or-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-item .item-or .or-title {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-item .item-or .or-title {
    font-size: 22px;
  }
}
.section-banner-below .below-item .item-or .or-arrow {
  margin-left: -4px;
  width: 40px;
  height: 25px;
  background-image: url("../images/common/system/or_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .below-item .item-or {
    position: relative;
    top: inherit;
    left: inherit;
    text-align: center;
    width: 84px;
    margin-left: 0px;
    margin-top: 0px;
    margin: 15px 0;
  }
  .section-banner-below .below-item .item-or .or-title {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-banner-below .below-item .item-or .or-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
.section-banner-below .below-item .item-btn {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.section-banner-below .below-item .item-btn .btn-theme {
  display: inline-block;
  width: 150px;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-banner-below .below-item .item-btn .btn-theme {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-item .item-btn .btn-theme {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-item .item-btn .btn-theme {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-item .item-btn .btn-theme {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-item .item-btn .btn-theme {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-item .item-btn .btn-theme {
    font-size: 14px;
  }
}
.section-banner-below .below-detail {
  position: relative;
  text-align: center;
  margin: 50px 0;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 575px) {
  .section-banner-below .below-detail {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .below-detail {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .below-detail {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .below-detail {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .below-detail {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .below-detail {
    font-size: 22px;
  }
}
.section-banner-below .place-list {
  position: relative;
}
.section-banner-below .place-list .item-place {
  display: inline-block;
  width: 230px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .place-list .item-place {
    width: 205px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .place-list .item-place {
    width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .place-list .item-place {
    width: 208px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .place-list .item-place {
    width: 100%;
  }
}
.section-banner-below .place-list .item-place .item-img {
  margin: 0 auto 15px;
  overflow: hidden;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .place-list .item-place .item-img .item-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .place-list .item-place .item-title {
  text-align: center;
  color: #FFBA00;
  font-weight: 700;
}
@media (max-width: 575px) {
  .section-banner-below .place-list .item-place .item-title {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .place-list .item-place .item-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .place-list .item-place .item-title {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .place-list .item-place .item-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .place-list .item-place .item-title {
    font-size: 20px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .place-list .item-place .item-title {
    font-size: 20px;
  }
}
.section-banner-below .place-list .item-place:hover .item-img,
.section-banner-below .place-list .item-place:focus .item-img,
.section-banner-below .place-list .item-place:active .item-img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.section-banner-below .place-list .item-place:hover .item-img .item-bg,
.section-banner-below .place-list .item-place:focus .item-img .item-bg,
.section-banner-below .place-list .item-place:active .item-img .item-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section-banner-below .place-list .item-place:hover .item-title,
.section-banner-below .place-list .item-place:focus .item-title,
.section-banner-below .place-list .item-place:active .item-title {
  color: #000000;
}
.section-banner-below .activities-header {
  margin: -20px 0 30px;
  padding: 10px 0 20px;
  position: relative;
  border-bottom: 2px solid #FFBA00;
}
.section-banner-below .activities-header .header-title {
  font-weight: 700;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .section-banner-below .activities-header .header-title {
    font-size: 23px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .activities-header .header-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .activities-header .header-title {
    font-size: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .activities-header .header-title {
    font-size: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .activities-header .header-title {
    font-size: 32px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .activities-header .header-title {
    font-size: 32px;
  }
}
.section-banner-below .activities-header .header-btn {
  text-align: right;
}
.section-banner-below .activities-header .header-btn .btn-theme {
  padding: 8px 15px;
  display: inline-block;
  width: 150px;
  text-align: center;
  border-width: 2px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .activities-header .header-btn .btn-theme {
    margin: 10px 0;
    display: block;
    width: auto;
  }
}
.section-banner-below .activities-list .activities-item {
  display: block;
  margin-bottom: 50px;
}
.section-banner-below .activities-list .activities-item .item-img {
  width: 100%;
  margin: 0 auto 15px;
  height: 290px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .activities-list .activities-item .item-img {
    height: 215px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .activities-list .activities-item .item-img {
    height: 60vw;
  }
}
.section-banner-below .activities-list .activities-item .item-img .item-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .activities-list .activities-item .item-title {
  font-weight: 700;
  color: #1C1C1C;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 575px) {
  .section-banner-below .activities-list .activities-item .item-title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .activities-list .activities-item .item-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .activities-list .activities-item .item-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .activities-list .activities-item .item-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .activities-list .activities-item .item-title {
    font-size: 28px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .activities-list .activities-item .item-title {
    font-size: 28px;
  }
}
.section-banner-below .activities-list .activities-item:hover .item-img .item-bg,
.section-banner-below .activities-list .activities-item:focus .item-img .item-bg,
.section-banner-below .activities-list .activities-item:active .item-img .item-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section-banner-below .activities-list .activities-item:hover .item-title,
.section-banner-below .activities-list .activities-item:focus .item-title,
.section-banner-below .activities-list .activities-item:active .item-title {
  color: #FFBA00;
}
.section-banner-below .activities-img-list .activities-item {
  display: block;
  margin: 15px 0;
}
.section-banner-below .activities-img-list .activities-item .item-img {
  width: 100%;
  margin: 0 auto;
  height: 215px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .activities-img-list .activities-item .item-img {
    height: 155px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .activities-img-list .activities-item .item-img {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .activities-img-list .activities-item .item-img {
    height: 195px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .activities-img-list .activities-item .item-img {
    height: 60vw;
  }
}
.section-banner-below .activities-img-list .activities-item .item-img .item-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .activities-img-list .activities-item .item-title {
  font-weight: 700;
  color: #1C1C1C;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 575px) {
  .section-banner-below .activities-img-list .activities-item .item-title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .activities-img-list .activities-item .item-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .activities-img-list .activities-item .item-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .activities-img-list .activities-item .item-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .activities-img-list .activities-item .item-title {
    font-size: 28px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .activities-img-list .activities-item .item-title {
    font-size: 28px;
  }
}
.section-banner-below .activities-img-list .activities-item:hover .item-img .item-bg,
.section-banner-below .activities-img-list .activities-item:focus .item-img .item-bg,
.section-banner-below .activities-img-list .activities-item:active .item-img .item-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section-banner-below .activities-img-list .activities-item:hover .item-title,
.section-banner-below .activities-img-list .activities-item:focus .item-title,
.section-banner-below .activities-img-list .activities-item:active .item-title {
  color: #FFBA00;
}
.section-banner-below .faculty-list {
  position: relative;
  text-align: center;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
}
.section-banner-below .faculty-list .item-interest {
  position: absolute;
  z-index: 20;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #ffba00;
  background-color: #ffba00ee;
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
}
.section-banner-below .faculty-list .faculty-item:hover .item-interest {
  opacity: 1;
}
.section-banner-below .faculty-list .wrapper {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.section-banner-below .faculty-list .faculty-item {
  display: inline-block;
  width: 348px;
  margin-bottom: 50px;
  vertical-align: top;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .faculty-list .faculty-item {
    width: 100%;
  }
}
.section-banner-below .faculty-list .faculty-item .item-img {
  position: relative;
  margin: 0 auto 30px;
  width: 245px;
  height: 245px;
}
.section-banner-below .faculty-list .faculty-item .item-img .item-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #EEC591;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .faculty-list .faculty-item .item-img .item-photo {
  position: relative;
  border: 1px solid #E1E1E1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .faculty-list .faculty-item .item-img .item-photo .item-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-banner-below .faculty-list .faculty-item .item-title {
  color: #FFBA00;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .section-banner-below .faculty-list .faculty-item .item-title {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .faculty-list .faculty-item .item-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .faculty-list .faculty-item .item-title {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .faculty-list .faculty-item .item-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .faculty-list .faculty-item .item-title {
    font-size: 20px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .faculty-list .faculty-item .item-title {
    font-size: 20px;
  }
}
.section-banner-below .faculty-list .faculty-item .item-name {
  color: #000000;
  font-weight: 700;
}
@media (max-width: 575px) {
  .section-banner-below .faculty-list .faculty-item .item-name {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .faculty-list .faculty-item .item-name {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .faculty-list .faculty-item .item-name {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .faculty-list .faculty-item .item-name {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .faculty-list .faculty-item .item-name {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .faculty-list .faculty-item .item-name {
    font-size: 18px;
  }
}
.section-banner-below .faculty-list .faculty-item:hover .item-img .item-shadow,
.section-banner-below .faculty-list .faculty-item:focus .item-img .item-shadow,
.section-banner-below .faculty-list .faculty-item:active .item-img .item-shadow {
  left: 0;
  top: 0;
}
.section-banner-below .faculty-list .faculty-item:hover .item-img .item-photo,
.section-banner-below .faculty-list .faculty-item:focus .item-img .item-photo,
.section-banner-below .faculty-list .faculty-item:active .item-img .item-photo {
  border-color: #FFBA00;
}
.section-banner-below .faculty-list .faculty-item:hover .item-img .item-photo .item-bg,
.section-banner-below .faculty-list .faculty-item:focus .item-img .item-photo .item-bg,
.section-banner-below .faculty-list .faculty-item:active .item-img .item-photo .item-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section-banner-below .faq-detail {
  position: relative;
}
@media (min-width: 1550px) {
  .section-banner-below .faq-detail {
    padding: 0 50px;
  }
}
.section-banner-below .faq-detail .ck-box h4 {
  color: #FFBA00;
  font-weight: 700;
}
@media (max-width: 575px) {
  .section-banner-below .faq-detail .ck-box h4 {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .faq-detail .ck-box h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .faq-detail .ck-box h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .faq-detail .ck-box h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .faq-detail .ck-box h4 {
    font-size: 26px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .faq-detail .ck-box h4 {
    font-size: 26px;
  }
}
.section-banner-below .contact-detail {
  position: relative;
}
.section-banner-below .contact-detail .contact-list {
  margin-bottom: 50px;
}
.section-banner-below .contact-detail .contact-list .contact-item {
  position: relative;
  margin-bottom: 15px;
}
.section-banner-below .contact-detail .contact-list .contact-item .item-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.section-banner-below .contact-detail .contact-list .contact-item .item-icon img {
  width: 40px;
}
.section-banner-below .contact-detail .contact-list .contact-item .item-detail {
  padding-left: 55px;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .section-banner-below .contact-detail .contact-list .contact-item .item-detail {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .contact-detail .contact-list .contact-item .item-detail {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .contact-detail .contact-list .contact-item .item-detail {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .contact-detail .contact-list .contact-item .item-detail {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .contact-detail .contact-list .contact-item .item-detail {
    font-size: 26px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .contact-detail .contact-list .contact-item .item-detail {
    font-size: 26px;
  }
}
.section-banner-below .contact-detail .contact-list .contact-item .item-detail a {
  color: #FFBA00;
  text-decoration: underline;
}
.section-banner-below .contact-detail .contact-list .contact-item .item-detail a:hover,
.section-banner-below .contact-detail .contact-list .contact-item .item-detail a:focus,
.section-banner-below .contact-detail .contact-list .contact-item .item-detail a:active {
  text-decoration: inherit;
}
.section-banner-below .contact-detail .form-style1 .form-group .form-control {
  border: 0;
  background-color: #FFBA00;
  color: #ffffff;
  outline: 0;
  height: auto;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 575px) {
  .section-banner-below .contact-detail .form-style1 .form-group .form-control {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .contact-detail .form-style1 .form-group .form-control {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .contact-detail .form-style1 .form-group .form-control {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .contact-detail .form-style1 .form-group .form-control {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .contact-detail .form-style1 .form-group .form-control {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .contact-detail .form-style1 .form-group .form-control {
    font-size: 22px;
  }
}
.section-banner-below .contact-detail .form-style1 .form-group .form-control::placeholder {
  color: #F6F6F6;
}
.section-banner-below .contact-detail .form-style1 .form-group .form-control:-ms-input-placeholder {
  color: #F6F6F6;
}
.section-banner-below .contact-detail .form-style1 .form-group .form-control::-ms-input-placeholder {
  color: #F6F6F6;
}
.section-banner-below .contact-detail .form-style1 .form-group textarea {
  resize: none;
}
.section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  width: 160px;
}
@media (max-width: 575px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-below .contact-detail .form-style1 .form-group .btn-theme {
    width: 100%;
  }
}
.section-banner-below .contact-detail .form-style1 .form-group #change-image {
  width: 100%;
  display: block;
}
.section-banner-small {
  height: 260px;
  position: relative;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px) {
  .section-banner-small {
    margin-top: 91px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-banner-small {
    height: 200px;
  }
}
.section-banner-small .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-banner-small .banner-bg .banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.section-banner-small .banner-title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .section-banner-small .banner-title {
    font-size: 29px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-banner-small .banner-title {
    font-size: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-banner-small .banner-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-small .banner-title {
    font-size: 37px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-banner-small .banner-title {
    font-size: 40px;
  }
}
@media (min-width: 1550px) {
  .section-banner-small .banner-title {
    font-size: 40px;
  }
}
.section-main .main-title {
  color: #FFBA00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 50px;
  text-shadow: 4px 4px 7px rgba(238, 164, 4, 0.42);
}
@media (max-width: 575px) {
  .section-main .main-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-title {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-title {
    font-size: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-title {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-title {
    font-size: 100px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-main .main-title {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-title {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-title {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-title {
    font-size: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-main .main-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-main .main-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-title {
    font-size: 37px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-title {
    font-size: 41px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-title {
    font-size: 44px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-main .main-title {
    font-size: 48px;
  }
}
.section-main .main-detail {
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .section-main .main-detail {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-detail {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-detail {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-detail {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-detail {
    font-size: 28px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-detail {
    font-size: 28px;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .section-main .courses-wrapper .item-icon {
    margin-left: 0;
  }
}
.section-main .main-item {
  position: relative;
  min-height: 120px;
  padding-left: 150px;
  padding-top: 15px;
  margin-bottom: 50px;
}
@media (min-width: 1550px) {
  .section-main .main-item {
    width: 625px;
    margin: 0 auto 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-main .main-item {
    min-height: inherit;
    padding-left: 0px;
  }
}
.section-main .main-item .item-icon {
  left: 0;
  top: 0;
  position: absolute;
  width: 120px;
  height: 120px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-main .main-item .item-icon {
    position: relative;
    margin: 0 auto 30px 0;
    width: 60px;
    height: 60px;
  }
}
.section-main .main-item .item-icon .icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-main .main-item .item-icon .icon-bg:before,
.section-main .main-item .item-icon .icon-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-main .main-item .item-icon .icon-bg:before {
  top: 8px;
  left: 8px;
  background-color: #EDC187;
}
.section-main .main-item .item-icon .icon-bg:after {
  top: 0;
  left: 0;
  background-color: #FFBA00;
}
.section-main .main-item .item-icon .icon-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-main .main-note {
  background-color: #FFBA00;
  margin: 50px -15px;
  padding: 25px 30px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-main .main-note {
    padding: 20px 15px;
  }
}
.section-main .main-note .note-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .section-main .main-note .note-title {
    font-size: 43px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-note .note-title {
    font-size: 47px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-note .note-title {
    font-size: 51px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-note .note-title {
    font-size: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-note .note-title {
    font-size: 60px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-note .note-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-main .main-note .note-title {
    font-size: 39px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-note .note-title {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-note .note-title {
    font-size: 46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-note .note-title {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-note .note-title {
    font-size: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-main .main-note .note-title {
    font-size: 54px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-main .main-note .note-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-note .note-title {
    font-size: 37px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-note .note-title {
    font-size: 41px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-note .note-title {
    font-size: 44px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-note .note-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-main .main-note .note-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .section-main .main-note .note-detail .ck-box p,
  .section-main .main-note .note-detail .ck-box li,
  .section-main .main-note .note-detail .ck-box label,
  .section-main .main-note .note-detail .ck-box table,
  .section-main .main-note .note-detail .ck-box td {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-note .note-detail .ck-box p,
  .section-main .main-note .note-detail .ck-box li,
  .section-main .main-note .note-detail .ck-box label,
  .section-main .main-note .note-detail .ck-box table,
  .section-main .main-note .note-detail .ck-box td {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-note .note-detail .ck-box p,
  .section-main .main-note .note-detail .ck-box li,
  .section-main .main-note .note-detail .ck-box label,
  .section-main .main-note .note-detail .ck-box table,
  .section-main .main-note .note-detail .ck-box td {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-note .note-detail .ck-box p,
  .section-main .main-note .note-detail .ck-box li,
  .section-main .main-note .note-detail .ck-box label,
  .section-main .main-note .note-detail .ck-box table,
  .section-main .main-note .note-detail .ck-box td {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-note .note-detail .ck-box p,
  .section-main .main-note .note-detail .ck-box li,
  .section-main .main-note .note-detail .ck-box label,
  .section-main .main-note .note-detail .ck-box table,
  .section-main .main-note .note-detail .ck-box td {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-note .note-detail .ck-box p,
  .section-main .main-note .note-detail .ck-box li,
  .section-main .main-note .note-detail .ck-box label,
  .section-main .main-note .note-detail .ck-box table,
  .section-main .main-note .note-detail .ck-box td {
    font-size: 18px;
  }
}
.section-main .main-note .note-detail .ck-box a {
  font-weight: 400;
  color: #252525;
}
.section-main .main-note-sub {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .section-main .main-note-sub {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .section-main .main-note-sub .ck-box p,
  .section-main .main-note-sub .ck-box li,
  .section-main .main-note-sub .ck-box label,
  .section-main .main-note-sub .ck-box table,
  .section-main .main-note-sub .ck-box td {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-note-sub .ck-box p,
  .section-main .main-note-sub .ck-box li,
  .section-main .main-note-sub .ck-box label,
  .section-main .main-note-sub .ck-box table,
  .section-main .main-note-sub .ck-box td {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-note-sub .ck-box p,
  .section-main .main-note-sub .ck-box li,
  .section-main .main-note-sub .ck-box label,
  .section-main .main-note-sub .ck-box table,
  .section-main .main-note-sub .ck-box td {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-note-sub .ck-box p,
  .section-main .main-note-sub .ck-box li,
  .section-main .main-note-sub .ck-box label,
  .section-main .main-note-sub .ck-box table,
  .section-main .main-note-sub .ck-box td {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-note-sub .ck-box p,
  .section-main .main-note-sub .ck-box li,
  .section-main .main-note-sub .ck-box label,
  .section-main .main-note-sub .ck-box table,
  .section-main .main-note-sub .ck-box td {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-note-sub .ck-box p,
  .section-main .main-note-sub .ck-box li,
  .section-main .main-note-sub .ck-box label,
  .section-main .main-note-sub .ck-box table,
  .section-main .main-note-sub .ck-box td {
    font-size: 16px;
  }
}
.section-main .main-deadline {
  text-align: center;
}
.section-main .main-deadline .deadline-img {
  margin-bottom: 15px;
}
.section-main .main-deadline .deadline-img img {
  width: 150px;
}
.section-main .main-deadline .deadline-title {
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-main .main-deadline .deadline-title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-deadline .deadline-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-deadline .deadline-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-deadline .deadline-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-deadline .deadline-title {
    font-size: 28px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-deadline .deadline-title {
    font-size: 28px;
  }
}
.section-main .main-btn {
  margin: 30px 0;
  text-align: center;
}
.section-main .main-btn .btn-theme {
  width: 145px;
  padding: 8px 15px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 575px) {
  .section-main .main-btn .btn-theme {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-btn .btn-theme {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-btn .btn-theme {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-btn .btn-theme {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-btn .btn-theme {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-btn .btn-theme {
    font-size: 14px;
  }
}
.section-main .main-menu {
  margin: 50px 0 100px;
}
.section-main .main-menu .menu-item {
  display: block;
  padding: 15px 15px 15px 40px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-main .main-menu .menu-item {
    padding: 15px 0;
  }
}
.section-main .main-menu .menu-item .item-wrapper {
  position: relative;
  width: 100%;
  height: 285px;
  padding: 8px 12px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-menu .menu-item .item-wrapper {
    height: 42vw;
  }
}
@media (max-width: 575px) {
  .section-main .main-menu .menu-item .item-wrapper {
    height: 60vw;
  }
}
.section-main .main-menu .menu-item .item-wrapper .item-shadow,
.section-main .main-menu .menu-item .item-wrapper .item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-main .main-menu .menu-item .item-wrapper .item-shadow {
  background-color: #EDC187;
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-main .main-menu .menu-item .item-wrapper .item-img {
  overflow: hidden;
}
.section-main .main-menu .menu-item .item-wrapper .item-img .item-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section-main .main-menu .menu-item .item-wrapper .item-link {
  display: inline-block;
  width: 145px;
  text-align: center;
  padding: 6px 15px;
  position: absolute;
  text-transform: uppercase;
  right: 12px;
  bottom: 8px;
  z-index: 2;
}
.section-main .main-menu .menu-item .item-wrapper .item-title {
  position: relative;
  color: #FFBA00;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 4px 4px 7px rgba(238, 164, 4, 0.42);
  -webkit-transform: translate(-55px, -45px);
  -moz-transform: translate(-55px, -45px);
  -ms-transform: translate(-55px, -45px);
  -o-transform: translate(-55px, -45px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 575px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 47px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 56px;
  }
}
@media (min-width: 1550px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
}
@media (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 33px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 39px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 33px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 39px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-main .main-menu .menu-item .item-wrapper .item-title {
    font-size: 42px;
  }
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-main .main-menu .menu-item:hover .item-wrapper .item-shadow,
  .section-main .main-menu .menu-item:focus .item-wrapper .item-shadow,
  .section-main .main-menu .menu-item:active .item-wrapper .item-shadow {
    left: 0;
    top: 0;
  }
  .section-main .main-menu .menu-item:hover .item-wrapper .item-img .img-bg,
  .section-main .main-menu .menu-item:focus .item-wrapper .item-img .img-bg,
  .section-main .main-menu .menu-item:active .item-wrapper .item-img .img-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .section-main .main-menu .menu-item:hover .item-wrapper .item-title,
  .section-main .main-menu .menu-item:focus .item-wrapper .item-title,
  .section-main .main-menu .menu-item:active .item-wrapper .item-title {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
.section-why {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.section-why .why-bg {
  width: 400px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -200px;
  background-color: #FFD800;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-bg {
    width: 200px;
    margin-left: -100px;
  }
}
.section-why .lead-wrapper {
  position: relative;
}
.section-why .lead-wrapper .lead-title {
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  padding: 1em 0 1em;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .lead-wrapper .lead-title {
    font-size: 64px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-title {
    font-size: 32px;
  }
}
.section-why .lead-wrapper .lead-list {
  margin-bottom: 60px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list {
    margin-bottom: 0px;
  }
}
.section-why .lead-wrapper .lead-list .list-item {
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.section-why .lead-wrapper .lead-list .list-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.section-why .lead-wrapper .lead-list .list-item.active .item-wrapper .item-title sup {
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .lead-wrapper .lead-list .list-item {
    max-width: 320px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list .list-item {
    margin: 60px auto 80px;
  }
}
.section-why .lead-wrapper .lead-list .list-item .item-bg {
  width: 100%;
  height: 100%;
  background-color: #FFBA00;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list .list-item .item-bg {
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    -o-transform: translate(5px, 5px);
  }
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  padding: 70px 15px 50px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper {
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper {
    padding: 75px 15px 30px;
  }
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -50px;
  margin-top: -50px;
  left: 50%;
  top: 0;
  background-color: #FFBA00;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-icon.icon1 {
  background-image: url("../images/common/why/icon1.png");
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-icon.icon2 {
  background-image: url("../images/common/why/icon2.png");
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-icon.icon3 {
  background-image: url("../images/common/why/icon3.png");
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title {
  font-size: 120px;
  color: #FFBA00;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title {
    font-size: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title {
    font-size: 30px;
  }
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title .num {
  display: inline-block;
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title sup,
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title span {
  font-size: 60%;
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-title sup {
  opacity: 0;
  -webkit-transition: 0.3s all 0.6s;
  -moz-transition: 0.3s all 0.6s;
  -ms-transition: 0.3s all 0.6s;
  -o-transition: 0.3s all 0.6s;
}
.section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-detail {
  color: #252525;
  font-size: 21px;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-detail {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-detail {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-why .lead-wrapper .lead-list .list-item .item-wrapper .item-detail.detail-en {
    min-height: 84px;
  }
}
.section-why .why-item {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-item {
    padding: 50px 0;
  }
}
.section-why .why-item .item-img {
  width: 615px;
  height: 410px;
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: translate(-50px, -50px);
  -moz-transform: translate(-50px, -50px);
  -ms-transform: translate(-50px, -50px);
  -o-transform: translate(-50px, -50px);
  opacity: 0;
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img {
    width: 500px;
    height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img {
    width: 400px;
    height: 265px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-item .item-img {
    width: 100%;
    height: 65vw;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-item .item-img {
    display: block;
    margin: 0 auto 30px;
  }
}
.section-why .why-item .item-img .img-shadow {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 123, 0, 0.48);
}
.section-why .why-item .item-img .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-why .why-item .item-img .img-title {
  color: #FFBA00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 4px 4px 7px rgba(238, 164, 4, 0.42);
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transition: 0.3s all 0.3s;
  -moz-transition: 0.3s all 0.3s;
  -ms-transition: 0.3s all 0.3s;
  -o-transition: 0.3s all 0.3s;
}
@media (max-width: 575px) {
  .section-why .why-item .item-img .img-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title {
    font-size: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title {
    font-size: 100px;
  }
}
@media (min-width: 1550px) {
  .section-why .why-item .item-img .img-title {
    font-size: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
}
@media (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .section-why .why-item .item-img .img-title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title {
    font-size: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title {
    font-size: 71px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title {
    font-size: 77px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title {
    font-size: 84px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .section-why .why-item .item-img .img-title {
    font-size: 84px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-why .why-item .item-img .img-title {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title {
    font-size: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-why .why-item .item-img .img-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-why .why-item .item-img .img-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title {
    font-size: 37px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title {
    font-size: 41px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title {
    font-size: 44px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-why .why-item .item-img .img-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 52px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 66px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 72px;
  }
}
@media (min-width: 1550px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 72px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
}
@media (min-width: 1200px) and (max-width: 1549px) and (max-width: 575px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 54px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 59px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) and (min-width: 1550px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 64px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 39px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 23px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 27px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 29px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-why .why-item .item-img .img-title.title-en {
    font-size: 32px;
  }
}
.section-why .why-item .item-title {
  margin: 50px 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.6s all 0.3s;
  -moz-transition: 0.6s all 0.3s;
  -ms-transition: 0.6s all 0.3s;
  -o-transition: 0.6s all 0.3s;
  opacity: 0;
}
@media (max-width: 575px) {
  .section-why .why-item .item-title {
    font-size: 29px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-title {
    font-size: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-title {
    font-size: 37px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-title {
    font-size: 40px;
  }
}
@media (min-width: 1550px) {
  .section-why .why-item .item-title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-title {
    margin: 30px 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-title {
    margin: 15px 0;
  }
}
.section-why .why-item .item-detail {
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
  -webkit-transition: 0.9s all 0.3s;
  -moz-transition: 0.9s all 0.3s;
  -ms-transition: 0.9s all 0.3s;
  -o-transition: 0.9s all 0.3s;
  opacity: 0;
}
@media (max-width: 575px) {
  .section-why .why-item .item-detail {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-why .why-item .item-detail {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item .item-detail {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item .item-detail {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-why .why-item .item-detail {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-why .why-item .item-detail {
    font-size: 22px;
  }
}
.section-why .why-item .item-detail .inline-block {
  display: inline-block;
}
.section-why .why-item .item-detail .inline {
  display: inline;
  white-space: nowrap;
}
.section-why .why-item:nth-child(odd) .item-img {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-item:nth-child(odd) .item-img {
    float: inherit;
  }
}
.section-why .why-item:nth-child(odd) .item-title {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}
.section-why .why-item:nth-child(odd) .item-detail {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
}
.section-why .why-item:nth-child(even) .item-img .img-title {
  text-align: right;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px) {
  .section-why .why-item:nth-child(even) .item-title {
    text-align: right;
  }
}
.section-why .why-item:nth-child(even) .item-title {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
.section-why .why-item:nth-child(even) .item-detail {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
}
.section-why .why-item.active .item-img {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.section-why .why-item.active .item-img .img-title {
  opacity: 1;
}
.section-why .why-item.active .item-title,
.section-why .why-item.active .item-detail {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}
.section-why .why-item.active:nth-child(odd) .item-img .img-title {
  -webkit-transform: translate(-70px, -80px);
  -moz-transform: translate(-70px, -80px);
  -ms-transform: translate(-70px, -80px);
  -o-transform: translate(-70px, -80px);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item.active:nth-child(odd) .item-img .img-title {
    -webkit-transform: translate(-55px, -60px);
    -moz-transform: translate(-55px, -60px);
    -ms-transform: translate(-55px, -60px);
    -o-transform: translate(-55px, -60px);
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-item.active:nth-child(odd) .item-img .img-title {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
.section-why .why-item.active:nth-child(even) .item-img .img-title {
  -webkit-transform: translate(70px, -80px);
  -moz-transform: translate(70px, -80px);
  -ms-transform: translate(70px, -80px);
  -o-transform: translate(70px, -80px);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-why .why-item.active:nth-child(even) .item-img .img-title {
    -webkit-transform: translate(55px, -60px);
    -moz-transform: translate(55px, -60px);
    -ms-transform: translate(55px, -60px);
    -o-transform: translate(55px, -60px);
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-why .why-item.active:nth-child(even) .item-img .img-title {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
.section-solution {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section-solution:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 200px 0 200px;
  margin-left: -200px;
  border-color: #FFD800 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-solution:before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-solution {
    height: auto;
    padding: 15px 0 30px;
  }
}
.section-solution .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-solution .banner-bg .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-solution .solution-wrapper {
  position: relative;
  width: 615px;
  padding: 45px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-solution .solution-wrapper {
    padding: 15px;
    width: 100%;
  }
}
.section-solution .solution-wrapper .solution-bg {
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.section-solution .solution-wrapper .solution-bg:before,
.section-solution .solution-wrapper .solution-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-solution .solution-wrapper .solution-bg:before {
  top: 15px;
  left: 15px;
  background-color: #FFBA00;
}
.section-solution .solution-wrapper .solution-bg:after {
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.section-solution .solution-wrapper .solution-title {
  color: #FFBA00;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 4px 4px 7px rgba(238, 164, 4, 0.42);
  -webkit-transform: translate(-70px, -80px);
  -moz-transform: translate(-70px, -80px);
  -ms-transform: translate(-70px, -80px);
  -o-transform: translate(-70px, -80px);
}
@media (max-width: 575px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 85px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 92px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 100px;
  }
}
@media (min-width: 1550px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-title {
    -webkit-transform: translate(-55px, -60px);
    -moz-transform: translate(-55px, -60px);
    -ms-transform: translate(-55px, -60px);
    -o-transform: translate(-55px, -60px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), (min-width: 768px) and (max-width: 991px) and (max-width: 575px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1549px), (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 1550px), (min-width: 768px) and (max-width: 991px) and (min-width: 1550px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 72px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-solution .solution-wrapper .solution-title {
    margin-bottom: 30px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 37px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 41px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 44px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-solution .solution-wrapper .solution-title {
    font-size: 48px;
  }
}
.section-solution .solution-wrapper .solution-detail {
  position: relative;
  font-weight: 300;
  text-align: justify;
  line-height: 1.6;
  color: #1C1C1C;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .section-solution .solution-wrapper .solution-detail {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-solution .solution-wrapper .solution-detail {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-detail {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-solution .solution-wrapper .solution-detail {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-solution .solution-wrapper .solution-detail {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-solution .solution-wrapper .solution-detail {
    font-size: 22px;
  }
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-detail {
    margin-top: -50px;
  }
}
.section-solution .solution-wrapper .solution-detail .inline {
  display: inline;
  white-space: nowrap;
}
.section-solution .solution-wrapper .solution-btn .btn-theme {
  display: block;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section-solution .solution-wrapper .solution-btn .btn-theme {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-solution .solution-wrapper .solution-btn .btn-theme {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-solution .solution-wrapper .solution-btn .btn-theme {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-solution .solution-wrapper .solution-btn .btn-theme {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-solution .solution-wrapper .solution-btn .btn-theme {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-solution .solution-wrapper .solution-btn .btn-theme {
    font-size: 24px;
  }
}
.courses-table {
  margin: 50px auto 100px;
  width: 100%;
  max-width: 1200px;
}
.courses-table a {
  color: inherit;
}
.courses-table table {
  width: 100%;
}
.courses-table table th,
.courses-table table td {
  text-align: center;
  padding: 0;
}
@media (max-width: 575px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 21px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 30px;
  }
}
@media (min-width: 1550px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 30px;
  }
}
@media (min-width: 1550px) {
}
@media (min-width: 1550px) and (max-width: 575px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 23px;
  }
}
@media (min-width: 1550px) and (min-width: 576px) and (max-width: 767px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 25px;
  }
}
@media (min-width: 1550px) and (min-width: 768px) and (max-width: 991px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 27px;
  }
}
@media (min-width: 1550px) and (min-width: 992px) and (max-width: 1199px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 29px;
  }
}
@media (min-width: 1550px) and (min-width: 1200px) and (max-width: 1549px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 32px;
  }
}
@media (min-width: 1550px) and (min-width: 1550px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .courses-table table th,
  .courses-table table td {
    font-size: 24px;
  }
}
.courses-table table th.th-left {
  padding: 0;
  text-align: left;
  background-color: #F6F6F6;
}
.courses-table table th.th-left a {
  font-weight: normal;
  padding: 2em 1em;
  display: block;
}
.courses-table table th.th-left a:hover,
.courses-table table th.th-left a.active {
  background-color: #FFBA00;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 575px) {
  .courses-table table th.th-left a {
    padding: 3em 1em;
  }
}
.courses-table table th.th-top {
  padding: 1em;
  background-color: #FFE958;
  border-bottom: 1px solid #ffffff;
  border-left: 3px solid #ffffff;
}
.courses-table table td {
  background-color: #F6F6F6;
  border-left: 3px solid #ffffff;
}
.courses-table table td a {
  font-weight: normal;
  background-color: #F6F6F6;
  padding: 1em 0.5em;
  display: block;
}
.courses-table table td a:hover,
.courses-table table td a.active {
  background-color: #FFBA00;
  color: #ffffff;
  font-weight: bold;
}
.section-news {
  padding: 100px 0;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-news {
    padding: 50px 0;
  }
}
.section-news .news-item .item-wrapper {
  width: 100%;
  max-width: 360px;
  height: 525px;
  margin: 45px auto 85px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-news .news-item .item-wrapper {
    height: inherit;
  }
}
.section-news .news-item .item-wrapper .item-shadow,
.section-news .news-item .item-wrapper .item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-news .news-item .item-wrapper .item-shadow {
  background-color: #F4DAB8;
  left: 8px;
  top: 8px;
}
.section-news .news-item .item-wrapper .item-bg {
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
  left: 0;
  top: 0;
}
.section-news .news-item .item-wrapper .item-img,
.section-news .news-item .item-wrapper .item-date,
.section-news .news-item .item-wrapper .item-main,
.section-news .news-item .item-wrapper .item-share {
  position: relative;
}
.section-news .news-item .item-wrapper .item-img {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-news .news-item .item-wrapper .item-date {
  position: absolute;
  left: 15px;
  top: -42px;
}
.section-news .news-item .item-wrapper .item-date .date-day {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}
.section-news .news-item .item-wrapper .item-date .date-day .day-shadow,
.section-news .news-item .item-wrapper .item-date .date-day .day-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-news .news-item .item-wrapper .item-date .date-day .day-shadow {
  left: 8px;
  top: 8px;
  background-color: rgba(217, 123, 0, 0.47);
}
.section-news .news-item .item-wrapper .item-date .date-day .day-bg {
  left: 0;
  top: 0;
  background-color: #FFBA00;
}
.section-news .news-item .item-wrapper .item-date .date-day .day-main {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 80px;
}
@media (max-width: 575px) {
  .section-news .news-item .item-wrapper .item-date .date-day .day-main {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news .news-item .item-wrapper .item-date .date-day .day-main {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news .news-item .item-wrapper .item-date .date-day .day-main {
    font-size: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news .news-item .item-wrapper .item-date .date-day .day-main {
    font-size: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news .news-item .item-wrapper .item-date .date-day .day-main {
    font-size: 48px;
  }
}
@media (min-width: 1550px) {
  .section-news .news-item .item-wrapper .item-date .date-day .day-main {
    font-size: 48px;
  }
}
.section-news .news-item .item-wrapper .item-date .date-detail {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  vertical-align: top;
  font-weight: 700;
  color: #FFBA00;
}
@media (max-width: 575px) {
  .section-news .news-item .item-wrapper .item-date .date-detail {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news .news-item .item-wrapper .item-date .date-detail {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news .news-item .item-wrapper .item-date .date-detail {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news .news-item .item-wrapper .item-date .date-detail {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news .news-item .item-wrapper .item-date .date-detail {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-news .news-item .item-wrapper .item-date .date-detail {
    font-size: 24px;
  }
}
.section-news .news-item .item-wrapper .item-main {
  color: inherit;
  padding: 25px 20px;
  height: 215px;
}
.section-news .news-item .item-wrapper .item-main .main-title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .section-news .news-item .item-wrapper .item-main .main-title {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news .news-item .item-wrapper .item-main .main-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news .news-item .item-wrapper .item-main .main-title {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news .news-item .item-wrapper .item-main .main-title {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news .news-item .item-wrapper .item-main .main-title {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-news .news-item .item-wrapper .item-main .main-title {
    font-size: 18px;
  }
}
.section-news .news-item .item-wrapper .item-main .main-detail {
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 575px) {
  .section-news .news-item .item-wrapper .item-main .main-detail {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news .news-item .item-wrapper .item-main .main-detail {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news .news-item .item-wrapper .item-main .main-detail {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news .news-item .item-wrapper .item-main .main-detail {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news .news-item .item-wrapper .item-main .main-detail {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  .section-news .news-item .item-wrapper .item-main .main-detail {
    font-size: 14px;
  }
}
.section-news .news-item .item-wrapper .item-main .main-detail a {
  color: #FFC426;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .section-news .news-item .item-wrapper .item-main .main-detail a {
    font-size: 9px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news .news-item .item-wrapper .item-main .main-detail a {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news .news-item .item-wrapper .item-main .main-detail a {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news .news-item .item-wrapper .item-main .main-detail a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news .news-item .item-wrapper .item-main .main-detail a {
    font-size: 12px;
  }
}
@media (min-width: 1550px) {
  .section-news .news-item .item-wrapper .item-main .main-detail a {
    font-size: 12px;
  }
}
.section-news .news-item .item-wrapper .item-main .main-detail a:hover,
.section-news .news-item .item-wrapper .item-main .main-detail a:focus,
.section-news .news-item .item-wrapper .item-main .main-detail a:active {
  text-decoration: inherit;
}
.section-news .news-item .item-wrapper .item-main > a {
  color: inherit;
}
.section-news .news-item .item-wrapper .item-share {
  text-align: center;
  padding-bottom: 10px;
}
.section-news .news-item .item-wrapper .item-share .share-title {
  font-weight: 700;
  color: #FFBA00;
}
@media (max-width: 575px) {
  .section-news .news-item .item-wrapper .item-share .share-title {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news .news-item .item-wrapper .item-share .share-title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news .news-item .item-wrapper .item-share .share-title {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news .news-item .item-wrapper .item-share .share-title {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news .news-item .item-wrapper .item-share .share-title {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  .section-news .news-item .item-wrapper .item-share .share-title {
    font-size: 16px;
  }
}
.section-news .news-item .item-wrapper .item-share .share-this {
  margin: 10px 0;
}
.section-news .news-item .item-wrapper .item-share .share-this .addthis-share {
  display: inline-block;
}
.section-news .news-item .item-wrapper .item-share .share-this .addthis-share .at-share-btn {
  background-color: #ffffff !important;
  border: 2px solid #FFC426;
  padding: 3px 0;
  width: 40px !important;
  height: 40px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.section-news .news-item .item-wrapper .item-share .share-this .addthis-share .at-share-btn svg {
  width: 28px !important;
  height: 28px !important;
  fill: #FFC426 !important;
}
.pager a {
  padding: 5px 10px;
  font-weight: 700;
  color: #000000;
  position: relative;
  min-width: 38px;
  min-height: 38px;
  line-height: 28px;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
@media (max-width: 575px) {
  .pager a {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pager a {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pager a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pager a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .pager a {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .pager a {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .pager a {
    min-width: 30px;
    min-height: 30px;
    line-height: 20px;
    margin: 0px;
  }
}
.pager a span {
  position: relative;
  z-index: 1;
}
.pager a span .hidden-xs {
  display: inline;
}
.pager a.pager-control {
  font-weight: 400;
}
@media (max-width: 575px) {
  .pager a.pager-control {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pager a.pager-control {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pager a.pager-control {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pager a.pager-control {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .pager a.pager-control {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .pager a.pager-control {
    font-size: 18px;
  }
}
.pager a:before,
.pager a:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.pager a:before {
  top: 4px;
  left: 4px;
  background-color: #F4DAB8;
}
@media (max-width: 575px) {
  .pager a:before {
    left: 2px;
    top: 2px;
  }
}
.pager a:after {
  top: 0;
  left: 0;
  background-color: #FFBA00;
}
.pager a:hover,
.pager a:focus,
.pager a:active {
  color: #ffffff;
}
.pager a:hover:after,
.pager a:focus:after,
.pager a:active:after {
  opacity: 1;
}
.pager a.active {
  color: #ffffff;
}
.pager a.active:before,
.pager a.active:after {
  opacity: 1;
}
.section-news-detail {
  padding-bottom: 50px;
}
.section-news-detail .news-date {
  text-align: center;
  margin-bottom: 70px;
}
.section-news-detail .news-date .date-day {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}
.section-news-detail .news-date .date-day .day-shadow,
.section-news-detail .news-date .date-day .day-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-news-detail .news-date .date-day .day-shadow {
  left: 8px;
  top: 8px;
  background-color: rgba(217, 123, 0, 0.47);
}
.section-news-detail .news-date .date-day .day-bg {
  left: 0;
  top: 0;
  background-color: #FFBA00;
}
.section-news-detail .news-date .date-day .day-main {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 80px;
}
@media (max-width: 575px) {
  .section-news-detail .news-date .date-day .day-main {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news-detail .news-date .date-day .day-main {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-detail .news-date .date-day .day-main {
    font-size: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news-detail .news-date .date-day .day-main {
    font-size: 44px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news-detail .news-date .date-day .day-main {
    font-size: 48px;
  }
}
@media (min-width: 1550px) {
  .section-news-detail .news-date .date-day .day-main {
    font-size: 48px;
  }
}
.section-news-detail .news-date .date-detail {
  display: block;
  margin-left: 20px;
  margin-top: 10px;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFBA00;
}
@media (max-width: 575px) {
  .section-news-detail .news-date .date-detail {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news-detail .news-date .date-detail {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-detail .news-date .date-detail {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news-detail .news-date .date-detail {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news-detail .news-date .date-detail {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .section-news-detail .news-date .date-detail {
    font-size: 24px;
  }
}
.section-news-detail .news-share {
  text-align: center;
  padding-bottom: 10px;
}
.section-news-detail .news-share .share-title {
  font-weight: 700;
  color: #FFBA00;
}
@media (max-width: 575px) {
  .section-news-detail .news-share .share-title {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news-detail .news-share .share-title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-detail .news-share .share-title {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news-detail .news-share .share-title {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news-detail .news-share .share-title {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  .section-news-detail .news-share .share-title {
    font-size: 16px;
  }
}
.section-news-detail .news-share .share-this {
  margin: 10px 0;
}
.section-news-detail .news-share .share-this .addthis-share {
  display: inline-block;
}
.section-news-detail .news-share .share-this .addthis-share .at-share-btn {
  background-color: #ffffff !important;
  border: 2px solid #FFC426;
  padding: 3px 0;
  width: 40px !important;
  height: 40px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
@media (min-width: 1550px), (min-width: 1200px) and (max-width: 1549px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .section-news-detail .news-share .share-this .addthis-share .at-share-btn {
    display: block;
    margin: 15px auto;
  }
}
.section-news-detail .news-share .share-this .addthis-share .at-share-btn svg {
  width: 28px !important;
  height: 28px !important;
  fill: #FFC426 !important;
}
.section-news-detail .news-img {
  width: 40%;
  float: right;
  padding-left: 15px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-news-detail .news-img {
    width: 100%;
    float: inherit;
    padding-left: 0;
    text-align: center;
  }
}
.section-news-detail .news-img img {
  max-width: 100%;
  margin-bottom: 15px;
}
.section-news-detail .ck-box p,
.section-news-detail .ck-box li,
.section-news-detail .ck-box label,
.section-news-detail .ck-box table,
.section-news-detail .ck-box td {
  line-height: 2;
}
@media (max-width: 575px) {
  .section-news-detail .ck-box p,
  .section-news-detail .ck-box li,
  .section-news-detail .ck-box label,
  .section-news-detail .ck-box table,
  .section-news-detail .ck-box td {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news-detail .ck-box p,
  .section-news-detail .ck-box li,
  .section-news-detail .ck-box label,
  .section-news-detail .ck-box table,
  .section-news-detail .ck-box td {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-detail .ck-box p,
  .section-news-detail .ck-box li,
  .section-news-detail .ck-box label,
  .section-news-detail .ck-box table,
  .section-news-detail .ck-box td {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news-detail .ck-box p,
  .section-news-detail .ck-box li,
  .section-news-detail .ck-box label,
  .section-news-detail .ck-box table,
  .section-news-detail .ck-box td {
    font-size: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news-detail .ck-box p,
  .section-news-detail .ck-box li,
  .section-news-detail .ck-box label,
  .section-news-detail .ck-box table,
  .section-news-detail .ck-box td {
    font-size: 18px;
  }
}
@media (min-width: 1550px) {
  .section-news-detail .ck-box p,
  .section-news-detail .ck-box li,
  .section-news-detail .ck-box label,
  .section-news-detail .ck-box table,
  .section-news-detail .ck-box td {
    font-size: 18px;
  }
}
.section-news-detail .news-btn {
  margin: 80px 0 15px;
}
.section-news-detail .news-btn .btn-theme {
  display: inline-block;
  text-align: center;
  width: 100px;
  padding: 8px 15px;
  text-transform: uppercase;
  border-width: 2px;
}
@media (max-width: 575px) {
  .section-news-detail .news-btn .btn-theme {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-news-detail .news-btn .btn-theme {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-detail .news-btn .btn-theme {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-news-detail .news-btn .btn-theme {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-news-detail .news-btn .btn-theme {
    font-size: 14px;
  }
}
@media (min-width: 1550px) {
  .section-news-detail .news-btn .btn-theme {
    font-size: 14px;
  }
}
.fancybox-gallery .fancybox-close {
  width: 36px;
  height: 36px;
  top: -40px;
  right: -40px;
  background-image: url("../images/common/system/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fancybox-gallery .fancybox-nav span {
  width: 28px;
  height: 53px;
  margin-top: -26px;
  visibility: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fancybox-gallery .fancybox-prev {
  left: -50px;
}
.fancybox-gallery .fancybox-prev span {
  background-image: url("../images/common/system/arrow_left.png");
}
.fancybox-gallery .fancybox-next {
  right: -50px;
}
.fancybox-gallery .fancybox-next span {
  background-image: url("../images/common/system/arrow_right.png");
}
.fancybox-gallery .fancybox-title .child {
  font-weight: 400;
  color: #1C1C1C;
  background-color: transparent;
  text-shadow: none;
}
@media (max-width: 575px) {
  .fancybox-gallery .fancybox-title .child {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fancybox-gallery .fancybox-title .child {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-gallery .fancybox-title .child {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fancybox-gallery .fancybox-title .child {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .fancybox-gallery .fancybox-title .child {
    font-size: 20px;
  }
}
@media (min-width: 1550px) {
  .fancybox-gallery .fancybox-title .child {
    font-size: 20px;
  }
}
.fancybox-content {
  width: 1000px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fancybox-content {
    width: 850px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-content {
    width: 650px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fancybox-content {
    width: calc(100%) !important;
    left: 0 !important;
  }
}
.fancybox-content .fancybox-close {
  width: 36px;
  height: 36px;
  top: -40px;
  right: -40px;
  background-image: url("../images/common/system/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fancybox-content .fancybox-close {
    right: 0;
  }
}
.fancybox-content .fancybox-skin {
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-content .fancybox-skin .fancybox-inner {
  width: 100% !important;
}
.popup-faculty .content-container {
  padding: 15px;
  position: relative;
}
.popup-faculty .content-container .col-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .popup-faculty .content-container .col-img {
    position: relative;
    width: 100%;
    display: block;
  }
}
.popup-faculty .content-container .col-content {
  padding-left: 300px;
  min-height: 300px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .popup-faculty .content-container .col-content {
    padding-left: 0;
  }
}
.popup-faculty .content-container .col-content .faculty-title,
.popup-faculty .content-container .col-content .faculty-name {
  text-align: left;
}
.popup-faculty .content-container .faculty-img {
  position: relative;
  margin: 0 auto 30px;
  width: 245px;
  height: 245px;
}
.popup-faculty .content-container .faculty-img .faculty-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #EEC591;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.popup-faculty .content-container .faculty-img .faculty-photo {
  position: relative;
  border: 1px solid #E1E1E1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.popup-faculty .content-container .faculty-img .faculty-photo .faculty-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.popup-faculty .content-container .faculty-title {
  color: #FFBA00;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .popup-faculty .content-container .faculty-title {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .popup-faculty .content-container .faculty-title {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-faculty .content-container .faculty-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup-faculty .content-container .faculty-title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .popup-faculty .content-container .faculty-title {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .popup-faculty .content-container .faculty-title {
    font-size: 24px;
  }
}
.popup-faculty .content-container .faculty-name {
  color: #000000;
  font-weight: 700;
}
@media (max-width: 575px) {
  .popup-faculty .content-container .faculty-name {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .popup-faculty .content-container .faculty-name {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-faculty .content-container .faculty-name {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup-faculty .content-container .faculty-name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .popup-faculty .content-container .faculty-name {
    font-size: 24px;
  }
}
@media (min-width: 1550px) {
  .popup-faculty .content-container .faculty-name {
    font-size: 24px;
  }
}
.popup-faculty .content-container .ck-box {
  margin: 30px 0 0;
}
@media (max-width: 575px) {
  .popup-faculty .content-container .ck-box p,
  .popup-faculty .content-container .ck-box li,
  .popup-faculty .content-container .ck-box label,
  .popup-faculty .content-container .ck-box table,
  .popup-faculty .content-container .ck-box td {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .popup-faculty .content-container .ck-box p,
  .popup-faculty .content-container .ck-box li,
  .popup-faculty .content-container .ck-box label,
  .popup-faculty .content-container .ck-box table,
  .popup-faculty .content-container .ck-box td {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup-faculty .content-container .ck-box p,
  .popup-faculty .content-container .ck-box li,
  .popup-faculty .content-container .ck-box label,
  .popup-faculty .content-container .ck-box table,
  .popup-faculty .content-container .ck-box td {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup-faculty .content-container .ck-box p,
  .popup-faculty .content-container .ck-box li,
  .popup-faculty .content-container .ck-box label,
  .popup-faculty .content-container .ck-box table,
  .popup-faculty .content-container .ck-box td {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .popup-faculty .content-container .ck-box p,
  .popup-faculty .content-container .ck-box li,
  .popup-faculty .content-container .ck-box label,
  .popup-faculty .content-container .ck-box table,
  .popup-faculty .content-container .ck-box td {
    font-size: 20px;
  }
}
@media (min-width: 1550px) {
  .popup-faculty .content-container .ck-box p,
  .popup-faculty .content-container .ck-box li,
  .popup-faculty .content-container .ck-box label,
  .popup-faculty .content-container .ck-box table,
  .popup-faculty .content-container .ck-box td {
    font-size: 20px;
  }
}
.section-brochure {
  padding: 50px 0;
}
.section-brochure .title-sub {
  text-align: center;
  font-weight: 300;
  margin: 30px 0 80px;
}
@media (max-width: 575px) {
  .section-brochure .title-sub {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-brochure .title-sub {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-brochure .title-sub {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-brochure .title-sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-brochure .title-sub {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-brochure .title-sub {
    font-size: 22px;
  }
}
.section-brochure .brochure-wrapper {
  position: relative;
  padding: 50px 90px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-brochure .brochure-wrapper {
    padding: 30px 15px;
  }
}
.section-brochure .brochure-wrapper .brochure-bg:before,
.section-brochure .brochure-wrapper .brochure-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-brochure .brochure-wrapper .brochure-bg:before {
  top: 15px;
  left: 15px;
  background-color: #EEC591;
}
.section-brochure .brochure-wrapper .brochure-bg:after {
  top: 0;
  left: 0;
  border: 1px solid #E1E1E1;
  background-color: #ffffff;
}
.section-brochure .brochure-wrapper .form-style2 {
  position: relative;
}
.section-brochure .brochure-wrapper .form-style2 .form-group {
  margin-bottom: 20px;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
  border: 0;
  border-bottom: 2px solid #FFBA00;
  color: #000000;
  outline: 0;
  height: auto;
  padding: 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 575px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 22px;
  }
}
@media (min-width: 1550px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) and (max-width: 1549px), (max-width: 575px) and (min-width: 1200px) and (max-width: 1549px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1550px), (max-width: 575px) and (min-width: 1550px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .form-control {
    font-size: 16px;
  }
}
.section-brochure .brochure-wrapper .form-style2 .form-group .form-control::placeholder {
  color: #252525;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .form-control:-ms-input-placeholder {
  color: #252525;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .form-control::-ms-input-placeholder {
  color: #252525;
}
.section-brochure .brochure-wrapper .form-style2 .form-group select.form-control {
  position: relative;
  background-image: url("../images/common/system/select_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox {
  margin: 40px 0;
  position: relative;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
    font-size: 20px;
  }
}
@media (min-width: 1550px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label {
    font-size: 20px;
  }
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label:before,
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label:after {
  margin-top: 4px;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  border: 2px solid #FFBA00;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #1C1C1C;
}
.section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  width: 160px;
}
@media (max-width: 575px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    font-size: 16px;
  }
}
@media (min-width: 1550px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-brochure .brochure-wrapper .form-style2 .form-group .btn-theme {
    width: 100%;
  }
}
