@charset "utf-8";
/* CSS Document */

@import url("fonts.css");

* {
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	text-decoration: none;
}

body {
	width: 100%;
	background: #fff;
	font-family: 'Baloo 2', sans-serif;
	font-weight: 400;
}

.visit_hidden {
	visibility: hidden;
	height: 0;
}

/*-----Phân trang--------*/
ul.pagination {
	text-align: center;
	color: #2c2c2c !important;
	width: 100%;
}

ul.pagination li {
	display: inline-block;
	padding: 0 3px;
}

ul.pagination a {
	color: #111 !important;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px !important;
	border: 1px solid transparent !important;
	text-decoration: none;
}

ul.pagination a:hover,
ul.pagination a.current {
	border-color: #ddd !important;
}

.pagination>.active>a {
	background: #2c2c2c !important;
	color: #fff !important;
}

/* ------------ */
.wrap-top {
	background-color: #0c3b6a;
	color: #fff;
}

.wrap-top .container_main {
	display: flex;
	gap: 10px;
	padding: 10px 15px;
}

.wrap-top .info-top {
	font-weight: 700;
	font-size: 16px;
}

.wrap-top .info-top span {
	font-weight: 400;
}

.wrap-top .info-top a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

/*-------------*/
.fix_head {
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	background: #008eda;
}

.wow {
	visibility: hidden;
}

#container {
	width: 100%;
	overflow: hidden;
}

.container_main {
	max-width: 1230px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#header {
	width: 100%;
	position: relative;
}

#header .header {
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #fff;
}

#header .header.fix-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.logo-header {
	width: 15%;
}

#header .header .container_main {
	display: flex;
	justify-content: end;
}

#header .header-right {
	width: 85%;
}

.logo-header img {
	max-height: 80px;
	transition: all 0.5s;
}

.fix-header .logo-header img {
	max-height: 60px;
	transition: all 0.5s;
}

#header .menu_left {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-right: 80px;
}

#header .menu_left p {
	font-family: 'RobotoRegular';
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
}

#header .menu_right {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-left: 40px;
}

#header .menu_right .hotline {
	display: flex;
	align-items: center;
}

#header .menu_right .hotline img {
	margin-right: 10px;
}

#header .menu_right .hotline span {
	display: block;
	font-family: 'SairaSemiCondensed-Black';
	font-size: 20px;
	color: #fe2508;
	margin-bottom: 5px;
}

#header .menu_right .hotline p {
	font-family: 'RobotoRegular';
	font-size: 16px;
	color: #333333;
}

.logo {
	width: 240px;
	height: 147px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/bg_logo.png') no-repeat;
	position: relative;
	z-index: 1111;
}

.logo img,
.banner img {
	max-width: 100%;
	max-height: 100%;
}

.social_header img {
	margin: 0 5px;
}

/*---------Menu---------*/
#main_menu {
	width: 100%;
	position: relative;
	height: 50px;
	z-index: 999;
}

#main_menu .box_menu {
	width: 100%;
	position: relative;
	background: #0054b7;
}

#main_menu .box_menu .menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}

.menu_mobile,
.hotline_mobile {
	display: none;
}

.menu_mobile i {
	font-size: 35px;
}

.menu_mobile a {
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
}

.hotline_mobile a {
	font-size: 20px;
	color: #fff;
}

.fix_head .ddsmoothmenu>ul {
	align-items: flex-start;
}

.fix_head .logo {
	max-width: 170px;
	max-height: 70px;
	background-size: 100% 100%;
}

.fix_head .logo img {
	max-height: 60px;
}

/* mmenu */
.btn-mmenu {}

.btn-mmenu i {}

.box_menu.mmenu .container_main {
	padding: 0px;
}

/*---------tìm kiếm-------------*/
.timkiem_menu {
	width: 180px;
	height: 35px;
	position: relative;
	background: #dddddd;
	border-radius: 25px;
}

.form_timkiem {
	position: relative;
}

.timkiem_menu input {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	outline: none;
	border: 0;
	background: none;
	color: #000;
}

.timkiem_menu button {
	position: absolute;
	width: 35px;
	height: 35px;
	background: url('../images/icon_tk.png') no-repeat center;
	outline: none;
	cursor: pointer;
	top: 0;
	right: 0;
	border: 0px;
	z-index: 1;
	background-size: 67px;
}

.active1 {
	opacity: 1;
	width: 220px;
}

.active1 .nut_tim {
	display: block;
}

.timkiem_menu input::-webkit-input-placeholder {
	color: #000;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.timkiem_menu input:-moz-placeholder {
	color: #000;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.timkiem_menu input::-moz-placeholder {
	color: #000;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.timkiem_menu input:-ms-input-placeholder {
	color: #000;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.timkiem_menu input.input_padding {
	padding-left: 131px;
}

/*------Slider---------*/
#slidershow {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#slidershow .des-slider {
	position: absolute;
	left: 60px;
	bottom: 40px;
	max-width: 435px;
}

#slidershow .des-slider h2 {
	font-family: 'UTMHelvetIns';
	font-size: 30px;
	color: #ee560b;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}

#slidershow .des-slider h3 {
	font-family: 'SVN-Androgyne';
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}

#slidershow .des-slider ul {
	padding-left: 0;
}

#slidershow .des-slider ul li {
	list-style: none;
}

#slidershow .des-slider ul li a {
	display: block;
	font-family: 'SairaSemiCondensed-SemiBold';
	color: #fff;
	font-size: 18px;
	background: url('../images/icon_check.png') no-repeat left top 2px;
	padding-left: 30px;
	margin-bottom: 10px;
}

/*-------Giới thiệu------*/
.about_home {
	width: 100%;
	padding: 15px 0px 15px 0px;
}

.about_home .box_about {
	background: #f5f5f5;
	padding: 30px 30px 52px 30px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.title-about {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../images/title-about.png) no-repeat;
	background-position: bottom center;
	width: 100%;
}

.title-about p {
	font-size: 18px;
	color: #0c3b6a;
}

.title-about span {
	font-weight: 700;
	font-size: 25px;
	color: #0c3b6a;
}

.title-about::after {
	content: ""
}

.about_home .images-about {
	width: 43%;
	float: right;
	position: relative;
}

.about_home .images-about img {
	width: 100%;
	position: relative;
	z-index: 1;
	/* outline: 1px solid #ffffff; */
	outline-offset: -20px;
}

.about_home .des-about {
	width: 54%;
	float: left;
	padding: 50px 47px;
	background: #fff;
}

.about_home .des-about .title_about {
	margin-bottom: 15px;
}

.about_home .des-about .title_about h4 {
	font-family: 'PlayfairDisplayRegular';
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	font-weight: normal;
}

.about_home .des-about .title_about h3 {
	font-size: 22px;
	color: #0c3b6a;
	text-transform: uppercase;
	font-weight: 700;
}

.about_home .des-about .content-about {
	font-family: 'RobotoRegular';
	font-size: 15px;
	line-height: 29px;
	text-align: justify;
	height: 280px;
	overflow-y: scroll;
	padding-right: 10px;
}

.about_home .des-about .content-about strong {
	font-weight: 500
}

.about_home .des-about .content-about::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.about_home .des-about .content-about::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.about_home .des-about .content-about::-webkit-scrollbar-thumb {
	background-color: #0c3b6a;
}

