﻿@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  /*font-family: 'Myriad Pro', sans-serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  position: relative;
}
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover {
  color: #ffb800;
  text-decoration: none;
}
a:focus {
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 30px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin: 0 0 70px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
h2:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 51px;
  background: url(../images/icon-title.png) no-repeat center center;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
h2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  bottom: 6px;
  left: 0;
  z-index: 1;
}
h2 span {
  font-size: 25px;
  text-transform: none;
  display: block;
}
h3 {
  font-size: 21px;
  margin-top: 0;
}
p {
  margin-bottom: 20px;
}
figure {
  text-align: center;
}
/*.container .row:not(:last-child) {
	margin-bottom: 30px;
}*/
.sp-only {
  display: none !important;
}
/* Header */
header {
  width: 100%;
  background: #000;
}
body.home header {
  position: absolute;
  z-index: 999;
  background: transparent;
  padding-bottom: 0 !important;
}
header .header-top .container .row {
  margin-bottom: 0;
}
header .header-top ul.action {
  width: 100%;
  text-align: right;
  font-size: 0;
  padding: 15px 0;
}
header .header-top ul.action li a {
  color: #cccccc;
  font-size: 14px;
}
header .header-top ul.action li a:hover {
  color: #ffb800;
}
header .header-top ul.action li a i {
  margin-right: 8px;
}
header .header-top .site-link p.info {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  padding: 10px 0;
}
header .header-top .site-link p.info span {
  color: #ffb800;
}
header .header-top .site-link p.info a {
  color: #fff;
}
header .header-top .site-link ul.link {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 0;
  color: white;
  position: relative;
  cursor: pointer;
}
header .header-top .site-link ul.link li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
header .header-top .site-link ul.link li a {
  color: #fff;
}
header .header-top .site-link ul.link li:first-child a {
  font-size: 16px;
  text-transform: uppercase;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
}
header .header-top .site-link ul.link li:first-child a i {
  /*margin-left: 15px;*/
  font-size: 14px;
  transition: .3s;
}
header .header-top .site-link ul.link li:first-child a:hover i {
  color: #ffb800;
}
header .header-top .site-link ul.link li:nth-child(2) a,
header .header-top .site-link ul.link li.search a {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
}
header .header-top .site-link ul.link li:nth-child(2) a:not(:last-child) {
  margin-right: 6px;
}
header .header-top .site-link ul.link li:nth-child(2) a:hover,
header .header-top .site-link ul.link li.search a:hover,
header .header-top .site-link ul.link li.search a.active {
  background: #ffb800;
  border-color: #ffb800;
  color: #fff;
}
header .header-top .site-link ul.link li.search form {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0 5px;
  overflow: hidden;
  position: absolute;
  width: 200px;
  z-index: 9999;
  right: -20px;
  top: calc(105%);
  display: none;
  background: #fff;
}
header .header-top .site-link ul.link li.search form input[type="text"],
header .header-top .site-link ul.link li.search form input[type="submit"] {
  float: left;
  border: none;
  outline: none;
}
header .header-top .site-link ul.link li.search form input[type="text"] {
  width: calc(70%);
  background: transparent;
  color: #000000;
  padding: .5em .3em .4em .7em;
  line-height: 1;
}
header .header-top .site-link ul.link li.search form input[type="submit"] {
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  background: url('../images/search.png') no-repeat center center;
  padding: .4em 0;
  width: 30px;
  height: 30px;
}
header .navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  position: relative;
  min-height: 0;
}
header .navbar > .container .navbar-brand {
  height: auto;
}
header .navbar .navbar-nav li a {
  color: #121212;
  text-transform: uppercase;
  padding: 0;
  display: block;
}
header .navbar .navbar-nav li a:hover {
  color: #fff;
}
/* End Header */
/* Banner */
.main_visual {
  position: relative;
}
.main_visual .sp-horizontal .sp-arrows {
  max-width: 1170px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_visual .sp-horizontal .sp-arrows .sp-arrow {
  width: 50px;
  height: 50px;
}
.main_visual .sp-horizontal .sp-arrows .sp-arrow:before {
  content: none;
}
.main_visual .sp-horizontal .sp-arrows .sp-arrow:after {
  width: 100%;
  height: 100%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  background: none;
  left: 0;
}
.main_visual .sp-horizontal .sp-arrows .sp-arrow.sp-previous-arrow:after {
  transform: skew(0) rotate(-135deg);
}
.main_visual .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow {
  transform: rotate(0);
}
.main_visual .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow:after {
  transform: skew(0) rotate(45deg);
}
/* End Banner */
/* Content */
p.more {
  display: table;
}
p.more a {
  font-size: 16px;
  background: #c8000a;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
p.more a:hover {
  background: #ffb700;
}
.store-info {
  background: url(../images/top_bg001.jpg) no-repeat center center;
  overflow: hidden;
  position: relative;
}
.store-info .box-img {
  width: 110px;
  float: left;
}
.store-info .box-text {
  /*width: calc(100% - 110px);*/
  float: left;
  padding: 0 15px;
}
.store-info .box-text h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
}
.store-info p {
  color: #fff;
}
.store-info .box-text p a {
  font-size: 12px;
  padding: 5px 10px;
}
.store-info .box-text p a i {
  margin-left: 5px;
}
.store-info .box-full-text {
  text-align: center;
  position: relative;
  padding: 20px 0;
  z-index: 10;
  width: 100%;
}
.store-info .box-full-text h2 {
  color: #000;
  margin: 0 0 20px;
  font-weight: bold;
  padding: 0;
  border: none;
}
.store-info .box-full-text h2:after,
.store-info .box-full-text h2:before {
  content: none;
}
.store-info .box-full-text p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.store-info .box-full-text p.more {
  margin: 0 auto;
  font-size: 20px;
}
.store-info .box-full-text p.more a {
  font-size: 20px;
}
.store-info .box-full-text p.more a:hover {
  background: #fe6103;
}
.store-info .box-full-text p.more a i {
  margin-left: 10px;
}
.store-info .row .col-sm-4:nth-child(2):after,
.store-info .row .col-sm-4:nth-child(2):before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffb700;
  top: 0;
  left: 0;
  z-index: 1;
}
.store-info .row .col-sm-4:last-child .box-text {
  text-align: center;
}
.store-info .row .col-sm-4:last-child .box-text h3 {
  font-style: italic;
  margin-bottom: 0;
}
.store-info .row .col-sm-4:last-child .box-text h3 img {
  margin-right: 10px;
}
.store-info .row .col-sm-4:last-child .box-text p.tel {
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffb800;
  line-height: 1;
  margin-bottom: 0;
}
.store-info .row .col-sm-4:last-child .box-text p a {
  font-size: 14px;
  color: #fff;
  font-style: italic;
}
.store-info .row .col-sm-4:last-child .box-text p a:hover {
  color: #ffb800;
}
/*-----------menu -------------*/
.content-menu {
  padding: 45px 0;
  background: url(../images/top_bg002.jpg);
}
.content-menu .item {
  margin-bottom: 40px;
}
.content-menu .item figure {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.content-menu .item figure a {
  display: block;
  /*padding: 25px 0;*/
  overflow: hidden;
  position: relative;
  /*border: 1px solid #a7a7a9;*/
}
.content-menu .item figure a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 183, 0, 0.5);
  border: 1px solid #ed1c24;
  opacity: 0;
  transition: .3s;
}
.content-menu .item:hover figure a {
  border-color: #ed1c24;
}
.content-menu .item:hover figure a:after {
  opacity: 1;
  border-width: 4px;
}
.content-menu .item figure > a > img {
  transition: .3s;
}
.content-menu .item:hover figure a img {
  transform: scale(1.1);
}
.content-menu .item figure .info {
  width: 80px;
  height: 57px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.content-menu .item-detail {
  /*margin-top: 20px;*/
  position: relative;
}
#home-page .content-menu .item-detail {
  margin-top: 8px;
  height: 50px;
}
.content-menu .item-detail h3 {
  margin: 5px 0 5px;
  padding-right: 50px;
}
.content-menu .item-detail h3 a {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  display: block;
}
.content-menu .item-detail .item-price,
.content-menu .item-detail p.price {
  font-size: 14px;
  font-weight: bold;
  color: #c8000a;
  margin: 0;
  line-height: 1.2;
}
.content-menu .item-detail p.price {
  font-size: 24px;
}
.sidebar {
  overflow: hidden;
  /*border: 1px solid #babbbc;*/
  color: #212121;
  background: #fff;
  font-size: 16px;
}
.sidebar p {
  margin-bottom: 0;
}
.sidebar .content {
  /*min-width: 310px;*/
}
.sidebar .btn-heading {
  padding: 10px;
}
.sidebar .btn-heading p {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}
.sidebar .content ul li a:hover {
  color: #f7941d !important;
}
.sidebar .content .user-info {
  /*background: #ebebeb;*/
  padding: 5px 10px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sidebar .content .user-info ul li {
  display: inline-block;
}
.sidebar .content .user-info ul li + li {
  margin-left: 5px;
}
.sidebar .content .user-info ul li.user a {
  color: #212121;
  text-transform: capitalize;
}
.sidebar .content .user-info ul li.order-number {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .order ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 6px;
}
.sidebar .order ul li:last-child {
  border: none;
}
.sidebar .order ul li p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.sidebar .order ul li p:last-child,
.sidebar .total p:last-child {
  margin-bottom: 0;
}
.sidebar .order ul li p span.drain,
.sidebar .order ul li p span.minus,
.sidebar .order ul li p span.delete {
  background: #c8000a;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  transition: .3s;
}
.sidebar .order ul li p span.minus {
  background: #000;
}
.sidebar .order ul li p span.drain:hover,
.sidebar .order ul li p span.minus:hover,
.sidebar .order ul li p span.delete:hover {
  background: #f7941d;
}
.sidebar .order ul li p input[type="number"] {
  width: 20px;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sidebar .order ul li p span.delete {
  position: absolute;
  right: 4px;
}
.sidebar .order ul li p:nth-child(2) span {
  color: #999999;
}
.sidebar .order ul li p:nth-child(2) span.price {
  color: #c8000a;
  float: right;
}
.sidebar .total {
  border-top: 1px solid #ddd;
  padding: 15px 10px;
}
.sidebar .total p {
  margin-bottom: 10px;
}
.sidebar .total p span:last-child {
  float: right;
}
.sidebar .total p span.total-price {
  font-weight: bold;
}
.sidebar .text-promotion ul li.text-info {
  background: #f7941d;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.sidebar .text-promotion ul li.into-money {
  padding: 0 10px;
}
.sidebar .text-promotion ul li.into-money span:last-child {
  font-weight: bold;
  color: #c8000a;
  float: right;
}
.sidebar .text-promotion ul li p.more {
  display: block;
  text-align: center;
}
.sidebar .text-promotion ul li p.more a {
  border-radius: 0;
}
.sidebar .text-promotion ul li p.more a:hover {
  background: #000;
  color: #fff;
}
.modal.choseAdd .modal-content {
  background: #ffb700;
  border-radius: 0;
}
.modal.choseAdd .modal-content .modal-header {
  border-radius: 0;
  padding-bottom: 0;
}
.modal.choseAdd .modal-content .modal-header button.close,
.modal.delivery .modal-content .modal-header button.close {
  font-size: 16px;
  width: 25px;
  height: 25px;
  background: #c8000a;
  line-height: 25px;
}
.modal.choseAdd .modal-content .modal-body {
  padding: 0 30px 30px 30px;
  overflow: hidden;
}
.modal.choseAdd .modal-content .modal-body figure {
  width: 35%;
  float: left;
}
.modal.choseAdd .modal-content .modal-body .choose-box {
  width: 60%;
  margin-left: 5%;
  overflow: hidden;
  float: left;
  text-align: center;
}
.modal-body .choose-box h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 10px;
}
.modal-body .choose-box h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.modal-body .choose-box .select-box {
  position: relative;
}
.modal-body .choose-box .select-box select {
  width: 100%;
  padding: 10px 15px 10px 40px;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-body .choose-box .select-box:after,
.modal-body .choose-box .select-box:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-body .choose-box .select-box:after {
  width: 18px;
  height: 26px;
  left: 15px;
  background: url(../images/logo-small.png) no-repeat center center;
  background-size: cover;
}
.modal-body .choose-box .select-box:before {
  right: 15px;
  border-top: 5px solid #787878;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.modal-body .select-btn {
  text-align: right;
  margin-top: 20px;
  width: 100%;
  /*auto;*/
  overflow: hidden;
}
.modal-body .select-btn button {
  border: none;
  padding: 8px 20px;
  background: #c8000a;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  transition: .3s;
  font-size: 16px;
}
.modal-body .select-btn button:hover {
  background: #000;
}
.modal.delivery .modal-content .modal-header,
.callback-onepay .modal-content .modal-header {
  border-radius: 0;
  background: transparent;
}
.modal.delivery .modal-content,
.callback-onepay .modal-content {
  border-radius: 0;
  background: #c8000a;
}
.modal.delivery .modal-content .modal-header button.close,
.callback-onepay .modal-content .modal-header button.close {
  background: #fff;
  color: #c8000a;
}
.modal.delivery .modal-content .modal-header ul.modal-title li,
.callback-onepay .modal-content .modal-header ul.modal-title li {
  display: inline-block;
  width: 30%;
  text-align: center;
  color: #fff;
  max-width: 316px;
  position: relative;
}
.modal.delivery .modal-content .modal-header ul.modal-title li span,
.callback-onepay .modal-content .modal-header ul.modal-title li span {
  display: block;
  position: relative;
  z-index: 10;
}
.modal.delivery .modal-content .modal-header ul.modal-title li span.number,
.callback-onepay .modal-content .modal-header ul.modal-title li span.number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 10px;
  /*background: #ffb700;
                color: #000;*/
  background: white;
  color: #000;
}
.modal.delivery .modal-content .modal-header ul.modal-title li span.number.active,
.callback-onepay .modal-content .modal-header ul.modal-title li span.number.active {
  background: #ffb700;
  color: #000;
}
.modal.delivery .modal-content .modal-header ul.modal-title li span.number.active + span,
.callback-onepay .modal-content .modal-header ul.modal-title li span.number.active + span {
  color: #ffb700;
}
.modal.delivery .modal-content .modal-header ul.modal-title li:not(:last-child):after,
.callback-onepay .modal-content .modal-header ul.modal-title li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  /*background: #ffb700;*/
  background: white;
  left: 100%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 1;
}
.modal.delivery .modal-content .modal-header ul.modal-title li.active:not(:last-child):after,
.callback-onepay .modal-content .modal-header ul.modal-title li.active:not(:last-child):after {
  background: #ffb700;
}
.modal.delivery .modal-content .map_wide,
.callback-onepay .modal-content .map_wide {
  padding-top: 250px;
}
.modal.delivery .modal-content .modal-body,
.callback-onepay .modal-content .modal-body {
  padding: 0;
  background: #fff;
}
.modal-body .locations-info {
  padding: 20px 30px 15px;
}
.modal-body .locations-info ul.list-info {
  overflow: hidden;
  margin-bottom: 20px;
}
.modal-body .locations-info ul.list-info li {
  width: 49%;
  float: left;
}
.modal-body .locations-info ul.list-info li + li {
  margin-left: 2%;
}
.modal-body .locations-info h4 {
  font-weight: bold;
  margin: 0 0 5px;
}
.modal-body .locations-info h4 i {
  color: #c8000a;
  margin-right: 20px;
}
.modal-body .locations-info ul.list-info li:nth-child(2) p {
  padding-left: 50px;
}
.modal-body .locations-info ul.list-info li p {
  margin-bottom: 0;
}
.modal-body .locations-info ul.list-info li p i {
  color: #f92500;
  margin-right: 15px;
}
.modal-body .form-customer div .form-group:nth-child(2n) {
  margin-right: 0;
}
.input-holder + .input-holder {
  margin-top: 10px;
}
/*.form-customer .address-to, .form-customer .time-to {
    width: 49%;
    float: left;
}*/
.form-customer h4 {
  margin-bottom: 15px !important;
}
.form-customer .address-to {
  margin-right: 2%;
}
.form-customer .form-group {
  margin-bottom: 6px !important;
  min-height: 30px;
}
.form-customer .form-group input {
  border-radius: 0;
}
.form-customer .form-group.datetime input {
  padding: 12px 15px;
  width: 100px;
  float: left;
  display: block;
}
.form-customer .form-datetime {
  width: 100%;
}
.form-customer .form-datetime #form_date {
  width: 49%;
}
.form-customer .form-datetime #form_time {
  width: 49%;
  float: right;
}
.form-customer .form-isCut select {
  width: 100%;
}
@media (min-width: 768px) {
  .form-customer .form-datetime {
    width: inherit;
  }
  .form-customer .form-datetime #form_date {
    width: 100px;
  }
  .form-customer .form-datetime #form_time {
    width: 70px;
  }
  .form-customer .form-isCut {
    width: 62%;
  }
  .form-customer .form-isCut select {
    width: 100%;
  }
}
/*.form-customer .form-group.datetime select {
        width: calc(100% - 150px - 2%);
        float: left;
        display: block;
    }*/
