@import url("fonts.css");
body {
	font-family: arial,tahoma,"segoe ui", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* global */
.container{width:1200px !important;}
@font-face {
	font-family: OpenSans-Bold;
	src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
	font-family: Roboto-Regular;
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: Roboto-Bold;
	src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
	font-family: RobotoSlab-Bold;
	src: url('../fonts/RobotoSlab-Bold.ttf');
}
@font-face {
	font-family: RobotoSlab-Regular;
	src: url('../fonts/RobotoSlab-Regular.ttf');
}
@font-face {
	font-family: UTM Colossalis;
	src: url('../fonts/UTM Colossalis.ttf');
}
@font-face {
	font-family: SFUFuturaBook;
	src: url('../fonts/SFUFuturaBook.TTF');
}
@font-face {
	font-family: UTM Alexander;
	src: url('../fonts/UTM Alexander.ttf');
}
@font-face {
	font-family: fontawesome;
	src: url('../fonts/fontawesome-webfont.ttf');
}





ul#main-nav a {
	font-family: SFUFuturaBook;
	color: #333333;
}
.rel {
	position:relative
}
.red {
	color:red
}
.over-hide{overflow:hidden}
.desc .view{
	margin: 10px 0;
	background-color: #fff;
	border-radius: 50px;
	bottom: 0;
	padding: 3px 7px;
	display: inline-block;
}
.desc .view i{-webkit-transform:rotate(0deg);position: relative;top: 2px;left: 0px;}
.desc .view:hover i{-webkit-transform:rotate(-180deg);}
.blue{color:blue}
.btn-effect{background:#35414D;color:#fff;padding: 10px 18px;font-family: Avo;padding-top: 11px;font-size: 17px;}
.btn-effect:hover{background:#1BBC9B;color:#fff;text-decoration:none;}
.back-to-top {
	position:fixed;
	z-index:123;
	right: -60px;
	bottom: -60px;
	text-align: center;
	color: #EC000A !Important;
	text-decoration: none !Important;
	font-weight: bold;
	font-size: 14px;
	box-shadow: chartreuse;
}
.phantrang{    margin-left: 15px;text-align: center;}
.pagination>li>a.current{
	background:#ddd
}
.anim-05 {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link-transpare-border {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.link-transpare-border:hover:before{
	border: 5px solid rgba(255, 255, 255, 0.4);
}
.tooltip-inner {
	border-radius:0 !important
}
.link-transpare-border:before {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255, 255, 255, 0.6);
	content:"";
	position: absolute;
	left: 0px;
	top: 0;
}
.empty-content {
	margin: auto;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.title-child {
	font-family: Alter-gothic;
	font-size: 21px;
	border-bottom: 1px solid #ccc;
}
.global-title h2:after, .title-global h2:after,.global-title h2:before, .title-global h2:before{
	content:"";
	position:absolute;
	width: 37px;
	left: -35px;
	height: 44px;
	top: -1px;
	z-index: 1;
	background:url(../img/fix-title-left.png) no-repeat
	;opacity: 0;
}
#contact  .global-title:after,#contact  .title-global:after{display:none}
#contact  .global-title h2,#contact  .title-global h2{background:transparent}
.global-title:after,.title-global:after,.global-title:before{content:"";width: 100%;background-color: #DCDCDC;height: 2px;bottom: 15px;position: absolute;z-index: 1;}
.global-title h2:after, .title-global h2:after{
	background:url(../img/fix-title-right.png) no-repeat;
	left: auto;
	right: -70px;
	width: 72px;
}
.global-title h2, .title-global h2 {
	margin: 0;
	font-family: Avo_bold;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	font-size: 21px;
	float: left;
	z-index: 2;
	position: relative;
	margin-bottom: 2px;
	padding: 0;
	padding-bottom: 6px;
	background-color: #fff;
	padding-right: 10px;
}
.title-global, .global-title {
	margin-top: 16px;
	margin-bottom: 0px;
	position:relative;
}

.inner-website .global-title,.inner-website  .title-global{}
.inner-max-width img {
	max-width:100%;
	height:auto;
	margin: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* fb rp */
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 100% !important;
}
/* fb rp */
/* end global */
/*header */
header {
	top: 0;
	z-index: 123;
	width: 100%;
	background: white;    
	/* -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);  -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.4);  
	box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4); */
}
header .wrap-top{padding:15px 0;}
header #lang-bar{
	text-align: right;
	margin-bottom: 5px;
}
header #form-xsearch{
	padding: 5px;
	position: relative;
}
header #form-xsearch input{
	padding: 5px 3px;
	background-color: #2A2322;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	width: 98%;
	text-indent: 10px;
	color: #fff;
	margin: 0 1%;
}
header #form-xsearch button{
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0;
	color: #E25922;
	font-size: 17px;
	top: 10px;
	right: 9px;
}

header .logo img{/* margin:auto */float: left;}

header nav {  
	z-index: 12;
	width: 100%;
	position: relative;
	background-color: #382F2D;
}
ul#main-nav {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	margin-top: 0;
	z-index: 2;
	display: flex;
	width: 100%;
	justify-content: space-between;
	float: left;
}
ul#main-nav li.last{
	min-width: 142px;
	max-height: 20px;
	position: relative;
	max-width: 203px;
	padding: 0;
	margin: 0;
	display: block;
	float: right;
}
ul#main-nav li.last form{
	margin: 0;
	padding: 0;
	background-color: red;
	top: 8px;
	position: absolute;
}
ul#main-nav li.last form input{
	width: 100%;
}
ul#main-nav li.last form button{
	position: absolute;
	right: 0;
}
ul#main-nav > li:hover > div > a,ul#main-nav li.active > div >a {
	color:#fff;
}

