html,
body {
	font-family: Arial, Microsoft JhengHei, STHeiti Light, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}

a,
a:link,
a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
	border: none;
}

a img {
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 29px;
	line-height: 34px;
	color: #9d152d;
}

h2 {
	font-size: 23px;
	line-height: 28px;
}

h3 {
	font-size: 17px;
	line-height: 22px;
	color: #9d152d;
}

p {
	font-size: 13px;
	line-height: 19px;
}

a.print {
	width: 308px;
	height: 33px;
	background-image: url(../images/news/btn_priint.png);
	color: #FFFFFF;
	line-height: 33px;
	font-size: 20px;
	float: right;
	padding-left: 0px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	padding-left: 30px;
}

a:hover.print {
	background-image: url(../images/news/btn_priint_over.png);
}


.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;

}

.container {
	width: 960px;
	margin: 0 auto;
	box-sizing: content-box;
}

.header {
	background-color: #fff;
	margin-bottom: 30px;
}

.header .logo {
	position: relative;
	z-index: 1003;
	float: left;
}

.header .logo img {
	width: 120px;
}

.header .nav_s {
	float: right;
	color: #8e908f;
	position: relative;
	top: 5px;
}

.header .nav_s a {
	color: #8e908f;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	z-index: 1003;
	position: relative;
}

.header .nav_s a:hover {
	color: #9d152d;
}

.header .nav_s p {
	display: inline;
	color: #8e908f;
	padding-left: 8px;
	font-size: 13px;
	font-weight: bold;
	z-index: 1003;
	position: relative;
}

#nav {
	position: relative;
	top: 0;
}

#menu {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 1002;
	padding: 20px 0;
	background-color: #fff;
	top: 0;
	cursor: pointer;
	box-sizing: content-box;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	width: 20%;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

#menu ul li a {
	color: #8e908f;
	width: 84px;
	margin: 0 auto;
}

#menu ul li a:hover {
	color: #9d152d;
	text-decoration: none;
}

#news #menu ul li .btn_news,
.hotproduct #menu ul li .btn_hotproduct,
.store #menu ul li .btn_store,
.aboutus #menu ul li .btn_aboutus,
#contactus #menu ul li .btn_contactus {
	color: #000;
}

#menu ul li a p {
	width: 100%;
	text-align: center;
}

#menu ul li .icon {
	width: 100%;
	height: 30px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

#menu ul li .arrow {
	width: 100%;
	height: 11px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/icon_arrow.png);
}

#menu ul li a:hover .icon,
#menu ul li a:hover .arrow {
	background-position: center center;
}

#news #menu ul li .btn_news .icon,
.hotproduct #menu ul li .btn_hotproduct .icon,
.store #menu ul li .btn_store .icon,
.aboutus #menu ul li .btn_aboutus .icon,
#contactus #menu ul li .btn_contactus .icon,
#news #menu ul li .news .arrow,
.hotproduct #menu ul li .btn_hotproduct .arrow,
.store #menu ul li .btn_store .arrow,
.aboutus #menu ul li .btn_aboutus .arrow,
#contactus #menu ul li .btn_contactus .arrow {
	background-position: bottom center;
}

#menu ul li .btn_news .icon {
	background-image: url(../images/icon_news.png);
}

#menu ul li .btn_hotproduct .icon {
	background-image: url(../images/icon_hotproduct.png);
}

#menu ul li .btn_store .icon {
	background-image: url(../images/icon_store.png);
}

#menu ul li .btn_aboutus .icon {
	background-image: url(../images/icon_aboutus.png);
}

#menu ul li .btn_contactus .icon {
	background-image: url(../images/icon_contactus.png);
}

.subMenu_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/subMenu_bg.png) repeat;
}

#subMenu {
	position: absolute;
	z-index: 1001;
	width: 100%;
	margin-top: -378px;
	border-bottom: 5px solid #9d152d;
	cursor: pointer;
}

