@import "font.css";
@charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 17px;
	line-height: 30px;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}
* {
	margin: 0px auto;
	padding: 0px auto;
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
ul {
	padding: 0px;
}
img {
	border: 0;
}
::selection {
	background-color: #005482;
	color: #fff;
}
::-webkit-selection {
 background-color:#005482;
 color: #fff;
}
-webkit-::selection {
	background-color: #005482;
	color: #fff;
}
::-moz-selection {
 background-color:#005482;
 color: #fff;
}
.pagewrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.padding_pagewrap {
	padding: 0 10px;
}
.showText p, .gioithieu_id ul p, .right_p ul p {
	padding-bottom: 15px;
	font-size: 17px;
	line-height: 30px;
}
.showText img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.showText ul {
	padding-bottom: 15px;
}
.showText ul li {
	margin-left: 35px;
	font-size: 17px;
	line-height: 30px;
}
.showText h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #005482;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.header {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #005482;

}
.logo_top {
	float: left;
	padding-left: 10px;
}
.logo_top img {
	width: auto;
	height: 90px;
}
.right_header {
	position: absolute;
	right: 0;
	top: 25px;
}
.header_top {
	background: #005482;
	padding: 5px 0;
	border-bottom: #C6E2EC 1px solid;
}
.header_top ul li {
	list-style: none;
	padding-left: 10px;
	float: left;
	font-size: 15px;
	color: #C6E2EC;
	padding-right: 10px;
}
.header_top ul li a.color_vang{

	color: #ff0;
}
.header_top ul li img {
	height: 18px;
	width: auto;
	border: solid #fff 3px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.header_top ul li img:hover {
	border: solid #5ff0f4 3px;
}
.header_top ul li i {
	padding-right: 8px;
}
.header_top ul li a {
	color: #C6E2EC;
	text-transform: capitalize;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.header_top ul li a:hover {
	color: #5ff0f4;
}
.header_top ul.left_id_top {
	float: left;
}
.header_top ul li.lang_top {
	padding-top: 0;
	padding-right: 0;
	line-height: 0;
}
.header_top ul.right_id_top {
	float: right;
}
.timkiem_top {
	float: left;
	border: solid #1f9cbb 1px;
	margin-right: 30px;
	background: #1f9cbb;
	border-radius: 4px;
}
.input_search {
	padding: 0px 15px;
	line-height: 45px;
	width: 420px;
	float: right;
	color: #666;
	border: none;
	font-size: 16px;
	background: #eee;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	border-radius: 4px;
}
.input_search:focus {
	color: #000;
}
.search a {
	width: 50px;
	height: 45px;
	text-indent: -10000px;
	background: url(../images/icon-search.png) no-repeat center center;
	float: right;
	border-left: 0px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	border-radius: 0 4px 4px 0;
}
.search a:hover {background: url(../images/icon-search.png) no-repeat center center #1f9cbb;}
.giohang_top {
	float: left;
	position: relative;
	text-align: center;
	padding-left: 20px;
	border-left: dashed #C6E2EC 1px;
	margin-left: 20px;
}
.giohang_top i {
	font-size: 23px;
	color: #C6E2EC;
}
.giohang_top h3 {
	font-size: 14px;
	color: #C6E2EC;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 22px;
}
.giohang_top h3:hover{
	color: #1F9CBB;

}
.giohang_top h3 span {
	font-size: 14px;
	color: #fff;
	background: #1F9CBB;
	height: 12px;
	width: 12px;
	padding: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	right: -2px;
	line-height: 12px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.giohang_top:hover h3 span {
	color: #fff;
	background: #5ff0f4;
}
.hotline_header {
	float: left;
}
.hotline_header ul {
	float: left;
	/* padding-right: 20px; */
	color: #fff;
	margin-right: 0px;
	/* border-right: dashed #C6E2EC 1px; */
}
.hotline_header ul li {
	float: left;
	list-style: none;
	color: #5ff0f4;
	font-size: 40px;
	line-height: 45px;
	padding-right: 10px;
}
.hotline_header ul h3 {
	color: #5ff0f4;
	float: left;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 25px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: 0;
}
.hotline_header ul h3 span {
	display: block;
	color: #C6E2EC;
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	text-transform: capitalize;
}
.box_menu {
	background: #1f9cbb;
	/* position: unset; */
	width: 100%;
	/* padding: 12px 0; */
	/* z-index: 99999; */
}
.box_menu.fixed {
	position: fixed;
	top: 0 !important;
	z-index: 99999;
	background: #1f9cbb;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
	/* padding: 10px 0; */
}
.box_menu:after, .box_menu:before {
	content: "";
	position: inherit;
	top: 0px;
	left: 0;
	right: 0;
}
.box_menu.fixed:after, .box_menu.fixed:before {
	position: absolute;
}
.box_menu:before {
	top: auto;
	bottom: 0px;
}
.menuMain {
	position: unset;
	left: 0;
	top: 0;
	z-index: 3; /* float: left; */
}
.menu {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	/* text-align: center; */
	position: relative;
	z-index: 3;
}
.menu * {
	list-style: none;
}
.menu > li.is_step_2 {
	position: static;
}
.menu > li {
	display: inline-table;
	position: relative;
}
.menu > li > a {
	display: block;
	/* height: 45px; */
	line-height: 50px;
	position: relative;
	z-index: 2;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding: 0 17px;
}
.menu > li > a i {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 1px;
	color: inherit;
	font-size: 11px;
	padding-left: 5px;
}
.menu > li:hover > a {
	color: #000;
	background: #ffffff;
}
.menu > li:hover > a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	padding-top: -6px;
	min-height: auto;
	display: block;
	z-index: 1;
}
.menu > li.active > a {
	color: #C800C8;
}
.menu > li.active > a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu > li.is_step_2 > ul {
	width: 1200px;
	left: 50%;
	transform: translateX(-50%) !important;
}
.menu > li.is_step_2 > ul {
	padding-top: 7px;
	display: none;
}
.menu > li.is_step_2:hover > ul {
	padding-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.menu li.is_step_2 > ul > li ul {
	position: relative;
	left: 0;
	display: block;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transform-origin: none;
	-moz-transform-origin: none;
	-webkit-transform-origin: none;
	;
	transform: none;
	;
	-moz-transform: none;
	;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}
.menu li > ul li:hover> ul {
	opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;




	-moz-transform: none;
}
.menu li > ul > li ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;














	-ms-transition: all 0.4s ease 0s;
	transform-origin: center top 0px;
	-moz-transform-origin: center top 0px;
	-webkit-transform-origin: center top 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}
.menu > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 294px;
	z-index: -1;
	margin: 0 auto;
	padding-top: 0px;
	display: none;
	/*transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;*/
	/*transform-origin: center top 0px;
	-moz-transform-origin: center top 0px;
	-webkit-transform-origin: center top 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);*/
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	/* padding: 0 25px; */
	margin: 0 auto;
	-webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.12);
	box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.menu > li > ul > li a {
	position: relative;
	color: #575454;
	font-weight: 500;
	font-size: 17px;
	display: block;
	padding: 0 5px 0 10px !important;
}
.menu > li > ul > li a:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 14px;
	font-size: 11px;
	margin-left: -13px;
}
.menu > li.is_step_2 > ul > li a:before {
	display: none
}
.menu > li.is_step_2 > ul:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 3px;
	right: -3px;
	bottom: -3px;
	z-index: 0; /* 	background: rgba(0, 0, 0, 0.05); */
}
.menu > li > ul > li, .menu > li > ul li {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	padding: 3px 0 !important;
}
.menu > li > ul > li a {
	display: block;
	border: none;
	padding: 0;
	line-height: 35px;
	font-weight: normal;
	font-size: 17px;
	margin: 0 15px 0;
	white-space: normal;
	text-transform: capitalize;
}
.menu > li.is_step_2 > ul > li {
	z-index: 2 !important;
	position: relative !important;
	margin: 0 !important;
	color: #fff !important;
	font-weight: 500 !important;
	padding: 0 10px !important;
	min-height: 200px !important;
	padding-top: 10px !important;
	width: calc(16.6666% - 20px) !important;
	float: left !important;
	color: #84b2ff !important;
	font-size: 17px !important;
	margin: 0 15px !important;
	/* padding-bottom: 10px !important; */
	min-height:   !important;
	background: none !important;
}
.menu > li.is_step_2 > ul > li > a {
	display: block !important;
	white-space: nowrap !important;
	color: inherit !important;
	/* line-height: 40px  !important; */
	font-size: inherit !important;
	background: rgba(255, !important;
255, 255, 0) border-bottom: solid 1px rgba(255, 255, 255, 0.59) !important padding: 0 24px 0 0 !important text-decoration: none !important !important text-transform: uppercase !important text-align: left !important font-size: 18px !important margin-bottom: 5px !important color: #18babd !important;
	color: #005482 !important;
	margin: 0 !important;
	font-size: 17px;
	text-transform: uppercase;
}
.menu > li.is_step_2 > ul > li > ul li a {
	margin: 0 !important
}
.menu > li > ul > li > a:hover {
	color: #ffffff;
}
.menu > li > ul > li > a > span {
	display: none;
}
.menu > li > ul > li:hover {

	z-index: 3;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #005482;

	color: #fff;
}

