.clearfix {
  *zoom: 1;
}
@font-face {
  font-family: 'UTM Aptima';
  src: url('UTM Aptima.eot');
  src: url('UTM Aptima.eot?#iefix') format('embedded-opentype'),
       url('UTM Aptima.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UTMAptima';
  src: url('UTMAptima.woff') format('woff'),
       url('UTMAptima.ttf') format('truetype'),
       url('UTMAptima.svg#UTMAptima') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.label-info[href], .badge-info[href] {
	background-color: transparent;
    text-shadow: none;
}
a:not(.btn) {
  color: #007E3B;
}
a:not(.btn):hover {
  color: #22b8f0;
}
body {
  color: #0000;
}
body.bg {
  background: #fff;
}
#sp-header-wrapper {
  background: #fff;
}
#sp-header-wrapper .logo {
  background-image: url(../../images/presets/preset1/logo.png);
}
#sp-feature-wrapper {
  background-color: #fff;
}
#sp-feature-wrapper a:not(.btn) {
  color: #82d7f6;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #e1f5fd;
}
.module.highlighted {
  background: #3498DB;
}
.module.highlighted a {
  color: #fff !important;
}
#sp-bottom-wrapper{color: #fff;  background: #555555;}
#sp-footer-wrapper {
  background: #00853e;
  color: #fff;
}
#sp-bottom-wrapper h3,
#sp-footer-wrapper h3 {
  color: #fff; border: none;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #fff;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #b1e6fa;
}
#sp-footer-wrapper {
  border-top: 2px solid #FFFC00;
}
#sp-footer-wrapper::after {
  background: #0a6e93;
}
.designed-by{font-size: 10px;}
.sp-border {
  border-top: 1px solid #FFFC00;
}
.sp-border::after {
  background: #0a6e93;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #227af0;
  background-image: -moz-linear-gradient(top,#2296f0,#2251f0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2296f0),to(#2251f0));
  background-image: -webkit-linear-gradient(top,#2296f0,#2251f0);
  background-image: -o-linear-gradient(top,#2296f0,#2251f0);
  background-image: linear-gradient(to bottom,#2296f0,#2251f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2195f0', endColorstr='#ff2151f0', GradientType=0);
  border-color: #2251f0 #2251f0 #0d34b9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2251f0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #fff;
  background-color: #2251f0;
  *background-color: #1041e9;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #0e3bd1 \9;
}
.entry-title{font-size: 20px;}
.homepage #sp-main-body-wrapper{display:none;}
#sp-component > section, #sp-right .module > div{
	border-radius: 5px;
    box-shadow: 0 -1px 0 #d0d0d0, 0 5px 0 #d7d7d7, 0 6px 0 #c1c1c1, 0 0 4px rgba(0, 0, 0, 0.17);
    padding: 15px;}
#sp-component > section.featured {box-shadow: none;    border: none;}
.blog .items-row{ padding-bottom: 10px;border-bottom: 1px dotted #ccc;}
.blog .items-row .readmore{float: right;}
.entry-content h2{font-size: 20px;}
.img_effect {overflow:hidden;}
.img_effect p{margin:0;}
.img_effect img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	margin: auto;
	width: 100%;}
.img_effect:hover img{	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);}
#sp-main-menu-wrapper{background:#0b9444; border-top:1px solid #ccc; border-bottom:2px solid #FEF200;}
#sp-user1{background:#0b9444; color:#fff;}
#sp-user1 .module .header{border:none; font-size: 18px;}
.module.gioithieu{padding:15px;}
.contact-name{font-size: 25px;}
.customgioithieu .viewmore{background:#FEF200 ; color:#0b9444;     border-radius: 2px;    padding: 5px 10px;    width: 100px;}
.taisaochon .header{border: none;   font-size: 28px; margin: 0 0 15px;  text-transform: inherit;}
.taisao-left{float: left;  width: 50%;}
.taisao-right{float: right; width: 50%;}
.taisao-wrap .taisaochon{padding: 10px 0; background-color: #f7f7f7;}
.taisaochon.giaohang{margin: 0px 5px 15px 0px;}
.taisaochon.free{margin: 15px 5px 0px 0px;}
.taisaochon.dathang{margin: 0px 0px 15px 5px;}
.taisaochon.freehop{margin: 15px 0px 0px 5px;}
.sp-wrap .sp-line{margin-bottom: 2.127659574468085%;    float: left;    width: 100%;}
#sp-doitac .header{ font-size: 30px;    background: #0b9444;    color: #fff;    padding-left: 20px;     border-bottom: 2px solid #FEF200;}
#sp-news-wrapper .module .header{ font-size: 25px; color: #666;}
.thongtinlienhe .customthongtinlienhe {position: relative;}
.thongtinlienhe .customthongtinlienhe span{padding-left: 5px; float: left; position: absolute;  width: 90%;}
.thongtinlienhe .customthongtinlienhe p{margin: 0 0 25px 1px;}
#mod-search-searchword{ border-radius: 4px;     height: 30px;}
.mod-search-button{background: #0b9444;    height: 20px;    padding: 10px 15px;    border-radius: 0px 4px 4px 0px;    margin-left: -7px;}
.customhotline{ font-size: 22px;   font-family: 'UTMAptima'; background:url(../../images/icon-hotline.png) no-repeat scroll 0 0 transparent;  border: 1px solid #ccc; padding-left: 60px;    height: 40px;    line-height: 40px;    border-radius: 5px;}
.module.sp_style{    margin-top: 10px;}
.sp_style{position:relative}
.sp_style .title{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
	color: #000;
    background: rgba(255,255,255,0.7);
	font-weight: bold;}
.sp_style a:hover .title{color: #007E3B;}