.form-customer .form-group select {
  /*margin-left: 2%;*/
  padding: 6px 10px;
  min-height: 30px;
}
/*.form-customer .form-group.tel input {
        width: 49%;
        float: left;
    }*/
p.title-form {
  color: #969696;
  margin: 10px 0 0;
}
/*----------- introduce-----------*/
.content-introduce {
  padding: 80px 0;
  background: #000;
}
.content-introduce .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.content-introduce .video-wrapper iframe,
.content-introduce .video-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.content-introduce .video-wrapper img {
  transition: .3s;
  z-index: 99;
}
.content-introduce .video-wrapper img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.content-introduce .box-content h2 {
  padding: 0;
  border: none;
  margin-bottom: 20px;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.content-introduce .box-content h2 span {
  font-size: 30px;
  font-weight: normal;
}
.content-introduce .box-content h2:after,
.content-introduce .box-content h2:before {
  content: none;
}
.content-introduce .box-content p {
  color: #fff;
}
.content-introduce .box-content p.more {
  margin: 40px 0;
}
.content-introduce .box-content p.more a {
  background: #ffb700;
}
.content-introduce .box-content p.more a:hover {
  background: #c8000a;
}
.content-promotion {
  padding: 60px 0 80px;
}
.content-promotion .detail h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  margin: 20px 0;
}
.content-promotion .detail h3 a {
  color: #000;
}
.content-promotion .detail h3 a:hover {
  color: #ffb700;
}
.content-promotion .detail p.more a {
  font-size: 12px;
  padding: 5px 20px;
  background: #000;
}
.content-promotion .detail p.more a:hover {
  background: #ffb700;
}
.content-promotion .detail p.more a i {
  margin-left: 10px;
}
.box-item .box-detail h3 + p .content-promotion figure,
.box-item figure {
  overflow: hidden;
}
.content-promotion figure > a,
.box-item figure > a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 95px;
  border: 1px solid transparent;
}
.content-promotion figure > a:after,
.box-item figure > a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: .3s;
}
.content-promotion figure > a:hover:after,
.box-item figure > a:hover:after {
  width: 100%;
  height: 100%;
}
.content-link {
  padding: 100px 0;
  background: url(../images/top_bg003.jpg) no-repeat center center;
}
.content-link h2 {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  color: #fff;
}
.content-link h2:after,
.content-link h2:before {
  content: none;
}
.content-link p.link {
  text-align: center;
  margin-bottom: 0;
}
.content-link figure {
  margin-bottom: 50px;
}
.content-link p.link a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffb700;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  margin-right: 20px;
  vertical-align: middle;
}
.content-link p.link a span {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: 1px solid #ffb700;
  padding: 8px 20px 5px;
  vertical-align: middle;
  transition: .3s;
  font-size: 20px;
  border-radius: 5px;
}
.content-link p.link a:hover span {
  background: #ffb700;
}
.take-care {
  max-width: 270px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
}
.take-care .title {
  background: #c8000a;
  text-align: center;
}
.take-care .title h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  cursor: pointer;
}
.take-care .title h3 i {
  font-size: 30px;
}
.take-care .title h3 span {
  margin-left: 10px;
}
.take-care .title h3 i,
.take-care .title h3 span {
  vertical-align: middle;
}
.take-care .content-form {
  min-height: 0;
  height: 0px;
  transition: .3s;
  background: #fff;
}
.take-care.open-form .content-form {
  height: auto;
  min-height: 300px;
}
/* End Content */
/*- Footer -*/
footer {
  background: #ffb700;
  /*padding: 10px 0;*/
}
footer > div {
  padding: 30px 0;
}
footer > div:first-child {
  /*background: white;*/
  border-bottom: 1px solid #fff;
}
footer ul li a {
  color: black;
}
footer ul li a:hover {
  color: black;
  text-decoration: underline;
}
footer p.copy-right {
  /*text-align: center;*/
  margin: 0;
  padding-top: 5px;
}
/*----------- sign up ----------*/
body.modal-open {
  /*overflow-y: scroll;*/
  /*padding-right: 0 !important;*/
  overflow: hidden;
}
body.modal-open header {
  padding-right: 0;
}
.modal-header {
  background: #ffb700;
  border-radius: 6px 6px 0 0;
  border: none;
}
button.close {
  font-size: 30px;
  color: #fff;
  opacity: 1;
  transition: .3s;
  font-weight: normal;
}
button.close:hover {
  color: #c8000a;
}
h4.modal-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.modal-button {
    text-align: center;
    padding: 10px 0 0;
    display: flex;
    justify-content: center; /* Giữa ngang */
    align-items: center; /* Giữa dọc */
    flex-direction: column; /* Giữ các phần tử theo cột */
    
}
    .modal-button div {
        border: none;
        background: #000;
        color: #fff;
        font-size: 25px;
        text-transform: uppercase;
        padding: 8px 20px 5px;
        border-radius: 5px;
        transition: .3s;
        cursor: pointer;
    }
    .modal-button div i {
        color: #ffb700;
        margin-left: 12px;
        transition: .3s;
    }
    .modal-button div:hover {
        background: #ffb700;
    }
        .modal-button div:hover i {
            color: #c8000a;
        }