.about_home .des-about a.a_readmore {
	height: 47px;
	line-height: 47px;
	background: #0c3b6a;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 0px 22px;
}

.about_home .des-about a.a_readmore:hover {
	text-decoration: underline;
	background: #ee560b;
}

/*-------Sản phẩm list---*/
.product_list {
	width: 100%;
	padding: 30px 0px 15px 0px;
}

.margin-list {
	/* margin: 0 -19px; */
	background: #f5f5f5;
	padding: 15px 18px 20px 18px;
	border-radius: 10px;
}

.items_list {}

.items_list-l {
	/* border: 1px solid #e3e3e3; */
}

.items_list .images_list {
	overflow: hidden;
	border-radius: 17px 17px 0px 0px;
}

.items_list .images_list img {
	width: 100%;
}

.items_list:hover .images_list img {
	transform: scale(1.1, 1.1);
}

.items_list .des_list {
	padding: 20px 0 15px 0;
}

.items_list .view_list {

	font-size: 16px;

	font-weight: 700;

	color: #ee560b;

	display: block;

	width: fit-content;

	border-bottom: 1.5px solid;
}

.items_list h3 a {
	color: #0c3b6a;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
}

.items_list h3 a:hover {
	color: #ee560b;
}

/*---------Dự án-----------*/
#congtrinh_home {
	width: 100%;
	/* background: #f2f2f2; */
	padding-bottom: 40px;
}

#congtrinh_home .owl-theme1 .owl-nav button {
	color: #fff;
	top: 30% !important;
}

#congtrinh_home .box-congtrinh {}

.margin-da {
	background: #f5f5f5;
	padding: 41px 22px;
	border-radius: 10px;
}

.items_duan {
	padding: 0px 7.5px;
}

.items_duan:nth-child(3n+1) {
	clear: both;
}

.items_duan .images_duan {
	width: 100%;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}

#congtrinh_home .btn-viewall {
	display: flex;
	margin: 20px auto 0px auto;
	width: fit-content;
	height: 50px;
	padding: 0px 25px;
	border: 2px solid #0c3b6a;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #0c3b6a;
}

.items_duan:hover .images_duan img {
	transform: scale(1.1, 1.1);
}

.items_duan .des_duan {
	padding: 0 15px 15px 15px;
	background: #fff;
}

#content .items_duan .des_duan {
	padding: 0;
	padding-top: 15px;
	margin-top: 0;
}

.items_duan .des_duan .title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
	text-align: center;
	justify-content: center;
}

#content .items_duan .des_duan .title {
	align-items: center;
}

.items_duan .des_duan .price-final_price span {
	font-weight: 700;
	font-size: 18px;
	color: #fc2727;
	text-align: center;
	display: block;
}

.items_duan .des_duan .title .date {
	width: 56px;
	height: 66px;
	background: #ff240e;
	text-align: center;
	padding-top: 2px;
	position: relative;
}

.items_duan .des_duan .title .date:after {
	content: '';
	width: 13px;
	height: 10px;
	background: url('../images/after_date.png') no-repeat;
	position: absolute;
	left: 0;
	top: 100%;
}

.items_duan .des_duan .btn-contact-pro {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	width: 100%;
	background: #0c3b6a;
	margin: 10px 0px 0px 0px;
	border-radius: 7px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.items_duan .des_duan .btn-contact-pro:hover {
	background: #ee560b;
}

.items_duan .des_duan .title .date p {
	font-size: 14px;
	font-family: 'SairaSemiCondensed-SemiBold';
	color: #fff;
	line-height: 20px;
}

.items_duan .des_duan h3 {
	padding-top: 10px;
}

#content .items_duan .des_duan .title h3 {
	padding-top: 0;
}

.items_duan .des_duan h3 a {
	font-size: 18px;
	color: #0c3b6a;
	display: block;
	font-weight: 700;
	text-align: center;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.items_duan:hover .des_duan h3 a {
	color: red;
}

.items_duan .des_duan p {
	font-family: 'RobotoRegular';
	font-size: 15px;
	color: #535353;
	line-height: 25px;
}

/*---------Sản phẩm--------*/
.sanpham_home {
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
}

.sanpham_home .title_product {
	text-align: center;
	padding: 30px 0px;
	background: #0c3b6a;
	color: #fff;
	margin-bottom: 40px;
}

.sanpham_home .title_product h2 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.sanpham_home .title_product p {
	font-size: 16px;
}

.padding-top-0 {
	padding-top: 0;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-top-40 {
	padding-top: 40px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-40 {
	margin-top: 40px;
}

.transition {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}


.margin-pr {
	margin: -19px;
}

.item_pr_mg {
	padding: 0px 18px;
}

.item_pr_mg:nth-child(3n+1) {
	clear: both;
}

.item_pr_mg:nth-child(even) .item_pr {
	flex-direction: row-reverse
}

.item_pr {
	width: 100%;
	position: relative;
	background: #fff;
	/* border: 1px solid #e3e3e3; */

}

.item_pr.product_index {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto !important;
}

.item_pr .images_pr {
	width: 100%;
}

.item_pr.product_index .images_pr {
	width: 48%;
}

.item_pr .images_pr>a.a_pr {
	display: block;
	overflow: hidden;
	position: relative;
}

.item_pr .images_pr a.a_pr>img {
	vertical-align: top;
	width: 100%;
}

.item_pr:hover .images_pr a.a_pr img {
	transform: scale(1.1, 1.1);
}

.item_pr .des_pr {
	width: 100%;
	padding: 15px;
	height: auto !important;
}

.item_pr.product_index .des_pr {
	width: 50%;
	padding: 15px;
	height: auto !important;
	font-size: 18px;
	color: #fc2727;
	font-weight: 700;
}

.item_pr.product_index .des_pr .btn_product {
	width: fit-content;
	margin-top: 10px;
	height: 47px;
	padding: 0px 22px;
	background: #0c3b6a;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.item_pr.product_index .des_pr .btn_product:hover {
	background: #ee560b;
}

.item_pr .des_pr .mota_pro {
	font-size: 16px;
	color: #0c3b6a;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-weight: 400;
	margin-bottom: 10px;
}

.item_pr.product_index .des_pr .mota_pro {
	font-size: 16px;
	color: #0c3b6a !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.item_pr .des_pr h3 a {
	font-size: 22px;
	color: #0c3b6a;
	position: relative;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.item_pr .des_pr p {
	font-size: 15px;
	/* color: #333333; */
}

.item_pr .des_pr p span {
	/* color: #c60000; */
}

.item_pr:hover .des_pr h3 a {
	/* color: #ee560b; */
}

.banner_qc {
	width: 100%;
	max-width: 1366px;
	margin: auto;
}

.banner_qc img {
	vertical-align: top;
	width: 100%;
}

/*------Tin tức----------*/
#news-home {
	width: 100%;
	position: relative;
	padding: 40px 0 60px 0px;
}

#news-home .news-left {
	width: 100%;
	float: left;
}

#news-home .news-right {
	width: 32%;
	float: right;
}

.title_tintuc {
	width: 100%;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}

.title_tintuc h2 {
	font-family: 'RobotoBold';
	color: #0169c7;
	text-transform: uppercase;
	position: relative;
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
}

.title_tintuc h2:before {
	content: '';
	width: 19px;
	height: 19px;
	background: #39b92e;
	position: absolute;
	left: 100%;
	bottom: 9px;
	z-index: 1;
}

.title_tintuc h2:after {
	content: '';
	width: 500px;
	height: 19px;
	background: url('../images/line_tintuc.png') repeat-x;
	position: absolute;
	left: 100%;
	bottom: 9px;
}

.content_fanpage {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#news-home #news_main_sub {
	width: 100%;
	float: left;
}

#news-home .owl-theme1 .owl-nav button {
	color: #fff;
}