ul#main-nav > li {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	padding: 0 6px;
	margin: 0;
}

ul#main-nav li{ 
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* icon */
ul#main-nav li a:hover {
	color: #ff0000;
}
ul#main-nav > li a {
	color: #333333;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	padding: 20px 0px 0;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
ul#main-nav  li:hover > a{color: #ff0000;}
ul#main-nav > li a:hover, ul#main-nav > li.active > a {
	text-decoration: none;
	color: #1fbff4;
}
ul#main-nav > li ul {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 1000px;
	left: 0;
	max-width: 300px;
	z-index: 2;
	text-align: left;
	-o-transition: all 0.5s ease;     -ms-transition: all 0.5s ease;     transition: all 0.5s ease;
}
ul#main-nav > li ul ul{
	left:100%;
	top: 0;
}
ul#main-nav > li ul li {
	padding: 10px 5px;
	min-width: 220px;
	position: relative;
	background-color: white;
	border-bottom: 1px solid rgba(0, 106, 165, 0.11);
}
ul#main-nav > li ul li a {
	line-height: 16px;
	padding-left: 5px;
	text-transform: inherit;
	color: #333333;
	padding: 5px !important;
	font-size: 15px;
	text-transform: capitalize;
	float: none;
}
ul#main-nav > li:hover > ul {
	display: block !important;
	opacity: 1;
}
ul#main-nav li:hover > ul{display: block !important;}

/*header */
/* main */

#page-wrapper {    
	position: relative;
	z-index: 23;
	background-color: #fff;
}


/* cart */
table#giohang input {
	margin:5px 0px;
	font-size: 19px;
}
table#giohang input.btn, .xbtn {
	background: #075992;
	color: #ffffff;
	padding: 3px 10px;
	border: none;
	margin: 5px 3px;
	border-radius: 0;
	padding: 7px 15px;
	/*background: #000000;*/
	line-height: 15px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}