.modal-body {
  padding: 40px 60px;
}
.modal-body div .form-group {
  position: relative;
  margin-bottom: 25px;
}
.modal-body div .form-group input {
  height: auto;
  padding: 6px 15px;
  color: #000;
  display: inline-block;
}
    .modal-body div .form-group input.has-icon {
        padding-left: 35px;
    }
    .modal-body div .form-group i {
        position: absolute;
        left: 10px;
        top: 17px;
        transform: translateY(-50%);
        color: #ffb700;
    }
.modal-body div .form-group label.checkbox-title {
  padding: 0;
  margin-right: 40px;
}
/*------------------ sub page ----------------------*/
body:not(.home) main {
  background: url(../images/top_bg002.jpg);
}
.banner {
  overflow: hidden;
  position: relative;
  /*min-height: 357px;*/
}
.banner .banner-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
/*------------- News -------------------*/
.news-content {
  padding: 50px 0;
}
.text-overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.box-item .box-detail {
  border: 1px solid #d8d9db;
  border-top: none;
  background: #fff;
  padding: 20px 0 0;
  margin-bottom: 30px;
}
.box-item .box-detail h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  max-height: 52px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.box-item .box-detail h3 a {
  color: #121212;
}
.box-item .box-detail h3 + p {
  /*margin-bottom: 20px;*/
  padding: 0 10px;
  height: 55px;
  display: block;
}
.box-item .box-detail .box-more {
  padding: 15px;
  overflow: hidden;
  border-top: 1px solid #d8d9db;
}
.box-item .box-detail .box-more p,
.box-item .box-detail .box-more .social {
  width: 50%;
  float: left;
  margin: 0;
}
.box-item .box-detail .box-more a {
  color: #c8020d;
}
.box-item .box-detail .box-more p a i {
  margin-left: 5px;
}
.box-item .box-detail a:hover {
  color: #ffb700 !important;
}
.box-item .box-detail .box-more .social {
  text-align: right;
}
.box-item .box-detail .box-more .social li {
  display: inline-block;
}
.box-item .box-detail .box-more .social li + li {
  margin-left: 15px;
}
.box-item .box-detail .box-more .social li a i {
  margin-right: 5px;
}
.box-item .box-detail .box-more .social li a span {
  color: #757575;
}
.loading img {
  width: 150px;
}
/*---------- menu -------------------*/
.content-menu.menu-details {
  padding: 0;
}
.menu-info-tabs {
  background: #c8000a;
  margin-bottom: 50px;
}
.menu-info-tabs .nav-tabs {
  border: none;
}
.menu-info-tabs li a {
  text-transform: uppercase;
  color: #fff;
  border: none !important;
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  padding: 10px 25px;
}
.menu-info-tabs .nav-tabs > li.active > a,
.menu-info-tabs .nav-tabs > li.active > a:focus,
.menu-info-tabs .nav-tabs > li.active > a:hover,
.menu-info-tabs .nav-tabs > li > a:hover,
.tab-recruit .nav-tabs > li.active > a,
.tab-recruit .nav-tabs > li.active > a:focus,
.tab-recruit .nav-tabs > li.active > a:hover,
.tab-recruit .nav-tabs > li > a:hover {
  color: #000;
}
/*------------ news single ---------------*/
.news-single-content {
  padding: 50px 0 0;
}
/*---------- recruitment ----------------*/
.recruitment-content {
  padding: 50px 0 80px;
}
.tab-recruit {
  background: #c8000a;
  padding: 20px 0 0;
}
.tab-recruit .nav-tabs li {
  float: none;
}
.tab-recruit .nav-tabs li a {
  margin: 0;
  border: none !important;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 10px 15px 10px 30px;
}
.tab-recruit .nav-tabs li a:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
.tab-recruit .nav-tabs > li > a:hover,
.tab-recruit .nav-tabs > li.active > a {
  padding-left: 35px;
}
.tab-recruit .nav-tabs > li > a:hover:after,
.tab-recruit .nav-tabs > li.active > a:after {
  left: 20px;
  border-color: #000;
}
.recruitment-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #363636;
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
.recruitment-content h3:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c8000a;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruitment-content ul.list-info-recruit {
  margin: 40px 0 20px;
}
ul.list-info-recruit li:not(:last-child) {
  border-bottom: 1px solid #d9d8d8;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
ul.list-info-recruit li h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 0 5px;
}
ul.list-info-recruit li p {
  margin-bottom: 0;
}
/*---------- place -----------*/
.locations {
  padding: 40px 0 0;
}
.locations .filter-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.locations .filter-wrapper li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.locations .filter-wrapper li + li {
  margin-left: 40px;
}
.locations .filter-wrapper li.filter-item-select + li.filter-item-select {
  margin-left: 20px;
}
.locations .filter-wrapper li.filter-item-select:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 18px;
  right: 15px;
  transform: rotate(45deg);
}
.locations .filter-wrapper h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}
.locations .filter-wrapper li select {
  padding: 15px 10px;
  border: none;
  background: #ffb700;
  color: #000;
  text-transform: capitalize;
  border-radius: 5px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.locations .filter-wrapper li select option {
  background: #fff;
}
.locations .filter-wrapper li:nth-child(2) select {
  min-width: 260px;
}
.filter-content .filter-item-details {
  border-top: 1px solid #ffb700;
  color: #000;
}
.filter-content .filter-item-details li {
  display: block;
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
}
.filter-content .filter-item-details li:not(:last-child) {
  border-bottom: 1px solid #ffb700;
}
.filter-item-details li .details-content {
  border-left: 1px solid #ffb700;
  position: relative;
}
.filter-item-details li .details-content:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/icon-place.png) no-repeat left top;
  left: -15px;
  top: 0;
}
.filter-item-details li .details-title h4 {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.filter-item-details li .details-title h4 + p {
  font-size: 18px;
  margin: 0;
}
.filter-item-details li .details-content p {
  margin-bottom: 10px;
}
.filter-item-details li .details-content p i {
  margin-right: 15px;
}
.filter-item-details li .details-content .btn-more {
  margin-top: 20px;
}
.filter-item-details li .details-content .btn-more a {
  color: #fff;
  background: #ffb700;
  padding: 8px 43px 8px 18px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.filter-item-details li .details-content .btn-more a + a {
  margin-left: 12px;
}
.filter-item-details li .details-content .btn-more a:hover {
  background: #000;
}
.filter-item-details li .details-content .btn-more a i {
  content: '';
  position: absolute;
  width: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
}
.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------- contact ------------*/
.contact-content {
  padding: 50px 0 80px;
  color: #000;
}
.contact-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.contact-content .contact-info {
  margin: 20px 0;
}
.contact-content .contact-info p {
  margin-bottom: 0;
}
.contact-content .contact-info p span {
  color: #c8000a;
}
.contact-content .contact-info p span + a {
  margin-left: 20px;
  color: #000;
}
.contact-content .contact-info p a + span {
  border-left: 1px solid #bfbfbf;
  margin-left: 10px;
  padding-left: 10px;
}
.contact-content .contact-info p a:hover {
  color: #ffb700;
}
.contact-content .search-place {
  margin-bottom: 30px;
}
.contact-content .search-place a {
  background: #ffb700;
  padding: 20px 25px;
  display: inline-block;
  border-radius: 5px;
  color: #c8000a;
  font-size: 18px;
}
.contact-content .search-place a:hover {
  opacity: .6;
}
.contact-content .search-place a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-content .search-place a span {
  display: inline-block;
  vertical-align: middle;
}
.form-contact .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-contact .form-control {
  background: white;
  border-radius: 0;
  height: auto;
  padding: 8px 15px 8px 40px;
  color: #888888;
  border-color: #888888;
}
.form-contact textarea.form-control {
  padding-left: 15px;
}
.form-contact .form-group i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
}
.form-contact .form-group.captcha .form-control {
  max-width: 170px;
  padding: 8px 15px;
  float: left;
  display: inline-block;
}
.form-contact .form-group.captcha span {
  border: 1px solid #888;
  background: #fff;
  color: #888;
  padding: 5px 10px 4px;
  min-width: 100px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.form-contact .form-group.captcha a {
  color: #c8000a;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
.form-contact .form-group.captcha a i {
  position: static;
  color: #c8000a;
}
.form-contact button.btn-submit-form {
  border: none;
  background: #c8000a;
  padding: 10px 25px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
}
.form-contact button.btn-submit-form:hover {
  background: #ffb700;
}
/*--------------- introduce -------------------*/
.introduce {
  padding: 50px 0 80px;
}
.introduce h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.introduce .row .col-sm-6 .box-img {
  margin-bottom: 30px;
}
/* More custom class */
.menu-info-tabs h3 {
  text-transform: uppercase;
  color: #fff;
  border: none !important;
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  padding: 10px 0;
}
div#duck {
  padding: 15px;
}
#duck img {
  max-width: 100px;
}
.item-list {
  background: #fff;
}
.item-list .item {
  margin: 4px;
  position: relative;
}
.sidebar {
  display: none;
}
.sidebar.fixed {
  position: fixed;
  top: 0;
}
h3.panel-heading:after {
  content: '';
  height: 1px;
  background: #cccccc;
  margin-top: 15px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}
#cartList {
  max-height: 400px;
  overflow-y: scroll;
}
#cartList::-webkit-scrollbar {
  width: 4px;
}
#cartList::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
}
#cartList::-webkit-scrollbar-thumb {
  background: rgba(200, 0, 10, 0.7);
}
#cartList::-webkit-scrollbar-thumb:hover {
  background: #c8000a;
}
#cartList select {
  border: 1px solid #ccc;
}
/*Speed up the modal animation*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.08s linear;
  -moz-transition: opacity 0.08s linear;
  -ms-transition: opacity 0.08s linear;
  -o-transition: opacity 0.08s linear;
  transition: opacity 0.08s linear;
}
.form-control {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control-feedback {
  height: 45px;
  line-height: 45px;
}
.form-group .help-block {
  display: none;
}
.form-group.has-error .help-block {
  display: block;
}
.modal-button div {
    min-width: 210px;
    max-width: 210px;
}
.modal-button div.loading {
  cursor: wait;
  pointer-events: none;
}
.locations-info input,
.locations-info select {
  border: 1px solid #ccc;
}
.locations-info .branch-select,
.form-customer .tel {
  width: 100%;
  padding: 12px 15px;
  height: auto;
  min-height: 46px;
}
.locations-info .payment-method {
  padding: 12px 15px;
}
.form-customer .gender {
  width: 50%;
}
.form-customer .gender > select {
  float: left;
  margin-left: 0 !important;
  width: 100%;
}
.form-customer .form-inline {
  border: 1px solid transparent;
}
.form-customer .full-name {
  width: 100%;
}
@media (min-width: 768px) {
  .form-customer .full-name {
    width: 80%;
  }
}
.form-customer .last-name,
.form-customer .first-name {
  width: 100%;
}
.form-customer .last-name {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-customer .last-name {
    width: 50%;
    margin-bottom: 0;
  }
  .form-customer .first-name {
    width: 49%;
  }
}
.form-customer .tel-parent {
  border-right: 2px solid transparent;
  border-left: 1px solid transparent;
}
.modal-title {
  color: white;
  text-align: center;
  font-weight: bold;
}
div#duck {
  padding: 0;
}
#duck .item {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
  min-height: 76px;
}
#duck .item .item-image {
  padding-right: 0;
  padding-left: 0;
  margin-top: 2px;
}
#duck .item .item-detail {
  padding-right: 0;
}
#duck .item .item-detail h4 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  /*min-height: 34px;*/
  padding-right: 48px;
}
#duck .item .item-cart i {
  width: 100%;
  height: 100%;
  font-size: 18px;
  vertical-align: middle;
}
.content-menu .item-detail-cart {
  position: absolute;
  right: 10px;
  top: 20px;
}
.content-menu .item-detail .item-cart {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-menu .item-detail-cart .item-cart a,
.content-menu .item-detail .item-cart a {
  background: #ffb800;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  padding: 8px;
  min-width: 38px;
  min-height: 38px;
}
.content-menu .item .item-cart:hover a,
.content-menu .item:hover .item-detail .item-cart a {
  background: #c8000a;
}
.content-menu .item-detail .item-cart a i {
  font-size: inherit;
}
.menu-info-tabs {
  margin-bottom: 0 !important;
}
#mainContent {
  padding-left: 0;
  padding-right: 0;
}
#mainContent,
#cartContent {
  margin-top: 0;
}
#menuAccount {
  display: none;
}
#butDatTruocMobile {
  background-color: #c8000a;
}
#butDatTruocMobile:hover {
  background-color: #000;
  border-color: #000;
  color: #f7941d;
}
.header-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.header-top.header-dathang {
  display: block;
}
header .navbar-default {
  margin-top: 0px;
}
header .navbar-default.navbar-dathang {
  margin-top: 50px;
}
/**/
#cartToolbar {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  margin-top: 49px;
  width: 100%;
  height: 100%;
}
#mobileUserMenu {
  display: block;
  height: 65px;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