#news-home #news_main_sub .item_news_main {
	width: 100%;
	padding-bottom: 5px;
	padding: 0px 15px;
}

#news-home #news_main_sub .item_news_main .img_main_news {
	width: 100%;
	overflow: hidden;
}

#news-home #news_main_sub .item_news_main .img_main_news img {
	width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

#news-home #news_main_sub .item_news_main:hover .img_main_news img {
	transform: scale(1.1, 1.1);
}

#news-home #news_main_sub .item_news_main .right_main_news {
	width: 100%;
	padding-top: 15px;
}

#news-home #news_main_sub .item_news_main .right_main_news .line-new {
	width: 100%;
	height: 1px;
	background: #959595;
	margin: 20px 0px;
}

#news-home #news_main_sub .item_news_main .right_main_news .bottom-new {
	display: flex;
	justify-content: space-between;
}

#news-home #news_main_sub .item_news_main .right_main_news .bottom-new p {}

#news-home #news_main_sub .item_news_main .right_main_news .bottom-new a {
	font-size: 16px;
	color: #686868;
}

#news-home #news_main_sub .item_news_main .name_main_news a {
	font-weight: 600;
	color: #0c3b6a;
	font-size: 20px;
	display: block;
	display: block;
	margin-bottom: 5px;
	line-height: 23px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

#news-home #news_main_sub .item_news_main .right_main_news p {
	line-height: 23px;
	color: #686868;
	font-size: 16px;
	display: block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

#news-home #news_main_sub .item_news_main .right_main_news .date-post a:hover {
	color: red;
}

#news-home #news_main_sub .item_news_main .name_main_news a:hover {
	text-decoration: underline;
}

#news-home #news_main_sub .right_main_news a.a_readmore {
	width: 102px;
	height: 38px;
	border: 2px solid #cfcfcf;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #a1a1a1;
	display: block;
	font-family: 'RobotoRegular';
	text-transform: uppercase;
	margin-top: 10px;
}

#news-home #news_main_sub .right_main_news a.a_readmore:hover {
	border-color: red;
	color: red;
}

#news-home .sub_news {
	width: 49%;
	float: left;
}

#news-home .sub_news .item_sub_news {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

#news-home .sub_news .item_sub_news .img_sub_news {
	width: 180px;
	float: left;
}

#news-home .sub_news .item_sub_news .right_sub_news {
	width: calc(100% - 180px);
	float: left;
	padding-left: 15px;
	max-height: 123px;
	overflow: hidden;
}

#news-home .sub_news .item_sub_news .name_sub_news a {
	font-family: 'OpenSansBold';
	color: #28211f;
	font-size: 14px;
	display: block;
}

#news-home .sub_news .item_sub_news:hover .name_sub_news a {
	text-decoration: underline;
}

#news-home .sub_news .item_sub_news .right_sub_news p {
	font-family: 'OpenSansRegular';
	color: #666666;
	font-size: 13px;
	line-height: 23px;
	height: 43px;
	overflow: hidden;
}

#news-home .sub_news .item_sub_news:hover .right_sub_news .name_sub_news a {
	text-decoration: underline;
}

.video_lienquan {
	width: 100%;
}

.margin-vd {
	margin: 0px -3px;
}

.box_video {
	position: relative;
}

.items_vd {
	padding: 0 3px;
	position: relative;
	float: left;
	cursor: pointer;
	width: 100%;
}

.items_vd:before {
	content: '';
	width: 36px;
	height: 36px;
	background: url('../images/icon_video.png') no-repeat;
	position: absolute;
	top: calc(50% - 18px);
	left: calc(50% - 18px);
}

/*----------Liên hệ---------*/

.form_lh {
	width: 100%;
}

.form_lh legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.form_lh fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.form_lh p {
	padding: 5px 0px 5px 0px;
}

.form_lh .items_input_capcha {
	display: flex;
	align-items: center;
}

.form_lh .items_input {
	width: 50%;
	padding: 0px 10px;
	float: left;
}

.form_lh .items_input i {
	font-size: 25px;
	color: #6dbb43;
	cursor: pointer;
	margin-left: 10px;
}

.form_lh .items_input img {
	margin-left: -15px;
}

.margin_form {
	margin: 0 -10px;
}

.form_lh p input {
	padding: 5px;
	padding-left: 15px;
	width: calc(100%);
	height: 40px;
	outline: none;
	border: 1px solid #ccc;
}

.form_lh p label {
	width: 100px;
	float: left;
}

.form_lh p textarea {
	padding: 5px;
	width: calc(100%);
	border: 1px solid #ccc;
	height: 150px;
	outline: none;
}

.form_lh p button {
	border: 0px;
	background: #303030;
	padding: 8px 25px 8px 25px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 8px;
}

.form_lh p button:hover {
	background: #81ce57;
}

#form_contact input {
	padding: 5px;
}

.left_contact {
	width: 40%;
	float: left;
	padding-right: 40px;
}

.right_contact {
	width: 60%;
	float: left;
}

.form_lh input::-webkit-input-placeholder {
	color: #3e3e3e;
}

.form_lh input:-moz-placeholder {
	color: #3e3e3e;
}

.form_lh input::-moz-placeholder {
	color: #3e3e3e;
}

.form_lh input:-ms-input-placeholder {
	color: #3e3e3e;
}

.form_lh textarea::-webkit-input-placeholder {
	color: #3e3e3e;
}

.form_lh textarea:-moz-placeholder {
	color: #3e3e3e;
}

.form_lh textarea::-moz-placeholder {
	color: #3e3e3e;
}

.form_lh textarea:-ms-input-placeholder {
	color: #3e3e3e;
}

/*----------------------Đối tác-----------------*/
.partner {
	width: 100%;
	padding: 20px 0;
}

.partner .box_partner {
	width: 100%;
}

.partner .margin-partner {
	margin: 0 -10px;
}

.partner .item_partner {
	padding: 0 10px;
}

.partner .item_partner img {
	width: 100%;
}

.partner .owl-theme1 .owl-nav button:before,
.partner .owl-theme1 .owl-nav button:after {
	font-size: 35px;
}

/*----------Dịch vụ---------------*/
.service {
	width: 100%;
	padding: 40px 0;
}

.margin-sv {
	margin: -13px;
}

.item_sv_l {
	width: 25%;
	float: left;
	padding: 13px;
}

.item_sv_l:nth-child(4n+1) {
	clear: both;
}

.item_sv {
	width: 100%;
}

.item_sv .images_sv {
	width: 100%;
}

.item_sv:hover .images_sv img {
	transform: scale(1.1, 1.1);
}

.item_sv .images_sv a {
	display: block;
	overflow: hidden;
}

.item_sv .images_sv img {
	width: 100%;
}

.item_sv .des_sv {
	width: 100%;
	padding-top: 15px;
}