.menu li > ul > li > ul > li:hover > a {
	border-color: transparent;
}
.menu > li > a i {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 2px;
	color: inherit;
	font-size: 11px;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 87%;
	background: white;
}
.overlay input[type=text]:hover {
	background: #f1f1f1;
}
.overlay button {
	float: left;
	width: 10%;
	padding: 15px;
	background: #ddd;
	font-size: 20px;
	border: none;
	cursor: pointer;
}
.overlay button:hover {
	background: #bbb;
}
.openBtn {
	background: no-repeat;
	border: none;
	padding: 6px;
	font-size: 17px;
	cursor: pointer;
	color: #999;
	transition: width .6s, border-radius .6s, background .6s, box-shadow .6s;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.openBtn:hover {
	background: #0a2268;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
}
.box_menu .pagewrap {
	position: relative;
}
.menu li > ul > li > ul {
	text-align: left;
}
.menu li > ul > li > ul > li a {
	color: #333;
	font-weight: normal;
	font-size: 17px;
	text-transform: capitalize;
	padding: 0px 10px;
	line-height: 30px;
}
.menu li > ul > li > ul > li a i {
	font-size: 10px;
	padding-right: 5px;
}
.menu li > ul > li > ul > li {
	z-index: 2;
	position: relative;
	margin: 0;
	color: #4b4f56;
	font-weight: bold;
	font-size: 17px;
	/* padding: 0 15px; */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	line-height: 25px;
	padding: 0;
}
.menu li > ul > li > ul > li:hover, .menu li > ul > li > ul > li a:hover {
	background: rgb(0 84 130);
	/* border-color: transparent; */
	color: #ffffff;
}
.menu > li.is_step_2 > ul:before {
	/* background: #ffffff; */
	left: -1000%;
	position: absolute;
	content: "";
	height: 100%;
	right: -1000%;
	top: 0;
}
.menu li.homepage a i {
	font-size: 25px;
	margin: 0;
	padding: 0;
}
.menu li.homepage a {
	/* padding: 0 10px; */
}
.menu li.homepage a:hover {
	color: #ffffff;
	background: none;
}
.menu > li.khuyenmai_menu {
	background: #ff4c3b;
}
html {
	overflow-x: hidden;
}
.projects-menu {
	background: #ffffff;
	width: 832px;
	left: -200px;
	position: absolute;
	content: "";
	right: 0;
	top: 100%;
	z-index: 3;
	padding: 10px 10px 20px 10px;
	-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
	box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
}
.projects-menu li a {
	white-space: nowrap;
	color: inherit;
	line-height: 40px;
	border-bottom: solid 1px rgba(212, 212, 212, 0.5);
	padding-bottom: 5px;
	padding: 0 24px 0 0;
	text-decoration: none !important;
	text-transform: capitalize;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	display: block;
	float: left;
	width: 164px;
	margin: 0 10px;
	list-style: none;
	text-align: left;
}
.projects-menu li a:hover {
	padding: 0 12px 0 12px;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	background: #005482;
	color: #fff;
}
.lang_top {
	float: right;
	margin-top: 5px;
}

.lang_top li {
	float: left;
	margin-right: 10px;
	list-style: none;
	line-height: 0;
	padding-top: 5px;
}
.lang_top li img {
	height: 18px;
	border: solid #ffffff 3px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	width: auto;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.lang_top li img:hover {
	border: solid #1e90cc 2px;
}
.lang_top ul h3 {
	float: left;
	margin-left: 10px;
	color: #999;
	font-size: 17px;
	background: url(../images/phone.png) center right no-repeat;
	padding-right: 35px;
	line-height: 27px;
}
.lang_top ul h3 a {
	display: block;
	color: #999;
}
.lang_top ul h3 a:hover {
	color: #034ea2;
}
.bannerInside {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(60vh - 0px);
}
.bannerMain {
	position: relative;
	overflow: hidden;
	height: calc(60vh - 0px);
}
.bannerMain:after {
    background: url(../images/bg_6.png) bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40px;
}
.banner li {
	float: left;
	width: 100%;
	height: calc(60vh - 0px);
	list-style: none;
	background-position: center center;

	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
}
.posBL {
	left: 0px;
	bottom: 0px;
}
.pagiBanner {
	position: relative;
	left: 0;
	right: 0;
	bottom: 70px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 4;
}
.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
	display: inline-block;
	vertical-align: text-top;
	width: 12px;
	height: 12px;
	background: #000000b5;
	text-indent: -100000px;
	margin: 0 3px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	/* -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5); */
	/* box-shadow: 0 0 8px rgba(0,0,0,0.5); */
	border: solid #fff 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
	background: #1F9CBB;
}
.pagiBanner_2, .pagiBanner_3 {
	position: relative;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 3;
}
.bannerMain .placeNav.prev1, .bannerMain .placeNav.next1 {
	top: 50%;
	z-index: 9999;
	opacity: 1;
	left: 10px
}
.bannerMain .placeNav.prev1 i, .bannerMain .placeNav.next1 i {
	top: 4px;
	position: relative;
}
.bannerMain .placeNav.next1 {
	right: 10px;
	left: auto
}
.bannerMain .placeNav.prev1, .bannerMain .placeNav.next1 {
	top: 50%;
	z-index: 9999;
	opacity: 1;
	left: 10px
}
.bannerMain .placeNav.prev1 i, .bannerMain .placeNav.next1 i {
	top: 4px;
	position: relative;
}
.bannerMain .placeNav.next1 {
	right: 10px;
	left: auto
}
.box_title_banner {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
	width: auto;
	color: #FFF;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: #04334ce0;
	padding: 20px;
	width: 40%;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.box_title_banner ul h3 a {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	padding-bottom: 10px;
	display: block;
	color: #5ff0f4;
}
.box_title_banner ul h3 a:hover {
	color: #1f9cbb;
}
.box_title_banner ul p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
}
#downButton {
	background: #00000099 url(../images/direction_down.png) center 9px no-repeat;
	background-size: 14px 14px !important;
	border: 3px solid rgba(255,255,255, 1);
	border-radius: 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 20px;
	z-index: 2;
	text-indent: -9999 !important;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left !important;
	cursor: pointer;
}
.box_home_2 ul h4 a:hover {
	background: #005482;
}
.box_home_2 {
	padding: 100px 0;
	text-align: center;
	background: url(../images/bg_2.jpg) center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	color: #fff;
	position: relative;
}
.box_home_2:before {
	background: url(../images/bg_7.png) center top no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 40px;
}

