/*@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");*/
:root{
  --convert-sm: 7.5;
  --convert-md: 8.85;
  --convert-lg: 19.2;
  --primary-color: #7e38a2;
  --primary-light-color: #cd62cb;
  --gradient-color: linear-gradient(to right, var(--primary-color), var(--primary-light-color));
  --success-color: #43cfa4;
  --warn-color: #ff6a28;
  --fontRegular: "HarmonyOS_Sans_Regular";
  --fontBold: "HarmonyOS_Sans_Bold";
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  /*font-family: 'Lato', sans-serif;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 36px;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  /*font-family: 'Lato', sans-serif;*/
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}
.jumpBtn {
  background: var(--primary-color) !important;
}
.right_menu {
  bottom: 15%;
  top: initial !important;
}
.hero-heading {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}


.section-title-header p{
  text: center;
  font-weight: 400;
  line-height: 26px;
  /*padding:15px 0;*/
}
.section-title-header h5{
  font-size: 20px;
  text: center;
  line-height: 20px;
  /*padding-bottom: 36px;*/
  padding:25px 0;
  margin-bottom: 0;
}
.section-title-header .title-line{
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #dedede;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.section-title-header .title-line:before{
  position: absolute;
  left: 75px;
  top: -1px;
  content: '';
  height: 3px;
  width: 50px;
  background-color: var(--primary-color);
}
.panel-heading .panel-title a{
  width: 290px;
}
.section-title {
  font-family: var(--fontBold);
  /*font-size: 36px;*/
  font-size: 40px;
  color: var(--primary-color);
  line-height: 52px;
  padding-bottom: 20px;
  text-align: center;
  /*text-transform: uppercase;*/
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
.section-title span {
  color: #ffffff;
  letter-spacing: -1px;
  margin: 0 35px;
}

/*.section-title:before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  left: 15px;*/
/*  bottom: 8px;*/
/*  width: 48px;*/
/*  height: 1px;*/
/*  background-color: var(--primary-color);*/
/*  z-index: 1;*/
/*}*/

/*.section-title:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  left: 0px;*/
/*  bottom: 3px;*/
/*  width: 48px;*/
/*  height: 1px;*/
/*  background-color: var(--primary-color);*/
/*  z-index: 1;*/
/*}*/

/*.section-title:before, .section-title:after {*/
/*  left: 50%;*/
/*  margin-left: -45px;*/
/*}*/

/*.section-title:after {*/
/*  margin-left: -30px;*/
/*}*/

.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--primary-color);
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  text-tranform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  color: #fff;
}

.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn i {
  margin-right: 5px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background: var(--gradient-color);
  border: none;
  position: relative;
  z-index: 1;
  width: 230px;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  border-radius: 50px;
  padding: 0;
}

.btn-common:hover {
  color: #fff;
  background: var(--gradient-color);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: var(--primary-color);
}

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mt-30 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-padding {
  padding: 50px 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.page-banner .page-banner-title h2 {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

#roof {
  background: #ddd;
  padding: 15px 0;
}

#roof .info-bar-address {
  font-size: 14px;
}

#roof .quick-contacts span {
  margin-right: 10px;
}

#roof .quick-contacts span a {
  color: #212121;
}

#roof .quick-contacts span a:hover {
  color: var(--primary-color);
}

#roof .quick-contacts span i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  width: 200px;
  text-align: center;
}

.navbar-brand img {
  /*width: 65px;*/
  width: 2.539vw;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

/*.top-nav-collapse .navbar-nav .nav-link {*/
/*  color: #212121 !important;*/
/*}*/

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: var(--primary-color) !important;
}

.indigo {
  background: transparent;
}
.navbar-expand-lg>.container {
  max-width: 1480px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  /*color: var(--primary-color);*/
  color: #ffffff;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  /*text-transform: uppercase;*/
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 20px;
}
.top-nav-collapse.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--primary-color);
}
.top-nav-collapse.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}
.navbar-expand-lg .navbar-nav li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 15px;
  height: 2px;
  /*background: var(--primary-color);*/
  background: #ffffff;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.navbar-expand-lg .navbar-nav .active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: var(--primary-color);
  outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #ffffff !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  /*border-color: var(--primary-color);*/
  border-color: #ffffff;
}
.slicknav_menu .slicknav_icon-bar {
  /*background: var(--primary-color);*/
  background: #ffffff;
}
.top-nav-collapse .slicknav_btn{
  border-color: var(--primary-color);
}
.top-nav-collapse .slicknav_menu .slicknav_icon-bar {
  background: var(--primary-color);
}


/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 5px 15px;
    top: 0;
  }
  .navbar-brand img {
    height: 30px;
    margin-top: 10px;
    width: auto;
    display: none;
  }
  .top-nav-collapse .navbar-brand img {
    display: block;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #3498e0;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #3498e0;
    background: #f5f5f5;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f5f5f5;
    color: #3498e0;
  }
}

.about-item {
  padding: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}

.about-item .about-text {
  padding: 10px 10px 0 10px;
  background: #fff;
  text-align: left;
}

.about-item .about-text h3 {
  font-size: 16px;
  /*text-transform: uppercase;*/
  font-weight: 500;
}

.about-item .about-text h3 a {
  color: #212121;
}

.about-item .about-text h3 a:hover {
  color: var(--primary-color);
}

.about-item .btn {
  margin-top: 10px;
  /*margin-left: 10px;*/
}

.about-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

#event-slides .video img {
  border-radius: 4px;
}

#event-slides .intro-desc {
  line-height: 26px;
  margin-bottom: 30px;
}

#event-slides .intro-title {
  color: #212121;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#event-slides .list-specification li {
  margin-bottom: 10px;
  font-size: 15px;
}