.item_sv .des_sv h3 a {
	font-family: 'RobotoBold';
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.item_sv .des_sv h3 a:hover {
	color: red;
}

.item_sv .des_sv p {
	font-size: 14px;
	color: #5c5c5c;
	font-family: 'RobotoRegular';
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

.item_sv .des_sv a.a_dv {
	font-size: 14px;
	color: #da0000;
	font-family: 'RobotoBold';
	display: block;
	float: right;
	margin-top: 10px;
}

.item_sv:hover .des_sv a.a_dv {
	text-decoration: underline;
}

/*----------Tại sao--------------*/
.taisao {
	width: 100%;
	padding-bottom: 30px;
}

.margin-ts {
	margin: 0 -30px;
}

.item_ts {
	padding: 0 30px;
}

.item_ts .images_ts {
	text-align: center;
}

.item_ts .images_ts a {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	border: 2px dashed #cccccc;
	padding: 8px;
}

.item_ts .images_ts a .box-ts {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.item_ts .images_ts a img {
	border-radius: 50%;
	max-width: 100%;
	vertical-align: top;
}

.item_ts:hover .images_ts a img {
	transform: scale(1.1, 1.1);
}

.item_ts .images_ts a h3 {
	font-family: 'RobotoBold';
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	height: 66px;
	background: url('../images/bg_title.png') no-repeat center;
	padding: 17px 40px 10px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}

/*----------Công trình-----------*/
.margin-ct {
	margin: -15px;
}

.item_ct {
	padding: 15px;
}

.item_ct:nth-child(4n+1) {
	clear: both;
}

.item_ct .img_ct {
	width: 100%;
	overflow: hidden;
}

.item_ct:hover .img_ct img {
	transform: scale(1.1, 1.1);
}

.item_ct .des_ct {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.item_ct .des_ct h3 a {
	font-family: 'RobotoBold';
	font-size: 15px;
	text-transform: uppercase;
	color: #191919;
}

.item_ct:hover .des_ct h3 a {
	color: red;
}

.margin-top-30 {
	margin-top: 30px;
}

.title_main {
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	background: url('../images/line_h2.png') no-repeat bottom center;
}

.title_main h2 {
	font-family: 'UTMHelvetIns';
	font-size: 30px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
}

.title_main h2 span {
	color: #0054b7;
}

.title_main P {
	font-family: 'RobotoRegular';
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}

/*---------------------Footer--------------------*/
#footer {
	width: 100%;
}

#footer .footer {
	width: 100%;
	padding: 66px 0px 15px 0px;
	background: #0c3b6a;
}

#footer .footer .box_footer {
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

#footer .title-footer {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	line-height: 22px;
	border-left: 6px solid #ff0000;
	padding-left: 10px;
}

#footer .footer h2 {
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
	font-weight: 700;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}

#footer .footer .footer1 {
	width: 32%;
	float: left;
	padding-right: 40px;
}

#footer .footer .content_footer {
	font-family: 'RobotoRegular';
	color: #cfcfcf;
	font-size: 15px;
	line-height: 25px;
}

#footer .footer .content_footer p img {
	margin-right: 10px;
}

.ul_footer {
	padding-left: 18px;
}

.ul_footer li {
	color: #f58f00;
	list-style: none;
}

.ul_footer li a {
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff8c;
}

.ul_footer li:last-child a {
	border: 0px !important;
}

.ul_footer li a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	left: -18px;
	top: 3px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#footer .footer .footer2 {
	width: 22%;
	float: left;
}

#footer .footer .logo_footer {
	width: 100%;
	padding-top: 20px;
}

#footer .footer .logo_footer img {
	max-width: 100%;
}

#footer .footer .footer3 {
	width: 22%;
	float: left;
	padding-left: 0px;
}

#footer .footer3 h3 {
	font-family: 'RobotoBold';
	font-size: 18px;
	color: #c60000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#footer .footer3 h3:before {
	content: '';
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer6 {
	width: 100%;
	position: relative;
	text-align: center;
}

.footer7 {
	width: 100%;
	padding: 15px 0;
}

.footer6 p,
.footer6 a {
	font-family: 'RobotoRegular';
	font-size: 14px;
	color: #fff;
}

.footer6 .footer8 p {
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	border-left: 1px solid #fff;
}

.footer6 .footer8 p:first-child {
	padding-left: 0;
	border-left: 0;
}

.footer6 .footer8 p:last-child {
	padding-right: 0;
}

.social_footer {
	display: inline-block;
	height: 25px;
	position: relative;
}

.social_footer:before {
	content: '';
	width: 11px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 100%;
}

.social_footer:after {
	content: '';
	width: 11px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 100%;
}

.social_footer img {
	margin: 0 2px;
	max-width: 50px;
}

/*--------Đăng ký nhận mail---------*/
.newsletter {
	width: 100%;
	position: relative;
	padding: 30px;
	background: rgba(255, 255, 255, 0.3);
}

.newsletter .box_newsletter {
	width: 100%;
}

.newsletter .title-letter {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.newsletter .title-letter h3 {
	font-family: 'RobotoBold';
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
}

.newsletter .title-letter p {
	font-family: 'RobotoRegular';
	color: #fff;
	font-size: 13px;
}

.form_tin {
	width: 100%;
	position: relative;
}

.form_tin input {
	height: 30px;
	outline: none;
	border: 0;
	padding-left: 10px;
	background: #fff;
	color: #000;
	width: 100%;
	border: 0;
	margin-bottom: 5px;
}

.form_tin textarea {
	height: 60px;
	outline: none;
	border: 0;
	padding-left: 10px;
	background: #fff;
	color: #000;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}

.form_tin .items-input {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.form_tin .items-input input {
	width: calc(50% - 2.5px);
}

.form_tin button {
	width: 105px;
	height: 40px;
	line-height: 40px;
	background: #e20000;
	border: 0;
	outline: none;
	cursor: pointer;
	font-family: 'RobotoBold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: auto;
}

.form_tin input::-webkit-input-placeholder {
	color: #747474;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.form_tin input:-moz-placeholder {
	color: #747474;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.form_tin input::-moz-placeholder {
	color: #747474;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

.form_tin input:-ms-input-placeholder {
	color: #747474;
	font-size: 13px;
	font-family: 'RobotoRegular';
}

/*---------------------Chi tiết tin tức--------*/
.margin_news-l {
	margin: -14px;
}

.items_news-s {
	padding: 14px;
}

.items_news-l {
	padding-bottom: 15px;
}

.items_news-l:nth-child(4n+1) {
	clear: both;
}

.items_news-s:nth-child(4n+1) {
	clear: both;
}

.items_news .images_news {
	float: left;
	width: 30%;
	margin-right: 15px;
}

.items_news .images_news img {
	width: 100%;
}

.items_news h3 {
	font-family: 'RobotoBold';
	font-size: 16px;
	color: #424242;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.items_news:hover h3 {
	color: red;
}

.items_news p {
	font-family: 'MuliRegular';
	font-size: 14px;
	color: #424242;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
}

.order_news {
	margin-bottom: 5px;
	padding-left: 25px;
}

.order_news a {
	font-size: 15px;
	color: #666;
	margin-bottom: 5px;
}

.order_news:hover {
	margin-left: -10px;
}

.order_news span {
	color: #0099FF;
}

.span_orther {
	width: 100%;
	font-size: 20px;
	font-family: 'RobotoBold';
	display: block;
	text-transform: uppercase;
	margin: 15px 0;
}

.ngaydang {
	color: #666;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.h1_detail {
	font-size: 20px;
	font-family: 'RobotoBold';
}

.note_nd {
	width: 100%;
	color: #000;
	font-size: 16px;
}

/*----------Left--------------------*/
#index {
	width: 100%;
	padding: 40px 0;
}

#left {
	width: 280px;
	float: left;
}

.content_right {
	width: calc(100% - 280px);
	float: right;
	padding-left: 20px;
}

.content_right .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: url(../images/icon_dv.png) no-repeat center left 13px, #cc0000;
}

.box_spcl .title {
	margin-bottom: 20px;
}

.content_right .box-right {
	border: 1px solid #cccccc;
	padding: 20px;
}

.content_right .title h2 {
	font-family: 'RobotoBold';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 50px;
}

#left .left .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: url('../images/icon_menu.png') no-repeat center left 13px, #cc0000;
}

