html {
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
#cssmenu{
	display:none;
}
.bx-wrapper {
    margin-bottom: 0px !important;
    margin: 0 auto !important;
}
.fixcal{
	padding-bottom:0px !important;
	    display: block;
    left: 20px;
    width: 65px;
    padding: 10px 5px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    background: #fff;
    border-radius: 6px;
	border:1px solid #dedede;
}
.bx-wrapper .bx-controls-direction a {
	z-index:99 !important
}
#back-to-top{position:fixed;z-index:1000;bottom:48px;right:30px;display:none;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}
#back-to-top a{display:block;width:30px;height:30px;-webkit-transition:0.2s all linear;-moz-transition:0.2s all linear;-o-transition:0.2s all linear;transition:0.2s all linear;border:1px solid #FE8800;text-align:center;line-height:30px;font-size:20px;color:#FFF;border-radius:50%;background:#FE8800;-webkit-box-shadow:0px 0px 9px 2px rgba(0, 0, 0, 0.28);-moz-box-shadow:0px 0px 9px 2px rgba(0, 0, 0, 0.28);box-shadow:0px 0px 9px 2px rgba(0, 0, 0, 0.28);}
#back-to-top:hover{bottom:54px;}
.fixcal .gsms{
	display:none;
}
.fixcal ul li{
	text-align:center;
}
.fixcal ul{
	list-style:none !important
}
.fixcal img{
	margin:0 auto;
	width:35px;
}
.fixcal a{
	font-size:10px;
	font-weight:600;
	text-align:center
}
.noidungx img{
	max-width:100% !important;
	height:auto !important
}
@font-face {
	font-family: 'Futura';
	src: url('fonts/SVN-Futura-Regular.otf') format("opentype");
}
@font-face {
	font-family: 'FuturaDemiBold';
	src: url('fonts/svnDemiBold.otf') format("opentype");
}

