@charset "UTF-8";
body {
  background: #f9f9f9;
  color: #161616;
  font-size: 16px;
  font-family: "roboto";
}

.button_link,
.homepage .section_1 .join_now {
  padding: 15px 55px;
  border: 1px solid #cc2228;
  color: #cc2228;
  text-align: center;
  font-size: 20px;
  border-radius: 7px;
  font-weight: bold;
  display: inline-block;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.bg_white {
  background: #fff;
  padding: 20px;
}

.align-center,
.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-countdown {
  color: #f24962;
  margin-left: auto;
  margin-right: auto;
}
.time-countdown_left {
  margin-left: 0;
}
.time-countdown__icon {
  font-size: 24px;
  margin-right: 10px;
}
.time-countdown__time {
  font-size: 30px;
  font-weight: bold;
}

section#questions-list {
  position: fixed;
  right: 0;
  bottom: 85px;
  left: 0;
  z-index: 1020;
}
section#questions-list .background-questions-list {
  background-color: #f9f9f9;
  border: 1px solid #9da7b1;
  border-radius: 6px;
  display: none;
  height: 0px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
section#questions-list
  .background-questions-list
  .title-button-hide-questions-list {
  padding: 15px 0 5px 0;
}
section#questions-list
  .background-questions-list
  .title-button-hide-questions-list
  .button-hide-questions-list {
  cursor: pointer;
  color: #466991;
}
section#questions-list
  .background-questions-list
  .title-button-hide-questions-list__title {
  font-weight: bold;
}
section#questions-list .background-questions-list .questions-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}
section#questions-list
  .background-questions-list
  .questions-list
  .questions-number {
  display: inline-block;
  margin: 0 5px 10px 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
section#questions-list
  .background-questions-list
  .questions-list
  .questions-number.-done {
  background-color: #cc2228;
}
section#questions-list
  .background-questions-list
  .questions-list
  .questions-number.-not-done-yet {
  background-color: #e1e1e1;
}
section#questions-list .background-questions-list.-active {
  height: auto;
  display: block !important;
}

