html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, html {
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none; }
b, strong{
  font-weight: 500;
}
em, i{
  font-style: italic;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clear {
  clear: both; }

.range-slider {
  margin: auto;
  text-align: center;
  position: relative;
  color: #ff1700;
  font-size: 18px;
  padding-bottom: 15px; }

.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0; }
input[type=range] {
  -webkit-appearance: none;
  width: 100%; }

input[type=range]:focus {
  outline: none; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2497e3; }

input[type=range]:focus::-ms-fill-lower {
  background: #2497e3; }

input[type=range]:focus::-ms-fill-upper {
  background: #2497e3; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #2497e3;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }

input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer; }

#menu-mobile {
  z-index: 9999; }

.scroll-top {
  display: none; }
  .scroll-top:hover {
    color: #fff; }

.active-scroll {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #ff5912;
  padding: 8px 10px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999999;
  display: block; }

.active-full {
  display: block !important; }

.left-main-top > .select2-container {
  z-index: 50 !important; }

.full-mh {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 2, 2, 0.5);
  z-index: 9999999;
  display: none; }
  .full-mh .select-fullmh {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px; }
    .full-mh .select-fullmh .title-fullmh {
      padding: 30px 0px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 50px;
      position: relative; }
      .full-mh .select-fullmh .title-fullmh h3 {
        text-align: center;
        color: #029f5b;
        font-size: 20px;
        font-weight: 700; }
      .full-mh .select-fullmh .title-fullmh .link-title {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #454545; }
    .full-mh .select-fullmh .select2-fullmd {
      padding: 10px 0px;
      margin-bottom: 10px;
      width: 100%; }
      .full-mh .select-fullmh .select2-fullmd label {
        width: 30%;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        padding-right: 15px;
        color: #454545; }
      .full-mh .select-fullmh .select2-fullmd select {
        width: 50%;
        height: 42px;
        outline: none;
        text-transform: capitalize;
        text-decoration: none;
        padding: 0px 10px;
        text-align-last: center;
        border-radius: 5px;
        border: 1.5px solid #ccc;
        color: #999; }
        .full-mh .select-fullmh .select2-fullmd select option {
          z-index: 9999999999999999999999; }
    .full-mh .select-fullmh .select2-fullmd-2 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px; }
    .full-mh .select-fullmh .select2-fullmh-3 {
      padding: 10px 0px;
      margin-bottom: 10px;
      width: 100%;
      padding-top: 30px; }
      .full-mh .select-fullmh .select2-fullmh-3 label {
        width: 30%;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        padding-right: 15px;
        color: #454545; }
      .full-mh .select-fullmh .select2-fullmh-3 select {
        width: 25%;
        height: 42px;
        outline: none;
        text-transform: capitalize;
        text-decoration: none;
        padding: 0px 10px;
        text-align-last: center;
        border-radius: 5px;
        border: 1.5px solid #ccc;
        color: #999; }
        .full-mh .select-fullmh .select2-fullmh-3 select option {
          z-index: 9999999999999999999999; }
    .full-mh .select-fullmh .input2-fullmh {
      width: 100%;
      text-align: center;
      padding-left: 88px;
      padding-bottom: 20px; }
      .full-mh .select-fullmh .input2-fullmh input {
        width: 28.5%;
        height: 42px;
        border: 1px solid #ddd;
        color: #999;
        outline: none;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        text-transform: capitalize; }
    .full-mh .select-fullmh .input3-fullmh {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      padding-left: 58px; }
      .full-mh .select-fullmh .input3-fullmh input {
        width: 50%;
        height: 42px;
        border: 1px solid #ddd;
        color: #999;
        outline: none;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        text-transform: capitalize; }
    .full-mh .select-fullmh .url-images {
      width: 100%;
      text-align: left;
      padding-top: 30px;
      padding-left: 30px; }
      .full-mh .select-fullmh .url-images a {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
        border-radius: 5px;
        padding: 10px 10px;
        text-decoration: none; }
      .full-mh .select-fullmh .url-images input {
        width: 50%;
        height: 42px;
        border: 1px solid #ddd;
        color: #999;
        outline: none;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        text-transform: capitalize; }
      .full-mh .select-fullmh .url-images textarea {
        width: 90%;
        padding: 10px 10px;
        border: 1px solid #ddd;
        color: #999;
        outline: none;
        border-radius: 5px;
        font-size: 16px;
        text-transform: capitalize;
        margin: 20px 0px;
        text-align: left; }

.full-mh-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 2, 2, 0.5);
  z-index: 9999999;
  display: none; }
  .full-mh-2 .select-fullmh {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px; }
    .full-mh-2 .select-fullmh .title-fullmh {
      padding: 30px 0px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 50px;
      position: relative; }
      .full-mh-2 .select-fullmh .title-fullmh .link-title {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #454545; }
    .full-mh-2 .select-fullmh .title-fullmh-2 {
      text-align: center;
      border-bottom: 1px solid #ccc; }
      .full-mh-2 .select-fullmh .title-fullmh-2 ul {
        display: inline-block; }
        .full-mh-2 .select-fullmh .title-fullmh-2 ul li {
          display: inline-block; }
          .full-mh-2 .select-fullmh .title-fullmh-2 ul li a {
            color: #454545;
            font-size: 15px;
            font-weight: 700;
            padding: 0px 10px;
            text-decoration: none;
            text-transform: capitalize; }
          .full-mh-2 .select-fullmh .title-fullmh-2 ul li .active-fullmh-2a {
            color: #1CB94E; }
      .full-mh-2 .select-fullmh .title-fullmh-2 .link-title-2 {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #454545; }
    .full-mh-2 .select-fullmh .input-full-3 {
      width: 50%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 50px;
      display: none; }
      .full-mh-2 .select-fullmh .input-full-3 input {
        width: 100%;
        outline: none;
        height: 42px;
        padding: 0px 10px;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0px; }
      .full-mh-2 .select-fullmh .input-full-3 input:nth-child(3) {
        margin-bottom: 30px; }
      .full-mh-2 .select-fullmh .input-full-3 .input-2-a {
        margin-bottom: 30px; }
      .full-mh-2 .select-fullmh .input-full-3 .link-input-3 {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        background-color: #1CB94E;
        padding: 10px 40px;
        border-radius: 5px; }
      .full-mh-2 .select-fullmh .input-full-3 .link-qmk {
        color: blue;
        text-decoration: none;
        text-transform: capitalize;
        padding-top: 20px;
        display: block; }
    .full-mh-2 .select-fullmh .input-full-3-active {
      display: block !important; }

.full-mh .select-fullmh .select2-container {
  z-index: 9999999999999999999999999; }

.header-top {
  background-color: #ff7707;
  height: 60px;
  position: relative; }
  .header-top .icon-menu-mobile {
    position: absolute;
    top: 30%;
    right: 15px;
    color: #00bcd4;
    background: #fff;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px; }
  .header-top .logo-header-top {
    padding-top: 10px; }
    .header-top .logo-header-top img {
      width: 108px;
      height: 42px; }
  .header-top .menu-header-top {
    text-align: right; }
    .header-top .menu-header-top ul {
      display: inline-block; }
      .header-top .menu-header-top ul li {
        display: inline-block; }
        .header-top .menu-header-top ul li a {
          color: #fff;
          font-size: 16px;
          line-height: 60px;
          font-weight: 500;
          text-transform: capitalize;
          padding: 0px 10px;
          text-decoration: none; }
        .header-top .menu-header-top ul li .active-a {
          background: #000;
          padding: 5px 10px;
          border-radius: 5px; }
          .header-top .menu-header-top ul li .active-a:hover {
            background: #ff7707;
            transition: all .5s; }

.active-header-top {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ff7707;
  z-index: 999;
  transition: all .5s; }

.tq-main {
  background: #e9e9e9;
  padding-bottom: 20px; }
  .tq-main .text-star {
    padding-top: 40px;
    text-transform: capitalize;
    color: #ff5912; }
  .tq-main .main-top {
    background: #fff;
    width: 100%;
    height: 230px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .tq-main .main-top .left-main-top {
      padding: 0px 20px; }
      .tq-main .main-top .left-main-top .select-1 {
        padding-top: 50px;
        text-align: center; }
        .tq-main .main-top .left-main-top .select-1 .tinh-select {
          font-family: "FontAwesome"; }
        .tq-main .main-top .left-main-top .select-1 .select2-selection--single {
          background-color: #fff;
          border: 1.5px solid #aaa;
          border-radius: 4px;
          height: 42px;
          outline: none;
          color: #999;
          text-align: left;
          font-size: 17px; }
          .tq-main .main-top .left-main-top .select-1 .select2-selection--single .select2-selection__arrow {
            top: 10px;
            right: 0px; }
            .tq-main .main-top .left-main-top .select-1 .select2-selection--single .select2-selection__arrow b {
              top: 22px;
              left: 2px;
              background: none;
              position: absolute;
              width: 0;
              height: 0;
              border-right: solid 9px #908F90;
              border-top: solid 9px transparent;
              border-left: solid 9px transparent; }
          .tq-main .main-top .left-main-top .select-1 .select2-selection--single .select2-selection__rendered {
            line-height: 42px;
            color: #666565; }
        .tq-main .main-top .left-main-top .select-1 .ngaydi {
          width: 100%;
          height: 41px;
          color: #999;
          border: 1.5px solid #999;
          display: block;
          line-height: 41px;
          text-align: left;
          padding-left: 10px;
          text-decoration: none;
          font-size: 15px;
          border-radius: 5px; }
      .tq-main .main-top .left-main-top .select-2 {
        text-align: right; }
      .tq-main .main-top .left-main-top .select-3 {
        text-align: center; }
      .tq-main .main-top .left-main-top .select-4 {
        text-align: left; }
      .tq-main .main-top .left-main-top .select-5 {
        width: 100%; }
        .tq-main .main-top .left-main-top .select-5 .price {
          color: #ff1700;
          font-size: 17px;
          font-weight: 700; }
      .tq-main .main-top .left-main-top .date-1 input {
        width: 100%;
        height: 41px;
        color: #999;
        border: 1.5px solid #999;
        display: block;
        line-height: 41px;
        text-align: left;
        padding-left: 10px;
        text-decoration: none;
        font-size: 15px;
        border-radius: 5px; }
    .tq-main .main-top .select2-container--open .select2-selection__arrow b {
      border-width: 9px 9px 0px 9px !important; }
    .tq-main .main-top .fa-color {
      color: #353535;
      font-size: 13px; }
    .tq-main .main-top .mid-link {
      text-align: center;
      padding-top: 63px; }
      .tq-main .main-top .mid-link a {
        color: #fff;
        background: #00bcd4;
        padding: 10px 35px;
        text-decoration: none;
        font-size: 20px;
        text-transform: capitalize;
        border-radius: 5px; }
    .tq-main .main-top .link-search {
      display: block;
      width: 100px;
      position: relative;
      height: 70px;
      padding-top: 75px;
      padding-left: 35px; }
      .tq-main .main-top .link-search input {
        width: 100px;
        height: 100px !important;
        display: block;
        margin: 0 auto -45px auto !important;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ff7707;
        color: #ff7707;
        box-sizing: border-box;
        font-size: 15px;
        cursor: pointer;
        font-weight: 700;
        box-shadow: 0px 0px 0px 28px #fff;
        transition: 0.2s ease-out;
        text-align: center;
        text-transform: capitalize;
        outline: none; }
  .tq-main .main-content-text {
    margin-top: 60px;
    background: #fff;
    width: 100%;
    height: auto;
    display: none; }
    .tq-main .main-content-text .title-main-content-text {
      padding: 20px 10px; }
      .tq-main .main-content-text .title-main-content-text h2 {
        color: #454545;
        font-size: 14px;
        text-transform: capitalize; }
        .tq-main .main-content-text .title-main-content-text h2 span {
          color: #000;
          font-size: 25px;
          font-weight: 500;
          padding-left: 5px; }
          .tq-main .main-content-text .title-main-content-text h2 span .number {
            color: #ff1700;
            padding: 0px 5px;
            font-weight: 900;
            font-size: 30px; }
      .tq-main .main-content-text .title-main-content-text h1 {
        color: #454545;
        font-size: 25px;
        text-transform: capitalize;
        font-weight: 700; }
        .tq-main .main-content-text .title-main-content-text h1 span {
          color: #ff1700;
          padding: 0px 5px; }
    .tq-main .main-content-text .content-text-box1 {
      border: 1px solid #ccc;
      width: 98%;
      margin: 0 auto;
      margin-bottom: 20px;
      background: #f9f9f9; }
      .tq-main .main-content-text .content-text-box1 .images-left {
        text-align: center;
        padding: 30px 0px; }
        .tq-main .main-content-text .content-text-box1 .images-left img {
          width: 70px;
          height: 70px;
          border-radius: 50%; }
      .tq-main .main-content-text .content-text-box1 .images-left-2 {
        padding: 80px 0px; }
      .tq-main .main-content-text .content-text-box1 .text-right-content {
        padding: 30px 0px; }
        .tq-main .main-content-text .content-text-box1 .text-right-content h3 a {
          color: #454545;
          font-size: 20px;
          font-weight: 500;
          text-transform: capitalize;
          text-decoration: none; }
          .tq-main .main-content-text .content-text-box1 .text-right-content h3 a:hover {
            color: #ff1700; }
          .tq-main .main-content-text .content-text-box1 .text-right-content h3 a i {
            padding: 0px 10px; }
        .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content ul {
          display: block;
          padding-top: 20px; }
          .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content ul li {
            display: block; }
            .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content ul li a {
              color: #454545;
              font-size: 15px;
              font-weight: 500;
              text-decoration: none;
              text-transform: capitalize;
              padding: 10px 0px;
              display: block; }
              .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content ul li a span {
                color: #ff5912; }
              .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content ul li a img {
                width: 30px;
                height: 30px; }
          .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content ul li:last-child a:hover {
            color: #ff1700; }
        .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content .border-bottom {
          padding: 20px 0px;
          border-bottom: 1px solid #ccc; }
        .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content .map-gg {
          padding: 20px 100px; }
        .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content .tags {
          padding: 20px 5px;
          line-height: 20px; }
          .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content .tags span {
            color: #454545;
            font-size: 20px;
            font-weight: 500; }
          .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content .tags a {
            text-decoration: none;
            padding: 0px 3px; }
        .tq-main .main-content-text .content-text-box1 .text-right-content .list-text-content-2 {
          border: 1px solid #ccc;
          padding: 0px 30px;
          margin: 10px 10px;
          background: #fff; }
        .tq-main .main-content-text .content-text-box1 .text-right-content .text-list-text {
          text-decoration: none;
          font-size: 16px;
          color: #454545;
          line-height: 25px;
          display: block;
          padding-top: 20px; }
        .tq-main .main-content-text .content-text-box1 .text-right-content p {
          font-size: 16px;
          line-height: 1.5; }
      .tq-main .main-content-text .content-text-box1 .text-right-content-2 {
        padding: 10px 0px; }
    .tq-main .main-content-text .xemthem .text-xt {
      padding: 20px 10px; }
      .tq-main .main-content-text .xemthem .text-xt span {
        color: #454545;
        font-size: 25px;
        font-weight: 700;
        text-transform: capitalize; }
  .tq-main .main-content-text-2 {
    padding-bottom: 30px;
    display: block; }
  .tq-main .active {
    display: block !important; }
  .tq-main .next-tab-footer {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
    margin-top: -20px;
    background: #fff; }
    .tq-main .next-tab-footer ul {
      display: inline-block; }
      .tq-main .next-tab-footer ul li {
        display: inline-block; }
        .tq-main .next-tab-footer ul li a {
          color: #454545;
          font-size: 15px;
          font-weight: 400;
          text-decoration: none;
          text-transform: capitalize;
          display: block;
          text-align: center;
          line-height: 35px;
          padding: 0px 20px; }
          .tq-main .next-tab-footer ul li a i {
            padding: 0px 10px; }
      .tq-main .next-tab-footer ul .back-cam-active {
        background: #ff5912;
        transform: skewX(-30deg);
        padding: 0 20px;
        height: 35px; }
        .tq-main .next-tab-footer ul .back-cam-active a {
          transform: skewX(30deg);
          color: #fff;
          display: block; }

.footer-top {
  margin-top: 30px;
  background: #fff; }
  .footer-top .list-footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ccc; }
    .footer-top .list-footer ul {
      display: inline-block; }
      .footer-top .list-footer ul li {
        display: inline-block; }
        .footer-top .list-footer ul li a {
          color: #454545;
          font-size: 14px;
          text-transform: capitalize;
          text-decoration: none;
          padding: 0px 10px;
          font-weight: 500; }
          .footer-top .list-footer ul li a i {
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border: 1px solid blue;
            color: blue;
            border-radius: 50%; }

/*# sourceMappingURL=style.css.map */
/* CSS custom */
.modal-backdrop, .single .quantity{
  display: none;
}
.modal {
    background: rgba(0, 0, 0, 0.6);
}
.modal-dialog{
  margin-top: 100px;
}
.modal-title{
  width: 100%;
}
#file-image-upload{
  border: 1px solid #ddd;
  padding: 10px;
  cursor: pointer;
}
#file-image-upload i{
  margin: 40px 0;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 34px;
}
.modal .select2-container .select2-selection--single{
  height: 34px;
  border: 1px solid #ced4da;
}
#map{
  height: 400px;
}