body {
	margin: 0;
font-family: 'Open Sans', sans-serif;
	background:#fff;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	right: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;  
	-webkit-transition: right .4s ease-in-out 0s;
	-moz-transition:    right .4s ease-in-out 0s;
	transition:         right .4s ease-in-out 0s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	color: #685e52;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
a:hover,
a:focus {
	color:#69453d;
}
a,
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 600;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*img {
	max-width: 100%;
	height: auto;
} */
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
ol, ul {
	padding: 0;
}
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto; width:100%
}
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #333;
	font-weight: normal;
		font-family: 'FuturaDemiBold';
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
@-webkit-keyframes placeHolderShimmer {
	from {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}

@keyframes placeHolderShimmer {
	from {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}
#header{
	float:left;
	width: 100%;
	clear: both;
}
.top-bar{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#505050
}
.top-bar-left{
	float:left;
}
.top-bar h2{
	color: #fff;
	margin:0px;
	font-size: 16px;
	text-transform: capitalize;
}
.top-bar-right{
	float: right;
	text-align:right;
}
.top-bar-right ul{
	list-style: none;
	float: right;
}
.top-bar-right ul{
	margin:0px !important;
}
.top-bar-right ul li{
	display: inline-block;
}
.top-bar-right span{
	color: #f6f6f6;
	font-size: 15px;
}
.top-bar-right ul li a{
	margin-left: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
}
.header-main{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}
.col-logo{
	float: left;
	padding-right: 0px;
}
.col-logo img{
	max-height: 80px;
}
.col-banner{
	padding-left: 0px;
	float: left;
}
.col-banner{
	text-align: center;
	float: left;
}
.col-banner h2{
	text-transform: uppercase;
	margin-top:-6px;
	color: #f71016;
	    color: #f71016;
    font-size: 32px;

}
.col-banner h3{
	text-transform: uppercase;
	margin:0px;
font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 14px;
	    font-weight: 600;
	margin-top: 4px;
	margin-bottom:3px;
}
.col-hotline{
	float: left;
}
.hotline{
	float: right;
	margin-top: 4px;
}
.hotline .hot-icon{
	float:left;
	margin-right: 12px;
}
.hotline .hot-text{
	float: left;
}
.hotline .hot-text a{
	color: #f71016;
	font-size:24px;
	white-space: nowrap;
	font-family: 'FuturaDemiBold';
}
.hot-note{
	float: left;
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
.hot-note span{
	font-size: 13px;
	white-space:nowrap;
	font-weight: 700 !important
}
.header-botom{
	float: left;
	width: 100%;
	clear: both;
	background: #f71016;

}
.menu-pc{
	float: left;
	margin: 0px;
}
ul.ulpc{
	margin: 0px;
	float: left;
}
ul.ulpc li{
	display: inline-block;
	position: relative;
	float: left;
}
ul.ulpc li a{
	padding: 0px 20px;
	line-height: 48px;
	color: #fff;
	float: left;
	position: relative;
	font-weight: 600;
}
ul.ulpc>li>a:after{
	position: absolute;
	right: -5px;
	top:16px;
	width: 1px;
	height: 17px;
	background: #ff5a5e;
	display: block;
	content: "";
}
.box_search{
	float: right;
	margin-top: 8px;
	padding-right: 10px;
	position:relative;
}
ul.ulpc li ul{
	position:absolute;
	left:0px;
	top:100%;
	padding:10px 15px;
	background: #fff;
	z-index:10;
	min-width:230px;
	display:none;
	opacity:0;
		-webkit-transition: right .4s ease-in-out 0s;
	-moz-transition:    right .4s ease-in-out 0s;
	transition:         right .4s ease-in-out 0s;
}
ul.ulpc li ul:after{
	width:10px;
	display:block;
	    top: -5px;
    left: 20px;
	position:absolute;
	background:#fff;
	display:block;
	content:"";
	  transform: rotate(45deg);
	height:10px;
}
ul.ulpc li ul li{
	float:left;
	width:100%;
}
ul.ulpc li ul li a{
	float:left;
	width:100%;
	padding:8px 0px;
	line-height:26px;
	font-size:15px;
	color:#333;
	border-bottom:1px solid #dedede;
}
ul.ulpc li ul li:hover a{
	color:#f71016
}
ul.ulpc li:hover>ul{
	display:block;
	opacity:1 !important;
		-webkit-transition: right .4s ease-in-out 0s;
	-moz-transition:    right .4s ease-in-out 0s;
	transition:         right .4s ease-in-out 0s;
}
#keyword{
	padding: 5px 15px;
	border:0px !important;
	outline: none !important;
	border-radius: 30px;
	font-size: 14px;
	min-width: 230px;
	height: 32px;
}
.bnt_search{
	position:absolute;
	top:7px;
	right:20px;
	z-index:10;
	
	
}
#slider{
	float: left;
	width: 100%;
	clear: both;
}
#slider .caption{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;	
    width: 100%;
    text-align: left;

}
#slider .caption h2{
	font-size: 40px;
	color: #f71016;
}
#slider .caption h4{
	font-size: 28px;
	color: #f71016;
}
#datdichvux{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #f71016
}
.dichvu-text h3{
	margin-top:10px;
}
.chon-img img{
	max-width:50px;
}
.bx-wrapper{
	margin-bottom: 0px !important
}
.datdichvu-left h2{
	font-size: 24px;
	color: #fff;
	margin:0px !important;
}
.datdichvu-left{
	float: left;
}
.datdichvu-right{
	float: left;
}
.datdichvu-right a{
	float: right;
	padding: 6px 30px;
	border: 1px solid #fff;
	margin-top: -7px;
	font-family: 'FuturaDemiBold';
	color: #fff;
	font-size:20px;
	text-transform: uppercase;
}
.datdichvu-right a:hover{
	color: #f71016;
	background: #fff !important
}
#taisaochon{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #fff !important
}
.dichvu-img img{
	border-radius:6px;
}
#dichvu{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #f7f7f7 !important
}
.main-title{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
#hoatdong .row{
	float: left;
	width: 100%;
}
.main-title h2{
	margin: 0px !important;
	color: #f71016
}
.formtit h2{
	color: #f71016
}
.chon{
	float:left;
	width: 100%;

}
.chon-img{
	margin-right: 12px;
	float: left;
	padding-top: 12px;
}
.chon-text{
    float: left;
    width: calc(100% - 80px);
}
.taisao-center{
	padding-left: 50px;
	padding-right: 50px
}
.taisao-center img{
	margin:0 auto;
}
.dichvu{
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dichvu-text{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.dichvu-text h3{
	
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bolder;
	margin:0px;
}
.dichvu-text h3 a{
	color: #f71016
}
.dichvu-text h3:hover a{
	color: #222
}
.colxem{
	margin-top: 25px;
	float:left;
	width: 100%;
	clear: both;
	text-align: center;
}
.colxem a.xemdichvu{
	text-transform: uppercase;
	color: #f71016;
	font-size: 16px;
	font-weight: bolder;
	display: block;
	font-family: 'FuturaDemiBold';
}
.colxem a.xemdichvu:hover{
	color: #222;
}
.colxem a.xembanggia{
	margin-top: 20px;
	font-family: 'FuturaDemiBold';
	display: inline-block;
	text-transform: uppercase;
	color: #f71016;
	font-size: 16px;
	font-weight: bolder;
	padding: 6px 30px;
	border:2px solid #f71016;
	border-radius: 4px;
}
.colxem a.xembanggia:hover{
	background: #222;
	color: #fff;
	border:2px solid #222;
}
#datdichvu{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	background: url(../images/bg-dat-dich-vu.png) no-repeat top center;
	background-size: cover;
}
#datdichvu:before{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background:rgb(0 0 0 / 46%);
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
#datdichvu .container{
	position: relative;
	z-index: 99
}
.formdk{
	float: left;
	width: 100%;
	
	clear: both;
	padding: 20px 30px;
	background:#fff;
	border-radius: 6px;
}
.formtit{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.formtit h2{
	margin-top: 0px;
	margin-bottom: 20px;
}
#fdathang{
	float: left;
	width: 100%;
	clear: both;
}
.colsubmit{
	text-align: center;
}
.colsubmit .btn.btn-danger{
	background: #f71016 !important;
	font-size: 16px;
	font-weight: normal !important;
	font-family: 'FuturaDemiBold';
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}
.formdk label{
	color: #444;
}
.formdk .clsBatBuoc{
	color: #f71016;
}
.formdk .inputfixheight{
	min-height: 80px;
	height: 80px;
}
#hoatdong{
	background: #fff !important;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