#event-slides .list-specification li i {
  margin-right: 5px;
}

.counter-section {
  background: var(--primary-color);
  overflow: hidden;
  position: relative;
  /*
    &:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.5);
    } */
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 15px;
}

.counter-section .counter .icon i {
  font-size: 60px;
  color: #fff;
}

.counter-section .counter p {
  font-size: 15px;
  color: #fff;
  /*text-transform: uppercase;*/
}

.counter-section .counter span {
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Sponsors Area */
#sponsors {
  background: #f3f4f3;
}
.logoBG {
  background: #f3f4f3;
}
.logo .spnsors-logo {
  text-align: center;
  border-radius: 4px;
 /* padding: 50px;*/
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  position: relative;
}
.logo .spnsors-logo img{
  width: 100%;
  height: auto;
}
.logo .spnsors-logo:hover {
  border-color: transparent;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

/* #Sponsorship  */
#Sponsorship .gold-sponsor {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#Sponsorship .presentation-sponsor {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#Sponsorship .gold-sponsor .sponsor-title{
  position: relative;
  left: 25%;
}
#Sponsorship .presentation-sponsor .sponsor-title{
  position: relative;
  left: -25%;
}

/* Schedule Area */
/*自己的Schedule*/
#Schedule .services-wrapper>div{
  /*border:1px solid #ddd;*/
  padding: 0;
}

#Schedule .services-item i{
 color:var(--primary-color);
}
#Schedule .services-wrapper>div:nth-child(1),
#Schedule .services-wrapper>div:nth-child(2),
#Schedule .services-wrapper>div:nth-child(3),
#Schedule .services-wrapper>div:nth-child(4)
{
  /*border-bottom: none;*/
  border-right: none;
}
#Schedule .services-wrapper>div:nth-child(5),
#Schedule .services-wrapper>div:nth-child(6),
#Schedule .services-wrapper>div:nth-child(7),
#Schedule .services-wrapper>div:nth-child(8)
{
  border-right: none;
}

#Schedule .services-wrapper>div:nth-child(4),
#Schedule .services-wrapper>div:nth-child(8)
{
  border-right:1px solid #ddd;
}
/*自己的Schedule*/

#schedules {
  background: #f3f4f3;
}

#schedule-tab {
  position: relative;
}

.schedule .schedule-tab-title {
  margin-bottom: 35px;
}

.schedule .schedule-tab-title .nav-tabs {
  background: #ffffff;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  height: 90px;
  width: 255px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
  padding: 20px 20px;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}

.schedule .schedule-tab-title .item-text h4 {
  font-size: 15px;
  color: #2f323c;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.schedule .schedule-tab-title .item-text h5 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.schedule .schedule-tab-content .tab-content {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

.schedule .schedule-tab-content .card {
  border: none;
}

.schedule .show .card-body {
  background: #f3f4f3;
}

.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.schedule .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.schedule .card-header .images-box img {
  border-radius: 50%;
}

.schedule .card-header .time {
  color: #777777;
  font-size: 13px;
  margin-bottom: 5px;
}

.schedule .card-header h4 {
  font-size: 18px;
  color: #212121;
  margin-bottom: 8px;
}

.schedule .card-header .name {
  position: relative;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.schedule .card-body {
  padding: 15px 70px 15px 110px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.schedule .card-body .location {
  font-size: 13px;
  color: #777777;
}

.schedule .card-body .location span {
  color: var(--primary-color);
  margin-right: 5px;
}

.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px;
}

.accordion .header-title {
  position: relative;
}

.accordion .header-title:after {
  /*font-family: "LineIcons";*/
  content: "\e93a";
  position: absolute;
  right: 10px;
  color: #999;
  top: 50%;
  line-height: 1;
  padding: 0px 5px;
  margin-top: -7px;
}

.accordion .collapsed:after {
  content: "\e940";
}

.accordion .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.accordion .card-header i {
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.accordion .card-body {
  padding-left: 56px;
}

/* Services Item */
.services {
  background: #fff;
}

.padding-none {
  padding: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.padding-none:nth-child(1) {
  border-left: none;
}
.padding-none:nth-child(4) {
  border-bottom: none;
  border-left: none;
}


.padding-none:nth-child(5) {
  border-bottom: none;
}

.padding-none:nth-child(6),.padding-none:nth-child(7),.padding-none:nth-child(8) {
  border-bottom: none;
}

.services-wrapper {
  margin-top: 30px;
}

.services-item {
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  line-height: 26px;
}

.services-item .services-content h3 a,.services-item .services-content h3 span {
  font-size: 20px;
  font-weight: 400;
  color: #212121;
}

.services-item:hover {
  background: #f3f3f3;
}

.services-item:hover .icon i {
  background: transparent;
  color: var(--primary-color);
}

/* Gallery Section */
#Gallery {
  background: #33084a;
  position: relative;
}
#Gallery .section-title {
  color: var(--primary-light-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#Gallery .section-title hr{
  width: 155px;
  margin: 0 35px;
  background: var(--primary-light-color);
}
#Gallery .container {
  max-width: 1910px;
  margin: 0 auto;
}
#Gallery .item2 .jumpBtn {
  margin-top: 30px;
}
.gallery-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.gallery-container .gallery-item {
  width: 925px;
  padding: 0 28px;
}
.gallery-container .gallery-item .gallery-video {
  margin-bottom: 0;
  padding-top: 15px;
  background: #ffffff;
  cursor: pointer;
}
.gallery-container .gallery-item .gallery-video i.layui-icon{
  /*font-size: 200px;*/
  font-size: 7.8125vw;
  /*line-height: 200px;*/
  line-height: 7.8125vw;
  /*left: calc(50% - 100px);*/
  left: calc(50% - 3.90625vw);
  /*top: calc(50% - 100px);*/
  top: calc(50% - 3.90625vw);
  color: var(--success-color);
  font-weight: bold;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.gallery-container .gallery-item .galleryRow{
  background: #ffffff;
  padding-top: 20px;
}
.gallery-container .gallery-item .galleryRow.GalleryRow, .gallery-container .gallery-item .galleryRow.GalleryRow2 {
  padding-top: 0;
}
#Gallery .gallery-box {
  position: relative;
  margin-bottom: 30px;
}

#Gallery .gallery-box .overlay-box {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
 /* padding-top: 35%;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#Gallery .gallery-box .overlay-box i {
  background: #ffffff;
  color: var(--primary-color);
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#Gallery .gallery-title {
  position: absolute;
  z-index: 1;
  color: #fff;
  margin-top: -80px;
  font-size: 40px;
  margin-left: 390px;
  font-family: var(--fontBold);
}
#Gallery .gallery-box:hover .overlay-box {
  background: rgba(14,106,168, 0.7);
  transform: scale(1, 1);
  transition: all 500ms ease;
  border-radius: 5px;
}

#Gallery .gallery-box:hover .overlay-box i {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
  margin: 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(47, 47, 47, 0.7);
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 15px;
  position: absolute;
  right: 15px;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  display: block;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-facebook {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
  background: #fb3958;
}

.team-item .info-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  background: #f3f4f3;
  text-align: left;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #212121;
}

.team-item .info-text h3 a:hover {
  color: var(--primary-color);
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.blog-item {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 15px;
 /* margin-bottom: 40px;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .blog-image {
  width: 100%;
 /* max-width: 370px;*/
  position: relative;
  overflow: hidden;
}

