ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    cursor: pointer !important; }

body {
  font-family: Arial, Helvetica, apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto",
    "Helvetica Neue", "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px; }

input {
  outline: 0; }

img {
  max-width: 100%; }

.font-r-b {
  font-family: "Roboto-Bold", Arial, Helvetica, sans-serif; }

.font-r {
  font-family: "Roboto-Regular", Arial, Helvetica, sans-serif; }

.font-a {
  font-family: "Arial", Arial, Helvetica, sans-serif; }

.font-a-b {
  font-family: "Arial-Bold", Arial, Helvetica, sans-serif; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Regular.svg#svgFontName") format("svg"); }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Bold.svg#svgFontName") format("svg"); }
@font-face {
  font-family: 'svn';
  src: url("../../fonts/SVN-BladeRunner.eot");
  src: url("../../fonts/SVN-BladeRunner.eot?#iefix") format("embedded-opentype"), url("../../fonts/SVN-BladeRunner.woff") format("woff"), url("../../fonts/SVN-BladeRunner.ttf") format("truetype"), url("../../fonts/SVN-BladeRunner.svg#svgFontName") format("svg"); }
@media (max-width: 991px) {
  .mb-15-991 {
    margin-bottom: 10px; } }
.t-12 {
  font-size: 12px; }

.t-14 {
  font-size: 14px; }

.t-15 {
  font-size: 15px; }

.t-16 {
  font-size: 16px; }

.t-17 {
  font-size: 17px; }

.t-18 {
  font-size: 18px; }

.t-19 {
  font-size: 19px; }

.t-20 {
  font-size: 20px; }

.t-21 {
  font-size: 21px; }

.t-22 {
  font-size: 22px; }

.t-24 {
  font-size: 24px; }

.t-25 {
  font-size: 25px; }

.t-30 {
  font-size: 25px; }

.max-line {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.max-line-1 {
  -webkit-line-clamp: 1;
  max-height: 1.5em; }

.max-line-2 {
  -webkit-line-clamp: 2;
  max-height: 3em; }

.max-line-3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em; }

.max-line-4 {
  -webkit-line-clamp: 4;
  max-height: 6em; }

.cl-b {
  color: #333333; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-5 {
  margin-bottom: 5px !important; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.cl-main {
  color: #0c67b5 !important; }

.cl-w {
  color: #fff !important; }

.cl-r {
  color: #ff0000 !important; }

.cl-r2 {
  color: #870808; }

.bg-main {
  background-color: #0c67b5; }

.cl-333 {
  color: #333333 !important; }

.bg-content {
  background: #fbfbfb; }

.center-block {
  display: flex;
  align-items: center;
  justify-content: center; }

.gutter-0 {
  margin: 0; }
  .gutter-0 > [class^='col'] {
    padding: 0; }

@media (min-width: 991px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px; } }
.m-paging .pagination {
  padding-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center; }

.m-paging .page-item a {
  display: block;
  margin-right: 10px;
  border: 1px solid #b7b7b7;
  color: #333; }

.m-paging .page-item.active a {
  color: #0c67b5;
  font-weight: bold;
  background: #fff;
  border: 1px solid #0c67b5; }

.pagination li {
  margin-bottom: 10px; }

.header {
  font-family: "Roboto-Regular"; }
  .header-top {
    padding: 15px 0;
    display: flex;
    align-items: center; }
    @media (max-width: 499.98px) {
      .header-top {
        flex-direction: column; } }
    .header-top-left {
      width: 218px; }
      @media (max-width: 499.98px) {
        .header-top-left {
          margin-bottom: 10px; } }
      @media (min-width: 500px) {
        .header-top-left {
          margin-right: 10px; } }
      @media (min-width: 991px) {
        .header-top-left {
          margin-right: 0; } }
    .header-top-right {
      flex: 1;
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .header-top-right {
          flex-direction: column; } }
      @media (min-width: 991.98px) {
        .header-top-right .banner-header {
          max-width: calc(100% - 370px);
          margin: 0 15px; } }
      @media (max-width: 991px) {
        .header-top-right .banner-header {
          margin-bottom: 5px; } }
      .header-top-right .wrap-lang {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 340px;
        color: #0c67b5; }
        @media (max-width: 350px) {
          .header-top-right .wrap-lang {
            width: 100%;
            font-size: 13px; } }
        .header-top-right .wrap-lang li {
          display: flex;
          align-items: center; }
          .header-top-right .wrap-lang li a {
            color: #0c67b5; }
        .header-top-right .wrap-lang img {
          margin-right: 2px; }

.menu {
  font-family: "Roboto-Bold"; }
  @media (min-width: 991.98px) {
    .menu {
      display: flex;
      position: relative; }
      .menu .open-sub {
        display: none; } }
  @media (min-width: 991.98px) {
    .menu li {
      white-space: nowrap; }
      .menu li .wrap-submenu {
        position: absolute;
        background: #f9f9f9;
        padding: 15px 15px 30px 15px;
        top: 100%;
        z-index: 100;
        right: 0;
        left: 0;
        display: none; }
        .menu li .wrap-submenu > ul {
          display: flex; }
          .menu li .wrap-submenu > ul > li {
            width: 25%; }
            .menu li .wrap-submenu > ul > li > a {
              margin-bottom: 5px; }
        .menu li .wrap-submenu a {
          color: #333;
          padding: 5px 0; } }
  .menu li a {
    color: #fff;
    text-transform: uppercase;
    display: block; }
  @media (min-width: 991.98px) {
    .menu > li {
      flex-grow: 1; }
      .menu > li:hover .wrap-submenu {
        display: block; }
      .menu > li > a {
        text-align: center;
        position: relative;
        padding: 14px 0; } }
  @media (max-width: 991px) {
    .menu {
      position: fixed;
      padding-top: 20px;
      width: 300px;
      max-width: 100%;
      left: -100%;
      top: 0;
      height: 100vh;
      overflow-y: auto;
      z-index: 99999999999;
      transition: all 0.75s;
      background: #0c67b5; }
      .menu.active {
        left: 0; }
      .menu a {
        padding: 5px 5px 5px 20px; }
      .menu li {
        position: relative; }
      .menu .open-sub {
        display: flex;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 1.5rem;
        transform: translateX(50%);
        padding-top: 0.125rem;
        cursor: pointer;
        background-color: #fff;
        color: #0c67b5; }
      .menu .sub-menu {
        display: none;
        padding-left: 15px;
        background-color: #0089ff; } }

@media (min-width: 991.98px) {
  .wrap-btn-menu {
    display: none; } }
@media (max-width: 991px) {
  .wrap-btn-menu .container {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    padding: 5px 0;
    font-size: 25px; } }

@media (max-width: 991px) {
  .bg-menu {
    position: fixed;
    background: #333;
    height: 100vh;
    top: 0;
    z-index: 500;
    width: 110%;
    left: -110%;
    transition: all 0.02s;
    opacity: 0.3; }
    .bg-menu.active {
      left: 0; } }

.open-menu {
  margin-right: 15px; }

.bread_crumb {
  padding: 15px 0; }
  .bread_crumb .container {
    position: relative; }
    .bread_crumb .container:before {
      position: absolute;
      content: "";
      height: 1px;
      bottom: -15px;
      background: #333;
      left: 0;
      right: 0; }
  .bread_crumb ul {
    display: flex;
    flex-wrap: wrap; }
    .bread_crumb ul li {
      color: #333; }
      .bread_crumb ul li a {
        color: #333; }
    .bread_crumb ul li + li:before {
      content: '/';
      display: inline-block;
      margin: 0 15px;
      color: #333; }

.slide-product-cat {
  position: relative; }
  .slide-product-cat .js-products-slider-next {
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }
    .slide-product-cat .js-products-slider-next:hover {
      cursor: pointer; }
  .slide-product-cat .js-products-slider-prev {
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px; }
    .slide-product-cat .js-products-slider-prev:hover {
      cursor: pointer; }

.wrap-cat {
  display: flex; }
  @media (max-width: 767px) {
    .wrap-cat {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .wrap-cat .cat-product {
      order: 2; } }
  .wrap-cat .cat-product .title-group-cat {
    text-transform: uppercase;
    padding: 12px 40px 12px 20px;
    background: #0c67b5;
    color: #fff; }
    @media (max-width: 767px) {
      .wrap-cat .cat-product .title-group-cat {
        padding: 10px 0 11px 20px; } }
    .wrap-cat .cat-product .title-group-cat:hover {
      cursor: pointer; }
    .wrap-cat .cat-product .title-group-cat .title {
      display: inline-block;
      margin-left: 5px;
      margin-right: 10px; }
  .wrap-cat .cat-product .menu-cat {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0; }
    .wrap-cat .cat-product .menu-cat .open-sub {
      display: flex;
      width: 1.4rem;
      height: 1.4rem;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 10;
      top: 5px;
      right: 1.5rem;
      transform: translateX(50%);
      padding-top: 0.125rem;
      cursor: pointer;
      background-color: #fff;
      color: #0c67b5; }
    .wrap-cat .cat-product .menu-cat .sub-menu {
      display: none;
      padding-left: 15px;
      background-color: #4b9ee6; }
    .wrap-cat .cat-product .menu-cat li {
      position: relative; }
      .wrap-cat .cat-product .menu-cat li a {
        display: block;
        color: #fff;
        background: #4b9ee6;
        padding: 7px 0 7px 18px;
        text-transform: capitalize; }
    .wrap-cat .cat-product .menu-cat li + li a {
      border-top: 1px solid #fff; }
  .wrap-cat .search-cat {
    flex: 1;
    padding: 4px;
    background: #0e6cbe;
    position: relative; 
        max-height: 45px;
    }
    @media (max-width: 767px) {
      .wrap-cat .search-cat {
        order: 1;
        margin-bottom: 15px; } }
    .wrap-cat .search-cat input {
      padding-left: 15px;
      border: 0;
      border-radius: 4px;
      display: block;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .wrap-cat .search-cat input {
          height: 30px; } }
    .wrap-cat .search-cat .btn-search {
      display: flex;
      position: absolute;
      width: 70px;
      top: 6px;
      bottom: 6px;
      right: 6px;
      align-items: center;
      padding: 0;
      background: #0c67b5;
      color: #fff;
      border-radius: 4px;
      justify-content: center; }

.wrap-product {
  border: 1px solid #ebebeb;
  border-radius: 5px; }
  .wrap-product .wrap-image {
    display: block;
    text-align: center;
    padding-top: 10px; }
  .wrap-product .wrap-text .title-product {
    color: #333; }
  .wrap-product .wrap-text .rate {
    height: 20px;
    display: block;
    width: 76px;
    margin-left: auto;
    margin-right: auto;
    color: #f9b40e;
    position: relative; }
    .wrap-product .wrap-text .rate .rate-empty:before {
      position: absolute;
      content: "\f006\f006 \f006 \f006 \f006";
      font-family: "FontAwesome";
      letter-spacing: 3px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .wrap-product .wrap-text .rate .rate-active {
      width: 0;
      overflow: hidden;
      position: relative;
      display: block;
      height: 100%; }
      .wrap-product .wrap-text .rate .rate-active:before {
        position: absolute;
        content: "\f005\f005\f005\f005\f005";
        font-family: "FontAwesome";
        letter-spacing: 3px;
        z-index: 2;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

#slide-detail-main img {
  border: 1px solid #b7b7b7; }

.rate-detail .fill-ratings span:hover ~ span {
  color: #ebebeb; }

.title-des-product {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #0c67b5; }

.content-des {
  padding-bottom: 30px;
  border-bottom: 1px solid #b7b7b7; }

.contact-detail {
  display: flex;
  align-items: center; }
  .contact-detail img {
    margin-right: 10px; }
  .contact-detail .text {
    line-height: 24px; }

.wrap-owl-product-detail {
  padding: 0 30px;
  position: relative; }
  .wrap-owl-product-detail .next-slide {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000; }
    .wrap-owl-product-detail .next-slide:hover {
      cursor: pointer; }
  .wrap-owl-product-detail .prev-slide {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000; }
    .wrap-owl-product-detail .prev-slide:hover {
      cursor: pointer; }
  .wrap-owl-product-detail .js-product-detail-slider img {
    border: 1px solid #b7b7b7; }

.content-product-detail {
  border: 1px solid #b7b7b7;
  padding: 15px 15px 30px 15px; }

.wrap-item-news .wrap-text {
  padding: 10px 10px 50px 10px;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  position: relative; }
  .wrap-item-news .wrap-text .see-detail {
    position: absolute;
    width: 136px;
    height: 38px;
    background: #0c67b5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    bottom: -10px; }

.author-share {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .author-share-left {
    display: flex;
    align-items: center;
    color: #666666; }
    .author-share-left li:last-child {
      margin-left: 10px; }

.star-ratings {
  unicode-bidi: bidi-override;
  color: #ebebeb;
  font-size: 26px;
  position: relative;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  line-height: 25px; }
  .star-ratings .fill-ratings {
    color: #f9b40e;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    overflow: hidden; }
    .star-ratings .fill-ratings span {
      display: inline-block;
      cursor: pointer; }
  .star-ratings .empty-ratings {
    padding: 0;
    display: flex;
    z-index: 0; }

.widget .list-product li {
  display: flex; }
  .widget .list-product li .wrap-image {
    margin-right: 10px;
    width: 87px; }
    .widget .list-product li .wrap-image img {
      border: 1px solid #ebebeb; }
    .widget .list-product li .wrap-image a {
      display: block; }
.widget .list-product li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ebebeb; }

.prev-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  z-index: 99999; }

.next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  z-index: 99999; }

.ad-footer {
  color: #fff;
  padding: 20px 0;
  background: #870808; }
  .ad-footer .item {
    display: flex;
    align-items: center; }
    .ad-footer .item img {
      margin-right: 5px; }

.footer {
  background: #fbfbfb; }
  .footer-head .container {
    position: relative;
    padding: 20px 15px 15px 15px; }
    .footer-head .container:before {
      position: absolute;
      content: "";
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #ebebeb;
      left: 0; }
  .footer-head .menu-footer li a {
    color: #333;
    display: block;
    margin-bottom: 3px; }
  .footer-head .list-payment {
    display: flex; }
    .footer-head .list-payment img + img {
      margin-left: 5px; }
  .footer-form {
    display: flex; }
    .footer-form input {
      flex: 1;
      border-top: 1px solid #ebebeb;
      border-left: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding-left: 10px; }
    .footer-form button {
      width: 85px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 0; }
  .footer-bottom .footer-hotline {
    display: flex;
    align-items: center;
    color: #0c67b5; }
  .footer .copyright {
    color: #fff;
    padding: 10px 0; }
    .footer .copyright .container {
      display: flex;
      align-items: center; }
      @media (max-width: 600px) {
        .footer .copyright .container {
          flex-direction: column; } }
      @media (max-width: 600px) {
        .footer .copyright .container .copyright-left {
          margin-bottom: 5px; } }
      .footer .copyright .container .copyright-right {
        display: flex;
        align-items: center;
        margin-left: auto; }
        @media (max-width: 600px) {
          .footer .copyright .container .copyright-right {
            margin-left: 0; } }
        .footer .copyright .container .copyright-right li + li {
          margin-left: 5px; }

.slide-product-cat {
  position: relative; }
  .slide-product-cat .js-home-main-slider-next {
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }
    .slide-product-cat .js-home-main-slider-next:hover {
      cursor: pointer; }
  .slide-product-cat .js-home-main-slider-prev {
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px; }
    .slide-product-cat .js-home-main-slider-prev:hover {
      cursor: pointer; }

.wrap-title {
  display: flex;
  border-bottom: 1px solid #0c67b5; }
  .wrap-title .title-main {
        position: relative;
    background-repeat: no-repeat;
    padding: 6px 15px;
    color: #fff;
    margin-right: 50px;
    margin-bottom: 0; }
    .wrap-title .title-main:before {
      position: absolute;
      content: "";
      background-image: url(../../images/bg-title.png);
      left: 100%;
      height: 100%;
      width: 50px;
      bottom: 0; }
  .wrap-title .wrap-child {
    flex: 1;
    display: flex;
    overflow: hidden; }
    @media (max-width: 500px) {
      .wrap-title .wrap-child {
        display: none; } }
    .wrap-title .wrap-child .list-cat-child {
      display: flex;
      flex: 1;
      overflow: auto; }
      .wrap-title .wrap-child .list-cat-child::-webkit-scrollbar {
        width: 0;
        background: transparent;
        height: 4px; }
      .wrap-title .wrap-child .list-cat-child::-webkit-scrollbar-thumb {
        background: #FF0000;
        height: 2px; }
      .wrap-title .wrap-child .list-cat-child li {
        height: 100%;
        padding: 0 15px;
        display: flex;
        white-space: nowrap;
        justify-content: center;
        align-items: center; }
        .wrap-title .wrap-child .list-cat-child li a {
          display: block;
          color: #333; }
  .wrap-title .see-all-cat {
    margin-left: auto;
    padding: 8px 0;
    width: 79px; }

.list-news-home .wrap-news {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb; }
  .list-news-home .wrap-news .wrap-image {
    width: 90px;
    margin-right: 5px; }
  .list-news-home .wrap-news .wrap-text {
    flex: 1; }
    .list-news-home .wrap-news .wrap-text .date {
      color: #b7b7b7; }

.md-tbl__td, .md-tbl__th {
  text-align: center;
  padding: 15px 0; }

.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;
  color: #fff;
  background-color: #0c67b5; }

.md-tbl__money {
  font-size: 14px;
  font-weight: bold;
  color: #dc3545; }

.md-tbl__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 25px;
  color: inherit; }

.md-tbl__card:hover {
  color: #6bbc46; }

.md-tbl__card span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.md-tbl__img {
  width: 112px;
  margin-right: 15px;
  border: 1px solid #dee2e6;
  border-radius: 4px; }

.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 #dee2e6; }

  .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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .md-tbl__card {
    font-size: 16px; } }
.md-tbl__tr {
  border-bottom: 1px solid #cccccc; }

.section-order {
  padding: 40px 0;
  position: relative; }
  .section-order:before {
    content: "";
    position: absolute;
    width: 50%;
    background: #fafafa;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .section-order .bread_crumb {
    padding: 15px 0; }
    .section-order .bread_crumb ul li {
      color: #333; }
  .section-order .wrap-btn {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section-order .wrap-btn .btn-pay {
      background: #338dbc;
      color: #fff;
      padding: 8px 30px; }
  @media (min-width: 768px) {
    .section-order .col-left {
      padding-top: 140px; } }
  @media (min-width: 768px) {
    .section-order .top-section {
      width: 50%;
      margin-bottom: -140px; } }
  .section-order .info-cart .item {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0; }
    .section-order .info-cart .item .wrap-image {
      display: flex;
      justify-content: space-between;
      flex: 1; }
      .section-order .info-cart .item .wrap-image img {
        width: 72px;
        border-radius: 4px;
        margin-right: 10px;
        display: block; }
    .section-order .info-cart .item .count-item {
      position: absolute;
      width: 20px;
      height: 20px;
      background: #cccccc;
      color: #fff;
      top: -5px;
      right: 4px;
      text-align: center;
      border-radius: 50%;
      z-index: 1; }
    .section-order .info-cart .item .title-product {
      margin-top: 10px;
      flex: 1; }
    .section-order .info-cart .item .cost-item {
      width: 110px;
      display: block;
      text-align: right; }
    .section-order .info-cart .item.code-sale {
      display: flex; }
      .section-order .info-cart .item.code-sale input {
        flex: 1;
        padding-left: 10px;
        border: 1px solid #cccccc;
        border-radius: 2px; }
      .section-order .info-cart .item.code-sale button {
        margin-left: 15px;
        padding: 10px 20px;
        color: #fff;
        background: #767676;
        border: 0; }
  .section-order .info-cart div:last-child {
    display: flex;
    justify-content: space-between;
    border: 0; }
    .section-order .info-cart div:last-child .total-cost {
      color: #767676; }

.title-global {
  padding-bottom: 10px;
  position: relative; }
  .title-global:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 55px;
    z-index: 2;
    background: #0c67b5;
    left: 0;
    bottom: 0; }
  .title-global:after {
    position: absolute;
    height: 4px;
    content: "";
    background-image: url("../../images/line-title.png");
    background-repeat: repeat;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0; }

.m-contact__title {
  font-weight: bold;
  font-size: 20px;
  font-family: "svn"; }

.m-contact {
  margin-bottom: 30px; }

.ct-form {
  padding: 15px 18px 0 30px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  font-family: 'Arial', sans-serif;
  font-size: 16px; }

.ct-form__title {
  margin-left: 117px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }

.ct-form__group {
  display: flex;
  margin-bottom: 15px; }

.ct-form__label {
  width: 117px;
  line-height: 35px;
  margin-bottom: 0; }

.ct-form__input, .ct-form__textarea {
  flex: 1 0 0;
  padding: 4px 10px 5px;
  border: 1px solid #e6e6e6; }

.ct-form__label.required::after {
  content: '*';
  display: inline-block;
  margin-left: 6px;
  color: #f00; }

.ct-form__btnwrap {
  text-align: center;
  margin: 10px 0 11px 117px; }

.ct-form__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  padding: 0 18px;
  border: 0;
  background-color: #0c67b5;
  color: #fff;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
