﻿html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    touch-action: manipulation;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover,
a:selected {
    outline-width: 0;
    text-decoration: none;
}

*:focus {
    outline: 0;
    border: 0;
    outline-width: 0;
    background-color: transparent;
}

img {
    border-style: none;
    vertical-align: middle
}

button,
input,
select,
textarea,
optgroup {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('../fonts/SFProPingFangSC-Light.eot');
    src: url('../fonts/SFProPingFangSC-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProPingFangSC-Light.woff2') format('woff2'),
        url('../fonts/SFProPingFangSC-Light.woff') format('woff'),
        url('../fonts/SFProPingFangSC-Light.ttf') format('truetype'),
        url('../fonts/SFProPingFangSC-Light.svg#SFProPingFangSC-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('../fonts/SFProPingFangSC-Thin.eot');
    src: url('../fonts/SFProPingFangSC-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProPingFangSC-Thin.woff2') format('woff2'),
        url('../fonts/SFProPingFangSC-Thin.woff') format('woff'),
        url('../fonts/SFProPingFangSC-Thin.ttf') format('truetype'),
        url('../fonts/SFProPingFangSC-Thin.svg#SFProPingFangSC-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('../fonts/SFProPingFangSC-Regular.eot');
    src: url('../fonts/SFProPingFangSC-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProPingFangSC-Regular.woff2') format('woff2'),
        url('../fonts/SFProPingFangSC-Regular.woff') format('woff'),
        url('../fonts/SFProPingFangSC-Regular.ttf') format('truetype'),
        url('../fonts/SFProPingFangSC-Regular.svg#SFProPingFangSC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('../fonts/SFProPingFangSC-Medium.eot');
    src: url('../fonts/SFProPingFangSC-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProPingFangSC-Medium.woff2') format('woff2'),
        url('../fonts/SFProPingFangSC-Medium.woff') format('woff'),
        url('../fonts/SFProPingFangSC-Medium.ttf') format('truetype'),
        url('../fonts/SFProPingFangSC-Medium.svg#SFProPingFangSC-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PingFang SC';
    src: url('../fonts/SFProPingFangSC-Semibold.eot');
    src: url('../fonts/SFProPingFangSC-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProPingFangSC-Semibold.woff2') format('woff2'),
        url('../fonts/SFProPingFangSC-Semibold.woff') format('woff'),
        url('../fonts/SFProPingFangSC-Semibold.ttf') format('truetype'),
        url('../fonts/SFProPingFangSC-Semibold.svg#SFProPingFangSC-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


html,
body {
    font-family: 'PingFang SC', 'Roboto';
    font-size: 15px;
    line-height: 1.5;
    color: #3A3A3A;
}

html {
    overflow-x: hidden;
}

header {
    padding: 0;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 1030;
}
.header-spacer {
	display: block;
	height: 60px;
}

@media (min-width:768px) {
	.header-spacer {
		height: 102px;
	}
}

.container-fluid {
	max-width: 1440px; /* 1440px;*/
	padding-left: 0;
	padding-right: 0;
}
.container-fluid .row {
	margin-left: 0;
	margin-right: 0;
}
.container-fluid .row.border {
	margin-left: -1px;
    margin-right: -1px;
}
.container-fluid .row .col {
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

.carousel-indicators {
	left: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: center;
}
.carousel-indicators li {
	background-color: #FFFFFF;
	border-radius: 0;
	border: 0;
	width: 38px;
	height: 3px;
	margin: 0 10px;
}
.carousel-indicators li.active {
	background-color: #E4002C;
	border-radius: 0;
	border: 0;
	width: 38px;
	height: 3px;
	margin: 0 10px;
}
.carousel-indicators li div {
    background-color: #FFFFFF;
}
.carousel-indicators li.active div {
    background-color: #E4002C;
}

.carousel-inner .video-container {
	display: block;
    max-width: 100%;
    height: auto;
}
.carousel-inner .video-container .overlay {
	display: block;
	opacity: 1;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=100);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
}
.carousel-inner .video-container .overlay.transparent {
	display: block;
	opacity: 0;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=0);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
}

video {
  position: absolute;
	height: 100%;
	left: 50%;
  top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.popup {
	width: 100%;
    height: 100%;
    background: url(../images/btn_close.png) no-repeat;
    background-size: 50px;
    background-position: 10px 10px;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 1500;
}

.btn-play {
	display: block;
	background: url(../images/btn_play.png) no-repeat center;
	background-size: 60px;
	width: 100%;
    height: 100%;
}

.link {
  cursor: pointer;
}

.bar {
	background: #E31E2D;
	width: 2px;
	height: 40px;
    margin: 0 auto;
    margin-top: 30px;
}
.heading {
	color: #1F1F1F;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 32px;
	font-weight: 500;
 	text-align: center;
 	padding-top: 20px;
}
.heading.en {
	color: #E31E2D;
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 36px;
 	text-align: center;
 	padding-top: 0px;
 	padding-bottom: 20px;
}
.follow-us {
	color: #4A4A4A;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
 	text-align: center;
 	padding-top: 20px;
 	padding-bottom: 50px;
}
.btn-order-large {
	display: block;
	background-color: #E0182E;
 	background-size: contain;
    background-position: center right;
	border-radius: 8px;
	border: none;
 	color: #FFFFFF;
	font-family: 'PingFang SC', 'Roboto';
 	font-size: 26px;
 	font-weight: 600;
 	line-height: 37px;
 	text-align: center;
 	margin: 15px 30px;
 	padding: 10px;
}
.btn-order-large:hover {
	color: #FFFFFF;
	background-color: #ff4a48;
}

.col-container {
  display: table;
  width: 100%;
}
.col-container .col {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.message {
	color: #4A4A4A;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 14px;
	line-height: 20px;
	padding: 25px 5px;
}
.message .red {
	color: #E0182E;
	font-weight: 500;
}

.hotline {
	color: #4A4A4A;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	padding: 5px 0;
}

.line-bottom {
	color: #4A4A4A;
	border-bottom: 1px solid #E0E0E0;
	display: inline-block;
	padding-bottom: 10px;
	margin-left: 40px;
	white-space: nowrap;
}
.line-top {
	color: #4A4A4A;
	display: inline-block;
	padding-top: 10px;
	margin-left: 40px;
	white-space: nowrap;
}
.line-border {
	color: #4A4A4A;
    border: 2px solid #D2CECE;
	display: block;
	padding-top: 10px;
	padding: 8px 5px;
    border-radius: 8px;
    margin: 5px 0 5px 70px;
    text-align: center;
    white-space: nowrap;
}
.line-bottom:hover, .line-top:hover, .line-border:hover {
	color: #1A1A1A;
	text-decoration: none;
}
.title {
	color: #4A4A4A;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	padding: 25px 0 10px 0;
	text-align: left;
	padding-left: 25px;
}

footer {
    padding: 0;
	background: #D8D8D8;
    width: 100%;
	text-align: left;
}
.footer {
	color: #737373;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 12px;
	font-weight: 500;
	padding: 15px;
}

.container-fluid .row.border-none .col {
	border: 0;
}

.topbar {
	margin: 0 auto;
	background-color: #F1F1F1;
	color: #6A6B70;
 	font-size: 12px;
  width: 100%;
  text-align: right;
  padding: 0 15px;
}
.topbar .btn {
	color: #6A6B70;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 12px;
	padding: 8px 5px;
}
.topbar .btn:hover, .navbar .btn:hover {
	color: #1A1A1A;
}

.navbar {
	margin: 0 auto;
	padding: 4px 15px;
	background-color: #FFFFFF;
	border-radius: 0;
	font-size: 18px;
	color: #4A4A4A;
  text-align: left;
  -moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
}
.navbar .left {
	float: left;
}
.navbar .right {
	float: right;
}
.navbar .navbar-btn {
	float: left;
	margin: 0;
	background: url(../images/icon_menu.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 50px;
    display: inline-block;
}
.navbar .navbar-btn.left {
    margin-right: 30px;
    margin-top: 5px;
}
.navbar .navbar-brand {
	background: url(../images/img_logo.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
}
.navbar .navbar-brand.small {
    width: 45px;
    height: 45px;
    margin-top: 10px;
}
.navbar .navbar-brand.left {
	margin: 0 30px 0 15px;
}
.navbar .navbar-brand.center {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    top: 0;
    margin-top: 8px;
}
.navbar .navbar-right {
	float: right;
	margin: 10px 0;
	color: #6A6B70;
}
.navbar .navbar-right a {
	color: #6A6B70;
 	font-size: 13px;
	padding: 5px;
}
.navbar .navbar-link {
	display: inline-block;
	color: #4A4A4A;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 18px;
	font-weight: 500;
	padding: 20px 16px 0 16px;
}
.navbar .navbar-link:hover {
	color: #E0182E;
	text-decoration: none;
}
.navbar .btn-order {
	display: inline-block;
	background-color: #E0182E;
 	background-size: contain;
    background-position: center right;
	border-radius: 8px;
	border: none;
 	color: #FFFFFF;
 	font-family: 'PingFang SC', 'Roboto';
 	font-size: 16px;
 	font-weight: 600;
 	margin: 8px 0 10px 0;
  padding: 8px 15px 8px 18px;
  /*padding: 5px 4px 5px 8px;*/
}
.navbar .btn-order:hover {
	color: #FFFFFF;
	background-color: #ff4a48;
}
.navbar .btn-order .icon {
	display: inline-block;
	background: url(../images/icon_go.png) no-repeat;
 	background-size: contain;
 	background-position: center;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}
.navbar .order-now {
	display: inline-block;
	background-color: #FFFFFF;
 	color: #4A4A4A;
 	font-family: 'PingFang SC', 'Roboto';
 	font-size: 16px;
 	font-weight: 600;
 	margin: 15px 5px 10px 0;
}
.navbar .order-now .icon {
	display: inline-block;
	background: url(../images/icon_arrow.png) no-repeat;
 	background-size: contain;
 	background-position: center;
    width: 22px;
    height: 28px;
    margin-bottom: -6px;
}

.navbar-toggle {
	position: absolute;
	border: none;
	color: #6A6B70;
 	font-size: 13px;
}
.navbar-toggle.right {
	right: 0;
}
.navbar-toggle .btn {
	color: #6A6B70;
 	font-size: 13px;
	padding: 5px;
}

.sidebar {
    height: 100%;
    width: 270px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1041;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    bottom: 0;
}
.sidebar .navbar-link {
	display: block;
	color: #1F1F1F;
	font-family: 'PingFang SC', 'Roboto';
	font-size: 16px;
	font-weight: 500;
	text-align: center; 
	padding: 18px 0;
    border-top: 1px solid #E3E3E3;
}
.sidebar .navbar-link:hover {
	color: #E0182E;
	text-decoration: none;
}
.sidebar .btn-close {
	display: inline-block;
	background: url(../images/btn_close.png) no-repeat;
 	background-size: contain;
 	background-position: center;
  width: 45px;
  height: 45px;
  margin: 66px 0 15px 15px;
}
.sidebar .navbar-brand {
	background: url(../images/img_logo.png) no-repeat;
  background-size: cover;
  background-position: center;
	position: absolute;
	top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  margin-top: 70px;
}

@media (max-width:767px) {
	.sidebar .btn-close {
		margin: 8px 0 2px 15px;
	}
	.sidebar .navbar-brand {
	    margin-top: 8px;
	}
}
@media (min-width:768px) {
	.sidebar .btn-close {
    margin: 48px 0 5px 15px;
	}
	.sidebar .navbar-brand {
    margin-top: 48px;
	}
}



@media (max-width:766px) {
	.message {
		font-size: 14px;
		line-height: 20px;
		padding: 30px 30px 0 30px;
	}
	.title {
		font-size: 22px;
		line-height: 29px;
		padding-top: 50px;
		text-align: center;
	}
	.hotline {
		font-size: 18px;
		line-height: 25px;
		padding: 10px 0;
	}
	.footer {
		text-align: center;
	}

	.carousel-indicators {
		text-align: center;
		padding: 0;
	}
	.carousel-indicators li {
		background-color: transparent;
		border-radius: 0;
		border: 0;
		width: 40px;
		padding: 30px 0;
	}
	.carousel-indicators li.active {
		background-color: transparent;
		border-radius: 0;
		border: 0;
		width: 40px;
		padding: 30px 0;
	}
	.carousel-indicators li div {
		background-color: #FFFFFF;
		border-radius: 0;
		border: 0;
		width: 100%;
		height: 4px;
	}
	.carousel-indicators li.active div {
		background-color: #E4002C;
		border-radius: 0;
		border: 0;
		width: 100%;
		height: 4px;
	}
  .carousel-indicators li div, .carousel-indicators li.active div {
    background-size: 0;
  }
}

@media (min-width:767px) {
	.navbar .order-now .icon {
	    background: url(../images/icon_tap.png) no-repeat;
	    background-size: 28px;
	    background-position: left center;
	    width: 32px;
	    height: 28px;
	}

	.message {
		font-size: 11px;
		line-height: 18px;
		padding: 25px 20px 25px 10px;
	}
	.message img {
		margin: 0;
	    margin-bottom: 30px;
	    width: 145px;
	    height: 140px;
	}
	.line-bottom {
		padding-bottom: 6px;
		margin-left: 40px;
	}
	.line-top {
		padding-top: 6px;
		margin-left: 40px;
	}
	.title {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
	}
	.hotline {
		font-size: 13px;
		line-height: 18px;
		padding: 5px 0;
	}

	.carousel-indicators {
		text-align: center;
		padding: 0;
	}
	.carousel-indicators li {
		background-color: transparent;
		border-radius: 0;
		border: 0;
		width: 40px;
		padding: 30px 0;
	}
	.carousel-indicators li.active {
		background-color: transparent;
		border-radius: 0;
		border: 0;
		width: 40px;
		padding: 30px 0;
	}
	.carousel-indicators li div {
		background-color: #FFFFFF;
		border-radius: 0;
		border: 0;
		width: 100%;
		height: 4px;
	}
	.carousel-indicators li.active div {
		background-color: #E4002C;
		border-radius: 0;
		border: 0;
		width: 100%;
		height: 4px;
	}
  .carousel-indicators li div, .carousel-indicators li.active div {
    background-size: 0;
  }
}

@media (min-width:992px) {
	.navbar .order-now .icon {
		background: url(../images/icon_arrow.png) no-repeat;
	 	background-size: contain;
	 	background-position: center;
	    width: 22px;
	    height: 28px;
	}

	.message {
		font-size: 12px;
		line-height: 22px;
		padding: 25px 20px 25px 10px;
	}
	.message img {
		margin: 0;
	    margin-bottom: 30px;
	    width: 156px;
	    height: 151px;
	}
	.line-bottom {
		padding-bottom: 10px;
		margin-left: 40px;
	}
	.line-top {
		padding-top: 10px;
		margin-left: 40px;
	}
	.title {
		font-size: 18px;
		line-height: 25px;
		text-align: left;
	}
	.hotline {
		font-size: 17px;
		line-height: 21px;
		padding: 5px 0;
	}

	.carousel-indicators {
		text-align: right;
		padding: 0 40px;
	}
	.carousel-indicators li {
		border-radius: 0;
		border: 0;
    width: 110px;
    height: 54px;
		padding: 0;
		margin: 0 10px 40px 10px;
		border: 2px solid #C3C3C3;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
	}
	.carousel-indicators li.active {
		border-radius: 0;
		border: 0;
    width: 110px;
    height: 54px;
		padding: 0;
		margin: 0 10px 40px 10px;
		border: 2px solid #E4002C;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
	}
	.carousel-indicators li div, .carousel-indicators li.active div {
		height: 100%;
    background-size: cover;
  }
}

@media (min-width:1024px) {
	.navbar .order-now .icon {
		background: url(../images/icon_arrow.png) no-repeat;
	 	background-size: contain;
	 	background-position: center;
	    width: 22px;
	    height: 28px;
	}

	.message {
		font-size: 13px;
		line-height: 24px;
		padding: 25px 20px 25px 10px;
	}
	.message img {
		margin: 0 10px;
	    margin-bottom: 30px;
	    width: 156px;
	    height: 151px;
	}
	.line-bottom {
		padding-bottom: 8px;
		margin-left: 50px;
	}
	.line-top {
		padding-top: 8px;
		margin-left: 50px;
	}
	.title {
		font-size: 18px;
		line-height: 25px;
		text-align: left;
	}
	.hotline {
		font-size: 16px;
		line-height: 22px;
		padding: 5px 0;
	}

	.carousel-indicators {
		text-align: right;
		padding: 0 40px;
	}
	.carousel-indicators li {
		border-radius: 0;
		border: 0;
		width: 140px;
		height: 68px;
    padding: 0;
    margin: 0 10px 40px 10px;
		border: 2px solid #C3C3C3;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
	}
	.carousel-indicators li.active {
    border-radius: 0;
    border: 0;
    width: 140px;
    height: 68px;
    padding: 0;
    margin: 0 10px 40px 10px;
    border: 2px solid #E4002C;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
	}
	.carousel-indicators li div, .carousel-indicators li.active div {
		height: 100%;
    background-size: cover;
	}
}

@media (min-width:1280px) {
  .navbar .order-now .icon {
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
      width: 22px;
      height: 28px;
  }

	.message {
		font-size: 13px;
		line-height: 25px;
		padding: 25px 20px 35px 10px;
	}
	.message img {
	    margin: 0 15px;
	    margin-bottom: 30px;
	    width: 175px;
	    height: 164px;
	}
	.line-bottom {
		padding-bottom: 10px;
		margin-left: 50px;
	}
	.line-top {
		padding-top: 10px;
		margin-left: 50px;
	}
	.title {
		font-size: 22px;
		line-height: 29px;
		text-align: left;
	}
	.hotline {
		font-size: 20px;
		line-height: 26px;
		padding: 5px 0;
	}

	.carousel-indicators {
		text-align: right;
		padding: 0 40px;
	}
	.carousel-indicators li {
		border-radius: 0;
		border: 0;
		width: 160px;
		height: 78px;
    padding: 0;
    margin: 0 10px 40px 10px;
		border: 2px solid #C3C3C3;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
	}
	.carousel-indicators li.active {
		border-radius: 0;
		border: 0;
		width: 160px;
		height: 78px;
    padding: 0;
    margin: 0 10px 40px 10px;
		border: 2px solid #E4002C;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
	}
	.carousel-indicators li div, .carousel-indicators li.active div {
		height: 100%;
    background-size: cover;
	}
}






.kfc-bar-block .kfc-dropdown-hover,
.kfc-bar-block .kfc-dropdown-click {
    width: 100%
}

.kfc-bar-block .kfc-dropdown-hover .kfc-dropdown-content,
.kfc-bar-block .kfc-dropdown-click .kfc-dropdown-content {
    min-width: 100%
}

.kfc-bar-block .kfc-dropdown-hover .kfc-button,
.kfc-bar-block .kfc-dropdown-click .kfc-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}




.kfc-spin {
    animation: kfc-spin 2s infinite linear
}

@keyframes kfc-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.kfc-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.kfc-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.kfc-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.kfc-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.kfc-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.kfc-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.kfc-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}