.blog-item .blog-image img {
  background: #000;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .tag {
  position: absolute;
  /*text-transform: uppercase;*/
  top: -18px;
  left: 20px;
  padding: 4px 27px;
  background-color: white;
  color: var(--primary-color);
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}

.blog-item .descr {
  padding: 30px 15px;
  color: #212121;
  position: relative;
}

.blog-item .descr h3 {
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-item .descr h3 a {
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .descr h3 a:hover {
  color: var(--primary-color);
}

.blog-item .descr .meta-tags {
  margin-bottom: 10px;
}

.blog-item .descr .meta-tags span {
  color: #999;
  margin-right: 8px;
}

.blog-item .descr .meta-tags span a {
  color: #999;
  margin-left: 8px;
}

.blog-item .descr .meta-tags span a:hover {
  color: var(--primary-color);
}

.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.blog-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Conact Home Page Section */
.contact {
  background: #111111;
}

#conatiner-map {
  width: 100%;
  height: 580px;
}

.title-forme {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-item {
  position: relative;
  text-align: center;
}

.contact-item i {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.contact-item .contact-info h3 {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-item .contact-info p {
  color: #fff;
}

/* Subscribe Form */
#subscribe {
  background: url("../../assets/img/background/subscribe.jpg") no-repeat;
  background-size: cover;
  min-height: 800px;
}

.subscribe-inner {
  padding: 50px 0;
  text-align: center;
}

.subscribe-inner .subscribe-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.subscribe-inner p {
  color: #888;
  margin-bottom: 30px;
}

.subscribe-inner .sub-btn {
  margin: 0;
  width: 12rem;
  padding: 18px 40px;
  min-width: 12rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.subscribe-inner .sub-btn i {
  margin-right: 5px;
}

.subscribe-inner .form-control {
  position: relative;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 0px;
  box-shadow: none;
  color: #888999;
  height: 55px;
  margin-right: -1px;
  width: 74%;
}

.subscribe-inner .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
}

.subscribe-inner .form-inline {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

/* Contact Forme */
#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-form {
  left: 0%;
  padding: 40px 15px;
  z-index: 99;
}

.container-form .form-wrapper {
  background-color: white;
  padding: 56px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.container-form .form-wrapper .form-group {
  margin-bottom: 30px;
}
.container-form .form-wrapper .form-group label{
  font-family: var(--fontBold);
  font-weight: normal;
}

.container-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  /*text-transform: capitalize;*/
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 7px 19px;
  border-radius: 0px;
  background-image: none;
  background-clip: padding-box;
}

.container-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: var(--primary-color);
  box-shadow: none;
  outline: 0;
}

.form-submit .btn-common {
  width: 100%;
  opacity: 1;
}

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important;
}

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 27px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  /*text-transform: capitalize;*/
  background: #f7f7f7;
  padding: 7px 19px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  outline: 0;
}

/* Footer Area Start */
.footer-area {
  background: #ffffff;
}
.footer-area .footer-logo{
  border-right: 1px solid #cfcfcf;
  padding-top: 20px;
  text-align: center;
}
.footer-area .footer-logo img{
  width: 100%;
}
.footer-area .footer-list{
  padding-left: 40px;
  padding-right: 0;
}
.footer-area .footer-list:last-child{
  padding-left: 0;
}
.footer-area .footer-list a{
  color: #000000;
}
.footer-area .footer-list a:hover{
  color: #045899;
}
.footer-area h3 {
  font-size: 16px;
  color: #045899;
}

.footer-area p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

/*.footer-area ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #E91E63;
}*/
.footer-area ul li{
  line-height: 18px;
}
.footer-area ul li span{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  cursor:pointer;
}
.footer-area ul li span:hover {
  color: var(--primary-color);
}

.footer-area .footer-social li {
  display: inline-block;
}

.footer-area .footer-social li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.footer-area .footer-social li a:hover {
  color: #fff;
}

.footer-area .footer-social li .facebook:hover {
  background: #3B5998;
}

.footer-area .footer-social li .twitter:hover {
  background: #00aced;
}

