@media (min-width: 1200px) {
.container {
/*width: 1230px;*/
}
}
img {
	height: auto;
	max-width: 100%;
}
.container {
	padding: 0px;
}
.row {
	margin: 0px;
	padding: 0px;
}
.bor_1 {
	border: 1px solid #ccc;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	position: relative;
	font-weight: normal;
	background-color: #fff;
	font-size: 13px;
}
ul li {
	list-style: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
a {
/*-webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.btn:hover, .btn:focus {
	outline: none;
	box-shadow: none;
}
.navbar-toggle {
/*background-color: #f00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius:5px;*/
}
a#scrollUp {
	bottom: 0px;
	right: 10px;
	padding: 5px 10px;
	background: #FE980F;
	color: #FFF;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
a#scrollUp i {
	font-size: 30px;
}
/*************************
*******Header CSS******
**************************/
/*
header-top
*/
#header {
}
#header .container-fluid {
	padding: 0px;
}
.header-top {
	background-color: #F1C95A;
	height: 40px;
}
.header-top .hl {
	color: #231f21;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding-right: 15px;
}
.header-top .hl:last-child {
	border: medium none !important;
}
.header-top .hl i {
	/*border: 1px solid #c30c00;*/
	color: #c30c00;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.header-middle {
	background: #FFF;
	border-bottom: 1px solid #D7D7D7;
	padding: 5px 0px;
}
.social-icons ul {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
.social-icons ul li {
	display: inline-block;
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
.social-icons ul li a {
	color: #231f21;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.social-icons ul li a:hover {
	color: #c00;
}
/*================== NAVBAR SECTION ====================*/
#menu {
	background: #0000FE;/*margin:5px 0;*/
}
.navbar-collapse.collapse {
	padding-left: 0
}
.mainmenu ul li {
/*border-right:1px solid #1a5769;
	border-left:1px solid #03151a*/
}
.mainmenu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 25px;/*	border-bottom:1px solid #052054;
	border-top:1px solid #31569d;*/
}
/*fix chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.mainmenu ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 26px;
}
}
i.search.fa {
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	/*padding-left: 45px;*/
	text-align: center;
	width: 45px;
}
.input-group-btn {
	font-size: 15px;
	position: relative;
	white-space: nowrap;
}
button.btn-u {
	background-color: #95ca3c;
	border: 1px solid #95ca3c;
	color: #fff;
	padding: 6px 15px;
}
button.btn-u:focus, button.btn-u:active {
	border: 1px solid #95ca3c;
	box-shadow: 0 0 1px rgba(232, 71, 0, 0.9);
	outline-width: 0;
}
.mainmenu ul li a:hover, .mainmenu ul li a.active, .shop-menu ul li a.active {
	color: #F7D66D;
}
.fa-home {
	font-size: 16px;
	line-height: 1;
	padding: 0 5px;
	color: #fff;
}
.navbar-header .navbar-toggle .icon-bar {
	background-color: #FFF
}
.nav.navbar-nav>li:hover>ul.sub-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	-moz-animation: fadeInUp 400ms;
	-ms-animation: fadeInUp 400ms;
	-o-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms
}
ul.sub-menu {
	position: absolute;
	top: 40px;
	left: 0px;
	background: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 260px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}
