@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,600italic,400italic,700italic,800&subset=latin,latin-ext);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  word-break: normal;
}

strong, b {
  font-weight: bold;
}

html {
  height: 100%;
}

body {
  height: 100%;
  /*background: #545454 url(../images/bg/noisy.png);*/
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #414141;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote {
  margin: 14px 0;
  padding: 10px 15px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  background: #fff;
}

blockquote p {
  display: inline;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  behavior: url(../PIE.htc);
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #0058c0;
}

a:hover {
  color: #da251d;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}


.clearfix:after, .container:after {
  clear: both;
}

.clearfix:before, .container:before, .clearfix:after, .container:after {
  display: block;
  content: "";
}

.boxSlider .item .thumb, .formControl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sup, sub {
  font-size: 10px;
}

.clear {
  clear: both;
  content: "";
}


.container {
  width: 1120px;
  margin: 0 auto;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-item {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.overlay {
  z-index: 10;
}

.aside ul a {
  display: block;
  color: #000;
  white-space: nowrap;
  -webkit-transition: color 0.3s 0.2s ease-in-out;
  -moz-transition: color 0.3s 0.2s ease-in-out;
  -ms-transition: color 0.3s 0.2s ease-in-out;
  -o-transition: color 0.3s 0.2s ease-in-out;
  transition: color 0.3s 0.2s ease-in-out;
}
.aside ul a:hover {
  color: #999;
}

.btn-menu {
  z-index: 999999;
  display: none;
  background: url(../images/bg/sprite.png) no-repeat 0 -152px;
  height: 30px;
  width: 39px;
  position: absolute;
  right: 8.83929%;
  top:25px;
  text-indent: -9090px;
}

.btn-close {
  display: block;
  background: url(../images/bg/sprite.png) no-repeat -63px -152px;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
    z-index: 9999;
  text-indent: -9090px;
}

.aside {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 99;
  width: 22.91667%;
  max-width: 440px;
  min-width: 300px;
  height: 100%;
    background: #fff;
}
.aside .logoMobile {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.show-aside .aside {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.aside nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aside ul {
  position: absolute;
  top: 0;
  left: 15px;
    width: 100%;
}
.aside ul li {
  padding-top: 13px;
  padding-bottom: 13px;
}
.aside ul a.active {
  color: #da251d;
}

.pageTop {
  background: url(../images/icons/iUp.png) no-repeat;
  background-size: 30px 30px;
  -webkit-animation-name: toRightFromLeft;
  -moz-animation-name: toRightFromLeft;
  -o-animation-name: toRightFromLeft;
  animation-name: toRightFromLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
  z-index: 9;
  text-indent: -9900px;
  bottom: 60px;
  right: 45px;
  width: 32px;
  height: 32px;
}
.pageTop:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.btnDown {
  display: block;
  width: 27px;
  height: 44px;
  position: absolute;
  background: url(../images/bg/sprite.png) no-repeat -64px 0;
  bottom: 11px;
  left: 50%;
  text-indent: -9090px;
  margin-left: -14px;
}
section:hover .btnDown {
  -webkit-animation: arrowDown 1.5s infinite;
  -moz-animation: arrowDown 1.5s infinite;
  -o-animation: arrowDown 1.5s infinite;
  animation: arrowDown 1.5s infinite;
}

.parallax {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.groupHead {
  text-align: center;
  position: relative;
}
.groupHead h2 {
  font-size: 35px;
  font-weight: 500;
  color: #0058c0;
  text-transform: uppercase;
}
.groupHead p {
  font-size: 18px;
  line-height: 30px;
}
.groupHead .subTitle {
  color: #ee398b;
  font-size: 18px;
  padding-bottom: 10px;
}

.pageRegister .boxHeader {
  background: rgba(27, 39, 61, 0.95);
}

.pageNews .boxNews {
  margin-top: 65px;
}
.pageNews .boxGalery,.pageNews .boxSchedule {
    margin-top: 100px;
}
.pageNews .boxNews .item {
  margin-bottom: 20px;
}

.pageGallery .boxGallery {
  margin-top: 60px;
}

.pageManage .boxManage {
  margin-top: 150px;
}

.pageContact .boxContact {
  padding-top: 100px;
}
.pageContact .boxContact .groupHead {
  margin-bottom: 50px;
}

.boxHeader {
    background: #9f314c;
    height: 90px;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.boxHeader.offCanvas {
  top: -100px;
}
    .boxHeader.hFixed {
        top: 0;
        /*background: rgba(27,39,61,.95);*/
        background: #9f314c;
    }
.boxHeader .container {
  position: relative;
}
.boxHeader .panelHead {
  position: absolute;
  top: 0px;
  right: 10px;
  display: flex;
}

.logo {
  float: left;
  margin: 10px 50px 0 0;
  max-width: 70px;
}

.btnMenu {
  text-indent: 9090px;
  height: 44px;
  width: 57px;
  position: absolute;
  right: 20px;
  top: 15px;
  background: url(../images/bg/sprite.png) no-repeat 0 -152px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnMenu.show {
  background: url(../images/bg/sprite.png) no-repeat -63px -152px;
  width: 44px;
  height: 44px;
}

#globalNav > li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 30px 0;
  position: relative;
}
#globalNav > li a {
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  display: block;
}
#globalNav > li a.active {
  color: #da251d;
}
#globalNav > li a:hover {
  color: #999;
}
#globalNav > li:hover .submenu {
  display: block;
  z-index: 99;
}
#globalNav .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
#globalNav .submenu li {
  padding: 10px 0;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ebebeb;
}
#globalNav .submenu li a {
  color: #333;
}
#globalNav .submenu li a:hover {
  color: #0058c0;
}