#left .left .title h2 {
	font-family: 'RobotoBold';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 40px;
}

#left .left .box_left {
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 20px 0;
	padding-left: 20px;
}

.box_left ul {
	padding-left: 15px;
}

.box_left ul li {
	list-style: disc;
	color: #000;
	position: relative;
	padding: 0 20px 0 0;
}

.box_left ul li a {
	font-family: 'RobotoRegular';
	color: #000;
	font-size: 16px;
	display: block;
	padding: 8px 0;
}

.box_left ul li:hover>a {
	color: red;
}

.box_left ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ccc;
	display: none;
	z-index: 11;
}

.box_left ul li ul {
	padding-right: 0;
	background: #fff;
}

.box_left ul li:hover ul {
	display: block;
}

/*----------Chi tiết sản phẩm--------*/

.content_product .frame_images {
	width: 40%;
	float: left;
}

.content_product .des-product {
	width: 60%;
	float: left;
	padding-left: 40px;
}

.content_product .frame_images .selectors {
	width: 100%;
	padding-top: 10px;
}

.margin-zoom {
	margin: 0 -5px;
}

.items_zoom {
	padding: 0 5px;
	cursor: pointer;
	outline: none !important;
}

#owl-demo22 .owl-stage {
	margin: auto;
}

.slick-current .items_zoom1 {
	border-color: red;
}

.content_product .des-product h1 {
	color: #333;
	font-family: 'RobotoBold', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#zoom-fig {
	position: relative;
	text-align: center;
}

.content_product .des-product li {
	list-style: none;
	padding: 5px 0;
	color: #333;
	font-family: 'RobotoRegular', sans-serif;
	font-size: 17px;
}

.content_product .addtocart-p {
	margin-bottom: 20px;
}

.content_product .button-slick {
	display: flex;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}

.content_product .button-slick div {
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}

.content_product .button-slick div i {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}

.content_product .des-product .sale {
	width: 56px;
	height: 21px;
	background: url(../images/sale.png) no-repeat;
	text-align: center;
	line-height: 21px;
	font-family: 'RobotoMedium';
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
}

.content_product .button-slick .next_sub_news {
	margin-left: 15px;
}

.content_product .des-product .des-product-sub {
	color: #333;
	font-size: 15px;
}

.content_product .des-product .quote {
	display: inline-block;
	margin: 0 5px;
}

.content_product .des-product .price-final_price {
	display: flex;
	align-items: center;
}

.content_product .des-product .price-final_price p {
	color: #333;
	font-family: 'RobotoBold', sans-serif;
	font-size: 20px;
}

.content_product .des-product .price-final_price p span {
	color: #ed1c24;
}

.content_product .des-product .price-final_price p.price_old {
	color: #333;
	text-decoration: line-through;
	font-size: 17px;
	margin-left: 10px;
}

a.txt_color_2,
.txt_color_2 {
	color: #ff6600;
}

.content_product .des-product .items_size {
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

.content_product .des-product .items_size input {
	display: none;
}

.content_product .des-product .items_size span {
	display: block;
	padding: 7px 20px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	position: relative;
}

.content_product .des-product .items_size label {
	font-weight: normal;
}

.content_product .des-product .items_size input[type=radio]:checked+span {
	border: 1px solid #ff6600;
}

.content_product .des-product .items_size input[type=radio]:checked+span:after {
	content: "";
	position: absolute;
	right: -15px;
	top: -10px;
	background: #ff6600;
	width: 45px;
	height: 8px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wrap_qty {
	position: relative;
	display: inline-block;
}

.txt_12 {
	font-size: 12px;
}

.wrap_qty input {
	background: #f3f3f3;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	width: 53px;
	height: 28px;
	padding: 0 9px;
}

.wrap_qty .fa {
	position: absolute;
	right: 5px;
	font-size: 16px;
	cursor: pointer;
}

.wrap_qty .fa-caret-up {
	top: 0;
}

.wrap_qty .fa-caret-down {
	bottom: 1px;
}

.content_product .des-product .control {
	margin: 10px 0;
}

.share_social {
	margin: 10px 0;
}

.content_product .des-product li .share_social {
	margin: 0;
}

.share_social .flex-box {
	display: flex;
	align-items: center;
}

.zalo-share-button {
	margin-top: -5px;
	margin-left: 5px;
}

.at-style-responsive .at-share-btn {
	padding: 7px !important;
}

.zalo_icon {
	position: fixed;
	top: calc(50% + 70px);
	right: 5px;
	cursor: pointer;
	display: inline-block;
	z-index: 999;
}

.actions #product-addtocart-button {
	background: url(../images/icon_add_cart_white.svg), #ed1c24;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 16px 8px;
	padding-left: 52px;
	padding-right: 20px;
}

.actions #buy-now {
	background-image: url(../images/icon_buy_now.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 11px 8px;
	padding-left: 40px;
	padding-right: 20px;
}

button.btn_site_2 {
	background: #6dbb43;
	border-radius: 3px;
	color: #fff !important;
	outline: none;
	display: inline-block;
	padding: 9px 50px;
	font-size: 15px;
	margin: 5px 0;
}

#container_product {
	width: 100%;
	padding-top: 30px;
}

.box_spcl {
	padding-top: 30px;
}

.fix-content {
	position: relative;
	z-index: 1;
}

#slick1 {
	opacity: 0
}

#slick1.slick-initialized {
	opacity: 1
}

#slick {
	opacity: 0
}

#slick.slick-initialized {
	opacity: 1
}

.tags strong {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}

.tags ul {
	padding-left: 0;
}

.tags ul li {
	display: inline-block;
	float: left;
	width: auto;
	padding: 0 !important;
	margin: 2px 0;
}

.tags ul li a {
	font-size: 14px;
	color: #666;
	font-family: 'UTMAvo';
}

.tags ul li a:hover {
	text-decoration: underline;
}


.items_mau {
	float: left;
	margin: 10px 5px 10px 0;
	text-align: center;
}

.items_mau input {
	display: none;
}

.items_mau span {
	display: block;
	padding: 2px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	position: relative;
}

.items_mau span img {
	vertical-align: top;
}

.items_mau input[type=radio]:checked+span {
	border: 1px solid #D87C7C;
}

.items_mau input[type=radio]:checked+span:after {
	content: '';
	background: url(../images/bg-variant-checked.png) no-repeat right bottom;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.items_mau p {
	font-size: 13px;
	margin-top: 10px;
}

.magin-title {
	margin: 20px 0;
}

/*-----------map--------*/
#map_canvas iframe {
	width: 100%;
	height: 400px;
}

#map_canvas1-box {
	width: 100%;
}