#subMenu ul {
	position: relative;
	float: left;
	display: block;
	/*height: 328px;*/
	width: 144px;
	padding: 10px 0;
}

#subMenu ul li {
	list-style: none;
}

#subMenu ul li a {
	color: #FFFFFF;
	width: 124px;
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px;
}

#subMenu ul li a:hover {
	text-decoration: none;
	background-color: #9d152d;
}


.content {}

#footer {
	width: 100%;
	position: relative;
	padding-top: 80px;
}

#footer .top {
	height: 64px;
	background: url(../images/footer_bg.png) center top repeat-x;
}

#footer .main {
	background-color: #000;
	height: 24px;
	padding: 20px 0;
	font-size: 11px;
	color: #fff;
	box-sizing: content-box;
}

#footer .main .facebook_sreach {
	float: right;
}

#footer .main p {
	float: left;
	line-height: 24px;
}

#footer .main span {
	padding: 0 20px;
}

#footer .main .facebook_sreach div {
	display: inline-block;
	background-color: #fff;
	color: #4d4e53;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: top;
	padding: 3px 6px;
	margin-left: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#footer .main .facebook_sreach span {
	vertical-align: text-top;
	padding: 0 5px;
}

#footer .main .facebook_sreach div img {
	vertical-align: bottom;
	margin-bottom: 1px;
}

@keyframes smoke {
	0% {
		top: 60px;
		opacity: 0;
		width: 360px;
		left: 60px;
	}

	50% {
		top: 30px;
		opacity: 1;
		width: 420px;
		left: 30px;
	}

	100% {
		top: 0px;
		opacity: 0;
		width: 480px;
		left: 0px;
	}
}

@-webkit-keyframes smoke {
	0% {
		top: 60px;
		opacity: 0;
		width: 360px;
		left: 60px;
	}

	50% {
		top: 30px;
		opacity: 1;
		width: 420px;
		left: 30px;
	}

	100% {
		top: 0px;
		opacity: 0;
		width: 480px;
		left: 0px;
	}
}

.content .smoke1 {
	top: 0px;
	width: 480px;
	left: 0px;
	animation: smoke 2s linear 0s infinite;
	-webkit-animation: smoke 2s linear 0s infinite;
	opacity: 0;
}

.content .smoke2 {
	top: 0px;
	width: 480px;
	left: 0px;
	animation: smoke 2s linear 1s infinite;
	-webkit-animation: smoke 2s linear 1s infinite;
	opacity: 0;
}

.content .smoke3 {
	top: 0px;
	width: 480px;
	left: 0px;
	animation: smoke 3s linear 0s infinite;
	-webkit-animation: smoke 3s linear 0s infinite;
	opacity: 0;
}

#index .content {
	position: relative;
	top: -60px;
}

#index .content ul li {
	height: 440px;
}

#index .content ul li img {
	position: absolute;
}

#news .content ul li img {
	position: relative;
	left: 270px;
	width: 360px;
}

#news .content ul li div {
	width: 420px;
	position: absolute;
	left: 660px;
	top: 0px;
	/*word-break:break-all;*/
}

#news .content ul li h2 {
	margin-bottom: 20px;
}

#news .content .bx-pager {
	bottom: -40px;
}

.hotproduct .content .col_l {
	width: 150px;
	height: 480px;
	display: block;
	float: left;
	position: relative;
}

.hotproduct .content .col_l .box_hotproduct_type {
	height: 416px;
	overflow: hidden;
	margin: 10px 0;
}

.hotproduct .content .col_l .arrow_u,
.hotproduct .content .col_l .arrow_d {
	width: 35px;
	height: 22px;
	margin: 0 auto;
}

.hotproduct .content .col_l .arrow_u {
	background: url(../images/slider_arrow.png) left -64px no-repeat;
}

.hotproduct .content .col_l .arrow_d {
	background: url(../images/slider_arrow.png) left -86px no-repeat;
}

.hotproduct .content .col_l .arrow_u:hover {
	background-position: left -108px;
	cursor: pointer;
}

