body {
  font-size: 14px;
  color: #333333;
  background: white;
  font-family: Arial; }
  body a {
    text-decoration: none !important; }

.ovelay {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s; }

.ovelay_none {
  display: none; }

.filter {
  margin-bottom: 39px;
  background-color: #d78026;
  padding: 10px 0;
  color: white; }

.ovelay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: rgba(38, 38, 38, 0.9);
  transition: opacity .25s; }
  .ovelay .popup {
    min-width: 295px;
    min-height: 290px;
    padding: 0 15px;
    text-align: center;
    position: absolute;
    z-index: 99999;
    top: 23%;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    color: #2b2b2b; }
    .ovelay .popup .close_x {
      position: absolute;
      right: 0;
      right: -9px;
      top: -16px;
      cursor: pointer;
      z-index: 999999; }
    .ovelay .popup .logo {
      max-width: 165px;
      margin: 0 auto;
      padding: 18px 0 45px; }
      .ovelay .popup .logo img {
        max-width: 165px;
        display: inline-block; }
    .ovelay .popup h3 {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #098efe;
      margin: 0 0 7px; }
    .ovelay .popup p {
      font-size: 14px;
      font-weight: 400;
      font-weight: 600;
      text-transform: uppercase;
      color: #666666;
      width: 80%;
      margin: 0 auto 45px; }
    .ovelay .popup .close_index {
      padding: 10px 45px;
      background: #098efe;
      color: white;
      text-align: center;
      margin-bottom: 25px;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }

.date_time {
  color: #999999;
  font-size: 14px; }
  .date_time::before {
    content: "\f017";
    font-family: FontAwesome;
    padding-right: 5px; }

input {
  outline: none !important;
  box-shadow: none !important; }

textarea {
  outline: none !important;
  box-shadow: none !important; }

select {
  outline: none !important;
  box-shadow: none !important; }

@font-face {
  font-family: brush-up;
  src: url("../font/brush-up.ttf"); }
@font-face {
  font-family: UTM AvoBold;
  src: url("../font/UTM AvoBold.ttf"); }
@font-face {
  font-family: UTM_Trajan_Pro_Bol;
  src: url("../font/UTM_Trajan_Pro_Bol.ttf"); }
@font-face {
  font-family: Pacifico;
  src: url("../font/Pacifico.ttf"); }
@font-face {
  font-family: iCielAmerigraf;
  src: url("../font/iCielAmerigraf.ttf"); }
.panel_show {
  display: none; }

header .logo {
  max-width: 220px; }
  header .logo img {
    max-width: 220px;
    height: auto; }
header .hd_menu .navbar.navbar-default {
  margin: 0;
  padding: 30px 0 15px;
  box-shadow: none;
  border: 0px;
  border-radius: 0px; }
  header .hd_menu .navbar.navbar-default li {
    text-transform: uppercase;
    margin-right: 47px;
    position: relative; }
    header .hd_menu .navbar.navbar-default li:hover .sub_menu {
      top: 38px;
      transition: all 0.5s;
      visibility: visible;
      opacity: 1; }
    header .hd_menu .navbar.navbar-default li .sub_menu {
      position: absolute;
      min-width: 210px;
      background: #f8f8f8;
      z-index: 9999;
      padding: 0;
      margin: 0;
      top: 100px;
      left: 0;
      padding: 0 15px;
      transition: all 0.5s;
      box-shadow: 0px 4px 5px 0px rgba(102, 102, 102, 0.3) !important;
      opacity: 0;
      visibility: hidden; }
      header .hd_menu .navbar.navbar-default li .sub_menu li {
        list-style: none;
        margin: 0; }
        header .hd_menu .navbar.navbar-default li .sub_menu li:hover .sub_menu_2 {
          top: 0px;
          transition: all 0.5s;
          visibility: visible;
          opacity: 1; }
        header .hd_menu .navbar.navbar-default li .sub_menu li a {
          display: block; }
    header .hd_menu .navbar.navbar-default li .sub_menu_2 {
      position: absolute;
      min-width: 210px;
      background: #f8f8f8;
      z-index: 9999;
      padding: 0;
      margin: 0;
      top: 100px;
      left: 100%;
      padding: 0 15px;
      transition: all 0.5s;
      box-shadow: 0px 4px 5px 0px rgba(102, 102, 102, 0.3) !important;
      opacity: 0;
      visibility: hidden; }
      header .hd_menu .navbar.navbar-default li .sub_menu_2 li {
        list-style: none;
        margin: 0; }
        header .hd_menu .navbar.navbar-default li .sub_menu_2 li a {
          display: block; }
    header .hd_menu .navbar.navbar-default li a {
      font-size: 13px;
      color: #333333;
      padding: 10px 0;
      transition: all 0.4s;
      font-weight: 600; }
      header .hd_menu .navbar.navbar-default li a:hover {
        color: #d76b26;
        transition: all 0.4s; }
header .hd_menu .hd_top {
  display: block;
  width: 100%;
  overflow: hidden; }
  header .hd_menu .hd_top .fa.fa-phone {
    color: #a3a3a3;
    font-size: 16px; }
  header .hd_menu .hd_top ul {
    padding: 0;
    float: right;
    margin: 0; }
    header .hd_menu .hd_top ul li {
      vertical-align: top;
      list-style: none;
      display: inline-block;
      margin-left: 40px;
      margin-right: 0 !important; }
      header .hd_menu .hd_top ul li a {
        color: #797979;
        font-size: 14px;
        text-transform: none; }
        header .hd_menu .hd_top ul li a span {
          color: #ed1d24;
          font-size: 26px;
          font-weight: 600;
          margin-left: 15px; }
        header .hd_menu .hd_top ul li a:hover {
          color: #333333 !important; }
      header .hd_menu .hd_top ul li ul li {
        margin-left: 17px; }
        header .hd_menu .hd_top ul li ul li a {
          display: block; }
          header .hd_menu .hd_top ul li ul li a i {
            font-size: 20px; }
          header .hd_menu .hd_top ul li ul li a .fa.fa-facebook {
            color: #465994; }
          header .hd_menu .hd_top ul li ul li a .fa.fa-google {
            color: #f30000; }
          header .hd_menu .hd_top ul li ul li a .fa.fa-twitter {
            color: #28aae1; }
          header .hd_menu .hd_top ul li ul li a .fa.fa-youtube {
            color: #f30000; }
header .hd_menu .hd_form .form-group .btn.btn-primary {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0px;
  background: #b3b3b3;
  box-shadow: none;
  outline: none;
  color: white; }
header .hd_menu .hd_form .form-group .btn.btn-primary.click_input {
  position: relative;
  z-index: 999; }
header .hd_menu .hd_form .form-group .panel_show {
  position: absolute;
  top: 116%;
  right: 0;
  width: 240px;
  z-index: 999;
  border-radius: 0px;
  height: 40px;
  border: 1px solid #eee;
  box-shadow: 0px 4px 5px 0px rgba(102, 102, 102, 0.3) !important; }
header .hd_menu .menu_desktop .fa.fa-caret-down {
  margin-left: 5px; }

.slider .owl-nav {
  margin: 0; }
.slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px; }
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d76b26; }
.slider .owl-nav {
  display: none; }
.slider .item {
  position: relative; }
  .slider .item .hd_text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .slider .item .hd_text h2 {
      font-size: 30px;
      color: #482a04;
      font-family: UTM AvoBold;
      margin: 0 0 15px;
      text-transform: uppercase; }
    .slider .item .hd_text h3 {
      color: #d76b26;
      font-family: Pacifico;
      font-size: 86px;
      font-weight: 400;
      margin: 0; }
    .slider .item .hd_text h4 {
      font-family: iCielAmerigraf;
      font-size: 14px;
      color: white;
      float: right; }

.day {
  cursor: pointer;
  text-align: center; }
  .day:hover {
    background: #098efe;
    color: white; }

.search_home {
  padding: 52px 0; }
  .search_home .form_search {
    position: relative;
    z-index: 10;
    color: white;
    text-align: center; }
    .search_home .form_search form .day {
      text-align: center !important; }
    .search_home .form_search form label {
      font-size: 24px;
      font-family: Arial;
      padding-bottom: 30px;
      text-transform: uppercase;
      margin: 0;
      color: #333333; }
    .search_home .form_search form .form-control.dated {
      border: 1px solid #d76b26;
      box-shadow: none;
      cursor: pointer;
      background: #d76b26;
      outline: none;
      font-size: 14px;
      height: 39px;
      color: white;
      border-radius: 3px;
      outline: none; }
    .search_home .form_search form #datepicker {
      width: 100%;
      background: #d76b26;
      float: right;
      margin-bottom: 15px;
      border-radius: 3px; }
    .search_home .form_search form #datepicker > span:hover {
      cursor: pointer; }
    .search_home .form_search form .input-group-addon {
      color: white;
      border: 0px !important;
      box-shadow: none;
      background: #d76b26;
      border-radius: 3px;
      height: 39px;
      box-shadow: none;
      outline: none; }
    .search_home .form_search form .date_option {
      margin-bottom: 15px; }
      .search_home .form_search form .date_option select.orderby {
        border: 1px solid rgba(215, 107, 38, 0.6);
        height: 39px;
        width: 100%;
        background: none;
        padding: 0 6px;
        font-size: 14px;
        border-radius: 3px;
        color: #999999; }
        .search_home .form_search form .date_option select.orderby option {
          background: #d76b26;
          width: 100%;
          cursor: pointer;
          font-size: 14px;
          padding: 5px 0;
          color: white; }
    .search_home .form_search form button.btn.btn-primary {
      font-size: 14px;
      background: #088dff;
      border: 0px;
      border-radius: 30px;
      height: 50px;
      padding: 0 47px;
      box-shadow: none;
      text-shadow: none;
      margin-top: 10px;
      font-weight: 600;
      transition: all 0.4s;
      border: 1px solid #088dff; }
      .search_home .form_search form button.btn.btn-primary:hover {
        transition: all 0.3s;
        background: none;
        color: #d76b26;
        border: 1px solid #d76b26; }

.tour_sale, .tour_choose {
  margin-bottom: 62px; }
  .tour_sale .tour_title, .tour_choose .tour_title {
    text-align: center;
    margin-bottom: 50px; }
    .tour_sale .tour_title h2, .tour_choose .tour_title h2 {
      font-size: 24px;
      margin: 0 0 29px;
      color: #ff0000;
      text-transform: uppercase; }
    .tour_sale .tour_title h1, .tour_choose .tour_title h1 {
      font-size: 24px;
      margin: 0 0 29px;
      color: #333333;
      text-transform: uppercase;
      font-family: Arial; }
    .tour_sale .tour_title p, .tour_choose .tour_title p {
      color: #666666;
      font-weight: 500;
      padding: 0 95px; }

.tour_choose .tour_title {
  text-align: center;
  margin-bottom: 50px; }
  .tour_choose .tour_title h2 {
    font-size: 24px;
    margin: 0 0 29px;
    color: #333333;
    text-transform: uppercase;
    font-family: Arial; }
  .tour_choose .tour_title h1 {
    font-size: 24px;
    margin: 0 0 29px;
    color: #333333;
    text-transform: uppercase;
    font-family: Arial; }

.read_xt {
  text-align: center;
  margin-top: 25px; }
  .read_xt a {
    font-size: 14px;
    background: #088dff;
    border: 1px solid #088dff;
    border: 0px;
    border-radius: 30px;
    height: 50px;
    display: inline-block;
    padding: 0 47px;
    line-height: 50px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600;
    color: white;
    transition: all 0.4s; }
    .read_xt a:hover {
      transition: all 0.3s;
      background: none;
      color: #d76b26;
      border: 1px solid #d76b26; }

.tour_pro {
  margin-bottom: 30px; }
  .tour_pro .sale_thumb {
    position: relative;
    text-align: center; }
    .tour_pro .sale_thumb img {
      width: 100%;
      height: 167px;
      object-fit: cover;
      object-position: center;
      display: inline-block; }
    .tour_pro .sale_thumb .sale {
      position: absolute;
      top: 10px;
      left: -5px;
      color: white;
      background: #ec0303;
      padding: 7px 25px 6px 18px;
      height: 29px; }
      .tour_pro .sale_thumb .sale h5 {
        margin: 0;
        font-size: 13px;
        position: relative;
        font-weight: 600; }
        .tour_pro .sale_thumb .sale h5::before {
          content: '';
          position: absolute;
          top: 18px;
          width: 0;
          height: 0;
          left: -16px;
          border: 4px solid transparent;
          border-left: 4px solid #620000;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .tour_pro .sale_thumb .sale_address {
      position: absolute;
      bottom: 0;
      left: 0px;
      font-size: 14px;
      color: white;
      background: rgba(9, 142, 254, 0.6);
      padding: 7px 13px 6px 13px;
      width: 100%;
      text-align: left;
      height: 32px; }
      .tour_pro .sale_thumb .sale_address h5 {
        margin: 0;
        font-size: 14px;
        position: relative;
        font-weight: 600; }
        .tour_pro .sale_thumb .sale_address h5::before {
          content: "\f041";
          font-family: FontAwesome;
          margin-right: 9px;
          font-size: 18px;
          color: #d76b26; }
  .tour_pro .sale_text .tab_text p {
    line-height: 22px; }
  .tour_pro .sale_text .tab_text strong {
    color: #d76b26;
    text-transform: uppercase;
    font-weight: 600; }
  .tour_pro .sale_text h3 {
    margin: 18px 0 0px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    min-height: 45px; }
    .tour_pro .sale_text h3 a {
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 600;
      display: block;
      color: #098efe;
      transition: all 0.3s; }
      .tour_pro .sale_text h3 a:hover {
        transition: all 0.3s;
        color: #d76b26; }
  .tour_pro .sale_text .star {
    margin-bottom: 8px;
    display: block; }
    .tour_pro .sale_text .star i {
      color: #d76b26; }
  .tour_pro .sale_text .start {
    min-height: 20px;
    line-height: 20px;
    overflow: hidden;
    max-height: 20px; }
  .tour_pro .sale_text .sale_ct {
    font-size: 12px;
    color: #666666;
    margin-bottom: 6px; }
    .tour_pro .sale_text .sale_ct .sl_time {
      display: inline-block;
      margin-right: 17px; }
      .tour_pro .sale_text .sale_ct .sl_time::before {
        content: url("../images/time.png");
        background-size: cover;
        padding-right: 2px; }
    .tour_pro .sale_text .sale_ct .sl_fly {
      display: inline-flex;
      padding-left: 20px; }
      .tour_pro .sale_text .sale_ct .sl_fly::before {
        content: url("../images/fly.png");
        background-size: cover;
        padding-right: 2px; }
    .tour_pro .sale_text .sale_ct .sl_slot {
      float: right; }
      .tour_pro .sale_text .sale_ct .sl_slot::before {
        content: url("../images/slot.png");
        background-size: cover;
        padding-right: 2px; }
    .tour_pro .sale_text .sale_ct .sl_slot_2 {
      padding-right: 12px; }
      .tour_pro .sale_text .sale_ct .sl_slot_2::before {
        content: url("../images/slot.png");
        background-size: cover;
        padding-left: 12px; }
  .tour_pro .sale_text .price {
    display: block;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden; }
    .tour_pro .sale_text .price .pc_price {
      font-size: 18px;
      font-weight: 600;
      color: #ec0303;
      padding-right: 5px; }
    .tour_pro .sale_text .price .pc_sale_off {
      font-size: 13px;
      color: #666666;
      text-decoration: line-through; }

.feedback_home {
  background: url("../images/tour_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 27px 0;
  text-align: center;
  position: relative; }
  .feedback_home::before {
    content: "";
    background: rgba(26, 42, 54, 0.7);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .feedback_home .owl-nav {
    display: none; }
  .feedback_home .feed_carou {
    position: relative;
    z-index: 99;
    color: white; }
    .feedback_home .feed_carou .item_thumb {
      height: 160px;
      width: 160px;
      overflow: hidden;
      display: inline-block;
      text-align: center;
      border-radius: 50%; }
      .feedback_home .feed_carou .item_thumb img {
        height: 160px;
        width: 160px;
        overflow: hidden;
        object-fit: cover;
        object-position: center center;
        display: inline-block; }
    .feedback_home .feed_carou .hd_text h2 {
      color: #d76b26;
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 17px 0px; }
    .feedback_home .feed_carou .hd_text p {
      color: white;
      font-size: 14px;
      line-height: 24px;
      padding: 0 100px; }
  .feedback_home .owl-theme .owl-dots .owl-dot.active span,
  .feedback_home .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d76b26; }

.news_home {
  padding: 80px 0px; }
  .news_home img {
    width: 100%; }
  .news_home .new_title h2 {
    margin: 0 0 34px;
    color: #098efe;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600; }
  .news_home .new_ct h3 {
    margin: 0 0 15px; }
    .news_home .new_ct h3 a {
      display: block;
      color: #d76b26;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px; }
  .news_home .new_ct p {
    color: #666666;
    line-height: 22px; }
  .news_home .new_ct .date_ct {
    color: #c7c7c7;
    display: block; }
  .news_home .new_ct .xem_them a {
    color: #c7c7c7;
    display: block;
    transition: all 0.3s; }
    .news_home .new_ct .xem_them a:hover {
      color: #d76b26;
      transition: all 0.3s; }
  .news_home .new_list ul {
    padding: 0; }
    .news_home .new_list ul li {
      list-style: none;
      width: 47%;
      display: inline-block;
      padding-bottom: 13px;
      margin-bottom: 19px;
      border-bottom: 1px solid #d4d4d4; }
      .news_home .new_list ul li:nth-child(even) {
        float: right; }
      .news_home .new_list ul li a {
        color: #666666;
        transition: all 0.3s;
        display: block;
        line-height: 22px; }
        .news_home .new_list ul li a:hover {
          color: #d76b26;
          transition: all 0.3s; }

footer {
  background-image: url("../images/HomePage.png");
  background-color: #1e1e1f;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  padding: 59px 0 32px; }
  footer .logo {
    max-width: 220px;
    display: block;
    padding-top: 60px;
    margin: 0 auto; }
    footer .logo img {
      max-width: 220px;
      height: auto;
      display: inline-block; }
  footer .ft_title {
    margin-bottom: 55px;
    text-align: center; }
    footer .ft_title h2 {
      font-size: 20px;
      color: #d76b26;
      position: relative;
      padding-bottom: 18px;
      font-weight: 600;
      text-transform: capitalize; }
      footer .ft_title h2::before {
        content: "";
        position: absolute;
        background: #d76b26;
        width: 80px;
        height: 6px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none; }
  footer .ft_content {
    text-align: left !important; }
    footer .ft_content .ft_title h4 {
      font-size: 14px;
      font-family: iCielAmerigraf;
      font-style: italic; }
    footer .ft_content .ft_title_2 h2 {
      margin: 0 0 32px;
      text-transform: uppercase;
      color: #d76b26;
      font-size: 16px;
      font-weight: 600; }
    footer .ft_content .ft_title_2 h3 {
      margin: 0 0 15px;
      text-transform: uppercase;
      color: #d76b26;
      font-size: 16px;
      font-weight: 600; }
    footer .ft_content .ft_title_2 ul li {
      line-height: 26px; }
      footer .ft_content .ft_title_2 ul li strong {
        text-transform: capitalize;
        color: white;
        font-weight: 600;
        display: block;
        color: #d76b26; }
      footer .ft_content .ft_title_2 ul li a {
        color: white;
        transition: all 0.4s; }
        footer .ft_content .ft_title_2 ul li a:hover {
          transition: all 0.3s;
          color: #d76b26; }
        footer .ft_content .ft_title_2 ul li a span {
          color: #d76b26;
          font-weight: 600; }
    footer .ft_content .ft_line .line_title {
      text-align: left; }
      footer .ft_content .ft_line .line_title h2 {
        color: #d76b26;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 10px; }
    footer .ft_content .ft_line .line_form {
      padding-top: 30px;
      margin: 30px 0 23px;
      border-top: 1px solid #3d3d3e; }
      footer .ft_content .ft_line .line_form label {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 20px; }
      footer .ft_content .ft_line .line_form .form-group {
        margin: 0;
        position: relative; }
        footer .ft_content .ft_line .line_form .form-group button.btn.btn-primary {
          position: absolute;
          right: 0;
          top: 0;
          height: 30px;
          line-height: 12px;
          padding: 0 8px;
          border: 0px;
          border-radius: 0px;
          text-align: center;
          background: #d76b26; }
        footer .ft_content .ft_line .line_form .form-group input {
          font-size: 14px;
          border-radius: 0px;
          height: 30px;
          border: 1px solid #ffe5c2; }
    footer .ft_content .ft_line .line_thumb {
      padding-bottom: 25px;
      overflow: hidden; }
      footer .ft_content .ft_line .line_thumb .item {
        width: 20%;
        float: left;
        text-align: center; }
        footer .ft_content .ft_line .line_thumb .item img {
          width: 95%; }
    footer .ft_content .ft_bottom {
      display: block;
      width: 100%;
      overflow: hidden; }
      footer .ft_content .ft_bottom ul {
        padding: 0;
        float: right;
        margin: 0; }
        footer .ft_content .ft_bottom ul li {
          vertical-align: top;
          list-style: none;
          display: inline-block;
          margin-left: 10px;
          margin-right: 0 !important; }
          footer .ft_content .ft_bottom ul li a {
            display: block; }
            footer .ft_content .ft_bottom ul li a i {
              font-size: 20px; }
            footer .ft_content .ft_bottom ul li a .fa.fa-facebook {
              color: #465994; }
            footer .ft_content .ft_bottom ul li a .fa.fa-google {
              color: #f30000; }
            footer .ft_content .ft_bottom ul li a .fa.fa-twitter {
              color: #28aae1; }
            footer .ft_content .ft_bottom ul li a .fa.fa-youtube {
              color: #f30000; }

.copy_right {
  text-align: center;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid #3d3d3e;
  font-size: 13px; }
  .copy_right span {
    color: #d76b26; }

.info_main {
  margin-bottom: 55px;
  padding-bottom: 49px;
  border-bottom: 1px solid #d6d6d6; }
  .info_main .nav-pills > li + li {
    margin-left: 50px; }
  .info_main .info_menu {
    text-align: center;
    padding: 0 0 39px; }
    .info_main .info_menu .nav > li > a:focus,
    .info_main .info_menu .nav > li > a:hover {
      background: none !important;
      color: #d76b26; }
      .info_main .info_menu .nav > li > a:focus span,
      .info_main .info_menu .nav > li > a:hover span {
        background: #d76b26;
        transition: all 0.5s; }
    .info_main .info_menu ul {
      display: inline-block; }
      .info_main .info_menu ul .active a {
        background: none;
        color: #d76b26; }
        .info_main .info_menu ul .active a span {
          background: #d76b26;
          transition: all 0.4s; }
      .info_main .info_menu ul li {
        display: inline-block; }
        .info_main .info_menu ul li:last-child a span::before {
          content: ""; }
        .info_main .info_menu ul li a {
          padding: 0px 4px;
          color: #333333;
          font-weight: 600;
          font-size: 14px; }
          .info_main .info_menu ul li a span {
            display: block;
            width: 52px;
            height: 52px;
            background: #999999;
            line-height: 52px;
            text-align: center;
            margin: 0 auto;
            font-size: 16px;
            color: white;
            font-weight: 600;
            border-radius: 8px;
            margin-bottom: 12px;
            position: relative; }
            .info_main .info_menu ul li a span::before {
              content: url("../images/icon.png");
              position: absolute;
              padding-right: 80px;
              left: 83%;
              transform: scale(0.3);
              top: -15px;
              z-index: 9999; }
  .info_main .tab_option .date_title {
    margin-bottom: 15px; }
    .info_main .tab_option .date_title span {
      color: #d76b26; }
  .info_main .tab_option .orderby {
    padding: 10px;
    border: 1px solid rgba(9, 142, 254, 0.3);
    width: 100%; }
  .info_main #menu_info3 {
    overflow: hidden;
    padding: 20px 0 10px; }
    .info_main #menu_info3 .line_thumb {
      padding-bottom: 15px;
      overflow: hidden; }
      .info_main #menu_info3 .line_thumb .item {
        width: 20%;
        float: left;
        text-align: center; }
        .info_main #menu_info3 .line_thumb .item img {
          width: 95%; }
    .info_main #menu_info3 .method h3 {
      background: #d76b26 !important;
      margin-bottom: 20px !important;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 600;
      height: 40px;
      line-height: 40px; }
    .info_main #menu_info3 .method .ip_radio {
      height: 0;
      margin-bottom: 10px !important;
      line-height: 21px;
      vertical-align: top;
      font-size: 13px;
      -webkit-appearance: none;
      border: 1px solid #098efe;
      width: 12px;
      height: 12px;
      margin-right: 8px;
      border-radius: 50%;
      position: relative; }
      .info_main #menu_info3 .method .ip_radio:checked:after {
        content: '';
        color: #d499c4;
        background: #098efe;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        line-height: 1px;
        font-size: 14px;
        position: absolute;
        left: 1px;
        top: 1px;
        text-align: center;
        line-height: 6px; }
    .info_main #menu_info3 .method span {
      font-weight: 600; }
    .info_main #menu_info3 .method ul li {
      border: 0px;
      margin-bottom: 15px; }
      .info_main #menu_info3 .method ul li input {
        border-radius: 0px;
        height: 40px; }
    .info_main #menu_info3 .line_thumb {
      padding-bottom: 20px; }
    .info_main #menu_info3 ul {
      padding: 0;
      margin: 0; }
      .info_main #menu_info3 ul .heading {
        font-weight: bold;
        border-bottom: 0; }
      .info_main #menu_info3 ul .tour {
        font-weight: bold;
        border-bottom: 0; }
        .info_main #menu_info3 ul .tour .title {
          color: #098efe; }
      .info_main #menu_info3 ul .tieuchuan {
        margin-bottom: 20px;
        border-bottom: 0; }
        .info_main #menu_info3 ul .tieuchuan .fa {
          color: #098efe;
          margin-right: 5px; }
        .info_main #menu_info3 ul .tieuchuan .sl_fly {
          margin-right: 20px; }
        .info_main #menu_info3 ul .tieuchuan .fa-plane {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      .info_main #menu_info3 ul li {
        list-style: none;
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 15px; }
        .info_main #menu_info3 ul li:last-child {
          border-bottom: none !important;
          margin-bottom: 20px; }
        .info_main #menu_info3 ul li .title_price {
          text-align: left; }
          .info_main #menu_info3 ul li .title_price h4 {
            font-size: 14px;
            margin: 0;
            font-weight: 600;
            padding-bottom: 23px; }
          .info_main #menu_info3 ul li .title_price h3 {
            font-size: 16px;
            color: #098efe;
            font-weight: 700;
            margin: 0;
            text-align: left;
            padding-bottom: 16px; }
          .info_main #menu_info3 ul li .title_price p {
            font-size: 14px;
            margin: 0;
            padding-bottom: 18px; }
          .info_main #menu_info3 ul li .title_price h2 {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            padding-top: 5px; }
        .info_main #menu_info3 ul li .info_price {
          text-align: right; }
          .info_main #menu_info3 ul li .info_price h4 {
            font-size: 14px;
            margin: 0;
            font-weight: 600;
            padding-bottom: 23px; }
          .info_main #menu_info3 ul li .info_price .price_num {
            color: #ec0303;
            font-weight: 600;
            font-size: 15.5px;
            display: block;
            text-align: right;
            padding-bottom: 19px; }
    .info_main #menu_info3 .form_contact input {
      box-shadow: none;
      height: 40px;
      border-radius: 0px;
      border: 1px solid #eee;
      margin-bottom: 14px;
      font-size: 14px;
      color: #333333;
      background: none; }
      .info_main #menu_info3 .form_contact input::placeholder {
        color: #999999; }
    .info_main #menu_info3 .form_contact .orderby {
      height: 32px;
      padding-left: 9px;
      width: 100%;
      border: 1px solid #eee;
      margin-bottom: 14px;
      font-size: 14px;
      color: #999999;
      background: none;
      border-radius: 0px;
      box-shadow: none;
      outline: none; }
      .info_main #menu_info3 .form_contact .orderby::placeholder {
        color: #999999; }
      .info_main #menu_info3 .form_contact .orderby option {
        text-transform: capitalize !important; }
    .info_main #menu_info3 .form_contact textarea {
      width: 100%;
      padding: 9px;
      border: 1px solid #eee;
      font-size: 14px;
      color: #333333; }
    .info_main #menu_info3 .form_contact p {
      padding: 20px 0;
      font-size: 14px; }
      .info_main #menu_info3 .form_contact p span {
        color: #ec0303; }
    .info_main #menu_info3 .form_contact .form_title, .info_main #menu_info3 .form_contact .method {
      margin-bottom: 20px; }
      .info_main #menu_info3 .form_contact .form_title h3, .info_main #menu_info3 .form_contact .method h3 {
        margin: 0;
        background: #098efe;
        color: white;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        padding: 11px 0;
        font-weight: 600; }
    .info_main #menu_info3 .form_contact .form_name select {
      width: 25%;
      float: left;
      height: 40px;
      border: 1px solid #eee;
      border-right: 1px solid #cfcfcf; }
    .info_main #menu_info3 .form_contact .form_name input {
      width: 75%;
      float: left;
      border-radius: 0px;
      border: 1px solid #eee;
      border-left: 1px solid #cfcfcf; }