#mobileUserMenu span {
  display: inline-block;
  width: 48%;
  border: 1px solid #777;
  padding: 8px;
  cursor: pointer;
}
#mobileUserMenu span:hover {
  color: #ffb800;
  border-color: #ffb800;
}
#mobileUserMenu span:first-child {
  float: left;
}
#mobileUserMenu span:last-child {
  float: right;
}
#mobileUserMenu .user-name {
  border: none;
  padding: 10px;
}
#mobileUserMenu a {
  padding: 0;
}
.loading-overlay {
  padding: 15px;
  background: #fff;
  text-align: center;
  color: #ffb800;
  min-height: 100px;
}
.nav > li > a:focus {
  background-color: transparent;
}
.header-home {
  position: relative;
}
.history-content {
  padding: 15px 0;
}
.history-content form {
  margin-bottom: 15px;
}
.box-detail .box-content {
  height: 130px;
}
#myModalConfirm .confirm-phone {
  font-size: 22px;
}
/* GOOGLE MAPS */
.pac-container {
  z-index: 9999 !important;
}
.pac-item {
  min-height: 40px;
  vertical-align: middle;
}
.section-content {
  padding: 50px 0 80px;
  color: #000;
}
#myModalDelivery #deliverOrderInfo .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
#myModalDelivery #deliverOrderInfo .row .col-sm-6:last-child {
  font-weight: bold;
}
#myModalDelivery #accordion {
  margin-top: 10px;
}
#myModalDelivery #accordion .panel {
  border-radius: 0;
}
#myModalDelivery #accordion .panel .panel-heading {
  background-color: #c8000a;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
}
#myModalDelivery #accordion .panel .panel-body {
  max-height: 100px;
  overflow-y: scroll;
}
.term-section #term-data .panel-heading {
  background-color: #c8000a;
  color: white;
  padding: 15px 10px;
  border-radius: 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.term-section #term-data .panel-body {
  min-height: 300px;
}
.term-section #term-data ul {
  padding: 10px 15px;
  list-style: disc;
  margin: 0 15px;
}
.term-section #term-data p {
  margin-bottom: 10px;
}
.term-section #termList li a {
  color: black;
}
.term-section #termList li a:hover {
  color: black;
  text-decoration: underline;
}
#historyData tr th:first-child,
#historyData tr td:first-child {
  width: 23px !important;
  min-width: 23px !important;
}
#historyData tr th:nth-child(2),
#historyData tr td:nth-child(2) {
  width: 73px !important;
  min-width: 73px !important;
}
#historyData tr th:nth-child(3),
#historyData tr td:nth-child(3) {
  width: 100px !important;
  min-width: 100px !important;
}
#historyData tr th:nth-child(4),
#historyData tr td:nth-child(4) {
  width: 60px !important;
  min-width: 60px !important;
}
#historyData tr th:nth-child(5),
#historyData tr td:nth-child(5) {
  width: 60px !important;
  min-width: 60px !important;
  text-align: right;
}
#historyData tr th:nth-child(6),
#historyData tr td:nth-child(6) {
  width: 120px !important;
  min-width: 120px !important;
  text-align: center;
}
#historyData tr th:nth-child(7),
#historyData tr td:nth-child(7) {
  /*width: 120px !important;*/
  /*min-width: 120px !important;*/
  white-space: nowrap;
  text-align: center;
}
#historyData tr th:nth-child(7) > div,
#historyData tr td:nth-child(7) > div {
  display: inline-block;
}
.order-status {
  font-weight: bold;
}
.reserve-status-progress {
  margin: auto -60px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.reserve-status-progress li {
  display: inline-block;
  width: 20%;
  text-align: center;
  /*color: #fff;*/
  /*max-width: 316px;*/
  position: relative;
}
.reserve-status-progress li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #cccccc;
  left: 100%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 1;
}
.reserve-status-progress li.active:not(:last-child):after {
  background: #c8000a;
}
.reserve-status-progress li span {
  font-size: 12px;
  display: block;
}
.reserve-status-progress li span.number {
  display: block;
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  /*margin: 0 auto 10px;*/
  margin: 0 auto;
  background: #cccccc;
  color: #fff;
}
.reserve-status-progress li span.number.active {
  background: #c8000a;
  color: #fff;
}
.reserve-status-progress li span.number.active + span {
  color: #c8000a;
}
.reserve-status-progress li span + span {
  font-weight: bold;
}
#myModalReserveDetail #myTableHolder {
  padding: 10px;
}
#myModalReserveDetail #myTableHolder tr td:nth-child(2),
#myModalReserveDetail #myTableHolder tr th:nth-child(2) {
  white-space: normal;
}
.item-detail {
  position: relative;
}
.item-detail .sub-text {
  font-style: italic;
  color: #888;
  font-size: 12px;
  display: block;
  padding-right: 48px;
}
#callback-one-pay h3 {
  margin: 30px auto;
}
.btn-primary {
  border: none;
  padding: 8px 20px;
  background: #c8000a;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  transition: .3s;
  font-size: 16px;
}
.btn-primary:hover {
  background-color: #cc3a41;
}
#deliverPaymentMethod div > label input {
  vertical-align: middle;
}
#deliverPaymentMethod div > label span {
  padding: 0 10px;
}
.cc-image {
  margin: 0 10px;
}
.disabled-text {
  color: #888888;
  cursor: not-allowed;
}
.sub-help-text {
  font-style: italic;
  display: block;
  color: #888888;
}
.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-row {
  width: auto;
  border: 1px solid blue;
}
.flex-item {
  background-color: tomato;
  padding: 5px;
  width: 20px;
  height: 20px;
  margin: 10px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
.loading-overlay-full {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #fff;*/
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #ffb800;
  min-height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
select:disabled,
input:disabled {
  cursor: not-allowed;
  background: #eeeeee;
}
select:disabled + span,
input:disabled + span {
  color: #888888;
}
#main-slide {
  /*height: 945px;*/
}
.sp-slides,
.sp-image {
  width: 100%;
  padding-bottom: 48%;
}
.dat-hang h2 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 15px;
  background: #c8000a;
  color: white;
}
.dat-hang h2::after {
  display: none;
}
@media (min-width: 768px) {
  /*------------- header -------------*/
  header {
    padding-bottom: 60px;
  }
  header .navbar-header {
    width: 100%;
    float: none;
    position: absolute;
    width: 197px;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 9999;
  }
  header .navbar > .container .navbar-brand {
    padding: 0;
    margin: 0;
  }
  header .header-top ul.action li {
    display: inline-block;
    line-height: 1;
  }
  header .header-top ul.action li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
  }
  header .header-top ul.action li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    border-right: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header .header-top .site-link ul.link li:not(:last-child) {
    margin-right: 20px;
  }
  header .navbar .navbar-collapse.collapse:after,
  header .navbar .navbar-collapse.collapse:before,
  header .navbar .navbar-nav:after,
  header .navbar .navbar-nav:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 100%;
    background: #ffb700;
    top: 0;
    display: block !important;
    z-index: -1;
  }
  header .navbar .navbar-collapse.collapse:after {
    left: 0;
  }
  header .navbar .navbar-collapse.collapse:before {
    right: 0;
  }
  header .navbar .navbar-nav {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 0;
    position: relative;
    padding: 12px 0 10px 0;
  }
  header .navbar .navbar-nav:after,
  header .navbar .navbar-nav:before {
    width: calc((100% - 190px) / 2);
  }
  header .navbar .navbar-nav:after {
    left: 0;
    transform: skew(45deg);
  }
  header .navbar .navbar-nav:before {
    right: 0;
    transform: skew(-45deg);
  }
  header .navbar .navbar-nav > li {
    display: inline-block;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    position: relative;
  }
  header .navbar .navbar-nav > li:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
  }
  header .navbar .navbar-nav > li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    border-right: 1px solid rgba(64, 64, 64, 0.86);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  header .navbar .navbar-nav > li:nth-child(4) {
    margin-right: 250px;
    padding: 0;
  }
  header .navbar .navbar-nav > li:nth-child(4):after {
    content: none;
  }
  header .navbar .navbar-nav > li > ul {
    position: absolute;
    width: 225px;
    text-align: left;
    left: -20px;
    top: 100%;
    margin-top: 50px;
    padding-top: 0;
    visibility: hidden;
    opacity: 0;
  }
  header .navbar .navbar-nav > li:hover > ul {
    visibility: visible;
    padding-top: 18px;
    margin-top: 0;
    opacity: 1;
  }
  header .navbar .navbar-nav > li > ul > li {
    display: block;
    position: relative;
  }
  header .navbar .navbar-nav > li > ul > li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ffb800;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  header .navbar .navbar-nav > li > ul > li:hover:after {
    background: #fff;
  }
  header .navbar .navbar-nav > li > ul > li a {
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    position: relative;
    background: #fff;
  }
  header .navbar .navbar-nav > li > ul > li a:hover {
    color: #fff;
    background: #ffb800;
  }
  /*-------------- content -----------------*/
  main {
    position: relative;
  }
  .store-info .row,
  .store-info .row .col-sm-4 {
    display: flex;
    align-items: center;
  }
  .store-info .row .col-sm-4:nth-child(2):after {
    transform: skew(15deg);
  }
  .store-info .row .col-sm-4:nth-child(2):before {
    transform: skew(-15deg);
  }
  .content-introduce figure,
  footer figure {
    text-align: left;
  }
  /*---------- footer ------------*/
  footer figure img {
    max-width: 134px;
  }
  /*----------- place --------------*/
  .filter-item-details li .details-title {
    width: 40%;
    float: left;
  }
  .filter-item-details li .details-content {
    width: 55%;
    float: left;
    margin-left: 5%;
    padding-left: 5%;
  }
  .filter-content .filter-item-details li {
    display: flex;
    align-items: center;
  }
  .map_wide {
    padding-top: 500px;
  }
  /*----------- menu ----------*/
  .menu-details .col-sm-8 {
    padding-right: 0;
  }
  .menu-details .col-sm-4 {
    /*padding-left: 40px;*/
  }
  .modal.choseAdd {
    top: 50%;
    margin: -150px auto;
  }
  .modal.choseAdd .modal-dialog {
    width: 680px;
  }
  .modal.delivery .modal-dialog {
    width: 98%;
    margin: 10px auto;
  }
  /*-------------- introduce ------------*/
  .introduce .row .col-sm-6:first-child {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .introduce .row .col-sm-6:first-child .box-text {
    order: 1;
  }
  .introduce .row .col-sm-6:first-child .box-img {
    order: 2;
  }
  .introduce .row .col-sm-6:first-child .box-img {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.main_visual .sp-layer img {
  max-width: 100%;
}
@media only screen and (min-width: 1300px) {
  .main_visual .sp-horizontal .sp-arrows {
    max-width: 1300px;
  }
}
/*@media only screen and ( min-width: 1200px ) {
	.slider-pro p.sp-layer, .banner .banner-copy {
		left: calc((100% - 1170px) / 2) !important;
	}

	.main_visual .sp-layer img {
		max-width: 100%;
	}
}*/
@media (max-width: 1199px) {
  /*------------ subpage ---------------*/
  .box-item .box-detail h3 {
    margin-bottom: 20px;
  }
  /*.box-item .box-detail h3 + p {
            margin-bottom: 40px;
        }*/
}
@media (min-width: 1100px) {
  .modal.delivery .modal-dialog {
    width: 1022px;
  }
}
@media only screen (min-width: 992px) {
  /*------------- header ----------------*/
  header .navbar-header {
    width: 170px;
  }
  header .navbar .navbar-nav {
    /*padding-right: 34px;*/
  }
  header .navbar .navbar-nav:after,
  header .navbar .navbar-nav:before {
    width: calc(-50%);
  }
  header .navbar .navbar-nav > li {
    font-size: 16px;
  }
  header .navbar .navbar-nav > li:nth-child(4) {
    margin-right: 285px;
  }
  /*---------------- slide -------------------*/
  .main_visual .sp-horizontal .sp-arrows {
    max-width: 970px;
  }
  /*.main_visual .sp-layer img, .banner .banner-copy img {
		max-width: 70%;
	}*/
  .slider-pro p.sp-layer,
  .banner .banner-copy {
    left: calc(-435%) !important;
  }
  /*-------------- content ----------*/
  .store-info .box-img {
    width: 80px;
  }
  .store-info .box-text {
    width: calc(20%);
  }
  .store-info .box-text h3 {
    font-size: 17px;
  }
  .store-info .box-full-text h2 {
    font-size: 28px;
  }
  .store-info .box-full-text p {
    font-size: 15px;
  }
  .content-menu .item-detail h3 {
    font-size: 16px;
  }
  .content-menu .item-detail p.price {
    font-size: 20px;
  }
  .content-introduce .box-content p.more {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  p {
    margin-bottom: 0;
  }
  /*------------- header -----------*/
  header,
  body.home header {
    position: relative;
    background: #000;
  }
  header .header-top {
    background: #2b2b2b;
  }
  header .header-top .col-sm-12 {
    position: static;
  }
  header .header-top ul.action {
    padding: 0;
    width: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  header .header-top ul.action li:last-child,
  header .header-top .site-link .col-sm-6:first-child {
    display: none;
  }
  header .header-top .site-link ul.link li:nth-child(2) {
    padding-left: 0;
  }
  header .header-top .site-link ul.link li:nth-child(3) {
    float: right;
  }
  header .header-top .site-link .col-sm-6 {
    padding: 0;
  }
  header .header-top .site-link ul.link li {
    margin: 0 !important;
    padding: 10px 10px;
    display: inline-block;
  }
  /*header .header-top .site-link ul.link li:not(:last-child) {
						border-right: 1px solid #323232;
					}*/
  header .navbar-default .navbar-toggle {
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    margin-top: 15px;
    background: none !important;
  }
  header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 28px;
    height: 3px;
    margin-right: 0;
  }
  header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-brand > img {
    width: 70px;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
    position: absolute;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    top: 20px;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:last-child {
    transform: rotate(-45deg);
    top: 15px;
  }
  header .navbar-collapse {
    padding: 0;
    position: absolute;
    width: 100%;
  }
  header .navbar-nav {
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  header .navbar .navbar-nav li:not(:last-child) {
    border-bottom: 1px dashed #666;
  }
  header .navbar .navbar-nav li a {
    padding: 15px;
    color: #fff;
  }
  header .navbar .navbar-nav li > ul {
    padding: 0 20px;
    display: none;
  }
  header .navbar .navbar-nav li > ul > li a {
    padding: 15px 5px;
  }
  header .navbar .navbar-nav li.has_under:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 20px;
    right: 15px;
    transform: rotate(45deg);
    transition: .3s;
  }
  header .navbar .navbar-nav li.has_under.li-open:after {
    transform: rotate(135deg);
  }
  /*------------- slide --------------*/
  .slider-pro p.sp-layer {
    top: 12% !important;
  }
  .main_visual .sp-layer img {
    max-width: 80%;
  }
  .main_visual .sp-horizontal .sp-arrows .sp-arrow {
    width: 30px;
    height: 30px;
  }
  /*------------- content ----------*/
  .store-info .row .col-sm-4:first-child,
  .store-info .row .col-sm-4:last-child {
    display: none;
  }
  .store-info .box-full-text {
    padding: 30px 0;
  }
  .content-menu .item {
    margin-bottom: 20px;
  }
  .content-menu .item-detail {
    margin-top: 0;
  }
  .content-menu .item-detail h3 {
    font-size: 16px;
  }
  .content-menu .item-detail p.price {
    font-size: 18px;
  }
  /*.content-menu .item-detail .item-cart a {
            width: 35px;
            height: 35px;
            line-height: 35px;

            font-size: 25px;
        }*/
  .content-introduce {
    padding: 30px 0 50px;
  }
  .content-introduce .container > .row > .col-sm-6 > .row:last-child,
  .content-introduce .box-content p.more {
    display: none;
  }
  .content-introduce .container > .row > .col-sm-6 > .row {
    margin-bottom: 0;
  }
  .content-introduce .container > .row > .col-sm-6:first-child {
    margin-bottom: 45px;
  }
  .content-introduce .box-content h2 {
    text-align: center;
    line-height: 1.4;
  }
  .content-introduce .box-content figure {
    margin: 30px 0 0;
  }
  .content-promotion {
    padding: 30px 0;
  }
  .content-promotion .row .col-sm-4 {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .content-promotion figure {
    width: 40%;
    float: left;
  }
  .content-promotion .detail {
    width: 55%;
    float: left;
    margin-left: 5%;
  }
  .content-promotion .detail h3 {
    margin-top: 0;
  }
  .content-link {
    background-size: cover;
  }
  .content-link h2 {
    margin-bottom: 15px;
  }
  .content-link p.link a {
    display: block;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
  .content-link p.link a i,
  .content-link p.link a span {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .content-link p.link a i {
    margin-bottom: 20px;
  }
  .content-link p.link a span {
    padding: 10px 10px 8px;
  }
  .take-care {
    width: 70px;
    transition: .3s;
  }
  .take-care .title h3 i {
    font-size: 35px;
    transition: .3s;
  }
  .take-care .title h3 span {
    font-size: 0;
    transition: .3s;
  }
  .take-care.open-form {
    width: 100%;
  }
  .take-care.open-form .title h3 i {
    font-size: 30px;
  }
  .take-care.open-form .title h3 span {
    font-size: 18px;
  }
  /*-------------- footer ------------------*/
  footer {
    padding: 25px 0 80px;
  }
  footer .container .row .col-sm-2 {
    margin-bottom: 15px;
  }
  /*------------ subpage -------------*/
  .banner .banner-copy {
    left: 15px;
  }
  .banner .banner-copy img {
    max-width: 50%;
  }
  /*-------------------- news ------------------*/
  .news-content {
    padding: 30px 0;
  }
  .loading img {
    width: 70px;
  }
  /*------------- menu -----------*/
  .menu-details .menu-info-tabs {
    margin-bottom: 20px;
  }
  .sidebar {
    margin-top: 20px;
  }
  .modal-body .choose-box h3 {
    font-size: 25px;
  }
  .modal-body .choose-box h4 {
    font-size: 20px;
  }
  .form-customer .address-to,
  .form-customer .time-to {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li span:not(.number) {
    font-size: 12px;
  }
  /*-------- news single ------*/
  .news-single-content,
  .recruitment-content {
    padding: 40px 0 60px;
  }
  .news-single-content .row .col-sm-6:first-child {
    margin-bottom: 20px;
  }
  /*------------- recruitment --------------*/
  .recruitment-content .tab-recruit {
    margin-bottom: 30px;
  }
  .recruitment-content .tab-recruit .nav-tabs li {
    width: 50%;
    float: left;
  }
  /*------------- place -------------*/
  .locations {
    padding: 30px 0;
  }
  .locations .filter-wrapper {
    margin-bottom: 30px;
  }
  .locations .filter-wrapper li + li {
    margin-left: 20px;
  }
  .locations .filter-wrapper li.filter-item-select + li.filter-item-select {
    margin-left: 10px;
  }
  .filter-item-details li .details-title {
    text-align: center;
  }
  .filter-item-details li .details-title h4 {
    margin-bottom: 8px;
  }
  .filter-item-details li .details-content {
    padding-top: 20px;
    margin-top: 20px;
    border: none;
  }
  .filter-item-details li .details-content:after {
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
  }
  .filter-item-details li .details-content:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px solid #ffb700;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .filter-item-details li .details-content .btn-more {
    text-align: center;
  }
  /*-------- contact ------------*/
  .contact-content {
    padding: 30px 0 50px;
  }
  .contact-content .row .col-sm-6:first-child {
    margin-bottom: 30px;
  }
  .contact-content .search-place {
    text-align: center;
  }
  /*------------ introduce --------------*/
  .introduce {
    padding: 30px 0 50px;
  }
  h2 span {
    font-size: 20px;
  }
  .introduce .row .col-sm-6:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .content-menu {
    padding: 30px 0 40px;
  }
  /*.content-menu .container, .news-content .container {
            padding: 0 22px;

        }*/
  .content-menu .item figure .info {
    width: 50px;
    height: 36px;
    right: 10px;
    bottom: 10px;
  }
  .content-menu .col-xs-6,
  .news-content .col-xs-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  /*.content-menu .item-detail .item-cart {
		top: 15px;
	}*/
  /* form modal */
  .modal-header {
    padding: 10px 15px;
  }
  h4.modal-title {
    font-size: 30px;
  }
  .modal-header .close {
    font-size: 40px;
  }
  .modal-body {
    padding: 20px;
  }
  /*------------ news -------------*/
  .box-item .box-detail {
    padding-top: 15px;
    margin-bottom: 16px;
  }
  .box-item .box-detail .box-more p {
    width: 40%;
  }
  .box-item .box-detail .box-more .social {
    width: 60%;
  }
  .box-item .box-detail .box-more .social li + li {
    margin-left: 5px;
  }
  /*---------- menu -----------*/
  .menu-details .menu-info-tabs {
    margin-bottom: 30px;
  }
  .menu-details .menu-info-tabs li a {
    font-size: 15px;
    padding: 10px 15px;
  }
  .menu-details .col-sm-4 {
    padding: 0 8px;
  }
  .modal-body .locations-info {
    padding: 20px 10px;
  }
  .modal-body .choose-box h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .modal-body .choose-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .modal-body .select-btn {
    margin-top: 10px;
  }
  .modal-body .locations-info ul.list-info {
    margin-bottom: 10px;
  }
  .modal-body .locations-info ul.list-info li {
    width: 100%;
    margin: 0 0 10px !important;
    float: none;
  }
  .form-customer .form-group.tel input,
  .form-customer .form-group.tel select,
  .form-customer .form-group.datetime input,
  .form-customer .form-group.datetime select {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .form-customer .form-group.tel input,
  .form-customer .form-group.datetime input {
    margin-bottom: 15px !important;
  }
  .modal-body .form-customer div .form-group i {
    top: 22px;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li {
    width: 90%;
    display: block;
    max-width: 100%;
    text-align: left;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li span.number {
    margin-left: 0;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li span + span {
    padding-left: 10px;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li:not(:last-child):after {
    left: 15px;
    height: 100%;
    width: 2px;
  }
  .modal.delivery .modal-content .modal-header ul.modal-title li:not(:last-child) {
    padding-bottom: 10px;
  }
  /*-------- news ----------*/
  .news-single-content h2 {
    font-size: 25px;
  }
  /*-------- recruitment -----------*/
  .recruitment-content h3 {
    margin-bottom: 25px;
  }
  .recruitment-content ul.list-info-recruit {
    margin-top: 25px;
  }
  /*-------------- place -------------*/
  .locations .filter-wrapper li {
    width: 100%;
  }
  .locations .filter-wrapper li + li {
    margin-top: 15px !important;
  }
  .locations .filter-wrapper li.filter-item-select {
    width: auto;
    margin: 0 10px;
  }
  .locations .filter-wrapper li select {
    min-width: 260px;
  }
  /*------- contact -----------*/
  .contact-content h3 {
    font-size: 20px;
  }
  /*------------ introduce ------------*/
  h2 span {
    font-size: 16px;
  }
  .introduce h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .store-info .box-full-text h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .store-info .box-full-text p {
    font-size: 15px;
  }
  .content-menu .item-detail h3 {
    font-size: 12px;
    padding-right: 25px;
    /*margin: 0 0 5px;*/
  }
  .content-menu .item-detail p.price {
    font-size: 14px;
  }
  /*.content-menu .item-detail .item-cart a {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}*/
  .content-introduce .box-content h2 {
    font-size: 28px;
  }
  .content-introduce .box-content h2 span {
    font-size: 25px;
  }
  .content-promotion {
    padding: 30px 0;
  }
  .content-promotion .row .col-sm-4 {
    margin-bottom: 20px;
  }
  .content-promotion .detail h3 {
    font-size: 16px;
  }
  .content-promotion .detail p.more a {
    padding: 5px 10px;
  }
  .content-link {
    padding: 70px 0 40px;
  }
  .content-link h2 {
    font-size: 25px;
  }
  .content-link figure {
    margin-bottom: 40px;
  }
  /*------------ news -------------*/
  .box-item .box-detail h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .box-item .box-detail h3 + p {
    font-size: 12px;
    /*margin-bottom: 25px;*/
  }
  .box-item .box-detail .box-more {
    padding: 10px 10px;
  }
  .box-item .box-detail .box-more p,
  .box-item .box-detail .box-more .social {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .box-item .box-detail .box-more p {
    margin-bottom: 5px;
  }
  /*-------- news single ------------*/
  .news-single-content {
    padding: 30px 0 40px;
  }
  .news-single-content .container .row:not(:last-child) {
    margin-bottom: 10px;
  }
  .news-single-content .row .col-sm-6:first-child {
    margin-bottom: 15px;
  }
  /*------------ recruitment --------------*/
  .recruitment-content .tab-recruit .nav-tabs li {
    width: 100%;
    float: none;
  }
  /*--------- place -------------*/
  .filter-item-details li .details-title h4,
  .filter-item-details li .details-title h4 + p {
    font-size: 16px;
  }
  /*-------- contact ------------*/
  .contact-content h3 {
    font-size: 18px;
  }
  .contact-content .search-place a {
    padding: 10px 20px;
  }
  .contact-content .contact-info {
    margin: 15px 0;
  }
  .form-contact .form-group.captcha span {
    margin-left: 20px;
  }
  /*--------- menu -----------*/
  .modal.choseAdd .modal-content .modal-body figure,
  .modal.choseAdd .modal-content .modal-body .choose-box {
    width: 100%;
    float: none;
    margin: 0;
  }
  .modal.choseAdd .modal-content .modal-body figure {
    margin-bottom: 10px;
  }
  /*-------- introduce -------------*/
  .introduce h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 12px;
    margin-top: 5px;
  }
  .introduce .row .col-sm-6 .box-img {
    margin-bottom: 20px;
  }
  .introduce h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 360px) {
  .content-menu .item figure .info {
    width: 35px;
    height: 25px;
    right: 8px;
    bottom: 8px;
  }
  .content-menu .item {
    margin-bottom: 10px;
  }
  .content-menu .item-detail {
    /*min-height: 38px;*/
  }
  .content-menu .item-detail h3 {
    font-size: 10px;
    padding-right: 25px;
    margin: 0;
  }
  .content-menu .item-detail p.price {
    font-size: 12px;
  }
  /*.content-menu .item-detail .item-cart {
            top: 10px;
        }*/
  .content-introduce {
    padding: 20px 0 40px;
  }
  .content-introduce .box-content h2 {
    font-size: 22px;
  }
  .content-introduce .box-content h2 span {
    font-size: 20px;
  }
  .content-promotion .detail h3 {
    font-size: 14px;
  }
  .content-link h2 {
    font-size: 22px;
  }
  footer p.copy-right {
    font-size: 12px;
  }
  .modal-body {
    padding: 20px 10px;
  }
  /*----------- news ------------*/
  .box-item .box-detail {
    padding-top: 5px;
  }
  .box-item .box-detail h3,
  .box-item .box-detail h3 + p {
    font-size: 12px;
    padding: 0 5px;
  }
  /*-------- menu ------------*/
  .menu-details .menu-info-tabs li a {
    font-size: 14px;
    padding: 10px;
  }
  .sidebar .text-promotion ul li.text-info p {
    font-size: 15px;
  }
  .modal-body .locations-info h4 {
    font-size: 14px;
  }
  /*-------------- recruitment ----------------*/
  .recruitment-content {
    padding: 30px 0 40px;
  }
  .recruitment-content h3 {
    font-size: 20px;
  }
  /*------------ contact -------------*/
  .contact-content h3 {
    font-size: 16px;
  }
  .form-contact .form-group.captcha .form-control {
    max-width: 150px;
  }
  .form-contact .form-group.captcha span {
    min-width: 90px;
  }
  .form-contact .form-group.captcha a {
    margin-left: 10px;
  }
  /*--------- introduce -----------------*/
  .introduce h2 {
    font-size: 20px;
  }
  .introduce h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* DESKTOP AND UP */
  .navbar-brand > img {
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -54px 0 0 -75px;
  }
  header .header-top .site-link ul.link {
    display: none;
  }
  #duck .item .item-detail h4 {
    font-size: 16px;
  }
  .sidebar {
    display: inline-block;
    min-width: 294px;
  }
  .content-menu.menu-details {
    padding-bottom: 60px;
  }
  #menuAccount {
    display: block;
  }
  .header-top {
    position: relative;
    display: block;
  }
  header .navbar-default,
  header .navbar-default.navbar-dathang {
    margin-top: 0;
  }
  /*header .navbar-default {
        margin-top: 50px;
    }*/
  #mainContent,
  #cartContent {
    margin-top: 15px;
  }
  #cartToolbar {
    display: none;
  }
  .form-customer .gender {
    width: 19%;
  }
  .form-customer .form-datetime #form_time {
    float: none;
  }
  #mobileUserMenu {
    display: none;
  }
  .content-menu .item-detail .item-cart a i {
    font-size: 30px;
  }
  .content-menu .item figure a {
    border: 1px solid #a7a7a9;
  }
  #home-page .content-menu .item-detail {
    margin-top: 20px;
    height: 70px;
  }

  .content-promotion figure > a,
  .box-item figure > a {
    height: 140px;
  }
  .box-item .box-detail h3 {
    height: 40px;
  }
  .box-item .box-detail h3 + p {
    height: 60px;
  }
  .menu-left-right {
    width: 100%;
  }
  .menu-left-right ul {
    display: inline-block;
  }
  .menu-left-right ul li {
    padding-left: 10px;
    padding-right: 10px;
    /*font-weight: bold;*/
    font-size: 16px;
  }
  .menu-left-right .menu-left ul li + li {
    border-right: 1px solid rgba(64, 64, 64, 0.86);
  }
  .menu-left-right .menu-right ul li:not(:last-child) {
    border-right: 1px solid rgba(64, 64, 64, 0.86);
  }
  .menu-left-right .menu-left {
    text-align: right;
  }
  .menu-left-right .menu-left ul {
    margin-right: 100px;
  }
  .menu-left-right .menu-left ul li {
    float: right;
  }
  .menu-left-right .menu-right {
    text-align: left;
  }
  .menu-left-right .menu-right ul {
    margin-left: 100px;
  }
  .menu-left-right .menu-right ul li {
    float: left;
  }
  .history-content {
    padding: 15px 0;
  }
  .history-content .form-inline > .form-group {
    margin-left: 15px;
  }
  .history-content .form-group + button {
    margin-left: 15px;
  }
  .box-item .box-detail h3 + p {
    margin-bottom: 20px;
  }
  /* END DESKTOP AND UP */
}
@media (min-width: 992px) {
  /* CSS cho desktops trở lên ở đây */
  .content-promotion figure > a,
  .box-item figure > a {
    height: 190px;
  }
}
@media (min-width: 1200px) {
  /* CSS cho large desktops trở lên ở đây */
  .content-promotion figure > a,
  .box-item figure > a {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .dat-hang h2 {
    font-size: 30px;
    color: white;
    padding-top: 10px;
    padding-bottom: 28px;
  }
  .dat-hang h2::after {
    display: inline-block;
  }
}