.hotproduct .content .col_l .arrow_d:hover {
	background-position: left -130px;
	cursor: pointer;
}

.hotproduct .content .col_l .arrow_u.bak {
	background-position: left -152px;
	cursor: default;
}

.hotproduct .content .col_l .arrow_d.bak {
	background-position: left -174px;
	cursor: default;
}

.hotproduct .content .col_l .btn_hotproduct_type {
	height: 104px;
	display: block;
	text-align: center;
}

.hotproduct .content .col_l .btn_hotproduct_type.5 {
	height: 72px !important;
}

.hotproduct .content .col_l .btn_hotproduct_type img {
	width: 90px;
	padding: 13px 10px 0;
}

.hotproduct .content .col_l .btn_hotproduct_type p {
	color: #8c8d8e;
	font-weight: bold;
}

.hotproduct .content .col_l .btn_hotproduct_type.active,
.hotproduct .content .col_l .btn_hotproduct_type:hover {
	text-decoration: none;
}

.hotproduct .content .col_l .btn_hotproduct_type.active img,
.hotproduct .content .col_l .btn_hotproduct_type:hover img {
	width: 110px;
	padding: 0;
}

.hotproduct .content .col_l .btn_hotproduct_type.active p,
.hotproduct .content .col_l .btn_hotproduct_type:hover p {
	color: #9e1925;
	font-size: 16px;
}

.hotproduct .content .col_l #box_inside_hotproduct_type {
	position: relative;
}

#hotproduct_1 .content .col_l #box_inside_hotproduct_type {
	top: 0px;
}

#hotproduct_2 .content .col_l #box_inside_hotproduct_type {
	top: 0px;
}

#hotproduct_3 .content .col_l #box_inside_hotproduct_type {
	top: -104px;
}

#hotproduct_4 .content .col_l #box_inside_hotproduct_type {
	top: -208px;
}

#hotproduct_5 .content .col_l #box_inside_hotproduct_type {
	top: -312px;
}

#hotproduct_6 .content .col_l #box_inside_hotproduct_type {
	top: -416px;
}

#hotproduct_7 .content .col_l #box_inside_hotproduct_type {
	top: -416px;
}

#hotproduct_8 .content .col_l #box_inside_hotproduct_type {
	top: -416px;
}

.hotproduct .content .col_r {
	width: 810px;
	float: left;
	position: relative;
}

.hotproduct .content .col_r .photo_gallery {
	float: left;
	width: 480px;
}

.hotproduct .content .col_r .box_hotproduct_image {
	width: 480px;
	height: 480px;
	position: relative;
}

.hotproduct .content .col_r .hotproduct_image {
	width: 480px;
	height: 480px;
	position: absolute;
}

#hotproduct_1 .content .col_r .hotproduct_image {
	background: url(../images/hotproduct/product_background_congee.jpg) no-repeat;
}

#hotproduct_2 .content .col_r .hotproduct_image {
	background: url(../images/hotproduct/product_background_noodles.jpg) no-repeat;
}

#hotproduct_3 .content .col_r .hotproduct_image,
#hotproduct_4 .content .col_r .hotproduct_image {
	background: url(../images/hotproduct/product_background_rice.jpg) no-repeat;
}

#hotproduct_5 .content .col_r .hotproduct_image,
#hotproduct_6 .content .col_r .hotproduct_image,
#hotproduct_7 .content .col_r .hotproduct_image,
#hotproduct_8 .content .col_r .hotproduct_image {
	background: url(../images/hotproduct/product_background_other.jpg) no-repeat;
}

.hotproduct .content .col_r .box_hotproduct_image img {
	position: absolute;
}

.hotproduct .content .col_r .box_hotproduct_image .smoke {
	top: 0px;
	opacity: 0;
	width: 480px;
	left: 0px;
}

.hotproduct .content .col_r .info_box {
	width: 300px;
	height: 484px;
	margin-left: 30px;
	position: relative;
	float: left
}

.hotproduct .content .col_r .info {
	position: absolute;
	opacity: 0;
}

