@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: #005780;
	color: #fff;
}
::-webkit-selection {
background-color:#005780;
color: #fff;
}
-webkit-::selection {
	background-color: #005780;
	color: #fff;
}
::-moz-selection {
background-color:#005780;
color: #fff;
}
.pagewrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.padding_pagewrap {
	padding: 0 10px;
}
.showText {
	font-size: 17px;
	line-height: 30px;
}
.showText p {
	padding-bottom: 10px;
}
.showText img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.showText ul {
	padding-bottom: 15px;
}
.showText ul li {
	margin-left: 35px;
}
.showText h2 {
	text-transform: uppercase;
	color: #0033f5;
	font-size: 27px;
	line-height: 32px;
	font-weight: normal;
	padding-bottom: 15px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.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);
	margin-top: 110px;
}
.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: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 2;
}
.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
	display: inline-block;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
	background: #0033f5;
	text-indent: -100000px;
	margin: 0 4px;
	-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 3px;
	border-radius: 50%;
	-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: #ff0000;
}
.pagiBanner_2, .pagiBanner_3 {
	position: relative;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
	width: auto;
	text-align: center;
	z-index: 10;
}
.box_title_banner {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
	width: auto;
}
.box_title_banner ul h2 {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	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;
}
.box_title_banner ul h3 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	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;
}
.box_title_banner ul h4 a {
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 25px;
	font-size: 15px;
	line-height: 40px;
	font-weight: normal;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	letter-spacing: 1px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
	margin-top: 5px;
	float: left;
	transition: .3s ease-out;
	border: solid 2px #fdfdfd;
	background: #146EAA;
}
.box_title_banner ul h4 a:hover {
	background: #FE0000;
}
.header_bottom {
	height: 110px;
	background: url(../images/bg_header.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 10px 0;
}
.logo_top {
	float: left;
	margin-left: 10px;
}
.logo_top li {
	float: left;
	list-style: none;
	line-height: 0;
}
.logo_top li img {
	height: 90px;
	width: auto;
}
.logo_top ul {
	float: left;
	padding-left: 30px;
}
.logo_top ul h3 {
	text-transform: uppercase;
	color: #f00;
	font-size: 42px;
	line-height: 45px;
	font-weight: 500;
	margin-bottom: 0;
	text-shadow: 2px 2px #fff;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: 2px;
	padding-top: 20px;
}
.logo_top ul h2 {
	text-transform: uppercase;
	color: #00803e;
	font-size: 23px;
	line-height: 35px;
	font-weight: 500;
	text-shadow: 2px 2px #fff;
	margin-top: 0;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: 0;
}
.box_menu.fixed {
	position: fixed;
	top: 0 !important;
	z-index: 99999;
	background: #fff;
	width: 100%;
}
.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;
}
.box_menu_load {
	background: #0033f59e;
	z-index: 3;
}
.box_menu {
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu * {
	list-style: none;
}
.menu > li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.menu > li > a {
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f8f8f8;
	font-weight: 500;
	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;
	padding: 0 20px;
}
.menu > li > a i {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 7px;
	color: inherit;
	font-size: 11px;
}
.menu > li > a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0px;
	height: 2px;
	background: #ed1c24;
	opacity: 0;
	z-index: 2;
	display: none;
}
.menu > li:hover > a {
	color: #fff;
	background: #0033f5;
}
.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;
}
.menu > li.active > a {
	color: #EF1E23;
}
.menu > li.active > a:after {
	left: 0;
	right: 0;
	opacity: 1;
}
.menu > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	min-width: 140px;
	z-index: 3;
	margin: 0;
	padding: 0;
	padding-top: 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: 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:before {
	content: "";
	border: solid 7px transparent;
	border-bottom-color: #ed3235;
	width: 0;
	height: 0;
	position: absolute;
	top: -14px;
	left: 17px;
	z-index: 2;
	display: none;
}
.menu > li > 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 {
	z-index: 2;
	position: relative;
	margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 0 15px;
	background: #0033f5;
	min-width: 220px;
}
.menu > li > ul > li:first-child {
	padding-top: 10px;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
}
.menu > li > ul > li:last-child {
	padding-bottom: 10px;
	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 > li > ul > li:last-child > a {
	border: none;
}
.menu > li > ul > li > a {
	display: block;
	white-space: nowrap;
	color: inherit;
	line-height: 40px;
	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: 17px;
	text-align: left;
	border-bottom: solid 1px rgba(212, 212, 212, 0.5);
	color: #fff;
}
.menu > li > ul > li > a > span {
	display: none;
}
.menu > li > ul > li:hover {
	z-index: 3;
}
.menu > li > ul > li:hover > a {
	padding: 0 12px 0 12px;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	background: #3b62f5;
	color: #fff;
}
.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a {
	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;
}
.projects-menu {
	background: #8bc53f;
	width: 832px;
	left: -200px;
	position: absolute;
	content: "";
	right: 0;
	top: 100%;
	z-index: 3;
	padding: 10px 10px 20px 10px;
	-moz-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: 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;
	display: block;
	float: left;
	width: 164px;
	margin: 0 10px;
	list-style: none;
	text-align: left;
	color: #fff;
}
.projects-menu li a:hover {
	padding: 0 12px 0 12px;
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
	background: #00803e;
	color: #fff;
}
.lang_top {
	float: right;
	margin-right: 10px;
	line-height: 45px;
}
.lang_top li {
	list-style: none;
	font-size: 22px;
	float: left;
	margin-left: 15px;
}
.lang_top li img {
	height: 25px;
	width: auto;
	margin-top: 10px;
	border: solid #ccc 2px;
	-moz-border-radius: 50%;
	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: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.lang_top li img:hover {
	border: solid #146eaa 2px;
}
.lang_top li a {
	color: #999;
}
.lang_top li a:hover {
	color: #146eaa;
}
.box_home_top {
	padding: 0px 0;
	max-width: 1600px;
}
.banner_bosuutap {
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
	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%;
}
.banner_bosuutap li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0033f5c4;
	transition: .3s all ease;
	z-index: 1;
}
.banner_bosuutap ul {
	position: absolute;
	left: 0;
	top: 10%;
	right: 0;
	z-index: 1;
	color: #fff;
	padding: 10%;
}
.banner_bosuutap ul h3 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
}
.banner_bosuutap ul p {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: #fff;
}
.banner_bosuutap ul h4 a {
	float: left;
	display: block;
	color: #ffffff;
	padding: 2px 20px;
	font-size: 13px;
	border: solid #ffffff 2px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	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: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	background: #0033f5;
}
.banner_bosuutap ul h4 a:hover {
	color: #fff;
	border: solid #ffffff 2px;
	background: #f00;
}
.box_auout_home {
	padding-top: 20px;
	padding-bottom: 40px;
}
.auout_home {
	padding-bottom: 0;
}
.auout_home li {
	float: left;
	list-style: none;
	line-height: 0;
	width: 500px;
}
.auout_home li img {
	height: 250px;
	width: 100%;
}
.auout_home ul {
	float: right;
	width: 650px;
}
.auout_home ul p {
	padding-bottom: 15px;
}
.auout_home ul h3 a {
	float: right;
	color: #00803e;
	text-transform: capitalize;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	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;
}
.auout_home ul h3 i {
	padding-left: 5px;
}
.about_more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -200px;
	z-index: 1;
}
.about_more ul {
	float: left;
	padding: 50px;
	width: 300px;
	background: #ed3235;
	color: #fff;
}
.about_more ul.bg_color_1 {
	background: url(../images/1.png) right bottom no-repeat #62a011;
}
.about_more ul.bg_color_2 {
	background: url(../images/2.png) right bottom no-repeat #00803E;
}
.about_more ul.bg_color_3 {
	background: url(../images/3.png) right bottom no-repeat #8bc53f;
}
.about_more ul h3 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
}
.box_pro_hometop {
	padding-bottom: 40px;
	padding-top: 40px;
}
.pro_home_id ul li img:hover, .tintuc_home_id ul li img:hover, .tintuc_page ul li img:hover, .list_pro_id ul li img:hover, .video_id ul li img:hover, .hinhanh_id ul li img:hover, .list_pro_id ul li img:hover, .download_style_id ul li img:hover {
	transform: scale(1.2);
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.pro_home_id ul {
	float: left;
	margin: 10px;
	width: 260px;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .3s ease;
	text-align: center;
	position: relative;
}
.pro_home_id.pro_home_id_2 ul {
	width: 256px;
	margin: 0 10px 20px 10px;
}
.pro_home_id.pro_home_id_3 ul {
	float: none;
	margin: 5px;
	margin-bottom: 20px;
	width: auto;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .3s ease;
	text-align: center;
	position: relative;
}
.pro_home_id ul p {
	color: #666;
}
.pro_home_id ul li, .pro_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%;
}
.pro_home_id ul h3 {
	color: #171C2B;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 5px;
	text-transform: uppercase;
	line-height: 27px;
	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;
}
.pro_home_id ul h4 {
	color: #ed3235;
	font-weight: normal;
	font-size: 20px;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 30px;
	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;
}
.pro_home_id ul:hover h3, .tintuc_home_id ul h3 a:hover, .list_pro_id ul:hover, .hinhanh_id ul:hover h3, .video_id ul:hover h3, .download_style_id ul h3 a:hover, .right_style_id ul h3 a:hover, .auout_home ul h3 a:hover {
	color: #f00;
}
.pro_home_id ul h4 span {
	color: #333;
	font-weight: normal;
	font-size: 17px;
	padding-left: 10px;
	text-decoration: line-through;
}
.tintuc_box_home, .download_beat_home {
	padding: 30px 0;
	background: #f8f8f8;
}
.left_tt_home {
	float: left;
	width: 820px;
}
.left_tt_home ul li, .left_tt_home ul li img {
	list-style: none;
	line-height: 0;
	position: relative;
	overflow: hidden;
	display: block;
	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);
}
.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .id_bds ul li img:hover, .project_home_id ul li img:hover, .list_pro_home ul li img:hover, .tintuc_page_id ul li img:hover, .doitac_id ul li img:hover, .sanpham_home_id ul li img:hover, .hinhanh_id ul li img:hover, .tintuc_home_id ul li img:hover, .pro_id ul li img:hover {
	transform: scale(1.2);
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.left_tt_home ul h3 a {
	display: block;
	padding: 15px 10px 10px 10px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
}
.left_tt_home ul h3 a:hover, .right_tt_home ul h3 a:hover, .id_bds ul:hover h3, .hinhanh_id ul:hover h3, .tintuc_home_id ul h3 a:hover {
	color: #f00;
}
.left_tt_home ul h4 {
	display: block;
	padding: 0 10px;
	color: #666;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
}
.left_tt_home ul h4 i, .right_tt_home ul h3 span i {
	padding-right: 5px;
}
.left_tt_home ul p {
	color: #666;
	line-height: 28px;
	padding: 5px 10px 15px 10px;
	text-align: justify;
}
.left_tt_home ul {
	float: left;
	margin: 0 10px;
	width: 390px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.right_tt_home {
	float: left;
	margin: 0 10px;
	width: 360px;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.right_tt_home ul {
	margin-bottom: 10px;
}
.right_tt_home ul li {
	float: left;
	list-style: none;
	line-height: 0;
	width: 150px;
	position: relative;
	overflow: hidden;
	display: block;
}
.right_tt_home ul 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);
}
.right_tt_home ul h3 {
	float: right;
	width: 165px;
}
.right_tt_home ul h3 a {
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
}
.right_tt_home ul h3 span {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	display: block;
	padding-top: 3px;
}
.marquee {
	overflow: hidden;
	height: 475px;
}
.marquee_2 {
	overflow: hidden;
	height: 500px;
}
.title_page_id, .title_page_id_2 {
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}
.title_page_id:after {
	content: "";
	display: inline-table;
	margin: 0;
	height: 2px;
	width: 90px;
	background: #fff;
}
.title_page_id_2:after {
	content: "";
	display: inline-block;
	margin: 0 auto;
	height: 2px;
	width: 90px;
	background: #0033F5;
	position: absolute;
	left: 0;
	right: 0;
}
.title_page_id ul h3 {
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.title_page_id ul p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 15px;
}
.title_page_id_2 ul h3 {
	font-size: 30px;
	color: #FF0000;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.title_page_id_2 ul p {
	font-size: 20px;
	color: #738790;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 15px;
}
.box_doitac_home {
	background: #f8f8f8;
	padding: 30px 0;
}
.logo_doitac ul {
	margin: 10px;
	width: calc(100% - 20px);
	padding: 10px;
	background: #fff;
	float: left;
	text-align: center;
	transition: all .3s;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.logo_doitac ul li {
	display: flex;
	align-items: center;
}
.logo_doitac ul li, .logo_doitac ul li img {
	max-width: 100%;
	max-height: 90px;
	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);
	position: relative;
	overflow: hidden;
	display: block;
}
.logo_doitac ul h3, .logo_doitac_page ul h3 {
	color: #495677;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 26px;
	padding-top: 15px;
	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;
	position: relative;
}
.logo_doitac_page ul {
	margin: 10px;
	width: 250px;
	padding: 15px;
	background: #fff;
	float: left;
	text-align: center;
	transition: all .3s;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.logo_doitac_page ul li, .logo_doitac_page ul 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);
	position: relative;
	overflow: hidden;
	display: block;
}
.logo_doitac ul:hover {
	transform: translateY(-10px);
	box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.newsletter_home {
	padding: 90px 0;
	position: relative;
}
.newsletter_home h3 {
	text-transform: uppercase;
	line-height: 40px;
	font-size: 35px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 0;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: 2px;
}
.newsletter_home p {
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	color: #fff;
}
.newsletter_home ul {
	width: 80%;
	margin-top: 20px;
}
.newsletter_home ul h2 a {
	float: right;
	box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	margin-top: 0px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 38px;
	letter-spacing: 0.025em;
	color: #fff;
	background-color: #0033F5;
	transition: .3s ease-out;
	text-transform: uppercase;
	display: inline-block;
}
.newsletter_home ul h2 a:hover, .home_out_services ul li a:hover, .box_title_banner ul h4 a:hover {
	box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
	color: #fff;
	background-color: #f00;
}
.title_id {
	padding-left: 20px;
	line-height: 30px;
	color: #ff0000;
	font-size: 25px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.title_id:after {
	content: "";
	display: -webkit-inline-box;
	clear: both;
	width: 9px;
	background: #0033f5;
	height: 30px;
	left: 0px;
	position: absolute;
	top: 1px;
	z-index: 2;
}
.col-md {
	width: 100%;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #666;
	background-color: #f9f9f9;
	background-image: none;
	border-bottom: 1px solid #ccc;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	resize: vertical;
	box-sizing: border-box;
	text-transform: capitalize;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.form-control:focus, .form-control-2:focus {
	border-bottom: 1px solid #1b2024;
	outline: 0;
	color: #1b2024;
}
.row-frm select {
	height: 45px !important;
	width: 100%;
	margin: 0;
}
.col-md-7 {
	width: 26%;
	float: left;
	margin-left: 18px;
	color: #666;
}
.newsletter_home:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/pattern.png) repeat center center rgba(0,0,0,0.2);
	transition: .3s all ease;
	z-index: 0;
}
.discount-tag-left {
	top: -5px;
	left: 15px;
	position: absolute;
	background: #ed3235;
	width: auto;
	padding: 5px 10px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
	z-index: 1;
	font-size: 15px;
	line-height: 20px;
	max-width: 35px;
}
.discount-tag {
	top: 5px;
	right: 15px;
	position: absolute;
	background: #ed3235;
	width: auto;
	padding: 5px 10px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
	z-index: 1;
	font-size: 15px;
	line-height: 20px;
	max-width: 35px;
}
.discount-tag:after, .discount-tag-left:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 22px solid transparent;
	border-top: 6px solid #ed3235;
	top: 30px;
	right: 0px;
}
.discount-tag:before, .discount-tag-left:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid #4c4b4c;
	border-left: 8px solid transparent;
	top: 0px;
	right: 44px;
}
.comment_face {
	margin-top: 20px;
	margin-bottom: 20px;
}
.placeNav_2 {
	position: absolute;
	top: 30%;
	z-index: 3;
	color: #fff;
	font-size: 60px;
	width: 30px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	opacity: 0;
}
.tintuc_home_id_slider .owl-prev, .tintuc_home_id_slider .owl-next, .placeNav, .placeNav_3, .placeNav_4 {
	cursor: pointer;
	position: absolute;
	top: 140px;
	z-index: 2;
	color: #fff;
	font-size: 35px;
	width: 40px;
	line-height: 35px;
	height: 40px;
	background: rgba(0, 0, 0, 0.24);
	text-align: center;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.placeNav.prev, .placeNav_2.prev {
	left: 5px;








}
.placeNav_2.next {
	right: 5px;
	text-indent: 3px;
}
.placeNav.next {
	right: 10px;
	text-indent: 3px;
}
.tintuc_home_id_slider .owl-prev, a {
	color: #f00;
}
a:hover {
	color: #ff1010;
}
.placeNav_3.prev, .placeNav_4.prev {
	left: 20px;
}
.tintuc_home_id_slider .owl-next, .placeNav_3.next, .placeNav_4.next {
	right: 20px;
	text-indent: 3px;
	left: auto;
}
.tintuc_home_id_slider:hover .owl-prev, .tintuc_home_id_slider:hover .owl-next, .placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3, .placeSlide_main:hover .placeNav_4 {
	opacity: 1;
}
.tintuc_home_id_slider .owl-prev:hover, .tintuc_home_id_slider .owl-next:hover, .placeNav:hover, .placeNav_3:hover, .placeNav_4:hover {
	color: #fff;
	background: #ed3235;
}
.placeNav_2:hover {
	color: #ed3235;
}
.placeSlide_main {
	position: relative;
	overflow: hidden;
}
.placeSlide, .placeSlide_doiac, .placeSlide_3, .placeSlide_4 {
	width: 1300px;
}
.footer_top {
	background: #0033f5;
	padding: 20px 0;
	/* background-size: cover; */
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.footer_top ul {
	float: left;
	margin: 0 10px;
	width: 640px;
}
.footer_top ul.face_bottom {
	width: 280px;
}
.footer_top ul.contact_footer {
	width: 520px;
}
.footer_top ul.contact_footer p {
	color: #fff;
}
.footer_top ul.contact_footer p img {
	height: 90px;
	width: auto;
}
.footer_top ul h3 {
	color: #ff0;
	font-weight: normal;
	font-size: 23px;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
	line-height: 35px;
	font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.footer_top ul li {
	list-style: none;
	border-bottom: dotted #FFFFFF 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
	float: left;
	margin-right: 20px;
	width: 193px;
	text-transform: capitalize;
}
.footer_top ul li a {
	color: #fff;
	display: block;
}
.footer_top ul li a:hover {
	color: #ff0;
}
#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;
	padding-top: 20px;
	margin-top: 20px;
	border-top: solid #CCC 1px;
	height: 35px;
}
.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;
	height: 35px;
	position: absolute;
	right: 10px;
	bottom: 3px;
}
.sharelink a img {
	background: none;
	border: solid #869fff 4px;
	padding: 2px;
	margin-left: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #0033F5;
}
.sharelink img:hover {
	background: #f00;
	border: solid #ff7e75 4px;
}
.bottom_id_copyright {
	text-align: center;
	color: #fff;
}
.bottom_id_copyright h3 {
	text-transform: uppercase;
	line-height: 40px;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 0;
	letter-spacing: 1px;
}
.bottom_id_copyright a {
	color: #fff;
	font-weight: normal;
}
.bottom_id_copyright a:hover {
	color: #ff0;
	text-decoration: underline;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 1;
}
#back-top a {
	display: block;
	width: 40px;
	line-height: 40px;
	background: #F44336;
	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: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}
