@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@font-face {
  font-family: 'ROGFontsv';
  src: url('../fonts/ROGFontsv1.5-Regular.otf');
  src: url('../fonts/ROGFontsv1.5-Regular.otf') format('embedded-opentype'));
  src: url("../fonts/ROG-Fonts-v1.6.1.ttf") format("opentype"), url("../fonts/ROGFontsv1.5-Regular.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Xolonium';
  src: url('../fonts/xolonium-Regular.otf');
  src: url('../fonts/xolonium-Regular.otf') format('embedded-opentype'));
  src: url("../fonts/xolonium-Regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
  font-weight: normal;
  font-style: normal;
}

/*basic*/

html,
body#hd {
  margin: 0;
  height: 100%!important;
  background-color: #000;
  color: #FFF;
}

/*RWD import*/

#hd svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd {
  background: black;
}
::selection {
  background: #1d2124;
  color: #CE0000;
}
::-moz-selection {
  background: #1d2124;
  color: #ffffff;
}
#hd * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}

/*offline fix*/

#overview #hd img {
  max-width: 100%;
}
#hd img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
#hd a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  display: block;
  text-decoration: none;
  color: #c20000;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hd a:hover {
  text-decoration: none;
  /*    color: #009edf;*/
  opacity: .5;
}
#hd i {
  margin-right: 10px;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd h5,
#hd h6 {
  font-family: "Xolonium", sans-serif;
  color: #FFF;
  line-height: 1.4rem;
  margin: 0;
  font-weight: normal;
}
#hd h6 {
  font-size: 1em;
}
#hd p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 20px;
  color: #FFF;
}
#hd b {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#hd small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.275rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}
#hd ul {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
#hd ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  color: #FFF;
}
#hd .nav ul li {
  display: inline-block;
  color: #767676;
  /*    width: 115px;*/
  padding: 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  position: relative;
  text-align: left;
}
#hd .nav ul li:hover {
  color: #009edf;
}
#hd input:focus,
#hd .hd-button:focus {
  outline: 0;
}
#hd .hd-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#hd figure {
  margin: 0;
}
.mobile-form-x {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#owl-hd .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 48%;
}
#hd .row {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
#hd .fleft {
  float: left;
}
#hd .fright {
  float: right;
}
#hd .ib {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
#hd .ib.vertical-mid {
  vertical-align: middle;
}
#hd .dleft {
  direction: ltr;
}
#hd .dright {
  direction: rtl;
}
#hd .col-10 {
  width: 10%;
  padding: 0 20px;
}
#hd .col-20 {
  width: 20%;
  padding: 0 20px;
}
#hd .col-25 {
  width: 25%;
  padding: 0 20px;
}
#hd .col-30 {
  width: 30%;
  padding: 0 20px;
}
#hd .col-33 {
  width: 33%;
  padding: 0 20px;
}
#hd .col-40 {
  width: 40%;
  padding: 0 20px;
}
#hd .col-45 {
  width: 45%;
  padding: 0 20px;
}
#hd .col-50 {
  width: 50%;
  padding: 0 20px;
}
#hd .col-55 {
  width: 55%;
  padding: 0 20px;
}
#hd .col-60 {
  width: 60%;
  padding: 0 20px;
}
#hd .col-65 {
  width: 65%;
  padding: 0 20px;
}
#hd .col-70 {
  width: 70%;
  padding: 0 20px;
}
#hd .col-80 {
  width: 80%;
  padding: 0 20px;
}
#hd .col-90 {
  width: 90%;
  padding: 0 20px;
}
#hd .col-100 {
  width: 100%;
  padding: 0 20px;
}
#hd p.hd-skewtag {
  font-family: "Xolonium", sans-serif;
  font-size: 1.313rem;
  font-weight: 400;
  position: relative;
  line-height: 46px;
  min-width: 200px;
  text-align: center;
  z-index: 2;
}
#hd h3.hd-skewtag {
  font-family: "Xolonium", sans-serif;
  font-size: 1.5rem;
  position: relative;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 2;
}
#hd .hd-skewtag:before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(340deg);
  -moz-transform: skewX(340deg);
  -ms-transform: skewX(340deg);
  -o-transform: skewX(340deg);
  transform: skewX(340deg);
  border: 2px solid #c20000;
  z-index: 0;
}
#hd .hd-list-dot li {
  padding-left: 15px;
  position: relative;
}
#hd .hd-list-dot li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 9px;
}
#hd .hd-bg {
  background: left 0% no-repeat;
}
#hd .hd-bgflip {
  background: left 0% no-repeat;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#hd .hd-bgflip .content-w1000,