.dropdown ul.sub-menu li .active {
	color: #fdb45e;
	padding-left: 0
}
.navbar-nav li ul.sub-menu li {
	border-bottom: 1px solid #f5f5f5;
	border-right: 0
}
.navbar-nav li ul.sub-menu li a {
	font-weight: normal;
	color: #000;
	display: block;
	padding: 10px 10px;
	line-height: 20px
}
.navbar-nav li ul.sub-menu li a:hover {
	color: #F00;
}
.fa-angle-down {
	padding-left: 5px
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
/*Slide home*/
.banner {
	width: 100%;
	float: left;
	margin-top: 1px;
	margin-bottom: 5px;
}
.news {
	background: #E6E6E6;
	width: 100%;
	height: 355px;
	overflow: hidden;
	float: left;
}
.title_news {
	background: url(../images/new-bg.png) no-repeat scroll right top;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
	color: #00F;
	border-radius: 5px;
	padding: 5px;
	float: left;
	width: 100%;
}
.news_home {
	margin-top: -20px;
	z-index: 9999;
	float: left;
	font-size: 14px;
}
.news_home ul li {
	margin-left: -15px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style: circle;
}
.news_home ul li a {
	color: #373737;
	text-decoration: none
}
.news_home ul li a:hover {
	color: #0BC80F;
	text-decoration: none
}
/*************************
******* Home ******
**************************/
#mainpage {
	margin: 5px 0px 0 0;
}
#mainpage .container {
}
.left-sidebar h2, .brands_products h2 {
	/*height: 45px;*/
	line-height: 40px;
	color: #fff;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 0px;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	margin-bottom: 0px;
	/*background-image: url('../images/title-left.png');*/
	background-repeat: repeat-x;
	background-position: top left;
	padding-left: 15px;
	/*background-color: rgb(12,74,152);*/
	background: #C79030;
}
.left-sidebar h2 i {
	padding-right: 10px;
}
.left-sidebar h2:after, h2.title:after {
	content: " ";
	position: absolute;
	/*border: 1px solid #f5f5f5;*/
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}
.left-sidebar h2:before {
	content: " ";
	position: absolute;
	/*background: #fff;*/
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}
h2.title:before {
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}
.left-sidebar .l_box {
	margin-bottom: 15px;
}
.right-sidebar {
	margin-left: -15px;/*border: 1px solid #dadada;*//*padding: 10px;*/

}
/*Menu left*/