.footer-area .footer-social li .linkedin:hover {
  background: #0073b1;
}

.footer-area .footer-social li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .footer-social li .google-plus:hover {
  background: #d34836;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: var(--primary-color);
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: var(--primary-color);
}

.image-list {
  padding: 0;
  margin: 0;
}

.image-list li {
  margin-bottom: 15px;
  display: inline-block;
}

.image-list li .overlay {
  float: left;
  width: 70px;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.image-list li .overlay:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-list .post-content {
  margin-left: 85px;
  margin-bottom: 0;
}

.image-list .post-content .post-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.image-list .post-content .post-title a {
  color: #fff;
}

.image-list .post-content .post-title a:hover {
  color: var(--primary-color);
}

.image-list .post-content .meta {
  color: #999;
}

.image-list .post-content .meta span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.newsletter-wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}

.newsletter-wrapper .form-group input {
  display: inline-block;
  color: #fff;
  position: relative;
}

.newsletter-wrapper .sub-btn {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  padding: 10px 20px;
}

.widget {
  margin-top: 10px;
}

.widget .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

#copyright {
  background: #ffffff;
  text-align: center;
}

#copyright p {
  font-size: 18px;
  line-height: 80px;
  height: 80px;
  margin: 0;
}
#copyright p a {
}

#copyright p a:hover {
  color: var(--primary-color);
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer .heading-count {
  padding: 10px 68px;
}

.countdown-timer .heading-count h2 {
  font-size: 40px;
  color: #212121;
  /*text-transform: uppercase;*/
  line-height: 48px;
}

.countdown-timer .heading-count h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
  background: #212121;
  padding: 7px 15px;
  border-radius: 4px;
}

.countdown-timer .heading-count p {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  min-width: 120px;
  margin: 15px;
  height: 110px;
  padding: 20px;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.time-entry span {
  font-size: 45px;
  line-height: 45px;
  display: block;
  color: #212121;
  margin-bottom: 10px;
}

.time-entry:first-child {
  border-left: none;
}

.time-countdown {
  margin: 15px 0px 50px 0;
}

/* Pricing Ticket */
#pricing {
  background: url(../img/background/bg-pricing.jpg);
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

#pricing .section-title-header .section-title {
  color: #fff;
}

#pricing .section-title-header p {
  color: #fff;
}

#pricing .price-block-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
}

#pricing .price-block-wrapper .icon {
  padding: 20px;
}

#pricing .price-block-wrapper .icon i {
  font-size: 60px;
  color: var(--primary-color);
}

#pricing .price-block-wrapper .colmun-title {
  margin-top: 15px;
}

#pricing .price-block-wrapper .colmun-title h5 {
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 5px;
  background: #ffffff;
  text-transform: uppercase;
}

#pricing .price-block-wrapper .price {
  padding-bottom: 10px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .price h2 {
  font-size: 38px;
  color: #5c5c5c;
  line-height: 42px;
  margin: 0;
}

#pricing .price-block-wrapper .price p {
  font-size: 15px;
  color: #5c5c5c;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .pricing-list {
  padding: 10px  60px 10px 78px;
  text-align: left;
}

#pricing .price-block-wrapper .pricing-list ul {
  padding-bottom: 15px;
}

#pricing .price-block-wrapper .pricing-list ul li {
  font-size: 15px;
  color: #212121;
  font-weight: 400;
  padding: 2px 0px;
}

#pricing .price-block-wrapper .pricing-list ul li i {
  margin-right: 7px;
  font-size: 12px;
  color: var(--primary-color);
}

#pricing .price-block-wrapper .btn i {
  font-size: 12px;
  margin-right: 5px;
}

#main-slide .main-bg{
  width: 100%;
  /*height: 1440px;*/
  height: 56.25vw;
  max-height: 100vh;
  background: url("../img/background/banner.jpg") no-repeat;
  background-size: 100% 100%;
  /*padding-top: 155px;*/
  padding-top: 6.0546875vw;
}
#main-slide .main-header{
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.main-bg .header-logo{
  font-family: var(--fontBold);
  color: #ffffff;
  text-align: center;
  /*width: auto;*/
  /*height: 223px;*/
  /*margin: 0 auto;*/
  /*background: url("../../assets/img/logo/header_topic.svg") no-repeat;*/
  /*background-size: 100% 100%;*/
}
.main-bg .header-logo img {
  /*width: 200px;*/
  width: 7.8125vw;
  /*margin-bottom: 30px;*/
  margin-bottom: 1.171875vw;
}
.main-bg .header-logo-title {
  /*font-size: 77px;*/
  font-size: 3.0078125vw;
  /*line-height: 80px;*/
  line-height: 3.125vw;
  font-family: var(--fontBold);
}