.hotproduct .content .col_r .info.first {
	opacity: 1;
}

.hotproduct .content .col_r .info .icon {
	width: 135px;
	height: 18px;
	margin-top: 20px;
	padding: 10px 26px 13px 0;
	text-align: right;
}

.hotproduct .content .col_r .info .icon h3 {
	color: #000;
}

.hotproduct .content .col_r .info .icon#gold {
	width: 195px;
}

.hotproduct .content .col_r .info .icon#season {
	width: 185px;
}

.hotproduct .content .col_r .info .icon#vegetarian {
	width: 175px;
}

.hotproduct .content .col_r .info #gold {
	background: url(../images/hotproduct/icon_gold.png) no-repeat;
}

.hotproduct .content .col_r .info #vegetarian {
	background: url(../images/hotproduct/icon_vegetarian.png) no-repeat;
}

.hotproduct .content .col_r .info #popular {
	background: url(../images/hotproduct/icon_popular.png) no-repeat;
}

.hotproduct .content .col_r .info #season {
	background: url(../images/hotproduct/icon_season.png) no-repeat;
}

.hotproduct .content .col_r .statement {
	margin-top: 20px;
}

.hotproduct .content .col_r .btn_hotproduct_image {
	float: left;
	width: 140px;
	height: 140px;
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	cursor: pointer;
}

.hotproduct .content .col_r .btn_hotproduct_image.first {
	margin-left: 0px;
}

.hotproduct .content .col_r .btn_hotproduct_image:hover .box_border {
	border: 4px solid #8e908f;
	width: 132px;
	height: 132px;
	display: block;
	position: absolute;
	z-index: 1;
}

.hotproduct .content .col_r .btn_hotproduct_image.active .box_border {
	border: 4px solid #9d152d;
	width: 132px;
	height: 132px;
	display: block;
	position: absolute;
	z-index: 1;
}

.hotproduct .content .col_r .btn_hotproduct_image img {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
}

#hotproduct_1 .content .col_r .btn_hotproduct_image {
	background: url(../images/hotproduct/product_background_congee_s.jpg) no-repeat;
}

#hotproduct_2 .content .col_r .btn_hotproduct_image {
	background: url(../images/hotproduct/product_background_noodles_s.jpg) no-repeat;
}

#hotproduct_3 .content .col_r .btn_hotproduct_image,
#hotproduct_4 .content .col_r .btn_hotproduct_image {
	background: url(../images/hotproduct/product_background_rice_s.jpg) no-repeat;
}

#hotproduct_5 .content .col_r .btn_hotproduct_image,
#hotproduct_6 .content .col_r .btn_hotproduct_image,
#hotproduct_7 .content .col_r .btn_hotproduct_image,
#hotproduct_8 .content .col_r .btn_hotproduct_image {
	background: url(../images/hotproduct/product_background_other_s.jpg) no-repeat;
}

.aboutus .content h1 {
	/*width:120px;*/
	margin-right: 30px;
	margin-left: 150px;
	float: left;
	/*text-align:right;*/
}

.aboutus .content .col_r {
	width: 810px;
	float: left;
	margin: 30px 0 0 150px;
}

.aboutus .content .aboutus_box {
	margin-bottom: 40px;
}

.aboutus .content .aboutus_box img {
	float: left;
	margin-bottom: 30px;
}

.aboutus .content .aboutus_box .info p {
	margin: 10px 0 30px;
}

.aboutus .content .aboutus_box .info p a {
	color: #9d152d;
}

#contactus .content {
	margin-top: 30px;
	text-align: center;
}

#contactus h1 {
	color: #000;
	margin: 20px 0 60px;
}

#contactus .contactus_box_mini {
	width: 200px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: text-top;
}

#contactus .contactus_box_mini a {
	display: block;
	text-decoration: none;
}

#contactus .contactus_box_mini .icon {
	position: relative;
	z-index: 1;
}

#contactus .contactus_box_mini .shadow {
	position: relative;
	top: -15px;
	z-index: 0;
}