/*----*/
ul.kid-menu {
	display: block !important;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #0000FE;
	text-decoration: none;
	padding: 7px 5px 7px 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu > li > a i {
	float: left;
	color: #45AFCD;
	padding-right: 5px;
	font-size: 12px;
	margin-top: 3px;
}
.menu > li > a:hover {
	color: #C79030;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	border-bottom: 1px dotted #ccc;
}
.menu ul li a {
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	padding: 7px 5px 7px 15px;
	margin: 0px;
	font-weight:bold;
}
.menu ul li a.sub-sub {
	padding: 3px 5px 3px 30px;
}
.menu ul li a i {
	margin-right: 5px;
}
.menu ul li a:hover {
	color: #0F0;
}
ul.kid-menu li, .menu ul li {
	list-style: none;
}
.bg {
	border: 2px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 30px;
	/*background-color: #f00;*/
	margin: 5px 0px;
	padding: 0px 15px;
	padding-bottom: 30px;
}
.b-box {
	border: 1px solid #ccc;
	padding: 15px 0px;
	font-size: 12px;
}
.quangcao img {
	width: 100% !important;
}
/*
Tin trái
*/
.comment-list {
	/*background-color: #fff;*/
	background-color: none;
}
.comment-list .media {
	margin-bottom: 0px;
	padding: 3px 10px;
	text-align: justify;
	border: 1px dotted #ccc;
}
.comment-list span {
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
}
.comment-list h3 {
	font-size: 13px;
	margin: 7px 0;
	color: #31458f;
	line-height: 20px;
	font-weight: normal;
}
.comment-list img {
	margin: 5px 5px 5px 0;
	width: 100px;
	border: 1px solid #ccc;
	padding: 3px;
}
.select_video {
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	padding: 5px;
}
.select_video select {
	width: 100%;
	height: 20px;
	border: none;
}
/****Yahoo*******/
.yahoo {
	padding: 10px;
	font-size: 16px;
	text-align: center;
}
.features_items {
}
.sectionTitle {
	width: 100%;
	position: relative;
	margin: 0px 0px;
	float: left;
}
.sectionTitle h2 {
	color: #691017;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	position: relative;
	background-color: #fff;
	line-height: 30px;
	margin: 5px auto;
	padding: 0px;
	z-index: 99;
	padding-right: 15px;
}
.sectionTitle:after {
	height: 1px;
	width: 100%;
	content: '';
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 9;
}
.sectionTitle span {
	line-height: 40px;
}
.sectionTitle span a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0px 20px;
	margin: 5px 0px 0px 15px;
}
.sectionTitle span a i {
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-right: 5px;
	float: left;
	text-align: center;
	line-height: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	color: #000;
	font-size: 14px;
	border: 1px solid #ccc;
}
/*********Album tiêu biểu + Album khuyến mãi*********/
/*Product Design 2*/
.w100 {
	width: 100% !important;
	float: left;
}
.tour-list .col-sm-4 {
}
.tour-list .tour-box {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	position: relative;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	border: 1px solid #DCDCDC
}
.tour-list .tour-box:hover .product-links {
	right: 12px;
}
.tour-list .tour-box a>img {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	max-height: 100%;
	transition: all 0.3s ease 0s;/*	min-height: 395px;
	max-height: 395px;*/
}
.tour-list .tour-box a>img:hover {
	width: 100%;
	transform: scale(1.1, 1.1);
}
.tour-list .tour-info {
	text-align: center;
	width: 100%;
}
.tour-list .tour-info h4 {
	padding: 0 10px;
	text-align: center;
	/*white-space: nowrap;*/
	overflow: hidden;
	height:50px;
	line-height:25px;
	text-overflow: ellipsis;
}
.tour-list .tour-info h4 a {
	font-weight:bold;
	font-size: 15px;
	color: #262e31;
}
.tour-list .tour-info h4 a:hover {
	color: #0000FE;
}
.tour-list .tour-info .price {
	padding: 0px 5px 10px 5px;
	font-weight: normal;
	font-size: 14px;
}
.tour-list .tour-info.price span {
	color: #c00;
}
.tour-list .tour-box .price span {
	font-weight: bold;
	color: #c20509;
	font-size: 14px;
	margin-top: 7px;
	white-space: nowrap;
}
.tour-list .tour-box .giam-gia {
	background-image: url("../images/hot-bg.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 53px;
	line-height: 53px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-transform: uppercase;
	top: 5px;
	width: 51px;
	z-index: 99999;
}
.price del {
	color: #999 !important;
	margin-right: 0.5em;
}
/* .tour-img */
.hot {
	width: 35px;
	height: 45px;
	background-image: url('../images/hot.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	display: block;
	top: 0px;
	right: 30px;
	z-index: 9999;
	text-align: center;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.tour-img {
	position: relative;
}
.tour-img .out-of {
	position: absolute;
	/*top:100%;
	left:0;*/
	right: 15px;
	bottom: 15px;
	display: block;
	background-color: #f79ca1;
	padding: 5px 10px;
	font-size: 13px;
	text-transform: capitalize;
	color: #fff;/*opacity:0;
	background: #fef493;
	padding:10px;
	color:#333333;
	font-size: 13px;*/
}
.tour-img>div>a {
	display: block;
	color: #333;
	text-align: justify;
}
/*.tour-box:hover>.tour-img>div {
	top:0;
	opacity:1;
}*/
.tour-img>div>h5>a {
	font-size: 15px;
	font-weight: bold;
	color: #c20509;
	padding-bottom: 5px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tour-img>div>h5>a:hover {
	color: #000;
}
.tour-img>div>div {
	border-bottom: 1px solid #e2d345;
	padding: 3px 0;
	white-space: nowrap;
}
.tour-img>div>div>.text-red {
	color: #c20509;
	font-size: 17px;
	font-weight: bold;
}
.tour-img>div>div:nth-child(6) {
	border-bottom: none;
}
.tour-img>div>div:last-child {
	border-bottom: none;
}
.tour-img .book_btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #c7b934;
	display: inline-block;
	margin: 0 auto;
	padding: 3px 4px;
	color: #c20509;
	background: url(../images/booking_btn_bg.png);
}
.tour-img .book_btn:hover {
	background: #c20509;
	border-color: #c20509;
	color: #fff;
}
.news-details {
	color: #c20509;
}
.news-details:hover {
	color: #FF2A2E;
}
.featureCats .owl-controls .owl-nav div {
	position: absolute;
	top: calc(0% - 40px);
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border-radius: 100%;
	font-size: 18px;
	background: #000;
	text-align: center;
}
.featureCats1 .owl-controls .owl-nav div {
	position: absolute;
	top: calc(0% - 40px);
	width: 20px;
	line-height: 20px;
	color: #000;
	font-size: 20px;
	background: rgb(255,246,0);
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.featureCats .owl-controls .owl-nav div.owl-prev, .featureCats1 .owl-controls .owl-nav div.owl-prev {
	right: 40px;
}
.featureCats .owl-controls .owl-nav div.owl-next, .featureCats1 .owl-controls .owl-nav div.owl-next {
	right: 15px;
}
/*************************
*******Product Details CSS******
**************************/

.product-details {
	overflow: hidden;
}
.product-details {
	margin-bottom: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.view-product {
	position: relative;
}
.view-product img {
	border: 1px solid #ccc;
	width: 100%;
}
.product-information {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.product-information h2 {
	color: #333;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}
.product-information span {
	display: inline-block;
	margin: 20px 0px;
}
.product-information p {
	color: #333;
}
.share {
	margin-top: 15px;
}
.cart_pro_detail {
	background: -moz-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255,86,0)), to(rgb(238,53,55)));
	background: -webkit-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: -o-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: -ms-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: linear-gradient(rgb(255,86,0), rgb(238,53,55));
	padding: 8px 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.cart_pro_detail:hover {
	background: -moz-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(69,128,1)), to(rgb(121,206,22)));
	background: -webkit-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: -o-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: -ms-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: linear-gradient(rgb(69,128,1), rgb(121,206,22));
	padding: 8px 25px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.category-tab {
	overflow: hidden;
}
.shop-details-tab {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.category-tab ul {
	list-style: none outside none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.category-tab ul li a {
	border: 0 none;
	border-radius: 0;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 1px;
}
.category-tab ul li a:hover {
	background: #ccc;
	color: #000;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ccc;
	border: 0px;
	color: #000;
	cursor: default;
}
/*
Đối tác
*/
#dt {
	min-width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	margin: 0px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.home_dt {
	position: relative;
	margin: 0px auto;
	float: left;
}
.box_slide_dt {
	width: 100%;
}
.home_dt ul {
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}
.home_dt ul li {
	width: 120px;
	float: left;
}
.box_slide_dt a {
	position: absolute;
	top: 0;
}
.hinh_doi_tac2 {
	width: 112px;
	margin: 0px 5px;
	height: 66px;
	position: relative;
}
.hinh_doi_tac2 img {
	max-width: 112px;
	max-height: 65px;
}
/*************************
*******Footer CSS******
**************************/
/*-----------------------------------------------
13. Footer Area style
-----------------------------------------------*/

.footer-area {
	background-color: #0000FE;
	padding: 15px 0px;
	margin-top: 30px;
}
.footer-area ul {
	float: left;
	padding: 0px;
}
.footer-area ul li a, .footer-area ul li {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.footer-area ul li a:hover {
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
}
.footer-area ul li a i {
	padding-right: 10px;
}
.footer-area h2 {
	font-size: 18px;
	color: #FFF;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
.footer-area p {
	color: #FFF;
}
.footer-area p a {
	color: #FFF;
}
.footer-area img {
	width: 100%;
	height: 300px;
	padding: 5px;
	border: 1px solid #427eae;
}
.footer-area .i-play {
	background: rgba(0, 0, 0, 0) url("../img/icon/i-play.png") repeat scroll 0 0 / 100% 100%;
	display: block;
	height: 34px;
	left: calc(50% - 22px);
	position: absolute;
	top: calc(50% - 17px);
	width: 44px;
}
#copyright {
	background-color: #0000af;
	padding: 10px 0px;
	color: #FFF;
	line-height: 20px;
	border-top: 1px solid #F1C95A;
	font-size: 14px;
}
#copyright a {
	color: #FFF
}
#copyright a i {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-color: #fff;
	line-height: 25px;
}
.copy-right-text > p {
	margin: 0;
}
.copy-right-text a {
	color: #2ba37e;
	margin: 0 5px;
}
.copy-right-text a:hover {
	text-decoration: underline;
}
.trams-poly li {
	float: left;
	position: relative;
}
.trams-poly a {
	color: #2ba37e;
	margin-right: 15px;
}
.trams-poly li:first-child::after {
	background: #ddd none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.trams-poly li:last-child {
	margin-left: 15px;
	margin-right: 0;
}
#scrollUp {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #38a377;
	bottom: 15px;
	height: 30px;
	right: 20px;
	text-align: center;
	width: 30px;
	border-radius: 100%;
}
#scrollUp i {
	color: #38a377;
	font-size: 22px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 25px;
}
#scrollUp:hover {
	background: #38a377 none repeat scroll 0 0;
}
#scrollUp:hover i {
	color: #ffffff;
}
/****************************/
/************Trang con giới thiệu************/
/* --- breadcrumbs --- */

ul.breadcrumb {
	border-radius: 0px;
	margin-top: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.breadcrumb > li + li::before {
	color: #999;
	/*content: ">";*/
	font-size: 14px;
	padding: 0 5px;
}
ul.breadcrumb li {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #e60003;
	font-size: 14px;
	font-weight: 400;
}
ul.breadcrumb li i {
	font-size: 14px;
	color: #666;
}
ul.breadcrumb li a {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0px;
}
ul.breadcrumb li a:hover {
	color: #e60003;
	text-transform: capitalize;
}
/*tin tức và sự kiện */
.box_news_typical {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #ccc;
	color: #000;
	float: left;
	margin: 0px;
	padding: 10px 0px;
	text-align: justify;
}
.box_img_news_typical {
	width: 210px;
	height: 150px;
	float: left;
	padding: 0px;
	border: 1px solid #F5F5F5;
	text-align: center;
	margin: 0px 10px 0px 0px;
}
.box_img_news_typical a._img {
	display: block;
	position: relative;
	height: 140px;
	margin: 0 auto;
	width: 200px;
	margin: 5px;
}
.box_img_news_typical a._img img {
	width: 200px;
	height: 140px;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	border: none;
}
._link {
	color: #253894;
	font-weight: bold;
	font-style: normal;
	line-height: 20px
}
._link:hover {
	color: #CC0000;
}
/*
Tin khác
*/
.home-news {
	padding: 0px 0px;
	height: auto;
	margin-bottom: 20px;
}
.home-news h2 {
	width: 100%;
	line-height: 30px;
	float: left;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
.home-news ul {
	margin: 0;
	padding: 0
}
.home-news ul li {
	display: block;
	list-style: none;
	padding: 2px 0px;
	line-height: 22px
}
.home-news ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	text-transform: capitalize;
}
.home-news ul li a:hover {
	color: #c00;
	text-decoration: none;
}
/*Form contact*/
.contact-form {
	/*border: 1px dotted #ccc;*/
	padding: 1px;
}
.contact-form .col-sm-12 {
}
.contact-form .form-group {
	margin-bottom: 5px;
}
#main-contact-form .btn-primary {
	margin-bottom: 15px;
	margin-top: 10px;
}
.btn.btn-primary {
	background: -moz-linear-gradient(#C79030, #C79030);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(1, #C79030));
	background: -webkit-linear-gradient(#C79030, #C79030);
	background: -o-linear-gradient(#C79030, #C79030);
	background: -ms-linear-gradient(#C79030, #C79030);
	background: linear-gradient(#C79030, #C79030);
	border: 0 none;
	border-radius: 0;
	margin-top: 10px;
	margin-right: 10px;
}
.form-control {
	border: 1px solid #ccc;
	border-radius: 0px;
}
/*************************
*******Product Details CSS******
**************************/

.product-details {
	overflow: hidden;
}
.product-details {
	margin-bottom: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.view-product {
	position: relative;
}
.view-product img {
	border: 1px solid #F7F7F0;
	height: 350px;
	width: 100%;
}
.product-information {
	border: 1px solid #F7F7F0;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.product-information h2 {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
}
.product-information span {
	display: inline-block;
	margin: 20px 0px;
}
.product-information p {
	color: #333;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.share {
	margin-top: 15px;
}
.cart_pro_detail {
	background: -moz-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255,86,0)), to(rgb(238,53,55)));
	background: -webkit-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: -o-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: -ms-linear-gradient(rgb(255,86,0), rgb(238,53,55));
	background: linear-gradient(rgb(255,86,0), rgb(238,53,55));
	padding: 8px 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.cart_pro_detail:hover {
	background: -moz-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(69,128,1)), to(rgb(121,206,22)));
	background: -webkit-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: -o-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: -ms-linear-gradient(rgb(69,128,1), rgb(121,206,22));
	background: linear-gradient(rgb(69,128,1), rgb(121,206,22));
	padding: 8px 25px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.category-tab {
	overflow: hidden;
}
.shop-details-tab {
	border: 1px solid #F7F7F0;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.category-tab ul {
	list-style: none outside none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.category-tab ul li a {
	border: 0 none;
	border-radius: 0;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 1px;
}
.category-tab ul li a:hover {
	background: #ccc;
	color: #000;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ccc;
	border: 0px;
	color: #000;
	cursor: default;
}
/************ Khuyen mai 2 ben *************/
#divAdRight {
	display: block;
	position: absolute;
	top: 350px;
	right: 3px;
	height: 450px;
}
#divAdLeft {
	display: block;
	position: absolute;
	top: 350px;
	left: 3px;
	height: 450px;
}
.img_bg_khuyenmai {
/*width: 142px;
    height: 450px;*/
}
.img_khuyenmai {
	position: absolute;
	top: 160px;
	width: 100%;
}
.img_khuyenmai img {
	width: 100%;
}
/*Search*/
.search-bg-home {
}
.search-bg {
	width: 250px;
	float: left;
	height: 30px;
	padding-left: 0px;
	background-color: #F5F5F5;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0px auto;/*border: 1px solid #ccc;*/
}
.magin-70px {
	margin: 60px 0;
}
.magin-5px {
	margin: 5px 0;
}
.magin-15px {
	margin: 15px 0;
}
.search-form {
	background: #F5F5F5;
	background-attachment: #F5F5F5;
	border: 0 none;
	color: #000;
	float: left;
	font-size: 12px;
	margin: 0px 10px;
	width: 70%;
	padding: 5px;
}
.search-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	/*right: 0px;*/
	top: 0px;
	margin-right: 10px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-o-border-top-right-radius: 30px;
	-ms-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	-o-border-bottom-right-radius: 30px;
	-ms-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.gio-hang a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 15px;
	line-height: 30px;
	background: #000;
	/*background-image: url('../images/bg-cart.png');
	background-repeat: repeat-x;
	background-position: center;*/

	color: #fff;
	margin-right: 15px;
}
.gio-hang a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 15px;
	line-height: 30px;
	/*background-image: url('../images/bg-cart-hover.png');
	background-repeat: repeat-x;
	background-position: center;*/

	color: #fff;
}
#myNavbar2 ul {
}
#myNavbar2 ul li {
}
#myNavbar2 ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	padding: 0px 15px;
}
#myNavbar2 ul li a:hover {
	font-size: 12px;
	text-transform: uppercase;
	color: #F00;
	padding: 0px 15px;
}
#myNavbar2 ul li a.active {
	color: #F00;
}
/**********Back to top***********/
#bttop {
	background: #222;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 10px;
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#bttop:hover {
	background-color: #F00;
}
#bttop i {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}
#slider {
	width: 100%;/*padding-top: 15px;
	padding-bottom: 15px;*/
}
.hotline-bt {
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 10px;
	border-radius: 5px 5px 0 0;
	background: #F00 left center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: fixed;
	z-index: 999;/*background: rgba(0, 0, 0, 0) url(../images/icon/bg-button.jpg) repeat-x scroll left center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    list-style: outside none none;
    text-align: center;
    width: 49%;*/
}
/*-- quantity-starts --*/
.value-minus, .value-plus {
	height: 40px;
	line-height: 24px;
	width: 40px;
	margin-right: 3px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	border: 1px solid #b2b2b2;
	vertical-align: bottom;
}
.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
	content: "";
	width: 13px;
	height: 2px;
	background: #000;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after {
	content: "";
	height: 13px;
	width: 2px;
	background: #000;
	left: 50%;
	margin-left: -1.4px;
	top: 50%;
	margin-top: -6.2px;
	position: absolute;
}
.value {
	cursor: default;
	width: 40px;
	height: 40px;
	padding: 8px 0px;
	color: #A9A9A9;
	line-height: 24px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	text-align: center;
	display: inline-block;
	margin-right: 3px;
}
.quantity-select .entry.value-minus:hover, .quantity-select .entry.value-plus:hover {
	background: #E5E5E5;
}
.quantity-select .entry.value-minus {
	margin-left: 0;
}
.mua-hang {
	background-color: #F1C95A;
	border: none;
	padding: 10px 30px;
	color: #000;
	font-size: 15px
}
#logo {
	padding: 0px 0px 10px 0;
	margin: 5px auto;
	border-bottom: 1px solid #ccc;
}
#logo_home {
	padding: 15px 0px;
}
#logo_home img {
	width:200px;
}
.social {
	margin: 0px auto;
}
.social a {
	border-radius: 30px;
	float: left;
	height: 30px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 30px;
}
.social a:hover {
	background-color: #F1C95A;
	border-radius: 30px;
	float: left;
	height: 30px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 30px;
}
.social a i {
	color: #fff;
	line-height: 30px;
	padding:0 10px;
	border-radius:5px;
}
.hot_line {
	font-size: 15px;
	line-height: 30px;
	color: #F00;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}
/*Thêm sản phẩm*/
.product-hover {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.product-links {
	height: 100%;
	padding: 100px 0;
	position: absolute;
	right: -50px;
	top: 0;
	transition: all 0.3s ease 0s;
	z-index: 9999;
}
.product-links a {
	background: #EB799D;
	color: #fff;
	height: 35px;
	width: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	display: table;
	margin-bottom: 14px;
	border: 1px solid transparent
}
.product-links a:last-child {
	margin-bottom: 0px;
}
.product-links a i {
	display: table-cell;
	vertical-align: middle;
}
.agile-products:hover .product-links {
	right: 12px;
}
.product-hover a:hover {
	background: #fff;
	color: #c00;
	transition: all 0.3s ease 0s
}
.tinh-tong span {
	width: 100%;
	padding: 15px 0px;
}
.tinh-tong a {
	background-color: #333;
	padding: 5px 15px;
	margin: 15px 0px;
	margin-right: 5px;
	color: #fff;
	text-transform: uppercase;
}
.tinh-tong a:hover {
	background-color: #000;
	padding: 5px 15px;
	margin: 15px 0px;
	margin-right: 5px;
	color: #fff;
	text-transform: uppercase;
}
/*-- checkout --*/
.checkout h3 {
	font-size: 1em;
	color: #212121;
	text-transform: uppercase;
	margin: 0 0 3em;
}
.checkout h3 span {
	color: #d8703f;
}
table.timetable_sub {
	width: 100%;
	margin: 0 auto;
}
.timetable_sub thead {
	background: #004284;
}
.timetable_sub th {
	background: #D8703F;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 13px;
	border-right: 1px solid #A95832;
}
.timetable_sub th, .timetable_sub td {
	text-align: center;
	padding: 7px;
	font-size: 14px;
	color: #212121;
}
.timetable_sub td {
	border: 1px solid #CDCDCD;
}
td.invert-image a img {
	width: 30%;
	margin: 0 auto;
}
.rem {
	position: relative;
}
.close1, .close2, .close3, .close4, .close5, .close6 {
	background: url('../images/close_1.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 15px;
	top: 0px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.cart-b {
	line-height: 30px;
	/*height:30px;*/
	font-size: 15px;
	margin: 5px 0;
	border-bottom: 1px solid #E2E2E2;
}
.ahihi {
	margin: 0 auto;
	padding: 0px;
}
#support {
}
.service-box {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	padding: 5px 15px;
	text-align: center;
}
figure.icon i {
	color: #FDAC40;
	font-size: 7em;
	margin-top: 0.1em;
	text-align: center;
	z-index: 9999;
}
.service-box .icon {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #F1C95A;
	height: 130px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.service-box p {
	margin: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #2A2A2A;
}
.section-header {
	margin-bottom: 50px;
	padding-top: 20px;
}
.section-header .section-title {
	
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 20px;
	padding-bottom: 20px;
	position: relative;
	/*color: #000;
	text-transform: uppercase;*/
}
.section-header .section-title::before {
	background: #E62B42 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	width: 140px;
}
.section-header .section-title::after {
	background: #E62B42 none repeat scroll 0 0;
	border: 5px solid #fff;
	border-radius: 20px;
	bottom: -11px;
	content: "";
	height: 24px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	width: 24px;
}
#news_home {
	padding: 5px 0;
}
.each_service {
	padding: 30px 0 10px 0;
	height: 390px;
	width: 100%;
}
.each_service img {
	background: #E8E8E8;
	opacity: 0.8;
	height: 360px;
	width: 100%;
}
.each_service::after {
	content: " ";
	height: 50px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 50px;
}
.each_service .service_info {
	background: rgba(234, 234, 234, 0.6) none repeat scroll 0 0;
	bottom: 0;
	/*left: 0;*/
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.each_service h4 {
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.each_service h4 a {
	color: #000 !important;
}
.each_service h4 a:hover {
	color: #f0f !important;
}
.each_service_2 {
	padding: 10px 0 10px 0;
	width: 100%;
}
.each_service_2 img {
	width: 100%;
}
.each_service_2::after {
	content: " ";
	height: 50px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 50px;
}
.each_service_2 .service_info {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	bottom: 0;
	/*left: 0;*/
	padding: 2px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.each_service_2 h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.each_service_2 h4 a {
	color: #fff !important;
}
.each_service_2 h4 a:hover {
	color: #f0f !important;
}
.content_detail {
	width: 100%;
	padding: 5px;
	border: 1px solid #DBDBDB;
	float: left;
	line-height: 20px;
	min-height: 100px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.content_detail h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px auto;
	padding-bottom: 20px;
}
.content_detail h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px auto;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}
#video_home {
	margin: 10px auto;
}
.video_service {
	padding: 0px 0 10px 0;
	height: 240px;
	width: 100%;
}
.video_service::after {
	content: " ";
	height: 50px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 50px;
}
.video_service a {
	background: rgba(234, 234, 234, 0.6) none repeat scroll 0 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 240px;
	padding: 5px 0px;
}
.video_service_cat {
	float: left;
	width: 50%;
}
.news_service {
	height: 390px;
	padding: 0px 0px;
	width: 32%;
	overflow: hidden;
	float: left;
	margin: 0 5px;
	border: 1px solid #E6E6E6;
}
.news_service .news_info {
	width: 100%;
}
.news_service .news_info a img {
	/*border:1px solid #E9E9E9;*/
	padding: 3px;
	height: 210px;
	width: 100%;
	float: left;
}
.news_service .news_info h4 {
	margin-top: 5px;
	/*text-align:justify;*/
	padding: 5px;
	height: 55px;
	line-height: 25px;
	overflow: hidden;
}
.news_service p {
	text-align: justify;
	padding: 0 5px;
}
.khungAnhCrop, .khungAnhCrop0 {
	display: inline-block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}
#doitac h2 {
	font-size: 18px;
	font-weight: bold;
}
#banner_detail {
	background-size: cover;
}
.font_size_16 {
	font-weight: bold;
	font-size: 16px;
}
.left-sidebar {
	padding: 0 5px;
	margin: 0 0 5px 0;
}
.navbar-nav > li >.search-open {
	position : absolute;
	right : 0;
	top : 0;
	width : 300px;
	z-index : 999;
}
.search-open .form-control {
	border-radius : 0;
}
.search-open .form-control:focus {
/*outline             : 0;
    -moz-box-shadow     : 0px 0px 1px rgba(232,71,0,0.9);
    -webkit-box-shadow  : 0px 0px 1px rgba(232,71,0,0.9);
    -ms-box-shadow      : 0px 0px 1px rgba(232,71,0,0.9);
    -o-box-shadow       : 0px 0px 1px rgba(232,71,0,0.9);
    box-shadow       : 0px 0px 1px rgba(232,71,0,0.9);*/

    /*box-shadow          : 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(232,71,0,0.9);*/
}
.search-open .input-group {
	/*-webkit-box-shadow  : 4px 8px 6px -7px #777;
    -moz-box-shadow     : 4px 8px 6px -7px #777;
    -ms-box-shadow      : 4px 8px 6px -7px #777;
    -o-box-shadow       : 4px 8px 6px -7px #777;
    box-shadow          : 4px 8px 6px -7px #777;*/
	border: 1px solid #95CA3C;
	box-shadow: none;
}
i.search.fa {
	width: 45px;
	height: 30px;
	float: left;
	cursor : pointer;
	color: #95CA3C;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	border-left: 1px solid #231F21;
	padding-left: 15px;
	margin-top: 5px;
}

.color_green{
	color:#39B54A
}
.color_red{
	color:#F00
}
.color_while{
	color:#FFF
}
.color_blue{
	background:#3B5998
}
.color_youtube{
	background-color: #BE292E;
}