.box_home_2:after {
    background: url(../images/bg_6.png) center bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.box_home_2 ul h3 {
	padding-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 50px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	color: #5ff0f4;
}
.box_home_2 ul p {
	padding-bottom: 30px;
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 30px;
}
.box_home_2 ul h4 a {
	display: inline-table;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 30px;
	padding: 5px 30px;
	background: #1F9CBB;
	border: double #ffffff 4px;
	font-weight: 500;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
	-moz-transition: 0.1s background-color linear, 0.1s color linear;
	-o-transition: 0.1s background-color linear, 0.1s color linear;
	transition: 0.1s background-color linear, 0.1s color linear;
	margin-top: 30px;
	letter-spacing: 3px;
}
.col-md-7 {
    width: 31.5%;
    display: inline-table;
    margin-left: 10px;
    color: #666;
    margin-right: 10px;
    margin-bottom: 10px;
}
.col-md-3 {
	width: 100%;
	margin-bottom: 15px;
}
.form-control_3 {
	display: block;
	width: 100%;
	height: 45px;
	padding: 5px 15px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #999;
	background: f2f2f2;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border: 1px solid #ccc;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	resize: vertical;
	box-sizing: border-box;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	resize: vertical;
	box-sizing: border-box;
	text-transform: capitalize;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.form-control:focus {
	border-color: #005482cc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #0054829e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #005482bd;
}
.row-frm select {
	height: 45px !important;
	width: 100%;
	margin: 0;
}
.footer_bottom {
	padding-top: 50px;
	background: #005482;
	color: #C6E2EC;
	padding-bottom: 30px;
}
.footer_company {
	float: left;
	width: 47%;
	margin-left: 10px;
}
.footer_company ul li {
	list-style: none;
	line-height: 0;
	padding-bottom: 20px;
}
.footer_company ul li img {
	height: 80px;
	width: auto;
}
.footer_company h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
	position: relative;
	color: #ffffff;
	line-height: 35px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.footer_company h2:after {
	content: "";
	display: block;
	width: 155px;
	height: 3px;
	background: rgb(255, 255, 255);
	margin-top: 12px;
}
.footer_company ul h3, .map_footer ul h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 5px;
	color: #5FF0F4;
}
.footer_company ul p {
	font-size: 17px;
	line-height: 30px;
}
.footer_company ul p i, .link_page ul li i {
	padding-right: 8px;
}
.footer_company ul p img{
	height: 70px;
	width: auto;
	margin-top: 10px;
}
.dangkynhantin_footer{
	width: 24.777%;
	float: left;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 2;
}
#back-top a {
	display: block;
	width: 40px;
	line-height: 40px;
	background: #5ff0f4;
	outline: none;
	color: #fff;
	font-size: 15px;
	text-align: center;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#back-top a:hover {
	color: #fff;
	background: #f60;
}
.map_footer {
	float: left;
	margin: 0 20px;
	width: 24%;
}
.map_footer ul li {
	list-style: none;

}
.map_footer ul li a{
	color: #C6E2EC;
	display: block;
	padding-bottom: 5px;
}
.map_footer ul li i{

	padding-right:8px;
}
.map_footer ul li a:hover{
	color: #5FF0F4;
}
.copyright_bottom a {
	color: #fff;
	-webkit-transition: color 0.3s, background 0.3s, border 0.3s;
	-moz-transition: color 0.3s, background 0.3s, border 0.3s;
	-o-transition: color 0.3s, background 0.3s, border 0.3s;
	transition: color 0.3s, background 0.3s, border 0.3s;
}
.copyright_bottom a:hover {
	text-decoration: underline;
	color: #5FF0F4;
}
.copyright_bottom {
	padding: 20px 0;
	text-align: center;
	line-height: 30px;
	background: #1f9cbb;
	color: #fff;
}
.copyright_bottom p img{

	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.copyright_bottom li{
	list-style: none;
	line-height: 0;
}
.copyright_bottom li img{
	height: 80px;
	width: auto;
	margin: 15px 0px;
}
.copyright_bottom h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    color: #ff0;
    padding: 10px 0;
}
#sharelink {
	padding-top: 15px;
	margin-top: 15px;
	border-top: solid #CCC 1px;
}
.sharelink {
	-webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
	-ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
	text-align: center;
	padding-top: 10px;
	height: 35px;/* float: left; */
}
.sharelink a img {
	background: #005482;
	padding: 5px;
	margin-top: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.sharelink img:hover {
	background: #5FF0F4;
	opacity: 10;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 10px;











	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 25px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	background: #00000047;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #00a85a;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
	font-size: 11px
}
}
.rightNav {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 100;
	padding: 0;
}
.rightNav .button {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #664336;
	text-decoration: none !important;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.rightNav .button:hover > span {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	transform-origin: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.rightNav .button > span {
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	padding: 0 20px;
	background: #ec2f34;
	color: #fff;
	line-height: inherit;
	text-align: center;
	font-size: 13px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	border-right: solid 1px #fff;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	opacity: 0;
}
.rightNav .button + .button {
	margin-top: 1px;
}
.rightNav .button.color_linkedin {
	background: #0073B0;
}
.rightNav .button.color_youtube {
	background: #F15A4B;
}
.rightNav .button.color_facebook {
	background: #3A559F;
}
.rightNav .button.color_instaram {
	background: #0078D7;
}
.rightNav .button.color_messenger,.rightNav .button.color_zalo {
	background: #007FFF;

}
/*.rightNav .button.color_instaram:hover, .rightNav .button.color_facebook:hover, .rightNav .button.color_youtube:hover, .rightNav .button.color_linkedin:hover {
	background: #ed1c24;
}*/
.rightNav .button.color_messenger img, .rightNav .button.color_zalo img{
	margin-top: 4px;
}
.box_ttvb_home {
	padding: 30px 0;
	background: #ffffff;
}
.ttvb_home_l {
	float: left;
	margin: 0 10px;
	width: 600px;
}
.ttvb_home_l ul li, .ttvb_home_l ul li img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}
.ttvb_home_l ul h3 a {
	text-transform: capitalize;
	font-size: 25px;
	line-height: 35px;
	padding-top: 10px;
	font-weight: normal;
	color: #333;
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	padding-bottom: 5px;
}
.ttvb_home_c {
	float: left;
	margin: 0 20px;
	width: 300px;
}
.ttvb_home_c ul {
	margin-bottom: 15px;
}
.ttvb_home_c ul h3 a {
	text-transform: capitalize;
	font-size: 19px;
	line-height: 27px;
	padding-top: 10px;
	font-weight: normal;
	color: #333;
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ttvb_home_c ul li, .ttvb_home_c ul li img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}
.ttvb_home_r {
	float: left;
	margin: 0 10px;
	width: 220px;
}
.ttvb_home_r ul {
	padding-bottom: 20px;
}
.ttvb_home_r ul h3 a {
	text-transform: capitalize;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #333;
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ttvb_home_r ul p {
	font-size: 16px;
	line-height: 25px;
	color: #999;
}
.ttvb_home_r ul p i {
	padding-right: 5px;
}
.title_bs {
	margin-bottom: 30px;
	padding-left: 10px;
	font-size: 30px;
	color: #1F9CBB;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	margin-right: 10px;
	position: relative;
}
.xemall {
	position: absolute;
	right: 10px;
	top: -5px;
	color: #4b4f52;
}
.xemall a {
	display: block;
	padding-top: 5px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: normal;
	color: #4b4f52;
	font-style: italic;
	border-bottom: solid #4b4f52 1px;
}
.xemall a i {
	padding-left: 10px;
}
.title_bs span {
	color: #005482;
}
.ttvb_home_r ul h3 a:hover, .ttvb_home_l ul h3 a:hover, .ttvb_home_c ul h3 a:hover, .xemall a:hover {
	color: #1F9CBB;
}
.tour_hot_home {
	padding-bottom: 70px;
	background: #fff;
	padding-top: 40px;
}
.tour_hot_home_2 {

	padding-top: 80px;
}
.tour_id{
	display: flex;
    flex-wrap: wrap;
}
.tour_id ul {
	float: left;
	width: 280px;
	margin: 0 10px 20px 10px;
	position: relative;
	/* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09); */
	transition: all .3s;
	/* padding: 10px; */
	/* background: #fff; */
}
.tour_id ul li, .tour_id ul li img {
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	list-style: none;
	line-height: 0;
}

.tour_id ul h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	line-height: 27px;
}
.tour_id ul p {
	color: #666;
	text-transform: capitalize;
	font-size: 16px;
	/* padding: 0 10px; */
}
.tour_id ul p i, .right_tour_view ul p i {
	padding-right: 7px;
}
.tour_id ul h4 {
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
	padding: 10px 0;
	color: #f00;
}
.tour_id ul h4 span {
	font-size: 17px;
	color: #666;
	text-decoration: line-through;
	padding-left: 15px;
}
.tour_id ul:hover h3 {
	color: #005482;
}
.placeNav_2, .placeNav_4 {
	position: absolute;
	top: 30%;
	z-index: 3;
	color: #fff;
	font-size: 60px;
	width: 30px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	background: rgba(2, 2, 2, 0.21);
	opacity: 0;/* background: #0000008a; */
}
.placeNav, .placeNav_3 {
	position: absolute;
	top: 30%;
	z-index: 3;
	color: #fff;
	font-size: 45px;
	width: 30px;
	line-height: 30px;
	height: 40px;
	background: rgba(51, 51, 51, 0.69);
	text-align: center;
	opacity: 0;
	padding: 0;
}
.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev, .placeNav_4.prev {
	left: 10px;
}
.placeNav_2.next, .placeNav_4.next {
	right: 10px;
	text-indent: 3px;
}
.placeNav.next, .placeNav_3.next {
	right: 10px;
	text-indent: 3px;
}
.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_4, .placeSlide_main:hover .placeNav_3 {
	opacity: 1;
}
.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
	color: #fff;
	background: #1F9CBBd1;
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide, .placeSlide_2, .placeSlide_3, .placeSlide_4, .placeSlide_5 {
	width: 1300px;
}
.box_tour_home {
	background: #f5f5f5;
	padding: 30px 0;
	position: relative;
}
.box_tour_home:before {
    background: url(../images/bg_4.png) center top no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.box_tour_home:after {
    background: url(../images/bg_7.png) center bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.dichvu_home {
	background: url(../images/bg_1.jpg) center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	color: #fff;
	position: relative;
	padding: 100px 0;
	text-align: center;
}
.dichvu_home:before {
    background: url(../images/bg_7.png) center top no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.dichvu_home:after {
    background: url(../images/bg_6.png) center bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.dichvu_home_id  {
	display: inline-table;
	margin: 15px;
	width: 40%;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 2%;
}
.dichvu_home_id li{
	float: left;
	width: 25%;
	list-style: none;
	line-height: 0;
}
.dichvu_home_id li img{
	height: auto;
	width: 100%;
	    border-radius: 50%;

}
.dichvu_home_id ul {
	float: right;
	width: 70%;
	padding-left: 5%;
	color: #333;
	line-height: 27px;
	font-size: 17px;
	text-align: left;
}
.dichvu_home_id ul h3 {
	font-size: 25px;
	color: #1F9CBB;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 5px;
	position: relative;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.dichvu_home_id ul h4 a {
	float: right;
	display: block;
	color: #ffffff;
	padding: 0px 30px;
	font-size: 15px;
	border: double #ffffff 4px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 35px;
	margin-top: 10px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	background: #1F9CBB;
}
.dichvu_home_id ul h4 a:hover {
	background: #005482;
}

.link_page {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eee;
	line-height: 30px;
	border-bottom: solid #ccc 1px;
}
.link_page ul li {
	float: left;
	list-style: none;
	padding-left: 10px;
	line-height: 20px;
}
.link_page ul li i {
	font-size: 18px;
}
.link_page ul li a {
	display: block;
	color: #666;
	font-size: 15px;
	text-transform: capitalize;
}
.link_page ul li a:hover {
	color: #005482;
}
.link_page h3 {
	text-transform: uppercase;
	color: #005482;
	font-size: 27px;
	line-height: 30px;
	position: relative;
	font-weight: bold;
	margin-left: 10px;
	float: left;
	font-family: 'Open Sans Condensed';
	border-left: solid #1f9cbb 8px;
	padding-left: 15px;
}
.link_page ul {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 20px;
}
.imges_id_page {
	height: 350px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cove;
}
.page_conten_page {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tintuc_home_id ul {
	margin: 0 10px 20px 10px;
	float: left;
	/* text-align: center; */
	width: 380px;
	min-height: 430px;
}
.tintuc_home_id ul li, .tintuc_home_id ul li img {
	list-style: none;
	line-height: 0;
	position: relative;
	overflow: hidden;
	display: block;
	height: auto;
	width: 100%;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-border-radius: 50%;
}
.tintuc_home_id ul h3 a {
	color: #333;
	font-weight: normal;
	font-size: 22px;
	/* padding: 0 10px; */
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 7px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	display: block;
}
.tintuc_home_id ul h3 a:hover, .hinhanh_id ul:hover h3, .thuvienanh_id ul h3:hover {
	color: #1F9CBB;
}
.tintuc_home_id ul h4 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0;
	text-transform: capitalize;
	line-height: 30px;
}
.tintuc_home_id ul h4 i {
	padding-right: 5px;
}
.tintuc_home_id ul p {
	color: #666;
	font-weight: normal;
	font-size: 17px;
	/* padding: 0 10px; */
	text-transform: none;
	line-height: 25px;
}
.nums {
	table-layout: auto;
	margin-top: 0;
	text-align: center;
}
.nums li {
	list-style: none;
	display: inline-table;
}
.nums a {
	font-size: 19px;
	display: block;
	margin: 0 6px 0 0;
	padding: 3px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	table-layout: inherit;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #4e4e4e;
	white-space: nowrap;
	/* border-radius: 5px; */
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;





	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border: double #ffffff 4px;

}
.nums a:hover, .nums a.active, .nums a.stay:hover {
	background: #005482;
	color: #ffffff;
}
.nums a.stay {
	background: #1F9CBB;
	color: #fff;
}
.title_news {
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 15px;

}
.title_news h2 {
	font-size: 27px;
	line-height: 32px;
	font-weight: 500;
	color: #1F9CBB;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.title_news li {
	font-size: 17px;
	color: #666;
	list-style: none;
	list-style: none;
	background: url(../images/icon_day.png) center left no-repeat;

	padding-left: 25px;
	margin-bottom: 10px;
	font-style: italic;
}
.title_news p {
	line-height: 32px;
	color: #171c2b;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 15px;
}
.comment_face {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.contact {/* padding-bottom: 20px; */
	padding-top: 10px;/* padding-right: 10px; */
}
.contact h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
	padding-bottom: 20px;
}
.contact .left {
	width: auto;
	float: none;
}
.contact .right {
	width: auto;
	float: none;
}
.formBox li {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.formBox li input, .formBox li textarea {
	border: solid 1px #E1E1E1;
	height: 45px;
	color: #999;
	padding: 0 10px 0 55px;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	resize: vertical;
	box-sizing: border-box;
	width: 100%;
	font-size: 17px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 197px;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
}
.contact .left input {
	width: 100%;
}
.contact .right input, .contact .right textarea {
	width: 100%;
}
.formBox li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
}
.formBox li.name:after {
	background-image: url("../images/contact/c_name.png")
}
.formBox li.phone:after {
	background-image: url("../images/contact/c_phone.png");
}
.formBox li.mail:after {
	background-image: url("../images/contact/c_mail.png");
}
.formBox li.local:after {
	background-image: url("../images/contact/c_local.png");
}
.formBox li.subject:after {
	background-image: url("../images/contact/c_subject.png");
}
.formBox li.mess:after {
	background-image: url("../images/contact/c_mess.png");
}
.formBox li.code:after {
	background-image: url("../images/contact/c_code.png");
}
.formBox li.day:after {
	background-image: url("../images/contact/day.png");
}
.formBox li.songuoi:after {
	background-image: url("../images/contact/songuoi.png");
}
.formBox .button {
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px 30px;
	margin-left: 10px;
	line-height: 35px;
	margin-top: 10px;
	color: #FFF;
	background: #005482;
	white-space: nowrap;
	border-radius: 5px;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border: double #ffffff 4px;
}
.formBox .button:hover, .bottom_more h3 a:hover {
	background: #1F9CBB;
}
.formBox li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 42px;
	padding: 0 10px;
	font-weight: 500;
	z-index: 2;
	letter-spacing: 1px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;


	-ms-user-select: none;
}
.left_contact {
	float: left;
	width: 45%;
}
.left_contact li {
	list-style: none;
	line-height: 0;
}
.left_contact li img {
	width: 100%;
	height: 590px;
}
.left_contact ul {
	float: left;
	width: 270px;
	background: #F6F6F6;
	padding: 20px;
	margin-bottom: 20px;
	color: #666;


	font-size: 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-right: 20px;
	line-height: 25px;
	min-height: 85px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
}
.left_contact h3, .right_contact h3 {
	text-transform: uppercase;
	color: #005482;
	font-size: 27px;

	line-height: 35px;
	position: relative;
	font-weight: normal;
	margin-bottom: 15px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.right_contact {
	float: right;
	width: 52%;
}
.map_cotact iframe {
	display: block;
	width: 100%;
	height: 450px;
}
.images_cotact img {
	margin-top: 20px;
	width: 100%;
	height: 430px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.thuvienanh_id ul {
	margin: 0 10px 20px 10px;
	float: left;

	width: 380px;
}
.thuvienanh_id ul li, .thuvienanh_id ul li img {
	list-style: none;
	line-height: 0;
	position: relative;
	overflow: hidden;
	display: block;
	height: auto;
	width: 100%;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-border-radius: 50%;
}
.thuvienanh_id ul h3 {
	color: #333;
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
	text-transform: capitalize;
	line-height: 30px;
	padding-bottom: 7px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	display: block;
}
.albumView {
	min-height: 300px;
	padding: 0 10px 20px 0px;
}
.albumView .galleria-info {
	visibility: hidden;
}
.galleria-thumbnails .galleria-image {
	width: 287px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	position: absolute!important;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #ddd url(../images/loader.gif) no-repeat 50% 50%;
}
.video_id_top {
	padding: 10px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
}
.video_id_top iframe {
	width: 100%;
	height: 550px;
}
.vemaybay_logo ul li {
	list-style: none;
	line-height: 0;
	margin: 0 10px 20px 10px;
	padding: 10px;
	float: left;
	width: 260px;
	background: #f2f2f2;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
}
.vemaybay_logo ul li img {
	width: 100%;
	height: auto;
}
.box_ct_tour {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
	background: #fff;
}
.left_tour_view {
	float: left;
	width: 600px;
}
.right_tour_view {
	float: right;
	width: 540px;
	padding: 20px;
}
.right_tour_view ul h3 {
	display: block;
	font-size: 22px;
	color: #005482;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: double #CCCCCC 4px;
}
.right_tour_view ul h2 {
	color: #f00;
	font-size: 25px;
	font-weight: 500;
	line-height: 25px;
}
.right_tour_view ul h2 span {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: line-through;
	padding-left: 15px;
}
.right_tour_view ul p {
	border-top: dotted #CCC 1px;
	padding-top: 5px;
	margin-top: 5px;
	color: #4b4f56;
	line-height: 30px;
	font-size: 17px;
}
.right_tour_view ul p a {
	color: #005482;
}
.right_tour_view ul h4 a {
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	background: #005482;
	padding: 5px 35px;
	text-transform: uppercase;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	float: left;
	display: block;
	margin-top: 15px;
	border-radius: 5px;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border: double #ffffff 4px;
}
.right_tour_view ul h4 a:hover {
	color: #fff;
	background: #1f9cbb;
}
.listtabs {
	/* display: inline-table; */
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	/* background: #FFF; */
	margin-top: 20px;
	border-bottom: solid #005482 4px;
}
.listtabs li {
	float: left;
	list-style: none;
}
.listtabs li a {
	color: #fff;
	text-decoration: none;
	margin-right: -1px;
	display: block;
	padding: 0;
	text-transform: uppercase;

	background: #1f9cbb;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	padding: 0 25px;
	border-bottom: solid #d7252b00 2px;
	font-weight: 500;
	font-size: 17px;
	line-height: 40px;
}
.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover {
	color: #ffffff;
	background: #005482;
}
#pro_tabs .tabs {
	border-top: none;
}
#pro_tabs {
	/* margin-bottom: 20px; */
	text-align: center;
}
.box_tab {
	width: 100%;/* background: #fff; *//* padding-top: 14px; *//* margin: 0 10px; *//* border-bottom: dotted 1px #c1c1c1; *//* border: dotted 1px #c1c1c1; */
}
.ct_tour_load {
	margin-bottom: 20px;
}
th {
	background-color: #005482;
	color: white;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
tr:hover {
	background-color: #f5f5f5;
}
th, td {
	border-bottom: 1px solid #ddd;
}
th, td {
	padding: 5px 15px;
	text-align: left;/* background: #fff; */
}
td {
	height: 30px;
	/* vertical-align: bottom; */
	background: #fff;
}
th {
	text-align: left;
}
table {
	border: 1px solid black;
}
table {
	width: 100%;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #ccc;
}
.left_book {
	float: left;
	width: 48%;
}
.right_book {
	float: right;
	width: 48%;
	margin-left: 23px;
	padding-left: 23px;
	border-left: dotted #CCCCCC 1px;
}
.right_book h2, .left_book h2 {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #005482;
}
.box_timkiemphong h2 {
	float: left;
	margin-top: 20px;/* margin-right: 10px; */
}
.box_timkiemphong h2 a {
	background: #1F9CBB;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	width: auto;
	margin: auto 0;
	padding: 5px 40px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border: double #ffffff 4px;


	line-height: 33px;
}
.box_timkiemphong h2 a:hover {
	color: #fff;
	background: #005482;
}
.titlte_tour_home {
	margin-bottom: 10px;
}
.titlte_tour_home h3 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	color: #d7252b;
	position: relative;
}
.titlte_tour_home h3:after {
	content: "";
	display: table;
	margin: 0;
	height: 4px;
	width: 100px;
	background: #007cc3;
}
.titlte_tour_home ul {
	float: right;
	margin-right: 10px;
	padding-top: 5px;
}
.titlte_tour_home ul li {
	float: left;
	list-style: none;
	color: #666;

	margin-left: 20px;
	text-transform: uppercase;
	font-size: 13px;
}
.titlte_tour_home ul li a {
	color: #666;
	padding-bottom: 5px;
	border-bottom: solid #fff0 1px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.titlte_tour_home ul li a:hover {
	color: #d7252b;

	border-bottom: solid #d7252b 1px;
}

.box_tour_home_2 {
	background: #f8f8f8;
	padding: 20px 0;
}
.box_timtour h2 {
	float: right;
	margin-right: 10px;
/* margin-left: 10px; */  }
.box_timtour h2 a {
	font-size: 14px;
	padding: 11px 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #D7252B;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;

	display: block;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.box_timtour h2 a:hover {
	color: #fff;
	background: #007cc3;
}
.hinhthucthanhtoan_id h3, .content_book h3 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #005482;
}
.hinhthucthanhtoan_id ul {
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hinhthucthanhtoan_id a {
	color: #007cc3;
}
.hinhthucthanhtoan_id a:hover {
	color: #D7252B;
}
.content_book {



	padding-top: 20px;
	padding-bottom: 20px;
}
.icon_label_2_9 {
	background: url(../images/icon_2_9.png) center center no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	left: 10px;
	top: 20px;
	line-height: 15px;
	width: 46px;
	min-height: 38px;
	z-index: 2;
	text-align: center;
	padding-top: 8px;
	text-transform: uppercase;
}
.icon_label_giam_gia {
	background: url(../images/icon_giamgia.png) left center no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 10px;
	line-height: 15px;
	min-height: 47px;
	z-index: 2;
	padding-top: 9px;
	padding-right: 40px;
	text-transform: uppercase;
	padding-left: 10px;
}
.icon_label_giam_gia span {
	position: relative;
	left: 19px;
	top: -7px;
	font-size: 18px;
}
.icon_label_30_4 {
	background: url(../images/icon_30-4.png) left center no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 20px;
	line-height: 35px;
	z-index: 2;
	text-transform: uppercase;
	padding-left: 8px;
	padding-right: 20px;
}
.icon_label_30_4 span {
	color: #fff;
	font-size: 15px;
}
.camket_home {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.camket_home ul {
	display: block;
	width: 20.8%;
	margin: 1%;
	border: #ccc 1px solid;
	padding: 1%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.camket_home ul li {
	float: left;
	width: 22%;
	list-style: none;
	line-height: 0;
	padding-right: 2%;
}
.camket_home ul li img {
	width: 69px;
	height: auto;
}
.camket_home ul h3 {
	float: right;
	width: 75%;
	font-size: 20px;
	font-weight: normal;
	color: #005482;
	text-align: left;
	text-transform: capitalize;
}
.camket_home ul h3 span {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 21px;
	text-transform: none;
}
.bottom_more {
	text-align: center;
	margin-top: 0;
}
.bottom_more h3 a {
	background: #005482;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 40px;
	font-size: 17px;
	line-height: 45px;
	font-weight: normal;



	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	letter-spacing: 1px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
	margin-top: 0;
	border: double #ffffff 4px;
}
.bottom_more h3 a i, .homeabout ul h4 a i {
	padding-left: 8px;
}
.boxComment_danhgia {
	background: #f4f4f4;
	padding: 20px;
	margin: 20px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
}
.boxComment_danhgia h3 {

	border-bottom: solid #ccc 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	color: #1F9CBB;
}
.boxComment_danhgia h4 a {
	float: right;
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	padding: 5px 30px;

	margin-top: 20px;
	color: #fff;
	background: #1F9CBB;
	border-radius: 50px;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border: double #ffffff 4px;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.boxComment_danhgia h4 a:hover {
	color: #fff;
	background: #005482;
}
.boxComment_danhgia li {
	padding-bottom: 10px;
	font-size: 17px;
	color: #333;
	list-style: none;
	font-weight: 500;
}
.box_dg_ch {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid #CCC 1px;
}
.name_coment {
	margin-bottom: 20px;
}
.name_coment.name_coment_2 {
	margin-bottom: 10px;/* padding-bottom:10px; *//* border-bottom:solid #CCC 1px; */
}
.name_coment li {
	line-height: 25px;
	list-style: none;
	float: left;
	background: #b3b3b3;
	color: #fff;
	text-align: center;
	padding: 3px;
	width: 25px;
	font-size: 17px;
}
.name_coment li.admin_images {
	line-height: 0;
	padding: 0;
	width: 40px;
}
.name_coment li.admin_images img {
	width: 100%;
	height: auto;
}
.name_coment ul {
	float: left;
	padding-left: 15px;
	color: #666;
	width: 90%;
}
.name_coment ul h3 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
}
.name_coment ul h3 span {
	font-size: 14px;
	padding-left: 20px;
	color: #666;
	font-weight: 500;
}
.name_coment ul h4 a {
	font-size: 15px;
	color: #337ab7;
	font-weight: 500;
	text-transform: capitalize;
}
.name_coment ul h4 a:hover {
	text-decoration: underline;
}
.box_admin_cm {
	background: #f1f1f1;
	padding: 20px 30px;
	margin-left: 30px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
}
.box_admin_cm:before {
	content: '';
	position: absolute;
	top: -9px;
	left: 20px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #f4f4f4;
}
.box_dangnhap_popup h2 {
	float: right;
	margin-left: 20px;/* margin-right: 10px; */
}
.box_dangnhap_popup h2 a {
	background: #1F9CBB;

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	cursor: pointer;
	width: auto;
	margin: auto 0;
	padding: 5px 40px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border: double #ffffff 4px;
}
.box_dangnhap_popup h2 a:hover {
	color: #fff;
	background: #005482;
}
.ungtuyen_popup {
	padding: 20px;
	width: 400px;
}
.ungtuyen_popup label {
	margin-left: 5px;
	display: block;
	margin-top: 0;
	font-size: 16px;

	margin-bottom: 5px;
	line-height: 35px;
}
.ungtuyen_popup input[type="checkbox"] {
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
	margin-right: 7px;

}
.book_phong_popup li a {
	color: #f01111;
	font-size: 15px;
	float: right;
	font-style: italic;
	font-weight: 500;
}
.book_phong_popup li a:hover {
	color: #f01111;
	text-decoration: underline;
}
.quenmatkhau {
	display: inline-block;
	float: left;
	list-style: none;
	color: #f01111;
	padding-right: 30px;
}
.quenmatkhau li {
	list-style: none;
	color: #333;
}
.quenmatkhau li a {
	color: #f01111;
	font-size: 15px;
	float: right;
	font-style: italic;
	font-weight: 500;
}
.quenmatkhau li a:hover {
	color: #f01111;
	text-decoration: underline;
}
.bt-login {
	color: #333;
	list-style: none;
}
.bt-login a {
	color: #1f9cbb;
	margin-bottom: 15px;
}
.bt-login a:hover {
	color: #005482;
	text-decoration: underline;
}
.box_home_top {
	padding: 0.5%;
}
.banner_bosuutap {
	float: left;
	width: 32.3333%;
	margin: 0.5%;
	position: relative;
}
.banner_bosuutap li, .banner_bosuutap li img {
	list-style: none;
	line-height: 0;
	position: relative;
	overflow: hidden;
	display: block;
	height: auto;
	width: 100%;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-border-radius: 50%;
}
.tour_id ul li img:hover, .ttvb_home_l ul li img:hover, .ttvb_home_c ul li img:hover, .banner_bosuutap li img:hover, .tintuc_home_id ul li img:hover, .thuvienanh_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}
.title_home_bg ul{
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}
.title_home_bg ul h3{
	padding-bottom: 20px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 50px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	color: #5ff0f4;
}
.title_home_bg ul p{
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    line-height: 30px;
    width: 70%;
}
.support_home_box{
	padding-top: 50px;
	background: #f5f5f5;
	position: relative;
	padding-bottom: 30px;
}
.support_home_box:after {
    background: url(../images/bg_7.png) center bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 100%;
    height: 40px;
}

.support_home_id ul{
	float: left;
	margin: 20px;
	width: 260px;
	text-align: center;
	margin-bottom: 0;
}
.support_home_id ul li{
	list-style: none;
	line-height: 0;

}
.support_home_id ul li img{
	width: auto;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.support_home_id ul h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: #005482;
	padding-bottom: 5px;
	padding-top: 15px;
	text-transform: uppercase;
}
.support_home_id ul p i{
	padding-right: 7px;
	
}
.support_home_id ul p a{
	color: #333;
	
}
.support_home_id ul p a:hover{
	color: #1F9CBB;
	
}

/*Edit*/
.lang_top p{margin: 12px 0 0 5px;}
.header{background: #fff}
.hotline_header ul li i,.hotline_header ul h3 {color: #f00}
.hotline_header ul h3 span,.giohang_top i,.giohang_top h3{color: #005482}

/*End Edit*/

/*Search Popup*/
#popup_search .search{position: relative;}
#popup_search .input_search {
    padding: 5px 20px 5px 70px;
    height: 40px;
    width: 100%;
    color: #999;
    background: none;
    border: none;
    font-size: 15px;
    box-sizing: border-box;
}
#popup_search .input_search:focus {
    color: #000;
}
#popup_search .search a {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    box-sizing: border-box;
    text-indent: -10000px;
    background: url(../library/images/icon/search-trang.png) no-repeat center center;
    background-color: #111;
    background-size: 22px;
    border-left: 0px;

    padding: 10px;
    border-radius: 5px 0 0 5px;
}
#popup_search .search a:hover {
    background-color: #efa506;
}
/*END Search Popup*/
/*NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt Button More*/
.button_more a{color: #fff;background-color: #efa506;box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.15);border-radius: 50px;margin-top: 15px;vertical-align: middle;font-size: 16px;font-weight: 500;padding: 7px 25px;transition: .3s ease-out;text-transform: capitalize;display: inline-block;}.button_more a:hover{color:#fff;background: #ea7d06;}
/*End NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt Button More*/
/*NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt Call mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·c ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹nh - widget.css*/
.dmd-phone .hotline {font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;color: #fff;font-size: 21px;position: fixed;background: #c70808;left: 80px;bottom: -4px;width: 100%;text-align: center;padding-left: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-o-border-radius: 50px;-ms-border-radius: 50px;line-height: 45px;padding-right: 20px;font-weight: normal;}.dmd-phone .hotline a{color: #fff;}
.dmd-phone{position:fixed;visibility:hidden;background-color:transparent;width:120px;height:120px;cursor:pointer;z-index:200000!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;left:-40px;bottom:42px}.dmd-phone.dmd-show{visibility:visible}.dmd-phone:hover{opacity:1}.dmd-ph-circle{width:120px;height:120px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);border:2px solid #bfebfc 9;opacity:.1;-webkit-animation:dmd-circle-anim 1.2s infinite ease-in-out;-moz-animation:dmd-circle-anim 1.2s infinite ease-in-out;-ms-animation:dmd-circle-anim 1.2s infinite ease-in-out;-o-animation:dmd-circle-anim 1.2s infinite ease-in-out;animation:dmd-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.dmd-phone:hover .dmd-ph-circle{border-color:#bf202f;opacity:.5}.dmd-phone.dmd-green:hover .dmd-ph-circle{border-color:#555;opacity:.5}.dmd-phone.dmd-green .dmd-ph-circle{border-color:red;opacity:.5}.dmd-ph-circle-fill{width:80px;height:80px;top:60px;left:60px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;animation:dmd-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.dmd-phone:hover .dmd-ph-circle-fill{background-color:rgba(240,95,160,.5);background-color:#bf202f 9;opacity:.75!important}.dmd-phone.dmd-green:hover .dmd-ph-circle-fill{background-color:rgba(0,0,0,.5);background-color:#baf5a7 9;opacity:.75!important}.dmd-phone.dmd-green .dmd-ph-circle-fill{background-color:red;opacity:0!important}.dmd-ph-img-circle{width:40px;height:40px;top:80px;left:80px;position:absolute;background:rgba(30,30,30,.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;-webkit-background-size:80%;background-size:80%;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.9;-webkit-animation:dmd-circle-img-anim 1s infinite ease-in-out;-moz-animation:dmd-circle-img-anim 1s infinite ease-in-out;-ms-animation:dmd-circle-img-anim 1s infinite ease-in-out;-o-animation:dmd-circle-img-anim 1s infinite ease-in-out;animation:dmd-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.dmd-phone:hover .dmd-ph-img-circle{background-color:#bf202f}.dmd-phone.dmd-green:hover .dmd-ph-img-circle{background-color:#f60}.dmd-phone.dmd-green .dmd-ph-img-circle{background-color:red}@-moz-keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-webkit-keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-o-keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@keyframes dmd-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes dmd-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@keyframes dmd-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
/*NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºt Call mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·c ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹nh - widget.css*/
/*rightNav*/
/*.rightNav{position:fixed;right:0;top:25%;z-index:9999;padding:0}.rightNav .button{position:relative;display:block;width:40px;height:40px;line-height:40px;text-align:center;color:#fff;text-transform:uppercase;background:#ec2f34;text-decoration:none!important;font-size:20px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}.rightNav .button:hover>span{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);-webkit-transform-origin:0;-moz-transform-origin:0;transform-origin:0;opacity:1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}.rightNav .button>span{position:absolute;top:0;right:100%;bottom:0;padding:0 20px;background:#ea7d06;color:#fff;line-height:inherit;text-align:center;font-size:13px;white-space:nowrap;font-family:Arial,Helvetica,sans-serif;font-weight:600;border-right:solid 1px #fff;-webkit-transform:rotateY(-90deg);-moz-transform:rotateY(-90deg);-ms-transform:rotateY(-90deg);-o-transform:rotateY(-90deg);transform:rotateY(-90deg);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;transform-origin:100% 50%;opacity:0}.rightNav .button+.button{margin-top:1px}.rightNav .button.color_linkedin{background:#0073b0}.rightNav .button.color_youtube{background:#f15a4b}.rightNav .button.color_facebook{background:#3a559f}.rightNav .button.color_instaram{background:#0078d7}.rightNav .button.color_facebook:hover,.rightNav .button.color_instaram:hover,.rightNav .button.color_linkedin:hover,.rightNav .button.color_youtube:hover{background:#ed1c24}.rightNav .button img{vertical-align: middle;margin-bottom: 6px;}*/
/*End rightNav*/
/*-------- Custom --------*/
.hidden{display: none !important;}.show{display: block !important;}.inline{display: inline !important;}.inline_block{display: inline-block !important;}.cur{cursor: pointer;}.left{float: left;}.right{float: right;}.clr,.clear{clear: both;}.dmd-phone{left: -60px !important;bottom: 30px !important;}
.w100{width: 100px;}.w120{width: 120px;}.w140{width: 140px;}.w160{width: 160px;}.w180{width: 180px;}.w200{width: 200px;}.w300{width: 300px;}.w400{width: 400px;}.w500{width: 500px;}.wfull{width:100%!important}
.fsize10{font-size: 10px!important;}.fsize12{font-size: 12px!important;}.fsize14{font-size: 14px!important;}.fsize16{font-size: 16px!important;}.fsize18{font-size: 18px!important;}.fsize20{font-size: 20px!important;}.fsize25{font-size: 25px!important;}.fsize30{font-size: 30px!important;}.fsize40{font-size: 40px!important;}.fsize50{font-size: 50px!important;}.fsize60{font-size: 60px!important;}
.padding0{padding:0px !important;}.padding5{padding:5px;}.padding10{padding:10px;}.padding15{padding:15px;}.padding20{padding:20px;}
.paddingleft5{padding-left:5px !important;}.paddingleft10{padding-left:10px !important;}.paddingleft15{padding-left:15px !important;}.paddingleft20{padding-left:20px !important;}
.paddingright5{padding-right:5px !important;}.paddingright10{padding-right:10px !important;}.paddingright15{padding-right:15px !important;}.paddingright20{padding-right:20px !important;}.paddingright25{padding-right:25px !important;}.paddingright30{padding-right:30px !important;}
.paddingbottom5{padding-bottom:5px !important;}.paddingbottom10{padding-bottom:10px !important;}.paddingbottom15{padding-bottom:15px !important;}.paddingbottom20{padding-bottom:20px !important;}
.paddingtop5{padding-top:5px !important;}.paddingtop10{padding-top:10px !important;}.paddingtop15{padding-top:15px !important;}.paddingtop20{padding-top:20px !important;}
.margin5{margin:5px;}.margin10{margin:10px;}.margin15{margin:15px;}.margin20{margin:20px;}.margin25{margin:25px;}.margin30{margin:30px;}
.margintop0{margin-top:0px !important;}.margintop5{margin-top:5px !important;}.margintop10{margin-top:10px !important;}.margintop15{margin-top:15px !important;}.margintop20{margin-top:20px !important;}.margintop25{margin-top:25px !important;}.margintop30{margin-top:30px !important;}
.marginleft0{margin-left:0px !important;}.marginleft5{margin-left:5px !important;}.marginleft10{margin-left:10px !important;}.marginleft15{margin-left:15px !important;}.marginleft20{margin-left:20px !important;}.marginleft25{margin-left:25px !important;}.marginleft30{margin-left:30px !important;}
.marginright0{margin-right:0px !important;}.marginright5{margin-right:5px !important;}.marginright10{margin-right:10px !important;}.marginright15{margin-right:15px !important;}.marginright20{margin-right:20px !important;}.marginright25{margin-right:25px !important;}.marginright30{margin-right:30px !important;}
.marginbottom0{margin-bottom:0px !important;}.marginbottom5{margin-bottom:5px !important;}.marginbottom10{margin-bottom:10px !important;}.marginbottom15{margin-bottom:15px !important;}.marginbottom20{margin-bottom:20px !important;}.marginbottom25{margin-bottom:25px !important;}.marginbottom30{margin-bottom:30px !important;}
.marginauto{margin: 0 auto!important}.text_center{text-align:center;}
.rong10{width:10px !important;}.rong12{width:12px !important;}.rong14{width:14px !important;}.rong16{width:16px !important;}.rong18{width:18px !important;}.rong20{width:20px !important;}.rong25{width:25px !important;}.rong30{width:30px !important;}.rong35{width:35px !important;}.rong40{width:40px !important;}.rong45{width:45px !important;}.rong50{width:50px !important;}
.border_none{border: none !important;}.border_red{border:solid 1px #f73409!important}.no_margin{margin: 0 !important;}.text_linethrough{text-decoration: line-through;}
.blue{color: blue !important;}.red{color: red !important;}.cam{color:#F60!important;}.hong{color:#E71D66!important}.trang{color:#fff!important}.den{color:#333!important}.green{color: green!important}.bold{font-weight: bold!important;}
.color1{color: #efa506!important;}.color2{color: #ea7d06!important;}.color3{color: #191E38!important;}.bgcolor1{background: #efa506!important;}.bgcolor2{background: #ea7d06!important;}.bgcolor3{background: #191E38!important;}.bgtrang{background: #fff!important;}.bgcam{background: #F60!important}.bgxam{background: #5a5a5a!important;}
.flex_wrap,.flex-wrap{display: flex;flex-wrap: wrap;display: -webkit-flex;-webkit-flex-wrap: wrap;}.menu_mb,.cart_mb{display: none;}.search-empty{text-align: center;font-size: 20px;margin: 30px 0;}.dis_per{text-decoration: none!important;color: #f00!important;}
#sort{margin: 0!important;background: #fff;padding: 10px 0;padding-top: 0}#sortby{height: 30px;background: #fff;color: #444;font-weight: 500;font-style: italic;padding: 0 5px;}#sort .left p {display: inline-block;margin-right:10px;font-size:15px}
.code{display: block;position: relative;margin-bottom: 10px;}.code span{position:absolute;right:0;top:0;line-height:42px;padding:0 10px;font-weight:700;z-index:2;letter-spacing:1px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;line-height:0;padding-right:10px;padding-top:6px;line-height: 0;padding-right: 10px;padding-top: 6px!important;z-index: 1!important;}.code span img{width: 100%;height: auto;}
.relative{position:relative!important}.absolute{position:absolute!important}img#kytu_mail{display:inline;}.showText p a{color:blue}.showText p a:hover,.showText p u{text-decoration: underline;}#back-top a svg {display: block;padding:0;font-size: 30px;color: #fff;}
.text_trans_ini{text-transform: initial;}
.showText figure {margin: 10px 0 20px 0;padding: 6px;box-sizing: border-box;border: 1px solid #eee;-webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 15%);-webkit-transition: all .3s ease;}.showText figcaption{text-align:center;font-size: 15px;line-height: 18px;padding-top: 10px;max-width: 800px;color: #555;}.showText iframe {max-width: 100%;}.formBox li.mess{margin-bottom: 2px}
@keyframes nhapnhay{0%{opacity:1}50%{opacity:0.2}100%{opacity:1}}
#bridal_images .mousetrap{cursor: zoom-in!important;}
input#ip_sentmail{text-transform: initial;}
/*Menu C2*/
/*.menu > li > ul > li:hover {z-index: 3;}.menu > li > ul > li:hover > a {padding: 0 5px;background: rgba(255, 255, 255, 0.2);border-color: transparent;}.menu > li > ul > li:hover > ul {opacity: 1;visibility: visible;transform: none;-webkit-transform: none;-moz-transform: none;}.menu ul ul {position:absolute;top:15px;left: 104%;width:auto;min-width: 140px;margin: 0;padding: 0;padding-top: 0;visibility:hidden;opacity:0;z-index:9999;display: block;transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;transform-origin: center top 0px;-moz-transform-origin: center top 0px;-webkit-transform-origin: center top 0px;transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);-moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);-webkit-box-shadow:1px 2px 2px 0 rgba(50,50,50,0.4);-moz-box-shadow:1px 2px 2px 0 rgba(50,50,50,0.4);box-shadow:1px 2px 2px 0 rgba(50,50,50,0.4)}.menu ul li:hover ul {visibility:visible;opacity:1}.menu ul li:hover ul li:hover {z-index: 3;}.menu ul li:hover ul li:hover > a {padding: 0 12px 0 12px;background: rgba(255, 255, 255, 0.2);border-color: transparent;}.menu ul li ul:before {content: "";border: solid 7px transparent;border-right-color: #ed3235;width: 0;height: 0;position: absolute;top: 12px;left: -14px;z-index: 2;}.menu ul ul li {position: relative;margin: 0;color: #fff;font-weight: 500;font-size: 14px;padding: 0 15px;background: #ed3235;}.menu ul ul li:first-child {padding-top: 5px;border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;-ms-border-radius: 3px 3px 0 0;}.menu ul ul li:last-child {padding-bottom: 5px;border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;-moz-border-radius: 0 0 3px 3px;-o-border-radius: 0 0 3px 3px;-ms-border-radius: 0 0 3px 3px;}.menu ul ul li:last-child > a {border: none;}.menu ul ul li a {display: block;white-space: nowrap;color: inherit;line-height: 32px;background: rgba(255, 255, 255, 0);border-bottom: solid 1px rgba(255, 255, 255, 0.2);padding: 0 24px 0 0;text-decoration: none !important;text-transform: capitalize;font-size: 13px;text-align: left;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;}*/
/*Menu C2*/
/*PhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢n trang*/
.phantrang {text-align:center; padding:0px;}.phantrang a {font-size: 14px;display: inline-table;margin: 0 4px 0 0;padding: 0px;line-height: 25px;height: 28px;width: 28px;table-layout: inherit;text-align: center;color: #fff;background: #191e38;border: double #ffffff 0px;text-decoration: none;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 0px;}
.phantrang a.stay{ background: #191e38;font-size: 14px;line-height: 25px;}
.phantrang a.vuong2{background: #efa506;}.phantrang a:hover { opacity: .8; }.total_item_page{text-align: center;position: initial;top: 7%;right: 10px;color: #999;font-size: 15px;}#search .total_item_page{top:110px;}p.require {display: inline-block;color: red;}
/*End PhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢n trang*/
/*popup*/
.autohide{display: none;}.fullbackground {position: fixed;top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.5); z-index: 99999; display:none;}
.closewindows{text-align: center;font-size: 22px;color: #fff;background-color: rgba(0,0,0,0.5);border-radius: 50%;line-height: 25px;height: 30px;width: 30px;position: absolute;z-index: 2;top: -14px;right: -14px;cursor: pointer;border: 1px solid #fff;}
.taoweb_class{width:90% !important;max-width: 600px !important;height:auto;border-radius:5px;border:0px solid #FFF; margin-top: 50px;}
.taoweb_class{position: fixed;top: 10px;bottom: 0;left: 0;right: 0;z-index: 999999;font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;}
.taoweb_class .vangnhe{width: 60%;}.indeeep {width:100%;}
.box_in_form {border: 1px solid #EEE;padding: 15px;box-sizing: border-box;background: #FFF;border-radius: 5px;}
.taoweb_title {text-align: center;margin-bottom: 15px;color: #363738;font-size: 35px;height: 35px;line-height: 100%;}
.taoweb_input{color:#000;font-size:16px;width:100%;border:1px solid #999;background:#eee;padding:10px; box-sizing: border-box; border-radius:5px;height:30px;}.taoweb_input:focus{border:1px solid #21A5C6;}
.submitbutton_form{display: block;background: #6f6d6d;font-size: 14px;color: #fff;float: left;padding: 0 5px;line-height: 32px;text-transform: capitalize;font-weight: normal;margin-top: 3px;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;}.submitbutton_form:hover{background: #6f6d6d;}
.img_login {display: none;}
.pop_title {font-size: 19px;padding: 10px 0 10px 0;color: #363738;font-weight: normal;}
.xam {color: #CCC !important;}
a.fb, a.fb:link, a.fb:visited {font-size: 16px;color: #FFF;text-decoration: none;background: #3b5998;padding: 10px;display: inline-block;}
a.gg, a.gg:link, a.gg:visited {font-size: 16px;color: #FFF;text-decoration: none;background: #DF4A32;padding: 10px;display: inline-block;}
a.fb:hover,a.gg:hover {color: #8b9dc3;text-decoration: none;}
#save_info p a:hover{text-decoration: underline;}
input.class_do:focus,textarea.class_do:focus{border:1px solid red!important;box-shadow:0 0 2px red!important;-moz-box-shadow:0 0 2px red!important;-webkit-box-shadow:0 0 2px red!important;outline-color:red!important}
#popup_cookie{max-width: 60% !important;top: 50%;left: 50%;bottom: initial;transform: translate(-50%, -50%);margin-top: 0;}#popup_cookie img{width: 100%; height: auto;}
.taoweb_class{top: 50%;left: 50%;bottom: initial;transform: translate(-50%, -50%);margin-top: 0;}
#popup_product{max-width: 940px !important;top: 52%;}.step_10 .chitiet_sp>li{width: 34%;}.step_10 .chitiet_sp>ul{width: 64%;}
/*End popup*/
/*Wishlist Chi tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿t SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n PhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m*/
.wishlist_link{text-align:center;border-top:4px double #e0e0e0;padding-top:5px}.wishlist_link ul{text-align:left}.wishlist_link ul li{display:inline-table;list-style:none;color:#323232;font-size:17px;margin:0 5px}.wishlist_link ul li a{color:#323232}.wishlist_link ul li a:hover{color:#363738}.wishlist_link ul li i{padding-right:5px}
/*End Wishlist Chi tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿t SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n PhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m*/
/*ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯u ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£i Widget Chi tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿t SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n PhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m*/
.uudai_widget{margin:5px 0;border:1px dashed #ff4c3b}.uudai_widget .title{border-bottom:1px dashed #ff4c3b;padding:8px 10px;background:#ff4c3b;color:#fff;font-size:15px;font-weight:400;line-height:16px}.uudai_widget .content{padding:10px 10px 5px 10px;background:#f5f5f5;font-size:15px;color:#333}.uudai_widget .content li{list-style:none;line-height:18px;margin-bottom:5px}.uudai_widget .content a{color:#0e57b7}.uudai_widget .content a:hover{text-decoration:underline}
/*End ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯u ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£i Widget Chi tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿t SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n PhÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m*/
/*Menu Account Show*/
.icon_user{height: 30px;list-style: none;position: relative;padding-right: 0px !important;}.icon_user .alert_num{position: absolute;left: 7px;top: 0px;padding: 0;text-align: center;}.icon_user .alert_num span{background: red;color:#fff!important;line-height: 12px;font-size: 11px!important;padding: 1px 2px;border-radius: 3px;height: 12px;display: block;}.icon_user p{line-height: 30px;display:inline;text-transform: capitalize;}.icon_user img{float:left;width:25px!important;height:auto!important;border:solid #999 1px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-right:5px!important;background:#fff;padding:1px;margin-top:0!important;}.login_popup{position:absolute;z-index:99999;right:0;top:30px;font-family:'Roboto Condensed',Arial,Helvetica,Tahoma,sans-serif}.muitenlen{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ed3235}.question_in{border:1px solid #ed3235;background:#FFF;width:200px;border-radius:7px 0 7px 7px}a.question_a,a.question_a:link,a.question_a:visited{border-radius:5px;width:100%;font-size:16px;border-bottom:1px dotted #999;background:#FFF;outline:none!important;color:#ed3235!important;text-decoration:none;box-sizing:border-box;padding:10px;float:left;text-align:left;text-transform:capitalize;font-weight:400;line-height:20px}a.question_a:hover{color:#fff!important;background:#ed3235;text-decoration:none!important}a.question_a svg{color:#ed3235;}a.question_a:hover svg{color:#fff;}
/*End Menu Account Show*/
/*Cart*/
#full_content {width: 100%;border: solid #CCC 1px;padding: 15px;margin-bottom: 20px;background: #fff;position: relative;box-sizing: border-box;}.conten_page_sp{padding-top:30px;padding-bottom:30px;}.cart-sec {padding: 15px;}.cart-item {width: 9%;float: left;margin-right: 10px;}.cart-item img {width: 100%;float: left;}.cart-item-info {width: 100%;float: none;font-size: 15px;}.check {margin-top: 0;padding: 0;}.cart-item-info h3 {font-size: 1.2em;font-weight: 600;line-height: 24px;}.cart-item-info h3 a {font-weight: normal;color: #000;font-size: 18px;}.cart-item-info h3 a:hover {color: #363738;}.cart-item-info h3 span {display: block;font-weight: 400;font-size: 13px;line-height: 17px;margin: 3px 0;}.size_3 {width: 100%;}span.tb_tong, span.discount, span.ship_cost {text-align: right;}.last_price span.tb_tongtien {float: right;}.delivery {margin-top: 5px;}.delivery p {color: #666;font-size: 15px;font-weight: 400;}.delivery span {color: #666;font-size: 1em;font-weight: bold;color: #f00;}.cart-item-info h4 span {font-size: 0.65em;font-weight: 400;}
.close1,.close2,.close3,.close4 {text-align: center;cursor: pointer;width: 20px;height: 22px;position: absolute;right: 2px;top: 2px;-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-header{position: relative;margin-bottom: 20px;background: #fff;-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.cart-header path{color: red}
a.order{background: #efa506;padding: 8px 20px;/*font-family: 'Lato', sans-serif;*/font-size: 16px;color: #fff;text-decoration: none;display: block;font-weight: 400;text-align: center;margin-top: 20px;text-transform: capitalize;border-radius: 5px;}a.order:hover {background: #ff4c3b;}.total-item, .cart-items {margin-top: 0em;padding-bottom: 2em;}.total-item h3 {color: #333;font-size: 1.1em;margin-bottom: 1em;}.total-item h4 {font-size: 0.8em;font-weight: 600;color: #9C9C9C;display: inline-block;margin-right: 6em;}a.cpns {background: #EF5F21;color: #fff;font-family: 'Lato', sans-serif;padding: 10px;font-size: 0.8em;font-weight: 600;}a.cpns:hover {background: #000;}.total-item p {font-size: 0.9em;font-weight: 400;margin-top: 1em;}.total-item p a {color: #727272;}.total-item p a:hover {color: #000;text-decoration: underline;}a.continue {background: #1b273d;padding: 8px 10px;/*font-family: 'Lato', sans-serif;*/font-size: 16px;color: #fff;text-decoration: none;text-transform: capitalize;display: block;font-weight: 400;text-align: center;margin-bottom: 15px;}a.continue:hover {background: #efa506;}ul.total_price {padding: 0;margin: 10px 0 0 0;list-style: none;}ul.total_price li.last_price {width: 50%;float: left;font-size: 18px;color:#333;}ul.total_price li.last_price span{padding: 0;color: #f00;font-size: 18px;font-weight: 400;line-height: 24px;}.price-details {border-bottom: 1px solid #DDD9D9;padding-bottom: 10px;}.price-details h3{color: #333;font-size: 20px;margin-bottom: 10px;}.price-details span {width: 50%;float: left;color: #000;line-height: 30px;font-size: 17px;}.check h1 {font-size: 1.5em;margin-bottom: 2em;font-family: 'Lato', sans-serif;}
.title_cart{text-transform: capitalize;color: #333;font-size: 22px;line-height: 28px;padding-bottom: 10px;font-weight: normal;margin-bottom: 10px;border-bottom: 4px double #ccc;}.refresh_form{line-height: 18px;text-align: right;font-size:15px;color:blue;cursor:pointer;}
a.item_add1 {border-top-left-radius: 0;border-top-right-radius: 0;border-top-right-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 0;border-bottom-left-radius: 0;padding: 10px 15px;background: url(0) #f54d56;}a.item_add1:hover {background: rgb(3, 193, 167);text-decoration: none;color: #fff;}.btn_5 {padding: 25px 40px;font-size: 1.1em;}ul.qty {padding: 0;margin: 0;list-style: none;}ul.qty li {display: inline-block;margin-right: 2%;}ul.qty li:nth-child(3){margin-right: 0;}ul.qty li p {font-size: 16px;color: #333;line-height: 25px;}ul.qty li p span{margin-right: 5px;}
.col-md-9.cart-items{position: relative;min-height: 1px;float: left;width: 70%;}.col-md-4.cart-total {box-sizing: border-box;width: 28%;padding: 16px;float: right;position: relative;min-height: 1px;background: #fff;padding-top: 15px;-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
ul.qty input { width: 45px; text-align: center; padding: 5px;}.delivery p.left { float: left; }.delivery p.right { float: right; }.continue-shopping { padding-bottom: 30px; }#payment_method {float: left;width: 56%;margin-bottom: 30px;}#payment_method h3 {font-size: 16px;color: #00549d;font-weight: bold;padding-bottom: 0px;}#payment_method .payment_method_input {list-style: none;float: left;width: 100%;height: 25px;margin-bottom: 0px;cursor:pointer;}#payment_method .payment_method_input .radio_check {float: left;width: 20px;}.formBox #payment_method ul li input {border: solid 1px #E1E1E1;height: 38px;color: #999;padding: 0 10px 0 45px;}#payment_method .payment_method_input span {float: left;margin-left: 10px;width: 90%;background: none;font-weight: normal;color: #333;}#cart_list td .pro_del {background: #1b1851;font-size: 13px;padding: 8px 14px;font-weight: normal;color: #fff;}#cart_list td .pro_del:hover, .button a:hover, .continue-shopping a:hover {background: #6f6d6d;}.button.cart {margin: 15px 0;text-align: center;margin-bottom: 50px;}.button a {line-height: 35px;padding: 10px 20px;color: #ffffff;font-size: 15px;text-transform: uppercase;text-decoration: none;font-weight: lighter;background: #ffb700;}
.cart-empty {text-align: center;font-size: 20px;color: red;padding-top: 30px;}.continue-shopping {text-align: center;margin-top: 25px;}.continue-shopping a {background: #363738;font-size: 16px;padding: 10px 15px;font-weight: 400;color: #fff;text-transform: uppercase;}
/*End Cart*/
/*Checkout*/
.content_checkout h3.title{text-transform: uppercase;font-size: 25px;line-height: 30px;font-weight: normal;color: #363738;padding-bottom: 20px;}
.content_checkout{display:table; width: 100%;box-sizing: border-box;}
.content_checkout_two{display:table-header-group;}
.content_checkout_firth .cart-header{float: left;width: 49.5%;margin-left: 0}
.content_checkout_firth .cart-header:nth-child(2n+1){margin-right: 10px;}
.content_checkout_firth .cart-sec{padding: 10px;}
.content_checkout_firth ul.qty li p{font-size: 16px;}
.content_checkout_firth .cart-item.cyc {width: 14%;margin-right: 10px;}
.content_checkout_firth .cart-item-info {width: 100%;float: none;}
.content_checkout_firth #color{float: left;margin-right: 10px;}
.content_checkout_firth #size{float: right;}
/*.content_checkout_firth .cart-item-info h3{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}*/
.content_checkout_firth a.continue{width: 162px;}span.tb_tong, span.discount, span.ship_cost {float:right;text-align: right; }.last_price span.tb_tongtien { float: right; }
.right_contact .cart-total {width: 100%;box-sizing: border-box;}.right_contact ul.total_price {box-shadow: none;border: none;}#payment_method {float: none;width: 100%;margin-bottom: 0;}#payment_method .payment_method_input span {position: initial;margin-left: 0;width: initial;}#payment_method .content_payment {display: none;margin-top: 15px;width: 100%;}#payment_method .content_payment.show {display: inline-block;}#checkout .formBox .button {display: inline-block; float: none; margin-left: 0; margin-right: 10px;}#checkout .formBox li.code {display: none;}#payment_method li .showText {padding: 10px;border: 1px solid #1b1851;margin-left: 30px;}#payment_method li .showText p {line-height: 20px;padding-bottom: 5px;text-align: left;}#payment_method li .showText span {position: initial;line-height: initial;letter-spacing: initial;font-weight: initial;padding: 0;}#payment_method li .showText img { display: inline-block; }.submit_err { color: red; text-align: center; }.border_red { border: solid 1px #f73409 !important; }
/*MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£m giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
.coupon{margin-top: 10px; }.coupon a{text-transform: initial;font-size: 15px;padding: 5px 15px;;margin-left: 0px;color: #FFF;background: #f60;white-space: nowrap;border-radius: 5px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.coupon a:hover { background: #999; }#coupon, #diemtl {width: 60%;display: inline-block;margin: 0 5px 10px 0;}.coupon-error,.diemtl-error {color: red;display: inline-block;line-height: 22px;padding-top: 5px;}.coupon-success,.diemtl-success {color: #004394; font-weight: bold;display: inline-block;line-height: 22px;padding-top: 5px;}.coupon span{display: inline-block;font-size: 14px; line-height: 22px}
#diemtl_html ul.total_price{margin-top: 0}#diemtl_html ul.total_price li.last_price{margin-bottom: 0}#diemtl_html .tb_khautru{color:blue;font-size: 15px;letter-spacing: -1px}#diemtl_html .tb_khautru,#diemtl_html .tb_thanhtien{text-align: right;display: block;}
.title_tl{color:blue;line-height:18px;border-top: 1px solid #DDD9D9;padding-top: 10px;}.coupon .form-control {display: block;width: 92%;height: 40px;padding: 0px 10px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
/*End MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£m giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
/*PhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­n chuyÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n*/
.select_local select {height: 46px;width: 48%;box-shadow: 0 0 0 1px #d9d9d9;transition: all 0.2s ease-out;background-color: white;color: #333333;border-radius: 4px;display: block;box-sizing: border-box;padding: 0.94em 2.8em 0.94em 0.8em;word-break: normal;}.select_local select:nth-child(1) { float: left; }.select_local select:nth-child(2) { float: right; }
/*End PhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­n chuyÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n*/

#checkout .left_contact {float: left;width: 748px;}#checkout .right_contact {float: right;width: 450px;}#checkout .contact .left, #checkout .contact .right {width: auto;float: none;}#checkout .contact .left input, #checkout .contact .right input, #checkout .contact .right textarea {width: 100%;box-sizing: border-box;}.note_cart {margin-top: 15px;font-size: 16px;line-height: 22px;}
/*End Checkout*/
/*Order Info*/
#order_info { margin: 10px 0 0 0;}.order_info { margin-bottom: 30px; }.order_info h1,.order_info h3, .hoidap_title { text-transform: uppercase;font-size: 20px;line-height: 25px;font-weight: bold;color: #ed3235;padding-bottom: 20px;padding-top: 20px;text-align: center;}.order_info .left {width: 48%;float: left;}.order_info .right {width: 47%;float: right;padding-left: 30px;border-left: #ccc 2px solid;text-align: left;}.order_info p svg {color: #363738;}#ddsp p{font-size: 14px!important;width: 100px!important}
/*HÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âi ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡p ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n hÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng*/
.hoidap_dh .items {padding: 10px 0;margin-bottom: 10px;border-bottom: 1px solid #eee;}.hoidap_dh .left_content {display: table-cell;width: 36px;vertical-align: top;}.hoidap_dh .left_content img {background: #fff;border: solid #999 1px;border-radius: 50%;padding: 2px;width: 30px;height: 30px;}.hoidap_dh .right_content{display: table-cell;padding-left: 15px;color: #808080;font-size: 15px;line-height: 15px;}.hoidap_dh .content_item {line-height: 17px;font-size: 16px;color: #202020;margin-bottom: 10px;}.hoidap_dh .content_item a{color: #202020;}.hoidap_dh .question {overflow: hidden;background: #f5f5f5;padding: 10px;margin-bottom: 20px;}.question .title {font-size: 16px;color: #505050;line-height: 30px;font-weight: bold;}.question textarea {width: 100%;padding: 5px;height: 52px;resize: none;background-color: #fff;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;transition: all 0.2s liner;box-sizing: border-box;}.question button {width: 70px;height: 30px;margin-top: 5px;background: #fff;border: 1px solid #e1e1e1;border-radius: 2px;line-height: 30px;cursor: pointer;}.question textarea:focus, .question button:hover {-webkit-box-shadow: 0 0 4px #0164ff;box-shadow: 0 0 4px #0164ff;}

/*End Order Info*/
/*Order Check*/
.check_order {border: 4px double #aeaeae;border-radius: 5px;padding: 15px;width: 360px;box-sizing: border-box;}.check_order .col-md-3 {width: 100%;margin: 0;}
/*End Order Check*/
/*Account*/
#account {margin: 0;}
.account_info {margin-bottom: 20px; }
.account_info h2 {text-align: center;font-size: 18px;text-transform: capitalize;color: #004394;line-height: 32px;margin-bottom: 10px;}
.account_info .content {width: 420px;margin: auto;padding: 10px;border: 4px double #aeaeae;border-radius: 5px;box-sizing: border-box;}
.account_info select {width: 28%;margin-right: 5px;background: #fff;border: 1px solid #e8e8e8;-webkit-border-top-right-radius: 2px;-webkit-border-bottom-right-radius: 2px;-webkit-border-bottom-left-radius: 2px;-webkit-border-top-left-radius: 2px;-moz-border-top-right-radius: 2px;-moz-border-bottom-right-radius: 2px;-moz-border-bottom-left-radius: 2px;-moz-border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;-moz-background-clip: padding-box;-webkit-background-clip: padding-box;background-clip: padding-box;color: #414141;padding: 7px 10px;height: 38px !important;box-sizing: border-box;font-size: 14px;}
.account_info .bt-save {list-style-type: none;text-align: center;padding: 10px 0;}
.account_info .bt-save a {color: #fff;width: 120px;padding: 8px 14px;background: #ed3235;border-radius: 2px;text-transform: uppercase;}
.account_info .bt-save a:hover {background: #7d7a7a;}
.account_info label {color: #333;}
.account_info .other_color {color: red;margin-left: 5px;}
.account_info table {width: 100%;border-collapse: separate;border-spacing: 0 10px;}
.account_info table, .account_info th, .account_info td{border: none;padding: 0;height: initial;}
.account_info tr:nth-child(even),.account_info tr:hover{background: none}
.account_info table tr td.left {width: 120px;}
.account_info table tr td {line-height: 22px;vertical-align: baseline;}
.account_info .form-control {box-sizing: border-box;width: 100%;}
.account_info .field_sex {margin-right: 10px;}
.account_info .err span {color: red;}
.account_info .copy_link{position: absolute;top: 8px;right: 5px;font-size: 22px;}
#account #left_conten {float: left;width: 200px;}
#account #left_conten #box_id_left {margin-bottom: 10px;border: solid #CCC 1px;border-top: none;}
#account #left_conten #title_left_conten h4 {text-align: center;color: #fff;font-size: 16px;line-height: 35px;text-transform: uppercase;background: #ed3235;}
#account #left_conten #title_left_conten h4 p {padding: 10px;line-height: 18px;text-transform: capitalize;}
#account #left_conten #menu_left {padding: 5px;background: #fff;}
#account #left_conten #menu_left > ul {padding: 5px;border-bottom: 1px solid #CCC;}
#account #left_conten #menu_left ul .cata_name {position: relative;line-height: 18px;padding: 4px 0;color: #333;list-style: none;font-size: 14px;font-weight: 700;text-transform: uppercase;}
#account #left_conten #menu_left ul .cata_name a {color: #222;text-transform: capitalize;font-size: 16px;font-weight: 400;}
#account #left_conten #menu_left ul .cata_name a:hover, #account #left_conten #menu_left ul .cata_name.active a {color: #ed3235;}
#account #right_conten {float: right;width: 915px;border: solid #CCC 1px;padding: 15px;margin-bottom: 20px;background: #fff;position: relative;}
#account #right_conten .title{text-transform: uppercase;font-size: 25px;line-height: 30px;font-weight: normal;color: #f60;padding-bottom: 10px;}
#account #left_conten .title_page {position: relative;z-index: 1;line-height: 40px;background: #0b8342;border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;}
#account #left_conten .title_page p {color: #fff;font-size: 15px;font-weight: bold;text-align: left;padding: 0 10px;text-align: center;}
#account #left_conten .boder_right {border: solid #004394 1px;padding: 10px;border-top: none;margin-bottom: 10px;background: #fff;border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;}
#account #left_conten .timkiem_id p a {color: #004394;line-height: 25px;}
#account #left_conten .timkiem_id p a:hover { text-decoration: underline; }
/*--QuÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng, MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£m giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡, thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡o--*/
#cart_list #pro_tabs {margin: 10px 0;}
#cart_list .listtabs {display: block;overflow: hidden;border-bottom: solid #ed3235 4px;}
#cart_list .listtabs li {float: left;list-style: none;border-top: 2px solid #fff;}
#cart_list .listtabs li a {color: #fff;text-decoration: none;margin-right: 2px;display: block;padding: 0 10px;line-height: 30px;font-size: 14px;font-weight: 400;text-transform: initial;background: #555;border: solid #555 1px;}
#cart_list .listtabs li a:hover, #cart_list .listtabs li a.selected, #cart_list .listtabs li a.selected:hover {color: #FFF;background: #ed3235;border: solid #ed3235 1px;}
.danhsachdoonhang {text-align: center;/*max-height: 555px;overflow-x: hidden;*/}
.danhsachdoonhang ul {border-bottom: solid #CCC 1px;padding-bottom: 5px;margin-bottom: 5px;color: #666;}
.danhsachdoonhang ul .desc{padding: 10px;border: 3px double #aeaeae;line-height: 20px;}
.danhsachdoonhang .stt {min-height: 44px;width: 8%;float: left;display: table;}
.danhsachdoonhang .ngaythanhtoan, .danhsachdoonhang .hoadon, .danhsachdoonhang .chietkhau, .danhsachdoonhang .thanhtien {float: left;min-height: 44px;display: table;width: 23%;}
.danhsachdoonhang .stt p, .danhsachdoonhang .ngaythanhtoan p, .danhsachdoonhang .hoadon p, .danhsachdoonhang .chietkhau p, .danhsachdoonhang .thanhtien p {display: table-cell;vertical-align: middle;line-height: 15px;font-size: 14px;}
.alert_chuaxem{background:#edf2fa}.ngaythanhtoan.tieude{width: 68%;}.hoadon.ngaygui,.thanhtien.thaotac{width: 12%;}
#menu_left ul .cata_name{position: relative;}span.thongbao{position: absolute;background: red;color: #fff!important;top: -4px;right: -5px;margin: 0!important;padding: 0px 3px;float: none!important;font-size: 12px;line-height: 14px;border-radius: 3px;}#title_home2 li a span.thongbao{right: -15px;}
/*--End QuÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng, MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£m giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡, thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡o--*/
/*--SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªu thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch--*/ #account .page_pro_id{margin-top: 30px;}#account .total_item_page{top:0;right:10px;} /*--End SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªu thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ch--*/
/*--NÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡p tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Ân tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â i khoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n--*/
#method{margin-top: 15px;border-bottom: 1px solid #aaa;}#method .tieude{color: blue;font-weight: bold;text-transform: capitalize;font-size: 18px;line-height: 24px;margin-bottom: 15px;}#nganluong .menhgia{text-align: center;margin-bottom: 20px}#nganluong .menhgia a{border: 1px solid #aaa;padding: 5px 15px;border-radius: 5px;margin-top: 5px;font-weight: bold;color:#f00;display: inline-block;}#nganluong .menhgia a:hover{background:#eee;border: 1px solid red;}
/*--End NÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡p tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Ân tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â i khoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n--*/
/*End Account*/
/*Table Responsive*/
#table_responsive{background: #fff;}#table_responsive table, #table_responsive th, #table_responsive td{border: 1px solid #ccc}#table_responsive tr {background: #ffffff;}#table_responsive th {background: #00A3F0;color: #fff;font-weight: normal;padding: 5px;font-size: 17px;text-align: center;text-transform: capitalize;}#table_responsive tr:nth-child(even) {background-color: #f9f9f9;}#table_responsive td {padding: 5px;text-align: center;color: #444;font-size: 16px;line-height: 26px;}#table_responsive tr:hover {background-color: #f8f8f8;}#table_responsive td a{color:#444;text-transform: capitalize;}#table_responsive td a:hover{color:#ffb700}#table_responsive td a.pro_del {background: #363738;font-size: 15px;padding: 4px 10px 5px 10px;font-weight: normal;color: #fff;border-radius: 5px;text-transform: capitalize;}#table_responsive td a.pro_del:hover{background:#ffb700}#table_responsive .col_2, #table_responsive .col_3{width:120px}#table_responsive .col_4{width:300px}#table_responsive .col_5, #table_responsive .col_6{width: 90px}#table_responsive .price_old{color: #444;font-weight: normal;text-decoration: line-through;font-size: 15px;display: block;line-height: 18px;}
#table_responsive .mobile{display: none;}#table_responsive .mobile td:nth-child(1){width:120px;background: #00A3F0;color: #fff;}#table_responsive .mobile td{text-align: left;}#table_responsive .mobile.border_none td{background: #ffffff;height: 20px;}
/*End Table Responsive*/
/*Sao ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡nh giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
.ratings{padding:5px 10px 0 10px}
.rating-box{background:url(../library/images/rating_2.png) repeat-x scroll 0 0 rgba(0,0,0,0);font-size:0;height:15px;line-height:0;overflow:hidden;text-indent:-999em;width:75px}
.ratings .rating-box{width:90px!important;float:left;margin-right:8px}
.rating-box .rating{background:url(../library/images/rating_2.png) repeat-x scroll 0 100% rgba(0,0,0,0);float:left;height:14px}
.rating.sao10{width: 10%}.rating.sao20{width: 20%}.rating.sao30{width: 30%}.rating.sao40{width: 40%}.rating.sao50{width: 50%}.rating.sao60{width: 60%}.rating.sao70{width: 70%}.rating.sao80{width: 80%}.rating.sao90{width: 90%}.rating.sao100{width: 100%}
/*End Sao ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡nh giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
/*-------- End Custom --------*/

.why_home_box{
	
	background: url(../images/bg_3.jpg) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
    padding: 100px 0;
}
.why_home_box:before {
    background: url(../images/bg_5.png) center top no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.why_home_box:after {
    background: url(../images/bg_4.png) center bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 40px;
}
.why_home ul{
	float: right;
	width: 50%;
}
.why_home ul p{
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.why_home ul p i{
	padding-right: 15px;
	font-size: 25px;
	color: #5ff0f4;
}
.why_home ul h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #5ff0f4;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}

.why_home li {
	position: absolute;
	list-style: none;
	line-height: 0;
	left: 0;
	bottom: -100px;
	z-index: 0;
}
.why_home li img{
	width: auto;
	height: 330px;
}
.cttnang1 { -webkit-animation-name:cttnang1;
    -webkit-animation-duration:5s;
    -webkit-animation-iteration-count:infinite;
    animation-name:cttnang1;
    animation-duration:5s;
    animation-iteration-count:infinite; }
@-webkit-keyframes cttnang1 {
	0% {color: #fff;}
  25%{color:#ff0;}
  50%{color:#96d9f5;}
  75%{color:#ff0;}
  100% {color: #5ff0f4;}
}


.tour_id_home {
	float: left;
	position: relative;
	margin: 10px;
	width: 280px;
}
.tour_id_home li {
	list-style: none;
	line-height: 0;
	position: relative;
	overflow: hidden;
	display: block;
}
.tour_id_home li img {
	width: 100%;
	height: auto;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tour_id_home li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent, #00000099);
	transition: .3s all ease;
	z-index: 1;
}
.tour_id_home li img {
	width: 100%;
	height: auto;
	webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tour_id_home ul{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.tour_id_home ul h2 a {
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 15px;
	text-shadow: 1px 1px #333;
	padding-bottom: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.tour_id_home ul h2 a:hover {
	color: #ff0;
}
.tour_id_home ul p {
	font-size: 15px;
	line-height: 25px;
	text-transform: none;
	font-weight: normal;
	color: #fff;
	padding: 15px;
	padding-top: 0;
	text-shadow: 1px 1px #333;
}
.tour_id_home ul h3 {
	font-size: 19px;
	line-height: 30px;
	background: #D7252B;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	padding: 5px 15px;
}
.tour_id_home ul h3 span {
	padding-left: 10px;
	text-decoration: line-through;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
}
.tour_id_home ul h4 i {
	font-size: 17px;
	padding-right: 8px;

}
.tour_id_home ul h4 a {
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	background: #1f9cbb;
	display: block;
	padding: 5px 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.tour_id_home ul h4 a:hover{
	color: #fff;
	background: #005482;
}
