@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");
@keyframes raised-out {
  0% {
    width: 0;
    opacity: .4; }
  100% {
    width: 100%;
    opacity: 0; } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-5px); } }
@keyframes fadeIn {
  from {
    margin-top: 10px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #333333;
  background: url("../images/body-bg.png"); }
  body.no-scroll {
    overflow: hidden; }
  body > * {
    font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    transition: .3s; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #f68634;
      text-decoration: none; }

a, a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: 0; }

p {
  margin-bottom: 0; }

img {
  max-width: 100%; }

button,
label {
  cursor: pointer; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.p-14 {
  padding: 14px !important; }

.m-last-0:last-child {
  margin: 0 !important; }

.p-last-0:last-child {
  padding: 0 !important; }

.text {
  color: inherit; }
  .text:hover {
    color: inherit;
    text-decoration: none; }

.text-red {
  color: #df030d !important; }

.text-orange {
  color: #f68634; }

.text-blue {
  color: #2957a4; }

.text-12 {
  font-size: 12px !important; }

.text-14 {
  font-size: 14px !important; }

.text-16 {
  font-size: 16px !important; }

.text-25 {
  font-size: 25px !important; }

.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 1.5; }
  .limit-line--2 {
    -webkit-line-clamp: 2;
    max-height: 3em; }
  .limit-line--3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em; }
  .limit-line--4 {
    -webkit-line-clamp: 4;
    max-height: 6em; }

.over-hidden {
  overflow: hidden; }

.gutter-24 {
  margin: 0 -12px; }
  .gutter-24 > [class^='col'] {
    padding: 0 12px; }

.gutter-20 {
  margin: 0 -10px; }
  .gutter-20 > [class^='col'] {
    padding: 0 10px; }

.img-zoom {
  overflow: hidden; }
  .img-zoom img {
    transition: all .3s; }
  .img-zoom:hover img {
    transform: scale(1.05);
    transition: all .4s; }

.main-heading {
  display: flex;
  align-items: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .main-heading::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #f68634;
    margin-left: 10px; }

body {
  position: relative; }

#image-preview {
  display: none;
  z-index: 1020;
  position: absolute;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
  width: 400px; }
  #image-preview img {
    width: 100%; }

.product {
  text-align: center;
  font-size: 14px;
  line-height: 25px; }
  .product__iwrap {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dee2e6; }
  .product__title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: #2957a4;
    margin-bottom: 0;
    margin-top: 9px; }
  .product__price {
    color: #df030d;
    font-weight: bold; }

.product-2__iwrap {
  width: 69px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden; }
  .product-2__iwrap img {
    transition: all .3s; }
  .product-2__iwrap:hover img {
    transform: scale(1.05);
    transition: all .4s; }