#hd .hd-bgflip .content-w1200,
#hd .hd-bgflip .content-w1300,
#hd .hd-bgflip .content-w1400 {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#hd .hd-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
#hd a.hd-link {
  color: #C50012;
  text-decoration: underline;
  font-weight: 400;
  display: initial;
}
#hd a.hd-link:hover {
  color: white;
  opacity: 1;
}

/*++++++++++++++++++++++public+++++++++++++++++++++++++*/


/* Block Style */


/*mobile-on*/

#hd .hd-768on,
#hd .hd-950on,
#hd .hd-1024on,
#hd .hd-1280on {
  display: none;
}
#hd .hd-in1024off {
  display: inline-block;
}
#hd .content-w480 {
  max-width: 480px;
  margin: 0 auto;
}
#hd .content-w540 {
  max-width: 540px;
  margin: 0 auto;
}
#hd .content-w1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#hd .content-w740 {
  max-width: 740px;
  margin: 0 auto;
}
#hd .content-w1000 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#hd .content-w1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .content-w1300 {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
#hd .content-w1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
#hd .font-center {
  text-align: center;
}
#hd section h1.content,
#hd section h3.content,
#hd section h4.content,
#hd section p.content {
  padding-left: 40px;
  padding-right: 40px;
}
#hd iframe {
  width: 100%;
  max-width: 100%;
  border: none;
}
#hd iframe.rwd-video {
  height: 625px;
}
#hd input[type="checkbox"].custom-check+.custom-label:before {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#hd [class^="ti-"],
[class*=" ti-"] {
  font-size: 2em;
  color: #009edf;
  vertical-align: middle;
}
#hd section p.secondary-tittle {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.style-underline {
  position: relative;
}
#hd h3.sub-title {
  font-family: "Xolonium", sans-serif;
  font-size: 1.688rem;
  color: #808080;
  line-height: 2rem;
  padding: 0;
  padding-bottom: 25px;
  text-transform: uppercase;
}
#hd h4.sub-title {
  font-family: "Xolonium", sans-serif;
  font-size: 1.5rem;
  color: #a5a5a5;
  line-height: 1.75rem;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
#hd h3.sub-title.txt_red,
#hd h4.sub-title.txt_red {
  color: #c20000;
}
#hd .first-title {
  font-family: 'xolonium', sans-serif;
  text-transform: uppercase;
  /*font-family: 'ROGFontsv', sans-serif;*/
  font-size: 2.25rem;
  /*font-size: 4rem;*/
  color: #c20000;
  line-height: 2.25rem;
  padding: 0;
  text-align: left;
  padding-bottom: 40px;
}
#hd h1.first-title {
  font-family: 'ROGFontsv', sans-serif;
  font-size: 4.938rem;
  color: #c20000;
  line-height: 80px;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#hd h4.first-title span {
  font-size: 5.188rem;
}
#hd h3.first-title span {
  font-size: 3rem;
}
#hd h5.first-title {
  font-family: 'ROGFontsv', sans-serif;
  font-size: 3.75rem;
  color: #c20000;
  line-height: 2.5rem;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#hd .txt_gray,
#hd .first-title.txt_gray {
  color: #808080;
}
#hd .txt_red {
  color: #c20000;
}
#hd .txt_white,
#hd h4.txt_white {
  color: #FFF;
}
#hd .txt_decoline {
  background: url('../img/deco-line.png') right bottom no-repeat;
}

/*+++++++++++++++++++++++END-section-nav+++++++++++++++++++++++++++++++++*/


/* ---------- hd-sec-areion ---------- */

#hd .hd-sec-areion {
  padding-bottom: 250px;
}
#hd .hd-sec-areion .col-70 {
  position: absolute;
}
#hd .hd-sec-areion .col-70 img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 100%;
  max-width: none;
}
#hd .hd-sec-areion .col-50 {
  margin-top: 18%;
}
#hd .hd-sec-areion .col-50 p {
  padding-right: 25px;
}
#hd .hd-sec-areion h1.first-title {
  text-align: left;
}
#hd .hd-sec-areion .col-50 img {
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

/* ---------- hd-sec-spec ---------- */