#contactus .contactus_box_mini h3 {
	color: #000;
	position: relative;
	top: -10px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 5px;
}

#contactus a:hover .contactus_box_mini h3 {
	text-decoration: underline;
}

#contactus .contactus_box_mini p {
	color: #8e908f;
	position: relative;
	top: -15px;
}

.store .content .store_menu {
	height: 645px;
	width: 285px;
	background: url(../images/store/sign_column.png) -7px top no-repeat;
	padding-top: 10px;
	position: relative;
	float: left;
}

.store .content .store_menu ul li {
	list-style: none;
	color: #fff;
	cursor: pointer;
}

.store .content .store_menu>ul>li>.btn_store_menu_district .single {
	margin-top: 3px;
}

.store .content .store_menu>ul>li>.btn_store_menu_district {
	background: url(../images/store/btn_store_menu_district.png) left top no-repeat;
	width: 150px;
	height: 32px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	padding: 12px 0;
	margin-top: 10px;
}

.store .content .store_menu>ul>li>.btn_store_menu_district:hover {
	background: url(../images/store/btn_store_menu_district_over.png) left top no-repeat;
}

.store .content .store_menu ul li a {
	color: #fff;
	display: block;
}

.store .content .store_menu ul li a {
	color: #fff;
	display: block;
	padding: 4px 0 0 0;
}

.store .content .store_menu ul li ul a {
	color: #fff;
	display: block;
	padding: 0;
}

.store .content .store_menu ul li a:hover {
	text-decoration: none;
}

.store .content .store_menu>ul>li ul {
	display: block;
	float: left;
	position: absolute;
	top: 20px;
	left: 150px;
	min-height: 200px;
}

.store .content .store_menu>ul>li:hover ul {
	display: block;
}

.store .content .store_menu>ul>li ul li {
	background-color: #a2a5a4;
	width: 135px;
	height: 14px;
	border-bottom: 1px solid #6c6f70;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 0;
}

.store .content .store_menu>ul>li ul li:hover {
	background-color: #9c132e;
}

.store .content .col_r {
	width: 635px;
	float: left;
	margin-left: 30px;
}

.store .content .col_r table {
	border-spacing: 0;
	margin-top: 20px;
	width: 100%;
}

.store .content .col_r table p {
	line-height: 1.2em;
}

.store .content .col_r table tr th,
.store .content .col_r table tr td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

.store .content .col_r table tr:nth-child(odd) {
	background-color: #ededed;
}

.store .content .col_r table tr:first-child {
	background-color: #000;
	color: white;
}

.store .content .col_r table tr td:nth-child(1) {
	width: 100%;
	margin-right: auto;
}

.store .content .col_r table tr td:nth-child(2) {
	min-width: 5em;
}

.store .content .col_r table tr td:nth-child(3) {
	min-width: 12em;
}

.store .content .col_r table tr td:nth-child(4) {
	min-width: 9em;
}


#store_1 .content .store_menu>ul>li>#btn_store_menu_district_1 {
	background: url(../images/store/btn_store_menu_district_active.png) left top no-repeat;
}

#store_2 .content .store_menu>ul>li>#btn_store_menu_district_2 {
	background: url(../images/store/btn_store_menu_district_active.png) left top no-repeat;
}

#store_3 .content .store_menu>ul>li>#btn_store_menu_district_3 {
	background: url(../images/store/btn_store_menu_district_active.png) left top no-repeat;
}

#store_4 .content .store_menu>ul>li>#btn_store_menu_district_4 {
	background: url(../images/store/btn_store_menu_district_active.png) left top no-repeat;
}

#store_1 .content .store_menu>ul #btn_store_menu_station_1 {
	background-color: #000;
}

#store_2 .content .store_menu>ul #btn_store_menu_station_2 {
	background-color: #000;
}

#store_3 .content .store_menu>ul #btn_store_menu_station_3 {
	background-color: #000;
}