.product-2__config {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end; }
.product-2__delete {
  color: #999999;
  text-decoration: underline; }
  .product-2__delete:hover {
    color: #f68634; }
.product-2 .input-group {
  width: auto;
  margin: 0 15px; }
.product-2 .form-control {
  width: 50px;
  max-width: 55px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
.product-2 .input-group-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
  background: 0;
  color: #666666; }

.news__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px; }
.news__info {
  font-size: 12px;
  color: #999999;
  margin-bottom: 4px; }
.news__desc {
  color: #999999; }

.news-lg__title {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 35px;
  padding: 0 17px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.m-breadcrumb {
  padding: 15px 0;
  background: 0;
  margin-bottom: 0; }
  .m-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: 'fontawesome'; }
  .m-breadcrumb a {
    color: #333333; }
    .m-breadcrumb a:hover {
      color: #333333; }

.m-paging .pagination {
  justify-content: center;
  margin-bottom: 50px; }
.m-paging .page-item {
  margin-right: 7px; }
  .m-paging .page-item:last-child {
    margin-right: 0; }
.m-paging .page-link {
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #dee2e6; }
  .m-paging .page-link, .m-paging .page-link:hover {
    color: #333333; }
.m-paging .page-item.active > .page-link {
  background-color: #039bd8;
  border-color: transparent; }
  .m-paging .page-item.active > .page-link:hover {
    color: #fff; }

.md-cart__dialog {
  max-width: 1110px; }
.md-cart__content {
  position: relative;
  padding: 20px; }
.md-cart__close {
  color: #039bd8;
  font-size: 22px;
  padding: 0 5px;
  border: 0;
  background: 0;
  position: absolute;
  top: 0;
  right: 0; }
.md-cart__heading {
  display: flex;
  align-items: center;
  align-self: flex-start;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  padding: 6px 10px; }
  .md-cart__heading img {
    height: 20px;
    margin-right: 6px; }
.md-cart__continue {
  align-self: flex-end;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 13px; }
.md-cart__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #dcf4fd;
  padding: 25px; }
.md-cart__money {
  font-size: 16px;
  font-weight: bold;
  color: #df030d;
  padding: 8px 25px;
  margin-left: 10px; }
.md-cart__btn {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #df030d;
  padding: 0 40px;
  line-height: 43px;
  margin-left: 12px; }
  .md-cart__btn:hover {
    color: #fff;
    text-decoration: none; }
@media (max-width: 1199px) {
  .md-cart .md-cart__close {
    transform: translate(0, 0); } }
@media (max-width: 767px) {
  .md-cart__note {
    font-size: 14px; }
  .md-cart__total {
    width: 100%;
    margin-top: 10px;
    font-size: 16px; }
  .md-cart__btn {
    margin-bottom: 10px; } }
@media (max-width: 575px) {
  .md-cart__footer {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px; }
  .md-cart__btn {
    margin: auto; } }

.md-tbl__td, .md-tbl__th {
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 10px; }
  .md-tbl__td--min, .md-tbl__th--min {
    width: 1%;
    white-space: nowrap; }
  .md-tbl__td--left, .md-tbl__th--left {
    text-align: left; }
.md-tbl__th {
  font-size: 14px;
  font-weight: bold;
  background-color: #f9f9f9; }
.md-tbl__money {
  font-size: 14px;
  font-weight: bold;
  color: #df030d; }
.md-tbl__card {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 25px;
  color: #2957a4; }
  .md-tbl__card span {
    flex: 1 0 0; }
.md-tbl__img {
  width: 112px;
  margin-right: 15px;
  border: 1px solid #dee2e6;
  border-radius: 10px; }
.md-tbl__label {
  display: none; }
@media (max-width: 1199px) {
  .md-tbl__money {
    font-size: 16px; } }
@media (max-width: 767px) {
  .md-tbl {
    border-bottom: 1px solid #bbbbbb; }
    .md-tbl__thead {
      display: none; }
    .md-tbl__tbody, .md-tbl__tr, .md-tbl__td {
      display: block; }
    .md-tbl__tr:nth-child(even) {
      background-color: #f4f4f4; }
    .md-tbl__td {
      width: 100%;
      text-align: left;
      padding-left: 43%;
      font-size: 14px;
      border-bottom: 0;
      position: relative; }
      .md-tbl__td:nth-child(1) {
        padding-left: 10px; }
    .md-tbl__label {
      content: 'Title';
      display: block;
      width: 30%;
      padding-right: 5px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }
    .md-tbl__card {
      font-size: 16px; } }

.md-count {
  display: flex; }
  .md-count .form-control {
    width: 45px;
    max-width: 45px;
    height: 30px;
    font-size: 15px; }
  .md-count .fa {
    font-size: 12px; }

.md-popup .modal-body {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  position: relative;
  z-index: 1;
  color: #fff;
  justify-content: center;
  padding: 40px 20px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.8); }
.md-popup__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px; }
.md-popup__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8px;
  width: 100%;
  height: 95%;
}
.md-popup__title-1 {
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 10px; }
.md-popup__title-2 {
  font-size: 34px;
  margin-bottom: 10px; }

.logo {
  max-width: 400px;
  margin: 20px auto;
  text-align: center; }
  .logo img {
    width: 100%; }

.navigation {
  background-color: #00aef4; }
  .navigation__inner {
    display: flex;
    align-items: center; }

.mb-filter {
  display: none; }
  @media (max-width: 1199px) {
    .mb-filter {
      display: block;
      width: 100vw;
      max-width: 100%;
      height: 100vh;
      background-color: black;
      opacity: .0;
      position: fixed;
      z-index: 999;
      top: 0;
      left: -100%;
      transition: left 0s .3s, opacity .3s; }
      .mb-filter.is-show {
        left: 0;
        opacity: .5;
        transition: left 0s, opacity .3s; } }

@media (max-width: 1199px) {
  .mb-menu {
    display: block;
    padding-bottom: 50px;
    background-color: #333333;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .3s; }
    .mb-menu.is-show {
      left: 0; } }

.menu {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .menu__item.active, .menu__item:hover {
    background-color: #039bd8; }
  .menu__link {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 10px 12px; }
    .menu__link:hover {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 1199px) {
    .menu {
      flex-wrap: wrap; }
      .menu__item {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
      .menu__link {
        padding: 10px 20px; } }

.h-dropdown {
  position: relative; }
  .h-dropdown__menu {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #f68634;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); }
    .h-dropdown__menu--right {
      top: 0;
      left: 100%; }
  .h-dropdown__link {
    display: block;
    color: white;
    padding: 8px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1; }
    .h-dropdown__link::before {
      content: '';
      display: inline-block;
      width: 0;
      height: 1px;
      background-color: #fff;
      transition: .4s;
      position: relative;
      top: -4px; }
    .h-dropdown__link:hover {
      color: white;
      text-decoration: none; }
    .h-dropdown__link:hover::before {
      width: 10px;
      margin-right: 5px; }
  @media (min-width: 1200px) {
    .h-dropdown:hover > .h-dropdown__menu {
      display: block;
      animation: fadeIn .3s ease-out; } }
  @media (max-width: 1199px) {
    .h-dropdown__menu {
      position: static;
      background-color: white;
      padding-left: 20px;
      box-shadow: unset; }
    .h-dropdown__link {
      color: #333333; }
      .h-dropdown__link:hover {
        background-color: #f4f4f4;
        color: #333333; }
      .h-dropdown__link::before {
        background-color: #333333; }
    .h-dropdown__toggle {
      display: inline-block;
      width: 36px;
      height: 30px;
      position: absolute;
      z-index: 100;
      top: 0;
      right: 0;
      border-radius: 5px;
      right: 5px;
      background-color: rgba(0, 0, 0, 0.1);
      margin-top: 6px;
      cursor: pointer; }
      .h-dropdown__toggle::before, .h-dropdown__toggle::after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 1px;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .h-dropdown__toggle::after {
        width: 2px;
        height: 10px;
        transition: all .3s; }
      .h-dropdown__toggle.active::after {
        transform: translate(-50%, -50%) rotateX(90deg); } }

.menu-btn {
  border: 0;
  background: 0;
  color: #fff;
  font-size: 30px;
  line-height: 43px;
  margin-right: 10px; }

.cart-btn {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 10px 12px; }
  .cart-btn:hover {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 575px) {
    .cart-btn {
      font-size: 30px;
      line-height: 43px;
      padding: 0 10px; } }

.search {
  max-width: 200px;
  margin-left: auto;
  flex: 1;
  position: relative; }
  .search__input {
    width: 100%;
    height: 26px;
    border: 0;
    padding: 0 13px;
    border-radius: 13px;
    font-size: 13px; }
    .search__input::placeholder {
      color: #999999; }
  .search__btn {
    display: inline-block;
    width: 36px;
    height: 100%;
    padding: 0;
    text-align: center;
    border: 0;
    background: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #f68634; }
  @media (max-width: 575px) {
    .search {
      max-width: unset; } }

.footer {
  background-color: #00aef4;
  color: #fff; }
  .footer__block {
    padding: 15px 0 11px; }
  .footer__heading {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .footer__heading::after {
      content: '';
      width: 136px;
      border-bottom: 3px solid rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: 0;
      left: 0; }

.f-contact__heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0; }
.f-contact__item {
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding-left: 25px; }
  .f-contact__item .fa {
    position: absolute;
    top: 7px;
    left: 0; }

.f-statistic {
  font-size: 14px;
  line-height: 35px; }

.endpage {
  background-color: #039bd8;
  text-align: center;
  padding: 4px 5px; }

.go-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 999;
  bottom: 100px;
  left: 94%;
  opacity: 0;
  transition: .5s; }
  .go-top.is-show {
    opacity: 1; }
  .go-top__icon {
    display: flex;
    width: 50px;
    height: 50px;
    padding-bottom: 2px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #c7e7fb;
    background-color: #f68634;
    margin-bottom: 5px;
    font-size: 40px; }
  @media (max-width: 575px) {
    .go-top {
      display: none;
      font-size: 12px;
      left: 15px; }
      .go-top__icon {
        width: 30px;
        height: 30px;
        font-size: 24px;
        color: #fff; }
      .go-top strong:last-child {
        text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff; } }

.aside .card {
  border: 0;
  border-radius: 10px;
  margin-bottom: 30px; }
.aside .card-header {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #00aef4;
  background-size: 100% 100%;
  padding: 6px;
  border-radius: 10px 10px 0 0; }
.aside .card-body:last-child {
  border-radius: 0 0 10px 10px; }
.aside .list-group-item {
  border-color: #00aef4;
  border-style: dashed;
  padding: 9px 20px; }
.aside .list-group-flush:last-child .list-group-item:last-child {
  border-radius: 0 0 10px 10px; }

.as-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 8px; }
.as-slider .owl-prev .fa,
.as-slider .owl-next .fa {
  margin: 0 3px;
  font-size: 20px;
  color: #f68634;
  cursor: pointer; }
  .as-slider .owl-prev .fa:hover,
  .as-slider .owl-next .fa:hover {
    color: #f68634; }

.as-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .as-menu__item {
    border-bottom: 1px dashed #00aef4; }
    .as-menu__item:last-child {
      border-bottom: 0; }
  .as-menu__link {
    display: block;
    padding: 9px 20px;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    transition: .3s; }
    .as-menu__link:hover {
      color: #00aef4;
      text-decoration: none;
      background-color: #f4f4f4; }

.as-dropdown {
  position: relative; }
  .as-dropdown__menu {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: none; }
  .as-dropdown__link {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    color: #333333;
    transition: .3s; }
    .as-dropdown__link:hover {
      color: #00aef4;
      text-decoration: none;
      background-color: #f4f4f4; }
  .as-dropdown__toggle {
    display: inline-block;
    width: 36px;
    height: 26px;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    border-radius: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 6px;
    cursor: pointer; }
    .as-dropdown__toggle::before, .as-dropdown__toggle::after {
      content: '';
      display: block;
      width: 10px;
      height: 2px;
      border-radius: 1px;
      background-color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .as-dropdown__toggle::after {
      width: 2px;
      height: 10px;
      transition: all .3s; }
    .as-dropdown__toggle.active::after {
      transform: translate(-50%, -50%) rotateX(90deg); }

.section__heading {
  display: flex;
  align-items: center;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .section__heading::before, .section__heading::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background-color: #039bd8;
    margin-right: 10px; }
  .section__heading::after {
    margin-right: 0;
    margin-left: 10px; }
  .section__heading--sm {
    font-size: 25px; }
@media (max-width: 767px) {
  .section__heading {
    font-size: 22px; } }

.id-map {
  height: 300px; }

.tutorial__icon {
  display: block;
  width: 95px !important;
  height: 95px;
  border-radius: 50%;
  border: 6px solid #cceefc;
  margin: 0 auto; }
.tutorial__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  min-height: 3em;
  margin: 8px 0 5px; }
.tutorial__text {
  text-align: justify;
  color: #666666; }

.support {
  position: relative;
  box-shadow: 0 1px 10px rgba(44, 191, 250, 0.5); }
  .support__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding-left: 45%;
    position: absolute;
    top: 0;
    left: 0; }
  .support__title {
    font-size: 20px;
    text-transform: uppercase;
    color: #2957a4; }
  .support__number {
    font-size: 30px;
    line-height: 40px;
    color: #df030d;
    font-weight: bold; }
  .support__social {
    height: 27px;
    margin: 0 5px; }
  @media (max-width: 575px) {
    .support {
      background-color: #fff;
      padding: 0 20px 20px;
      border-radius: 5px;
      border: 1px solid #dee2e6; }
      .support__img {
        display: none; }
      .support__content {
        padding: 0;
        position: static; } }

.transfer {
  /*background: url("../images/transfer-bg.png") center/cover no-repeat;*/
  background: #30bff9;
  color: #fff !important;
  background-origin: border-box;
  padding: 20px;
  border: 7px solid transparent;
  box-shadow: inset 0 0 0 1px #fff, 0 1px 10px rgba(44, 191, 250, 0.5);
  color: #2957a4;
  font-size: 14px;
  line-height: 22px; }
  .transfer__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }

.post__title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400; }

.relate__heading {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase; }
.relate__list {
  padding-left: 17px;
  margin-bottom: 0; }
.relate__link {
  color: #333333; }
  .relate__link:hover {
    color: #f68634;
    text-decoration: none; }

.pd-detail {
  font-size: 14px;
  line-height: 25px; }
  .pd-detail__heading {
    font-size: 22px; }
  .pd-detail__price {
    font-size: 20px;
    font-weight: bold;
    color: #df030d; }
  .pd-detail__input {
    width: 60px;
    max-width: 60px;
    min-width: unset;
    text-align: center; }
  .pd-detail__btn {
    display: inline-block;
    padding: 0 12px;
    margin-top: 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #f68634;
    transition: .3s;
    border: 1px solid #f68634; }
    .pd-detail__btn .fa {
      font-size: 1.2em;
      margin-right: 4px; }
    .pd-detail__btn:hover {
      background-color: #fff;
      color: #f68634;
      text-decoration: none; }
  .pd-detail__continue {
    display: block;
    color: #2957a4;
    text-decoration: underline;
    position: relative;
    margin-left: 30px;
    margin-top: 10px; }
    .pd-detail__continue::before {
      content: '';
      display: block;
      width: 19px;
      height: 13px;
      background: url("../images/icon-triple-angle-right.png") center/contain no-repeat;
      position: absolute;
      top: 6px;
      left: -30px; }
  .pd-detail__hotline {
    padding-left: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #00aef4;
    position: relative; }
    .pd-detail__hotline::before {
      content: '';
      display: block;
      width: 29px;
      height: 29px;
      background: url("../images/icon-hotline-24h.png") center/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    .pd-detail__hotline span:last-child {
      color: #df030d; }
  .pd-detail hr {
    border-color: #00aef4;
    margin: 10px 0; }

.pd-info__heading {
  display: inline-block;
  border: 1px solid #caf0ff;
  border-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #2957a4;
  padding: 0 12px;
  line-height: 38px;
  min-width: 180px;
  background-color: #fff;
  margin-bottom: 0; }
.pd-info__body {
  background-color: #fff;
  padding: 20px 15px;
  border: 1px solid #caf0ff; }

.contact__heading {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px; }
.contact__map {
  height: 239px; }

.form-ct__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 35px;
  background-color: #f68634;
  color: #fff;
  border: 1px solid #f68634; }
  .form-ct__btn:hover {
    background-color: #fff;
    color: #f68634; }

.social {
  display: flex;
  margin: 32px 0 0;
  padding: 0;
  list-style: none; }
  .social__item {
    margin-right: 8px; }
  .social__icon {
    height: 18px; }

.order {
  padding: 0 40px 40px; }
  .order__heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center; }
  @media (max-width: 767px) {
    .order {
      padding: 0 15px 20px; } }

.order-info {
  text-align: center;
  padding-top: 15px; }
  .order-info__item {
    flex-grow: 1;
    padding: 15px; }
  .order-info__label {
    color: #999999;
    margin-bottom: 5px; }
  .order-info__value {
    font-size: 20px;
    font-weight: bold; }

.order-detail {
  padding: 0 40px 10px; }
  .order-detail__heading {
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center; }
  @media (max-width: 767px) {
    .order-detail {
      padding: 0 15px; } }

.order-table td {
  min-width: 150px; }

.confirm {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0 15px; }
  .confirm__section {
    margin-bottom: 30px; }
  .confirm__heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    padding: 25px 0; }
  .confirm__subheading {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px; }
    .confirm__subheading::after {
      content: '';
      flex: 1;
      height: 1px;
      background-color: #dee2e6;
      margin-left: 10px; }
  .confirm__check {
    display: flex;
    align-items: center; }
  .confirm__check-input {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #dee2e6;
    border-radius: 50%; }
    .confirm__check-input input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .confirm__check-input span {
      display: inline-block;
      width: 13px;
      height: 13px;
      background-color: #999999;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%; }
    .confirm__check-input input:checked + span {
      opacity: 1; }
  .confirm__btn {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 12px;
    border: 0;
    background-color: #f8a05f;
    color: #fff; }
a.news__btn.btn-me {
    font-size: 20px !important;
    border: solid 1px #DF030D;
    background: #DF030D;
    color: white;
    padding: 5px 10px;
}

a.news__btn.btn-me:hover {
    text-decoration: none;
    border-color: #5fa2f9;
    background: #5fa2f9;
}