#map_canvas1-box iframe {
	width: 100%;
	height: 197px;
	vertical-align: top;
}

#map_canvas1 {
	width: 100%;
	height: 200px;
}

#map .group_map a {
	display: inline-block;
	margin: 5px;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	color: #fff;
	background: #e68122;
	padding: 8px 15px;
}

#map .group_map a:first-child {
	margin-left: 0;
}

/*----------Video-----------*/
.margin_video {
	margin: -10px;
}

.video_item {
	padding: 10px;
}

.video_item h3 {
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	color: #3e3e3e;
	font-family: 'RobotoBold';
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video_item:hover h3 {
	text-decoration: underline;
}

/*----------Điều hướng------*/

.breadcrumb {
	margin-bottom: 20px;
	list-style: none;
	padding: 0 !important;
	background: #fff !important;
}

.breadcrumb-item a {
	color: #666 !important;
	font-size: 15px;
}

.breadcrumb-item:hover a {
	color: red !important;
}

.breadcrumb>li {
	display: inline-block;
	font-size: 0.813rem;
}

.breadcrumb>li+li::before {
	padding-right: .2rem;
	padding-left: .2rem;
	color: #818a91;
	content: "/";
}

.breadcrumb>li+li:before {
	content: '/';
	color: #666;
	font-size: 15px;
}

.breadcrumb-item a:hover {
	color: red;
}

.breadcrumb li:first-child a span {
	display: none;
}

.breadcrumb li:first-child a:before {
	content: '\f015';
	font-size: 17px;
	font-family: "FontAwesome";
	color: #666;
	font-weight: 500;
	text-indent: 0px;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

/*----------------------Back to top-------------*/

#back_to_top {
	color: #fff;
	height: auto;
	position: fixed;
	bottom: 65px;
	margin: 0;
	z-index: 10000;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	right: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#back_to_top.on {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	right: 25px;
}

#back_to_top span {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	-o-border-radius: 48px;
	-moz-border-radius: 48px;
	-webkit-border-radius: 48px;
	border-radius: 48px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	border: 2px solid #1c86c8;
	background: #0054b7;
	border: solid 2px #fff;
}

#back_to_top span {
	text-align: center;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

#back_to_top span i {
	font-size: 22px;
	color: rgb(255, 255, 255);
	transition: color 0.2s ease 0s;
}

#back_to_top:hover span i {
	color: #0054b7;
}

#back_to_top:hover span {
	background: white;
}

/*----------------------Loading------------------*/
#loadding {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
	display: none;
}

#floatingBarsG {
	position: absolute;
	width: 60px;
	height: 75px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.blockG {
	position: absolute;
	background-color: rgb(255, 255, 255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeG;
	-o-animation-name: fadeG;
	-ms-animation-name: fadeG;
	-webkit-animation-name: fadeG;
	-moz-animation-name: fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#rotateG_01 {
	left: 0;
	top: 27px;
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#rotateG_02 {
	left: 8px;
	top: 10px;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

#rotateG_03 {
	left: 25px;
	top: 3px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

#rotateG_04 {
	right: 8px;
	top: 10px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#rotateG_05 {
	right: 0;
	top: 27px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#rotateG_06 {
	right: 8px;
	bottom: 7px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}

#rotateG_07 {
	bottom: 0;
	left: 25px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

#rotateG_08 {
	left: 8px;
	bottom: 7px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}



@keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

.blink_me {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/*=========================*/
.quick-alo-phone.quick-alo-show {
	visibility: visible;
}

.quick-alo-phone {
	position: fixed;
	visibility: hidden;
	background-color: transparent;
	width: 82px;
	height: 64px;
	cursor: pointer;
	z-index: 2 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-ms-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	right: 150px;
	top: 30px;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
	border-color: #2aa3d4;
	opacity: 0.5;
}

.quick-alo-ph-circle {
	width: 140px;
	height: 140px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: 0.1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-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%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	background-color: #a6e3fa 9;
	opacity: 1 !important;
}

.quick-alo-ph-circle-fill {
	width: 90px;
	height: 90px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #000;
	border: 2px solid transparent;
	opacity: 0.1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-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%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
	background-color: #2aa3d4;
}

.quick-alo-ph-img-circle {
	width: 50px;
	height: 50px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url("../images/iconzalo.png") no-repeat center center;
	background-size: 100% 100%;
	border: 2px solid transparent;
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-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%;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
	background-color: #75eb50;
}

@keyframes quick-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		-ms-transform: rotate(0) scale(.5) skew(1deg);
		-o-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		-ms-transform: rotate(0) scale(.7) skew(1deg);
		-o-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-moz-transform: rotate(0) scale(1) skew(1deg);
		-ms-transform: rotate(0) scale(1) skew(1deg);
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@keyframes quick-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		-ms-transform: rotate(0) scale(.7) skew(1deg);
		-o-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-moz-transform: rotate(0) scale(1) skew(1deg);
		-ms-transform: rotate(0) scale(1) skew(1deg);
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		-ms-transform: rotate(0) scale(.7) skew(1deg);
		-o-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: 0.2;
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-moz-transform: rotate(0) scale(1) skew(1deg);
		-ms-transform: rotate(0) scale(1) skew(1deg);
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
		-ms-transform: rotate(-25deg) scale(1) skew(1deg);
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
		-ms-transform: rotate(25deg) scale(1) skew(1deg);
		-o-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
		-ms-transform: rotate(-25deg) scale(1) skew(1deg);
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
		-ms-transform: rotate(25deg) scale(1) skew(1deg);
		-o-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-moz-transform: rotate(0) scale(1) skew(1deg);
		-ms-transform: rotate(0) scale(1) skew(1deg);
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-moz-transform: rotate(0) scale(1) skew(1deg);
		-ms-transform: rotate(0) scale(1) skew(1deg);
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes fadeInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0;
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

/*-------Album-------*/
.album_home {
	width: 100%;
}

.margin_hinhanh {
	margin: -10px;
}

.grid {
	margin: -10px !important;
}

.album_item a {
	display: block;
	overflow: hidden;
	position: relative;
}

.items_hinhanh_box {
	padding: 10px;
}

.items_hinhanh {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.items_hinhanh img {
	width: 100%;
}

.items_hinhanh .des_hinhanh {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transform: scale(0, 0);
}

.items_hinhanh:hover .des_hinhanh {
	transform: scale(1, 1);
}

.items_hinhanh .des_hinhanh h3 {
	font-weight: normal;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}

.items_hinhanh:hover img {
	transform: scale(1.1, 1.1);
}

.images-lq {
	display: none;
}

.grid-image-item a {
	display: block;
	overflow: hidden;
}

.wr_zalo {
	position: fixed;
	top: calc(50% - 50px);
	right: 0px;
}

.title_zalo {
	position: absolute;
	top: calc(50% - 33px);
	left: -68px;
	cursor: pointer;
}

.qr_code {
	display: none;
	position: relative;
	z-index: 999;
}

.fb-fp2 {
	position: fixed;
	z-index: 999998;
	right: -290px;
	z-index: 999998;
	top: calc(50% - 50px);
	width: 380px;
	min-height: 250px;
}

.fb-fp2 img {
	float: left;
}

.noidung a.a_tl {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 20px;
	background: #4f4f4f;
	margin-right: 10px;
}

#donhang {
	display: none;
	padding: 30px;
}

#myModal .modal-dialog {
	width: 900px !important;
}