.tab_form {
  text-align: center;
  padding-top: 25px;
  overflow: hidden;
  width: 100%; }
  .tab_form .btn.btn-primary {
    min-width: 160px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
    border: 1px solid transparent;
    transition: all 0.3s; }
  .tab_form .add_tour {
    background: #098efe;
    margin-right: 5px; }
    .tab_form .add_tour:hover {
      border: 1px solid #098efe;
      background: none;
      color: #098efe;
      transition: all 0.3s; }
  .tab_form .option_tour {
    background: #d76b26; }
    .tab_form .option_tour:hover {
      border: 1px solid #d76b26;
      background: none;
      color: #d76b26;
      transition: all 0.3s; }

.check_slot .title_ck {
  float: left; }
  .check_slot .title_ck h1 {
    margin: 0;
    font-size: 20px;
    color: #ff0000;
    font-family: Arial;
    text-transform: uppercase; }
  .check_slot .title_ck h3 {
    margin: 0;
    font-size: 20px;
    color: #ff0000;
    font-family: Arial;
    text-transform: uppercase; }
.check_slot .ck_content {
  margin-top: 80px; }
  .check_slot .ck_content .tour_pro {
    margin-bottom: 20px; }
.check_slot .check_title {
  vertical-align: middle;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden; }
  .check_slot .check_title .list_brand ul {
    padding: 0; }
    .check_slot .check_title .list_brand ul li {
      list-style: none;
      display: inline-block; }
      .check_slot .check_title .list_brand ul li a {
        color: #333333;
        transition: all 0.3s; }
        .check_slot .check_title .list_brand ul li a:hover {
          transition: all 0.3s;
          color: #d76b26; }
        .check_slot .check_title .list_brand ul li a:after {
          content: "\f0da";
          margin: 0 5px 0 9px;
          color: #999999;
          font-family: FontAwesome; }
      .check_slot .check_title .list_brand ul li h5 {
        font-size: 14px;
        margin: 0;
        color: #f10404; }
.check_slot .ck_product .tour_pro .sale_thumb img {
  height: auto; }
.check_slot .ck_product .tour_pro .sale_text h1 {
  margin: 0 0 14px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  color: #098efe;
  transition: all 0.3s; }
.check_slot .glyphicon.glyphicon-calendar::before {
  color: #098efe; }
.check_slot .sale_tab_pills, .check_slot .news_tab_pills {
  margin-top: 30px; }
  .check_slot .sale_tab_pills .tab-content img, .check_slot .news_tab_pills .tab-content img {
    max-width: 100%; }
  .check_slot .sale_tab_pills .news_list, .check_slot .news_tab_pills .news_list {
    padding-top: 20px; }
    .check_slot .sale_tab_pills .news_list .news_item, .check_slot .news_tab_pills .news_list .news_item {
      overflow: hidden;
      padding-bottom: 12px;
      margin-bottom: 15px;
      border-bottom: 1px solid #c7c7c7; }
      .check_slot .sale_tab_pills .news_list .news_item h3, .check_slot .news_tab_pills .news_list .news_item h3 {
        margin: 0;
        height: 32px;
        overflow: hidden; }
        .check_slot .sale_tab_pills .news_list .news_item h3 a, .check_slot .news_tab_pills .news_list .news_item h3 a {
          color: #000000;
          transition: all 0.3s;
          font-size: 14px;
          display: inline-block;
          line-height: 16px;
          font-weight: 700;
          text-transform: uppercase;
          height: 39px; }
          .check_slot .sale_tab_pills .news_list .news_item h3 a:hover, .check_slot .news_tab_pills .news_list .news_item h3 a:hover {
            transition: all 0.3s;
            color: #098efe; }
  .check_slot .sale_tab_pills #menu_sale2 h3, .check_slot .news_tab_pills #menu_sale2 h3 {
    color: white;
    font-size: 13px;
    background: #098efe;
    padding: 12px 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 18px;
    padding-left: 34px;
    height: 40px;
    margin-bottom: 20px; }
    .check_slot .sale_tab_pills #menu_sale2 h3:before, .check_slot .news_tab_pills #menu_sale2 h3:before {
      content: url(../images/icon2.png);
      position: absolute;
      left: 8px;
      top: 10px; }
  .check_slot .sale_tab_pills #menu_sale3 ul, .check_slot .news_tab_pills #menu_sale3 ul {
    padding: 0; }
    .check_slot .sale_tab_pills #menu_sale3 ul li, .check_slot .news_tab_pills #menu_sale3 ul li {
      list-style: none;
      padding: 0px 0 11px;
      overflow: hidden;
      border-bottom: 1px solid #c7c7c7; }
      .check_slot .sale_tab_pills #menu_sale3 ul li .sale_text, .check_slot .news_tab_pills #menu_sale3 ul li .sale_text {
        padding: 0; }
      .check_slot .sale_tab_pills #menu_sale3 ul li .sale_ct, .check_slot .news_tab_pills #menu_sale3 ul li .sale_ct {
        float: left;
        margin: 0;
        padding-top: 20px; }
        .check_slot .sale_tab_pills #menu_sale3 ul li .sale_ct .sl_fly, .check_slot .news_tab_pills #menu_sale3 ul li .sale_ct .sl_fly {
          display: inline-flex; }
          .check_slot .sale_tab_pills #menu_sale3 ul li .sale_ct .sl_fly::before, .check_slot .news_tab_pills #menu_sale3 ul li .sale_ct .sl_fly::before {
            content: url("../images/fly_green.png");
            background-size: cover;
            padding-right: 2px; }
        .check_slot .sale_tab_pills #menu_sale3 ul li .sale_ct .sl_slot_2, .check_slot .news_tab_pills #menu_sale3 ul li .sale_ct .sl_slot_2 {
          padding-right: 12px; }
          .check_slot .sale_tab_pills #menu_sale3 ul li .sale_ct .sl_slot_2::before, .check_slot .news_tab_pills #menu_sale3 ul li .sale_ct .sl_slot_2::before {
            content: url("../images/slot_green.png");
            background-size: cover;
            padding-left: 12px; }
      .check_slot .sale_tab_pills #menu_sale3 ul li .sl_form, .check_slot .news_tab_pills #menu_sale3 ul li .sl_form {
        float: right; }
        .check_slot .sale_tab_pills #menu_sale3 ul li .sl_form .btn.btn-primary, .check_slot .news_tab_pills #menu_sale3 ul li .sl_form .btn.btn-primary {
          font-size: 12px;
          background: #ec0303;
          color: white;
          border: none;
          border-radius: 0px;
          font-weight: 600;
          transition: all 0.3s;
          border: 1px solid #ec0303; }
          .check_slot .sale_tab_pills #menu_sale3 ul li .sl_form .btn.btn-primary:hover, .check_slot .news_tab_pills #menu_sale3 ul li .sl_form .btn.btn-primary:hover {
            transition: all 0.3s;
            color: #ec0303;
            background: none; }
  .check_slot .sale_tab_pills #menu_sale4 ul, .check_slot .news_tab_pills #menu_sale4 ul {
    padding: 0;
    margin: 0; }
    .check_slot .sale_tab_pills #menu_sale4 ul li, .check_slot .news_tab_pills #menu_sale4 ul li {
      list-style: none;
      padding: 19px 0 9px;
      border-bottom: 1px dotted #cccccc; }
      .check_slot .sale_tab_pills #menu_sale4 ul li .name, .check_slot .news_tab_pills #menu_sale4 ul li .name {
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
        padding-bottom: 6px;
        font-weight: 700;
        display: inline-block;
        margin-right: 22px; }
      .check_slot .sale_tab_pills #menu_sale4 ul li .address, .check_slot .news_tab_pills #menu_sale4 ul li .address {
        color: #9f9f9f;
        font-size: 14px;
        text-transform: capitalize;
        padding-bottom: 12px;
        display: block;
        display: inline-block; }
      .check_slot .sale_tab_pills #menu_sale4 ul li ul li, .check_slot .news_tab_pills #menu_sale4 ul li ul li {
        border: none;
        padding: 0; }
        .check_slot .sale_tab_pills #menu_sale4 ul li ul li:first-child, .check_slot .news_tab_pills #menu_sale4 ul li ul li:first-child {
          border-top: none; }
        .check_slot .sale_tab_pills #menu_sale4 ul li ul li a, .check_slot .news_tab_pills #menu_sale4 ul li ul li a {
          color: #33b5ff; }
        .check_slot .sale_tab_pills #menu_sale4 ul li ul li .light p, .check_slot .news_tab_pills #menu_sale4 ul li ul li .light p {
          color: #999999;
          line-height: 24px; }
          .check_slot .sale_tab_pills #menu_sale4 ul li ul li .light p::before, .check_slot .news_tab_pills #menu_sale4 ul li ul li .light p::before {
            content: "\f164";
            font-family: FontAwesome;
            color: #75b544;
            padding-right: 8px; }
        .check_slot .sale_tab_pills #menu_sale4 ul li ul li .defect p, .check_slot .news_tab_pills #menu_sale4 ul li ul li .defect p {
          color: #999999;
          line-height: 24px; }
          .check_slot .sale_tab_pills #menu_sale4 ul li ul li .defect p::before, .check_slot .news_tab_pills #menu_sale4 ul li ul li .defect p::before {
            content: "\f165";
            font-family: FontAwesome;
            color: #d01305;
            padding-right: 8px; }
  .check_slot .sale_tab_pills .nav-pills > li > a, .check_slot .news_tab_pills .nav-pills > li > a {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 0px;
    background: #d7d7d7;
    text-align: center;
    color: #666666;
    position: relative; }
  .check_slot .sale_tab_pills .nav-pills > li.active > a, .check_slot .news_tab_pills .nav-pills > li.active > a,
  .check_slot .sale_tab_pills .nav-pills > li.active > a:focus,
  .check_slot .news_tab_pills .nav-pills > li.active > a:focus,
  .check_slot .sale_tab_pills .nav-pills > li.active > a:hover,
  .check_slot .news_tab_pills .nav-pills > li.active > a:hover {
    background-color: #098efe;
    color: white; }
    .check_slot .sale_tab_pills .nav-pills > li.active > a::before, .check_slot .news_tab_pills .nav-pills > li.active > a::before,
    .check_slot .sale_tab_pills .nav-pills > li.active > a:focus::before,
    .check_slot .news_tab_pills .nav-pills > li.active > a:focus::before,
    .check_slot .sale_tab_pills .nav-pills > li.active > a:hover::before,
    .check_slot .news_tab_pills .nav-pills > li.active > a:hover::before {
      content: "";
      position: absolute;
      bottom: -13px;
      left: 50%;
      transform: translateX(-50%);
      border: 7px solid transparent;
      border-top: 7px solid #098efe;
      z-index: 9999; }
  .check_slot .sale_tab_pills .nav-pills > li, .check_slot .news_tab_pills .nav-pills > li {
    margin-right: -2px;
    border-right: 1px solid #c7c7c7;
    height: 42px; }
    .check_slot .sale_tab_pills .nav-pills > li:last-child, .check_slot .news_tab_pills .nav-pills > li:last-child {
      border-right: none; }
    .check_slot .sale_tab_pills .nav-pills > li a, .check_slot .news_tab_pills .nav-pills > li a {
      padding: 11px 20px; }
  .check_slot .sale_tab_pills .sale_tab_menu, .check_slot .news_tab_pills .sale_tab_menu {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center; }
  .check_slot .sale_tab_pills .nav.nav-pills, .check_slot .news_tab_pills .nav.nav-pills {
    display: inline-block; }
  .check_slot .sale_tab_pills .tab-content, .check_slot .news_tab_pills .tab-content {
    padding: 15px 0 0px; }
  .check_slot .sale_tab_pills p, .check_slot .news_tab_pills p {
    line-height: 22px; }
  .check_slot .sale_tab_pills .list_host, .check_slot .news_tab_pills .list_host {
    margin-bottom: 20px; }
    .check_slot .sale_tab_pills .list_host h3, .check_slot .news_tab_pills .list_host h3 {
      color: white;
      font-size: 13px;
      background: #098efe;
      padding: 12px 10px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      line-height: 18px;
      padding-left: 34px;
      height: 40px;
      margin-bottom: 20px; }
      .check_slot .sale_tab_pills .list_host h3::before, .check_slot .news_tab_pills .list_host h3::before {
        content: url("../images/icon2.png");
        position: absolute;
        left: 8px;
        top: 10px; }
    .check_slot .sale_tab_pills .list_host ul, .check_slot .news_tab_pills .list_host ul {
      padding: 0;
      margin: 0; }
      .check_slot .sale_tab_pills .list_host ul li, .check_slot .news_tab_pills .list_host ul li {
        list-style: none;
        font-size: 14px;
        margin-bottom: 10px; }
        .check_slot .sale_tab_pills .list_host ul li::before, .check_slot .news_tab_pills .list_host ul li::before {
          content: "\f046";
          font-family: FontAwesome;
          padding-right: 10px;
          color: #098efe; }
  .check_slot .sale_tab_pills .title_red h3, .check_slot .news_tab_pills .title_red h3 {
    background: #f53c3c; }
  .check_slot .sale_tab_pills .title_red ul li, .check_slot .news_tab_pills .title_red ul li {
    font-size: 13px; }
    .check_slot .sale_tab_pills .title_red ul li::before, .check_slot .news_tab_pills .title_red ul li::before {
      content: url("../images/icon3.png");
      padding-right: 10px;
      color: #ec0303; }
  .check_slot .sale_tab_pills .panel-group, .check_slot .news_tab_pills .panel-group {
    margin-top: 30px; }
    .check_slot .sale_tab_pills .panel-group .panel-body, .check_slot .news_tab_pills .panel-group .panel-body {
      padding: 15px 0 0px; }
      .check_slot .sale_tab_pills .panel-group .panel-body p, .check_slot .news_tab_pills .panel-group .panel-body p {
        font-size: 15px;
        color: #666666; }
    .check_slot .sale_tab_pills .panel-group .panel.panel-default.active .panel-heading, .check_slot .news_tab_pills .panel-group .panel.panel-default.active .panel-heading {
      background: #d76b26;
      color: white;
      transition: all 0s; }
      .check_slot .sale_tab_pills .panel-group .panel.panel-default.active .panel-heading span, .check_slot .news_tab_pills .panel-group .panel.panel-default.active .panel-heading span {
        color: white; }
    .check_slot .sale_tab_pills .panel-group .panel, .check_slot .news_tab_pills .panel-group .panel {
      border-radius: 0;
      border: 0px;
      box-shadow: none;
      margin-bottom: 10px; }
      .check_slot .sale_tab_pills .panel-group .panel .panel-heading, .check_slot .news_tab_pills .panel-group .panel .panel-heading {
        padding: 0;
        color: #000000;
        transition: all 0s; }
        .check_slot .sale_tab_pills .panel-group .panel .panel-heading span, .check_slot .news_tab_pills .panel-group .panel .panel-heading span {
          color: #098efe;
          padding-right: 10px;
          font-weight: 600; }
        .check_slot .sale_tab_pills .panel-group .panel .panel-heading .panel-title a, .check_slot .news_tab_pills .panel-group .panel .panel-heading .panel-title a {
          position: relative;
          display: block;
          padding: 7px 27px 8px 12px;
          font-size: 14px;
          font-weight: normal;
          line-height: 28px;
          margin: 0;
          color: #333;
          text-decoration: none;
          height: 40px; }
          .check_slot .sale_tab_pills .panel-group .panel .panel-heading .panel-title a:before, .check_slot .news_tab_pills .panel-group .panel .panel-heading .panel-title a:before {
            content: "\f067";
            font-family: "FontAwesome";
            font-size: 13px;
            width: 25px;
            height: 25px;
            position: absolute;
            border-radius: 50%;
            right: 10px;
            top: 8px;
            line-height: 25px;
            color: white;
            text-align: center;
            background: #098efe; }
    .check_slot .sale_tab_pills .panel-group .active .panel-heading .panel-title a, .check_slot .news_tab_pills .panel-group .active .panel-heading .panel-title a {
      color: white; }
      .check_slot .sale_tab_pills .panel-group .active .panel-heading .panel-title a:before, .check_slot .news_tab_pills .panel-group .active .panel-heading .panel-title a:before {
        content: "\f068" !important; }
.check_slot .news_tab_pills {
  margin-top: 0px; }
  .check_slot .news_tab_pills .check_title {
    padding-bottom: 15px; }
  .check_slot .news_tab_pills .news_list {
    padding-top: 20px; }
    .check_slot .news_tab_pills .news_list .news_item {
      overflow: hidden;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px dashed #c7c7c7; }
      .check_slot .news_tab_pills .news_list .news_item h3 {
        margin: 0;
        height: 32px;
        overflow: hidden; }
        .check_slot .news_tab_pills .news_list .news_item h3 a {
          color: #000000;
          transition: all 0.3s;
          font-size: 14px;
          display: inline-block;
          line-height: 16px;
          font-weight: 700;
          text-transform: uppercase; }
          .check_slot .news_tab_pills .news_list .news_item h3 a:hover {
            transition: all 0.3s;
            color: #098efe; }

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  z-index: 9999999 !important; }

article h1 {
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600; }
article img {
  max-width: 100%; }

.detail_share {
  margin: 10px 0 20px; }
  .detail_share ul {
    padding: 0; }
    .detail_share ul li {
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
      .detail_share ul li #___plus_0 {
        margin-top: 4px !important; }
      .detail_share ul li #___plus_1 {
        margin-top: 4px !important; }
      .detail_share ul li #twitter-widget-0 {
        margin-top: 4px; }
      .detail_share ul li #twitter-widget-1 {
        margin-top: 4px; }

.sl_form {
  margin-top: 10px;
  display: block; }
  .sl_form .btn.btn-primary {
    padding: 0 17px;
    font-size: 16px;
    background: #ec0303;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    transition: all 0.3s;
    border: 1px solid #ec0303; }
    .sl_form .btn.btn-primary:hover {
      background: none;
      color: #ec0303; }

article img {
  max-width: 100%; }
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  article table tbody tr:nth-child(odd) {
    background: #ccc; }
  article table tbody tr:nth-child(even) {
    background: #fff; }
  article table tr {
    border: 1px solid #e1e1e1; }
    article table tr td {
      border: 1px solid #e1e1e1;
      padding: 10px 5px 10px 10px; }
    article table tr th {
      border: 1px solid #e1e1e1;
      padding: 10px 5px;
      text-align: center; }

.phantrang {
  text-align: center;
  width: 100%;
  display: block; }

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block; }

.pagination a.active {
  background-color: #d76b26;
  color: white; }

.pagination {
  margin: 5px 0 40px; }

.pagination a:hover:not(.active) {
  background-color: #ddd; }

.tab_option {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  .tab_option .sg_ip {
    background: none;
    border: 0px; }
  .tab_option .date_title {
    margin-bottom: 10px; }
    .tab_option .date_title span {
      color: #d76b26; }
  .tab_option input[type="number"] {
    width: 100%;
    padding: 10px; }
  .tab_option .orderby {
    padding: 10px;
    border: 1px solid rgba(9, 142, 254, 0.3);
    width: 100%; }
  .tab_option #datepicker1 {
    display: inline-flex;
    position: relative; }
    .tab_option #datepicker1 .glyphicon {
      top: 12px;
      right: 0;
      position: absolute; }
    .tab_option #datepicker1 input::placeholder {
      color: #666666 !important; }
    .tab_option #datepicker1::after {
      content: "\f0d7";
      line-height: 41px;
      font-family: FontAwesome;
      position: absolute;
      right: 17%;
      color: #333333; }
    .tab_option #datepicker1 .input-group-addon {
      background: none;
      border: none;
      line-height: 24px;
      cursor: pointer; }
    .tab_option #datepicker1 .form-control.dated {
      border-radius: 0px;
      background: none;
      height: 41px;
      padding: 10px 0 10px 10px;
      border: 1px solid rgba(9, 142, 254, 0.3); }

.table_price {
  padding: 20px 0; }
  .table_price h4 {
    margin: 0 0 10px;
    font-size: 14px;
    display: block;
    font-weight: 600; }
  .table_price ul {
    padding: 0; }
    .table_price ul li {
      list-style: none;
      display: block;
      border-bottom: 1px solid #eeeeee;
      overflow: hidden;
      padding: 7px 0; }
      .table_price ul li .address_pri {
        float: left; }
        .table_price ul li .address_pri span {
          display: block; }
      .table_price ul li::before {
        content: none; }
      .table_price ul li .price_tb {
        float: right; }
        .table_price ul li .price_tb span {
          color: #ec0303;
          font-weight: 600;
          font-size: 16px; }

.payment_error {
  padding: 25px;
  color: #d76b26;
  text-align: center; }

.payment_success {
  padding: 25px;
  color: #d76b26;
  text-align: center; }

.modal-dialog {
  width: 400px;
  text-align: center; }
  .modal-dialog .form-control {
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #eeeeee; }
  .modal-dialog textarea {
    padding: 10px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .modal-dialog .btn.btn-default {
    background: red;
    text-shadow: none;
    border: 0px;
    color: #fff; }
  .modal-dialog .modal-title {
    max-width: 165px;
    margin: 0 auto;
    padding: 0; }

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