.boxHome:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.boxHome {
  position: relative;
  /*padding-bottom: 50px;*/
}
.boxHome p {
  padding-bottom: 30px;
}
.boxHome .btnStarted {
  background: rgba(40, 70, 102, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  border: 1px dashed #fff;
  padding: 10px 15px;
  margin-top: 20px;
}
.boxHome .btnStarted:hover {
  opacity: 0.8;
  color: #fff;
}
.boxHome.bgIntro {
  background: #fff;
  color: #333;
  position: inherit;
}

.boxSlider .owl-controls .owl-nav .owl-prev, .boxSlider .owl-controls .owl-nav .owl-next {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  outline: 0;
  width: 28px;
  height: 64px;
  text-indent: -9999px;
  z-index: 9999;
}

.boxSlider {
  /*padding-top: 100px;*/
  text-align: center;
  /*&:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 3;
  }*/
}
.boxSlider .item {
  color: #fff;
}
.boxSlider .item .caption h2 {
  font-size: 66px;
  font-weight: 500;
}
.boxSlider .item .caption p {
  font-size: 28px;
  padding: 0 50px;
}
.boxSlider .item h3 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
}
.boxSlider .item .thumb {
  float: left;
  width: 26.78571%;
  padding-right: 20px;
  padding-left: 100px;
  text-align: center;
}
.boxSlider .item .thumb img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.boxSlider .item .quoteTest {
  float: right;
  width: 73.21429%;
  padding-top: 50px;
  position: relative;
  text-align: left;
}
.boxSlider .item .quoteTest:before {
  content: "";
  position: absolute;
  top: 45px;
  left: -20px;
  width: 31px;
  height: 37px;
  background: url(../images/bg/sprite.png) no-repeat 0 -97px;
}
.boxSlider .item .quoteTest:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 31px;
  height: 37px;
  background: url(../images/bg/sprite.png) no-repeat -36px -97px;
}
.boxSlider .item .quoteTest p {
  padding-left: 20px;
}
.boxSlider .item .quoteTest strong {
  float: right;
  padding-right: 40px;
}
.boxSlider .owl-controls .owl-nav .owl-prev {
  left: 10px;
  background: url(../images/bg/sprite.png) no-repeat 0 0;
}
.boxSlider .owl-controls .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.boxSlider .owl-controls .owl-nav .owl-next {
  right: 10px;
  background: url(../images/bg/sprite.png) no-repeat -33px 0px;
}
.boxSlider .owl-controls .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.boxCountdown {
  background: #0058c0;
}
.boxCountdown .titleCount {
  font-size: 52px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0 15px;
}
.boxCountdown .days {
  color: #fac400;
}
.boxCountdown .hours {
  color: #ff8a00;
}
.boxCountdown .minutes {
  color: #00acee;
}

.boxShowInfo {
  position: absolute;
  top: 30%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
}

.iCalendar {
  background: url(../images/icons/iCalendar.png) no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
}

.iLocation {
  background: url(../images/icons/iLocation.png) no-repeat;
  display: inline-block;
  width: 18px;
  height: 22px;
}

.boxIntro {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}
.boxIntro h2 {
  font-size: 37px;
  /*font-weight: 500;*/
  /*color: #fff;*/
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 6px #333;
}
.boxIntro p {
  font-size: 17px;
  font-weight: bold;
  padding: 0 25px;
  line-height: 42px;
  text-shadow: 0 0 6px #333;
}
.boxIntro .subTitle {
  color: #ee398b;
  font-size: 18px;
  padding-bottom: 10px;
}