.hoatdong{
	width: 100%;
	float: left;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.colhoatdong{
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}

.hoatdong-img{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.hoatdong-img img{
	margin: 0 auto
}
.hoatdong-text h3{
	position: relative;
	color: #fff !important;
	margin-bottom: 18px;
}
#doitacx{
	float:left;
	width:100%;
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
	background:#f7f7f7;
}
#doitacx .main-title{
	margin-bottom:20px;
}
.ldoitac img{
	border:1px solid #dedede;
}
.ldoitac .owl-nav .owl-prev{
	position:absolute;
	top:10%;
	left:-30px;
	background:none !important;
	background:none !important;
	font-size:20px;
}
.ldoitac .owl-nav .owl-next{
	position:absolute;
	top:10%;
	right:-30px;
	background:none !important;
	font-size:20px;
}
.ldoitac .owl-nav span{
	font-size:36px !important;
	color:#444 !important
} 
.ldoitac{
	float: left;
	width: 100%;
	clear: both;
	position:relative;
}
.doitac-img{
	float:left;
	background:#fff;
}
.hoatdong-text{
	float:left;
	width:100%;
	clear:both;
}
.col-md-3.colhoatdong{
	background:#f71016 !important;
	padding:15px !important;
	border-right:1px solid #dedede;
}
#hoatdong .col-md-3.colhoatdong:nth-child(1){
    border-bottom-left-radius: 10px;
	    border-top-left-radius: 10px;
}
#hoatdong .col-md-3.colhoatdong:nth-child(4){
    border-bottom-right-radius: 10px;
	    border-top-right-radius: 10px;
}
.hoatdong-text h3:after{
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 50px;
	height: 1px;
	background-color: #fff;
	display: block;
	content: "";
	margin: 0 auto;
	bottom: -10px
}
#khachhang{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
.lkhachang{
	margin-top: 25px;
position: relative;
	float: left;
	width: 100%;
}
.ykien{
	float: left;
}
.ykien-img{
float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.ykien-img img{
	margin:0 auto;
	height: 150px;
	width: auto !important;
	border-radius: 100%;
}
.ykien-text{
	float: left;
	width: 100%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
#footer{
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	clear: both;
	background-color: #221d1c
}
.col-info{
	float: left;
}
#footer h3{
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 18px;
	color: #f71016
}
.contenf{
	float: left;
	width: 100%;
	font-size: 15px;
	color: #fff;
}
.contenf p{
	margin-bottom: 5px;
	font-weight: 300 !important;
}
.col-thongtin{
	float: left;
	padding-left: 30px;
}
.contenf ul{
	
}
.contenf ul li{
	width: 50%;
	display: inline-block;
	float: left;
	margin-bottom: 8px;
}
.contenf ul li a{
	color: #fff;
}
.col-vechungtoi{
	float: left;
}
#copy{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
		padding-bottom: 15px;
	background:#000;
}	
#copy span{
	color: #fff;
}
#breadcrumb{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f3f3f3
}
ul.breadcrumb{
	padding: 0px !important;
	margin:0px !important;
}
#mainsub{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
}
.main-left{
    float: left;
}
.sidebar-wrapper{
    float: left;
    width: 100%;
}
.single-sidebar{
    float: left;
    width: 100%;
    margin-bottom: 15px
}
.sec-title{
     float: left;
    width: 100%;
    margin-bottom: 10px
}
.sec-title h3{
    font-weight: bolder;
}
#blog-area{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}
ul.categories{
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.categories>li{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
ul.categories li a{
    padding: 7px 0px;
    display: block;
    color: #111;
      float: left;
    width: 100%;
    clear: both; 
    font-weight: 500
}
ul.categories>li:hover>a{
color: #FF0099
}
ul.categories li a span{
    float: right;
    font-size: 14px;
    font-weight: bolder;
}


.dailyleft{
      float: left;
    width: 100%;
    clear: both;
}
.dailyleft ul{
        float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.dailyleft ul li{
        float: left;
    width: 100%;
    clear: both;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede
}
.dailyleft ul li a{
    padding: 7px 0px;
    display: block;
    color: #111;
      float: left;
    width: 100%;
    clear: both; 
    font-weight: 500
}
.dailyleft img{
	float: left;
	margin-right: 10px;
	width: 70px;
}
ul.categories li ul{
	    float: left;
	    list-style: none;

    width: 100%;
    z-index: 10;
  
    padding-left: 10px;
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
ul.categories li:hover>ul{
    visibility: visible;
    opacity: 1;
}
ul.categories li ul li a{
    border-bottom: 1px solid #dedede;
   }
ul.categories li ul li:hover a{
  color: #FF0099
}
.blog-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    font-weight: bolder;
}
.tag-social-share-box{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px;
}
.single-sidebar .sec-title{
	float: left;
	width: 100%;
	border-bottom:2px solid #dedede
}
.single-sidebar .sec-title h3{
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
	color: #010E2A;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.mainleft .ptitle {
	text-align: left;
}

.mainleft .ptitle:after{
	position: absolute;
	width: 40px;
	height: 2px;
	left: 0px;
	
	right: auto;
	bottom: -1px;
	content: "";
	background: #f71016;
	margin: 0;
	text-align: left;
	z-index: 10;
}
.mainleft .ptitle:before{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0px;
	right: auto;
	bottom: -1px;
	content: "";
	background: #dedede;
	margin: 0;
	text-align: left;
}
.spfix{
	width: 24%;
	float: left;
	margin-right: 1.33333333333333%;
	clear: none;
	margin-bottom: 25px;
}
.spfix .sanpham-text{
	background: #f6f6f6
}
.phantrang{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.ptitle{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
/*	border-bottom: 2px solid #dedede*/

}
.ptitle h2{
	margin-top: 0px;
	color: #010e2a;
	text-transform: uppercase;

}
.ptitle h1{
	margin-top: 0px;
	color: #010e2a;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
}
.ptitle:after{
	position: absolute;
	width: 40px;
	height: 2px;
	left: 0px;
	right: 0px;
	bottom: -1px;
	content: "";
	background: #f71016;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}
.ptitle:before{
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0px;
	right: 0px;
	bottom: -1px;
	content: "";
	background: #dedede;
	margin: 0 auto;
	text-align: center;
}
.noidungx ul{
	margin-left: 20px;
}
.noidungx table, .noidung table{
		margin: 0px !important;
}
.noidungx table p, .noidung table p{
	margin: 0px !important;
}
.noidungx table {
  font-family: 'Open Sans', sans-serif !important;
  border-collapse: collapse;
 width: 100% !important;
}

.noidungx table td, .noidungx table th {
  border: 1px solid #ddd;
  padding: 8px !important;
}

.noidungx table tr:nth-child(even){background-color: #f2f2f2;}

.noidungx table tr:hover {background-color: #ddd;}

.noidungx table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f71016;
  color: white;
}


.noidung table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100% !important;
}

.noidung table td, .noidung table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.noidung table tr:nth-child(even){background-color: #f2f2f2;}

.noidung table tr:hover {background-color: #ddd;}

.noidung table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f71016;
  color: white;
}
.newsx{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede
}
.newsx-img{
	float: left;
	width: 30%; 
	margin-right: 3%;
	overflow: hidden;
}
.newsx-img img{
	width: 100%;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.newsx-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsx-name{
	float: left;
	width: 67%;
	padding-top: 10px;
	    border-bottom: 1px solid #d8d8d8;
}
.servicex .newsx-name{
	float: left;
	width: 100%;

}
.newsx-name h3{
	margin-top: 0px;
	font-size: 18px;
	font-weight: 600;
}
.newsx-name h3 a{
	color: #333;
} 
.breadcrumb>li>a{
	font-size: 13px;
}
.newsx-date{
	float: left;
	width: 67%;
	margin-bottom: 7px;
	margin-top:7px;
}
.newsx-date span{
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #888
}
.newsx-date span:last-child{
	float: left;
}
.newsx-des{
	float: left;
	width: 67%;
	
}
.newsx-des p{
	margin-bottom: 10px;
	font-size: 15px;
	color: #333
}
.newsx-view{
	float: left;
	width: 75%;
}
.newsx-view a{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	float: left;
	border-radius: 3px;
	color: #fff;
	background: #e0871b;
	font-size: 12px;
}
.newsx-view a:hover{
	background: #666
}
#gioithieu{
		float:left;
	width:100%;
	clear:both;
	padding-top:35px;
	padding-bottom:35px;
}
.contentgt{
	float:left;
	width:100%;
}
.gt-left img{
	border-radius:6px;
}
.gt-right h2{
	margin-bottom:15px !important;
	color: #f71016;
	margin-top:10px !important;
}