@font-face {
  font-family: 'Futura Book';
  src: url("../font/Futura Book font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Heavy';
  src: url("../font/Futura Heavy font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Light';
  src: url("../font/futura light bt.ttf") format("truetype");
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.text-orange {
  color: #ff7f00;
}

.text-red {
  color: #fe0000;
}

.text-green {
  color: #1dac56;
}
.fz20 {
  font-size: 20px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.75rem auto;
  }
}

@font-face {
  font-family: 'Futura Book';
  src: url("../font/Futura Book font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Heavy';
  src: url("../font/Futura Heavy font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Light';
  src: url("../font/futura light bt.ttf") format("truetype");
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
  .modal-xl {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
  .modal-xl {
    max-width: 1200px;
  }
}

.text-orange {
  color: #ff7f00;
}

.text-red {
  color: #fe0000;
}

.text-green {
  color: #1dac56;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.75rem auto;
  }
}

.label-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.label-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #959595;
  border-radius: 3px;
}


/* When the checkbox is checked, add a blue background */
.label-checkbox input:checked ~ .checkmark {
  background-color: #28a745;
}

/* Create the checkmark/indicator (hidden when not checked) */
.label-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.re-style-select-phone {
  position: relative;
}

.re-style-select-phone .input-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 22;
}

.re-style-select-phone .chosen-container .chosen-drop {
  top: auto;
  bottom: 100%;
}

.re-style-select-phone .chosen-container-single .chosen-single {
  width: 50%;
  border: 1px solid #959595;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  height: 35px;
}

.btn-orange {
  min-width: 200px;
  min-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ff7f00;
  border: none;
  display: inline-block;
  padding: 10px 0;
  border-radius: 5px;
  font-family: 'Futura Heavy';
}

.btn-orange:hover {
  color: #fff;
}

.btn-green {
  color: #fff;
  background: #1dac56;
  border: none;
  padding: 10px 0;
  font-family: 'Futura Heavy';
  display: block;
  text-align: center;
  font-size: 16px;
}

.btn-green:hover {
  color: #fff;
}

.btn-red {
  color: #fff;
  background: #fe0000;
  border: none;
  padding: 10px 0;
  font-family: 'Futura Heavy';
  text-align: center;
  min-width: 170px;
  display: inline-block;
}

.btn-red:hover {
  color: #fff;
}

.checkbox-style input:checked+span.icon-round {
  background-image: url("../../images/icon/checked.png");
}

.checkbox-style.checkbox-style-square span.icon-round {
  background-image: url("../../images/icon/check_square.png");
}

.checkbox-style.checkbox-style-square input:checked+span.icon-round {
  background-image: url("../../images/icon/checked_square.png");
}

.action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.action-btns .btn-publish {
  background: #ff7f00;
  color: #fff !important;
  border: none;
  padding: 7px 10px;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  height: 30px;
  cursor: pointer;
}

.action-btns .btn-delete {
  background: #fe0000;
  color: #fff !important;
  border: none;
  padding: 7px 10px;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  height: 30px;
  cursor: pointer;
}

.action-btns .btn-select,
.action-btns .btn-edit {
  background: #ebebeb;
  color: #000000;
  border: 1px solid #959595;
  padding: 5px 10px;
  line-height: 1;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.action-btns .fa {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .pagination-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pagination-style .gotopage {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

@font-face {
  font-family: 'Futura Book';
  src: url("../font/Futura Book font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Heavy';
  src: url("../font/Futura Heavy font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Light';
  src: url("../font/futura light bt.ttf") format("truetype");
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.text-orange {
  color: #ff7f00;
}

.text-red {
  color: #fe0000;
}

.text-green {
  color: #1dac56;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.75rem auto;
  }
}

.frac {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: 0.001em;
  text-align: center;
  margin: 0;
}

.frac sub,
.frac sup {
  top: auto;
  font-size: 100%;
  line-height: 1;
  display: block;
  padding: 0 0.1em;
}
.frac sup {
  line-height: 1;
}
.frac sub {
  border-top: thin solid black;
  margin-top: -3px;
  padding-top: 3px;
}
.frac sub sub,
.frac sup sub {
  border: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
  display: inline-block;
}
.frac .bar {
  display: none;
}

.show-answer-correct {
  color: #39b54a;
  background: #e8ffed;
  border: 1px solid #39b54a;
  padding: 10px;
  font-weight: bold;
  margin: 30px 0;
}

.span_tag {
  padding: 3px 5px;
  background-color: #b1b1b2;
  border-radius: 4px;
  color: #fff;
}

.disabled {
  cursor: not-allowed;
}

.navigation {
  margin: 30px 0;
}

.navigation .page-link {
  padding: 0.5rem 1rem;
  border: none;
  color: #000000;
}

.navigation .page-item.active .page-link {
  background: #ff7f00;
  border-color: #ff7f00;
}

.list-style-decimal,
.list-style-number {
  counter-reset: number;
  padding-left: 0px;
}

.list-style-decimal li,
.list-style-number li {
  line-height: 25px;
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.list-style-decimal li:before,
.list-style-number li:before {
  content: "(" counter(number) ") ";
  counter-increment: number;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0px;
  /* font-size: 14px; */
}

.list-style-alpha {
  counter-reset: list;
  padding-left: 0px;
}

.list-style-alpha li {
  line-height: 25px;
  list-style: none;
  position: relative;
  padding-left: 35px;
  counter-increment: list;
  margin-bottom: 10px;
}

.list-style-alpha li:before {
  content: "(" counter(list, lower-alpha) ") ";
  /*counter-increment: list;*/
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0px;
}

.none-style-alpha li:before {
  content: none;
}
.btn-close {
  text-align: center;
  color: #9a9a9a;
  font-size: 22px;
  font-weight: bold;
}

.time_allowed {
  padding-left: 3px;
  color: #050505;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
}

.btn-attemp {
  background-color: #fe0000;
  border-color: #fe0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  min-height: 30px;
  min-width: 81px;
  margin: 10px 0;
  line-height: 1;
}
a.btn-attemp {
  padding-top: 6px;
}

.text-center {
  text-align: center !important;
}
.btn-attemp:hover {
  color: #fff;
}

.coin-group {
  display: inline-block;
}

.coin-group img {
  width: 40px;
}

.coin-group .medal {
  position: relative;
  display: inline-block;
}

.coin-group .medal .number {
  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;
  position: absolute;
  left: 0;
  top: 0;
  height: 95%;
  width: 95%;
  font-weight: bold;
}

.coin-group .medal-gold {
  color: #e07f00;
}

.coin-group .medal-silver {
  color: #afafaf;
}

.coin-group .medal-bronze {
  color: #99582c;
}

.coin-group .medal-green {
  color: #599e00;
}

.coin-group .medal-violet {
  color: #7811b4;
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.social i {
  width: 30px;
  height: 30px;
  color: #FFF;
  margin-left: 10px;
  font-size: 22px;
  text-align: center;
  padding-top: 7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.social .fa-facebook {
  background: #4060A5;
}

.social .fa-whatsapp {
  background: #258D01;
}

.social .fa-twitter {
  background: #00ABE3;
}

.social .fa-pinterest {
  background: #cb2027;
}

.social .fa-ellipsis-h {
  background: #F93232;
}

.try-all-free {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.question-item {
  position: relative;
}

.content-qs {
  line-height: 30px;
  overflow: hidden;
  display: inline;
  /* font-size: 12pt; */
  font-size: 16px;
}

.sigma {
  margin-top: 20px;
  position: relative;
  width: 283px;
}

.sigma input {
  min-height: 50px;
  border: 1px solid #959595;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
}

.sigma .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  width: 35px;
  height: 50px;
  background: #959595;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .social {
    margin-top: 10px;
    width: 100%;
  }
  .social ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@font-face {
  font-family: 'Futura Book';
  src: url("../font/Futura Book font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Heavy';
  src: url("../font/Futura Heavy font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Light';
  src: url("../font/futura light bt.ttf") format("truetype");
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.text-orange {
  color: #ff7f00;
}

.text-red {
  color: #fe0000;
}

.text-green {
  color: #1dac56;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.75rem auto;
  }
}

@font-face {
  font-family: 'Futura Book';
  src: url("../font/Futura Book font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Heavy';
  src: url("../font/Futura Heavy font.ttf") format("truetype");
}

@font-face {
  font-family: 'Futura Light';
  src: url("../font/futura light bt.ttf") format("truetype");
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.text-orange {
  color: #ff7f00;
}

.text-red {
  color: #fe0000;
}

.text-green {
  color: #1dac56;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 3.75rem auto;
  }
}

.re-style-select-phone {
  position: relative;
}

.re-style-select-phone .input-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 22;
}

.re-style-select-phone .chosen-container .chosen-drop {
  top: auto;
  bottom: 100%;
}

.re-style-select-phone .chosen-container-single .chosen-single {
  width: 50%;
  border: 1px solid #959595;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  height: 35px;
}

.btn-orange {
  min-width: 200px;
  min-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ff7f00;
  border: none;
  display: inline-block;
  padding: 10px 0;
  border-radius: 5px;
  font-family: 'Futura Heavy';
}

.btn-orange:hover {
  color: #fff;
}

.btn-green {
  color: #fff;
  background: #1dac56;
  border: none;
  padding: 10px 0;
  font-family: 'Futura Heavy';
  display: block;
  text-align: center;
  font-size: 16px;
}

.btn-green:hover {
  color: #fff;
}

.btn-red {
  color: #fff;
  background: #fe0000;
  border: none;
  padding: 10px 0;
  font-family: 'Futura Heavy';
  text-align: center;
  min-width: 170px;
  display: inline-block;
}

.btn-red:hover {
  color: #fff;
}

.pagination-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  font-size: 16px;
  margin: 50px 0;
  position: relative;
}

.pagination-style .gotopage {
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-style .gotopage .btn-orange {
  min-width: 50px;
  min-width: 50px;
  min-height: 30px;
  padding: 0;
  margin-left: 10px;
}

.pagination-style .page-link {
  border: none;
  padding: 0.5rem 1rem;
}

.pagination-style-orange .page-link {
  color: #444444;
  margin: 0 5px;
}

.pagination-style-orange .page-item.active .page-link {
  color: #fff;
  background: #fe0000;
  font-family: 'Futura Heavy';
}

.checkbox-style input {
  display: none;
  width: auto;
}

.checkbox-style span.icon-round {
  padding-left: 24px;
  background-image: url("../../images/icon/check.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* display: -webkit-flex; */
  /* Safari */
  /* display: -moz-flex; */
  /* Firefox */
  /* display: -ms-flex; */
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  min-height: 15px;
}

.checkbox-style input:checked+span.icon-round {
  background-image: url("../../images/icon/checked.png");
}

.checkbox-style.checkbox-style-square span.icon-round {
  background-image: url("../../images/icon/check_square.png");
}

.checkbox-style.checkbox-style-square input:checked+span.icon-round {
  background-image: url("../../images/icon/checked_square.png");
}

.action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.action-btns .btn-publish {
  background: #ff7f00;
  color: #fff !important;
  border: none;
  padding: 7px 10px;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  height: 30px;
  cursor: pointer;
}

.action-btns .btn-delete {
  background: #fe0000;
  color: #fff !important;
  border: none;
  padding: 7px 10px;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1;
  height: 30px;
  cursor: pointer;
}

.action-btns .btn-select,
.action-btns .btn-edit {
  background: #ebebeb;
  color: #000000;
  border: 1px solid #959595;
  padding: 5px 10px;
  line-height: 1;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.action-btns .fa {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .pagination-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pagination-style .gotopage {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

.login-modal .login-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  padding: 20px;
}

.login-modal .login-modal-content .introduce {
  width: 48%;
}

.login-modal .login-modal-content .introduce .tit {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  white-space: nowrap;
  line-height: 1;
}

.login-modal .login-modal-content .introduce .tit img {
  height: 35px;
  margin-left: 5px;
}

.login-modal .login-modal-content .introduce .list-texts li {
  margin-top: 5px;
  list-style: outside disc;
  margin-left: 18px;
  color: #ff7f00;
}

.login-modal .login-modal-content .introduce .list-texts li span {
  color: #464646;
}

.login-modal .login-modal-content .introduce .form-login {
  margin-top: 20px;
}

.login-modal .login-modal-content .introduce .form-login .tit {
  text-transform: none;
  margin-left: 0;
}

.login-modal .login-modal-content .introduce .form-login .list-buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.login-modal .login-modal-content .introduce .form-login .list-buttons .btn {
  width: 90%;
}

.login-modal .login-modal-content .right {
  border-left: 1px solid #959595;
  padding-left: 3%;
  width: calc(100% - 45%);
}

.login-modal .login-modal-content .form-login {
  font-size: 16px;
}

.login-modal .login-modal-content .form-login .tit {
  font-size: 20px;
  margin-left: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Futura Heavy';
}

.login-modal .login-modal-content .form-login .list-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-modal .login-modal-content .form-login .list-buttons .btn {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  height: 48px;
  padding: 5px;
  color: #fff;
  margin-bottom: 10px;
  background: #ff7f00;
  width: 80%;
  border-radius: 0;
}

.login-modal .login-modal-content .form-login .list-buttons .btn .icon {
  width: 50px;
  padding: 5px;
  border-right: 1px solid #fff;
}

.login-modal .login-modal-content .form-login .list-buttons .btn .txt {
  width: calc(100% - 60px);
  text-align: center;
  font-size: 18px;
  font-family: 'Futura Heavy';
}

.login-modal .login-modal-content .form-login .promocode {
  width: 90%;
  margin-bottom: 10px;
}

.login-modal .login-modal-content #login-signup.nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}

.login-modal .login-modal-content #login-signup.nav-tabs .nav-item {
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Futura Heavy';
}

.login-modal .login-modal-content #login-signup.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0;
  margin-right: 20px;
}

.login-modal .login-modal-content #login-signup.nav-tabs .nav-item .nav-link.active {
  color: #ff7f00;
}

.login-modal .login-modal-content #login-signup-Content .form-control {
  height: 35px;
  border-radius: 0;
}

.login-modal .login-modal-content #login-signup-Content .tit-input {
  font-family: 'Futura Heavy';
  margin-bottom: 5px;
}

.login-modal .login-modal-content #login-signup-Content .check-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  margin: 20px 0;
}

.login-modal .login-modal-content #login-signup-Content .signup-form .form-control {
  background: #ebebeb;
}

.login-modal .login-modal-content #login-signup-Content .intl-tel-input {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .login-modal .login-modal-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  .login-modal .login-modal-content .introduce {
    width: 100%;
  }
  .login-modal .login-modal-content .introduce .form-login .list-buttons .btn {
    width: 100%;
  }
  .login-modal .login-modal-content .right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #959595;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
  }
  .login-modal .login-modal-content .form-login .tit {
    margin-left: 0;
  }
  .login-modal .login-modal-content .form-login .list-buttons .btn {
    width: 100%;
  }
  .login-modal .login-modal-content .form-login .promocode {
    width: 100%;
  }
}

.sidebar-right .get-name {
  border: 1px solid #959595;
  padding: 15px;
  margin-bottom: 20px;
}

.sidebar-right .get-name .tit {
  font-size: 24px;
  color: #fe0000;
  font-family: 'Futura Heavy';
  margin-bottom: 10px;
  text-align: center;
}

.sidebar-right .get-name .btn-red {
  min-width: 120px;
}

.sidebar-right .get-name .form-control {
  font-size: 16px;
  margin-bottom: 20px;
}

.sidebar-right .embed-facebook {
  border: 1px solid #959595;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.sidebar-right .popular-news {
  border: 1px solid #959595;
  padding: 15px;
  margin-bottom: 20px;
}

.sidebar-right .popular-news .tit {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #959595;
  margin-bottom: 20px;
  font-family: 'Futura Heavy';
}

.sidebar-right .popular-news-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  margin-bottom: 20px;
}

.sidebar-right .popular-news-items .item .img {
  border: 1px solid #959595;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.sidebar-right .popular-news-items .item .img img {
  width: 100%;
  height: auto;
}

.sidebar-right .popular-news-items .item .text {
  width: calc(100% - 100px);
}

.sidebar-right .popular-news-items .item .text .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'Futura Heavy';
  margin-bottom: 10px;
}

.sidebar-right .popular-news-items .item .text .time {
  font-size: 16px;
  color: #a1a1a1;
}

.sidebar-right .popular-news .more {
  text-align: center;
  border-top: 1px solid #959595;
  padding-top: 10px;
  font-size: 16px;
}

.sidebar-right .tags {
  border: 1px solid #959595;
  padding: 15px;
  margin-bottom: 20px;
}

.sidebar-right .tags .tit {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #959595;
  margin-bottom: 20px;
  font-family: 'Futura Heavy';
}

.sidebar-right .tags .tags-items a {
  border: 1px solid #959595;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  display: block;
  font-size: 18px;
}

.sidebar-right .tags .tags-items li.active a {
  background: #ff7f00;
  font-weight: bold;
  color: #fff;
  border: 1px solid #ff7f00;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #464646;
  text-decoration: none;
}

a:hover {
  color: #464646;
  opacity: 0.7;
}

body {
  font-size: 14px;
  font-family: "Futura Book", Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  color: #464646;
}

.sm {
  display: none;
}

.md {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clear {
  clear: both;
  width: 100%;
}

.hide {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  min-height: 35px;
}


/* start commented backslash hack \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* close commented backslash hack */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.5;
}

.btn {
  font-size: 16px;
  border-radius: 0;
  line-height: 1;
  font-family: 'Futura Book' !important;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.form-control {
  border: 1px solid #959595;
  padding: 5px;
  font-size: 16px;
  font-family: 'Futura Book';
}
.select2-container .select2-search--inline {
  line-height: 1;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.hidden {
  display: none;
}

.one-line {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block !important;
  line-height: 1.3;
}

.two-lines {
  max-height: 45px;
  height: auto;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three-lines {
  max-height: 85px;
  height: auto;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.free-trial-mess {
  background: #fe0000;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.free-trial-mess .upgrade {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  padding: 3px 10px;
  margin-left: 10px;
}

.main-content {
  margin-top: 30px;
}

.header-gnav {
  background: #ebebeb;
  position: relative;
}

.header-gnav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.header-gnav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.header-gnav-left .logo {
  margin: 5px;
}

.header-gnav-left .logo img {
  height: 30px;
}

.header-gnav-left .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.header-gnav-left .gnav .gnav-list li {
  margin-left: 35px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.header-gnav-right .has-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  color: #444444;
  font-family: 'Futura Heavy';
}

.header-gnav-right .has-login .level {
  padding: 15px 20px;
}

.header-gnav-right .has-login .level-title {
  -webkit-appearance: none;
}

.header-gnav-right .has-login .level-title:after {
  color: #959595;
}

.header-gnav-right .has-login .level-content {
  font-size: 14px;
  background: #ebebeb;
}

.header-gnav-right .has-login .level-content.dropdown-menu {
  right: 0;
  left: auto !important;
}

.header-gnav-right .has-login .notify {
  border-right: 1px solid #959595;
  border-left: 1px solid #959595;
  padding: 15px 20px;
  position: relative;
}

.header-gnav-right .has-login .notify .fa {
  font-size: 20px;
  color: #959595;
}

.header-gnav-right .has-login .notify .num {
  position: absolute;
  right: 8px;
  top: 5px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  background: #fe0000;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.header-gnav-right .has-login .info-user {
  padding: 10px 20px;
}

.header-gnav-right .has-login .info-user-title {
  -webkit-appearance: none;
}

.header-gnav-right .has-login .info-user-title:after {
  color: #959595;
}

.header-gnav-right .has-login .info-user-title .fa {
  font-size: 30px;
  color: #959595;
}

.header-gnav-right .has-login .info-user-content {
  font-size: 14px;
  background: #ebebeb;
}

.header-gnav-right .has-login .info-user-content.dropdown-menu {
  right: 0;
  left: auto !important;
}

.header-gnav-right .login-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}

.header-gnav-right .login-signup .login {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #959595;
}

.header-gnav-right .login-signup .signup,
.header-gnav-right .login-signup .login {
  line-height: 1;
}

.footer {
  margin-top: 50px;
}

.footer-links {
  margin: 30px 0;
}

.footer-links .f-logo .txt {
  margin: 20px 0 10px;
}

.footer-links .all-links {
  margin-top: 25px;
}

.footer-links .all-links h3 {
  font-weight: bold;
  font-size: 16px;
}

.footer-links .all-links .links li {
  font-size: 14px;
  margin-top: 7px;
  list-style: outside disc;
  margin-left: 18px;
  color: #ff7f00;
}

.footer-links .all-links .links li a {
  color: #464646;
}

.footer-links .all-links .socials {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
}

.footer-links .all-links .socials a {
  display: inline-block;
  margin-right: 5px;
}

.footer-links .all-links .socials a:last-child {
  margin-right: 0;
}

.footer .copyright {
  background: #464646;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.breadcrumb {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #959595;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  margin-right: 10px;
  color: #444444;
}

.breadcrumb ul li a {
  color: #444444;
}

.nav02 {
  border-bottom: 1px solid #959595;
  margin-bottom: 30px;
}

.nav02 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.nav02-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.nav02-detail a {
  margin-right: 20px;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  border-bottom: 3px solid transparent;
}

.nav02-detail a.active {
  font-weight: bold;
  border-bottom: 3px solid #ff7f00;
}

.search {
  position: relative;
  min-width: 320px;
  margin-bottom: 0;
}

.search .form-control {
  height: 35px;
  border-radius: 0;
}

.search .icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #fe0000;
  padding: 2px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.main {
  min-height: 50vh;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block;
  }
  .md {
    display: none !important;
  }
  .header-gnav .container {
    padding: 0;
  }
  .header-gnav .drawer-hamburger {
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    margin-left: 15px;
  }
  .header-gnav .drawer-hamburger span {
    display: inherit;
    height: 3px;
    background: #959595;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 30px;
  }
  .header-gnav .drawer-hamburger.active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-7px, 9px);
    -ms-transform: rotate(-45deg) translate(-7px, 9px);
    transform: rotate(-45deg) translate(-7px, 9px);
  }
  .header-gnav .drawer-hamburger.active span:last-child {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    -ms-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
  }
  .header-gnav .drawer-hamburger.active span:nth-child(2n) {
    opacity: 0;
  }
  .header-gnav .sm-gnav {
    position: absolute;
    display: block;
    width: 100%;
    top: 100%;
    right: 100%;
    z-index: 9999;
    -webkit-transition: right 0.4s;
    -o-transition: right 0.4s;
    transition: right 0.4s;
    background: #ebebeb;
  }
  .header-gnav .sm-gnav .gnav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .header-gnav .sm-gnav .gnav-list li {
    width: 100%;
    margin: 5px 10px;
    font-size: 18px;
  }
  .header-gnav .sm-gnav.is-open {
    right: 0;
  }
  .header-gnav-right .has-login .level {
    padding: 5px 10px;
  }
  .header-gnav-right .has-login .level-title {
    white-space: nowrap;
  }
  .header-gnav-right .has-login .notify {
    padding: 10px 20px;
    padding-left: 10px;
  }
  .header-gnav-right .has-login .notify .num {
    font-size: 12px;
    top: 0;
  }
  .header-gnav-right .has-login .notify .fa {
    font-size: 20px;
  }
  .header-gnav-right .has-login .info-user {
    padding: 5px 10px;
  }
  .header-gnav-right .has-login .info-user-title {
    white-space: nowrap;
  }
  .header-gnav-right .has-login .info-user-title .fa {
    font-size: 30px;
  }
  .footer-links .f-logo {
    text-align: center;
  }
  .breadcrumb {
    margin-bottom: 10px;
  }
  .nav02 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav02 .search {
    margin: 10px 0;
    width: 100%;
  }
}