.main-bg .header-content{
  margin-top: 30px;
  /*padding-left: 315px;*/
  font-size: 20px;
}
.main-bg .header-content .header-date{
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
.main-bg .header-content .header-date.mobile{
  display: none;
}
.main-bg .header-content .header-check{
  /*margin-top: 50px;*/
  margin-top: 1.953125vw;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.main-bg .header-content .header-check .header-ticket{
  margin-left: -5px;
  margin-right: 60px;
}
.main-bg .header-content .header-check .header-ticket img{
  /*width: 240px;*/
  width: 9.375vw;
  cursor: pointer;
  transition: all .3s linear;
}
.main-bg .header-content .header-check .header-award img{
  /*width: 240px;*/
  width: 9.375vw;
  cursor: pointer;
  transition: all .3s linear;
}
.main-bg .header-content .header-check .header-ticket img:hover, .main-bg .header-content .header-check .header-award img:hover{
  transform: scale(1.1);
}
.main-bg .header-content .header-note{
  margin-top: 40px;
  font-size: 26px;
  font-family: "HarmonyOS_Sans_Bold";
}
.header-sponsor{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  /*align-items: center;*/
  /*margin: 40px auto;*/
  background: #ffffff;
  position: absolute;
  top: 0;
  /*margin-top: 1440px;*/
  margin-top: 100vh;
  z-index: 1;
  transform: translateY(-100%);
  /*padding: 40px 0;*/
  padding: 1.5625vw 0;
}
.header-sponsor .sponsor-list{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.header-sponsor .sponsor-list .sponsor-title{
  /*font-size: 24px;*/
  font-size: 0.9375vw;
  font-family: var(--fontBold);
  color: var(--primary-color);
}
.header-sponsor .sponsor-list img{
  margin-left: 15px;
}
.header-sponsor .sponsor-list.present-by img{
  width: 210px;
  height: 50px;
}
.header-sponsor .sponsor-list.advisory-panel img{
  height: 46px;
}
.header-sponsor .sponsor-list.advisory-panel img.img3{
  height: 40px;
}
.header-sponsor .sponsor-list.advisory-panel img.img4{
  height: 90px;
}
.header-sponsor .sponsor-list.advisory-panel img.img5{
  height: 60px;
  margin-left: 15px;
}
.header-sponsor .sponsor-list.knowledge-partner img{
  height: 40px;
}
.header-sponsor .sponsor-list.present-by{
  width: 100%;
  justify-content: center;
  text-align: center;
}
.header-sponsor .sponsor-list.strategic-partner{
}
.header-sponsor .sponsor-list.strategic-partner img{
  /*width: 275px;*/
  height: 46px;
}


#Highlights .highlight-container{
  width: 100%;
  padding: 80px 0 0 0;
  background: url("../../assets/img/background/highlight.jpg?v=1") no-repeat;
  background-size: cover;
  background-position-y: 100%;
}
.highlight-container .highlight-extra{
  color: #212121;
  font-size: 16px;
  text-align: center;
  padding: 0 80px;
  font-family: var(--fontBold);
}
.highlight-container .highlight-main{
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.highlight-main .highlight-list{
  width: 215px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  font-size: 16px;
}
.highlight-main .highlight-list .highlight-icon{
  width: 155px;
  margin: 0 auto 15px auto;
}
.highlight-main .highlight-list .highlight-icon img{
  width: 100%;
}
.highlight-main .highlight-list .highlight-title{
  font-family: var(--fontBold);
  color: var(--primary-color);
  width: 100%;
  text-align: center;
}
.highlight-main .highlight-list .highlight-text {
  font-size: 14px;
  color: #727171;
}


#Suggestions .section-title{
  margin-bottom: 0;
  padding-bottom: 0;
}

#Awards .award-bg{
  width: 100%;
  height: 1060px;
  background: url("../../assets/img/background/award.jpg?v=20251030") no-repeat;
  background-size: cover;
  background-position-x: center;
}
.award-container .award-bar{
  width: 100px;
  height: 2px;
  margin: 0 auto;
  background: #ffd38e;
  position: relative;
  top: 340px;
}
.award-bg .award-content{
  padding-top: 465px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.award-bg .award-content .award-topic {
  margin-bottom: 30px;
}
.award-bg .award-content a{
  color: #ffffff;
}
.award-bg .award-content a:hover{
  color: #045899;
}
.award-main{
  width: 65%;
  margin: 0 auto;
}
.award-bg .award-content .bold{
  font-size: 18px;
  font-weight: bold;
  color: #f3b860;
}

#Review{
  width: 100%;
  height: 100%;
  /*min-height: 1084px;*/
  /*min-height: 56.45833vw;*/
  /*background: url("../img/review/review_bg.jpg?v=1") no-repeat;*/
  /*background-size: cover;*/
  background-color: #33084a;
}
.review-container{
  /*width: 1400px;*/
  width: 54.6875vw;
  margin: 0 auto;
}

.review-container .review-title{
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /*padding-top: 60px;*/
  padding-top: 2.34375vw;
  padding-bottom: 24px;
  border-bottom: 1px solid #43cfa4;
}
.review-container .review-title .title-weight{
  /*font-size: 74px;*/
  font-size: 2.890625vw;
  /*line-height: 60px;*/
  line-height: 2.34375vw;
  font-family: "Din_Bold";
  padding-right: 15px;
  border-right: 1px solid var(--primary-color);
}
.review-container .review-title .title-detail {
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}
.review-container .review-title .title-normal{
  width: 100%;
  /*font-size: 24px;*/
  font-size: 0.9375vw;
  /*line-height: 32px;*/
  line-height: 1.25vw;
}
.review-container .review-controls {
  /*margin-top: -410px;*/
  margin-top: -16.015625vw;
  /*width: 1720px;*/
  width: 67.1875vw;
  /*left: calc(50% - 860px);*/
  left: calc(50% - 33.59375vw);
  /*height: 90px;*/
  height: 3.515625vw;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  pointer-events: none;
}
.review-container .review-controls .swiper-prev {
  background: url("../../assets/img/icon/arrow.svg") no-repeat;
  /*width: 90px;*/
  width: 3.515625vw;
  /*height: 90px;*/
  height: 3.515625vw;
  cursor: pointer;
  pointer-events: auto;
}
.review-container .review-controls .swiper-next {
  background: url("../../assets/img/icon/arrow.svg") no-repeat;
  /*width: 90px;*/
  width: 3.515625vw;
  /*height: 90px;*/
  height: 3.515625vw;
  transform: rotate(180deg);
  cursor: pointer;
  pointer-events: auto;
}
.review-swiper{
  /*width: 980px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.layui-carousel>[carousel-item]>.swiper-item>.swiper-slide{
  display: flex;
  flex-wrap: nowrap;
}
.review-swiper .layui-carousel, .layui-carousel>[carousel-item]>*{
  background-color: transparent;
  color: #ffffff;
}
.layui-carousel>[carousel-item]:before{
  display: none;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
  color: rgba(0, 0, 0, .5);
  background: rgba(255, 255, 255, .5);
  font-weight: bold;
  left: -20%;
  font-size: 38px;
  height: 55px;
  width: 55px;
  margin-top: -16%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow:hover{
  background: rgb(255, 255, 255);
}
.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
    right: -20%;
}
.review-swiper .layui-carousel-ind{
    display: none;
}
.layui-carousel>[carousel-item].review-main{
    width: 100%;
    /*height: 550px;*/
    height: 21.484375vw;
}
video.review-video{
  /*width: 805px;*/
  width: 31.4453125vw;
  /*height: 480px;*/
  height: 18.75vw;
  object-fit: cover;
  /*padding: 20px 20px 20px 0;*/
  padding: 0.78125vw 0.78125vw 0.78125vw 0;
  cursor: pointer;
}
.review-swiper i.layui-icon {
  /*font-size: 180px;*/
  font-size: 7.03125vw;
  line-height: 7.03125vw;
  color: var(--success-color);
  position: absolute;
  top: calc(18.75vw / 2 - 3.515625vw);
  left: calc(31.4453125vw / 2 - 3.515625vw);
  font-weight: bold;
  pointer-events: none;
}
.review-detail.hidden{
  visibility: hidden;
}
.review-detail {
  /*padding-top: 20px;*/
  padding-top: 0.78125vw;
}
.review-detail .review-source{
  /*font-size: 30px;*/
  font-size: 1.171875vw;
  font-family: var(--fontBold);
  /*margin-bottom: 30px;*/
  margin-bottom: 1.171875vw;
}
.review-detail .review-comment .review-top, .review-detail .review-comment .review-bottom{
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.review-text {
  /*width: 600px;*/
  width: 23.4375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*.review-detail .review-comment hr{*/
/*  width: 98%;*/
/*  margin-left: 2%;*/
/*}*/
/*.review-detail .review-comment hr:nth-child(1){*/
/*  margin-left: 0;*/
/*  margin-right: 2%;*/
/*}*/
.review-detail .review-comment .review-bottom {
  justify-content: right;
}
.review-detail .review-comment .icon-quote1{
  /*width: 70px;*/
  width: 2.734375vw;
  /*height: 70px;*/
  height: 2.734375vw;
  background: url("../img/review/quote1.svg") no-repeat;
}
.review-detail .review-comment .icon-quote2{
  /*width: 70px;*/
  width: 2.734375vw;
  /*height: 70px;*/
  height: 2.734375vw;
  background: url("../img/review/quote2.svg") no-repeat;
}
.review-detail .review-comment .review-body{
  font-family: Calibri;
  /*padding: 20px 0;*/
  padding: 0.78125vw 0;
  /*font-size: 29px;*/
  font-size: 1.1328125vw;
  /*line-height: 35px;*/
  line-height: 1.3671875vw;
  /*height: 300px;*/
  height: 11.71875vw;
  font-style: italic;
  overflow: hidden;
}
.review-detail .review-comment .review-body .review-from{
  color: #43cfa4;
  font-weight: bold;
}

.hotelInfo .hotel-name{
  font-family: var(--fontBold);
}

@media (max-width: 1920px) {
  .header-sponsor {
    margin-top: 56.25vw;
  }
  #Review{
    /*margin-top: 40px;*/
    margin-top: 2.83333vw;
  }

  #Gallery .section-title hr{
    /*width: 155px;*/
    width: 8.0729166vw;
    /*margin: 0 35px;*/
    margin: 0 1.822916vw;
  }
  #Gallery .container {
    /*max-width: 1910px;*/
    max-width: 99.47916667vw;
  }
  .gallery-container .gallery-item {
    /*width: 925px;*/
    width: 48.177083vw;
    /*padding: 28px;*/
    padding: 1.458333vw;
  }
  #Gallery .gallery-box {
    /*margin-bottom: 30px;*/
    margin-bottom: 1.5625vw;
  }
  #Gallery .gallery-box .overlay-box i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #Gallery .galleryRow{
    /*padding-top: 20px;*/
    padding-top: 1.0416667vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  #Gallery .galleryRow.GalleryRow, #Gallery .galleryRow.GalleryRow2 {
    padding-top: 0;
  }
  #Gallery .galleryRow .col-6{
    padding: 5px;
  }
  #Gallery .gallery-title {
    /*margin-top: -100px;*/
    margin-top: -5.208333vw;
    /*font-size: 40px;*/
    font-size: 2.08333vw;
    /*margin-left: 390px;*/
    margin-left: 20.3125vw;
  }
}