.content_cart .left_cart {
	width: 50%;
	float: left;
	text-align: center;
	padding-right: 30px;
}

.content_cart .right_cart {
	width: 50%;
	float: left;
}

.content_cart .left_cart img {
	width: 100%;
}

.content_cart .left_cart h3 {
	font-size: 20px;
	color: #141414;
	text-transform: uppercase;
	font-family: 'RobotoBold';
	margin-bottom: 10px;
}

.content_cart .left_cart p {
	font-size: 15px;
	color: #141414;
	text-transform: uppercase;
}

.content_cart .left_cart p span {
	color: red;
}

.content_cart .right_cart .btn-dathang {
	padding: 10px 25px;
	background: #00adef;
	border: 0;
}

.modal {
	z-index: 9999999 !important;
}

.margin_ct {
	margin: 0 -15px;
}

.items_tintuc_nb {
	width: 100%;
	margin-bottom: 15px;
}

.items_tintuc_nb p {
	font-size: 13px;
	font-family: 'OpenSansBold';
	color: #222;
	margin-bottom: 5px;
}

.items_tintuc_nb:hover p {
	text-decoration: underline;
}

.items_tintuc_nb span {
	font-size: 13px;
	font-family: 'RobotoRegular';
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
}

.items_tintuc_nb .col-xs-7 {
	padding-left: 10px;
	max-height: 81px;
	overflow: hidden;
}

.hotrotructuyen_item:not(:last-child) {
	border-bottom: 1px dashed #e8e8e8;
}

.hotrotructuyen_item:first-child {
	background: url("../images/hotrotructuyen.jpg") left center no-repeat;
	height: 120px;
	padding-left: 125px;
	padding-top: 25px;
	font-family: "RobotoBold";
	font-size: 16px;
	color: #ff0000;
}

.hotrotructuyen {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px 10px;
	background: #FFF;
}

.mxh {
	font-family: "RobotoRegular";
}

.mxh .dienthoai {
	font-family: "RobotoBold";
	font-size: 16px;
	color: #ff0000;
	display: block;
}

.hotrotructuyen_item .info {
	padding: 5px 0 8px;
	background: url("../images/ic_email.png") left center no-repeat;
	padding-left: 40px;
	font-family: "RobotoBold";
	font-size: 14px;
	letter-spacing: 1px;
}

.hotrotructuyen_item {
	padding: 8px 0;
}

.mxh {
	font-family: "RobotoRegular";
}

.align-items-center {
	align-items: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.d-flex {
	display: flex !important;
}

.mr-2 {
	margin-right: 5px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.social_left {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
}

.social_left img {
	max-width: 80px;
	margin-bottom: 10px;
}

.noidung img {
	max-width: 100% !important;
	height: auto !important;
}

.noidung table {
	max-width: 100% !important;
}

#show_viewdetail {
	width: 1000px;
	padding: 30px;
}

#show_viewdetail iframe {
	width: 100%;
}

/*----Tin tức-----*/
.margin-cn-l {
	margin: -14px;
	/* display: flex; */
	/* flex-wrap: wrap; */
}

.row_p {
	margin: -14px;
	display: flex;
	flex-wrap: wrap;
}

.items_cn-l,
.items_cn-t {
	padding: 14px;
}

.items_cn-t:nth-child(2n+1) {
	clear: both;
}

.item_sub_cn .des-sub_cn {
	width: 100%;
	float: left;
	/* padding-left: 15px; */
	margin-top: 15px;
}

.item_sub_cn .img_sub_cn {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

.item_sub_cn .img_sub_cn a {
	display: block;
	overflow: hidden;
}

.item_sub_cn .img_sub_cn img {
	max-width: 100%;
}

.item_sub_cn h3 a {
	font-family: 'RobotoBold';
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

.item_sub_cn p {
	font-family: 'RobotoRegular';
	font-size: 13px;
	color: #5f5f5f;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.item_sub_cn span {
	font-family: 'RobotoRegular';
	font-size: 13px;
	color: #5f5f5f;
	display: block;
	margin-bottom: 5px;
}

.item_sub_cn .des-sub_cn img {
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}

.item_sub_cn:hover .img_sub_cn img {
	transform: scale(1.1, 1.1);
}

.item_sub_cn:hover h3 {
	text-decoration: underline;
}

#btn-call {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 25px;
	bottom: 310px;
	z-index: 99999;
}

#btn-call i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #cc0000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	position: relative;
	z-index: 9999;
}

.kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-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: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(17, 130, 252, 0.45);
	opacity: .75;
	right: -10px;
}

.kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(17, 130, 252, .8);
	opacity: .1;
	border-color: #0054B7;
	opacity: .5;
}

#btn-zalo {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 25px;
	bottom: 230px;
	z-index: 9999;
}

#btn-zalo i {
	display: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0054b7;
	position: relative;
	z-index: 999;
}

#btn-zalo i img {
	vertical-align: middle;
	max-width: 100%;
}

.kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-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: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(0, 84, 183, .45);
	opacity: .75;
	right: -10px;
}

.kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(0, 84, 183, .8);
	opacity: .1;
	border-color: #0054B7;
	opacity: .5;
}