header {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
header .menu a {
  color: #161616;
  font-size: 20px;
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 7px;
}
header .menu a.active {
  color: #cc2228;
  border-bottom: 2px solid #cc2228;
  font-weight: bold;
}
header .menu a:last-child {
  margin-right: 0;
}
header .slogan {
  color: #cc2228;
  font-size: 30px;
  font-weight: bold;
  margin-top: 54px;
}

.homepage .section_1 {
  margin-top: 50px;
  margin-bottom: 130px;
  background: url("../images/home_section1_bg.jpg") no-repeat right top;
  background-size: 80%;
}
.homepage .section_1 h1,
.homepage .section_1 h2 {
  font-size: 70px;
  font-weight: bold;
}
.homepage .section_1 h1 {
  color: #cc2228;
}
.homepage .section_1 .join_now {
  margin-top: 45px;
}

.homepage .section_2 {
  margin-bottom: 130px;
}
.homepage .section_2 .video {
  z-index: 2;
  bottom: 0;
  left: 0;
}
.homepage .section_2 .about_event {
  background: #f2f2f2;
  padding-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 30px;
}
.homepage .section_2 .about_event .title {
  font-size: 70px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 84px;
}
.homepage .section_2 .about_event .name {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #cc2228;
}

.homepage .section_3 {
  margin-bottom: 120px;
}
.homepage .section_3 .desc {
  font-size: 26px;
  margin-top: 50px;
}
.homepage .section_3 .desc strong {
  color: #cc2228;
}

.homepage .section_4 {
  margin-bottom: 120px;
}
.homepage .section_4 .img {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -100px;
}
.homepage .section_4 .img object {
  width: 90%;
}
.homepage .section_4 .info {
  padding-left: 150px;
  padding-top: 60px;
  font-size: 24px;
  position: relative;
}
.homepage .section_4 .info_bg {
  background: #d1d1d1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.28;
  z-index: -1;
}
.homepage .section_4 .info .title_big {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 25px;
}
.homepage .section_4 .info .item {
  margin-bottom: 70px;
}
.homepage .section_4 .info .item .title_medium {
  font-size: 50px;
  font-weight: bold;
}
.homepage .section_4 .info .item .title_small {
  font-size: 30px;
  font-weight: bold;
  color: #cc2228;
}

.homepage .section_5 {
  padding-top: 200px;
  margin-bottom: 120px;
}
.homepage .section_5 .title {
  font-size: 70px;
  margin-bottom: 15px;
  font-weight: bold;
}
.homepage .section_5 .desc {
  width: 323px;
  font-size: 26px;
  margin-bottom: 25px;
}
.homepage .section_5 .view-more {
  color: #cc2228;
  font-size: 20px;
  font-weight: bold;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .section_5 .view-more:before {
  border-bottom: 1px solid #cc2228;
  width: 30px;
  height: 15px;
  content: "";
  float: left;
  margin-right: 15px;
}
.homepage .section_5 .img {
  top: 0;
  right: 0;
  text-align: right;
  z-index: -1;
}
.homepage .section_5 .img object {
  width: 90%;
}

.homepage .section_6 {
  margin-bottom: 120px;
  position: relative;
}
.homepage .section_6 .register {
  background: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 66px;
  margin-bottom: 70px;
}
.homepage .section_6 .register .title {
  font-size: 70px;
  font-weight: bold;
}
.homepage .section_6 .register .title span {
  color: #cc2228;
  display: block;
}
.homepage .section_6 .register .desc {
  max-width: 400px;
  color: #707070;
}
.homepage .section_6 .form_reg {
  position: absolute;
  width: 100%;
  max-width: 443px;
  right: 0px;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 3px 16px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 16px 0 rgba(0, 0, 0, 0.17);
  padding: 20px;
  bottom: 0;
}

.homepage .section_7 {
  margin-bottom: 120px;
}
.homepage .section_7 .title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 40px;
}
.homepage .section_7 .img {
  display: block;
  margin-bottom: 30px;
}
.homepage .section_7 .target {
  color: #cc2228;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.homepage .section_7 .name {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #161616;
}

#footer {
  background: url("../images/footer_bg_2.png") no-repeat bottom left #000;
  margin-top: 30px;
  padding-top: 50px;
}
#footer .row {
  background: url("../images/footer_bg_1.png") no-repeat top right;
}
#footer .logo img {
  width: 290px;
}
#footer .branch {
  color: #f9f9f9;
  font-size: 14px;
}
#footer .branch .title {
  color: #cc2228;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .copyright {
  border-top: 1px solid #585858;
  padding-top: 20px;
  text-align: center;
  color: #f9f9f9;
  padding-bottom: 20px;
  margin-top: 30px;
  font-size: 14px;
}

.authentication {
  padding-top: 100px;
  min-height: 500px;
}
.authentication .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ddd;
}
.authentication .form-control {
  padding-left: 40px;
}
.authentication .title {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.authentication .form_item {
  background: #f2f2f2;
  padding: 35px;
  border: 1px solid #bebebe;
}
.authentication .login .txt_forgot_pass {
  display: block;
  color: #161616;
  margin-top: 15px;
}
.authentication .login input {
  padding-left: 40px;
}
.authentication .register button {
  margin-right: 15px;
}

.test h1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.test .part_list {
  border-bottom: 1px solid #e8e9ee;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.test .part_list a {
  width: 100%;
  margin-right: 25px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  background: #f3f3f3;
  border: none;
  color: #161616;
}
.test .part_list .active a {
  background: #f35b71;
  color: #fff;
}
.test .part_list .item {
  margin-bottom: 10px;
  cursor: pointer;
}

.test .content {
  border-bottom: 1px solid #e8e9ee;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.test .guide {
  font-weight: bold;
  margin-bottom: 20px;
}

.test .question {
  margin-bottom: 20px;
}

.test .check_box {
  margin-bottom: 15px;
}
.test .check_box .choose_one {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e1e1e1;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.test .check_box.active .choose_one {
  background: #cc2228;
  color: #fff;
}

.test .next_part {
  text-align: right;
}
.test .next_part a {
  border: 1px solid #466991;
  padding: 5px 20px;
  color: #466991;
  font-size: 16px;
  font-weight: normal;
}
.test .next_part a:hover {
  background: #466991;
  color: #fff;
}

.test .question_item {
  margin-bottom: 20px;
}

.test .audio {
  margin-bottom: 20px;
}

.test .detail {
  background: #fff9f2;
  border: #9da7b1;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}

.test .part_1 .audio {
  margin-top: 20px;
}
.test .part_1 .audio audio {
  width: 100%;
}

.test_result {
  font-size: 16px;
}
.test_result span {
  background: #e1e1e1;
  text-align: center;
  color: #444444;
  display: block;
  padding: 10px 0;
}
.test_result .col {
  margin-bottom: 10px;
}

.design_by {
  margin: 30px 0;
  text-align: center;
  color: #c8c8c8;
  padding-bottom: 100px;
  font-size: 12px;
}

footer#footer-listening {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 16px 0 #d7d7d7;
  box-shadow: 0 0 16px 0 #d7d7d7;
  padding: 20px 0;
}
footer#footer-listening .next_section {
  width: auto;
}

.rank h1.title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 30px;
}

