@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
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, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

body {
  min-width: 1200px;
  line-height: 1.5;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.container {
  margin: 0 auto;
  max-width: 1210px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}

.main-bg {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: url("../images/bg-speed.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.main-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.6); */
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .main-bg {
    height: 100%;
  }
}

main header {
  width: 100%;
  z-index: 999;
  position: relative;
}

main header .header-logo {
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  main header .header-logo {
    padding: 2rem 1rem 1rem;
  }
}

main header .header-logo img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  main header .header-logo img {
    width: 60%;
  }
}

main .space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .main-cnt {
  padding-top: 3%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  main .main-cnt {
    padding-top: 2%;
  }
}

main h1 {
  font-size: 3rem;
  color: #fff;
  padding: 30px 0 50px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main h1 {
    font-size: 2rem;
    padding: 20px 0 30px 0;
  }
}

main #list-domain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-radius: 10px;
    padding: 0 10px;
    /* background: rgba(84, 84, 84, 0.5); */
    margin-bottom: 20px;
}







main .sp-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .sp-area .sp-item {
  width: 50px;
  cursor: pointer;
  margin: .5rem 1rem;
  padding: 10px 15px;
  border-radius: 4px;
}
main .sp-area .sp-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

main .sp-area .sp-item span,
main .sp-area .sp-item img {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .9rem;
  color: #fff;
}

main .sp-area .sp-item span {
  margin-top: .2rem;
}

main .dl-app {
  text-align: center;
  color: #fff;
  margin: 1rem 0 .5rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}

main .mobile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .mobile-area .mobile-item {
  width: 150px;
  cursor: pointer;
  margin: .5rem 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

main .mobile-area .mobile-item span,
main .mobile-area .mobile-item img {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .9rem;
  color: #fff;
  border-radius: 5px;
}

main .mobile-area .mobile-item span {
  margin-top: .2rem;
}

main .domain-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 30%;
  height: 85px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(28, 32, 38, 0.502);
  /* border-radius: 3.5rem; */
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  text-align: center;
  /* padding: .5rem .8rem; */
  margin: 1rem .5% 1rem;
  transform: skew(-10deg);
  border-left: 4px solid red;
}

main .domain-item:hover {
  background: red;
}

main .domain-item:hover .domain-idx {
  background: rgba(28, 32, 38, 0.302);
}

/* main .domain-item:hover .domain-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  text-decoration: none;
  padding: .2rem 1rem .2rem .5rem;
  background: red;
  transform: skew(-10deg);
} */

/* main .domain-item:hover .domain-link div {
  width: 10%;
  position: absolute;
  bottom: 37%;
  right: .3rem;
  background: #000;
}

main .domain-item:hover .domain-link div:first-child {
  top: 37%;
} */

/* main .domain-item:hover .domain-link:before {
  content: "Truy cập";
  font-size: .7rem;
  color: #000;
  transform: skew(10deg);
} */

@media screen and (max-width: 768px) {
  main .domain-item {
    width: 100%;
  }
}

main .domain-item span {
  line-height: 1;
}

main .domain-item .domain-idx {
  width: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1c2026;
  transform: skew(0);
}

.domain-idx, .domain-info, .domain-link {
  transform: skew(10deg);
}

@media screen and (max-width: 768px) {
  main .domain-item .domain-idx {
    width: 60px;
    /* height: 60px; */
  }
}

main .domain-item .domain-idx span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  margin: auto;
  transform: skew(10deg);
}

main .domain-item .domain-info {
  width: 50%;
  color: #fff;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  main .domain-item .domain-info {
    width: 45%;
  }
}

main .domain-item .domain-info > span {
  display: block;
  text-align: left;
  line-height: 1.4rem;
}

main .domain-item .domain-info > span:nth-child(1) {
  font-size: .9rem;
}

main .domain-item .domain-info > span:nth-child(2) {
  font-size: 1.5rem;
}

main .domain-item .domain-info > span:nth-child(3) {
  font-size: .8rem;
  display: flex;
  margin-top: 4px;
}

/* main .domain-item .domain-info > span.ms > span.status {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: green;
} */

.status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  border: 2px solid red;
  display: block;
  margin-right: 5px;
}

.status:before {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 1px;
  left: 1px;
}

.status.good {
  border: 2px solid #49ff00;
}

.status.good:before {
  background: #49ff00;
}

.status.moderate {
  border: 2px solid #00ffff;
}

.status.moderate:before {
  background: #00ffff;
}

.status.poor {
  border: 2px solid #ff00ff;
}

.status.poor:before {
  background: #ff00ff;
}

.status.error {
  border: 2px solid red;
}

.status.error:before {
  background: red;
}

.status-list {
  color: #FFF;
}

.status-list ul {
  list-style: none;
  display: flex;
  justify-content: center;
  /* justify-content: space-between;
  width: 250px;
  margin: auto; */
}

.status-list ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.status-list ul li .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin-right: 3px;
}

.status-list ul li .dot.good {
  background: #49ff00;
}

.status-list ul li .dot.moderate {
  background: #00ffff;
}

.status-list ul li .dot.poor {
  background: #ff00ff;
}

/* main .domain-item .domain-info > span.ms > span.status:after {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: white;
} */

main .domain-item .domain-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 15px;
  height: 15px;
  background: #1c2026;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: .2rem;
  margin: auto;
}

