/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */

.rt {
  width: 100%;
  font-size: 0.75em;
  /*12*/
  line-height: 1.25em;
  /*15*/
  border-collapse: collapse;
  border-spacing: 0;
}
.rt th,
.rt td {
  margin: 0;
  padding: 0.4166em;
  /*10*/
  vertical-align: top;
  border: 1px solid #babcbf;
  background: #fff;
}
.rt th {
  text-align: left;
  background: #fff2b2;
}
@media (max-width: 567px) {
  .rt {
    display: table;
    position: relative;
    width: 100%;
  }
  .rt thead {
    display: block;
    float: left;
  }
  .rt tbody {
    display: table-row-group;
    overflow-x: auto;
  }
  .rt th {
    display: table-cell;
  }
  .rt td {
    display: table-cell;
    
  }
  .rt tbody tr {
    display: table-row;
    /* border-right: 1px solid #babcbf; */
  }
  .rt th:last-child,
  .rt td:last-child {
    /* border-bottom: 1px solid #babcbf; */
  }
}
#top_banner {
  position: relative;
}
#top_banner .container {
  height: 100%;
}
#top_banner .logo {
  width: 40%;
}
#top_banner .btn_register {
  top: 200px;
}
main {
  padding: 45px 0;
}
main > .container > div {
  margin-bottom: 50px;
}

main .boxed {
  border: 1px solid black;
  padding: 10px 30px;
  list-style-position: inside;
  text-indent: -1.15em;
}

main .container .counter {
  text-align: center;
}

main .container .counter > div{
  display:flex;
  max-width: 400px;
  margin: 0 auto;
}

main .container .counter > div div{
  flex: 1;
}

main .container .counter .number {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  width: 120px;
  height: 120px;

  font-size: 65px;
  line-height: 105px;
  border-radius: 12px;
  border: 6px solid #333;
  font-weight: bold;
  color: rgb(231, 76, 60);
  ;
}

main .container .counter .label {
  font-size: 22px;
  display:block;
  margin-top: 15px;
}

main .new .list {
  /* background-color: #F7F5F6; */
  height: 250px;
  overflow: auto;
  padding: 0 15px;
  /* border: solid 1px #AA989A; */
  font-size: 0.9em;
}
main .new .list .row {
  margin: 0;
  border-bottom: dotted 1px #AA989A;
  padding: 10px 0;
}
main .new .list .row .col3 {
  text-align: right;
}
main .new .list .row .date {
  font-weight: bold;
}
main .new .list .row .btn_more {
  color: #e74c3c;
  font-weight: bold;
}
main .intro h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 120%;
}
main .briefing a.btn .pic {
  background-size: cover;
  background-position: center center;
  background-color: #666;
  position: relative;
  height: auto;
}
main .briefing a.btn .pic:before {
  content: "";
  display: block;
  padding-top: 100%;
}
main .briefing a.btn .pic:before {
  padding-top: 25%;
}
main .briefing a.btn .pic .label {
  color: #FFF;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 20px;
  line-height: 125%;
}
main .briefing a.btn .desc {
  font-size: 0.8em;
  padding: 6px;
}
@media (max-width: 991px) {
  #top_banner .btn_register {
    width: 110px;
    height: 110px;
    right: -70%;
    position: absolute;
    top: auto;
    bottom: -70px;
  }
  #top_banner .btn_register > span {
    font-size: 1em;
  }
}
@media (max-width: 567px) {
  main {
    padding: 15px 4%;
  }
}



/** Clock **/
.flip-clock-divider .flip-clock-label {
  font-size: 16px;
  color: #F44336;
}

.flip-clock-wrapper ul {
  background: #F44336;
}

.flip-clock-wrapper ul li a div.up:after {
  background-color: #F44336;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div div.inn {
  color: #fff;
  text-shadow: 0 1px 1px #555;
  background-color: #F44336;
}

.session-clock, .break-clock {
  display: inline-block;
  width: auto;
}

.flip-clock-divider .flip-clock-label {
  bottom: -1.5em;
  color: #333;
  top: auto;
}