/* CSS Document */
@charset "utf-8";
*{
	margin:0;
	padding:0;
	list-style:none;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/RobotoCondensedRegular/RobotoCondensed-Regular.eot');
	src: url('../fonts/RobotoCondensedRegular/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoCondensedRegular/RobotoCondensed-Regular.woff2') format('woff2'),
	url('../fonts/RobotoCondensedRegular/RobotoCondensed-Regular.woff') format('woff'),
	url('../fonts/RobotoCondensedRegular/RobotoCondensed-Regular.ttf') format('truetype'),
	url('../fonts/RobotoCondensedRegular/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'Glyphicons Halflings';
	src:url(../fonts/GlyphiconsHalflings/glyphicons-halflings-regular.eot);
	src:url(../fonts/GlyphiconsHalflings/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/GlyphiconsHalflings/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/GlyphiconsHalflings/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/GlyphiconsHalflings/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/GlyphiconsHalflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
@font-face {
    font-family: 'UVNMuaThu';
    src: url('../fonts/UVNMuaThu.TTF');
}
@font-face {
    font-family: 'UTM French Vanill';
    src: url('../fonts/UTM French Vanilla.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/RobotoSlab-Light.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/RobotoSlab-Regular.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url('../fonts/RobotoSlab-Thin.ttf');
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
    font-family: 'SFUDinLight';
    src: url('../fonts/SFUDinLight.TTF');
}
@font-face {
    font-family: 'UTM AvoBold';
    src: url('../fonts/UTM AvoBold.ttf');
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'SFUFuturaBook';
    src: url('../fonts/SFUFuturaBook.TTF');
}
@font-face {
    font-family: 'UTM Wedding K&T';
    src: url('../fonts/UTM Wedding K&T.ttf');
}
@font-face {
    font-family: 'SFUFuturaHeavy';
    src: url('../fonts/SFUFuturaHeavy.TTF');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'SFUFuturaBold';
    src: url('../fonts/SFUFuturaBold.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');
}

body{
	width: 100%;
	font-size:12px;
	font-family: 'Roboto-Regular';
	line-height:1.5;
	background: #f6f6f6;
}
html, body, div, span,strong{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
*::-webkit-input-placeholder {
    color: #2c2c2b;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #2c2c2b;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #2c2c2b;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #2c2c2b;
}

a{text-decoration:none!important; color:#373737;}
a:hover{color:#009767;}
img{border:0;}
/* Hieu ung */
.hieuung{position: relative;overflow: hidden;opacity: 0.9;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
.hieuung img{}
.hieuung:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(31, 29, 29, 0.09);content: '';-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
.hieuung:hover:after{webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.hieuung:hover{opacity: 1;}
/* End hieu ung */
.content-post-deatail p,.content-post-deatail span{
	line-height:1.5;
}
.clear
{
    overflow:hidden;
    clear:both;
}
.none{display:none;}
.slogan h3{color:#F10000;font-family: 'UVNMuaThu';font-weight: bold;text-align: center;}
.detail-post img{
	
}
#inner-wrapper
{
	margin:0 auto;
	width: 100%;
	background: #fff;
	padding: 0;
	/* border-left: 1px solid #E8E6E6; */
	/* border-right: 1px solid #E8E6E6; */
}

.line_bottom{width:100%;border: 1px solid #6F3A8D;height: 1px !important;/* line-height: 0 !important; */}
#logo{
    float: left;
    /* padding: 10px 0; */
    position: relative;
    margin-top: -4px;
}
#logo img{max-width: 100%;min-height: 45px;}
#header #banner{
    float: left;
    padding: 0 6px;
}
#header #banner img{max-width: 100%;}
.background{padding: 16px 0;}
.txtcenter{
	text-align:center;
}
table,tr,td {border-collapse: collapse;}
table,tr,td {border-collapse: collapse;}
h1, h2, h3, h4{
	margin:0 ;
	padding:0 ;
}
.col-content-info{margin-top: 23px;}
.thongtin{margin-bottom:10px;}
.thongtin b{color: #000;font-size: 15px;font-weight: normal;text-transform: uppercase;/* background: url(../images/title_ft.png) no-repeat bottom left; */display: inline-block;line-height: 11px;}
.thongtin b:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 50%;
    background: #fff;
    margin: auto;
}
.thongbao{	
    border: 1px solid #0C0;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    overflow: hidden;
	padding:15px;
	
}
#subscribe_form{display:inline-block;}
.guimail {
    background: #C70505;
    border: none;
    color: #FFFFFF;
    font: 17px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    padding: 8px 8px;
    cursor:pointer;
    border: none;
    text-transform: uppercase;
    float: right;
}
.email-form{min-width: 245px;height: 36px;text-indent: 10px;color: #000;}
.bot_ft{
	background: #B30202;
	font-size: 13px;
	padding: 10px 60px;
	color: #fff;
	width: 100%;
}

.bot_ft .bot_ft-left {
	float: left;
}
.bot_ft .bot_ft-left li{float: left;margin-right: 11px;list-style-type: none;color: #000;}
.bot_ft .bot_ft-left li a{color:#000;}
.bot_ft .bot_ft-left li span{color:#f00;}
.bot_ft .bot_ft-right {
	float:right;
}
#map_canvas2{width:100%;height:400px;}
.pd0{
    padding: 0!important;
}
.pd5
{
	padding-left:5px !important;
	padding-right:5px !important;
}
.pd10
{
	padding-left:10px !important;
	padding-right:10px !important;
}
.mg0{
    margin: 0!important;
}
.displaynone{
    display: none;
}

.t_center{
    text-align: center;
}
.lacf{    position: absolute;
left: 0;width:12%;}
.lacf1{    position: absolute;
right: 0;width:12%;}
.hinh_gioithieu{width: 100%;}
#bttop {
    width: 56px;
    height: 52px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1234;
    text-indent: -99999px;
    display: none;
    cursor: pointer;
    background: url(../images/up-arrow.png) no-repeat 0 0;
    /* background-color: #003070; */
    border-radius: 4px;
}
#bttop:hover {
    opacity: 0.7;
}
.info_support ul{padding:0;}
.info_support ul li{float:left;margin-right:5px;color: #fff;font-weight: normal;font-size: 15px;}
/************menu-norp****************/
.description-services
{
	float:none !important;
	margin:0 auto;
}
#main_header{
	text-align:center;
}
#header {
    width: 100%;
    position: relative;
    z-index: 999;
    background: #699a49;
    padding: 7px 0;
    height: 63px;
}
nav.nav-banner-top{position:relative;/* width: 1200px; */padding: 5px 0;}
#header .top_right{float:right;font-family: 'Roboto-Regular';font-size: 16px;color: #fff;text-align: left;padding: 3px 5px;display: inline-block;}
.top_right ul{
	padding:0px;
	margin: 0;
}
.login_top1 {
	float: right;
    display: flex;
    align-items: center;
}
.login_top1 .ct_loggedIcon {
    width: 25px;
    height: 25px;
    background-size: contain !important;
    margin-right: 8px;
    background: url(../images/user.png) no-repeat;
    display: inline-block;
    float: left;
    margin-top: 2px;
}
.login_top1 .ct_icon_text
{
	font-weight: bold;
	color: #fff;
}
.login_top1 > li
{
	margin-right: 20px;
}
.login_top1 > li:nth-child(2) > button i
{
	margin-right: 5px;
}
.login_top1 > li:nth-child(2) > button
{
	margin-bottom: 5px;
	background: #75bd4f;
	border: 0px;
}
.login_top1  li
{
	display: inline-block;
	float: left;
}
.ct_nav_dropdown_item_icon {
    margin-right: 10px;
    margin-left: -10px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-size: 32px 32px !important;
}
.ct_nav_dropdown_item_icon.sprite_sunny_common_info_new {
    background: url(../images/3a3d6e6b89293d85d212aca602e1b5f3.png) no-repeat center center transparent;
}
.ct_nav_dropdown_item_icon.sprite_sunny_common_info_new1 {
    background: url(../images/ac8f619ab4022d4c75308120da443d5c.png) no-repeat center center transparent;
}
.ct_nav_dropdown_item_icon.sprite_sunny_common_info_new2 {
    background: url(../images/7b436696aa834f506944ca17caba2d09.png) no-repeat center center transparent;
}
.ct_nav_dropdown_item_icon.sprite_sunny_common_logout_new {
    background: url(../images/c81f8025828fa5bee06349d357142930.png) no-repeat center center transparent;
}
.login_top1 li ul li
{
	width: 100%;
}
.top_right ul li.timrv{padding-top: 4px;}
.login_top1 li ul li{margin:0 !important;}
.top_right ul li{
    list-style: none;
    float: right;
    color: #a4a4a4;
    margin: 0 5px;
	display: inline-grid;
}
.dropdown-menu>li>a{color:#000 !important;}
.top_right ul li a.dangtin{
    background: #fd0909;
	padding: 4px 9px;
	border-radius: 5px;
}
.top_right ul li a.dangtin:hover{
    color: #fff;
    background: #d60909;
}
.top_right ul li a{
	color: #fff;
	font-size: 16px;
}
.top_right ul li a:hover{
	color: #ff0;
}
#header .diachi {
	padding: 7px 0;
}
#header .dienthoai {
    padding: 7px 0;
    float: left;
}
#header .hotline {
	padding: 0;
	margin: 0;
}
#header .hotline span {
    color: #ff0;
}
#header .hotline h5{
    background: #FF6C00;
    color: #fff;
    padding: 5px 29px;
    margin: 0;
}
#header .hotline p{
    margin: 0;
    background: #F1F1F1;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
}
#header .hotline p b{}
#header .hotline .mxhoi{
    text-shadow: none;
    font-size: 14px;
}
#thunggo {
    position: relative;
    z-index: 99;
    background-color: #fff;
    min-height: 270px;
}
#main_container
{
	margin:0 auto;
}
.box-tron {
    float: left;
    width: 234px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #FFF;
    /* margin: 0px 20px 20px 0px; */
}
.box-tron-hinh {
    padding: 7px;
    position: relative;
}
.box-tron-hinh img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100%;
}

.box-tron-hinh h3 {
    position: absolute;
    bottom: 15px;
    width: 50%;
    left: 25%;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.box-tron a {
    color: #FFF;
}
.box-tron-hinh-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg-box-tron.png) no-repeat;
    background-size: 100% 100%;
    top: 0px;
    left: 0px;
}
.box-tron-bong {
    height: 58px;
    background: url(../images/bong-tron.png) no-repeat center bottom;
    margin-top: -36px;
}	
.thietke_cap1 
{width: 161px;/* height: 282px; */float:left;position: relative;/* outline: none; *//* border: none; */}
.thietke_cap1 .vn83{width:264px;margin:0 auto;position: relative;border-radius: 50%;}
.thietke_cap1 .images
{
	
	overflow: hidden;
	
	/* position: relative; */
	
	/* z-index: 99999; */
	
	/* border-radius: 50%; */
}
.thietke_cap1 .images img
{
	transition: all 1.2s ease 0s;
	border-radius: 50%;
	/* background: url(../images/vien_tron.png) repeat; */
	/* border: 6px solid rgba(204, 204, 204, 0.18); */
}
.thietke_cap1 .images:hover img 
{
	transform: scale(1.0);
	opacity:0.5;
}

.thietke_cap1 .name
{text-align:center;position: absolute;/* background-color: rgba(0, 0, 0, 0.58); */bottom: 0;/* width: 62%; */left: 0px;right: 0;margin: 0 auto;/* padding: 25px 0 !important; *//* border-radius: 6px; */}
.thietke_cap1 .name a
{
    color: #000;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 15px;
    padding: 0px !important;
    position: absolute;
    bottom: 0;
    z-index: 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.thietke_cap1 .name:hover{opacity:0.5;}
.thietke_cap1 .name a:hover
{
    color: #fff;
	
}
.bong_ten{
    background: rgba(0, 0, 0, 0.48);
    width: 180px;
    height: 62px;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}
.services-index
{
	margin:15px auto;
}
.bg-service-index
{
	margin:0 auto;
	background:url(../images/bg-service-index.gif) no-repeat center;
}
.frame-services
{
	margin:0 auto;
    padding: 25px 0px 25px 0px;
	
}

.button_addtocart
{
	background:url(../images/mua_hang.jpg) no-repeat center;
	width:160px;
	height:38px;
	border:none;
	cursor:pointer;
}


.title_about h3
{
	color:#e10101;
	
	text-transform:uppercase;
	
	
	font-family: 'robotoregular';
	
}
.title_index h3
{
	
	color:#e10101;
	font-weight:bold;
	text-transform:uppercase;
	font-size:25px;
	text-align:center;
	font-family: 'robotoregular';	
}




.title_com
{
	margin:15px auto;
}
.title_com h3
{
	color:#e10101;
	
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
	font-family: 'robotoregular';
	
}


.title_index
{
	margin-bottom: 15px;
	
	height:32px;
	line-height:32px;
	background:#f4f4f4
}

.title_index h3 a{
	float: left;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px 0px 15px;
    background: #0043d6;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	font-weight: normal;
	
    font-family: 'robotoregular';
}
.title-member-hakogroup
{
	margin-bottom: 15px;
	
	height:32px;
	line-height:32px;
	
}
.title-member-hakogroup h3
{
	margin:0 auto;
	text-align:center;
}
.title-member-hakogroup h3 a{
	height: 32px;
    line-height: 32px;
    padding: 0px 15px 0px 15px;
	
    display: block;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 18px;
	
    font-family: 'robotoregular';
}
.title_about
{
	margin-bottom: 15px;
	
	height:32px;
	line-height:32px;
	background:#f4f4f4
}

.title_about h3 a{
	float: left;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    background: #0043d6;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	
    font-family: 'robotoregular';
}

.title-hinhanh-index
{
	margin-bottom: 15px;
	height:32px;
	line-height:32px;
	background:url(../images/bg-hinhanh-index.png) no-repeat left;
	
}
.title-hinhanh-index h3 {
	float: left;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    background: #0043d6;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
	text-indent: 15px;
    font-family: 'robotoregular';
	margin: 0 auto;
}
.about-img,.img-box-item
{
	margin:0 auto;
	position:relative;
	overflow: hidden;
}
.about-img img,.img-box-item img{
	
	/*width: 100%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;		
	
}
.about-img:hover img,.img-box-item:hover img{
	
	opacity: 0.7;
    -webkit-transform: rotate(2deg) scale(1.1,1.1);
    -moz-transform: rotate(2deg) scale(1.1,1.1);
    -ms-transform: rotate(2deg) scale(1.1,1.1);
    transform: rotate(2deg) scale(1.1,1.1);
	
}
.hinhanh-index
{
	padding: 0px 20px 20px 20px !important;
}
.about-index
{
    padding: 25px 0px 0px 20px;
}
.thanhvienhakogroup
{
	margin: 20px auto;
	background:#fafafa;
	padding: 20px 20px 20px 20px;
}
.thanhvienhakogroup .title_index
{
	background:none;
}
.list-box-index
{
	padding: 20px 20px 0px 20px;
}
.list-item-index
{
	margin-bottom: 15px;
	padding-left: 0 !important;
	
}
.img-box-item
{
	min-height:150px;
}
.name-index
{
	min-height: 50px;
	padding:5px 0px 5px 0px;
}
.name-index a
{
	
	color:#2a2a2a;
	text-transform:uppercase;
	font-family: 'robotoregular'
}
.about_content_des
{
	margin:10px auto;
	
}
.frame_des
{
	min-height: 55px;
	margin:0 auto;
	
}



.date-post i 
{
    padding-right: 10px;
}
.list-pro-item-index
{
	margin:0 auto;
	
	border-right: 1px solid #ddd;
	padding-left:0 !important;
	padding-right: 0 !important;
}
.list-pro-img
{
	position:relative;
	overflow:hidden;
}
.list-pro-img:hover > a > img, .list-pro-img:hover > img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.list-pro-img > a > img, .list-pro-img > img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.article-image-out img {
    max-width: 100%;
    width: 100%;
}

.box-border-pro:hover > div {
	opacity:0.2;
	filter:alpha(opacity=20);
}

.box-border-pro > div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.list-pro-img span.nth1 {
    left: 50%;
    margin-left: -22px;
}

.list-pro-img span {
    position: absolute;
    display: block;
    padding: 7px 0px;
    left: 32%;
    top: -50px;
    z-index: 8;
    text-align: center;
    vertical-align: middle;
    margin-top: -28px;
    margin-left: 8px;
    -moz-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
}
.list-pro-img span .fa, .list-pro-img span img {
    display: inline-block;
    margin: 0px 7px;
    background: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.list-pro-img span .fa {
	
	
    font-size: 15px;
    display: none;
    color: #256193;
}

.list-pro-img  span .fa:hover,
.list-pro-img  span img:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.list-pro-img:hover span {
	top:50%;
}

.list-pro-img  > a > img,
.list-pro-img  > img {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.list-pro-img:hover > a > img,
.list-pro-img:hover > img {
	opacity:1;
	filter:alpha(opacity=70);
}

.list-pro-name
{
	margin:0 auto;
	background:#fafafa;
	width:100%;
	padding:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.list-pro-name a
{
	color:#0043d6;
	text-transform:uppercase;
	font-size: 15px;
    font-family: 'robotoregular';
	font-weight:bold;
}
.list-pro-img a img{
	max-width:initial;
}
.box-border-pro
{
	border:1px solid #ddd;
}
.banner .container 
{
	margin:0 auto;
	position:relative;
}
.banner_img a 
{
	margin:0 auto;
	display:block;
	max-height:200px;
}
.banner_img a img
{
	margin:0 auto;
	text-align:center;
	/* width: 100%; */
	/* vertical-align: initial; */
}

.text_banner  {
	width: 286px;
	height: 63px;
	padding: 8px;
}
.text_banner img
{
	float:left;
	margin-right:10px;
}
.text_banner p
{
	margin:0 auto;
}
.text_banner p.name_hotline
{
	text-shadow: -1px 0 #fff,0 1px #fff,1px 0 #fff, 0 -1px #fff;
	color:#000;
	font-size:18px;
	font-weight:bold;
}  

.text_banner p.phone_hotline
{
	text-shadow: -1px 0 #fff,0 1px #fff,1px 0 #fff, 0 -1px #fff;
	color:#e90000;
	font-size:25px;
	font-weight:bold;
}  

.nav-menu-top
{
	margin:0 auto;
	width: 100%;
}
.menu-fixed {
    margin: 0 auto;
    position: fixed !important;
    top: 0;
    z-index: 999 !important;
}
.nav-menu-top .container
{
	overflow:initial;
}
.menu{margin:0 auto;/* width: 79%; *//* margin-top: 27px; *//* float: right; *//* background: url(../images/bg_menu.png) repeat-x; */position: relative;}
.menufix{
	
    margin-top:0px!important;
	
	
}
.ddsmoothmenu .font_custom  ul {
    display: none;
    position: absolute;
    width: 236px !important;
    white-space: normal;
    top: 100%;
    left: 0;
}
.menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	/* text-align: center; */
	width: 100%;
}
.menu .ddsmoothmenu >ul >li{
	height: 45px;
	display: inline-block;
	float: left;
}
.menu .ddsmoothmenu >ul >li.logo {
    z-index: 99999;
    margin-top: 0;
    background: none;
    /*     background: #FFD30A; */
    /* background: url(../images/bg_logo.png) no-repeat; */
    width: 222px;
    height: 160px;
    float: left;
}
/* .menu .ddsmoothmenu >ul >li.logo:after{content:'';background: url(../images/logo_after.png) no-repeat bottom center;width: 222px;height: 48px;position: absolute;bottom: -48px;} */
.menu .ddsmoothmenu >ul >li.logo img{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.menu .ddsmoothmenu >ul >li.logo:hover a{background:none;}
.box_search{
    float: right;
    position: relative;
    margin-top: 7px;
}

.box_search form {
    border: none !important;
}

.box_search input.timkiem  {
    border: 1px solid #ccc;
    height: 35px;
    width: 195px;
    color: #a9a9a9;
    outline: none;
    background: #fff;
    padding: 0px 10px;
    float: left;
    font-size: 13px;
}
.bt-timkiem {
    border: none;
    background: url(../images/icon_search.png) center no-repeat, #ED1C24;
    outline: none;
    width: 41px;
    height: 35px;
    float: right;
    cursor: pointer;
}
.box_search .img_search {/* position: absolute; *//* right: 3px; *//* top: 0; */}
.box_search_2 input
{
	color: #000;
    text-indent: 5px;
    padding: 5px;
    margin: 5px auto;
	background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#keyword{
    width: 200px;
    border-radius: 5px;
}
#btnSearch{
    width: 17px;
    height: 17px;
    border: none;
}

.box_search_2{
    display: none;
    position: relative;
    font-family: 'fontB';
    font-size: 15px;
    color: white;
    text-transform: uppercase;
	
}
#keyword_2{
    width: 200px;
    border-radius: 5px;
}
#btnSearch_2{
    width: 17px;
    height: 17px;
    border: none;
}
.slideanh{
    position: fixed!important;
    top:0px;
    width: 100%;
    height: 100%;
}
.topmn {
    position: relative;
    top: 0;
    z-index: 9;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: normal;
    background: #F3F3F1;
    /* padding: 9px; */
    font-weight: normal;
    /* font-family: 'RobotoSlab-Regular'; */
}
.topmn span{
    color: #000;
    /*     float: left; */
    /* border-right: 1px solid #000; */
    /* padding: 0 10px; */
}
.topmn span:last-child{border:none; }
.topmn span.top-l{float: left;line-height: 40px;}
.topmn span.top-c{float: left;margin-left: 18%;line-height: 40px;}
.topmn span.top-r{float: right; }
.topmn p{color:#fff;padding:0;margin:0;float: right;}
.topmn a {
	margin: 0 1px;
	color: #000;
	font-size: 13px;
	margin-right: 10px;
}
.topmn a:hover,.topmn a.active{color: #FF4900;}
.topmn a :last-child{margin-right:0;}
.mxh_ft{
    margin: 10px 0;
}
.mxh_ft a{
    border: 1px solid #f71515;
    padding: 10px;
    border-radius: 5px;
}
.mxhoi{float:right;}
/* .timkiem {
	float: right;
	position: relative;
    max-width: 250px;
    background: #8948AE;
    height: 26px;
    margin-top: 6px;
    width: 100%;
    margin-left: 15px;
	margin-right: 24px;
} */
.ghr {
    height: 26px;
    float: left;
    max-width: 220px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    line-height: 26px;
    text-indent: 10px;
    color: #fff;
}
.sr {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.giohang {
    float: right;
    color: #fff;
}
.slide-show {
    width: 100%;
    position: relative;
    z-index: 0;
}

.nhantin{
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 50px;
    left: 90px;
    z-index: 9999;
    text-align: center;
}
.nhantin .khung_chua{padding: 30px;}
.nhantin .khung_chua p{color:#fff;}
/******************container_left &right************************/
.dmsp{
    margin: 0 auto;
    margin-left: 5px;
    color: #000;
    line-height: 48px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'RobotoSlab-Bold';
    text-indent: 19px;
    background: url(../images/icon_l.png) no-repeat center right 14px;
    float: left;
    width: 20.5%;
    background-color:#EDE80D;
    height: auto;
	position: relative;
}
.dmsp .contentdm{opacity:0}
.dmsp:hover .contentdm{opacity:1;}
/* ::-webkit-scrollbar {
	background:#fff;
	width: 5px;
	height:11px;
	}
	::-webkit-scrollbar-thumb {
	background: #ccc;
} */
div.box_sli_l{
	width: 100%;
	float:left;
	/* min-height:100px; */
	/* box-shadow:2px 2px 5px #A59999; */
	position:relative;
	z-index: 123;
}	
div.box_sli_l ul{
	/* height: 430px; */
	overflow-y: auto;
}
div.box_sli_l .box_ul{
	position:relative;
	padding: 0;
}
div.box_ul ul li{
	display:block;
	padding: 5.7px 0px;
	border-left: 4px solid #ccc;
	border-bottom:1px solid #ccc;
	list-style:none;
}
div.box_ul ul li:last-child{
	border-bottom:0px;
}
div.box_ul ul li:hover{
	border-left: 4px solid #C70505;
}
div.box_ul ul li a{
	color:#000;
	font-size:14px;
	text-decoration:none;
	padding-left:14px;
	display:block;
	background: url(images/muiten_dm.png) no-repeat center right 0;
}
div.box_ul ul li a:hover{color:#f00}

/*---caap 2---*/
div.box_ul > ul > li > ul{
	position:absolute;
	left: 98%;
	top:0px;
	width:0px;
	transition:0.5s;
	display:none;
	background:none;
	padding-top:0px;
	background:#fff;
}
div.box_ul > ul > li:hover ul{min-width: 240px;transition:0.6s;display:block;height:auto;}
div.box_ul > ul > li > ul > li{/* padding:3px 0px 3px 15px; */position:relative;list-style:none;}
div.box_ul > ul > li > ul > li a{font-size:14px;}
.tintuc_moi{background:url(../images/bg_lienhe.png);max-width: 100%;text-align: center;padding: 25px;/* height: 445px; *//* padding-top: 103px; */}
.tintuc_moi .title_gioithieu h2{font-family: 'RobotoSlab-Bold';background: url(../images/line_lh.png) no-repeat bottom center;padding-bottom: 13px;}
.tintuc_moi .sdt_gioithieu h2{
    color: #000;
    font-weight: bold;
    font-size: 33px;
}
.tintuc_moi .email_gioithieu{
    font-size: 15px;
}
.container_left{
    width: 30%;
    float: left!important;
}
.container_right{
    width: 70%;
    float: right!important;
}
.module_left{
    margin: 0px auto;
    width: 100%;
    /* padding: 10px; */
    /* border: 1px solid #ddd; */
    /* margin: 20px 0; */
}
.title_left{
	margin:0 auto;
	height: 41px;
	line-height: 41px;
	background: #FF4900;
	text-align: center;
}
.module_left .title_left h3{
    margin: 0 auto;
    width: 100%;
    /* border-bottom: 2px solid #1EAEEA; */
    color: #fff;
    height: 41px;
    background-repeat:no-repeat;
    line-height: 41px;
    font-size: 16px;
    text-transform:uppercase;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'Roboto-Black';
    /* text-indent: 19px; */
    /* background: url(../images/icon_l.png) no-repeat center right 14px; */
}
.module_left ul{
	margin:0 auto;
	background: #FAFAFA;
	/* background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(241, 241, 241, 0.98)); */
	background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(255,0,0,1));
	background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(255,0,0,1));
	/* background: linear-gradient(to right, rgba(255,0,0,0), #f1f1f1); */
}
.module_left ul li{
    /* padding: 9px 0px 0px 0px; */
    text-indent: 15px;
    /* background: url(../images/icon_list.png) no-repeat 10px 13px; */
}
.module_left ul li a
{
	padding-left: 0px;
	text-indent: 15px;
	color:#2a2a2a;
	font-size: 14px;
	font-weight:normal;
	/* text-transform: uppercase; */
}
.module_left .content1{  
	display: inline-block;
	width:100%;
	border: 1px solid #D2D2D2;       
	background: white;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	
}
ul.post-col-info .owl-carousel {
    padding: 0;
    position: relative;
}
ul.post-col-info
{
    list-style: none;
    margin: 0px;
    padding: 15px 0px 0px 0px;
    position: relative;
}
ul.post-col-info li {
    margin-bottom: 20px;
    /* text-indent:initial !important; */
}

ul.post-col-info li:before, ul.post-col-info li:after {
    content: " ";
    display: table;
}

ul.post-col-info li .col_item_img {
    background-color: #000;
    position: relative;
	width: 100px;
	float: left;
	margin-right: 20px;
}
ul.post-col-info li .col_item_img .item_format {
    z-index: 1;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #555;
}
ul.post-col-info li .col_item_img a {
    display: block;
	display: block;
    text-indent: initial;
}
ul.post-col-info li .col_item_img img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul.post-col-info li .item_content {
    overflow: hidden;
}
ul.post-col-info li .item_content h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
ul.post-col-info li:after {
    clear: both;
}
ul.tintuc_more li
{
	list-style-type: decimal;
    list-style-position: inside;
	border-bottom: 1px dotted #ddd;
    padding: 5px 8px;
    color: #C4C4C4;
    font-weight: bold;
	background:none;
	margin-bottom: 0; 
	
}
ul.tintuc_more li:before, ul.tintuc_more li:after {
	
    display: initial;
}
.module_left ul.tintuc_more li a {
	padding-left:0;
}
.module_left ul.tintuc_more li span
{
	padding-left:10px;
}
ul.tintuc_more li a 
{
	
}
.select_video .video_lienquan
{
	margin:0 auto;
	width:100%;
	color: #000;
}

.select_video{
	/* margin-bottom:10px; */
}
.newsletter form input
{
	margin: 8px auto;
    width: 100%;
    text-indent: 10px;
    line-height: 30px;
	
}
.newsletter form textarea
{
	margin: 8px auto;
    width: 100%;
	text-indent: 10px;
}
.newsletter form input.button
{
	background:#e80202;
	
}
.box_news3 {
    width: 100%;
    padding-bottom: 16px;
    font-size: 11px;
    float: left;
    clear: both;
}
.ten_trai h3{margin:0;}
.ten_trai h3 a{color:#25AA62;font-size: 17px;font-weight: bold;}
.ten_phai h3{margin:0;padding: 0;}
.ten_phai h3 a{color:#000;font-weight:bold;font-size: 13px;}
.ten_phai p{color:#000;font-size: 13px;padding:0;margin:0;}
/*************************menu_left**************************/
#nav ul li{
	background-image:url(../images/bg_acco.png);
	list-style:none;
	background-repeat:repeat-x;
	border:solid 1px #d2d2d2;
}
#nav ul li:hover a{
    text-decoration: none;
    color: red;
}
#nav ul ul li:hover a{
    text-decoration: none;
    color: #363636;
}
#nav ul li a{
	background:url('../images/node.png') no-repeat 10px 14px ;
	font-weight: bold;
	
	font-family: 'fontC';	
	font-size:18px;
	color:#363636;	
	padding-left:30px;
	line-height:36px;
	display:block;
	transition:all ease-out .5s;
}
#nav ul li :last-child{
	border-bottom: none;
}
.content1 ul ul li{
	background:none !important;
}
.content1 ul ul li a {
	background:url("../images/node.png") no-repeat scroll 25px 14px !important;
	padding-left:40px !important;
	font-weight: bold;
	font-family: 'fontC';
	font-size:18px;
}
/*****************ho_tro_truc_tuyen*********************/


.support_online .name_support
{
	font-weight: bold;
    font-size: 15px;
	margin-bottom: 15px;
    line-height: 1.6;
}

.support_online .name_support img.yahoo
{
	position: relative;
	
	
}
.support_online .name_support img.Skype
{
	position: relative;
	
    width: 20px;
}
.support_online .email_support span
{
	font-weight: bold;
}
.item_support{
	padding:5px 20px;
	
}

.item_support .item{
	background: url('../images/node.png')no-repeat 0px 10px;
	float:left;
	width:50%;
	text-align:left;
	font-weight:bold;
	color:#009f0f;
	font-family: 'fontC';
	font-size: 18px;
}

.item_support .item img{
	vertical-align:bottom;
}
.email{
    
    
    
}
.space_hotro{
    border: 1px solid #d2d2d2 ;
    width: 175px;
    margin-left: 10px;
}


.content1 iframe{
    border-radius: 6px;
    margin-top: 3px;
    padding: 2px 2px;
}
/*****************thong_ke_truy_cap*******************/


.icon_online{
    background: url("../images/icon_online.png")no-repeat 0px 4px;
}
.icon_sum{
    background: url("../images/icon_sum.png")no-repeat 0px 4px;
    float: left;
}
.icon_today{
    background: url("../images/icon_today.png")no-repeat 0px 4px;
}
.icon_week{
    background: url("../images/icon_week.png")no-repeat 0px 4px;
}
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
.hi-icon-effect-6 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.hi-icon-effect-6 .hi-icon:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}
.hi-icon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tensp_left{
    color: #FF6501;
    font-family: 'RobotoSlab-Bold';
}
.img_mxh{margin-right: 3px;}
.dangkymail{  }
.khung_nhantin1{border: 1px dashed rgba(204, 204, 204, 0.59);}
.khung_nhantin{background: #0C2082;padding: 6px 0px 6px 17px;margin: 7px;}
.khung_nhantin p{color:#fff;font-size:13px;  }
/**************************/
.sp_nb{
    
}
.item_nb{
    width: 215px;
    height: 135px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin: 45px 5px;
}
.item_nb img{
    width: 215px;
    height: 135px;
    border-radius: 5px;
}
/****************************right*************/

.title_right{
	margin-bottom: 10px;
	text-align: center;
}
.title_right2{
	margin-bottom: 10px;
	text-align: left;
}

.title_right2 h2{  
    display: inline-block;
    margin: 0px auto;
    font-family: 'fontD';
    color: #35424D;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0px!important;
    /* background: url('../images/tittle_1.png')no-repeat bottom center; */
    font-weight: bold;   
}
.title_right h2{  
    display: inline-block;
    margin: 0px auto;
    font-family: 'fontD';
    color: #35424D;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0px!important;
    /* background: url('../images/tittle_1.png')no-repeat bottom center; */
    font-weight: bold;   
}
.title_right1 h2 {
    display: inline-block;
    margin: 0px auto;
    font-family: 'fontE';
    color: #35424D;
    font-size: 55px;
    text-transform: uppercase;
    padding: 10px 0px!important;
    /* background: url('../images/tittle_1.png')no-repeat bottom center; */
    font-weight: bold;
}
.title_duan{
	padding-top: 40px;
	padding-bottom:  40px;
	margin-bottom: 10px;
	text-align: center;
	background: url('../images/thanh_2.png')repeat-x center left;
}
.title_duan h2{  
	display: inline-block;
	margin: 0px auto;   
	font-family: 'fontB';
	color: white;
	font-size: 30px;
	text-transform: uppercase;
	border: 2px solid white;
	padding: 10px 50px!important;
	background: #004c97;
	font-weight: normal;	
}
.module_left ul li a:hover,.module_left ul li a.active{
}
.title_khachhang{
	padding-top: 40px;
	padding-bottom:  40px;
	margin-bottom: 10px;
	text-align: center;
	background: url('../images/thanh_1.png')repeat-x center left;
}
.title_khachhang h2{  
	display: inline-block;
	margin: 0px auto;   
	font-family: 'fontB';
	color: black;
	font-size: 30px;
	text-transform: uppercase;
	border: 2px solid white;
	padding: 10px 50px!important;
	background: white;
	box-shadow: 0px 0px 5px 0px black;
	font-weight: normal;
	
	
	
}
.procdute_nb{
    position: relative;
}
.about_index{
    
}
.box_content{
    /* margin-top: 20px; */
    background: white;
}
.box-left-info
{
	border:1px solid #ddd;
	padding:10px;
}
.content{
    
	text-align: justify;
    
	width: 650px;
}
.content-post-deatail
{
	margin:15px auto;
	padding: 0 10px;
}
.content img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/****************san_pham***************/
.title-pro 
{	
	width:100%;
}
.title-pro h3{/* background: url(../images/title_content.png) no-repeat center bottom; *//* border: 3px solid #ccc; */text-align: center;margin-top: 0;}
.title-pro .right-viewall
{
	float:right;
}
.title-pro h3.title-pro-name a {
    text-transform: uppercase;
    font-family: 'SFUFuturaBook';
    color: #ED1C24;
    /* background: #1EAEEA; */
    padding-bottom: 10px;
    display: block;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    /* background: url(../images/title_center.png) no-repeat bottom center; */
    padding-bottom: 20px;
}
.title-pro-index{
    background: #0C2082;
    margin-bottom: 20px;
}
.title-pro .title-pro-index {
    margin: 0 auto;
}
.title-pro-index .title-pro-index a {
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    float: left;
    line-height: 25px;
    font-size: 22px;
    background: url(../images/continue.png) no-repeat left center;
    text-indent: 50px;
    background-position-x: 7px;
}
.title-pro-index .title-pro-index a.xemthem {
    float: right;
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-transform: inherit;
    font-weight: normal;
    background: none;
    font-family: 'robotoregular';
    margin-right: 8px;
    text-indent: 0;
}
.title-duan-index{
    background: #0C2182;
    margin-bottom: 20px;
    display: inline-block;
}
.title-duan-index .title-duan-index {
    text-transform: uppercase;
    color: #fff;
    padding: 11px 63px 10px 26px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    float: left;
    line-height: 25px;
    font-size: 22px;
    /* background: url(../images/continue.png) no-repeat left center; */
    margin: 0;
    position: relative;
}
.title-duan-index .title-duan-index:after{
    content: "";
    background: url(../images/title_duan_after.png);
    width: 119px;
    height: 51px;
    background-size: 100% 100%;
    position: absolute;
    left: 100%;
    top: -5px;
}
.title-pro  .right-title {
    float: left;
    /* height: 15px; */
}
.box_product{
    margin-top: 15px;
	position:relative;
	
}
.marginr0
{
	margin-right:0 !important;
}
.item_product{
	width:302px;
	height: 340px;
	margin: 20px auto;
	position:relative;
	background: url('../images/background_sp.png')no-repeat top left;
	
}
.item_product:hover{
	
	
	
	background: rgba(237, 237, 236, 1);
	transition: 2s;
	
}
.item_product img{
	width:300px;
	height:225px;
	border:solid 1px #d2d2d2;
	
}
.name{
    margin-top: 10px;
    text-align:center;
}
.name h3 a{
	color: #363636;
	
	padding-top: 5px;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: 'fontB';
	height:30px;
	overflow:hidden;
}
.ct-img
{
	margin:0 auto;
	text-align:center;
	
	
}

.hinh_anh_1
{
	margin:0 auto;
	text-align:center;
	float: none !important;
}

.col-right-pro-detail
{
	margin:0 auto;
	padding:10px;
}
.item_list_nb .khung_vien:hover .quick-info 
{
    top: 0;
    opacity: 1;
}
.item_list_nb .gr-button .btn-order {
    padding: 8px 20px;
    font-family: 'robotoregular';
    font-size: 14px;
    border-radius: 5px;
    background: #FF4900;
    border: 0;
    text-transform: uppercase;
}
.item_list_nb .gr-button .views {
    float: right;
	font-family: 'robotoregular';
    background: transparent;
    border: 0;
}
.item_list_nb .views {
    color: #fff;
    font-family: 'robotoregular';
    text-transform: uppercase;
    line-height: 30px;
}
.price-tour{
	font-weight: normal;
	color: #f00;
	font-size: 16px;
	text-align:center;
	margin-left: 7px;
}
.name_list_pro{width: 100%;margin: 0 auto;padding: 0 5px;}
.muahang{float:right;margin-right: 7px;}
.muahang a {
    color: #fff;
    padding: 5px 11px;
    text-align: center;
    background: #E71414;
    border-radius: 16px;
    font-size: 15px;
    border: 2px solid #ccc;
}
.muahang a:hover{color:#ff0;}
#container-tab
{
	margin: 15px auto;  
}

div#container-tab #tabs ul
{
	margin-left:0;
	padding:0;
}
div#container-tab #tabs li
{
	float:left;
	list-style:none;
}
div#container-tab #tabs li#tab_spformat 
{
	white-space: nowrap;
	background: #C70505;
	padding: 8px 20px;
	margin-right: 1px;
	color: #fff;
}
div#container-tab #tabs li#tab_spformat a
{
	color:#ffffff;
	text-transform: uppercase;
	padding: 7px;
}
div#container-tab #tabs li#tab_spformat.active
{
	background: #0C2082;
	color:#fff;
}
div#container-tab #tabs li#tab_spformat.active a
{
	color:#fff;
	font-weight:bold;
}
#tab-1 .info-content{padding: 8px;}
#tabs div#tab-1
{
	border: 1px solid #ccc;
	margin: 0 auto;
	
	padding: 10px;
}
#tabs div#tab-2
{
	border: 1px solid #ccc;
	margin: 0 auto;
	
	padding: 10px;
}
#tabs div#tab-3
{
	border: 1px solid #ccc;
	margin: 0 auto;
	
	padding: 10px;
}

#tabs div#tab-4
{
	border: 1px solid #ccc;
	margin: 0 auto;
	
	padding: 10px;
}

#tabs div#tab-5
{
	border: 1px solid #ccc;
	margin: 0 auto;
	
	padding: 10px;
}


#tabs
{
	
}

#tab_detail
{
	position: relative;
	margin: 0px auto;
	
	padding:0;
	border-radius: 6px 6px 0px 0px;
	z-index: 10;
}

/***************************************Start Rating **********************************************/
.hide {
    display: none!important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 8px;
}
.text_lb
{    color: #000;
font-size: 15px;}
.title_lb	{border: 1px solid #000;padding: 5px;color:#fff;background:#000;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
#box_danhmuc {
    float: right;
    height: 28px;
    padding: 20px 0px;
    margin-right: 11px;
}
.select_danhmuc {
    position: relative;
    width: 175px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
#box_danhmuc span {
    font-size: 12px;
    color: #404040;
    font-family: 'RobotoRegular';
    line-height: 28px;
    font-weight: bold;
}
.date-post,.news_mota{font-size:15px;}
.bentrai {
    width: 23%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.bentrai li {
    background: url(../images/icon_list1.png) no-repeat left top 6px;
    list-style: none;
}
.bentrai li a {
	line-height: 25px;
    color: #000;
    padding-left: 20px;
    display: block;
    font-size: 17px;
}
.bentrai li a:hover{color:#f00;}
.benphai {
    width: 77%;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 1%;
}
img.quangcao_duoi{width:100%;margin-bottom:50px;}
#gioithieu {
    position: relative;
    z-index: 99;
    /* background:url(../images/slide_duoi.png); */
    min-height: 270px;
    color:#fff;
}

#box_video {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	/* margin-bottom: 10px; */
}

#box_video iframe{
	width: 90%;
	left: 0;
	right: 0;
	position: absolute;
	height: 100%;
	margin: 0 auto;
}
.mxh_gt{float:left;}
.video{padding-top:10px;}
.news-box {
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed;
}
.news-box .news-img{overflow:hidden;}
.news-box .news-img img{    transition: all 1.2s ease 0s;}
.news-box .news-img:hover img
{
	transform: scale(1.3);
	opacity:0.5;
}
.lienket img{transition: all 1.2s ease 0s;}
.lienket img:hover{transform: scale(1.3);}
.news-box h3{
    margin-top: 0;
    text-align: left;
}
.news-box h3 a{
    color: #6F3A8D;
    /* text-transform: uppercase; */
    font-size: 21px;
    font-weight: normal;
    font-family: 'robotoregular';
}
.news-box p.mota_news{
    text-align: justify;
    font-size: 14px;
}
.video {}
/********************************************END RATING *************************************/





/***************/
.item_product_2{
	
	
	margin: 20px auto;
	position:relative;
	background: url('../images/background_sp.png')no-repeat top left;
	
}
/*.item_product:hover{
	width:240px;
	height:281px;
	float:left;
	margin-right:14px;
	margin-bottom:20px;
	position:relative;
	background: orange;
	transition: 2s;
	border-radius: 5px;
}*/
.item_product_2 img{
	width:300px;
	height:225px;
	border:solid 1px #d2d2d2;
	float:left;
	margin-right: 10px;
	margin-left:10px;
	
}
.item_product_2 p{
    font-family: 'fontB';
    font-size: 16px;
    font-weight: bold;
}
.item_product_2 span{
    font-weight: normal;
}
/**************/
.item_gioithieu{
    width: 220px;
    height: 177px;
    background: url('../images/background_gioithieu.png')no-repeat top left;
    float: left;
    margin-right: 10px;
}
.item_gioithieu img{
    width: 210px;
    height: 160px;
    margin: 5px 5px;
}
.about_index{
    font-family: 'fontC';
    font-size: 18px;
    color: #636363;
    font-weight: bold;
}
.name_gt{
    color: #363636;
}
.icon_xt{
    position: absolute;
}

/* --------------------- Phan trang ------------------*/
.phantrang{
	text-align:center;
	padding:10px 0px;
}
.phantrang span{
	background: #E70202;
	
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    margin: 0 0 0 4px;
    padding: 6px 10px;
}
.phantrang a {
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #636363;
    cursor: pointer;
    font-size: 11px;
    margin: 0 0 0 4px;
    padding: 6px 10px;
}
.phantrang a:hover {
    background: none repeat scroll 0 0 black; 
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}
.phantrang .paginate_button_disabled, .phantrang .paginate_button_disabled:hover {
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2 !important;
    color: #ADADAD !important;
    cursor: default;
    opacity: 0.7;
}
.phantrang .paginate_active, .phantrang .paginate_active:hover {
    background: none repeat scroll 0 0 black;   
    box-shadow: none;
    color: #FFFFFF;
}/*----------------------------------------------------*/
/*--------------------------START paging-----------------------------*/
.wrap_paging {
	margin:10px auto;
	
	position: relative;
	width: 100%;
	padding: 0px 0px;
	text-align: right;
}
.wrap_paging_top {
	position: relative;
	width: 100%;
	padding: 7px 0px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	text-align: right;
}
.paging {
	margin:0px auto;
	text-align:center;
}
ul.pages li a i
{
	
	position:relative;
}
ul.pages .fa
{
	line-height: 25px !important;
}
.paging a {
	float: left;
	
	margin-right: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px !important;
	text-align: center;
	border: 1px solid #CCC;
	background: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-weight: bold;
}
.paging a.paginate_active {
	background: #2ba40d;
	border: 1px solid #27910d;
	color: #FFF;
}
.paging a:hover {
	background: #CCC;
}
.paging a.paginate_active:hover {
	background: #2ba40d;
	border: 1px solid #27910d;
	color: #FFF;
}

.pages {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.pages li {
	/*float: left;*/
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.pages li a.active {
	background: #0C2082;
	border: 1px solid #0C2082;
	color: #FFF;
}

/*--------------------------END paging-----------------------------*/
.top_footer{background: url(../images/top_footer.png) no-repeat;width: 100%;height: 28px;background-size: 100% 100%;}
.footer{
    margin: 0 auto;
    padding: 6px;
    width: 100%;
    background: #fff;
    color: #000;
}
.menu-footer {
	margin:0 auto;
    text-align: center;
}

.menu-footer ul {
    margin: 5px 0 5px 0;
	
    clear: both;
    width: 100%;
}

.menu-footer ul li {
    display: inline;
    padding-right: 15px;
    text-transform: uppercase;
}
.menu-footer ul li a {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
	color: #fff;
}

.footer ul li a:hover{
	color: #ff4900 !important;
}
.tag-lienket ul{
	list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.tag-lienket ul li 
{
	display:inline-block;
	margin:0 ;
}

.tag-lienket ul li a 
{
    padding: 0 10px;
	color:#fff;
    border-left: 1px solid #ddd;
    line-height: normal !important;
}
.copyright-footer
{
	margin:0 auto;
	
	padding:10px;
	background: #098acb;
	color:#fff;
}

.lienket b,.fanpage b{font-size: 15px;color: #000;/* background: url(../images/title_tintuc.png) no-repeat bottom left; *//* padding-bottom: 4px; */}
.icon_online  span{color: #3D5A83;margin-right: 5px;font-weight: bold;}
.icon_sum  span{color: #3D5A83;font-weight: bold;}
.counter {
    float: right;
}
.counter li.online {
    background: url(../images/icon_dangtruycap.png) no-repeat left;
}
.counter li {
    float: left;
    list-style: none;
    line-height: 30px;
    margin-right: 10px;
}

.counter li.online span {
    padding-left: 25px;
    color: #fff;
}


.counter li b {
    color: #fff;
}


.counter li.statistics {
    background: url(../images/icon_luottruycap.png) no-repeat left;
}



.counter li.statistics span {
    padding-left: 25px;
    color: #fff;
}


.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; }
}

.call-mobile
{
	float:right;
}
.call-mobile .goidien
{
	display:inline-block;
}
.call-mobile .sms
{
	display:inline-block;
	
}
.call-mobile a 
{
	color:#fff;
}
.call-mobile a:hover{
	color:#c20509;
}
.call-mobile img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}
.footer p span,.footer p,.footer strong, .footer a
{
}
footer .footer .info-col-footer
{
	
	padding-left:10px;
	padding-right:10px;
}
.copy-right
{
	
	margin:0 auto;
	text-align:center;
	color:#fff;
    width: 100%;
	background:#af0101;
	padding:10px;
	
}
.text_footer{
    width: 100%;
	margin: 15px auto;
	
}
.mgT10{
    margin-top: 20px;
}
.footer ul {margin-top: 10px;}
.footer ul li {
    /* border-bottom: 1px solid #ec2c2c; */
    padding: 3px 0;
}
.footer ul li a{
	line-height: 19px;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	color: #818181;
}
.mgT10
{
	
}
ul.social-link
{
	margin:15px auto;
}
ul.social-link li{
	margin-bottom: 10px;
    display: inline-block;
    margin-right: 2px;
}
.title-footer
{
	margin: 0;
	color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: 'robotoregular';
    text-transform: uppercase;
}
.bocongthuong a img{
	max-width:135px;
}
/******************************/
.menu_con b{
    
    color: white;
    font-weight: bold;
    font-size: 18px;
	font-family: 'robotoregular';
    text-transform: uppercase;
}

.menu_con li a{
	
    text-decoration: none;
	
	
}
.sl_hotline{
    width: 100%;
    height: 42px;
    background: url('../images/icon_hotline.png')no-repeat top left , url('../images/color_hotline.png')repeat-x top left;
    margin-top: 20px;
    padding-left: 50px;
}
.sl_hotline p{
    font-size: 20px;
    color: white;
    line-height: 2;
}
/***************************css bai viet*******************/
.date-share
{
	margin:0 auto;
	width:90%;
	
}
.date-share .date-post
{
	text-indent:10px;
}
.box_news
{
    padding: 10px;
    clear:both;
    margin-bottom: 20px;
    width: 99%;
}
.box_news h2{
	font-size:12px;
	margin:0px;
}
.other-news h5
{
	color:black;
	font-weight:bold;
	font-size:15px;
}
.other-news p.small{
	font-size:11px;
	color:#666666;
	margin:0px;
	padding:0px;
}
.box_news h2{
	font-size:12px;
	margin:0px;
}
.box_news h2 a{
	color:black;
	font-weight:bold;
	font-size:16px;
}
.box_news p{
	margin:0px;
	padding:0px;
}
.box_news p.small{
	font-size:11px;
	color:#666666;
}
.box_news h2 a:hover{
	color:#C6AC73;
}
.title_news{
	font-family:'fontB';
	font-weight:bold;
	color:#EC0606;
	font-size:20px;
}
.small{
	font-style:italic;
}
h1.text_title{color:#241900; font-size:12px;}

.image_boder{ margin:0 auto;text-align:center; margin:0px 10px 0px 0px; background:#FFF;overflow: hidden}

.image_boder img{
    padding: 3px;
    border: 1px solid #E4E4E4;
    max-width: 175px;
}

.button {
    /* float: left; */
    background: #FF0000;
    padding: 8px 28px;
    border: none;
    margin-top: 15px;
    width: auto;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
}
.boder{border:3px #E0E0E0 solid; margin:0px 35px;}
.viewmore{		
	text-align:right;
	padding-right:10px;
}
.viewmore img{
	vertical-align:middle;
}
.viewmore a{
	color:#0000ff;
	font-size:11px;
	font-weight:bold;
}


.tinlienquan a{color:#333}
.textright{
	float: right;
padding-right: 10px;}
.textright a {   
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
.othernews{
	padding-left:10px;
	margin-top:20px;
	color:#666;
	margin-bottom:20px;
}
.other-news
{
    margin: 0 auto;
    padding: 0;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.other-news p{
	min-height:72px;
}
.othernews h3{
	width: 98%;
	margin:10px auto;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}
.othernews h5{
    width: 95%;
    margin: 10px auto;
    font-size: 14px;
    font-weight: bold;
	
    color: #333;
}
.othernews ul{
	list-style:inside !important;
}
.othernews ul li{
	background: url(../images/li_tick.png) no-repeat 5px 5px;
    padding-left: 20px !important;
}
.othernews ul li a{
    color:#131313;
    transition: 0.4s;
    font-size: 15px;
}

.othernews ul li a:hover{
    color: #E70202;
	transition: 0.4s;
	padding-left: 15px;
}
.box_news:hover {
	
	-o-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	color: #000 !important;
	
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.item_list_nb{
	margin: 0px auto;
	position: relative;
	height: 100%;
	overflow: hidden;
	/* border: 1px solid #ccc; */
	/* padding: 5px 0; */
	margin-bottom: 13px;
}
.line_shadow{
    background: url(../images/shadow.png) no-repeat;
    height: 13px;
}
.price-index b{font-weight:normal;}
.price-index {
	font-size: 15px;
	padding-bottom: 5px;
}
.price-index span{color:#f00;font-weight: bold;}
.giohang_index{text-align:center;/* margin-bottom: 23px; */min-height: 36px;}
.giohang_index a{
    color: #fff;
    background: #FF6600;
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 10px;
    cursor:pointer;
    font-family: 'RobotoSlab-Regular';
}
.giohang_index a:hover{background:#000;color:#fff;}
.khung_vien1{border:none !important}
.khung_vien{
	position: relative;
	width: 100%;
	/* height: 100%;*/
	margin: 0px auto;
	border: 1px solid transparent;
	overflow: hidden;
	margin-bottom: 10px;
}
/* .item-tour:hover .khung_vien{
	border: 1px solid #ed1b24;
} */
.item_list_nb .detail-order {
    transition: 0.5s;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
    /* background-color: rgba(0, 0, 0, 0.23); */
    opacity: 0;
}
.item_list_nb:hover .detail-order{ opacity: 1 } 
.detail-order {
    margin: 0 auto;
    width: 100%;
    height: 320px;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.detail-order .detail-pro, .order-pro {
    display: block;
    font-size: 17px;
    cursor: pointer;
    color: #000;
    position: relative;
    left: 0;
    right: 0;
    top: 118px;
    background: #fff;
    width: 82px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
}
a.order-pro:hover{background:#42a2f3;color:#fff;}
.name_list_pro a{color:#000;}
.item_list_nb img{
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	/* margin-top: 12px; */
	transition: all 1.2s ease 0s;
	text-align: center;
}
.khung_vien:hover img{
	transform:scale(1.1)
}
.bg-product-index .khung_vien:hover .text_list_nb
{
	position:absolute;
	top:35%;
	display:block;	
}
.khung_vien:hover .text_list_nb
{
	position:absolute;
	top:35%;
	display:block;
	
}

.text_list_dv
{
	position:absolute;
	top:35%;
	display:block !important;
}

.text_list_nb{
    height: 30px;
    margin: 0 auto;
    display: none;
    text-align: center;
    width: 100%;
	
}
.text_list_nb a{
    color: #000;
	text-shadow: -1px 0 #fff,0 1px #fff,1px 0 #fff, 0 -1px #fff;
    font-size: 16px;
    font-weight: bold;
}
.text_list_nb b{
    color: #4f2600;
    font-size: 16px;
    font-weight: bold;
	border:1px dashed #4f2600;
	padding: 5px 10px;
}
.text_list_nb p{
	margin-top: 10px;
	
}
.name_list_pro a
{
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    font-size: 15px;
    color: #333333;
    /* text-transform: uppercase; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.name_list_pro a:hover{color: #ed1b24;}
.giamgia
{
	background: url(../images/promotion.gif) no-repeat;
	width: 100px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 123;
}
.xemthem{
    text-align: left;
    margin: 10px 0;
}
.xemthem a{
    color: #fff;
    padding: 8px 21px;
    text-align: center;
    background: #ED1B24;
    text-transform: uppercase;
    font-size: 15px;
}
.xemthem a:hover{color:#ff0;}
.maxh {
	
	left: 0px;
	bottom: 0px;
	padding: 0;
}
.maxh li {
	margin-right: 10px;
	display: inline-block;
}
.scroll {
    width: 100%;
    height: 400px;
}
.breadcrumbs {
    background: #F5F5F5;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
a {
    color: #004276;
    text-decoration: none;
}
.detail-post h3 {
    margin: 22px 0;
    clear: both;
}

.detail-post h3 a {
    font-weight: normal;
    font-size: 27px;
    line-height: 1.2;
	color: #004276;
}
ul.product_info_2
{
	font-size:15px;
}
.product_info_2 h1{color: #f00;font-weight: bold;font-size: 23px;/* text-transform: uppercase; */}
.product_des
{
	margin:15px auto;
	text-align:justify;
}
.product_info_2 li h3{
	
	font-family: 'robotoregular';
	color:#000000;
}

.product_info_2 li{
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}
.product_info_2 li a.dat_hang{color:#fff;background-color: #EDE80D;    padding: 5px 10px;}
.product_info_2 li a.dat_hang:hover{background:#000;}
ul.product_info_2 li b{
	/* font-family: 'robotoregular'; */
}
ul.product_info_2 li span{
	font-family: 'robotoregular';
}
ul.product_info_2 li b.left-tinhnang
{
	float:left;
	text-transform:uppercase;
}
ul.product_info_2 .like-share
{
	
}
.transition {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
}
.item_congtrinh a:hover .overlay {
    opacity: 1;
}
.item_congtrinh{
	position: relative;
	padding: 3px;
	text-align: center;
}
.item_congtrinh .img_congtrinh{}
.item_congtrinh img{
	max-width: 100%;
	height: auto;
	width: 100%;
}
.item_congtrinh div.box-over{padding: 0 10px;}
.item_congtrinh img.icon_danhgia{padding:5px 0;}
.item_congtrinh h3 {color:#ffff00;margin: 0;font-size: 18px;text-transform: uppercase;}
.item_congtrinh span {
    font-size: 13px;
    color: #fff;
}
.item-tour
{
	text-align:center;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 0 10px 0;
	border: 1px solid transparent;
}
.header-rp
{
	background: #0F75BD;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0px 10px 0px 50px;
}
.header-rp span{float:left;}
.content-post-deatail table
{
	max-width:auto !important;
	width:auto !important;
}
.header-rp a.collapse
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 10px;
}
.form-control-check {
    display: block;
	
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;	
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.check-raidio-div input
{
	
}
.form-group label
{
	font-weight: bold;
	font-size:14px;
}
.checkbox-pro span
{
	padding-top: 8px;
    margin: 5px 0 0;
    height: 34px;
    float: left;
    width: 85%;
    /* margin: 7px; */
    line-height: normal;
    font-weight: bold;
    text-indent: 10px;
}
.check-raidio-div span
{
	float: left;
    font-weight: bold;
    line-height: 45px;
	text-indent: 10px;
}
ul.select-list {
    list-style: none;
}

.select-item{
	background:url(../images/icons/no_checked.png) no-repeat left;
	position: relative;
	margin-bottom: 10px;
}

.select-item:hover,.select-item.active {
	background: url(../images/icons/yes_checked.png) no-repeat left;
	/*color: #fff;*/
}

.select-item input[type='checkbox']{
	position: absolute;
	top: -2px;
}

.select-item label{
	display: block;
	padding: 0 0 0 20px;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
}
/****************tab******************/
.cd-tabs
{
	position: relative;
	max-width:1200px;
	margin: 0 auto;
}
.cd-tabs nav {
    width: 100%;
	float: none;
    background: transparent;
    box-shadow: none;
}
ul.cd-tabs-navigation {
    height: auto;
    overflow: hidden;
    transition: 0.5s;
    padding:0;
    margin:0;
    text-align: center;
    margin-bottom: 10px;
}
.cd-tabs-navigation {
    list-style-type: none;
	width: 100%;
}
.cd-tabs-navigation li {
	display: inline-block;
	margin-right:12px;
	background: url(../img/border_cap2.png) no-repeat right 11px;
}
.cd-tabs-navigation a {
	line-height: 45px;
	width: auto;
	text-align: left;
	font-size: 16px;
	color: #002E5F;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 16px;
	background: #F6F6F6;
	padding: 5px 11px;
}
.cd-tabs-navigation a:hover,.cd-tabs-navigation a.selected {
    color: #fff;
    background: #002E5F;
}
.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
a#xemthem {
	position: absolute;
    right: 0px;
    top: -13px;
    font-size: 49px;
    text-decoration: none;
    color:#000;
}

.cd-tabs-navigation a:before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
}
.cd-tabs-content {
	padding:0;
	margin:0;
}
.cd-tabs-content li {
	display: none;
	padding:0;
}
.cd-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #8493bf;
	margin-bottom: 2em;
}	
.menu_an {
    background: #0F75BD;
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0px auto;
    display: none;
    text-align: center;
}
#menu_top{background: #0F75BD;position: relative;margin: auto;}
.fixed {
    position: fixed !important;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    margin-top: 0px !important;
}
.about_left{
}
.about_right{}
.ten_gioithieu h2{font-family: 'UTM Wedding K&T';color: #ed1b24;font-size: 60px;/* text-transform: uppercase; */font-weight: normal;margin-top: 5px;text-align: center;background: url(../images/title_gioithieu.png) no-repeat bottom center;padding-bottom: 24px;}
.mota_gioithieu{color:#000;font-size: 15px;text-align: justify;padding: 0 18px;line-height: 27px;}
.lienhesi{
    text-align: center;
}
.lienhesi h3{}
.lienhesi h3 a{
    background: url(../images/bg_xanh.png) repeat-x;
    display: inline-block;
    padding: 15px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 19px;
    margin: 0;
}
.lienhesi1{
    text-align: center;
}
.lienhesi1 h3{}
.lienhesi1 h3 a{
    background: url(../images/bg_do.png) repeat-x;
    display: inline-block;
    padding: 15px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 19px;
    margin: 0;
}
#main_nhantin_fancybox {
    position: relative;
    display: none;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.tieude_form {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #0079cb;
    margin-bottom: 3%;
}
.datxe_form .txt_input {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 2px #ccc;
    height: 30px;
    margin-bottom: 5px;
    outline: 0 none;
    padding: 0 5px;
    width: 97.8%;
    transition: 0.2s;
}
.datxe_form .trea_loinhan {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 2px #ccc;
    height: 100px;
    margin-bottom: 5px;
    outline: 0 none;
    padding: 0 5px;
    width: 97.8%;
    padding: 5px;
}
.datxe_form .btn_gui_datxe {
    background: #008cd0;
    color: #FFF;
    text-transform: uppercase;
    height: 30px;
    width: 100%;
    margin: auto;
    border: 0;
    border-radius: 5px;
}
#header_top #menu_tren {
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 9999999999;
}
div.dmsp:hover .ct-menu1 {
    display: block;
}
.ct-menu1 {
	display: none;
    position: absolute;
    top: 47px !important;
    left: 0;
    width: 243px;
    list-style: none;
    background: #EDE80D;
    z-index: 9999999;
	padding-bottom: 10px;
}
.item-news-box{padding:5px;}
.item-news-box .left-images-news{    float: left;
margin-right: 8px;}
.item-news-box .left-images-news img{}
.item-news-box .right-news-info {}
.item-news-box .right-news-info a {
    color: #000;
font-weight: bold;}
.item-news-box .right-news-info a:hover{color:#f00;}
.item-news-box .right-news-info .des-news{}
.item_dv{
    position: relative;
    text-align: center;
    padding: 0 20px;
}
.item_dv:hover .img_dv{
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;}
.item_dv .img_dv{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 1.2s ease 0s;
}
.item_dv .img_dv img{
    transition: all 1.2s ease 0s;
}
.item_dv .name_dv{text-align:center;padding: 13px 0;}
.item_dv .name_dv a{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-family: 'OpenSans-Bold';
}
.item_dv .name_dv a:hover{}
.item_dv .mota_dv{font-size: 13px;color: #fff;/* background: url(../images/khung_dv.png) no-repeat bottom; */background-size: 100%;padding: 4px;}
/*******************tab************/
.wrap-tabs{
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}
ul.tabs{display: inline-block;list-style:none;text-align: center;margin: 0 auto;}
ul.tabs li{float: left;text-align: center;margin-right: 9px;margin-bottom: 9px;}
.contenttab{
	max-width: 100%;
	height: auto;
}
.contenttab .tab{display:block;}
.tittle_con a{
	font-family: 'SFUDinLight';
	width: auto;
	text-align: left;
	font-size: 18px;
	color: #000;
	/* text-transform: uppercase; */
	cursor: pointer;
	border: 2px solid #E8E7E3;
	padding: 3px 5px 9px 10px;
	background: #FFF;
	display: inline-block;
}
.activetab{
	color: #fff!important;
	border: 2px solid #FF4900 !important;
	background: #FF4900 !important;
}
.video_r{    padding-top: 25px;}
.phuongthuc {
	float: right;
	padding: 35px 0;
}
.box_phuongthuc {
	position: relative;
	text-align: center;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	float: right;
}
.box_phuongthuc:last-child{margin-right:0;}
.img_phuongthuc {
	position: relative;
	float: left;
	margin-right: 5px;
}
.img_phuongthuc img{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.img_phuongthuc img:hover{	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
transform-style: preserve-3d;}
.box_phuongthuc:hover  h2 a{color:#FF6501;}
.box_phuongthuc:hover  h2 {color:#FF6501;}
.box_phuongthuc .image, .box_phuongthuc:hover .img_phuongthuc {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.name_phuongthuc {
	position: relative;
	width: 70%;
}
.name_phuongthuc h3 {
	color: #000;
	font-size: 19px;
	text-align: left;
	margin: 0;
	/* font-family: 'RobotoSlab-Bold'; */
	line-height: 15px;
}
.name_phuongthuc h3 a{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	/* font-family: 'robotoregular'; */
	margin: 0;
	font-family: 'Tahoma';
	margin-top: 5px;
	font-weight: bold;
}
.name_phuongthuc h3 a:hover{color: #f00;}
#tintuc{/* background:url(../images/bg_tintuc.png); */padding: 30px 0;}
.l_bottom1 {
    width: 50%;
    float: right;
}
.title_bt1 {
    font-size: 24px;
    color: #0c2082;
    overflow: hidden;
    background: url(../images/title_tintuc.png) no-repeat bottom left;
    text-transform: uppercase;
    padding-bottom: 9px;
    margin-bottom: 10px;
    font-family: 'OpenSans-Bold';
}
.l_news {
    width: 34%;
    float: left;
}
.l_news a img {
    /* border: solid 1px #e5e5e5; */
    /* padding: 5px; */
    transition: 0.5s;
    max-width: 100% !important;
}
.l_news h3 {margin-top:0;text-align: left;}
.l_news h3 a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.l_news span {
    color: #666666;
    font-size: 13px;
    text-align: left;
}
.xemthem_nl {
    margin: 15px 0;
}
.xemthem_nl a {
    color: #000;
    border: 2px solid #000;
    background: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
}
.r_news {
    width: 64%;
    float: right;
}
.box_tt1{border-bottom: 1px solid #e9ebee;}
.box_tt{min-height: 115px;/* border-bottom: 1px solid #ccc; */position: relative;margin: 10px 0;}
.box_tt a img{float: left;/* max-width:110px; */margin-right:10px;transition:0.5s;max-width: 100% !important;}
.box_tt a img:hover{opacity:0.8; transition:0.5s;}
.box_tt p{margin:0;}
.box_tt .gia_index{}
.box_tt .gia_index span{color: #ef1b20;font-size: 18px;text-align: justify;font-family: 'Roboto-Bold';}
.box_tt .img_tt{position:relative;float: left;width: 147px;margin-right: 9px;}
.box_tt .info_tt{float: left;width: 493px;text-align: left;}
.box_tt .phong_index{}
.box_tt .icon_new{    background: url(../images/icon-new.gif);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
height: 40px;}
.box_tt .icon_new img{
    max-width: 100%;
}
.box_tt .adItemPostedTime{position: absolute;bottom: 0;width: 75%;}
.box_tt .lydotuchoi{position: absolute;bottom: 0;width: 75%;    color: #d0021b;}
.box_tt .lydotuchoi span{    padding-left: 25px;
    background: url(../images/lydo.svg) no-repeat;
    background-size: 30px 30px;
    background-position: -5px -3px;
    margin-right: 5px;
    padding-top: 5px;
padding-bottom: 5px;}
.box_tt .tinuutien{
    color: #969696;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}
.box_tt .tinuutien img{float:left;margin-right:5px;}
.box_tt .areaName{color: #969696;font-size: 14px;}
.box_tt h5{margin-top: 0;margin-bottom: 2px;}
.box_tt h5 a{font-weight: bold;color: #303030;font-size: 15px;font-family: 'Roboto-Regular';}
.box_tt span{}
.box_tt .nguoipost{
    color: #969696;
    font-size: 14px;
    float: right;
}
.box_video{ margin-right:10px; margin-bottom:10px;}

.r_bottom1 {
    width: 48.3%;
    float: left;
    overflow: hidden;
}
.box_video {
	text-align:center;
	margin: 3px auto;
}
.support_online{background:#fff;padding: 10px;}
.online-support{float:left;margin-right: 11px;}
.online-support-bottom{float:left;text-align: left;border-bottom: 1px dashed;padding: 5px 0;margin: 0 5px;}
}
.online-support {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div.icon-hotline {
    /* background: url(../images/icon_phone.png) no-repeat left 0px; */
    margin: 0px auto;
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
div.icon-hotline img{margin-right:10px;}
div.icon-hotline span {
    text-indent: 20px;
    line-height: 25px;
    float: left;
    color: #000000;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    font-size: 15px;
}

div.icon-hotline b {
	text-indent: 0;
	padding-left: 0;
	color: #DA0000;
	font-weight: bold;
	font-size: 20px;
}
div.icon-hotline p {margin:0;font-weight: bold;font-size: 15px;}
div.icon-hotline p.email{color:#0053ad;    font-weight: bold; font-size: 15px;    margin: 0;}
div.icon-hotline .httk{
    font-size: 16px;
}
.online-support-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.online-support-bottom ul li {
    width: auto;
    margin: 0 !important;
    background: none;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
}
ul.post-col-info li.name-support
{
	float: left;
	font-weight: normal;
	font-size: 13px;
}
ul.post-col-info li.skype-yahoo
{
	float: left;
}
.online-support-bottom ul li span{
	color: #000;
}
.online-support-bottom ul li span.phone
{
	color: #39434c;
	font-weight: normal;
	font-size: 13px;
}
.online-support-bottom ul li a {
    color: #3853a4;
}

ul.contact-mail-phone {
    padding: 0;
    margin: 0 auto;
	
    list-style: none;
}
ul.contact_support li span
{
	color: #d00000;
}
ul.contact-mail-phone li img
{
	padding-right:5px;
}
ul.contact-mail-phone li {
    text-indent: 10px;
    float: left;	
    width: auto;
    display: inherit;
}
.online-support img.hotro{
    width: 100%;
}
#video_fp{padding:20px 0;}
.l_bottom2 {
    width: 37.3%;
    float: left;
    overflow: hidden;
}
.r_bottom2 {
    width: 60.2%;
    float: right;
}
.l_video {
    width: 73.2%;
    float: left;
}
.r_video {
    width: 24.2%;
    float: left;
    padding: 0 5px;
}		
.formlienhe_index{
    margin-top: 20px;
}
.form-input {
    width: 100%;
    display: block;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 6px;
    text-indent: 10px;
}	
.form-input1{width: 49%;float: left;}
.form-input1:nth-child(2n+2){float:right;}
textarea.form-input {
    height: auto;
}
.form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.form-input::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.form-input:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.form-input:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.email-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.email-form::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.email-form:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.email-form:-moz-placeholder { /* Firefox 18- */
	color: #000;
}			
.news {
    margin-bottom: 0px;
    padding: 10px !important;
    animation: bounceIn .5s ease-in backwards;
    -webkit-animation: bounceIn .5s ease-in backwards;
    -moz-animation: bounceIn .5s ease-in backwards;
    -o-animation: bounceIn .5s ease-in backwards;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.box-km{border:1px solid #EBEBEB; min-height: 200px; transition: all 0.3s ease; background: #fff;border-radius: 30px 0px 30px 0px;-moz-border-radius: 30px 0px 30px 0px;-webkit-border-radius: 30px 0px 30px 0px; padding: 13px;box-shadow: 4px 4px 8px #ccc;}
.box-km:hover{background: rgba(15, 117, 189, 0.78);}
.box-km .stt span{font-family: 'Roboto-Black';font-size: 60px;display: inline-block;}
.box-km .mota{padding: 5px 10px !important;}
.box-km .stt,.box-news .img{padding: 0px !important;text-align: center;}
.box-km .mota strong{font-size: 18px;margin: 0px;line-height: 20px;text-align: left;}
.box-km .mota strong a{font-family: 'UTM AvoBold';color: #000;}
.box-km .mota strong a:hover{color: #fff;}
.box-km .mota p{font-size: 14px;line-height: 20px;text-align: justify;margin: 0px;}
.box-km .img{transform: translateZ(0); border-radius: 0px 0px 30px 0px;-moz-border-radius: 0px 0px 30px 0px;-webkit-border-radius: 0px 0px 30px 0px;overflow: hidden;position: relative;border:3px solid #fff;}
.box-km .img img{width: 100%;height: auto;transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.box-km .img:hover{border: 2px solid #ED1C24;}
.box-km .img:hover img{transform: scale(1.2);}
.box-km .img{padding-left: 0px !important;padding-right: 0px !important;}	
.btn-muangay{background: #FF4900;}
.btn-muangay:hover{background: #000;color: #fff !important;}
/***************************start left***************************/
ul.cateUl{
	position: relative;
	z-index: 1;
	border-top: none;
}

ul.cateUl > li{
	display: block;
	position:relative;
	margin:0 auto;
	border-top: 1px solid #999;
}
ul.cateUl > li > a{
	text-indent: 25px;
	font-size: 13px;
	display: block;
	line-height: 20px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/icon_list.png) no-repeat left 0px;
	padding: 10px 0px 10px 0px;
	padding-left: 0px;
	background-position: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.cateUl > li > ul
{
	
	/* padding-left: 10px; */
}

ul.cateUl > li> a:hover{
	color: #FF4900 !important;
}

ul.cateUl>li>ul>li{
	/* background: url(../images/icon2.png) no-repeat 10px 13px; */
	display: block;
	position:relative;
	border-top: 1px solid #999;
}
ul.cateUl>li>ul>li>ul>li {
	/* background: url(../images/icon_list.png) no-repeat 18px 16px; */
	display: block;
	position: relative;
}
ul.cateUl>li>ul>li>ul>li>a {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	line-height: 30px;
	text-indent: 25px;
	color: #101010;
	border-bottom: 1px dotted #818080;
	background: url(../images/icon_list.png) no-repeat 40px;
	padding-left: 27px;
}
ul.cateUl>li>ul>li>a{
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	line-height: 30px;
	text-indent: 25px;
	color: #000;
	background: url(../images/icon_list.png) no-repeat 31px center;
	padding-left: 19px;
}
ul.cateUl>li>ul>li>a>ul>li>a{
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	line-height: 30px;
	text-indent: 25px;
	color: #299F01;
	background: url(../images/li_left_sub_bg.png) no-repeat 10px center;
	display:block;
}
ul.cateUl > li > a.active {
}
ul.cateUl>li>ul>li>ul>li>a.active
{
	color: #000;
}
ul.cateUl>li>ul>li>a.active{
}

ul.cateUl>li>ul>li>a:hover{
	color:#ff7326 !important;
}

ul.cateUl>li>ul>li>ul>li{
	display: block;
}

ul.cateUl>li>ul>li>ul>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	/* text-indent: 30px; */
	border-bottom:dotted 1px #bbbaba;
}

ul.cateUl>li>ul>li>ul>li>a:hover{
	display: block;
	color: #FF4900;
}

ul.info-cateUl li
{
	border-bottom:1px dashed #ccc;	
}	
/***************************end left***************************/
.hoverDownload {
    border: 1px solid #000;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
}
.hoverDownload:hover{background-color:#FF4900;}
.hoverDownload:hover p,.hoverDownload:hover h4{color:#fff;}
.item_download p{color:#000;}
.item_download h4{line-height: 24px; margin-top: 20px; overflow: hidden; color:#000; height:72px;}
.full_gioithieu{padding: 0;text-align: justify;font-size: 14px;font-family: 'Roboto-Light';}	
.full_gioithieu .img_gioithieu img{
    border: 10px solid #fff;
    width: 100%;
}									
.gallery-pro-detail{text-align:center;}
.banner-img:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-img:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-img:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-img:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banner-img:hover:before,
.banner-img:focus:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}
.banner-img:hover:after,
.banner-img:focus:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}	
.next_pro {
    position: absolute;
    right: 0px;
    top: 35%;
    z-index: 100;
    cursor: pointer;
}
.prev_pro {
    position: absolute;
    left: 0px;
    top: 35%;
    z-index: 100;
    cursor: pointer;
}	
.full_dichvu{background:url(../images/bg_dichvu.png);padding: 30px 0;margin-bottom: 20px;}
.full_dichvu .img_dichvu img{
    width: 100%;
}
.full_dichvu .mota_dichvu{
    color: #fff;
    padding: 0 18px;
    font-size: 14px;
}
.full_dichvu .ten_dichvu{}
.full_dichvu .ten_dichvu h3{
    text-align: center;
    /* margin-top: 5px; */
    background: url(../images/title_dv.png) no-repeat bottom center;
    padding-bottom: 11px;
}
.full_dichvu .ten_dichvu h3 a{
    color: #fff;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    /* background: url(../images/title_dv.png) no-repeat bottom center; */
    padding-bottom: 5px;
}
.full_map{position:relative;}
#map_canvas_ft{width:100%;height: 370px;}
.full_map .khung_lienhe{background: #0C2082;padding: 32px 34px;}
.full_map .khung_lienhe h3{color:#fff;text-transform:uppercase;text-align: center;}
.dichvu_slick{margin-top:15px;}
#wowslider-container1{/* border:5px solid #fff; */}
.right-space {
    margin-left: 424px;
}				
.lang_con{
    float: right;
    padding: 7px 0px;
}
.lang_con span{display: inline-block;margin-right: 10px;}
.lang_con a{color:#fff;display: flex;}
.lang_con a:hover{color:#ff0; }
.full_spnb{background:url(../images/bg_menu.png);padding: 20px 0;text-align: center;}
.item_thucdon_nuoc {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(250, 251, 251, 0.58);
    max-width: 250px;
    max-height: 250px;
    position: relative;
}
.name_thucdon_nuoc {
    text-align: center;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.name_thucdon_nuoc h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin:0;
    font-family: 'SFUFuturaHeavy';
    line-height: 25px;
}					
.banner_qc{margin:0 auto;width: 100%;text-align: center;}
.banner_qc img{width:100%;}
.full_ykien{
    background: url(../images/bg_ykien.png);
    text-align: center;
    margin: 0 auto;
}
.content_ykien{
    text-align: center;
    margin: 0 auto;
}
.title_ykien{
    text-align: center;
    /* background: url(../images/title_trian.png) no-repeat center; */
    padding: 0;
}
.title_ykien h3{
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    padding-top: 9px;
    position: relative;
    display: inline-block;
    padding: 7px 15px;
}
.title_ykien h3:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 40px;
    top: 25px;
    left: 100%;
}
.title_ykien h3:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 2px;
    width: 40px;
    top: 25px;
    /* right: 139px; */
    right: 100%;
}
.ykien-main{
	margin-bottom: 0 !important;
}
.ykien-item{text-align:center;color: #000;}
.ykien-item article{
	position: relative;
	margin: 0 auto;
	padding: 20px 18px;
}
.ykien-item  h6.name-yk{font-weight:bold;color: #fff;/* display: inline-block; */font-size: 14px;}
.ykien-item .info{}
.ykien-item .info h6{
	margin: 0;
	color: #f00;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-align: right;
	padding-right: 123px;
	background: url(../images/star.png) no-repeat bottom right 120px;
	padding-bottom: 24px;
	font-weight: 400;
}
.ykien-item .info p{font-size: 15px;color: #fff;font-style: italic;}
.ykien-item figure{
}
.ykien-item figure img{/* display: inline-block; *//* height:55px !important; */}
.project_item{
	position: relative;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.project_item .wrap_km:before{content: " ";position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;border: 2px solid transparent;z-index: 100;-webkit-transform: translateZ(0);transform: translateZ(0);transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s; -moz-transition: all 0.25s ease 0s;-o-transition: all 0.25s ease 0s;-ms-transition: all 0.25s ease 0s;opacity: 0;}
.project_item .wrap_km:after{content: " ";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.3);z-index: 100;opacity: 0;transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-moz-transition: all 0.25s ease 0s;-o-transition: all 0.25s ease 0s;-ms-transition: all 0.25s ease 0s}
.project_item .wrap_km {position: relative;}
.project_item .img {overflow: hidden;border: 1px solid rgba(255, 255, 255, 0);}
.project_item .img img{width: 100%;transition: all 0.6s;}
.project_item .img a{display: block;line-height: 0;}
.project_item h3{margin: 0; position: absolute;top:auto;left: 0;bottom: 0;right: 0;text-align: center; background: rgba(51, 51, 51, 0.58); padding:6px 15px;  overflow: hidden;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.5s ease 0s;}
.project_item h3 a{padding:6px 0px;width: 100%; color: #fff;font-size: 17px;text-transform: uppercase;font-weight: normal;display: table;overflow: hidden;font-family: 'Tahoma';text-align:  center;}
.project_item h3 a span{display: table-cell;vertical-align: middle;}
.project_item .chitiet{text-align: center;position: relative;margin-bottom: -14px;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.5s ease 0s;}
.project_item .chitiet a{width: 88px;height: 27px;line-height: 27px; background: #0069cc;color: #fff;font-family: 'Roboto Condensed';font-size: 13px;display: inline-block;}
.project_item .over_lay{
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    z-index: 111;
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project_item .over_lay h4{white-space: nowrap;text-overflow: ellipsis;overflow: hidden; font-family: 'Segoe UI',Tahoma; padding:3px 15px ;display:block;text-transform:uppercase;font-size:17px;color:#fff;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;text-align:center;}
.project_item .over_lay .desc{ height: 70px;background: url(../images/project_desc.png) center no-repeat;color: #fff;font-size: 14px;text-align: justify;margin-top: 10px;}
.project_item .over_lay .desc .cont{max-width: 450px;margin: 0 auto;height: 40px;line-height: 20px;overflow: hidden;top: 15px;position: relative;text-align: center;}
.project_item:hover .wrap_km:after { opacity:1; }
.project_item:hover .wrap_km:before {opacity:1;top:5px;left:5px;bottom:5px;right:5px;border:2px solid rgba(255,255,255,0.8);}
.project_item:hover .chitiet{transform: scale(0);}
.project_item:hover .over_lay{margin-top:0;opacity:1;}
.project_item:hover .over_lay h4{margin-bottom:0;}
.project_item:hover .over_lay a.xemthem{margin-top:0;}
.project_item .over_lay a.xemthem:hover{color: #fff;}
.project_item:hover .over_lay a.xemthem:hover:after { width:100%; }
.project_item:hover img{transform:scale(1.1);transition: all 0.6s;}
.project_item .wrap{background: #fff;}
.project_item .over_lay a.xemthem{font-style: normal;font-family: 'Roboto Condensed';font-size: 20px;margin-top: 60px;display: inline-block;padding: 6px 20px;background:rgba(102, 102, 102, 0.48);border-radius: 3px;color: #fff;}
.project_item:hover .over_lay a.xemthem{margin-top:20px !important;}
.project_item:hover h3{opacity: 0;}
.project_item .over_lay h4:hover{color: rgba(8, 142, 25, 0.88);}
.title_about_detail { font-family: 'UTMAvo'; color: red;margin: 20px 0; text-transform: uppercase;}
.project_item.project_in .over_lay{top: 20%;}
.grid_index {float: left;list-style: none;margin: 0;display: inline-block;padding: 0;}
.project_item:hover .img{border:1px solid #f00;}
.name_product >h2 >a {
	font-family: 'SFUFuturaBook';
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}
.name_album p{
	color: #fff;
	text-transform: capitalize;
	font-family: 'SFUFuturaBook';
	font-size: 25px;
	margin: 0;
	text-align: center;
}		
.logo_fix{}
.logo_fix:hover a{background:none !important;}
.main_nhantin_fancybox{display:none;}
/*******************tim kiem nang cao**************/
.w-clear {
    position: relative;
}
.khungbr{
    padding: 0;
    text-align: center;
}
p.banmuon {
    text-transform: uppercase;
    padding-bottom: 10px;
    color:#0474c3;
    font-size:22px;
    font-family: 'Roboto-Light';
    text-align: left;
    margin: 0;
}
#search_nc {position: relative;margin: 12px 0;}
#search_nc .box_sl {float: left;padding: 5px;}
#search_nc .box_sl select{border:none;font-size: 16px;}
select.soflow2 {
    color: #3e3e3e;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 158px;
    height: 30px;
    border: none;
    font-size: 13px;
    display: inline-block;
    margin: 0 2px;
    background: #fff;
    margin-bottom: 10px;
    float: left;
    font-family: 'Roboto-Regular';
    border: 1px solid #ccc;
}
#search_nc .search_name {/* flex-grow: 1; */}
#search_nc .input.inputsearch {padding: 0px 10px;width: 100%;background: #fff;border: 1px solid #ccc;color: #000;height: 34px;}
#search_nc .button {background: #ED1C24;/* text-transform: uppercase; */margin: 0;padding: 0;color: #fff;text-align: center;display: flex;align-items: center;justify-content: center;padding: 3px 20px;border: none;font-weight: normal;font-size: 16px;height: 33px;line-height: 33px;/* display: inline; */font-family: 'Roboto-Light';}
#dm_search {display: inline-block;background: #F9F9F9;border-radius: 5px 0 0 5px;height: 50px;font-size: 15px;text-indent: 18px;}
#dm_search > a {cursor: pointer;padding: 5px;text-align: center;flex-grow: 1;}
#dm_search > a.act {background: #fff;border: 1px solid #96abbc;border-bottom: 1px solid #fff;position: relative;z-index: 99;margin-bottom: -1px;-webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;}
#frm_bds_search {border-top: none;/* margin-top: 10px; */}
.inputsearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.inputsearch::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.inputsearch:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.inputsearch:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.box_input{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.box_btn{
    display: inline-block;
    float: left;
}
/*******************tim kiem nang cao**************/
.title_tintuc{}
.title_tintuc h3{
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    background: url(../images/bg_tt.png) no-repeat right bottom #0474C3;
    color: #fff;
    font-family: 'SFUFuturaBold';
    margin: 0;
}
.khung_tintuc{/* border:1px solid #ccc; */}
.content_tintuc{padding: 5px 0;}
.item_bds{margin-bottom: 20px;padding: 10px;position: relative;}
.item_bds .icon_new{
    background: url(../images/icon_new.png) no-repeat;
    width: 46px;
    height: 38px;
    position: absolute;
    top: 40px;
    right: 146px;
    z-index: 1234;
}
.item_bds .images_bds{
    overflow: hidden;
    border: 1px solid #ccc;
    PADDING: 5PX;
}
.item_bds .nd_bds{}
.item_bds .images_bds img{transition:1s ease;width: 100%;}
.item_bds .images_bds img:hover{opacity: 0.7;transform: scale(1.1);}
.item_bds .name_bds{
    /* min-height: 38px; */
}
.item_bds .name_bds h3{
    margin-bottom: 0;
    margin-top: 4px;
}
.item_bds .name_bds h3 a{
    color: #0054a6;
    font-size: 14px;
    font-weight: normal;
}
.item_bds .name_bds h3 a:hover{}
.item_bds .gia{padding: 4px 0;display: inline-block;}
.item_bds .gia p{float: left;margin: 0;}
.item_bds .gia span{color:#f00;}
.item_bds .phong{padding: 4px 0;display: inline-block;}
.item_bds .phong p{float: left;margin: 0;}
.item_bds .phong span{color:#0072bc;}
.item_bds .mota{
    line-height: 18px;
    display: inline-block;
}	
.holder {
	margin: 0 auto;
	text-align: center;
	height:30px;
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 1px;
	color: #333;
	color: #E25922;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 7px 12px
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}
.holder a.jp-previous {     margin-right: 0px;
	padding: 7px 0;
border: 1px solid #ddd;}
.holder a.jp-next {     margin-left: 0px;
	padding: 7px 0;
border: 1px solid #ddd;}

.holder a.jp-current, a.jp-current:hover {
	color: #699a49;
	font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: #699a49;
	color: #fff;
}
.holder span { margin: 0 5px; }

.payment-container {
    margin-top: 25px;
    position: relative;
    width: 100%;
}
.fixed-margin {
    margin: 0 auto;
    text-align: center;
}
.panel-default>.panel-heading.article-category.article-detail {
    padding: 15px 15px 5px
}
.article-content img,
.article-content table {
    max-width: 100% !important;
    height: auto !important
}
.article-content iframe,
#channel-container iframe {
    max-width: 100% !important
}
.no-radius {
    border-radius: 0
}
.suggest-content {
    line-height: 16px;
    font-size: 12px;
    padding-top: 5px;
    max-height: 52px;
    overflow: hidden;
    color: #9197a3
}
.channel-header {
    padding: 4px 4px 4px 0
}
.channel-header h1,
.channel-header h3 {
	/* float: left; */
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 32%;
	/* text-align: left; */
	font-size: 14px;
	display: inline-block;
}
.channel-header h1 a,
.channel-header h3 a {
    text-decoration: none;
    color: gray;
    background-color: #f6f7f8;
    margin-left: 4px;
    margin-right: 3px;
    padding: 5px 5px;
    width: 100%;
    display: block;
    line-height: 40px
}
.channel-header h3 a:hover,
.channel-header h3 a:focus {
    background-color: #e9eaed
}
.channel-header h1 a:hover,
.channel-header h1 a:focus,
.channel-header h1 a,
.channel-header h3.active a:hover,
.channel-header h3.active a:focus,
.channel-header h3.active a {
    background-color: #6d84b4;
    color: white
}
.channel-header h1 a,
.channel-header h3.active a {
    background-color: #6d84b4;
    color: white
}
.channel-header h1 a:hover .albums-icon,
.channel-header h1 a:focus .albums-icon,
.channel-header h1 a .albums-icon,
.channel-header h3.active a:hover .albums-icon,
.channel-header h3.active a:focus .albums-icon,
.channel-header h3.active a .albums-icon {
    background-position: 0 -33px
}
.channel-header .albums-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAADZCAYAAACuJVkbAAAEt0lEQVR42u2cy09TQRSHG1cuWLlyaYwLw8q/gpVh6dq4d2NYEBIfVRM1UVEBG2MUBCtKVcTQQlUq8gZB0OID5SEaNT7REB81kuOcpjIXvffO0HtnhlvPL/nSXvqYb6bnPmpPDFGcsrc6UcqYYYAKZCVmK+s6oWNgEqqjPX6yLAl8AUmsbIk8U8AST6bfIWYlJp6/R1bux/Hq7RfEhAQXGEq/RPC+Ygk+YzsBq4gCCfsZ820bVEg4DahPIs/QuYMkSKJAJQ6fScH+k+1Gr7Yh1nYP5r58Az/TlBiBiqPxA9ISHz7N4yHaVw6eSkLZofh6WYlMa+c4zH/9AX4GVzdcldgiJbHzWLx894lEf7g6MWesJrbvb13FKGaUMDb7TYhCCWwAoJQxA4oiKzH758kmJYAkVrxEKM8UrgQAdCCmJdoQcxLi1+5CTEhwAZ5diiX4jO0FuIgCCfsZZ3GIEgmnAfVJ5Bk6d5AESRSuBMa0RIyxzuevEs2MA8uR2Kjg+8w8Y73skzOMU4y1PkvEGFtkn1zO6GfMmayJVYxiRgljs8/QP5JQApaaC/0RBigkIiMBmZ+/VJEVCZ7E9dRjv/Am0dY94RV/JGqvDMOx+t68OVrXA5eT6Sz7alK2xSqSwDdSXifBk0j2PvMLbxJdQzNe8UfixavPgMFbYxK/FhYAg7fmVuJ1diXw1piEleBIXEmOQ6RxEMH7eiVSfVPQ0DIKlXW9cLy+L0vluV6obR7xJOE2Q1sBHPREQ98SjtT2SEsgeOy3SrjNEP+Gj7kKyEtw8MRjlXAZgIu4CHiXiHdNOA/ARfjjkhLCa8w9VbcWX4AFJRhAhFgCU3YoscaKZXW4gDIJ8YUOvoESCboC5xIB+ELEi1URIQqFIhsAiIDaRGQkQPEkIXgS4GNIQjIRoYSOOgmeBPiYgpGoyG1XmJQoym0XmZQoz22X//c1sdw0MDblqDUhEQ79FU8S4hmKBbxLiGcYFghISwjEhAOE+eMKJLiAOF4kIjK7k+8SomiSMH+1RVfg8hI6vhBRKBTqJKFOEuokoU4S6iSxob37KbR1TZjpJInfeYJ1lP3V+HTTkP6ugUuJB1iI+GvfYlE2tNzTJ5EamMrtEfy3U1wNFEn2PNUjcatvElcAB14igX9rvf1Yj0RH/5STBNaJHgkciEtwDp/thlgybV7i6o1xfXtH5MIAFuKSNgaU6hyclpSQ7yRxpDF+H2e+5If5c80jwl1UvomDS8h8JLwe2tN6Jc63jDIJ/nHgKp6J3RVISHeSiCWudTzCgf85WOF2E1uNOwIJUSeJo0SKHRsusjqojmaX3ipgFVmsk+j1UbhpdwIT5S+JRRpbx7D6cQBcdhzMFetz664OUycJdZJQJwmFQp0k1ElCnSTUSUKdJMuRyDDKGOuQ3P2MboltNku+TbdEkY1EkU6JBZcC/K5L4qOLxBtdEmkXiVFdEg9dJB7qLMwNNgIbdO8dURuJaB4SHk5qDu8RKAlxJ4k4s4xSh/9Db1b1NcYgYytjtcv7rGbsYMxQJwl1klAnCSXwafQDktAiMTY29hExIsEFOIFbieBL4IAiCdxWIsEHlCcAEho+Dto76GBFJ7BgSQQ9vwF+cBrkwKsSDQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    display: block;
    height: 32px;
    width: 32px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.albums-container {
    border-color: #c4cde0
}
.fix-home-pin-article .panel-title {
    font-family: "Times New Roman", Times, serif;
    font-size: 28px
}	
.form-group{
    text-align: left;
}
.item_slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}	
.item_slide .full_name {
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 99;
}	
.item_slide .name_slide a {
    font-size: 50px;
    color: #fff;
}		
.name_slide {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}	
.bandat {
	width: 153px;
    height: 153px;
    background-color: #fe9900;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -70px;
    bottom: 30px;
	transition:1s all ease;
}	
.bandat:hover{opacity:0.5;transition:1s all ease;}
.bandat a {
	color: #fff;
    display: flex;
    height: 140px;
    margin: -webkit-calc(50% - 70px) auto;
    /* margin: calc(50% - 70px) auto; */
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;
    text-align: center;
}	
.bandat a .span1 {
    font-size: 26px;
}	
.bandat a  .span1 .span2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -2px;
}	
.bannha {
	width: 118px;
    height: 118px;
    background-color: #0F75BD;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 90px;
    right: -69px;
	transition:1s all ease;
}	

.bannha:hover{opacity:0.5;transition:1s all ease;}
.bannha a {
	color: #fff;
    display: flex;
    height: 140px;
    margin: -webkit-calc(50% - 70px) auto;
    /* margin: calc(50% - 70px) auto; */
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;
    text-align: center;
}	
.bannha a .span1 {
    font-size: 18px;
}				
img.ngoinha{max-width:100%;}
.button_search{float:right;}
.button_search img{    width: 23px;   vertical-align: text-bottom;}
.col_main{
    border: 1px solid #Ccc;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px !important;
}
.col_left {
    margin: 0 auto;
    float: right;
    width: 290px;
}
.col_right {
    float: left;
    width: 650px;
}							
#info_deals{text-align:center;/* margin-bottom: 20px; */}
#info_deals ul{list-style-type:none;margin-bottom: 12px;}
#info_deals ul li{float: left;}
#info_deals ul li a{
	font-family: 'Roboto-Regular';
	font-weight: normal;
	width: auto;
	text-align: left;
	font-size: 16px;
	color: #000;
	/* text-transform: uppercase; */
	cursor: pointer;
	box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
	padding: 8px 44px;
	background: #FFF;
	display: inline-block;
}
#info_deals ul li a.selected{color: #fff!important;background: #bfbfbf!important;}
.timkiemnhanh{
    padding: 10px 0;
}
.timkiemnhanh h3{ font-family: 'OpenSans-Bold';font-size:16px;}
.timkiemnhanh ul{
    padding: 11px;
    width:30%;
    float:left;
    margin-right: 45px;
}
.timkiemnhanh ul:nth-child(3n+3){float:right;margin-right: 0;}
.timkiemnhanh ul li{list-style: inside;}
.timkiemnhanh ul li a{color:#474747; font-family: 'Roboto-Regular';font-size:14px;}
.timkiemnhanh ul li a:hover{
    color: #f00;
}	
.title_ft{
    margin-bottom: 5px;
}
.title_ft h3{
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto-Bold';
}
.cot1_ft{width:222px;float:left;margin-right: 44px;}
.cot1_ft:last-child{float:right;margin-right:0;width: 155px;}
.cot1_ft ul{}
.cot1_ft ul li{}
.cot1_ft ul li a{}
.cot1_ft ul li a:hover{}
.box_left{
    background: #fff;
    margin-bottom: 25px;
    border: 1px solid #Ccc;
}
.box_left .img_left{}
.box_left .img_left img{transition: 1s ease all;}
.box_left .img_left img:hover{   transition: 1s ease all;opacity:0.7;}
.box_left .info_left{
	padding: 12px;
}
.box_left .info_left h5{}
.box_left .info_left h5 a{
	color: #323232;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	font-weight: bold;
}
.box_left .info_left h5 a:hover{}
.box_left .info_left .gia_left{}
.box_left .info_left .gia_left span{
	color: #ff0000;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	font-weight: bold;
}
.google_plusone_iframe_widget{width:33px !important;}
.title-info-detail{
    margin-bottom: 12px;
    font-family: Verdana,Arial,sans-serif;
}
.title-info-detail h3 {
    margin: 0 auto;
    font-size: 12px;
    color: #0138ad;
    font-weight: bold;
}
.title-info-detail h3 a {
    font-size: 13px;
    color: #0138ad;
}	
.images_left_detail{}
.images_left_detail .vienimg{border:1px solid #ccc;}
.images_left_detail h1{font-size: 18px;font-weight: bold;font-family: Verdana,Arial,sans-serif;}
.images_left_detail .gia_detail{
    color: #c90927;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana,Arial,sans-serif;
}
.images_left_detail .gia_detail b{}
.info_right_detail{}
.product-description {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #Ccc;
}
.user_post{
    float: left;
	position: relative;
	
}
.user_post img{ width: 60px;
height: 60px;}
.info_user_post {
    float: right;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-bottom: 5px;
}		
.user_phone{
    font-size: 18px;
    border-bottom: 1px solid #Ccc;
}							
.count_anh {
    font-size: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../images/244ad7622d5a5f38e3438a0ae8bec251.svg) no-repeat;
    background-size: cover;
    width: 25px;
    height: 19px;
    font-weight: 700;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}			
.chuaduyet{    left: 0;
    height: 25px;
    line-height: 25px;
    background: hsla(210,3%,75%,.85);
    padding-left: 10px;
    text-align: left;    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 700;
    font-size: 10px;
color: #fff;}
.div_view{    position: absolute;
    top: 0;
right: 0;}
.btn-xem {
    border: none;
    background: #fff url(../images/xem.gif) no-repeat;
    color: #666 !important;
    font-weight: normal !important;
    padding-left: 15px;
}	
.btn-sua {
    border: none;
    background: #fff url(../images/sua.gif) no-repeat;
    color: #666 !important;
    font-weight: normal !important;
    padding-left: 15px;
}		
.bannhanhhon a{    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 1px solid #589f39;
    color: #589f39;
    background: rgba(117,189,79,.1);
	position: absolute;
    top: 30px;
right: 0;}			
.mota_text textarea{width:100%;    padding: 10px;}
#info_deals1{text-align:left;/* margin-bottom: 20px; */}
#info_deals1 ul{list-style-type:none;margin-bottom: 20px;}
#info_deals1 ul li{display:inline-block;margin-right: 9px;margin-bottom: 9px;}
#info_deals1 ul li a{	 font-family: Tahoma;
    font-weight: normal;
    width: auto;
    text-align: left;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    padding: 3px 0 3px 0;
    background: #FFF;
    display: inline-block;
opacity: .5;}
#info_deals1 ul li a.selected{    color: #000!important;
    font-weight: bold;
    border-bottom: 2px solid #f8c938!important;
opacity: 1;}		
.lbl_gia{display:none!important;}
.addthis_inline_share_toolbox{    clear: inherit !important;}
.zalo-share-button{    margin-right: 5px;    float: left;    position: relative;   z-index: 99999;}
.btn_open{    position: relative;
    background: url(../images/3cham.svg) no-repeat right;
    width: 5px;
height: 19px;cursor: pointer;}
.showbox{ background: url(../images/3cham1.svg) no-repeat right !important;}
.frm_edit {
    display: none;
    position: absolute;
    top: 100%;
    left: -92px;
    z-index: 1000;
    float: left;
    width: 100px;
    margin: 0px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    padding: 7px;
}
.frm_edit a{
    font-size: 16px;
    white-space: nowrap;
    line-height: 24px;
}
.frm_edit a:hover{color:#f00!important;}
.wa_dm{}
.tieude_dm {
    height: 46px;
    line-height: 36px;
    background: #4683DF;
}
.td_dm {
	font-family: 'Roboto-Regular';
    font-weight: normal;
    width: auto;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
    padding: 8px 43px;
    background: #FFF;
    display: inline-block;
}
.td_dm.active {
	color: #fff!important;
    background: #bfbfbf!important;
}
.td_dm_1 ul li:hover{
    color: #f00;
    cursor: pointer;
}
.tieude_dm span{
	font-weight: normal;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #4683DF;
    float: left;
    background: #FFFFFF;
    display: inline-block;
    margin: 5px;
    padding: 0 20px;
}
.wap_item{}
.noidung_hide{display:none;}
.bds-detail{font-size: 15px;font-family: Verdana,Arial,sans-serif;font-size: 15px;}
.btn-xoa {
    border: none;
    background: #fff url(../images/xoatin.gif) no-repeat;
    color: #666 !important;
    font-weight: normal !important;
    padding-left: 15px;
}