/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0 -1px 0 #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.loadmore {
	padding: 10px;
	background: #ddd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	margin: 10px 4px;
	display: none;
}

.loadmore:hover {
	background: #333;
}
.gamma-loading {
	background-image: none;
}@import url('demo.css');

/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
    color: #333;
}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '';
}

.gamma-nav span.gamma-next:before {
	content: '';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 750px) {

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}

}
.container > header h1{
	position: relative;
	color: #498ea5;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	padding: 0px 0px 5px 0px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{
	font-family: 'Alegreya SC', Georgia, serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #719dab;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.freshdesignweb-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.freshdesignweb-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.freshdesignweb-top a:hover{
	background: #fff;
}
.freshdesignweb-top span.right{
	float: right;
}
.freshdesignweb-top span.right a{
	float: left;
	display: block;
}
.freshdesignweb-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}
.freshdesignweb-demos a{
    display: inline-block;
	margin: 0px 4px;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;	
	font-style: italic;
	font-size: 13px;
	border-radius: 3px;
	background: rgba(41,77,95,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.freshdesignweb-demos a:hover{
	background: rgba(41,77,95,0.3);
}
.freshdesignweb-demos a.current,
.freshdesignweb-demos a.current:hover{
	background: rgba(41,77,95,0.3);
}form {
    margin: 0;
    padding: 0;
}
.form_lien_he
{
}

.thong_tin_lien_he
{
	float:right;
	width:250px;
	padding:10px;
}

.tin_item
{
	position:relative;
	padding:10px 0;
	margin:0 10px;
	background:url(/images/line_tin.png) no-repeat left top;
	behavior: url("/js/iepngfix.htc");
	display:block;
	width:455px;
	float:left;
}

.tin_detail
{
	padding:10px 0;
	font-size:11px;
}

.wrapper_tin_item
{
	display:inline-block;
	float:left;
}

.tin_title
{
	font-weight:bold;
	font-size:12px;
}

.tin_time
{
	color:#7d7d7d;
	font-size:10px;
	font-weight:bold;
}

.tin_desc
{
	text-align:justify;
	color:#CCC;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}

.menu_sp 
{
	display:inline-block;
	height:33px;
}

.menu_sp .menu_sp_list
{
	font-weight:bold;
	display:inline;
	float:left;
	padding:10px;
	color:#fff;
	background:none;
	margin:0 5px;
}

.menu_sp .menu_sp_list:hover, .menu_sp .active
{
	color:#f00;
	background:#333;
	cursor:pointer;
}

.noi_dung_sp_load
{
	background:#333;
	padding:20px 5px 10px;
}.form
{
	margin:0px;
	padding:0px;
}
.wrapper_contact fieldset {
	float:left;
	margin:0px 0px 0px 3px;
	padding:3px 7px 7px 7px;
	display:inline;
	border:none;
}

.wrapper_contact input
{
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	height:20px;
	padding:7px 5px 3px 30px;
	font-size:14px;
	width:150px;
    color: #888;
}

.wrapper_contact input.name, .wrapper_contact input.phone, .wrapper_contact input.email, .wrapper_contact input.address, .wrapper_contact input.subject
{
	background-repeat:no-repeat;
	background-position:10px 7px;
}

.wrapper_contact input.name
{
	background-image:url(../images/name.gif);
}

.wrapper_contact input.phone
{
	background-image:url(../images/phone.gif);
}

.wrapper_contact input.email
{
	background-image:url(../images/email.gif);
}

.wrapper_contact input.address
{
	background-image:url(../images/address.gif);
}

.wrapper_contact input.subject
{
	background-image:url(../images/subject.gif);
	width:355px;
}

.wrapper_contact input.submit, .wrapper_contact input.submit:hover
{
	width:93px;
	height:28px;
	padding:0px;
	margin:10px auto;
	border:none;
	display:block;
	text-align:center;
	background:url(../images/mail.png) no-repeat;
	behavior: url("/js/iepngfix.htc");
	cursor:pointer;
}

.wrapper_contact input.submit:hover
{
	background:url(../images/mail_hover.png) no-repeat;
	behavior: url("/js/iepngfix.htc");
	border:none !important;
}

.wrapper_contact textarea
{
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	float:left;
	display:inline;
	font-size:14px;
	height:107px;
	padding:5px;
	width:380px;
	overflow:auto;
    color: #888;
}

.wrapper_contact input:hover, .wrapper_contact input:focus, .wrapper_contact textarea:hover, .wrapper_contact textarea:focus
{
	border:1px solid #9d9d9d;
	
}

.wrapper_contact label
{
	margin:0 5px 0 0;
	padding:4px;
	display:block;
}

.wrapper_contact .error
{
	background-color:#6F94D4!important;
	padding:10px;
	color:#FFFFFF !important;
}

.image_box
{
	text-align:center;
	width:100px;
	height:71px;
	font-weight:bold;
	background-color:#EDEDED;
	border:1px solid #D0C9B0;
	padding:2px;
	float:left;
	display:inline;
	margin:5px;
}

.image_box a
{
	display:block;
	height:75px;
	overflow:hidden;
}

.tai_tro
{
	padding:20px 5px;
}/*Phan trang*/

/*phan trang */
.navigation {
	font-size:11px;
	clear: both;
	padding: 15px 0px 20px;
	text-align: center;
	cursor:default;
	font-weight:bold;
	color:#407e42;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
	background:#CCCCCC;
}

.navigation .page_item a {
	color:#FFF;
	background-color:#CCCCCC;
    padding: 4px 8px;
}
.current_page_item_2{
     background-color: #F5C600;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
}
.navigation .current_page_item, .navigation .page_item a:hover 
{
	color:#fff;
	background-color:#F5C600;
    padding: 4px 8px;
}
/*end phan trang*/div,span,h1,h2,h3,h4,h5,h6,p,a,img,ul,li {
    margin: 0;
    padding: 0;
    background: transparent;
    
}
h1,h2.h3,h4,h5,h6
{
    font-size: 13px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
}
strong
{
    font-weight: bold;
}/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
table{border-collapse:separate;border-spacing:0;}
caption{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
p{ padding: 10px 0px 0px 0px; margin: 0;}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	display: block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
}
img{border:none;}
form{margin:0px;padding:0px;}
.clear{clear:both;}

/* start */

body
{
    background:#fff;
    padding:0px;
    margin:0px;
    font-family:'Open Sans',tahoma,sans-serif!important;
    font-size: 13px!important;
    color: #333;
}

@font-face {
    font-family: 'UTM Facebook';
    src: url('../fonts/UTM Facebook.eot'); /* IE9 Compat Modes */
    src: url('../fonts/UTM Facebook.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/UTM Facebook.woff') format('woff'),
        url('../fonts/UTM Facebook.ttf')  format('truetype'), 
        url('../fonts/UTM Facebook.svg#UTM Facebook') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Androgyne_TB';
    src: url('../fonts/Androgyne_TB.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Androgyne_TB.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Androgyne_TB.woff') format('woff'),
        url('../fonts/Androgyne_TB.ttf')  format('truetype'), 
        url('../fonts/Androgyne_TB.svg#Androgyne_TB') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
.header_wrapper {
    background: #c6d9ea;
    width: 100%;
    height: 100px;
}
.header {
    width: 1022px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}
.company_logo {
    float: left;
    padding-top: 2px;
    position: absolute;
    z-index: 999;
}
.company_name {
    float: left;
    margin-left: 126px;
    padding-top: 18px;
}
.search_box {
    float: left;
    border: 1px solid #eceaea;
    background: #f8f8f8;
    margin-top: 32px;
    margin-left: 28px;
}
.ipt_key {
    border: none;
    height: 27px;
    line-height: 27px;
    width: 169px;
    padding: 0px;
    float: left;
    text-indent: 10px;
    color: #443f3c;
    background: #f8f8f8;
    font-family: 'Open Sans', sans-serif;
}
.ipt_submit {
    border: none;
    border-left: 1px solid #eceaea;
    background: url('../images/icon_search.png') center center no-repeat;
    height: 27px;
    line-height: 27px;
    width: 46px;
    padding: 0px;
    float: left;
    cursor: pointer;
}
.flag_box {
    float: left;
    margin-top: 44px;
    margin-left: 7px;
}
.flag_box a {
    margin-left: 15px;
}   /*End header_wrapper*/
.home_menu_wrapper {
    width: 100%;
    height: 50px;
    background: #002566;
}
.home_menu {
    width: 1022px;
    margin: 0px auto;
}
.home_menu ul {
}
.home_menu ul li {
    float: left;
    border-left: 1px solid #cecece;
}
.home_menu ul li a {
    display: block;
    color: #eaf1f3;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 13px;
    padding: 0px 9px;
    font-weight: 600;
}
.home_menu ul li a:hover ,.active{
    background: #021b47;
}   /*End home_menu_wrapper*/
.home_body_wrapper {
    background: #c6d9ea;
}
.home_body {
    width: 1022px;
    margin: 0px auto;
    position: relative;
    background: url("../images/bg_service.png") center center repeat;
}
.home_body_left {
    background: url('../images/bg_service.png') center top repeat;
    width: 262px;
    height: 472px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.home_body_right {
    float: right;
    width: 760px;
    height: 471px;
    position: absolute;
    z-index: 7;
    top: 0px;
    right: 0;
}
.bg_text {
    float: right;
    background: url('../images/bg_slide1.png') right bottom repeat;
    width: 276px;
    height: 100px;
    position: absolute;
    z-index: 999999;
    bottom: 160px;
    right: 0px;
    padding: 12px 20px;
}
.slide_box_title {
    color: #00338d!important;
    font-family: 'Verdana','Androgyne_TB', sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.slide_box_content {
    color: #443f3c;
    display: block;
    text-align: justify;
}
.service_title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 4px 0px 10px 0px;
    display: block;
    text-align: center;
    background: url('../images/bg_bottom_service.png') center bottom no-repeat;
}
.service_container {
    
}
.service_box {
    font-family: 'Open Sans', sans-serif; font-weight: 800;
    display: inline-block;
    background: url('../images/bg_border_service.png') center bottom no-repeat;
    padding: 6px 7px 6px 0px;
    float: left;
}
.service_box:last-child
{
    background: none;
}
.service_box:hover, .active1{
    background: #031433;
}
.service_box span {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    width: 141px;
    padding-left:5px;
    text-align: left;
    padding-top: 14px;
}
.service_box img {
    float: right;
}   /*End home_body_wrapper*/
.footer_wrapper {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #002566;
    font-size: 11px;
    clear: both;
}
.footer {
    width: 1022px;
    margin: 0px auto;
}
.copyright {
    float: left;
}
.tinhve {
    float: right;
    text-transform: uppercase;
}
.tinhve a {
    color: #fa8911;
}   /*End footer_wrapper*/

.drop_down
{
    position: relative;
    z-index: 999;
}
.menu_dropdown
{
    background: #021b47;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    min-width: 266px;
}
.menu_dropdown a
{

     font-size: 13px!important;
     background: url(../images/bg_li.png) 10px center no-repeat;
     text-indent: 20px;
     display: block;
     padding: 0 5px !important;
     line-height: 40px!important;
     cursor: pointer;
}
.menu_dropdown a:hover
{
    color: #bbb;
    background: #002566 url(../images/bg_li_hover.png) 10px center no-repeat!important;
}
.home_menu ul li:hover .menu_dropdown
{
    display: block!important;
}
.container
{
    padding: 20px;
}
h1.title
{
    line-height: 18px;
    font-size: 20px;
    padding: 10px 0;
    font-weight: normal;
}
.wrap_title
{
    border-bottom: 1px #fff solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.baivietkhac{
    display:  block;
    background: url(../images/bg_li.png) left center no-repeat;
    font-size: 14px;
    text-indent: 15px;
}
.baivietkhac:hover
{
    color: #bbb;
    background: url(../images/bg_li_hover.png) left center no-repeat;
}
.noidungtin
{
    margin-top: 20px;
}
.news
{
    width: 480px;
    float: left;
    margin: 0 20px 20px 0;
    min-height: 60px;
}
.news img
{
    width: 60px;
    border: 2px #e1e1e1 solid;
    float: left;
    margin-right: 10px;
}
.news img:hover
{
    border: 2px #F5C600 solid;
    opacity: 0.8;
    background: #fff;
    transition: all 0.4s ease 0s;
}
.tieudetin
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #F5C600;
}
.tieudetin:hover
{
    color: #C59F00;
}
h2.title
{
    font-size: 18px;
}


.scroll_banner{
    position: fixed;
    width: 106px;
    bottom:80px;
    padding: 10px 5px;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.company_name img {
    width: 445px;
}

.tra-cuu {
    padding: 30px;
}
.search-ex-item button {
    background: #00c0ff;
    border: none;
    color: white;
    font-size: 15px;
    padding: 11px;
    margin-left: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.search-ex-item input, .search-ex-item select {
    width: 100%;
    padding: 10px;
}
.search-ex-item {
    display: inline-block;
    width: 20%;
    padding-right: 15px;
}
.result-search {
    padding-top: 30px;
}
.result-list {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.result-search table {
    border-collapse: collapse;
    width: 100%;
    background: white;
    color: black;
}
.result-search td, .result-search th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.result-search th {
    background: #ccc;
}
.banne-tracking img {
    width: 100%;
}
.banne-tracking {
    margin-bottom: -2px;
}/*
http://www.freshdesignweb.com/beautiful-registration-form-with-html5-and-css3.html
*/

.form{
	background:#f1f1f1; width:470px; margin:0 auto; padding-left:50px; padding-top:20px;
}
.form fieldset{border:0px; padding:0px; margin:0px;}
.form p.contact { font-size: 12px; margin:0px 0px 10px 0;line-height: 14px; font-family:Arial, Helvetica;}

.form input[type="text"] { width: 400px; }
.form input[type="email"] { width: 400px; }
.form input[type="password"] { width: 400px; }
.form input.birthday{width:60px;}
.form input.birthyear{width:120px;}
.form label { color: #000; font-weight:bold;font-size: 12px;font-family:Arial, Helvetica; }
.form label.month {width: 135px;}
.form input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 1px solid rgba(122, 192, 0, 0.15); padding: 7px; font-family: Keffeesatz, Arial; color: #4b4b4b; font-size: 14px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
.form input:focus, textarea:focus { border: 1px solid #fff; background-color: rgba(255, 255, 255, 1); }
.form .select-style {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid #FFF;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;}
.form .gender {
  width:410px;
  }
.form input.buttom{ background: #002566; display: inline-block; padding: 5px 10px 6px; color: #fbf7f7; text-decoration: none; font-weight: bold; line-height: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; box-shadow: 0 1px 3px #999; text-shadow: 0 -1px 1px #222; border: none; position: relative; cursor: pointer; font-size: 14px; font-family:Verdana, Geneva, sans-serif;}
.form input.buttom:hover	{ background-color: #2a78f6; }
