@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 {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1210px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .container {
    width: -webkit-fill-available !important;
    margin: 0 auto;
  }
}

.main-bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url("../images/bg-speed.jpg") 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: 80%;
}

@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 .wrap-list-domain {
    flex-direction: column;
  }

  main .list-domain {
    width: -webkit-fill-available !important;
    margin-right: 0 !important;
  }
  main .list-domain:first-child {
    margin-bottom: 20px;
  }
}

main .wrap-list-domain {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

main .list-domain {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px 10px 0;
  background: rgba(84, 84, 84, 0.5);
}

main .list-domain .title-domain {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 8px;
  text-align: center;
}

main .list-domain:first-child {
  margin-right: 20px;
}

main .list-domain .list-domain-child {
  width: -webkit-fill-available;
}

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: 0.5rem 1rem;
  padding: 10px 15px;
  border: 1px solid #f77d07;
  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: 0.9rem;
  color: #fff;
}

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

main .dl-app {
  text-align: center;
  color: #fff;
  margin: 1rem 0 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: 0.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: 0.9rem;
  color: #fff;
  border-radius: 5px;
}

main .mobile-area .mobile-item span {
  margin-top: 0.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: -webkit-fill-available;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #1c2026;
  border-radius: 3.5rem;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  text-align: center;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  main .domain-item {
    height: 60px;
    padding: 0.5rem !important;
  }
}

main .domain-item:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 8px rgba(255, 124, 2, 0.5);
  box-shadow: 0 0 8px rgba(255, 124, 2, 0.5);
}

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;
  white-space: nowrap;
  border-radius: 2rem;
  border: none;
  text-decoration: none;
  padding: 0.2rem 1rem 0.2rem 0.5rem;
  background: -webkit-linear-gradient(
    to bottom,
    #ff7c02 0%,
    #ff860d 47%,
    #ffcb52 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff7c02),
    color-stop(47%, #ff860d),
    to(#ffcb52)
  );
  background: -webkit-linear-gradient(
    top,
    #ff7c02 0%,
    #ff860d 47%,
    #ffcb52 100%
  );
  background: linear-gradient(to bottom, #ff7c02 0%, #ff860d 47%, #ffcb52 100%);
}

main .domain-item:hover .domain-link div {
  width: 10%;
  position: absolute;
  bottom: 37%;
  right: 0.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: 0.7rem;
  color: #000;
}

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

main .domain-item .domain-idx {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: -webkit-linear-gradient(
    to bottom,
    #ff7c02 0%,
    #ff860d 47%,
    #ffcb52 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff7c02),
    color-stop(47%, #ff860d),
    to(#ffcb52)
  );
  background: -webkit-linear-gradient(
    top,
    #ff7c02 0%,
    #ff860d 47%,
    #ffcb52 100%
  );
  background: linear-gradient(to bottom, #ff7c02 0%, #ff860d 47%, #ffcb52 100%);
}

@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: 90%;
  height: 90%;
  border-radius: 50%;
  background: #1c2026;
  font-size: 2rem;
  color: #fff;
  margin: auto;
}

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

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

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: 0.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: 0.8rem;
  color: rgba(255, 255, 255, 0.2);
}

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;
  border-radius: 50%;
  border: 2px solid #ff7c02;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.2rem;
  margin: auto;
}

main .domain-item .domain-link div {
  width: 75%;
  height: 2px;
  background: #ff7c02;
  -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;
}