#back-top a:hover {
	color: #fff;
	background: #ed2024;
}
.rightNav {

	position: fixed;
	right: 0;
	top: 25%;
	z-index: 100;
	padding: 0;
}
.rightNav .button {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #664336;
	text-decoration: none !important;
	font-size: 25px;
	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: #ed3235;
	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_youtube {
	background: #F15A4B;
}
.rightNav .button.color_facebook {
	background: #3A559F;
}
.rightNav .button.color_instaram {
	background: #0078D7;
}
.rightNav .button.color_instaram:hover, .rightNav .button.color_facebook:hover, .rightNav .button.color_youtube:hover {
	background: #ed3235;
}
.rightNav .button.color_instaram img {
	width: 35px;
	margin-top: 5px;
	height: auto;
}
.dmd-phone h2 {
	color: #fff;
	font-size: 21px;
	position: fixed;
	background: #ff4242;
	left: 80px;
	bottom: -5px;
	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;
}
.link_page ul li i {
	margin-right: 10px;
}
.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;
	color: #666;
}
.link_page ul li span i {
	margin: 0;
	float: none;
}
.link_page ul li span {
	float: left;
	line-height: 18px;
	padding: 2px 13px;
	height: 18px;
	width: auto;
}
.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: #f00;
}
.link_page h3 {
	text-transform: uppercase;
	color: #f00;
	font-size: 27px;
	line-height: 30px;
	position: relative;
	font-weight: bold;
	margin-left: 10px;
	float: left;
	font-family: 'Open Sans Condensed';
}
.link_page ul {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 20px;
}
.imges_id_page {
	height: 350px;
	margin-top: 110px;
	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;
	position: relative;
	z-index: 1
}
.tintuc_home_id ul {
	margin: 10px;
	float: left;
	width: 380px;
}
.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: 20px;
	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 h4 {
	color: #666;
	font-weight: normal;
	font-size: 17px;
	padding: 10px 0;
	text-transform: uppercase;
	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;
	text-transform: none;
	line-height: 27px;
}
.tintuc_home_box_2 {
	padding: 30px 0;
	background: #eee;
}
.nums {
	table-layout: auto;
	margin-top: 15px;
	text-align: center;
}
.nums ul {
	margin: 0 auto;
	display: inline-block;
}
.nums li {
	list-style: none;
	display: inline-block;
	float: left;
}
.nums a {
	font-size: 18px;
	display: block;
	margin: 0 6px 0 0;
	padding: 5px;
	line-height: 30px;
	height: 40px;
	width: 40px;
	table-layout: inherit;
	text-align: center;
	color: #fff;
	background: #8bc53f;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.nums a:hover, .nums a.active, .nums a.stay:hover {
	background: #00803e;
	color: #ffffff;
}
.nums a.stay {
	background: #f60;
	color: #fff;
}
.title_news {
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 15px;
}
.title_news h2 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 500;
	color: #0033f5;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed';
}
.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;
}
.company_contact ul {
	margin: 0 10px 20px 10px;
	float: left;
	width: 330px;
	background: #0033f5;
	padding: 25px;
}
.company_contact ul p {
	font-size: 17px;
	line-height: 23px;
	padding-top: 5px;
	color: #fff;
}
.company_contact ul h3 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 3px;
}
.company_contact ul h3 i {
	margin-right: 10px;
}
.map_contact iframe {
	width: 100%;
	height: 500px;
}
.contact h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	color: #666;
	padding-bottom: 20px;
}
.contact .left {
	width: 49%;
	float: left;
}
.contact .right {
	width: 49%;
	float: right;
}
.formBox li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.formBox li input, .formBox li textarea {
	border: solid 1px #E1E1E1;
	height: 45px;
	color: #999;
	padding: 0 10px 0 45px;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
	box-sizing: border-box;
}
.formBox li textarea {
	padding: 10px 10px 10px 45px;
	height: 210px;
	float: left;
}
.contact .left input {
	width: 100%;
}
.contact .right input, .contact .right textarea {
	width: 100%;
}
.formBox li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}
.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: 20px;
	padding: 0 25px;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	color: #FFF;
	background: #0033f5;
	white-space: nowrap;
	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;
}
.formBox .button:hover {
	color: #FFF;
	background: #f00;
}
.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;
}
.menu_left_id ul li {
	list-style: none;
	background: #eee;
}
.menu_left_id ul h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	font-weight: normal;
	padding-bottom: 10px;
	background: #0033f5;
	padding-top: 10px;
	padding-left: 20px;
}
.menu_left_id ul li a {
	display: block;
	list-style: none;
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	padding: 10px;
	border-bottom: solid #CCC 1px;
	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;
	font-weight: normal;
}
.menu_left_id ul li a:hover {
	color: #fff;
	background: #3c65ff;
}
.left_conten {
	float: left;
	width: 280px;
	margin-left: 10px;
}
.right_conten {
	float: right;
	width: 890px;
}
.newsRight a {
	display: block;
	min-height: 65px;
	background: #EBEBEB;
	margin-bottom: 2px;
}
.newsRight a {
	display: block;
	min-height: 65px;
	background: #666;
	margin-bottom: 2px;
	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;
}
.newsRight img {
	width: 115px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.newsRight h2 {
	color: #fff;
	padding: 5px;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
}
.newsRight a:hover {
	background: #0033f5;
}
.newsRight a:hover h2 {
	color: #fff;
}
.tittle_right_id {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
	position: relative;
	font-weight: normal;
	padding-bottom: 10px;
	background: #0033f5;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.box_id_right, .menu_left_id {
	border: solid #CCC 1px;
	padding: 10px;
	background: #fff;
	position: relative;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}
.tittle_right_id:after, .menu_left_id ul h3:after {
	content: "";
	display: table;
	clear: both;
	width: 25%;
	margin-top: 5px;
	height: 3px;
	background: #ffffff;
}
.viewLeft {
	width: 410px;
	float: left;
	margin-bottom: 20px;
}
.viewRight {
	width: 435px;
	float: right;
	margin-bottom: 20px;
}
.viewRight .desc {
	padding-top: 5px;
	border-bottom: dotted 1px #ddd;
	font-weight: normal;
}
.viewRight .desc b {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}
.viewRight .desc li {
	line-height: 25px;
	margin-bottom: 10px;
	list-style: none;
}
#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;
	height: 30px;
}
#sharelink img {
}
#sharelink img:hover {
	background: #008376;
}
#sharelink spam {
	padding-top: 0px;
}
#proCont {
	padding: 0px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.listDesc {
	margin-bottom: 20px;
	box-shadow: inset 0 -5px #EC1F26;
	margin-top: 0;
}
.listDesc a {
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
	color: #fff;
	font-weight: bold;
	background: #EC1F26;
	padding: 5px 20px;
}
.titleView {
	position: relative;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 25px;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: dotted #CCCCCC 1px;
	padding-bottom: 5px;
}
.viewRight h2 {
	font-size: 18px;
	color: #0033f5;
	line-height: 26px;
	font-weight: bold;
	padding-bottom: 5px;
}
.viewRight h1 {
	font-size: 22px;
	color: #f00;
	line-height: 26px;
	font-weight: normal;
}
.viewRight h2 span {
	font-size: 15px;
	position: relative;
	font-weight: normal;
	color: #f00;
	line-height: 26px;
	float: right;
	padding-right: 160px;
	text-align: right;
}
.viewRight h3 {
	font-size: 14px;
	position: relative;
	color: #ff0000;
	line-height: 26px;
}
#bridal_images {
	border: 1px solid #CCC;
	background: #eee;
	padding: 5px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 12px;
}
#bridal_images img {
	border: none;
	width: 400px;
	height: 400px;
	margin: 0px auto;
}
#bridal_images_list {
	display: block;
	width: 96%;
	padding-left: 20px;
	position: relative;
}
#bridal_images_list li {
	margin-right: 10px;
	margin-left: 2px;
	list-style: none;
	float: left;
	height: 105px;
	width: 105px;
	border: 1px solid #CCC;
	background: #eee;
	padding: 4px;
	text-align: center;
	overflow: hidden;
}
#bridal_images_list li:hover {
	border: 1px solid #999;
}
#bridal_images_list img {
	width: auto;
	height: 105px;
	width: 105px;
	border: none;
}
.pro_slide_prev, .pro_slide_next {
	position: absolute;
	width: 12px;
	border: solid 1px #ccc;
	bottom: 50%;
	height: 50px;
	margin-bottom: -25px;
	text-indent: -10000px;
}
.pro_slide_prev {
	left: 0px;
	border-radius: 5px 0px 0px 5px;
	background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}