#hd .hd-sec-spec {
  padding-bottom: 60px;
}
#hd .hd-sec-spec .spec {
  width: auto;
  height: 560px;
  margin: 0 auto;
  padding: 20px;
}
#hd .hd-sec-spec .spec-num {
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #c20000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#hd .hd-sec-spec ul img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#hd .hd-sec-spec ul {
  text-align: left;
  padding: 0 20px;
  display: block;
  width: 470px;
  height: 100%;
  position: absolute;
}
#hd .hd-sec-spec p {
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
#hd .hd-sec-spec .spec-left {
  top: 0;
  left: 0;
}
#hd .hd-sec-spec .spec-right {
  top: 0;
  right: 6%;
}
#hd .hd-sec-spec ul li {
  position: absolute;
  letter-spacing: initial;
}
#hd .hd-sec-spec b {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
#hd .hd-sec-spec .spec-left li:nth-child(1) {
  top: 166px;
}
#hd .hd-sec-spec .spec-left li:nth-child(2) {
  top: 320px;
  width: 300px;
}
#hd .hd-sec-spec .spec-right li:nth-child(1) {
  top: 15px;
  width: 190px;
  right: 0;
}
#hd .hd-sec-spec .spec-right li:nth-child(2) {
  top: 194px;
  width: 190px;
  right: 0;
}
#hd .hd-sec-spec .spec-right li:nth-child(3) {
  top: 402px;
  right: 0;
}

/* ---------- hd-sec-superfast ---------- */

#hd .hd-sec-superfast .content-w1300 {
  background: url(../img/03-bg.jpg) center 19% no-repeat;
  padding: 220px 50px 0;
  background-size: cover;
  margin-top: -150px;
  z-index: -2;
}
#hd .hd-sec-superfast>img {
  position: absolute;
  width: 70%;
  top: -48%;
  left: 15%;
  z-index: -1;
}
#hd .hd-sec-superfast .col-100 {
  max-width: 580px;
}
#hd .hd-sec-superfast .col-70 {
  padding: 0 20px 0 23%;
}
#hd .hd-sec-superfast .col-70 p {
  position: relative;
}
#hd .hd-sec-superfast .col-70 p:before {
  content: "";
  position: absolute;
  right: 105%;
  width: 100px;
  height: 100px;
  top: -42px;
  background: url(../img/03-quote.png) no-repeat;
}

/* ---------- hd-sec-upgrade ---------- */

#hd .hd-sec-upgrade {
  padding-top: 50px;
  padding-bottom: 150px;
}
#hd .hd-sec-upgrade .col-60 {
  position: absolute;
}
#hd .hd-sec-upgrade .col-60 img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 100%;
  max-width: none;
}
#hd .hd-sec-upgrade .col-50 {
  padding-right: 50px;
  margin-top: 10%;
}
#hd .hd-sec-upgrade .col-50 img {
  display: block;
  margin-left: auto;
  margin-right: 50px;
}
#hd .hd-sec-upgrade .hd-skewtag {
  width: 470px;
}
#hd .hd-sec-upgrade table {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-collapse:collapse;
}
#hd .hd-sec-upgrade table tr:nth-child(odd) {
  background-color: rgba(194, 0, 0, .25);
}
#hd .hd-sec-upgrade table th {
  font-family: "Xolonium", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6rem;
  background-color: rgba(194, 0, 0, .8);
  color: #fff;
  border: 1px solid #c20000;
}
#hd .hd-sec-upgrade table td {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
  border-right: 1px solid #c20000;
  border-left: 1px solid #c20000;
}
#hd .hd-sec-upgrade table td:first-child {
  color: #c20000;
}
#hd .hd-sec-upgrade table td:last-child {
  color: #fff;
}
#hd .hd-sec-upgrade table tr:last-child td {
  border-bottom: 1px solid #c20000;
}


/* ---------- hd-sec-stylish ---------- */

#hd .hd-sec-stylish {
  padding-bottom: 50px;
}

/* ---------- hd-sec-checklan ---------- */

#hd .hd-sec-checklan {
  padding-bottom: 200px;
}
#hd .hd-sec-checklan .col-70 {
  position: absolute;
}
#hd .hd-sec-checklan .col-70 img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: 100%;
  max-width: none;
}
#hd .hd-sec-checklan .col-40 {
  margin-top: 13%;
}
#hd .hd-sec-checklan .col-40 img {
  display: block;
  margin-left: auto;
  margin-right: 50px;
}