#store_4 .content .store_menu>ul #btn_store_menu_station_4 {
	background-color: #000;
}

.sitemap .content .sitemap_box {
	width: 225px;
	margin: 20px 20px 0 0;
}

.sitemap .content .sitemap_box.last {
	margin-right: 0px;
}

.sitemap .content .sitemap_box h3 {
	background-color: #8e908f;
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}

.sitemap .content .sitemap_box ul {
	background-color: #f6f5f5;
	list-style: none;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
}

.sitemap .content .sitemap_box ul li a {
	color: #000;
}

.sitemap .content .sitemap_box a:hover {
	color: #9d152d;
	text-decoration: none;
}

.sitemap .content .sitemap_box ul li:before {
	content: "• ";
	color: #9d152d;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #9d152d !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ac495e !important;
}

#feedback h1,
#feedback h2 {
	padding: 20px;
	color: #8e908f;
}

#feedback form {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

#feedback .form-row {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1rem;
}

#feedback .form-group {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

#feedback label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #8e908f;
	position: relative;
}

#feedback input[type="text"],
#feedback input[type="email"],
#feedback input[type="tel"],
#feedback input[type="datetime-local"],
#feedback textarea {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	width: 100%;
	box-sizing: border-box;
	height: 3em;
}

#feedback textarea {
	height: 6em;
}

#feedback select {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	height: 3em;
	appearance: none;
}

#feedback button {
	color: #fff;
	background-color: #a2a5a4;
	width: 135px;
	border: 1px solid #6c6f70;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 0;
}

#feedback .form-upload {
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 2px dashed #ccc;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}

#feedback .form-upload button {
	background: none;
	color: #9c132e;
	font-size: 1.2em;
	font-weight: bold;
	width: auto;
	margin: 0 5px;
	border: none;
	cursor: pointer;
}

#feedback .form-upload button:hover {
	background: none;
}

#feedback .form-upload i {
	font-size: 50px;
}

#feedback .images-container {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 768px;
}

#feedback .imgContainer {
	position: relative;
	border: 1px solid #ccc;
	aspect-ratio: 1;
	display: flex;
}

#feedback .imgContainer .closeBtn {
	top: -10px;
	position: absolute;
	right: -10px;
	cursor: pointer;
}

#feedback .imgContainer .closeBtn i {
	font-size: 20px;
}

#feedback #image-preview {
	display: flex;
	width: 100%;
	position: relative;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 20px;
}

#feedback #image-preview img {
	max-width: 100%;
	position: relative;
	margin: auto;
	max-height: 100%;

}

#feedback input[type="submit"] {
	color: #fff;
	background-color: #a2a5a4;
	width: 200px;
	border: none;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 15px;
	cursor: pointer;
}

#feedback input[type="submit"]:hover {
	background-color: #9c132e;
	color: #fff;
}

#feedback hr {
	margin: 20px 0;
}

#feedback .error {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}

#feedback .form-control {
	border-radius: 0;
	font-size: inherit;
	box-shadow: none;
}

#feedback select:focus,
#feedback .form-control:focus {
	box-shadow: none;
	border-radius: 4px;
	border-color: black;
	outline: 0;
	border-width: 2px;
}

#feedback select:focus+i {
	border-left: 2px solid black;
}

#feedback .input-group-addon {
	border-radius: 0;
}

#feedback #datetimepicker1 span {
	color: black;
}

#feedback #datetimepicker1 button {
	width: auto;
}

#feedback #datetimepicker1 .dropdown-menu {
	width: 100%;
}

#feedback .selectBox {
	position: relative;
	display: flex;
}

#feedback select {
	position: relative;
}

#feedback select+i {
	position: absolute;
	right: 0;
	height: 100%;
	aspect-ratio: 1;
	display: flex !important;
	justify-content: center;

	background-color: #eee;
	border: 1px solid #ccc;
	cursor: pointer;
	pointer-events: none;
}

#feedback select+i:before {
	margin: auto;
}

#feedback select:focus+i:before {
	content: "\f0d8";
}