.pro_slide_next {
	right: 0px;
	border-radius: 0px 5px 5px 0px;
	background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
	opacity: .5;
}
a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
	cursor: default;
}
.cloud-zoom-lens {
	cursor: move;
}
.cloud-zoom-big {
	overflow: hidden;
}
.cloud-zoom-loading, img.loading {
	background: url(../images/loading.gif) no-repeat scroll center transparent;
}
.quantity {
	position: relative;
	margin-bottom: 15px;
}
.quantity, .quantity * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.quantity label {
	font-size: 16px;
	padding-right: 5px;
}
.quantity .input-text {
	width: 50px;
	height: 50px;
	border: none;
	text-align: center;
	font-size: 18px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
.quantity p {
	padding: 15px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
}
.quantity .minus, .quantity .plus {
	position: absolute;
	bottom: 0px;
	left: 135px;
	width: 30px;
	height: 23px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	background: #00549d;
	line-height: 19px;
}
.quantity .minus {
	font-size: 25px;
}
.quantity .plus {
	bottom: 27px;
}
.quantity a {
	position: relative;
	height: 50px;
	line-height: 52px;
	position: absolute;
	left: 0;
	bottom: -1px;
	font-size: 18px;
	text-transform: uppercase;

	padding: 0 18px 0 45px;
	color: #fff;
	border: solid 1px #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	background: #ed1c24;
	margin-left: 170px;
}
.quantity a:hover {
	color: #fff;
	background: #00549d;
}
.quantity a:before {
	content: "";
	background-image: url("../images/icon-cart-w.png");
	background-position: center center;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 26px;
	height: 22px;
	z-index: 2;
	line-height: normal;
}
.add_more_2 ul {
	text-align: center;
	margin-top: 10px;
}
.add_more_2 ul h2 {
	list-style: none;
	background: #0033f5;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: normal;
	margin-left: 1px;
	float: left;
	text-transform: uppercase;
}
.add_more_2 ul h3 {
	list-style: none;
	font-size: 17px;
	background: #f00;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	margin-left: 5px;
	font-weight: normal;
	margin-bottom: 5px;
	float: left;
	text-transform: uppercase;
}
.add_more ul h2:hover, .add_more ul h3:hover, .add_more_2 ul h2:hover, .add_more_2 ul h3:hover {
	background: #f60;
	color: #fff;
}
.hethongphanphoi_id ul {
	margin: 0 10px 20px 10px;
	float: left;
	width: 352px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .3s ease;
	padding: 14px;
	line-height: 25px;
}
.hethongphanphoi_id ul h3 {
	color: #0033f5;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.hethongphanphoi_id ul li, .hethongphanphoi_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%;
}
.timkiem_top {
	float: right;
	border: solid #ccc 1px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	background: #ffffff;
	margin-right: 10px;
	margin-top: 0;
}
.input_search {
	padding: 0px 15px;
	height: 35px;
	width: 200px;
	float: right;
	color: #666;
	background: none;
	border: none;
	font-size: 12px;
}
.input_search:focus {
	color: #333;
}
.search a {
	width: 30px;
	height: 35px;
	text-indent: -10000px;
	background: url(../images/icon-search.png) no-repeat center center;
	float: right;
	border-left: 0px;
	margin-right: 5px;
}
.search a:hover {
	background: url(../images/icon-search_hover.png) no-repeat center center;
}
.company_contact ul h3 img {
	height: 18px;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 8px;
}
.showText.showText_lienhe p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.showText.showText_lienhe a {
	color: #fff;
}
.showText.showText_lienhe a:hover {
	text-decoration: underline;
}
.hethongphanphoi_id ul a {
	color: #000;
}
.hethongphanphoi_id ul a:hover {
	color: #45a272;
}
li.is_step_2 {
	position: initial;
}
li.is_step_2 ul {
	width: 820px;
	left: 8% !important;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #0033f5;
}
li.is_step_2 ul ul {
	display: none !important
}
li.is_step_2 ul li {
	width: 33.33%;
	display: inline-block;
	padding-top: 0 !important;
	padding-bottom: 0px !important;
	float: left;
	margin: 0 !important;
}
li.is_step_2 ul li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
li.is_step_2 ul:after {
	display: none !important
}
.viewRight h1 span.gia_km {
	font-size: 19px;
	margin-left: 7px;
	color: #8e8e8e;
	text-decoration: line-through;
}
.tintuc_home_id.tintuc_home_id_slider.no_box ul {
	width: calc(100% - 20px) !important;
}
.dv-right-fot { width: 300px; float: right; }
.dv-left-fot { width: calc(100% - 330px); float: left; margin-right: 20px; text-align: left; margin-left: 10px}
.dv-right-fot ul { width: 100%; margin: 0}
.dv-right-fot ul li { width: 100%; text-align: left; }
.dv-right-fot h3 ,.dv-left-fot h1{ text-align: left; padding: 0px; margin-bottom: 10px; font-size: 22px; }
.dv-left-fot h1 { padding-left: 0; }
@media only screen and (max-width: 1199px) {
.pagewrap {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu > li > a {
	font-size: 16px;
	padding: 0 12px;
}
.sharelink a img {
	border: solid #8bc53f 3px;
	padding: 2px;
}
.sharelink img:hover {
	border: solid #00803e 3px;
}
.banner_bosuutap ul {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: auto;
	right: 0;
	z-index: 1;
	color: #fff;
	padding: 15px;
	transform: translateY(-50%);
}
.banner_bosuutap ul h3 {
	font-size: 20px;
	line-height: 30px;
}
.banner_bosuutap ul p {
	font-size: 14px;
	line-height: 24px;
}
.pro_home_id ul {
	width: calc(25% - 20px);
}
.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
	width: 18px;
	height: 18px;
}
.imges_id_page {
	height: 35vw;
}
.left_conten {
	width: 260px;
}
.right_conten {
	width: calc(100% - 275px);
}
.pro_home_id.pro_home_id_2 ul {
	width: calc(33.33% - 20px);
	margin: 0 10px 10px;
}
.menu_left_id ul li a {
	font-size: 15px;
	line-height: 25px;
	padding: 7px 10px;
}
div .viewLeft {
	width: 45%;
}
div .viewRight {
	width: calc(55% - 20px);
	margin: 0 10px;
}
.tintuc_home_id ul, .hethongphanphoi_id ul {
	width: calc(33.33% - 20px);
}
.company_contact ul {
	width: calc(33.33% - 20px);
}
}
@media only screen and (max-width: 991px) {
.pagewrap {
	width: 100%;
}
.dv-idvideo-youtube {
	height: 50vw;
}
.mn-mobile {
	display: block;
	float: right;
	margin: 6px 10px 5px;
	top: 5px;
	padding: 1px 5px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.52);
	right: 10px;
	background: #8bc53f;
}
a.a_trangchu_mb {
	display: block;
	position: absolute;
	left: 0;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 25px;
	top: 0;
	line-height: 0;
}
div#mm-0 {
	background: #fff !important;
}
.mn-mobile img {
	float: left;
	height: 13px;
	line-height: 30px;
}
.mm-panel.mm-hasnavbar .mm-navbar {
	background: #00803e !important;
	height: 38px;
	line-height: 18px;
}
.mn-mobile span {
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 100px;
	display: block;
	margin: 5px 0;
}
ul.menu.no_box {
	display: none;
}
.box_menu_load {
	height: 44px;
}
.logo_top ul h3 {
	font-size: 26px;
	line-height: 35px;
}
.logo_top li img {
	height: 60px;
	width: auto;
}
.sharelink {
	position: initial;
	white-space: nowrap;
	float: right;
	margin-right: 10px;
}
.input_search {
	height: 30px;
}
.search a {
	height: 30px;
}
.timkiem_top.no_box {
	margin-bottom: 10px;
}
.sharelink a img {
	border: solid #8bc53f 2px;
	padding: 2px;
	height: 32px;
	margin-left: 10px;
	float: left;
}
.sharelink img:hover {
	border: solid #00803e 2px;
}
.header_bottom {
	height: 95px;
}
.logo_top {
	width: calc(100% - 270px);
}
.bannerMain {
	margin-top: 95px;
	width: 100%;
	float: left;
}
.bannerMain, .banner li {
	height: calc(50vh - 0px);
}
.pagiBanner {
	bottom: 15px
}
.title_page_id_2 ul h3 {
	font-size: 25px;
	line-height: 30px;
	padding: 0 10px 7px;
}
.title_page_id_2 ul p {
	font-size: 16px;
	line-height: 25px;
	padding: 0 10px 10px;
}
.box_pro_hometop {
	padding-bottom: 20px;
	padding-top: 20px;
}
.pro_home_id ul h3 {
	font-size: 15px;
	line-height: 25px;
	padding: 10px 0 0;
}
.pro_home_id ul {
	width: calc(33.333% - 20px);
}
.left_tt_home ul p {
	padding: 5px 0 0;
}
.newsletter_home {
	padding: 40px 0;
	position: relative;
}
.newsletter_home h3 {
	line-height: 30px;
	font-size: 25px;
	letter-spacing: 1px;
}
.newsletter_home p {
	padding: 0 10px;
	font-size: 17px;
	line-height: 26px;
	margin-top: 10px;
}
.form-control, .newsletter_home ul h2 a {
	font-size: 15px;
}
.bottom_id_copyright h3 {
	line-height: 30px;
	font-size: 20px;
}
.bottom_id_copyright {
	font-size: 15px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.bottom_id_copyright p {
	padding-top: 2px;
}

.title_id {
	padding-left: 16px;
	line-height: 30px;
	font-size: 20px;
}
.title_id:after {
	width: 6px;
	height: 27px;
	left: 0px;
	top: 1px;
}
#back-top a {
	width: 36px;
	line-height: 36px;
	font-size: 13px;
}
.imges_id_page {
	margin-top: 95px;
}
.pro_home_id.pro_home_id_2 ul {
	width: calc(50% - 20px);
}
div .viewLeft {
	width: 45%;
}
div .viewRight {
	width: calc(55% - 20px);
	margin: 0 10px;
}
.titleView {
	position: relative;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 20px;
}
.viewRight h1 {
	font-size: 18px;
	line-height: 24px;
}
.viewRight .desc {
	font-size: 15px;
	line-height: 25px;
}
.viewRight .desc b {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}
.viewRight .desc li {
	line-height: 25px;
	margin-bottom: 5px;
	list-style: none;
}
.gia_sp_mota {
	font-size: 15px;
	line-height: 25px;
	padding: 7px 0;
}
.right_conten .showText {
	padding-left: 5px;
	font-size: 15px;
	line-height: 25px;
}
.add_more_2 ul h2, .add_more_2 ul h3 {
	padding: 7px 15px;
	font-size: 14px;
}
.right_conten .title_id {
	margin-bottom: 10px;
}
.viewRight h1 span.gia_km {
	font-size: 17px;
}
li.is_step_2 {
	position: relative;
}
}
@media only screen and (max-width: 767px) {
.logo_top ul h3 {
	font-size: 25px;
	line-height: 31px;
	padding-top: 0;
}
.logo_top {
	float: left;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
.logo_top li {
	float: left;
	list-style: none;
	line-height: 1;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.logo_top ul {
	float: left;
	padding-left: 0;
	width: 100%;
	padding: 0 10px;
}
.header_bottom {
	height: auto;
	text-align: center;
	line-height: 0;
}
.sharelink a img {
	border: solid #fff 2px;
	padding: 2px;
	height: 28px;
	margin-left: 7px;
	float: left;
}
.timkiem_top.no_box {
	float: none;
	display: inline-block;
	margin: 12px auto 0;
	width: 280px;
	max-width: 100%;
	line-height: 0;
	position: relative;
}
.input_search {
	width: 100%;
}
.search a {
	position: absolute;
	top: 0;
	right: 0;
}
.sharelink {
	position: absolute;
	bottom: -53px;
	right: 58px;
	z-index: 99;
}
.pro_home_id ul {
	width: calc(50% - 20px);
}
.box_menu, .box_menu.fixed {
	position: initial;
}
.bannerMain {
	margin-top: 0;
}
.bannerMain, .banner li {
	height: calc(40vh - 0px);
}
.imges_id_page {
	margin-top: 0;
	height: 25vw;
}
.link_page h3 {
	font-size: 22px;
	line-height: 30px;
}
.link_page {
	padding-top: 10px;
	padding-bottom: 10px;
}
.showText {
	font-size: 15px;
	line-height: 25px;
}
.link_page ul {
	width: 100%;
	margin: 4px 0 0;
	overflow: hidden;
}
.link_page ul li {
	min-width: 1200px;
}
.page_conten_page {
	padding-top: 15px;
	padding-bottom: 15px;
}
.left_conten {
	width: 100%;
	margin: 0;
	padding: 0 10px;
}
.right_conten {
	width: calc(100% - 0px);
}
.menu_left_id ul h3, .tittle_right_id {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
}
div .viewRight .desc li {
	padding-left: 0;
}
.tintuc_home_id ul, .hethongphanphoi_id ul {
	width: calc(50% - 20px);
}
.tintuc_home_id ul h3 a, .hethongphanphoi_id ul h3 {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 5px;
}
.hethongphanphoi_id ul > div {
	font-size: 15px;
	line-height: 25px;
}
.tintuc_home_id ul h4 {
	font-size: 15px;
	padding: 10px 0 7px;
	text-transform: uppercase;
	line-height: 25px;
}
.tintuc_home_id ul p {
	font-size: 15px;
	line-height: 25px;
}
div .title_news h2 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 3px;
}
.title_page_id_2 ul h3 {
	font-size: 20px;
	line-height: 26px;
	padding: 0 10px 7px;
}
.hethongphanphoi_id ul {
	padding: 10px;
}
.showText h2 {
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 8px;
}
.company_contact ul {
	width: calc(100% - 20px);
	padding: 10px 15px;
	margin: 0 10px 10px;
}
.company_contact ul h3 {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 2px;
}

.company_contact ul h3 img {
	margin-right: 8px;
	top: 5px;
}
.company_contact ul p {
	font-size: 15px;
	line-height: 25px;
	margin-top: 2px;
}
.formBox .button {
	font-size: 16px
}
.map_contact iframe {
	width: 100%;
	height: 350px;
}
.dv-left-fot { width: calc(100% - 0px); float: left; margin-right: 0; text-align: left; margin-left: 0; }
.dv-right-fot { width: 100%; float: right; margin-bottom: 12px; }
.dv-right-fot ul { width: 100%; margin: 0; }
.dv-right-fot h3, .dv-left-fot h1 { text-align: left; padding: 0; margin-bottom: 10px; font-size: 18px; }
}
@media only screen and (max-width: 479px) {
.bannerMain, .banner li {
	height: calc(30vh - 0px);
}
.pro_home_id ul {
	width: calc(50% - 10px);
	margin: 5px;
	padding: 7px;
}
.pro_home_id ul h3 {
	font-size: 14px;
	line-height: 24px;
}
.pro_home_id.flex {
	padding: 0 5px;
}
.newsletter_home {
	padding: 30px 0;
}
.pro_home_id.pro_home_id_2 ul {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}
.bottom_id_copyright h3 {
	line-height: 28px;
	font-size: 18px;
}
div .logo_doitac ul {
	width: calc(100% - 10px);
	margin: 5px;
}
.logo_doitac.no_box {
	padding: 0 5px;
}
.box_doitac_home {
	padding: 25px 0;
}
.banner_bosuutap ul h3 {
	font-size: 16px;
	line-height: 26px;
}
.banner_bosuutap ul p {
	font-size: 13px;
	line-height: 24px;
}
div .viewLeft {
	width: 100%;
}
div .viewRight {
	width: calc(100% - 0px);
	margin: 0;
}
div .titleView {
	padding: 0px 0 8px 0;
	margin-bottom: 8px;
	line-height: 25px;
	font-size: 17px;
}
.tintuc_home_id ul, .hethongphanphoi_id ul {
	width: calc(100% - 20px);
}
.contact .left {
	width: 100%;
	float: left;
}
.contact .right {
	width: 100%;
	float: right;
}
.map_contact iframe {
	width: 100%;
	height: 220px;
}
}