@media (max-width: 999px) {
  #Gallery .gallery-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .gallery-container .gallery-item {
    width: 100%;
    margin: 70px 0;
  }
  #Gallery .gallery-title {
    font-size: 40px;
    text-align: center;
    margin-left: 0;
    margin-top: -80px;
    width: 100%;
    left: 0;
  }

}


@media screen and (max-width: 768px){
  .btn.btn-common {
    /*height: 100px;*/
    height: 13.333333vw;
    /*line-height: 100px;*/
    line-height: 13.333333vw;
  }
  .panel-heading .panel-title a {
    /*width: 520px;*/
    width: 69.333333vw;
  }
  .main-bg .header-logo-title {
    display: none;
  }
  .main-bg .header-logo img {
    /*width: 200px;*/
    width: 26.666667vw;
  }
  #main-slide .main-header{
    transform: scale(1);
  }
  .section-title{
    margin-top: 5px;
    padding-bottom: 10px;
  }
  .section-title-header .title-line{
    /*width: 240px;*/
    width: 32vw;
  }
  .section-title-header .title-line:before{
    /*width: 100px;*/
    width: 13.33333vw;
    /*left: 70px;*/
    left: 9.33333vw;
  }
  .navbar-brand{
    min-height: initial;
    line-height: initial;
    text-align: left;
  }
  #main-slide .main-bg{
    background: url("../../assets/img/background/m/banner.jpg") no-repeat;
    background-size: 100%;
    background-position-y: 45%;
    min-height: 100vh;
    height: 80vh;
    /*padding-top: 150px;*/
    padding-top: 20vw;
  }
  .header-sponsor{
    width: 100%;
    margin: -20% auto 0 auto;
    flex-wrap: wrap;
    bottom: auto;
    top: 100vh;
    padding: 10px 0;
  }
  .header-sponsor .sponsor-list{
    padding-left: 10px;
    width: calc(100% - 10px);
    position: relative;
    left: -6%;
    margin-bottom: 0;
    margin-top: 15px;
    justify-content: flex-start;
  }
  .header-sponsor .sponsor-list .sponsor-title{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .header-sponsor .sponsor-list.present-by{
    justify-content: flex-start;
    text-align: left;
  }
  .header-sponsor .sponsor-list.present-by img{
    width: 150px;
    height: 40px;
  }
  .header-sponsor .sponsor-list.advisory-panel {
    flex-wrap: wrap;
  }
  .header-sponsor .sponsor-list.advisory-panel .sponsor-title{
    width: 100%;
  }
  .header-sponsor .sponsor-list.advisory-panel img{
    margin: 5px 10px 5px 0;
    height: 28px;
    /*width: 290px;*/
  }
  .header-sponsor .sponsor-list.advisory-panel img.img2{
    margin-left: -10px;
    margin-right: 0;
  }
  .header-sponsor .sponsor-list.advisory-panel img.img3{
    width: 80px;
    height: 28px;
  }
  .header-sponsor .sponsor-list.advisory-panel img.img4{
    height: 28px;
    position: initial;
    transform: scale(2.5);
    margin-left: 10px;
  }
  .header-sponsor .sponsor-list.knowledge-partner img{
    margin: 0 0 10px 10px;
    height: 28px;
  }
  .header-sponsor .sponsor-list.present-by, .header-sponsor .sponsor-list.knowledge-partner{
    width: 100%;
    flex-wrap: wrap;
  }
  .sponsor-list.knowledge-partner .sponsor-title{
    width: 100%;
  }
  .header-sponsor .sponsor-list .advisory-panel3{
    margin-left: 0;
  }
  .header-sponsor .sponsor-list{
    transform: scale(1);
    left: 0;
  }
  .header-sponsor .sponsor-list.strategic-partner img{
    height: 40px;
  }
  .main-bg .header-logo{

  }
  .main-bg .header-content{
    padding-left: 0;
    /*font-size: 28px;*/
    font-size: 3.733333vw;
    /*margin-top: 10px;*/
    margin-top: 1.33333vw;
  }
  .main-bg .header-content .header-date{
    display: none;
  }
  .main-bg .header-content .header-date.mobile{
    font-family: var(--fontBold);
    display: block;
    /*font-size: 32px;*/
    font-size: 4.266667vw;
    line-height: 1.4em;
    transform: scale(1.2);
    /*margin: 40px 0 80px 0;*/
    margin: 5.33333vw 0 10.66667vw 0;
  }
  .main-bg .header-content .header-date.mobile span{
    /*font-size: 24px;*/
    font-size: 3.2vw;
    font-family: var(--fontRegular);
    position: relative;
  }
  .main-bg .header-content .header-check{
    /*margin-top: 20px;*/
    margin-top: 2.666667vw;
    display: flex;
    flex-wrap: wrap;
  }
  .main-bg .header-content .header-check .header-ticket {
    margin-right: 15px;
  }
  .main-bg .header-content .header-check .header-ticket img{
    /*width: 240px;*/
    width: 36vw;
  }
  .main-bg .header-content .header-check .header-award img{
    width: 36vw;
  }
  .main-bg .header-content .header-note{
    /*margin-top: 40px;*/
    margin-top: 5.33333vw;
    /*font-size: 36px;*/
    font-size: 4.8vw;
    padding-left: 2px;
  }
  #Countdown .section-title {
    margin-bottom: 0;
  }
  #Review{
    width: 100%;
    min-height: initial;
    height: 100%;
    /*padding-top: 40px;*/
    padding-top: 5.333333vw;
    margin-top: 0;
  }
  #Review .review-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .review-container .review-title{
    /*padding-top: 40px;*/
    padding-top: 5.333333vw;
    width: 100%;
    margin: 0 auto;
    /*padding-bottom: 24px;*/
    padding-bottom: 3.2vw;
  }
  .review-container .review-title .title-detail {
    /*margin-left: 20px;*/
    margin-left: 2.666667vw;
    /*width: calc(100% - 100px);*/
    width: calc(100% - 13.3333vw);
  }
  .review-container .review-title .title-weight{
    /*width: 420px;*/
     width: 56vw;
    /*font-size: 52px;*/
     font-size: 6.93333vw;
    /* line-height: 40px; */
    line-height: 5.333333vw;
    padding-right: 5px;
  }
  .review-container .review-title .title-normal{
    /*font-size: 20px;*/
    font-size: 2.666667vw;
    /*line-height: 32px;*/
    line-height: 1.25em;
  }
  .review-container .review-swiper{
    width: 100%;
    padding: 20px 0;
  }
  .layui-carousel>[carousel-item].review-main{
    /*height: 800px;*/
    height: 106.666667vw;
  }
  .review-main video{
    width: 86%;
    /*height: 175px;*/
    height: 46.666667vw;
    margin: 0 auto;
  }
  .review-swiper i.layui-icon {
    /*font-size: 120px;*/
    font-size: 16vw;
    /*line-height: 120px;*/
    line-height: 16vw;
    top: calc(46.666667vw / 2 - 8vw);
    left: calc(50% - 8vw);
  }
  .review-detail {
    width: 100%;
  }
  .review-detail .review-source{
    /*margin-top: 20px;*/
    margin-top: 2.666667vw;
    /*font-size: 28px;*/
    font-size: 3.73333vw;
  }
  .review-detail .review-comment .icon-quote1, .review-detail .review-comment .icon-quote2{
    /*width: 72px;*/
    width: 9.6vw;
    /*height: 72px;*/
    height: 9.6vw;
  }
  .review-detail .review-comment .review-body{
    padding: 0;
    /*font-size: 28px;*/
    font-size: 3.73333vw;
    /*line-height: 32px;*/
    line-height: 4.266667vw;
    /*height: 200px;*/
    height: 26.666667vw;
    /*margin: 20px 0;*/
    margin: 2.666667vw 0 0 0;
  }
  .review-detail .review-comment .review-body .review-from {
    /*font-size: 24px;*/
    font-size: 3.2vw;
  }
  .review-detail .review-comment .review-body .review-text {
    width: 100%;
  }
  .review-container .review-controls {
    width: 100%;
    left: 0;
    height: auto;
    /*margin-top: -700px;*/
    margin-top: -93.33333vw;
  }
  .review-container .review-controls .swiper-navigation {
    /*width: 60px;*/
    width: 8vw;
    /*height: 60px;*/
    height: 8vw;
  }
  .review-swiper .layui-carousel-ind {
    /*display: block;*/
    position: absolute;
    /*top: 440px;*/
    margin-top: 58.666667vw;
    top: 0;
  }

  .layui-carousel>[carousel-item]>.swiper-item>.swiper-slide{
    flex-wrap: wrap;

  }
  .layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    width: 32px;
    height: 32px;
    font-size: 20px;
    left: 34%;
    /*top: 540px;*/
    top: 72vw;
    background-color: #ffffff;
  }
  .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
    right: 34%;
  }
  #Highlights .highlight-container{
    /*padding: 40px 0;*/
    padding: 5.33333vw 0;
    background: url("../../assets/img/background/highlight.jpg?v=1") no-repeat;
    background-size: cover;
  }
  .highlight-container .highlight-extra{
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .highlight-container .highlight-main{
    margin-top: 0;
    /*margin-bottom: 80px;*/
    margin-bottom: 10.66667vw;
  }
  .highlight-main .highlight-list{
    /*margin-bottom: 30px;*/
    margin-bottom: 4vw;
    width: 100%;
  }
  #Gallery .gallery-title {
    /*font-size: 60px;*/
    font-size: 8vw;
    /*margin-top: -100px;*/
    margin-top: -13.333333vw;
  }
  #Gallery .item2 .jumpBtn {
    /*margin-top: 20px;*/
    margin-top: 2.666667vw;
    animation: none;
    /*width: 60px;*/
    width: 8vw;
    /*height: 60px;*/
    height: 8vw;
    padding: 1px;
  }
  #Gallery .galleryRow{
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .gallery-container .gallery-item {
    /*margin: 100px auto;*/
    margin: 13.33333vw auto;
  }
  .gallery-container .gallery-item {
    background: #ffffff;
    /*padding-bottom: 40px;*/
    padding-bottom: 5.333333vw;
  }
  .gallery-container .gallery-item .gallery-video{
    padding-top: 0;
    background: none;
  }
  .gallery-container .gallery-item .gallery-video i.layui-icon{
    /*font-size: 150px;*/
    font-size: 20vw;
    /*line-height: 150px;*/
    line-height: 20vw;
    left: calc(50% - 10vw);
    top: calc(50% - 10vw);
  }
  #Sponsorship .gold-sponsor .sponsor-title{
    position: relative;
    left: 0;
  }
  #Sponsorship .presentation-sponsor .sponsor-title{
    position: relative;
    left: 0;
  }
  #Awards .award-bg{
    width: auto;
    height: 140vw;
    background: url("../../assets/img/background/m/award.jpg?v20251030") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 10%;
  }
  .award-container .award-bar{
    /*top: 280px;*/
    top: 37.33333vw;
  }
  .award-bg .award-content .award-topic{
    /*font-size: 28px;*/
    font-size: 3.733333vw;
    /*line-height: 36px;*/
    line-height: 4.8vw;
    margin: 10px 0 ;
  }
  .award-bg .award-content{
    margin: 0;
    /*padding-top: 220px;*/
    padding-top: 29.333333vw;
  }
  .award-bg .award-content .bold {
    /*font-size: 24px;*/
    font-size: 3.2vw;
  }
  .award-bg .award-content .award-main {
    width: 80%;
    /*font-size: 24px;*/
    font-size: 3.2vw;
  }
  .award-contact {
    /*margin-top: 40px;*/
    margin-top: 5.33333vw;
  }
  .footer-area .footer-list, .footer-area .footer-list:last-child{
    /*padding-left: 20px;*/
    padding-left: 2.66667vw;
    text-align: center;
  }
  .footer-area .footer-logo img{
    width: 70%;
  }
  #copyright .container{
    max-width: 100%;
  }
  #copyright p{
    font-size: 2.2vw;
    /*height: 80px;*/
    height: 10.666667vw;
    line-height: 10.666667vw;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .btn.btn-common{
    padding: 0;
  }
}