.source-cart {
	background: url(../img/shop-cart.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px;
	position: absolute;
	right: 20px;
	top: 30px;
	position: fixed;
}
.source-cart a {
	font-size: 15px;
	background: black;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	left: 37px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
h3.all-cart-price {
	margin-left: 10px;
	font-size: 27px;
	color: rgb(192, 39, 49);
}
/* end cart */
#social-air a {
	position: relative;
	width: 100%;
	height: 100%;
	/* display: inline-block; */
	margin: 0px 3px;
	text-align: center;
}
#social-air a span {
}
#social-air a:hover span {
}

/* footer */
footer {
	padding:40px 0 40px 0;
	color: white;
	position: relative;
	background-size: 100% 100%;
}
/* maps */
.video-wrapper iframe {
	width: 100% !Important;
	left:0;
	right:0;
	position:absolute;
	height: 100% !important;
	border: 0;
}
.video-wrapper {
	position: relative;
	padding-bottom: 37.55%;
	height: 0;
}
/* maps */

.zoomContainer{z-index:120}
/* media queue */


.nav-request{
	background-color: #3B8AB9;
	/* border: 1px solid #ccc; */
	margin-top: 5px !Important;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);  -moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.5);  box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}
.nav-request li{
	padding: 15px 6px !important;
	text-align: center;
}
.nav-request li.active a{
	color: #111 !Important;
}
.nav-request li.active a:hover{}
.nav-request li.active{
	background-color: #fff;
}
.nav-request li a  p{
	margin-bottom: 0;
}
.nav-request li a .number{
	font-size: 13px;
	text-transform: capitalize;
	font-weight: normal;
	text-align: center;
}
.nav-request li a{
	text-shadow: none !Important;
}
.from.question{display:none;margin-top: 10px;}
.from.question .inner-form{
	/* border: 1px solid rgba(204, 204, 204, 0.45); */
	/* padding: 10px; */
}
.header-question{font-size:20px;color: #999;font-style: italic;}
.inbox-question .info{border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.inbox-question{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0;
}
.inbox-question .item-question{
	margin-bottom: 10px;
}
.inbox-question .item-question .q:hover{
	background: #EEFFDA  url(../img/question_a.png) no-repeat 9px 6px;
}
.inbox-question .item-question .q{
	background: #E3ECD2 url(../img/question.png) no-repeat 9px 6px;
	padding: 6px;
	padding-left: 60px;
	border-top: 3px solid #CFDEB2;
	cursor: hand;
	cursor: pointer;
}
.inbox-question .item-question .a{
	background: #e9e5d4;    padding: 0 10px;    
	display: none;    border-bottom: 10px solid #e9e5d4;
	margin: 10px 0;
	padding: 10px;
}
.fb-page, .fb-page span, .fb-page span iframe[style] { 
	width: 100% !important; 
}
ul#light-gallery{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#light-gallery li .inner{/* border: 1px solid rgba(204, 204, 204, 0.43); */padding: 3px;    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);  -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);  box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}
.grid-item{margin-bottom: 16px;}
.col-8{    padding-left: 8px;padding-right:8px}
.row-8{    margin-left: -8px;
	margin-right: -8px;
}

.news-content .header .date {
	font-style: italic;
	font-size: 13px;
	margin: 5px 2px;
	color: #8a8888;
	font-size: 11pt;
}
.titletimkiem{
	text-align: center;
	background: url(../img/af1.png) center bottom no-repeat;
	font-family: OpenSans-Bold;
	text-transform: uppercase;
	color: #0078D7;
	font-size: 20pt;
	padding-bottom: 18px;
	margin: 15px 0px;		
}
.thongbaokqtimk{
	text-align: center;
	font-family: Roboto-Regular;
	color: #353526;
	font-size: 13pt;
	text-transform:none;
	padding-bottom:12px;
}
.thongbaokqtimk span{
	color: #242415;
	font-family: Roboto-Bold;
}
.ttintar123{
	text-align: center;
	background: url(../img/afspmoi.png) center bottom no-repeat;
	font-family: OpenSans-Bold;
	text-transform: uppercase;
	color: #E50000;
	font-size: 20pt;
	padding-bottom: 18px;
	margin: 15px 0px;
}

body a:hover{
	text-decoration:none;
}

.divsanpham{
	margin:15px 0px;
	text-align:center;
}
.hinhsanpham
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.hinhsanpham,.img_pro ,.img_duan ,.gioithieuhinh {
	position: relative;
	overflow: hidden;
}
.hinhsanpham img ,.img_pro img,.img_duan img,.gioithieuhinh img{
	margin: 0 auto;
	-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.hinhsanpham:hover img ,.img_pro:hover img,.img_duan:hover img,.gioithieuhinh:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tensanpham a{
	color:black;
	text-transform:uppercase;
	font-family: Roboto-Bold;
}
.content_price a{
	color:red;
	font-family: Roboto-Bold;
}
.content_price {
	color: #D30000;
	font-family: Roboto-Bold;
	padding: 5px 0px;
}
.content_price .giacu {
	color: #969696;
	text-decoration: line-through;
}

.xemchitiet {
	padding: 10px 0px;
	margin-bottom: 10px;
}
.xemchitiet span {
	border: 1px solid #D30000;
	border-radius: 5px;
	background: url(../img/bg1.png)no-repeat;
	background-size: 100% 100%;
	padding: 7px 0px;
	font-family: Roboto-Bold;
}
.xemchitiet span a:nth-child(2) {
	color: #ffffff;
	padding: 10px 10px;
}
.xemchitiet span a:nth-child(1) {
	color: #3D3D3D;
	padding: 10px 10px;
}
.titletintuc {
	font-family: OpenSans-Bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 18pt;
	margin-bottom: 15px;
	background: url(../img/gachdup.png) left bottom no-repeat;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.hinhtintuccroll,.hinhtintucone,.dichvuhinh {
	position: relative;
	overflow: hidden;
}
.hinhtintuccroll img ,.hinhtintucone img,.dichvuhinh img{
	margin: 0 auto;
	-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.hinhtintuccroll:hover img,.hinhtintucone:hover img ,.dichvuhinh:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hinhtintucone img{
	width:100%;
}
.tentintucone a{
	font-family: Roboto-Bold;
	color:#2F2F2F;
	font-size:12pt;
	display:inline-block;
	padding: 15px 0 5px 0px;
}
.motatintucone{
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:25px;
	color:#555555;
	font-size:10pt;
}
.xemthemttone a{
	display:inline-block;
	padding: 11px 15px;
	text-transform:uppercase;
	color:#2F2F2F;
	background:#fdfdff;
	border: 2px solid #333333;
	margin-top: 30px;
	margin-bottom: 10px;
}
.dvtintuccroll{
	padding:10px 0px;
}
.tintuccroll{
	padding-left:0px;
}
.hinhtintuccroll{
	width: 37%;
	float:left;
	padding-right: 15px;
}
.hinhtintuccroll img{
	
	border-radius: 50%;
}
.noidungtintuccroll{
	width: 63%;
	float:left;
}
.noidungtintuccroll a{
	font-family: Roboto-Bold;
	color: #333333;
	font-size: 14px;
	display:inline-block;
	padding: 10px 0 5px 0px;
}
.motatintuccroll{
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 23px;
	color: #333333;
	font-size:10pt;
}
.baovideo .embed-responsive-16by9 {
	padding-bottom: 73.25%;
}
.ttbaivietkhac{
	text-transform:uppercase;
	font-size: 14pt;
	color:black;
	font-family: Roboto-Bold;
	border-bottom:1px solid #CCCCCC;
	padding:  3px 0px;
	margin-bottom: 10px;
}
.baivietkhac a{
	display:inline-block;
	width:100%;
	color:black;
	line-height:25px;
	padding: 5px 0px;
	font-size: 11pt;
}
.baivietkhac a:hover {
	color:red;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.hinhvideos {
	position: relative;
	overflow: hidden;
}
.hinhvideos img {
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.hinhvideos:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hinhcon{
	display:none;
}
.tenvideo {
	background: #0C9CEE;
	color: white;
	font-family: Quicksand-Regular;
	text-align: center;
	font-size: 12pt;
	padding: 10px 0px;
}
.logo{
	width: 18%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 95px;
}
.bannermenu{
	width: 82%;
	float: left;
}
.banner{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	height: 50px;
}
.hotline{
	width: 20%;
	float: left;
	background: url(../img/hot.gif) left top  no-repeat;
	padding: 13px 0px 4px 30px;
	color: #ff0000;
	font-family: UTM Colossalis;
	font-size: 17px;
}
.bodydiv{
	padding: 30px 0;
}
.globaltitle_left{
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
	background: url(../img/bgdm2.png) no-repeat;
	background-size: cover;
	font-size: 16px;
	font-family: UTM Alexander;
	text-transform: uppercase;
}
.pro{
	padding: 10px 0;
	text-align: center;
}
.img_pro{
	border: 1px solid #CCCCCC;
}
.name_pro a{
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	font-family: Roboto-Regular;
	display: inline-block;
	padding: 10px 0 0 0;
}
.prive_pro{
	font-size: 14px;
	color: #333333;
	font-family: Roboto-Regular;
	text-transform: capitalize;
}
.prive_pro span ,.prive_pro a{
	color: #e70000;
}
.ttprolist {
	border-bottom: 1px solid #077090;
	margin-bottom: 12px;
}
.ttprolist span{
	padding: 10px 40px 10px 30px;
	color: #FFFFFF;
	background: url(../img/bftt2.png)left center no-repeat #0f253b;
	font-size: 16px;
	font-family: UTM Alexander;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
.ttprolist span:after{
	position: absolute;
	content: '';
	left: 100%;
	top: 0;
	width: 21px;
	height: 100%;
	background: url(../img/aftt2.gif) no-repeat;
}
.ttprolist a{
	float: right;
	color: #777777;
	font-family: Roboto-Regular;
	text-transform: capitalize;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 10px;
}
.duandiv{
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.img_duan{border-radius: 50%;margin-right: 15px;}
.duanrol{
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 10px 5px;
}
.noidung_duan{
	color: #444444;
	text-transform: uppercase;
	font-family: Roboto-Bold;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.mota_duan{
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Roboto-Regular;
	color: #fff;
	font-size: 12px;
	background: #17a2b8;
    display: inline;
    padding: 3px 6px;
    border-radius: 3px;
}
.phone_duan{
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Roboto-Regular;
	color: #555555;
	font-size: 12px;
}
.ttdv {
	font-family: UTM Alexander;
	color: #333333;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.ttdv:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 60px;
	height: 5px;
	/*background: #077090;*/
	background: #0f253b;
	-webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
.gioithieuname{
	font-family: Roboto-Bold;
	color: #333333;
	font-size: 14px;
	padding: 7px 0 0 0 ;
	display: inline-block;
}
.gioithieumota{
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Roboto-Regular;
	color: #555555;
	font-size: 13px;
	margin: 5px 0 15px 0;
}
.xemthemgioithieu {
	text-align: right;
	margin: 15px 0;
}
.xemthemgioithieu a{
	background: #0f253b;
	padding: 8px 20px;
	color: white;
	font-size: 14px;
	font-family: Roboto-Regular;
	display: inline-block;
}
.fright{
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.dkntft{
	background: url(../img/bgdknt2.png) left center no-repeat #74AFC1;
}
.ttdknt{
	width: 30%;
	float: left;
	font-family: UTM Alexander;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	padding: 25px 0 25px 85px;
	background: url(../img/email.png) left center no-repeat;
}
.sldknt{
	width: 35%;
	float: left;
	color: white;
	font-size: 18px;
	font-family: Roboto-Regular;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.frmdknt{
	width: 35%;
	float: left;
	height: 80px;
	padding: 21px 0;
}
.frmdknt .fthuhai{
	width: 75%;
	float: left;
	border:none;
	background: white;
	height: 40px;
	text-indent: 10px;
	color: #B3B3B3;
	font-family: Roboto-Regular;
}
.frmdknt .fthuhai::-webkit-input-placeholder { 
	color: #B3B3B3;
	font-family: Roboto-Regular;
}
.frmdknt .guidi{
	font-family: Roboto-Regular;
	color: white;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
	border: none;
	width: 25%;
	float: left;
	background: #E50000;
	height: 40px;
}
.noidungft{
	width: 30%;
	float: left;
}
.chinhsach{
	width: 25%;
	float: left;
	padding:0 15px;
}
.bandoft{
	width: 45%;
	float: left;
}
.ttft1 {
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	font-family: UTM Alexander;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.ttft1:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background:#077090;
}
.chinhsach a{
	font-family: Roboto-Regular;
	color: white;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
}
.copppy{
	background: #077090;
	padding: 15px 0;
	font-size: 13px;
	font-family: Roboto-Regular;
	color: white;
}
.thongke{
	text-align: right;
}

.chinhsach a:hover{
	color: yellow;
}
.noidungtintuccroll a:hover,.name_pro a:hover,#right-nav-navigation .noidung_duan a:hover,.ttprolist a:hover,.xemthemgioithieu a:hover{
	color: #1fbff4;
}
.dichvu{
	padding: 30px 0 10px 0;
}
.doitac{padding: 10px 0 30px}
.ttdichvu{
	font-family: UTM Alexander;
	color: #333333;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;	
}
.ttdichvu:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	width: 60px;
	height: 5px;
	/*background: #077090;*/
	background: #0f253b;
}
.dichvu_content{
	border:1px solid #CCCCCC;
	padding: 15px;
	position: relative;
	/* padding-bottom: 50px; */
	min-height: 112px;
	margin-bottom: 20px;
	border-top: none;
}
.dichvuten a{
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	font-family: Roboto-Bold;
	display: inline-block;
}
.dichvumota{
	display: -webkit-box;
	width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: Roboto-Regular;
	color: #555555;
	font-size: 13px;
	margin: 5px 0 15px 0;
}
.dichvuxemthem{
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.dichvuxemthem a{
	/*background: #077090;*/
	background: #0f253b;
	padding: 8px 20px;
	color: white;
	font-size: 13px;
	font-family: Roboto-Regular;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 5px;
}
.dichvu_content a:hover{
	color: red;
}
.dichvuxemthem a:hover{
	color: yellow;
}
#right-nav-navigation section{
	padding-bottom: 25px;
}
.map_description{
	color: black;
}
#mapfooter iframe{
	height:100% !important;
	width:100% !important;
}
.lang-edit {
	display: flex;
	justify-content: center;
	align-items: center;
}
.lang-edit a:first-child img {margin-right: 20px;}
.lang-edit a {padding: 0;}
.lang-edit a{transition: all 0.35s ease;}
.lang-edit a:hover img {transform: scale(1.05);}
.lang-edit a span {
	position: absolute;
    top: -4px;
    left: -7px;
    background: #dd2233;
    /* padding: 5px; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    z-index: 66;
}
.box-info-header {
    position: relative;
    float: left;
    padding-left: 20px;
    margin: 10px 20px 10px 0;
}
.box-info-header span {
    font-size: 14px;
    color: #555;
    display: inline-block;
}
.box-info-header span:last-child{font-weight: bolder;}
.box-info-header.hotline1:before {
	content: "\f10b";
    font-size: 20px;
    top: -5px;
    left: 5px;
}
.box-info-header.email:before {
    content: "\f0e0";
}
.box-info-header:before {
    font-family: FontAwesome;
    color: #111;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
#header-top {background: rgba(167, 204, 215, 0.11);position: relative;z-index: 800;}
.languages_top{float: right;position: relative;margin: 5px 0px;}