.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-tooltip {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.js-facebook-messenger-box {
	bottom: 70px;
	right: 15px
}

.js-facebook-messenger-box {
	background: #cc0000
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-box {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	cursor: pointer;
	text-align: center;
	line-height: 60px;
	background: #cc0000;
	border-radius: 100%;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
	transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out
}

.js-facebook-messenger-container {
	transform: translateY(50px);
	bottom: 110px;
	right: 35px
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 999999999999999999999999999999
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 300px
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: #cc0000
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 300px;
	background: #cc0000;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 99999999999999999999999999999999999999999
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: #cc0000
}

.js-facebook-messenger-box {
	background: #0054b7;
}

.js-facebook-messenger-top-header {
	width: 300px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-box {
	bottom: 140px;
	right: 15px;
}

.js-facebook-messenger-container {
	transform: translateY(50px);
	bottom: 200px;
	right: 35px;
}

.js-facebook-messenger-container.open {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1
}

.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-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%;
}

.products-tools {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
}

.products-tools .grid-list {
	padding-left: 0;
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.products-tools .grid-list li {
	list-style: none;
	padding: 0 10px;
}

.products-tools .grid-list li a {
	font-size: 14px;
	color: #666;
}

.products-tools .grid-list li a.active {
	color: #000;
}

#content {
	width: 100%;
	padding: 30px 0 30px 0;
}

#content .box_container {
	width: 100%;
}

.wrap-banner-home {
	position: relative;
}

.wrap-banner-home>img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.wrap-banner-home .content-banner-home {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	text-align: center;
	padding: 40px 20px;
}

.wrap-banner-home .content-banner-home>h3 {
	font-size: 48px;
	font-weight: 700;
	color: #0c3b6a;
	display: block;
	position: relative;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

.wrap-banner-home .content-banner-home>h3 span {
	z-index: 2;
	position: inherit;
}

/* .wrap-banner-home .content-banner-home>h3:before {
	content: attr(aria-label);
	position: absolute;
	z-index: 1;
	-webkit-text-stroke: 8px white;
	text-stroke: 8px white;
} */

.wrap-banner-home .content-banner-home>p {
	font-size: 29.63px;
	color: #0c3b6a;
	text-align: center;
	position: relative;
}

.wrap-banner-home .content-banner-home>p span {
	position: inherit;
	z-index: 2;
	text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

/* .wrap-banner-home .content-banner-home>p:before {
	content: attr(aria-label);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	-webkit-text-stroke: 5px white;
	text-stroke: 5px white;
} */

.btn-banner-home {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 15px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

.btn-banner-home>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 50px;
	padding: 0px 20px;
	background: #0c3b6a;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
}

.btn-banner-home>a:hover {
	background: #ee560b;
}

.toolbar2 {
	background: #008eda;
	padding: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 500;
	height: auto;
	border-top: 1px solid #cbcbcb;
}

.toolbar2 ul {
	list-style: none;
	padding-left: 0
}

.toolbar2 ul li {
	text-align: center;
	float: left;
	width: calc(100% / 3);
}

.toolbar2 ul li a {
	display: inline-block;
	width: 100%;
}

.toolbar2 ul li a span {
	color: #fff;
	font-size: 3.5vw;
	font-weight: 400;
}

.icon-m {
	background: url(../images/icon_m.png) no-repeat;
	display: inline-block;
}

.icon-t1 {
	background-position: 5px -3px;
	width: 87px;
	height: 25px;
	background-size: 180px;
}

.icon-t2 {
	background-position: -37px -3px;
	width: 30px;
	height: 25px;
	background-size: 180px;
}

.icon-t3 {
	background-position: -80px -3px;
	width: 58px;
	height: 25px;
	background-size: 180px;
}

.icon-t4 {
	background-position: -150px 0px;
	width: 30px;
	height: 26px;
	background-size: 180px;
}

#nhantin .fa {
	background: none;
	color: #fff;
	font-size: 70px;
	margin-bottom: 5px;
	padding-top: 2px;
}

.cart_top {
	position: fixed;
	top: 200px;
	right: 0;
	width: 41px;
	height: 41px;
	background: url('../images/icon_cart.png') no-repeat;
	z-index: 999;
}

#newleter_fixed {
	position: fixed;
	right: 0;
	top: 260px;
	width: 40px;
	height: 150px;
	background: #DEAC00;
	border-radius: 5px 0 0 5px;
	z-index: 999;
	display: none;
}

#newleter_fixed p {
	font-family: 'OpenSansBold';
	font-size: 13px;
	color: #fff;
	transform: rotate(-90deg);
	width: 175px;
	position: absolute;
	top: 43px;
	right: -68px;
	text-transform: uppercase;
}

#modal {
	background: #dda100;
	min-width: 300px;
}

/*----------Popup-----------*/
#popub {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 10001;
	text-align: center;
}

.noidung_popup {
	max-width: 700px;
	min-width: 500px;
	background: white;
	float: left;
	padding: 20px;
}

#popub .popub {
	position: relative;
	max-width: 80%;
	margin: auto;
	display: inline-block;
}

#popub .popub .close_popup {
	position: absolute;
	background: url(../images/close.png) center center no-repeat;
	width: 60px;
	height: 60px;
	right: -33px;
	top: -33px;
	z-index: 999999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	box-shadow: 0 0 60px rgba(0, 0, 0, .2);
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(255, 255, 255, .1);
}

.close_popup,
.list-group-item>.badge {
	float: right;
}

.close_popup {
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}

#popub {
	width: 100%;
	height: 100%;
	display: none;
}

#popub .popub .close_popup:hover {
	background-color: rgba(255, 255, 255, .3);
	box-shadow: 0 0 20px rgba(255, 255, 255, .8);
	cursor: pointer;
}

.slick-slide,
.slick-slide * {
	outline: none !important;
}

.cart {
	position: fixed;
	top: 280px;
	right: 0px;
	z-index: 99999;
}

.cart a {
	position: relative;
	padding: 7px;
	background: #6dbb43;
	line-height: 20px;
}

.cart a .fa {
	font-size: 20px;
}

.cart span {
	position: absolute;
	top: -3px;
	right: 25px;
	background: #6dbb43;
	padding: 0px 7px;
	border-radius: 50%;
	font-size: 14px;
	font-family: monospace;
}

.cart a {
	text-decoration: none;
	color: #fff;
	font-family: OpenSansRegular;
	font-size: 16px;
}


div.widget-mobile {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999;
	display: none;
}

div#my-menu {
	position: relative;
	width: 50px !important;
	height: 50px !important;
}

div.wcircle-open .wcircle-icon i:before {
	content: '\f00d';
}

div.wcircle-icon {
	background: #cc0000;
	border-radius: 50%;
	display: flex !important;
	display: -ms-flex !important;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative !important;
}

div.wcircle-icon:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: rgba(255, 0, 0, .5);
	border: 1px solid #fff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s infinite ease-in-out;
	-ms-animation: pulse 1s infinite ease-in-out;
	-o-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out;
}

div.wcircle-icon:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background: rgba(255, 0, 0, .5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	-moz-animation: zoomIn 2s infinite ease-in-out;
	-ms-animation: zoomIn 2s infinite ease-in-out;
	-o-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out;
}

div.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none;
}

div.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #cc0000;
	border-radius: 50%;
	display: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}

div.wcircle-menu-item i,
div.wcircle-icon i {
	font-size: 25px;
	color: #fff;
	position: relative;
	z-index: 9999;
}

.lazy {
	opacity: 0;
	transition: all 0.5s;
}

.lazy.loaded {
	opacity: 1;
}

/*.goog-te-banner-frame{visibility:hidden !important;}*/
#google_language_translator {
	width: auto !important;
	display: none;
}

.goog-te-gadget .goog-te-combo {
	margin: 4px 0px !important;
}

.goog-tooltip {
	display: none !important;
}

.goog-tooltip:hover {
	display: none !important;
}

.goog-text-highlight {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.glt-clear {
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.langCon {
	display: block;
	margin: 0 10px 0px 0;
}

#flags {
	display: flex;
	justify-content: flex-end;
}

#flags a {
	display: block;
	margin: 0 2px;
}

#flags a img {
	display: block;
}

.skiptranslate {
	display: none;
}

/* dang ky nhan tin */
.wrap-dknt {
	padding: 40px 0px;
}

.nhan-tin-right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nhan-tin-right {
	max-width: 100%;
}

.nhan-tin-right .form-newsletter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.nhan-tin-right .form-control {
	padding: 15px 10px;
	width: 487px;
	height: 55px;
	margin-right: 10px;
	background: #bbd3eb;
	color: #000;
	border: none;
	border-radius: 7px;
}

.nhan-tin-right .form-control::placeholder {
	color: #0c3b6a;
	opacity: 1;
	/* Firefox */
	font-size: 16px;
}

.nhan-tin-right .form-control::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #0c3b6a;
	font-size: 16px;
}

.newsletter-submit {
	font-weight: 700;
	padding: 13px 25px;
	border: none;
	background: #1d6ebe;
	color: #fff;
	font-size: 18px;
	width: 175px;
	border-radius: 5px;
	text-transform: uppercase;
}

body {
	top: 0 !important;
}

@media (max-width:576px) {
	.margin-da {
		padding: 41px 5px;
	}

	.about_home .container_main,
	.product_list .container_main,
	.box-congtrinh .container_main {
		padding: 0;
	}

	.btn-banner-home {
		flex-wrap: wrap;
	}

	.items_duan .des_duan h3 a {
		font-size: 16px;
	}
}