/* Compiled Less CSS File */
/* Generated from "common.css" */

.full {
  width: 100%;
  float: left;
}
.bg-middle {
  position: relative;
  overflow: hidden;
}
.post-content * {
    max-width:100%!important;
    width:initial!important;
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: justify;
}
.amination {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.carousel {
  width: 400%;
}
.carousel li {
  text-align: center;
  float: left;
  position: relative;
  display: block;
}
.carousel li img {
  border: none;
}
.carousel-prev,
.carousel-next {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  display: none;
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
body {
  font-family: arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  color: #707070;
}
.shadows {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/shadows.png) repeat;
  z-index: 102;
  display: none;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  clear: left;
}
.clear {
  clear: both;
}
.header {
  float: left;
  width: 100%;
  background: url(../images/icon/bg-header.png) bottom repeat-x #ff0000;
}
.top {
  width: 100%;
  float: left;
  text-align: right;
}
.top ul {
  float: right;
}
.top ul li {
  float: left;
  border-left: 1px solid #fff;
  padding: 0 10px;
  height: 35px;
  margin: 5px 0;
}
.top ul li:last-child {
  padding-right: 0;
}
.hotline {
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 7px;
}
.hotline a {
  color: #fff !important;
}
/*=============================
	Breadcrumb Style
============================= */
.breadcrumb {
  float: right;
  color: #fff;
  margin: 30px 0 0 0;
  line-height: 13px;
}
.breadcrumb a {
  display: inline-block;
  padding-right: 24px;
  background: url(../images/icon/icon-brc.png) right center no-repeat;
  margin-right: 18px;
  color: #fff;
}
.breadcrumb a:hover {
  color: #e5dc03;
}
.breadcrumb .active {
  color: #fff;
  font-family: Arial;
  font-weight: bold;
}
.facebook {
  overflow: hidden;
  display: block;
  text-indent: 999999px;
  background: url(../images/facebook.png) no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  background-size: contain;
}
.facebook:hover {
  opacity: 0.5;
}
.top ul li:first-child {
  border-left: 0;
}
/*.logo{ float:left;}*/
.logo {
  float: left;
  margin: -46px 0 0 0;
}
.logo img {
  max-width: 100%;
}
.nav {
  float: right;
}
.nav ul li {
  float: left;
}
.nav ul li.active a,
.nav ul li:hover a {
  color: #fff501;
  border-bottom: 5px solid #ff0000;
}
.nav ul li:last-child a {
  padding-right: 0;
}
.nav ul li a {
  text-transform: uppercase;
  color: #fff;
  height: 125px;
  line-height: 125px;
  font-family: sfudinengalt,arial;
  white-space: nowrap;
  font-size: 20px;
  padding: 0 15px;
  border-bottom: 5px solid #e5dc03;
  padding-bottom: 47px;
}
.footer {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 4px 0 8px 0;
  /*overflow:hidden;*/
}
.footer p {
  color: #707070;
  text-align: justify;
  display: block;
  padding: 8px 0;
  line-height: 22px;
  overflow: hidden;
}
.footer p a {
  color: #707070;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.footer p a:hover {
  color: #ff0000;
}
.left {
  float: left;
}
/*===================
 # dn_license
===================*/
.dn_license {
  display: inline-block;
  font-size: 12px;
}
.dn_license img {
  border: none;
  margin-top: 0px;
  padding-top: 3px;
}
.dn_license span {
  display: block;
  font-family: Tahoma;
  float: left;
  line-height: 23px;
  font-size: 1em;
  margin-right: 5px;
  font-weight: bold;
}
.dn_license span a {
  color: #8d8d8d;
  text-decoration: none;
}
.dn_license span a:hover {
  color: #ff0000;
}
.copyright {
  margin-top: 33px;
  line-height: 24px;
}
.copyright a {
  color: #fff;
}
.right {
  float: right;
}
.footer-inner span {
  display: block;
}
.footer-inner span i {
  font-style: normal;
}
.footer-inner.left {
  margin-top: 8px;
}
.footer-inner.right {
  text-align: right;
  margin-top: 16px;
  line-height: 22px;
  color: #707070;
}
.line {
  clear: left;
  float: left;
  width: 100%;
  height: 1px;
  font-size: 0;
  background: #ccc;
}
.light {
  font-family: sfudinlight,arial;
}
.heavy,
b {
  font-family: sfudinengalt;
}
.size12 {
  font-size: 12px;
}
.size13 {
  font-size: 13px;
}
.size14 {
  font-size: 14px;
}
.size15 {
  font-size: 15px;
}
.size16 {
  font-size: 16px;
}
.size18 {
  font-size: 18px !important;
}
.size20 {
  font-size: 20px;
}
.size21 {
  font-size: 21px;
}
.size22 {
  font-size: 22px;
}
.size24 {
  font-size: 24px;
}
.size25 {
  font-size: 25px;
}
.size26 {
  font-size: 26px;
}
.size28 {
  font-size: 28px;
}
.size29 {
  font-size: 29px;
}
.size30 {
  font-size: 30px;
}
.size33 {
  font-size: 33px;
}
.size36 {
  font-size: 36px;
}
.size41 {
  font-size: 41px;
}
.size45 {
  font-size: 45px;
}
.size56 {
  font-size: 56px;
}
.size70 {
  font-size: 70px;
}
.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #fff;
}
.margin {
  margin: 20px 0;
}
.moreinfo {
  clear: left;
  float: left;
  width: 100%;
  /*height:154px;*/
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.moreinfo .bg-middle {
  height: 154px;
}
.moreinfo p {
  font-size: 31px;
  font-family: sfudinlight,arial;
  color: #e5dc03;
  text-align: center;
}
.moreinfo p span {
  font-family: sfudinengalt,arial;
}
.parnerts {
  clear: left;
  float: left;
  width: 100%;
  height: 120px;
  background-color: #e5dc03;
}
#parnerts {
  margin-top: 10px;
}
#parnerts.carousel {
  height: 100px;
}
#parnerts.carousel li {
  /* margin:0 13px;*/
}
#parnerts.carousel li a {
  float: left;
}
#parnerts.carousel li img {
  border: none;
}
.module {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
}
.module .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.Steps {
  text-align: center;
}
.Steps li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  width: 31%;
  margin: 0 1%;
}
.step {
  width: 100%;
  height: 1px;
  background: #f00;
  margin: 62px auto 70px auto;
}
.step span {
  display: block;
  border: 15px solid #fff;
  width: 135px;
  height: 135px;
  background: url(../images/step.png) no-repeat center;
  background-size: contain;
  text-align: center;
  line-height: 106px;
  color: #fff;
  margin: auto;
  position: relative;
  top: -71px;
}
.view,#ctl00_plcMain_bizfrom_ctl00_btnOK {
  display: block;
  width: 140px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: #000;
  margin: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
}
.view:hover , #ctl00_plcMain_bizfrom_ctl00_btnOK:hover{
  opacity: 0.6;
}
#ctl00_plcMain_bizfrom_ctl00_pnlForm .EditingFormErrorLabel {
    float:left;

}
.grouply {
    float:left;
    width:33%;
}
.btnsubmit {
  width: 104px;
}
.Steps li .text {
  height: 84px;
  overflow: hidden;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
}
.line-step {
  height: 1px;
  font-size: 0;
  background-color: #ccc;
  width: 76%;
  margin: 60px 12% 48px 12%;
  clear: left;
  float: left;
}
.line-step span {
  width: 45px;
  height: 23px;
  background: url(../images/line-step.png) no-repeat center;
  background-size: contain;
  display: block;
  margin: auto;
  position: relative;
  top: -8px;
  cursor: pointer;
}
.questions {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.questions ul {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.questions ul:last-child {
  margin-right: 0;
  width: 50%;
}
.questions ul li {
  background: url(../images/bullet.png) no-repeat 0 5px;
  color: #666666;
  padding-left: 20px;
  min-height: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}
.questions ul li a {
  color: #666666;
}
.questions ul li a:hover {
  color: #ff0000;
}
.questions ul li:hover {
  color: #f00;
}
.form {
  clear: left;
  float: left;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.form .title {
  font-size: 13px;
  text-align: left;
  width: 25%;
  float: left;
  margin-top: 9px;
  padding-right: 1%;
}
#ctl00_plcMain_bizfrom_ctl00_pnlForm .EditingFormControlNestedControl {
    width:75%;
    float:left;
}
.groupnd {
    float:left;
    width:100%;
}
    .groupnd .title {
        width:7.5%!important;
    }
     .groupnd .EditingFormControlNestedControl {
        width:92.5%!important;
    }
.form .input ,#ctl00_plcMain_bizfrom_ctl00_Email_txtEmailInput{
  padding: 9px 2%;
  background-color: rgba(204, 204, 204, 0.5);
  border: solid 1px #ccc;
  float: left;
  width: 96%;
}
.form .textarea {
  padding: 9px 1%;
  background-color: rgba(204, 204, 204, 0.5);
  border: solid 1px #ccc;
  float: left;
  width: 100%;
  height: 86px;
}
.EditingFormErrorLabel {
    color:red;
    margin-top:5px;
    text-align:left;
    margin-left:92px;
}
#ctl00_plcMain_bizfrom_lblErrorLabel {
    float:left;
    width:100%;
    text-align:center;
    color:red;
    font-size:20px!important;
}
.form .clear {
  height: 20px;
}
.form .view {
  margin: 0 0 0 11%;
}
.onlines {
  clear: left;
  float: left;
  width: 100%;
  padding: 10px 0 30px 0;
}
.onlines li {
  font-family: 'sfudinengalt';
}
.online {
  clear: both;
  padding-top: 30px;
}
.onlines .online:first-child {
  padding-top: 25px;
}
.online li {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 30px;
  color: #333333;
  text-transform: uppercase;
}
.online li a,
.online li span {
  display: block;
  text-align: center;
  height: 104px;
}
.hotlines {
  font-size: 45.7px;
  font-family: 'sfudinlight';
  padding-top: 12px;
}
.online li img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  /* width:100%; */
  max-height: 141px;
  max-width: 100%;
}
.module.peoples .bg {
  background: #ffffff url(../images/bg-peoples.png) repeat;
}
.module-tmcc {
  padding-top: 15px;
}
.congchungvienbox .heavy {
  margin: 36px 0 15px 0;
}
.congchungvienbox h4 {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
.list-people ul {
  width: 100%;
  text-align: center;
}
.list-people {
  float: left;
  width: 100%;
  margin-bottom: 26px;
}
.list-people ul li {
  float: left;
  width: 270px;
  background-color: #000;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.list-people ul li .over-info {
  position: absolute;
  top: 0;
  left: -1050%;
  height: 100%;
  padding: 5px;
  color: #ffffff;
  line-height: 28px;
  width: 100%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.list-people ul li .over-info .content-over {
  width: 96%;
  padding: 20px;
  height: 96%;
  padding-top: 10%;
  position: absolute;
  border: 1px inset  #fff;
}
.list-people ul li .over-info div {
  display: table-cell;
  vertical-align: middle;
}
.list-people ul li .over-info .uppercase {
  font-size: 18px;
}
.list-people ul li .over-info a {
  color: #ffffff;
}
.list-people ul li:hover img {
  opacity: 0.3;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  /*-o-transition: all 0.5s ease 0s;
					 -webkit-transform: scale(1.2);  /* Saf3.1+, Chrome */

  /* -moz-transform: scale(1.2);  /* FF3.5+ */

  /* -ms-transform: scale(1.2);  /* IE9 */

  /* -o-transform: scale(1.2);  /* Opera 10.5+ */

  /*  transform: scale(1.2);*/

}
.list-people ul li:hover .over-info {
  left: 0px;
}
.img-responsive {
  max-width: 100%;
  display: block;
}
.text-people {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.text-people p {
  font-size: 15px;
  line-height: 24px;
}
.module.partners .bg {
  background: url(../images/bg-partners.png) no-repeat center;
}
.module.partners {
  padding: 16px 0;
}
.list-logopartner {
  width: 100%;
  float: left;
}
.list-logopartner ul {
  width: 100%;
  float: left;
}
.logopartner {
  float: left;
  width: 172px;
  margin: 0 10px;
  text-align: center;
}
.logopartner-image img {
  max-width: 100%;
}
.flexslider {
  overflow: hidden;
}
.flexslider .slides img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
#flex .container {
  height: 549px;
  width: auto;
}
.module.slide .bg {
  background: #ffffff url(../images/bg-peoples.png) repeat;
}
.slideAcc {
  width: 100%;
  overflow: hidden;
  /* height:150px;*/
}
.slideAcc .view {
  float: left;
  margin-top: 20px;
  background: #666666;
}
.slideAcc .view:hover {
  background: #999999;
  opacity: 1;
  color: #333333 !important;
}
.slideAcc img {
  width: 100%;
}
.google_mapimg * {
    max-width:100%!important;
}
.caption {
  width: 5.2%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #666;
  border-right: 1px solid #fff;
  z-index: 1;
}
.scroll-wrapper {
  margin-top: 20px;
}
.caption .text {
  font-family: sfudinlight;
  font-size: 15px;
  left: 0;
  color: #fff;
  margin-left: -71px;
  margin-top: 103px;
  text-align: right;
  text-transform: uppercase;
  top: 20px;
  transform: rotate(-90deg);
  white-space: nowrap;
  width: 200px;
}
.icon {
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url(../images/menu-arrow.png);
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -11px;
}
.slideAcc-responsive {
  display: none;
}
.slideAcc-responsive .content * {
  max-width: 100%;
}
.slideAcc-responsive .view {
  display: block;
  margin-top: 10px;
}
.slideAcc-responsive ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #323030;
}
.slideAcc-responsive ul li .content {
  display: none;
  width: 100%;
  float: left;
  padding: 20px;
  line-height: 24px;
}
.slideAcc-responsive ul li .caption-responsive {
  width: 100%;
  float: left;
  font-family: 'sfudinengalt';
  font-size: 1.5em;
  background: #666666;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px 5px;
}
.slideAcc-responsive ul li .caption-responsive.active {
  background: #e5dc03;
}
.slideAcc-responsive ul li .content {
  padding: 10px;
  color: #333;
  background: #fff;
}
.slideAcc-responsive ul li .content .service {
  clear: none;
  float: none;
  margin-top: 20px;
  padding: inherit;
  width: auto;
}
.icon {
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url(../images/menu-arrow.png);
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -11px;
}
#slide-one .menu {
  /*background:#fff url(../images/bg-peoples.png) repeat;*/
}
.menu-closed .icon {
  background-position: 0 0;
}
.menu-open .icon {
  background-position: -23px 0;
}
.menu-open .caption {
  background-color: #ccc;
}
.slideAcc li .content {
  padding-right: 20px;
  padding-left: 75px;
}
.menu p {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  padding-top: 20px;
}
.introduction {
  padding-right: 2%;
  margin-top: 20px;
  clear: left;
  float: left;
  width: 98%;
}
.introduction h5 {
  font-size: 15px;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.introduction p span {
  font-weight: 400;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 200px;
}
.introduction li {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.introduction li a {
  color: #01a8b8;
}
.service {
  padding: 10px 2%;
  margin-top: 20px;
  clear: left;
  float: left;
  width: 96%;
  /*background:rgba(255,255,255,.8);*/
}
.service h5 {
  font-size: 30px;
  line-height: inherit;
  text-transform: uppercase;
  text-align: left;
  font-family: sfudinlight;
}
.service p span {
  font-weight: 400;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 200px;
}
.service li {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.service li a {
  color: #01a8b8;
}
.heading-menu {
  clear: left;
  display: block;
  color: #222222;
  padding: 10px 0 6px 0;
}
.module.slide-1 .bg {
  background: #ffffff url(../images/Layer-9.png) repeat;
  /* background-attachment:fixed;*/
}
#slide-two .menu {
  /*background:#fff url(../images/Layer-9.png) repeat;*/
}
.content::-webkit-scrollbar {
  display: none;
}
/*.content::-webkit-scrollbar-track{background-color: #eaeaea;}  
.content::-webkit-scrollbar-thumb{background-color: #ccc;border-radius:5px;}  
.content::-webkit-scrollbar-thumb:hover{background-color: #aaa;}*/
#slide-two .menu-open .caption {
  background-color: #e5dc03;
}
.slide-1 .slideAcc .heading-menu {
  color: #fff !important;
}
.slide-1 .slideAcc .content * {
  color: #fff !important;
}
#slide-two .menu-open .caption .text {
  color: #333333 !important;
}
#slide-two {
  color: #fff !important;
}
#slide-two .service h5 {
  color: #fff !important;
}
#btn-menu {
  width: 100%;
  float: left;
  height: 24px;
  top: 42px;
  display: none;
  background: url(../images/menu.png) no-repeat right center;
  background-size: contain;
  cursor: pointer;
}
.content-scroll,
.menu .content {
  width: 100%;
  float: left;
}
.top-page {
  width: 100%;
  float: left;
  height: 180px;
  padding: 55px 0 55px 0;
}
.top-page h3 {
  color: #fff500;
  font-family: 'sfudinengalt';
  font-size: 48px;
  display: inline-block;
  text-transform: uppercase;
}
.top-page .left-toppage {
  float: left;
}
.top-page .txtbanner {
  font-size: 18px;
  margin-left: 259px;
  color: #005529;
  text-align: center;
}
.main-page {
  width: 100%;
  float: left;
  margin: 40px 0;
}
.left-main {
  float: left;
  width: 760px;
}
.sidebar-right {
  float: right;
  width: 340px;
}
.block {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.block .title-block {
  width: 100%;
  float: left;
  font-family: 'sfudinengalt';
  font-size: 20px;
  color: #f8f8f8;
  padding: 9px 10px 6px 10px;
  background: #ff0000;
  text-transform: uppercase;
}
.block .title-block a {
  color: #f8f8f8;
}
.block .title-block a:hover {
  color: #e5dc03;
}
.sidebar-left {
  width: 340px;
  float: left;
}
.main-right {
  float: right;
  width: 760px;
}
.list-sidebar li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  font-size: 16px;
}
.list-sidebar li a {
  width: 100%;
  float: left;
  padding: 13px 0px;
  color: #666666;
  padding-left: 10px;
  line-height: 24px;
  background: url(../images/icon/icon-list-sidebar.png) -200px 18px no-repeat;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.list-sidebar li a.active,
.list-sidebar li a:hover {
  background: url(../images/icon/icon-list-sidebar.png) 2px 18px no-repeat;
  padding-left: 20px;
  color: #ff0000;
}
.post .post-content {
  line-height: 24px;
  padding-bottom: 30px;
}
.post .post-content {
  color: #666666;
}
.post .post-content h1,
.post .post-content h2,
.post .post-content h3,
.post .post-content h4,
.post .post-content h5,
.post .post-content h6 {
  color: #666666;
}
.title-post-30 {
  color: #333333;
  font-family: 'sfudinengalt';
  font-size: 30px;
  margin-bottom: 17px;
}
.tbl {
  width: 100%;
  margin-top: 20px;
}
.tbl thead th {
  font-weight: bold;
  color: #666666;
  text-align: left;
}
.tbl tr td:first-child {
  text-align: center;
}
.tbl thead th,
.tbl tr td {
  border: 1px solid #c5c5c5;
  padding: 10px 10px;
  vertical-align: middle;
}
.tbl tr td:nth-child(2) {
  width: 340px;
}
table thead th {
  font-weight: bold;
  color: #666666;
  text-align: left;
  line-height: 22px;
}
table thead th,
table tr td {
  line-height: 22px;
  border: 1px solid #c5c5c5;
  padding: 8px 10px;
  vertical-align: middle;
}
.a-download {
  display: inline-block;
  padding: 3px 20px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
  border: 1px solid #c5c5c5;
}
.a-download:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.table-vanban thead th {
  text-align: center;
}
/*
FAQ
*/
.list-hoidap > li {
  width: 100%;
}
.list-hoidap > li > a {
  display: block;
  color: #666666;
  background: url(../images/bullet.png) 0px 13px no-repeat #ffffff;
  padding: 9px 10px 8px 25px;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  outline: none;
}
.list-hoidap li .toogle-content {
  display: none;
  color: #666666;
  padding: 10px 0 10px 0;
  line-height: 24px;
}
.list-hoidap > li > a.active {
  background: url(../images/bullet-active.png) 0px 13px no-repeat;
  color: #ff0000;
}
/*
PAGE CONTACT
*/
/*=============

.info-contact

*============*/
.mapx {
  float: right;
  border: 1px solid #c5c5c5;
}
.info-contact {
  float: left;
  width: 460px;
}
.info-contact p {
  line-height: 24px;
  color: #5d5d5d;
}
.info-contact strong {
  color: #666666;
  width: 108px;
  display: inline-block;
}
.info-contact h3 {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/*==============
list-news
==============*/
/*==============
list-news
==============*/
.list-news li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.list-news li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list-news li .thumbnail {
  width: 170px;
  height: auto;
  float: left;
  margin-right: 25px;
  position: relative;
  border: 1px solid #c5c5c5;
}
.list-news li .thumbnail img {
  float: left;
  width: 100%;
  height: auto;
}
.list-news li .thumbnail:hover {
  background: #000;
}
.list-news li .thumbnail:hover img {
  opacity: 0.8;
}
.list-news li .date-time {
  font-size: 11px;
  color: #a1a1a1;
  margin: 3px 0 8px 0;
}
.list-news li .date-time .fa {
  display: inline-block;
  margin-right: 5px;
}
.list-news li h4 {
  margin-top: -2px;
  line-height: 22px;
}
.list-news li h4 a {
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
}
.list-news li h4 a:hover {
  color: #ff0000 !important;
}
.list-news li .excerpt {
  margin: 0px 0 0 0;
}
.list-news li p a {
  display: inline-block;
  color: #666666;
}
.list-news li p a:hover {
  color: #ff0000;
}
/*********
PHÂN TRANG
*******/
.PagerControl {
  color: #bbbbbb;
  float: left;
  width: 100%;
  font-size: 13px;
  text-align: right;
}
.PagerControl a.SelectedPrev,
.PagerControl a.UnselectedNext {
  border: 1px solid #c5c5c5;
  color: #666666;
  padding: 8px 8px 6px 9px;
}
.PagerControl a.SelectedPrev:hover,
.PagerControl a.UnselectedNext:hover {
  background: #000000;
  color: #fff;
}
.PagerControl span.SelectedPage,
.PagerControl a.UnselectedPage {
  padding: 6px 9px 5px 9px;
  color: #666666;
  border: 1px solid #c5c5c5;
  margin: 1px;
  display: inline-block;
}
.PagerControl span.SelectedPage,
.PagerControl a.UnselectedPage:hover {
  color: #fff;
  background: #000000;
}
.relative {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.relative h3 {
  font-size: 30px;
  color: #e41b22;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'sfudinengalt';
}
.list-news-rela li {
  width: 100%;
  float: left;
  line-height: 20px;
  margin-bottom: 10px;
}
.list-news-rela li a {
  display: block;
  font-weight: bold;
  background: url(../images/icon/icon-list-news-rela.jpg) left 8px no-repeat;
  padding-left: 10px;
}
/*
*tabs-slide
*/
.tabs-slide {
  width: 100%;
  float: left;
}
.tabs-slide .tabs ul li {
  float: left;
  width: 53px;
  height: 735px;
  overflow: hidden;
  position: relative;
  margin-right: 2px;
}
.tabs-slide .tabs ul li .tab-caption {
  padding: 10px;
  background: #666;
  float: left;
  cursor: pointer;
  width: 53px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.tabs-slide .tabs ul li .tab-caption .text {
  color: #ffffff;
  font-family: sfudinlight;
  margin-top: 300px;
  position: absolute;
  left: -10px;
  font-size: 15px;
  text-transform: uppercase;
  transform: rotate(270deg);
  white-space: nowrap;
  text-align: center;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  display: inline-block;
  -o-transform: rotate(270deg);
  writing-mode: lr-tb;
}
.tabs-slide .tabs ul li .tabs-content {
  float: left;
  width: 0%;
  padding-left: 20px;
  margin-left: 5%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.tabs-slide .tabs ul li.active {
  width: 1000px;
}
.tabs-slide .tabs ul li.active .tabs-content {
  width: 975px !important;
}
.tabs-slide .tabs ul li.active .tab-caption {
  background: #cccccc;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .nav ul li a {
    padding-bottom: 48px;
  }
  ::i-block-chrome,
  .nav ul li a {
    padding-bottom: 44px;
  }
}
@media screen and (max-device-width: 1024px) {
  input,
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  .header {
    background: #ff0000;
    padding-bottom: 10px;
  }
  .nav ul li a {
    border-bottom: none !important;
  }
}
#ctl00_plcMain_bizfrom_lblInfoLabel {
    float:left;
    width:100%;
    text-align:center;
    font:18px Arial;
    color:red;
}