main .domain-item .domain-link div {
  width: 75%;
  height: 2px;
  background: red;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

main .domain-item .domain-link div:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main .btn-test {
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  main .btn-test {
    padding-top: 25px;
  }
}

main .btn-test button {
  width: 200px;
  padding: 10px 0;
  font-size: 1.2rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f15a29), to(#cc212b));
  background: -webkit-linear-gradient(#f15a29, #cc212b);
  background: linear-gradient(#f15a29, #cc212b);
  border-radius: 3px;
  border-bottom: 3px solid #ff3333;
}

.speed-4 {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2) !important;
  pointer-events: none;
}

.speed-4 .domain-link {
  position: relative;
  border: 2px solid transparent !important;
  background: rgba(234, 70, 35, 0.8);
}

.speed-4 .domain-link div {
  position: absolute;
  width: 80%;
  height: 2px;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.speed-4 .domain-link div:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.speed-2 .progress-circle .outer .half {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8359), to(#ffdb41)) !important;
  background: -webkit-linear-gradient(#ff8359, #ffdb41) !important;
  background: linear-gradient(#ff8359, #ffdb41) !important;
}

.speed-3 .progress-circle .outer .half {
  background: -webkit-gradient(linear, left top, left bottom, from(#be1e2d), to(#f15a29)) !important;
  background: -webkit-linear-gradient(#be1e2d, #f15a29) !important;
  background: linear-gradient(#be1e2d, #f15a29) !important;
}

.goal-tracker__content {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 500;
}

.goal-tracker__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.goal-tracker__goal {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.1;
}

.goal-tracker__val {
  font-weight: normal;
}

.goal-tracker__val,
.goal-tracker__signed {
  display: block;
}

span.goal-tracker__signed {
  margin-top: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}

b.goal-tracker__signed {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.progress-circle {
  border-radius: 50%;
  display: inline-block;
  width: 11em;
  height: 11em;
  overflow: hidden;
  position: relative;
  z-index: auto;
}

@media screen and (max-width: 768px) {
  .progress-circle {
    width: 5em;
    height: 5em;
  }
}

.progress-circle .outer {
  background: #84848a;
  width: 11em;
  height: 11em;
  overflow: hidden;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .progress-circle .outer {
    width: 5em;
    height: 5em;
  }
}

.progress-circle .outer .mask {
  background: #84848a;
  border-radius: 5.5em 0 0 5.5em;
  position: absolute;
  width: 5.5em;
  height: 11em;
  top: 0;
  left: 0;
  z-index: 120;
}

@media screen and (max-width: 768px) {
  .progress-circle .outer .mask {
    border-radius: 2.5em 0 0 2.5em;
    width: 2.5em;
    height: 5em;
  }
}

.progress-circle .outer .half {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 11em;
  position: absolute;
  width: 5.5em;
  height: 11em;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7e848), to(#5cff59));
  background: -webkit-linear-gradient(#d7e848, #5cff59);
  background: linear-gradient(#d7e848, #5cff59);
}

@media screen and (max-width: 768px) {
  .progress-circle .outer .half {
    height: 5em;
    width: 2.5em;
    height: 5em;
  }
}

.progress-circle .outer .half.spinner {
  border-radius: 0 5.5em 5.5em 0;
  right: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 110;
}

@media screen and (max-width: 768px) {
  .progress-circle .outer .half.spinner {
    border-radius: 0 2.5em 2.5em 0;
  }
}

.progress-circle .outer .half.filler {
  border-radius: 5.5em 0 0 5.5em;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 130;
}

@media screen and (max-width: 768px) {
  .progress-circle .outer .half.filler {
    border-radius: 2.5em 0 0 2.5em;
  }
}

.progress-circle .inner {
  -webkit-box-shadow: 0 0 0.5em rgba(248, 141, 141, 0.08);
          box-shadow: 0 0 0.5em rgba(248, 141, 141, 0.08);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 9.16667em;
  height: 9.16667em;
  z-index: 300;
  background: #373842;
}

@media screen and (max-width: 768px) {
  .progress-circle .inner {
    width: 4.16667em;
    height: 4.16667em;
  }
}

.progress-circle .shadow {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.17) inset;
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.17) inset;
  display: inline-block;
  width: 11em;
  height: 11em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .progress-circle .shadow {
    width: 5em;
    height: 5em;
  }
}

.progress-circle .inner,
.progress-circle .outer {
  display: inline-block;
  border-radius: 50%;
}
.title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .header-logo {
    text-align: center;
    width: 100%;
  }
  main .domain-item {
    height: 65px;
  }
  main .domain-item .domain-info > span:nth-child(1) {
    font-size: .75rem;
  }
  main .domain-item .domain-info > span:nth-child(2) {
    font-size: 1.2rem;
  }
  main .domain-item .domain-info > span:nth-child(3) {
    font-size: .7rem;
    margin-top: 0;
  }
  .status {
    width: 8px;
    height: 8px;
  }
  .status:before {
    width: 6px;
    height: 6px;
  }
}

.fastlink {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.fastlink img {
  max-height: 100px;
}

.fastenter {
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 4px;
  padding: 1rem;
  border-radius: 6px;
}

.fastenter:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.fastenter .subtitle {
  color: #ffd702;
}

.fastenter:hover div {
  color: #f4f401;
}

.header-logo img {
  min-width: 330px;
}

@media screen and (max-width: 768px) {

  main .space-between {
    flex-direction: column;
  }

  .fastlink {
    border: 1px solid #fec91c;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #03282c70;
  }
}


.copy {
  cursor: pointer;
  display: flex;
  font-size: .9rem;
}

.copy img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.popup {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 20000;
}