body {
  font-family: "Lato", sans-serif;
  color: #404142;
  font-size: 16px;
  letter-spacing: 0.8px;
  min-width: 1030px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

/* Buttons override */
.btn {
  font-weight: 600;
}
.btn-lg {
  padding: 15px 10px;
  font-size: 16px;
  line-height: none;
  border-radius: 4px;
  min-width: 240px;
}
.col-p {
  width: 240px;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
}
.col-ps {
  width: 240px;
  text-align: center;
  margin-top: 15px;
  color: black;
  display: inline-block;
  text-decoration: underline;
}
.btn-red {
  background-color: #dd5138;
  color: #fff;
}
.col-b {
  display: none;
}
.btn-yellow {
  background-color: #fcd93b;
  color: #2a2a2a;
  opacity: 0.8;
}
.btn-yellow:hover {
  opacity: 1;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover {
  opacity: 0.65;
}
.content-ct {
  text-align: center;
}

/* ------------------
	Navigation 
------------------ */
.side-menu {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-73px);
  z-index: 99;
}
.side-menu ul li {
  text-align: right;
  margin: 10px 0;
}
.side-menu ul li a span {
  display: inline-block;
}
.side-menu ul li a span.menu-title {
  color: #fff;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #dd5138;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  opacity: 0;
}
.side-menu ul li a:hover span.menu-title {
  opacity: 1;
}
.side-menu ul li a span.dot {
  position: relative;
  background-color: #dd5138;
  border-radius: 2em;
  height: 10px;
  width: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side-menu ul li a:hover span.dot {
  transform: scale(1.8);
}

.hero-header {
  background: #016cc7;
  min-height: 600px;
  padding: 5em;
  color: #fff;
}
.hero-header h1 {
  margin: 1em 0 0 0;
}
.hero-header h4 {
  font-weight: normal;
  opacity: 0.6;
  letter-spacing: 1px;
  margin: 2em 0;
}
.hero-header .logo {
  max-width: 275px;
}
.hero-header .btn {
  margin-top: 3em;
}
.hero-header .rocket {
  max-width: 100%;
}
.me-row {
  padding: 30px 0;
}
.row-title {
  font-weight: 400;
}
.feature {
  padding: 20px;
  margin-top: 30px;
}
.feature span {
  font-size: 5em;
  color: #016cc7;
}
.feature h3 {
  min-height: 57px;
  margin-bottom: 0;
}
.feature p {
  min-height: 46px;
}
.speaker .feature {
  width: 31.333333%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
  border: 3px solid #f6f6f6;
  border-radius: 5px;
}
.speaker .feature:hover {
  box-shadow: 3px 3px 10px #ccc;
  transform: translateY(-10px);
}
.speaker-img {
  max-width: 40%;
}
ul.speaker-social li {
  list-style: none;
  display: inline-block;
  margin: 10px 5px;
}
ul.speaker-social li a {
  font-size: 0.2em;
  padding: 0 10px;
}
ul.speaker-social li a:hover {
  text-decoration: none;
}
a span.ti-facebook {
  color: #3b5998;
}
a span.ti-twitter-alt {
  color: #4099ff;
}

.tickets {
  background-color: #fcd93b;
}
.tickets .price {
  font-size: 4em;
  color: #dd5138;
  font-weight: 100;
}
.tickets .price sup {
  font-size: 0.4em;
}

.nav-tabs {
  margin-top: 20px;
}
.schedule .media {
  margin-top: 4em;
}
.schedule .media-object {
  max-width: 100px;
}
.schedule .media-heading {
  font-weight: 600;
  border-bottom: 2px solid #efefef;
  padding-bottom: 10px;
  min-height: 52px;
}
.schedule .media-body h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.footer {
  background-color: #2a2a2a;
  margin-top: 30px;
  color: #fff;
}
.footer p {
  margin-bottom: 0;
  text-align: center;
}
.footer-credit {
  padding: 40px;
}
ul.footer-menu {
  text-align: right;
}
ul.footer-menu li {
  display: inline-block;
}
ul.footer-menu li a {
  font-size: 12px;
  color: #fcd93b;
  padding-right: 20px;
}
ul.footer-menu li a:hover {
  color: #dd5138;
}

.contact {
  background-color: #f8f8f8;
  color: #111;
  padding: 3em;
  text-align: center;
}
.contact h3 {
  margin-bottom: 30px;
}
.form-control {
  padding: 20px 15px;
  border: 3px solid #eee;
  background-color: #f9f9f9;
  box-shadow: none;
}
.help-block {
  font-size: 12px;
}
.form-control-feedback {
  top: 15px;
  right: 15px;
}

.animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

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

/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */

@media (max-width: 767px) {
  .hero-header {
    padding: 3em 1em 1em 1em;
    text-align: center;
    max-height: 550px;
  }
  .speaker .feature {
    width: 100%;
  }
  .footer-credit {
    text-align: center;
    padding: 40px 20px;
  }
  ul.footer-menu {
    text-align: center;
    margin-top: 30px;
  }
}

/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
  .hero-header {
    padding: 3em 1em 1em 1em;
    text-align: center;
  }
  .speaker .feature {
    width: 49%;
    margin-right: 7px;
  }
  ul.footer-menu {
    margin-top: 0;
  }
}

/* iPad Landscape */

@media (min-width: 992px) and (max-width: 1199px) {
  .speaker .feature {
    width: 49%;
    margin-right: 9px;
  }
}
/*tanchukuang*/
.main_box {
  padding: 40px 0;
}
@media (max-width: 979px) and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.main_box h2 {
  font-size: 32px;
  line-height: 1.2em;
  text-align: center;
  color: #5363a6;
}
.main_box .pro_zoom {
  text-align: center;
}
.row-fluid {
  width: auto;
  margin: 30px auto 0 auto;
  zoom: 1;
  overflow: hidden;
}
.row-fluid > .span2:nth-of-type(2n + 1),
.row-fluid > .span3:nth-of-type(3n + 1) {
  clear: both;
}
.row-fluid > .span2:nth-of-type(2n + 1),
.row-fluid > .span3:nth-of-type(3n + 1),
.row-fluid > .span5:nth-of-type(5n + 1) {
  margin-left: 0;
}
.row-fluid .span:first-child {
  margin-left: 0;
}
.row-fluid .span {
  float: left;
  display: block;
  margin-left: 2.564102564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.re {
  position: relative !important;
}
.main_box .pro_zoom .step {
  font-size: 16px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: #fff;
}
.row-fluid .span img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
img {
  vertical-align: middle;
}
.main_box .pro_zoom .btn_zoom {
  position: absolute;
  z-index: 2;
  top: 58%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(../img/btn_zoom.png) no-repeat center center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.main_box .pro_zoom .btn_errow {
  position: absolute;
  width: 61px;
  height: 23px;
  bottom: 45%;
  z-index: 20;
}
.main_box .pro_zoom .btn_errow2 {
  display: none;
}
.row-fluid .span3 {
  width: 28.5%;
  position: relative;
  margin-left: 6.564102564102564%;
}
/*shebei*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
*:first-child + html .clearfix {
  zoom: 1;
}
.clearfix {
  display: block;
}
.wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
.Sup-ing {
  width: 100%;
  height: 240px;
}
.Sup-ing h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.Sup-ing p {
  font-size: 14px;
}
.Sup-ing span {
  float: left;
  height: 100%;
}
.Sup-inga {
  width: 15%;
  text-align: center;
  color: #32a2f7;
  background-color: #def3fe;
  margin-right: 3px;
  line-height: 240px;
  border-radius: 10px 0 0 10px;
}

.Sup-ingb {
  width: 50.4%;
  background-color: #f4f4f4;
  margin-right: 3px;
  padding-left: 25px;
  padding-top: 40px;
}
.Sup-ingc {
  width: 34%;
  background-color: #f4f4f4;
  border-radius: 0 10px 10px 0;
}
.Sup-ingc div {
  height: 50%;
  width: 100%;
  padding-left: 25px;
  padding-top: 25px;
}
/*file_type*/
.special {
  margin: 20px 0;
}
.file_type {
  padding-bottom: 30px;
}
.file_type .list li {
  float: left;
  width: 165px;
  list-style: none;
  line-height: 54px;
}
.file_type .list li img {
  margin-right: 6px;
}
.list_devices li {
  width: 32%;
  padding: 7px 30px 37px 130px;
  margin-bottom: 16px;
  list-style-image: none;
  min-height: 77px;
  float: left;
}
.list_devices li.bg1 {
  background: url(../img/Hard-drive.png) no-repeat;
}
.list_devices li.bg2 {
  background: url(../img/External-drive.png) no-repeat;
}
.list_devices li.bg3 {
  background: url(../img/Laptop-pcs.png) no-repeat;
  padding-right: 0;
}
.list_devices li.bg4 {
  background: url(../img/USB-drive.png) no-repeat;
}
.list_devices li.bg5 {
  background: url(../img/Memory-card.png) no-repeat;
}
.list_devices li.bg6 {
  background: url(../img/Camera.png) no-repeat;
  padding-right: 0;
}
.table_text_recover {
  border: none;
}
.table_text_recover tr td {
  border: none;
}
.file_title {
  font-weight: 400;
  padding: 0 0 5px 0;
  margin: 0 auto;
  background: none;
  text-align: center;
  width: 80%;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

.speakers .feature p {
  min-height: 69px;
  margin-bottom: 0;
}
.speaker .feature {
  padding-bottom: 7px;
}
.top-laug {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 155px;
  /* height: 32px; */
  border-radius: 4px;
  border: solid 1px #ffffff;
  z-index: 1000;
}

.top-laug.active .top-laug-mask {
  display: block;
  z-index: 1000;
}

.top-laug.active .top-laug-show-jt {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.top-laug .top-laug-show span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-laug .top-laug-show {
  display: flex;
  position: relative;
  padding: 5px 8px;
  font-size: 16px;
  color: #ffffff;
  /* line-height: 16px; */
  align-items: center;
  cursor: pointer;
}

.top-laug .top-laug-mask {
  display: none;
  position: absolute;
  margin-top: 5px;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(23, 89, 133, 0.2);
  border-radius: 4px;
}

.top-laug .top-laug-mask li {
  display: flex;
  padding: 4px 0;
  font-size: 12px;
  border-bottom: 1px solid #f3f3f1;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}

.top-laug .top-laug-mask li img {
  margin-right: 5px;
  width: 22px;
}

.top-laug .top-laug-show-img {
  margin-right: 6px;
  width: 16px;
}

.top-laug .top-laug-show-jt {
  margin-left: auto;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.jpData .speaker .feature p {
  min-height: 69px;
}
.rtlData .side-menu {
  right: auto;
  left: 30px;
}
.rtlData .side-menu ul li {
  text-align: left;
}
/* .rtlData .Sup-ingc div {
  padding-left: 0;
  padding-right: 40px;
} */
.rtlData .Sup-ing .Sup-ingc div,
.rtlData .Sup-ingb {
  padding-left: 0;
  padding-right: 40px;
}
.rtlData .row-fluid .span {
  float: right;
}
.rtlData .row-fluid .span:first-child {
  margin-right: 0;
}
.rtlData .row-fluid .span3 {
  margin-left: 0;
  margin-right: 6.564102564102564%;
}

.rtlData {
  text-align: right;
}

.rtlData .top-laug .top-laug-show span {
  text-align: right;
  margin-right: 5px;
}

.rtlData .top-laug .top-laug-mask li span {
  margin-right: 5px;
}
.rtlData .main_box .pro_zoom .btn_errow img {
  transform: rotate(180deg);
}
.rtlData .media-left,
.media > .pull-left {
  padding-right: 0;
  padding-left: 10px;
}
.rtlData .hero-header .col-md-7 {
  float: right;
}

.deData .speaker .feature p {
  min-height: 92px;
}
.deData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}
.esData .speaker .feature h3 {
  min-height: 84px;
}
.esData .speaker .feature p {
  min-height: 92px;
}
.esData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}
.esData .schedule .media-body p {
  word-break: break-all;
}
.frData .speaker .feature p {
  min-height: 69px;
}
.ptData .speaker .feature h3 {
  word-break: break-all;
}
.ptData .speaker .feature p {
  min-height: 69px;
}
.nlData .speaker .feature p {
  min-height: 69px;
  word-break: break-all;
}
.plData .speaker .feature p {
  min-height: 69px;
}
.plData .schedule .media-body p {
  word-break: break-all;
}
.czData .speaker .feature p {
  min-height: 69px;
}
.mdData .speaker .feature p {
  min-height: 69px;
}
.mdData .speaker .feature h3 {
  word-break: break-all;
}
.cyData .speaker .feature h3 {
  min-height: 80px;
}
.cyData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}
.frData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}
.cyData .speaker .feature p {
  min-height: 92px;
}
.seData .speaker .feature p {
  min-height: 69px;
}
.seData .schedule .media-body p {
  word-break: break-all;
}
.huData .speaker .feature h3 {
  min-height: 84px;
}
.huData .speaker .feature p {
  min-height: 69px;
  word-break: break-all;
}
.dkData .speaker .feature p {
  min-height: 69px;
}
.tkData .schedule .media-body p {
  min-height: 69px;
}
.ruData .main_box .pro_zoom .step {
  min-height: 46px;
}
.ruData .speaker .feature {
  padding: 20px 12px;
}
.ruData .speaker .feature h3 {
  word-break: break-all;
  letter-spacing: 0;
}
.ruData .speaker .feature p {
  word-break: break-all;
  min-height: 69px;
}
@media (max-width: 992px) {
  .col-p {
    margin: 15px auto;
  }
  .newDesc .feature p {
    min-height: inherit;
  }
  .tkData .schedule .media-body p {
    min-height: inherit;
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #ffffff !important;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #000 !important;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #ffffff !important;
}

.klaro .cookie-modal .cm-modal .hide svg,
#klaro-new-hide svg {
  stroke: var(--light1, #000) !important;
}

.klaro .cn-body .cn-buttons .cm-btn {
  background-color: #2581c4 !important;
  min-width: 120px;
  padding: 10px !important;
}

.klaro .cookie-notice {
  padding: 10px 0;
}

.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  background-color: #2581c4 !important;
  min-width: 120px;
  padding: 10px !important;
}

.rtlData .cm-modal .cm-purpose {
  /* text-align: right; */
}

.rtlData .cm-modal .cm-purposes li {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}

.rtlData .klaro .cookie-modal p,
.rtlData .klaro .cookie-modal h1,
.rtlData .klaro .cookie-modal h2,
.rtlData .klaro .cookie-modal ul,
.rtlData .klaro .cookie-modal li,
.rtlData .klaro .context-notice p,
.rtlData .klaro .context-notice h1,
.rtlData .klaro .context-notice h2,
.rtlData .klaro .context-notice ul,
.rtlData .klaro .context-notice li,
.rtlData .klaro .cookie-notice p,
.rtlData .klaro .cookie-notice h1,
.rtlData .klaro .cookie-notice h2,
.rtlData .klaro .cookie-notice ul,
.rtlData .klaro .cookie-notice li {
  text-align: right;
}

.rtlData .klaro .cookie-modal .cm-list-label .cm-switch,
.rtlData .klaro .context-notice .cm-list-label .cm-switch,
.rtlData .klaro .cookie-notice .cm-list-label .cm-switch {
  left: auto;
  right: 0;
}

.klaro .cookie-modal a:focus,
.klaro .context-notice a:focus,
.klaro .cookie-notice a:focus {
  outline: none;
}

.schedule .media-body p {
  min-height: 69px;
}

.ieBody .top-laug {
  width: 160px;
}
.ieBody .schedule .media-heading {
  word-break: break-all;
}
.ieBody .schedule .media-body p {
  word-break: break-all;
}
.ieBody.cyData .speaker .feature p {
}

.mdData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}

.tkData .speaker .feature p {
  min-height: 69px;
}

.itData .speaker .feature p {
  min-height: 69px;
}
.itData .schedule .media-body p {
  word-break: break-all;
}

.ieBody.ptData .speaker .feature h3 {
  word-break: break-all;
}
/* .ieBody.frData .speaker .feature {
  padding: 20px 12px;
} */
.frData .speaker .feature p {
  word-break: break-all;
  /* font-size: 12.5px; */
}
.frData .speaker .feature h3 {
  font-size: 24px;
  min-height: 82px;
}
.frData .schedule .media-body p {
  word-break: break-all;
}
.ruData .schedule .media-body p {
  word-break: break-all;
}
.ieBody.esData .speaker .feature h3 {
  min-height: 84px;
}
.ieBody.esData .speaker .feature {
  padding: 20px 12px;
}
.idData .speaker .feature p {
  min-height: 69px;
}
.rtlData .speaker .feature p {
  min-height: 80px;
}
.rtlData .speaker .feature {
  padding: 20px 12px;
}
.idData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}
.ieBody.deData .speaker .feature p {
  min-height: 92px;
}
.ieBody.deData .main_box .pro_zoom .step {
  min-height: 46px;
  margin-bottom: 5px;
}

.enData .speaker .feature p {
  min-height: 69px;
}

#topLaug {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
}
.side-menu a:focus {
  outline: none;
}