.boxInfo {
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #ccc;
}
.boxInfo p {
  font-size: 16px;
  padding: 0 25px;
  line-height: 150%;
}
.boxInfo .groupHead {
  margin-bottom: 20px;
}
.boxInfo .advantageList {
  width: 38%;
  float: left;
}

.boxContact {
  text-align: left;
  padding: 50px 0;
}
.boxContact .itemContact {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.boxContact .textContact {
  float: left;
  width: 38%;
  margin-right: 2%;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.boxContact .inforContact {
  float: left;
  width: 60%;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.boxContact .inforContact h3 {
  font-size: 18px;
  font-weight: 600;
}
.boxContact .inforContact p {
  padding: 0;
}
.boxContact .titleText {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.boxAbout {
  /* background: url('../images/bg/boxAbout.jpg') no-repeat 50% 100%;
  @include background-size(cover); */
  /*color: #fff;*/
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  /* &:before {
    @extend %bgBefore;
  } */
}
.boxAbout .groupHead p {
  font-size: 32px;
  font-weight: 600;
}
.boxAbout .pic {
  text-align: center;
}
.boxAbout .advantageList {
  margin-top: 0px;
  position: relative;
}
.boxAbout .item {
  width: 31.25%;
  float: left;
  margin-left: 1.5625%;
}
.boxAbout .item h3 {
  font-weight: 800;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
.boxAbout .item a {
  color: #483fa1;
  display: block;
}
.boxAbout .item p {
  margin-top: 17px;
  text-align: center;
}
.boxAbout .textAbout {
  float: left;
  width: 60%;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.boxAbout .titleText {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.boxAbout .contentText {
  font-size: 14px;
  line-height: 25px;
  padding: 0;
  margin-bottom: 15px;
}

.boxNews {
  /* background: url('../images/bg/boxAbout.jpg') no-repeat 50% 100%;
  @include background-size(cover); */
  /*color: #fff;*/
  z-index: 9;
  padding: 50px 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ccc;
  /* &:before {
    @extend %bgBefore;
  } */
}
.boxNews .contentRight {
  float: left;
  width: 26.78571%;
}
.boxNews .itemRight {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.boxNews .itemRight .thumb {
 
  width: 35%;
  margin-right: 5%;
}
.boxNews .itemRight h3 {
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}
.boxNews .itemRight h3 a {
  color: #333;
}
.boxNews .contentNews {
  float: left;
  width: 71.42857%;
  margin-right: 1.78571%;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
}
.boxNews .contentNews h2 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.boxNews .contentNews.full {
  width: 100%;
  float: none;
  margin: 0;
}
.boxNews .contentNews p {
  margin-bottom: 10px;
}
.boxNews .contentNews .imgLeft {
  float: left;
  width: 40%;
  padding: 10px 20px 20px 0;
}
.boxNews .contentNews .imgRight {
  float: right;
  width: 40%;
  padding: 10px 0 20px 20px;
}
.boxNews .contentNews .imgCenter {
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.boxNews .contentNews figcaption {
  padding: 10px 0;
}
.boxNews .author {
  text-align: right;
}
.boxNews .figure {
  margin-bottom: 20px;
}
.boxNews .pic {
  text-align: center;
}
.boxNews .otherNews {
  text-align: left;
}
.boxNews .titleOther {
  font-size: 18px;
  margin-bottom: 10px;
}
.boxNews .listOther li {
  padding: 10px 0;
}
.boxNews .advantageList {
  margin-top: 20px;
  position: relative;
}
.boxNews .item {
  width: 31.25%;
  float: left;
  margin-left: 1.5625%;
  text-align: left;
  padding: 20px;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxNews .item h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.boxNews .item .timePost {
  font-size: 12px;
  color: #999;
}
.boxNews .item a {
  color: #0058c0;
}
.boxNews .item p {
  margin-top: 17px;
}
.boxNews .item img {
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
.boxNews .item img:hover {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.breadCrumbs {
  margin-bottom: 20px;
  font-weight: 600;
  color: #0058c0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.breadCrumbs li {
  list-style: none;
  float: left;
  margin: 5px 15px 0 0px;
  color: #333;
}
.breadCrumbs li a {
  position: relative;
}
.breadCrumbs li a:after {
  content: "";
  position: absolute;
  /*background: url(../images/icon-5x8.png)no-repeat;*/
  width: 5px;
  height: 8px;
  right: -15px;
  top: 5px;
}
.breadCrumbs li a:hover {
  color: #da251d;
}

.boxPaging {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}
.boxPaging .navPaging {
  list-style: none;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.boxPaging .navPaging li {
  float: left;
  border-right: 1px solid #ddd;
}
.boxPaging .navPaging li:last-child {
  border: none;
}
.boxPaging .navPaging li a {
  background: #f4f4f4;
  color: #666;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 27px;
  padding: 0 15px;
}
.boxPaging .navPaging li a:hover {
  background: #da251d;
  color: #fff;
}
.boxPaging .navPaging li a.current {
  background: #0058c0;
  color: #fff;
}

.boxCountdown {
  background: #0058c0;
  z-index: 9;
  /*padding: 30px 0;*/
  padding: 0;
  position: relative;
  text-align: center;
  /*background: rgba(58,45,135, 0.9);*/
}
.boxCountdown .advantageList {
  margin-top: 20px;
  position: relative;
}
.boxCountdown .item {
  width: 31.25%;
  float: left;
  margin-left: 1.5625%;
}
.boxCountdown .item h3 {
  font-weight: 800;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
.boxCountdown .item a {
  color: #483fa1;
}
.boxCountdown .item p {
  margin-top: 17px;
  text-align: center;
}

.boxSchedule {
  color: #fff;
  padding: 50px 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  /*&:before {
    @extend %bgBefore;
  }*/
}
.boxSchedule .contentSchedule {
  position: relative;
}
.boxSchedule .groupHead {
  margin-bottom: 20px;
  color: #0058c0;
  /*h2 {
    color: #fff;
  }*/
}
.boxSchedule .picCenter {
  text-align: center;
  padding-bottom: 15px;
}
.boxSchedule .itemContent {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #ebebeb;
  padding: 1rem 1rem .5rem;
  -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
  color: #0058c0;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxSchedule .headContent {
  background: #fff;
  padding: 2em 1.5em;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxSchedule .contentItemSchedule {
  display: block;
}
    .boxSchedule .titleSchedule {
        font-size: 28px;
        color: #0058c0;
        line-height: 2;
    }
.boxSchedule .scheduleInfo {
  background: rgba(239, 165, 6, 0.1);
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxSchedule .scheduleInfo .time {
  color: #efa506;
}
.boxSchedule .location {
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}
.boxSchedule .location .txtLocal {
  font-size: 20px;
  color: #0058c0;
}
.boxSchedule.registerForm {
  padding-top: 100px;
}
.boxSchedule.registerForm .titleSchedule {
  text-align: center;
}


.admin {
 
    padding: 110px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    /*&:before {
    @extend %bgBefore;
  }*/
}

    .admin .contentSchedule {
        position: relative;
    }

    .admin .groupHead {
        margin-bottom: 20px;
        color: #0058c0;
        /*h2 {
    color: #fff;
  }*/
    }

    .admin .picCenter {
        text-align: center;
        padding-bottom: 15px;
    }

    .admin .itemContent {
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid #ebebeb;
        padding: 1rem 1rem .5rem;
        -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
        box-shadow: 0 13px 35px rgba(0, 0, 0, 0.1);
        color: #0058c0;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .admin .headContent {
        background: #fff;
        padding: 2em 1.5em;
        text-transform: uppercase;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .admin .contentItemSchedule {
        display: block;
    }

    .admin .titleSchedule {
        font-size: 28px;
        color: #0058c0;
        line-height: 2;
    }

    .admin .scheduleInfo {
        background: rgba(239, 165, 6, 0.1);
        display: inline-block;
        padding: 5px 10px;
        margin-bottom: 20px;
        font-weight: 600;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .admin .scheduleInfo .time {
            color: #efa506;
        }

    .admin .location {
        padding: 10px 0;
        font-weight: 600;
        font-size: 18px;
    }

        .admin .location .txtLocal {
            font-size: 20px;
            color: #0058c0;
        }

    .admin.registerForm {
        padding-top: 100px;
    }

        .admin.registerForm .titleSchedule {
            text-align: center;
        }

.boxManage {
  margin-bottom: 30px;
}
.boxManage .groupHead {
  margin: 20px 0 30px;
  text-align: center;
}
.boxManage .content {
  border: 1px solid #0058c0;
}
.boxManage .avatar {
  background: #0058c0;
  text-align: center;
  padding: 20px;
}
.boxManage .avatar img {
  width: 50%;
}
.boxManage .titleAvatar {
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
}
.boxManage .colLeft {
  float: left;
  width: 25%;
  margin-right: 1.78571%;
}
.boxManage .colRight {
  float: left;
  width: 73.21429%;
}
.boxManage .titleRight {
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
}
.boxManage .headPanel {
  text-align: center;
}
.boxManage .listControl {
  padding: 10px 20px;
}
.boxManage .listControl li {
  padding: 10px 0 10px 20px;
  font-size: 16px;
  font-weight: 400;
  background: url("../images/icons/icon-5x8.png") no-repeat left center;
}
.boxManage .listControl a {
  color: #333;
}
.boxManage .listControl a.active {
  color: #0058c0;
  font-weight: 600;
}

.wrappUpload {
  border: 2px dashed #e9e9e9;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.wrappUpload .upload {
  position: relative;
  width: 100%;
  /* height: 36px;
  max-width: 120px; */
  text-align: center;
  padding: 80px;
  background: url("../images/bg/bg-upload-photo-post.png") no-repeat 50% 50%;
  background-size: cover;
}
.wrappUpload .upload .text {
  font-size: 20px;
  text-align: center;
  /* height: 36px;
  line-height: 36px; */
  background: #36a3f7;
  border-radius: 3px;
  padding: 20px 30px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.wrappUpload .upload .text .icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 20px;
  color: #fff;
}
.wrappUpload .upload .text .sp-text {
  padding-left: 20px;
}
.wrappUpload .upload h3 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #888;
}
.wrappUpload .upload .file {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  
  cursor: pointer;
}
.wrappUpload .upload input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background: transparent;
  border: none;
}

.formRegister label {
  font-size: 16px;
  margin-bottom: 10px;
}
.formRegister .line {
  margin-bottom: 15px;
  position: relative;
}
.formRegister .line.centered {
  text-align: center;
}


.formRegister .handle {
  margin-top: 30px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.formControl {
  display: block;
  width: 100%;
  padding: 5px 10px;
    font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.3s border 0.3s ease-in-out;
  -moz-transition: background 0.3s border 0.3s ease-in-out;
  -ms-transition: background 0.3s border 0.3s ease-in-out;
  -o-transition: background 0.3s border 0.3s ease-in-out;
  transition: background 0.3s border 0.3s ease-in-out;
}
.formControl.error {
  border-color: #f00;
}
.formControl:focus, .formControl:hover {
  border-color: #e5e5e5;
  background: #fff;
  outline: 0;
}
.formControl::placeholder {
    color: #333;
}
.boxSponsors {
  /*background: url('../images/bg/sponsor-bg.jpg') no-repeat 50% 100%;
  @include background-size(cover);*/
  color: #fff;
  padding: 50px 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  /*&:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
  }*/
}
.boxSponsors .groupHead {
  padding-bottom: 50px;
}
.boxSponsors .contentSponsors {
  position: relative;
}
.boxSponsors .contentSponsors h3 {
  margin: 20px 0;
  line-height: 24px;
  font-size: 22px;
  font-weight: 600;
}
.boxSponsors .contentSponsors p {
  margin-bottom: 15px;
}
.boxSponsors .titleSponsor {
  color: #0058c0;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.boxSponsors .listSponsor {
  text-align: center;
}
    .boxSponsors .listSponsor .itemSponsor {
        
     
        border-radius: 16px;
        width:100%;
        display: inline-block;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        -moz-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.2);
        -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.2);
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.2);
    }
.boxSponsors .listSponsor .itemSponsor a {
  display: block;
  text-align: center;
}
.boxSponsors .des {
  float: left;
  width: 60%;
  margin-right: 2%;
}
.boxSponsors .thumb {
  float: right;
  width: 38%;
}
.boxSponsors .listService li {
  background: url("../images/icons/iList.png") no-repeat 5px 3px;
  padding: 0px 5px 5px 30px;
  line-height: 18px;
}
.boxSponsors .listService li ul > li {
  background: url("../images/icons/iDot.png") no-repeat 5px 5px;
  padding: 0 5px 3px 20px;
}
.boxSponsors h4 {
  padding: 10px 0;
}

.boxGallery {
  /*background: url('../images/bg/bgTeam.jpg') no-repeat 50% 100%;
  @include background-size(cover);*/
  color: #fff;
  padding: 50px 0;
  position: relative;
  text-align: center;
  /* &:before {
    @extend %bgBefore;
  } */
}
.boxGallery .groupHead {
  margin-bottom: 20px;
  /*h2 {
    color: #fff;
  }*/
}
.boxGallery .item {
  float: left;
  width: 33.33333%;
  padding: 10px;
}
.boxGallery .viewVideo {
  position: relative;
  display: block;
}
.boxGallery .viewVideo:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/icons/iPlay.png) no-repeat;
  background-size: 30px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -14px 0 0 -14px;
}
.boxGallery .viewVideo:after:hover {
  opacity: 0.8;
}

.btnBubmit, button {
  
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  padding: 17px;
  display: inline-block;
  letter-spacing: .1rem;
  background: #554bb9;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  -moz-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}

.panel {
  margin: 20px 0;
}

.viewMore {
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  color: white;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.1rem;
  transition-duration: 0.3s;
  box-shadow: rgba(50, 51, 51, 0.4) 0px 8px 6px -6px;
  
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  margin: 0px auto;
  padding: 7px 15px;
  /*background: rgb(85, 75, 185);*/
  background: #0058c0;
}
.viewMore.bgRed {
  background: #ec398b;
  padding: 10px 15px;
  margin-right: 10px;
}
.viewMore:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0.15;
  background: #1b273d;
  transition: all 0.5s ease-in-out 0s;
}
.viewMore:after :hover {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  height: 604%;
  left: 43px;
  border-radius: 100%;
}
.viewMore:hover {
  color: white;
  transition-duration: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 15px;
  border-radius: 16px;
}

.lang {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-indent: -9999px;
}
.lang.en {
  background: url("../images/icons/en.png") no-repeat;
  margin: 5px 10px 0 0;
  background-size: 25px;
}
.lang.vi {
  background: url("../images/icons/vn.png") no-repeat;
  margin-top: 5px;
  background-size: 25px;
}
.lang:hover {
  opacity: .6;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.footer {
  background: #0058c0;
  /*background: url('../images/bg/footer-bg.jpg') no-repeat 50% 100%;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding: 15px 0;
  /*&:before {
    @extend %bgBefore;
    background: rgba(27,39,61,.95);
  }*/
}
.footer .container {
  z-index: 999;
}
.footer .groupHead {
  margin-top: 60px;
  margin-bottom: 40px;
}
.footer .groupHead h2 {
  color: #fff;
}
.footer .formFooter {
  max-width: 750px;
  margin: 0 auto 30px;
  display: flex;
}
.footer .formFooter .formControl {
  background: rgba(255, 255, 255, 0.8);
  color: #554bb9;
  width: 100%;
  display: block;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer .formFooter .btnSubmit {
  background: #efa506;
  margin-left: 5px;
}
.footer .formGroup {
  margin-bottom: 15px;
}
.footer .formGroupEmail {
  width: 75%;
}
.footer .contentFooter {
  position: relative;
}
.footer .inforFooter {
  display: flex;
  
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .lastAddress {
  padding: 20px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .singleFooter {
  flex: none;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;

}
.footer .singleFooter .lgo {
  display: block;
}
.footer .titleFooter {
  line-height: 2.4000000000000004rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .08rem;
}
.footer .address {
  color: #efa506;
  font-weight: 400;
  font-size: 14px;
}
.footer .listSocial li {
  float: left;
  margin-right: 5px;
}
.footer .listSocial a {
  display: block;
}

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

/* Inner */
.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: #fff;
  line-height: 150%;
}
.popup-inner h2 {
  color: #0058c0;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: black;
  text-decoration: none;
}

.iFb {
  background: url(../images/icons/fa.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.iGg {
  background: url(../images/icons/gg.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.iTw {
  background: url(../images/icons/tw.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.iYu {
  background: url(../images/icons/tube.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.iVine {
  background: url(../images/icons/vine.png) no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy img {
  transform-style: preserve-3d;
}
.owl-carousel img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playin .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playin .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*//mobile*/
ul.tabs {
  list-style: none;
  display: table;
  width: 100%;
}

ul.tabs li {
  cursor: pointer;
  display: table-cell;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  padding: 5px 10px;
  font-weight: 400;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #333;
  width: 25%;
}
ul.tabs li span {
  display: block;
  padding: 10px 0;
}

.tabLast {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #0058c0;
  color: #fff;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

ul.tabs li.active {
  background: #0058c0;
  color: #fff;
  border: 1px solid #0058c0;
}

.tabContent {
  margin: 20px 0 10px;
  line-height: 22px;
  display: none;
    -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tabContent li {
  background: url("../images/icons/iDot.png") no-repeat 5px 50%;
  padding: 5px 5px 5px 20px;
  line-height: 18px;
}

.tabHeading {
  display: none;
  position: relative;
  background-color: #fff;
  color: #333;
}
.tabHeading:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/bg/sprite.png) no-repeat 0 -228px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 19px;
  height: 11px;
}
.tabHeading.open {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabHeading.open:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/bg/sprite.png) no-repeat 0px -216px;
  width: 19px;
  height: 11px;
}

/*TinyScrollBar*/
@media only screen and (max-width: 1024px) {
    .boxSchedule.registerForm {
        padding-top: 90px !important;
    }
    .boxSchedule.registerForm .tabContent {
        display: block !important;
    }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .container {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  #globalNav,#globalNav.pc {
    display: block;
  }
    #globalNav,#globalNav.pc li:first-child {
        display: block;
    }
    #globalNav,#globalNav.pc li {
        display: none;
    }
    .boxHeader .panelHead {
        right: 100px;
    }

  .btn-menu {
    display: block;
  }

  .boxIntro {
    padding-top: 50px;
  }
  .boxIntro h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .boxIntro p {
    font-size: 16px;
  }

  .boxHome .titleH {
    text-transform: uppercase;
    padding: 30% 0 20px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    position: relative;
  }
  .boxHome .boxSlider {
    padding-top: 90px;
  }
  .boxHome .boxSlider .owl-nav {
    display: none;
  }
  .boxHome .boxSlider .item .caption h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .boxHome .boxSlider .item .caption p {
    padding: 0 15px;
    font-size: 22px;
  }
  .boxHome p {
    padding-bottom: 15px;
  }

  .boxTestimonials .item .thumb {
    display: none;
  }
  .boxTestimonials .item .quoteTest {
    width: 92%;
    padding: 20px 4%;
    float: none;
  }
  .boxTestimonials .item .quoteTest:before, .boxTestimonials .item .quoteTest:after {
    display: none;
  }

  .tabs, ul.tabs {
    display: none;
  }

  .tabHeading {
    cursor: pointer;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    position: relative;
    padding: 5px 10px;
    font-weight: 400;
    border: 1px dashed  #808080;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .deActive {
    background-color: #fff;
    color: #333;
  }

  .boxSponsors .des {
    width: 100%;
  }
  .boxSponsors .thumb {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .groupHead h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
  .groupHead p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 12px;
  }

  .boxAbout {
    padding-top: 39px;
    padding-bottom: 62px;
  }
  .boxAbout .groupHead p {
    text-align: center;
    line-height: 32px;
  }
  .boxAbout .item {
    margin: 10px 0 0;
    padding: 10px 0 0 75px;
    position: relative;
    min-height: 100px;
  }
  .boxAbout .item h3 {
    font-size: 14px;
    margin-top: 0;
    line-height: 18px;
    text-align: left;
    padding-left: 30px;
  }
  .boxAbout .item p {
    padding-left: 30px;
    margin-top: 5px;
    text-align: left;
  }
  .boxAbout .pic {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100px;
  }
  .boxAbout:after {
    content: "";
    display: block;
    clear: left;
  }
  .boxAbout .textAbout, .boxAbout .advantageList {
    float: none;
    width: 100%;
  }

  .boxNews .item {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .boxNews .contentNews, .boxNews .contentRight {
    float: none;
    width: 100%;
    margin: 0;
    text-align: justify;
  }
  .boxNews .contentNews .imgLeft, .boxNews .contentNews .imgRight, .boxNews .contentRight .imgLeft, .boxNews .contentRight .imgRight {
    float: none;
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .boxSchedule .headContent {
    padding: 10px 0;
  }

  .boxSchedule .titleSchedule {
    font-size: 18px;
  }

  .boxGallery .item {
    float: none;
    width: 100%;
  }

  .pageNews .boxNews {
    margin: 0;
  }

  .pageContact .boxContact {
    padding-top: 30px;
  }

  .pageManage .boxManage {
    padding-top: 50px;
  }

  .pageGallery .boxGallery {
    margin: 0;
  }

  .boxManage .colLeft, .boxManage .colRight {
    float: none;
    margin: 0;
    width: 100%;
  }
  .boxManage .groupHead h2 {
    font-size: 24px;
  }

  .boxContact .textContact, .boxContact .inforContact {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .footer {
    padding: 17px 0;
    font-size: 10px;
    line-height: 16px;
  }
  .footer .formFooter .btnSubmit {
    padding: 9px;
  }
  .footer .inforFooter {
    display: block;
    text-align: center;
  }
  .footer .singleFooter {
    line-height: 150%;
    text-align: center;
      width: 100% !important;
  }
  .footer .listSocial li {
    float: none;
    display: inline-block;
  }
    .boxShowInfo {
        top: 0 !important;
    }
    .boxHome {
        padding-top: 0 !important;
    }
    .boxHome .titleH {
        text-transform: uppercase;
        padding: 10px 0 !important;
        text-align: center;
        font-size: 20px;
        color: #fff;
        position: relative;
    }
    .boxIntro {
        padding-top: 90px;
    }
    .boxHome p {
        font-size: 15px;
        padding-bottom: 0 !important;
    }
    .footer .formFooter .formControl {
        height: 34px;
    }
    .contentSchedule {
        width: 100% !important;
    }
    .boxSchedule.registerForm,.pageManage .boxManage {
        padding-top: 0;
        margin-top: 0;
    }
    
}
@media only screen and (max-width: 1024px) {
  /* .boxCode,.boxContact{
     animation: parallaxBackground 8s linear infinite alternate;
     -moz-animation: parallaxBackground 8s linear infinite alternate;
     -webkit-animation: parallaxBackground 8s linear infinite alternate;
     -o-animation: parallaxBackground 8s linear infinite alternate;
   }*/
  .parallax {
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }

  80% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(-100%);
  }

  50% {
    opacity: 0;
    transform: translate(100%);
  }

  80% {
    opacity: 1;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
  }

  50% {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale3d(1, 1, 1);
  }

  50% {
    -o-transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes arrowDown {
  0% {
    bottom: 11px;
  }

  50% {
    bottom: 18px;
  }

  100% {
    bottom: 11px;
  }
}
@-moz-keyframes arrowDown {
  0% {
    bottom: 11px;
  }

  50% {
    bottom: 18px;
  }

  100% {
    bottom: 11px;
  }
}
@-o-keyframes arrowDown {
  0% {
    bottom: 11px;
  }

  50% {
    bottom: 18px;
  }

  100% {
    bottom: 11px;
  }
}
@keyframes arrowDown {
  0% {
    bottom: 11px;
  }

  50% {
    bottom: 18px;
  }

  100% {
    bottom: 11px;
  }
}
.arrowDown {
  -webkit-animation-name: arrowDown;
  -moz-animation-name: arrowDown;
  -o-animation-name: arrowDown;
  animation-name: arrowDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 60%, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 60%, 0);
  }

  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 60%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes rollInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes rollInLeft {
  0% {
    opacity: 0;
    -o-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes rollInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.rollInLeft {
  -webkit-animation-name: rollInLeft;
  -moz-animation-name: rollInLeft;
  -o-animation-name: rollInLeft;
  animation-name: rollInLeft;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -o-transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -o-transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -o-transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -o-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes rollInRight {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes rollInRight {
  0% {
    opacity: 0;
    -o-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.rollInRight {
  -webkit-animation-name: rollInRight;
  -moz-animation-name: rollInRight;
  -o-animation-name: rollInRight;
  animation-name: rollInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(0, -20px, 0);
  }

  75% {
    -moz-transform: translate3d(0, 10px, 0);
  }

  90% {
    -moz-transform: translate3d(0, -5px, 0);
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -o-transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -o-transform: translate3d(0, -20px, 0);
  }

  75% {
    -o-transform: translate3d(0, 10px, 0);
  }

  90% {
    -o-transform: translate3d(0, -5px, 0);
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -o-transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -o-transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -o-transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -o-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
  }
}
@-moz-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }

  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }

  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }

  100% {
    -moz-transform: none;
  }
}
@-o-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -o-transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -o-transform: translate3d(0, 25px, 0);
  }

  75% {
    -o-transform: translate3d(0, -10px, 0);
  }

  90% {
    -o-transform: translate3d(0, 5px, 0);
  }

  100% {
    -o-transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-moz-keyframes parallaxBackground {
  0% {
    background-position: 50% 100%;
  }

  100% {
    background-position: -300px 100%;
  }
}
@-webkit-keyframes parallaxBackground {
  0% {
    background-position: 50% 100%;
  }

  100% {
    background-position: -300px 100%;
  }
}
@-o-keyframes parallaxBackground {
  0% {
    background-position: 50% 100%;
  }

  100% {
    background-position: -300px 100%;
  }
}
@keyframes parallaxBackground {
  0% {
    background-position: 50% 100%;
  }

  100% {
    background-position: -300px 100%;
  }
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/icons/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/icons/controls.png) no-repeat 0 0;
}

#cboxClose {
  width: 24px;
  height: 24px;
  background: url(../images/icons/modal_cls.png) no-repeat;
  position: absolute;
  top: -29px;
  right: 0;
  border: none;
  text-indent: -9999em;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0 0;
  right: 65px;
}

#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  background-position: -25px 0;
  right: 45px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.guide {
    position: fixed;
    bottom: 10px;
    right: 0;
    background: #ec398b;
    border-radius: 5px 0px 0px 5px;
    z-index: 9999;
}
.guide > a {
    color: #fff;
    font-size: 30px;
    padding: 0 5px;
}
.boxGalery .item {
    width: 20%;
    float: left;
    padding: 5px;
}
.k-window-content .tokenfield.form-control {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    color: #555 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
    height: auto !important;
    padding: 0 !important;
}