.rank h1 span {
  color: #cc2228;
  display: block;
}

.rank .your_rank {
  font-size: 26px;
}
.rank .your_rank span {
  color: #cc2228;
  font-weight: bold;
}

.rank .rank_1 {
  border: 4px solid #ffe500;
  background: #ffffae;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffc404;
  text-align: center;
  display: inline-block;
}

.rank .rank_2 {
  border: 4px solid #bac6d6;
  background: #f8f8f8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #9aa9c0;
  text-align: center;
  display: inline-block;
}

.rank .rank_3 {
  border: 4px solid #ce8d4d;
  background: #d7aa67;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #b97341;
  text-align: center;
  display: inline-block;
}

.rank .rank_tab {
  margin-bottom: 20px;
  border: none;
}
.rank .rank_tab a {
  color: #b9b9b9;
  font-size: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}
.rank .rank_tab a.active {
  color: #cc2228;
  font-weight: bold;
  border-bottom: 1px solid #cc2228;
  display: inline-block;
}

@font-face {
  font-family: "SFD-Regular";
  src: url("fonts/SanFranciscoDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SFD-Bold";
  src: url("fonts/SanFranciscoDisplay-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SFD-Black";
  src: url("fonts/SanFranciscoDisplay-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-height: 100%;
  background: #fff;
}

body {
  color: #000;
}

*,
:before,
:after {
  /*font-family: "SFD-Regular";*/
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
.btn,
span {
  outline: none !important;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
}

.img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-scaledown {
  display: block;
  width: 100%;
  height: 100%;
}

.img-scaledown img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.img-fill {
  display: block;
  width: 100%;
  height: 100%;
}

.img-fill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-contain {
  display: block;
  width: 100%;
  height: 100%;
}

.img-contain img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img-none {
  display: block;
  width: 100%;
  height: 100%;
}

.img-none img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
}

/* ----------------------- Hiệu ứng hover ảnh ----------------------- */
.img-flash,
.img-shine {
  position: relative;
  overflow: hidden;
}

.img-circle:before,
.img-shine:before {
  content: "";
  display: block;
}

.img-circle,
.img-flash,
.img-shine,
.img-slide,
.img-zoomin,
.img-zoomout {
  overflow: hidden;
}

.img-flash:hover > * {
  opacity: 1;
  -webkit-animation: imgFlash 1.5s;
  animation: imgFlash 1.5s;
}

@-webkit-keyframes imgFlash {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imgFlash {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.img-shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 100;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.5))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.img-shine:hover:before {
  -webkit-animation: imgShine 0.75s ease-in-out;
  animation: imgShine 0.75s ease-in-out;
}

@-webkit-keyframes imgShine {
  100% {
    left: 125%;
  }
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}

.img-circle {
  position: relative;
}

.img-circle:before {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img-slide,
.img-slide > *,
.img-zoomin,
.img-zoomin > *,
.img-zoomout,
.img-zoomout > *,
[class*="img-caption"] {
  position: relative;
}

.img-circle:hover:before {
  -webkit-animation: circle 0.75s infinite;
  animation: circle 0.75s infinite;
}

@-webkit-keyframes circle {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0%,
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.img-zoomin > * {
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.img-zoomin:hover > * {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-slide > * {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-slide:hover > * {
  left: -10px;
}

.img-zoomout > * {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.img-zoomout:hover > * {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[class*="img-caption"] {
  display: block;
  overflow: hidden;
}

[class*="img-caption"] .image {
  display: block;
  position: relative;
  font-size: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

[class*="img-caption"] > .info {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  background: white;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.img-caption-bottom > .info {
  visibility: hidden;
  opacity: 0;
  top: initial;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.img-caption-bottom:hover > .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.img-caption-bottom:hover > .image {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.img-caption-top > .info {
  opacity: 0;
  top: 0;
  bottom: initial;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.img-caption-top:hover > .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.img-caption-top:hover > .image {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

[class*="img-push"] {
  display: block;
  overflow: hidden;
  position: relative;
}

[class*="img-push"] .image {
  display: block;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

[class*="img-push"] .info {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-push-up .info {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.img-push-down .info,
.img-push-up:hover .image {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.img-push-down:hover .image {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.img-push-left .info {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.img-push-left:hover .image,
.img-push-right .info {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.img-push-right:hover .image {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

[class*="img-push"]:hover .info {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes hotline-shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes hotline-shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes btn-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes btn-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------- End Hiệu ứng hover ảnh ----------------------- */
.bg-gray {
  background-color: #fbfbfb;
}

.row.row-mg-75 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.row-mg-75 .col-pd-75 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.header.index-new {
  padding: 5px 0 20px 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 85px;
  z-index: 9;
}
.header.index-new .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.index-new .header-content .sec-left .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.index-new .header-content .sec-left .list-logo .logo .image {
  width: 140px;
  height: 40px;
}
.header.index-new .header-content .sec-left .list-logo .logo.logo-1 {
  margin-right: 50px;
}
@media (max-width: 414px) {
  .header.index-new .header-content .sec-left .list-logo .logo.logo-1 {
    margin-right: 30px;
  }
}
@media (max-width: 414px) {
  .header.index-new .header-content .sec-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
  }
}
.header.index-new .header-content .sec-right .main-menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.index-new .header-content .sec-right .main-menu-1 li .title-menu {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li
  .title-menu:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  border-radius: 2px;
  background: transparent;
}
.header.index-new .header-content .sec-right .main-menu-1 li .title-menu:hover {
  color: #cc2228;
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li
  .title-menu:hover:before {
  background: #cc2228;
  width: 100%;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li
  .title-menu.username {
  cursor: auto;
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li
  .title-menu.username:hover {
  color: #333;
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li
  .title-menu.username:hover:before {
  background: transparent;
}
@media (max-width: 414px) {
  .header.index-new .header-content .sec-right .main-menu-1 li .title-menu {
    padding: 15px 10px;
    font-size: 16px;
  }
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li.menu-active
  .title-menu {
  color: #cc2228;
  font-family: "SFD-Bold";
}
.header.index-new
  .header-content
  .sec-right
  .main-menu-1
  li.menu-active
  .title-menu:before {
  background: #cc2228;
  width: 100%;
}
@media (max-width: 414px) {
  .header.index-new .header-content .sec-right .main-menu-1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 414px) {
  .header.index-new .header-content {
    display: unset;
  }
}
@media (max-width: 768px) {
  .header.index-new {
    position: unset;
    padding: 0;
    height: 140px;
  }
}

.footer {
  color: #666;
  background-color: #1d1f2b;
}
.footer .sec-upper {
  padding: 50px 0 0px 0;
  color: #fff;
}
.footer .sec-upper .row {
  margin-bottom: 30px;
}
.footer .sec-upper .row > div .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "SFD-Bold";
  text-transform: uppercase;
}
.footer .sec-upper .row > div .list-branch li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .sec-upper .row > div .list-branch li .item .line.line-1 {
  margin-right: 5px;
}
.footer .sec-upper .row > div .list-branch li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .sec-upper .row > div .list-menu-ft li {
  margin-bottom: 5px;
}
.footer .sec-upper .row > div .list-menu-ft li a {
  color: #fff;
}
.footer .sec-upper .row.row-2 .logo {
  margin-bottom: 10px;
}
.footer .sec-upper .row.row-2 .logo .image {
  width: 184px;
}
.footer .sec-upper .row.row-2 .fanpage iframe {
  width: 100%;
  height: 200px;
}
.footer .sec-lower {
  text-align: center;
  padding: 15px 0;
  color: #e2e2e2;
  background-color: #171924;
}

.sec-top {
  padding: 50px 0;
  padding-top: 140px;
}
.sec-top .sec-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-top .sec-top-content .info .line {
  margin-bottom: 10px;
  font-family: "SFD-Bold";
  line-height: 1.5;
}
.sec-top .sec-top-content .info .line.line-1 {
  font-size: 30px;
}
.sec-top .sec-top-content .info .line.line-2,
.sec-top .sec-top-content .info .line.line-3 {
  font-size: 35px;
  color: #cc2228;
}
@media (max-width: 414px) {
  .sec-top .sec-top-content .info {
    text-align: center;
  }
}

.banner {
  padding: 75px 0;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .heading {
  font-size: 26px;
  font-family: "SFD-Bold";
}
.banner.banner-1 .banner-content {
  width: 50%;
}
@media (max-width: 1024px) {
  .banner.banner-1 .banner-content {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .banner.banner-1 .banner-content {
    width: 90%;
  }
}
.banner.banner-2 .thumb {
  margin-bottom: 30px;
}
.banner.banner-2 .thumb .image {
  height: 50px;
}
.banner.banner-2 .heading {
  margin-bottom: 15px;
}
.banner.banner-2 .sub-heading {
  font-size: 18px;
  margin-bottom: 15px;
}
.banner.banner-2 .box-readmore .readmore {
  color: #cc2228;
}
.banner.banner-2 .banner-content {
  width: 35%;
}
@media (max-width: 1024px) {
  .banner.banner-2 .banner-content {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .banner.banner-2 .banner-content {
    width: 90%;
  }
}

.intro {
  padding-bottom: 50px;
}
.intro .row > div .item .info {
  text-align: center;
}
.intro .row > div .item .info .text {
  font-size: 25px;
}
.intro .row > div .item .info .text .text-red {
  font-size: 25px;
  color: #cc2228;
  font-family: "SFD-Bold";
}

.sec-test {
  padding: 75px 0;
}
.sec-test .sec-test-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-test .sec-test-content .thumb .image {
  -webkit-box-shadow: 2px 2px 30px #ccc;
  box-shadow: 2px 2px 30px #ccc;
}
.sec-test .sec-test-content .info .title {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sec-test .sec-test-content .info .box-step {
  margin-bottom: 20px;
}
.sec-test .sec-test-content .info .box-step strong {
  font-size: 18px;
  font-family: "SFD-Bold";
}
.sec-test .sec-test-content .info .heading {
  font-size: 30px;
  font-family: "SFD-Bold";
  margin-bottom: 15px;
}
.sec-test .sec-test-content .info .sub-heading {
  font-size: 18px;
}
.sec-test .sec-test-content .info.pdl {
  padding-left: 100px;
}
.sec-test .sec-test-content .info.pdr {
  padding-right: 100px;
}

.list-target {
  padding: 50px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0f0f0),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#f0f0f0, #fff);
  background-image: -o-linear-gradient(#f0f0f0, #fff);
  background-image: linear-gradient(#f0f0f0, #fff);
}
.list-target .sec-head {
  margin-bottom: 20px;
  text-align: center;
}
.list-target .sec-head .heading {
  font-size: 30px;
  font-family: "SFD-Bold";
}
.list-target .sec-body .list-target-content .item .item-upper {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.list-target .sec-body .list-target-content .item .item-upper .line-1 {
  font-size: 43px;
  font-family: "SFD-Black";
  color: #fff;
  background-image: url("../images/index-new/bg-list-target.jpg");
  padding: 9px 0;
}
.list-target .sec-body .list-target-content .item .item-upper .line-2 {
  font-size: 30px;
  font-family: "SFD-Black";
  color: #cc2228;
  background-color: #e2e2e2;
  padding: 15px 0;
}
.list-target .sec-body .list-target-content .item .thumb {
  margin-bottom: 10px;
}
.list-target .sec-body .list-target-content .item .item-lower .title {
  margin-bottom: 5px;
}
.list-target .sec-body .list-target-content .item .item-lower .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "SFD-Bold";
  font-size: 20px;
  color: #262626;
}
.list-target .sec-body .list-target-content .item .item-lower .text a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #262626;
}

@media (min-width: 768px) {
  header {
    -webkit-box-shadow: 1px 1px 6px #999;
    box-shadow: 1px 1px 6px #999;
  }
  header .logo {
    margin-top: 20px;
  }
  header .logo img {
    width: 290px;
  }
  header .menu {
    margin-top: 54px;
    text-align: right;
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .main_content {
    padding-top: 45px;
  }
  header {
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding-top: 7px;
    -webkit-box-shadow: 1px 1px 6px #999;
    box-shadow: 1px 1px 6px #999;
  }
  header .logo {
    text-align: center;
  }
  header .logo img {
    height: 35px;
  }
  header .mobile_icon {
    font-size: 20px;
    cursor: pointer;
  }
  header .menu {
    display: none;
    background: #efefef;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 46px;
    bottom: 0;
    padding-top: 20px;
  }
  header .menu a {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .homepage .section_3 .desc {
    font-size: 20px;
    margin-top: 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .homepage .section_7 .item {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199.98px) {
  .homepage .section_1 {
    margin-top: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .homepage .section_1 h1,
  .homepage .section_1 h2 {
    font-size: 50px;
  }
  .homepage .section_2 .video {
    position: relative !important;
    margin-bottom: 15px;
  }
  .homepage .section_2 .about_event {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .homepage .section_2 .about_event .title {
    font-size: 50px;
    margin-bottom: 0;
  }
  .homepage .section_3 .img {
    padding: 15px;
  }
  .homepage .section_3 .img img,
  .homepage .section_3 .img object {
    max-width: 100%;
  }
  .homepage .section_3 .desc {
    font-size: 20px;
    margin-top: 0;
  }
  .homepage .section_6 .register {
    margin-bottom: 20px;
    padding: 30px;
  }
  .homepage .section_6 .register .title {
    font-size: 50px;
  }
  .homepage .section_6 .register .title span {
    display: inline-block;
  }
  .homepage .section_6 .register .desc {
    max-width: none;
  }
  .homepage .section_6 .form_reg {
    position: relative !important;
    max-width: none;
  }
  .homepage .section_4 .info {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .homepage .section_4 .info .item {
    margin-bottom: 20px;
  }
  .homepage .section_4 .info .item .title_big {
    font-size: 50px;
  }
  .homepage .section_4 .info .item .title_medium {
    font-size: 30px;
  }
  .homepage .section_4 .item {
    margin-bottom: 30px;
  }
  .homepage .section_7 .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .homepage .section_7 .img {
    margin-bottom: 10px;
  }
  .homepage .section_7 .target {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .homepage .section_7 .name {
    font-size: 18px;
    font-weight: normal;
  }
  .homepage .section_2,
  .homepage .section_3,
  .homepage .section_4,
  .homepage .section_5,
  .homepage .section_6 {
    margin-bottom: 30px;
  }
  .homepage .button_link,
  .homepage .section_1 .join_now {
    padding: 10px 25px;
    font-size: 18px;
  }
  #footer .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .branch .title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .homepage .section_2 .about_event {
    padding-left: 375px;
  }
}

@media (max-width: 991.98px) {
  .homepage .section_1 {
    background: url("../images/bg.jpg");
  }
  .homepage .section_5 {
    padding-top: 0;
  }
  .rank h1.title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .rank h1 span {
    color: #cc2228;
    display: inline-block;
  }
  .rank .your_rank {
    font-size: 22px;
  }
  .rank .info {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .menu {
    margin-top: 35px;
  }
  header .menu a {
    font-size: 18px;
    margin-right: 15px;
  }
}

/* 02/06 */
.com-request {
  padding: 50px 0;
}
.com-request-content {
}
.com-request-content .com-head {
  margin-bottom: 35px;
}
.com-request-content .com-head .heading {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.com-request-content .com-body {
}
.com-request-content .com-body .item {
}
.com-request-content .com-body .item .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.com-request-content .com-body .item .item-content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.com-request-content .com-body .item .item-content .item-icon {
  margin-right: 15px;
  width: 33px;
  height: 33px;
}
.com-request-content .com-body .item .item-content .item-icon img {
}
.com-request-content .com-body .item .item-content .item-desc {
}
.footer .sec-upper .row > div .list-menu-ft li a,
.footer .sec-upper .row > div .list-branch li .item .line{
  font-size: 14px;
}
.mb30{
  margin-bottom: 30px;
}