.newMainBtnTips {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3em;
  margin-bottom: 0px;
  font-size: 14px;
}
.topMac {
  display: block;
}
.topMac p {
  margin-top: 15px !important;
}
.newMainBtns {
  font-size: 0;
}
.newMainBtns .main-btn {
  position: relative;
  padding: 15px 0;
  margin-top: 10px !important;
  min-width: 200px;
  /* border: 1px solid transparent; */
  color: #fff !important;
}
.newMainBtns .main-btn .downText span {
  display: block;
  /* text-align: left; */
  /* line-height: 20px; */
}
.newMainBtns .newMainBtns1 {
  display: inline-block;
  vertical-align: top;
}
.newMainBtns .newMainBtns1>a{
  min-width: 200px;
  font-size: 16px;
}
.newMainBtns .newMainBtns1>a .col-p{
  width: 100%;
}
.newMainBtns .main-btn .downText {
    min-width: 200px;
  /* padding: 10px 0; */
}
.rtlData .newMainBtns .buyBtn {
  margin-left: 0;
  margin-right: 20px;
}
.newMainBtns .main-btn .buyText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #dd5138;
  border-radius: 8px;
   padding: 15px 0;
  /* padding: 10px 0; */
}
.newMainBtns .buyBtn {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  background: transparent !important;
  /* border: 2px solid #ffc100;
    color: #ffc100; */
}
.newMainBtns .main-btn .buyText span {
  /* line-height: 60px; */
  font-weight: bold;
  /* font-size: 20px; */
}
.newMainBtns .main-btn .downText .ftw {
  font-weight: bold;
  /* font-size: 20px; */
}
