@charset utf-8;header {
  position: relative;
  padding-bottom: 97px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  z-index: 10;
  width: 100%;
  left: 0;
  background: url(../images/opacity.png) repeat-x top -66px center;
}

.nav-bg {
  position: absolute;
  z-index: 40;
  /* background: url(../images/main-menu-bg.png) repeat-x; */
  float: right;
  width: 81%;
  right: 0;
  top: 70px;
}

.main-nav {
  position: relative;
}

.main-nav ul ul {
  display: none;
  position: absolute;
  width: 220px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000)";
  -moz-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000);
  left: 0;
}

.main-nav ul li:last-child ul {
}

.main-nav ul ul ul {
  left: 100%;
  top: 0 !important;
}

.main-nav ul ul li:not(:last-child) {
}

.main-nav >li:hover>ul {
}

.main-nav>ul>li> a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 12px 10px;
  position: relative;
  font-size: 19px;
  font-family: 'UTMAvo';
}

.main-nav>ul>li> a:hover,.main-nav>ul>li.active> a {
  color:#f3881f
}

.main-nav ul ul li a:hover, .main-nav>ul>li>a.active, .main-nav ul ul li a:hover:before {
  background: #de6e00;
  color: #fff;
}

.main-nav ul ul li:not(:last-child) {
  border-bottom: 1px solid #de6e00;
}

.main-nav ul ul li a {
  display: block;
  color: #333;
  position: relative;
  padding: 6px 10px;
  font-size: 13px;
}

.main-nav ul ul li a:before {
  /* content: "\f105"; */
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 0px;
  color: #06324d;
}

.main-nav>ul {
  position: relative;
  z-index: 5;
  float: left;
}

.main-nav li {
  position: relative;
  text-align: left;
}

.main-nav>ul>li {
  float: left;
  position: relative;
  padding: 0;
}

.main-nav>ul>li:not(:last-child):not(.has-sub):after {
   /* content: ""; */
   background: url(../images/line-menu.png) no-repeat right center;
   width: 1px;
   height: 26px;
   position: absolute;
   top: 50%;
   right: -1px;
   transform: translate(0,-50%);
   background: #cbcbcb;
}

.main-nav>ul>li.active:before {
}

.main-nav>ul>li.active:before {
}

.main-nav li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  display: block;
  background:#fff;
}

aside {
  width: 240px;
  position: relative;
  z-index: 10;
  float: right;
}

.sb-container {
}

.sb-item {
    margin-bottom: 20px;
}

.sb-tit {
   position: relative;
   font-size: 16px;
   #ee1c25: #fff
   line-height: 1;
   color: #ee1c25;
   padding: 11px 0 12px;
   margin: 0;
   background: #f3f3f3;
   text-transform: uppercase;
   background-size: cover;
   text-align: center;
   font-family: 'UTMAvoBold';
}

.sb-cont {border: 1px solid #d6d6d6;border-top: 0;padding: 20px 3px 0;position: relative;}

.sb-list {
}

.sb-list li {
  position: relative;
}

.sb-list li a {
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 14px!important;
  padding: 5px 20px 5px 30px;
  display: block;
}

.sb-list li a:hover {
  color: #f00;
}

.sb-nav {
  background: #f9f9f9;
}

.sb-nav ul ul {
  position: absolute;
  left: 120%;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #bde4fc;
  visibility: hidden;
  transition: all .2s linear;
  opacity: 0;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=124, Color=#A6A6A6)";
  -moz-box-shadow: 2px 3px 13px 1px #A6A6A6;
  -webkit-box-shadow: 2px 3px 13px 1px #A6A6A6;
  box-shadow: 2px 3px 13px 1px #A6A6A6;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=135, Color=#A6A6A6);
}

.sb-nav ul li {
  position: relative;
  border-bottom: 1px dotted #ccc;
}

.sb-nav ul li:not(:last-child) {
  border-bottom: 1px dotted #e9e9e9;
}

.sb-nav ul li:not(:first-child) {
}

.sb-nav ul li a {
  color: #000;
  font-size: 13px;
  display: block;
  padding: 15px;
  background: url(../images/dmt.png) no-repeat center right 14px;
  transition: all .2s linear;
  font-family: 'RobotoRegular';
  text-transform: uppercase;
}

.sb-nav>ul>li>a:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 9px;
}

.sb-nav ul li a:hover {
  color: #f00;
}

.sb-nav ul li.has-sub:hover >ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.ft-container {
  margin: 0 auto;
  padding: 30px 0 0;
}

.copyright-wrap {
  position: relative;
  width: 100%;
  bottom: 0;
  background: #1980b7;
}

.copyright {
  margin: 0;
  padding: 9px 0 10px;
  color: #fff;
  font-size: 15px;
  position: relative;
  /* float: left; */
}

.ft-info * {
}

footer {
  position: relative;
  bottom: 0;
  z-index: 1;
}

#thongketruycap {
  list-style-type: none;
  margin-bottom: 10px;
}

#thongketruycap li {padding: 3px 0 3px 34px;}

#thongketruycap li p {
  font-size: 15.82px;
  margin: 6px 0;
}

#thongketruycap li p span {
  display: inline-block;
  text-align: left;
  float: left;
  color: #fff;
  margin-right: 3px;
  font-weight: 400;
}

#thongketruycap .tktc-online {
  background:url(../images/online.png)
}

#thongketruycap .tktc-tuan {
  background:url(../images/tuan.png)
}

#thongketruycap .tktc-thang {
  background:url(../images/thang.png)
}

#thongketruycap .tktc-tong {
  background:url(../images/tong.png)
}

#thongketruycap .tktc-online,#thongketruycap .tktc-tuan,#thongketruycap .tktc-thang,#thongketruycap .tktc-tong {
  background-position: 0 center;
  background-repeat: no-repeat;
}

.ft-thongke {
}

.ft-thongke li {
  position: relative;
}

.ft-thongke li:not(:last-child):after {
  background-color: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: -2px;
}

.ft-thongke li p {
  margin: 0px 0;
  font-size: 15px;
  color: #000;
}

.ft-thongke li span {color: #f00;}

.mail-desc {
  color: #fff;
  font: 14px/23px arial;
}

#form_dk {
  display: block;
  overflow: hidden;
  
  */
  -webkit-box-shadow: inset 1px 1px 2px rgba(1,1,1,.3);
  background: #fff;
  margin-bottom: 10px;
  }

#txtMail {
  /*width: calc(100% - 97px);
  height: 35px;
  line-height: 35px;
  border: none;
  color: #000;
  text-indent: 10px;
  background: none;
  outline: none;
  font-size: 13px;
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
  float: left;
  margin-left: 46px;*/
  width: calc(100% - 52px);
  height: 30px;
  font: 13px arial;
  padding: 0 10px;
  outline: 0;
  box-shadow: none;
  border: 0;
  float: left;
}

#txtMail::-webkit-input-placeholder {
}

#txtMail::-moz-placeholder {
}

#txtMail:-ms-input-placeholder {
}

#txtMail:-moz-placeholder {
}

#registerMail {
  cursor: pointer;
  display: block;
  /* background: url(../images/dkmail.png) no-repeat 0 0px; */
  border: none;
  padding: 0 10px;
  /* text-indent: -9999999999px; */
  overflow: hidden;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 17px;
  background: #d60808;
  line-height: 30px;
  font-family: 'UTMAvoBold';
  text-transform: uppercase;
}

.main-tit {
   font-size: 34px;
   color: #17469e;
   text-transform: uppercase;
   position: relative;
   margin-top: 40px;
   padding-bottom: 20px;
   background: url(../images/main-tit.png) no-repeat center bottom;
   text-align: center;
   font-family: 'UVFAriaPro';
}

.main-tit:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #0072f3;
}

.container {
  width: 1230px;
  position: relative;
}

.d__fl--wrap {
  display: flex;
  flex-wrap: wrap
}

.pd__lr--0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.maxh {
  position: absolute;
  right: 0;
  top: 10px;
  /* padding-right: 15px; */
}

.maxh:not(.maxhft) li {
  padding: 0 1px;
}

.maxhft.maxh {
  position: relative;
  margin: 0;
  top: 0;
}

.maxh li a {
  color: #fff;
  font-size: 12px;
  display: block;
  font-family: 'Roboto', sans-serif;
}

.maxh li a img {
}

.ft-tit {
  position: relative;
  color: #000;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 10px;
  padding-bottom: 0;
  font-family: 'UTMAvoBold';
}

.ft-tit:before {
  background-color: #fff;
  height: 1px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* content:""; */
}

#slideshow {
  position: relative;
  z-index: 1;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
}

.timkiem {
    width: 170px;
    height: 30px;
    margin:auto;
    float: right;
    border: 1px solid #f00;
    margin-top: 9px;
}
.box_search {
    width: calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    border:none;
    color:#666666;
    font:12px Arial;
    font-style:italic;
    text-indent:10px;
    background:none;
}
.btn_search {
    cursor:pointer;
    display:block;
    width: 40px;
    height: 30px;
    /* background:url(../images/icon_search.png) no-repeat 0 2px; */
    border:none;
    padding:0;
    margin:0;
    /* text-indent:-9999999999px; */
    overflow:hidden;
    float:right;
    color: #fff !important;
    background: #f00;
    text-align: center;
    line-height: 30px;
}
.box_search::-webkit-input-placeholder {
  color: #d2d2d2;
}

.box_search::-moz-placeholder {
  color: #d2d2d2;
}

.box_search:-ms-input-placeholder {
  color: #d2d2d2;
}

.box_search:-moz-placeholder {
  color: #d2d2d2;
}


.langs {
  position: absolute;
  right: 95px;
  top: 7px;
  overflow: hidden;
  height: 25px;
  padding-right: 19px;
}

.langs li {
  /* padding:0 3px; */
}

.langs li a {display: inline-block;line-height: 26px;margin: 0 3px;padding-left: 40px;font-size: 14px;color: #fff;font-family: 'UTMAvo';background-size: 31px 20px !important;text-transform: uppercase;}

.langs li:first-child:after {
  background: #cacaca;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -1px;
  top: 4px;
}

.web-slider-main {
}

.web-slider-main .slick-slide img {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  min-height: 150px;
}

.map {
  height: 430px;
  width: 100%;
}

.map-frame {
  /* width:100%; */
  /* margin:0 0 0 auto; */
  /* border: 1px solid #0094d8; */
  /* background: #028ac8; */
  /* padding: 4px; */
  position: relative;
}

#top {
  background: url(../images/icon_gotop.png) no-repeat 0 0;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  width: 39px;
  height: 39px;
  z-index: 100000;
  right: 10px;
}

.app-figure {
  margin: 0 auto !important;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0 !important;
}

.main-nav>ul>li.homeicon>a {padding: 0;position: relative;width: 42px;height: 34px;}

.main-nav>ul>li:hover:before,.main-nav>ul>li.active:before {
}

.combomobile {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100000;
  left: 0;
}

.popimg {
  width: 45px;
  height: 45px;
  background: url(../images/zoom.png) no-repeat;
  position: absolute;
  bottom: -55px;
  z-index: 2000;
  left: 50%;
  transform: translate(-50%,0);
}

.breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  /* border-bottom: 1px solid #eeeeee; */
  margin-bottom: 0;
  box-sizing: border-box;
}

.breadcrumb>li a {
  color: #848285;
}

.breadcrumb>li:last-child a {
  color: #000;
}

.myshare {
  /* margin: 15px 0; */
}

.tblmobi {
  display: none;
}

.tab-info {
  margin-bottom: 20px;
}

.tab-info .nav-pills>li>a {
  border-radius: 0;
}

.tab-info .panel-body {
  border: 1px solid lightgrey;
}

.qcbox>div:first-child {
}

.qcbox>div:last-child {
}

footer:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ffcd00;
}

.ft-info {
  margin-bottom: 10px;
  position: relative;
}

.ft-fanpage {
  float: right;
  width: 280px;
}

p.ft-tit:before {
}

#hd-mobile {
  background-color: #00a5e7;
  position: relative;
  height: 74px;
}

.img-logo {
  max-width: 160px;
}

.logo-mobile {
  display: block;
  float: left;
  /* position:absolute; */
  /* left:50%; */
  /* top:50%; */
  /* transform:translate(-50%,-50%); */
}

.search-mobi {
  background-color: #ccc;
  display: none;
}
/**HÃƒÂ¡Ã‚Â»Ã¢â‚¬â€ trÃƒÂ¡Ã‚Â»Ã‚Â£ trÃƒÂ¡Ã‚Â»Ã‚Â±c tuyÃƒÂ¡Ã‚ÂºÃ‚Â¿n**/
.hotrotructuyen{width: 100%; float: left; padding: 10px; border: 1px solid #5DA612;}

.hotlindirector {
    margin-top: 10px;
    background: url('../images/hotline_hotro.png') no-repeat left 10px top, url('../images/line_menuleft.png') no-repeat bottom center;
    padding: 2px 0px 0px 60px;
    line-height: 50px;
    color: #D60000;
    font-size: 26px;
    font-weight: bold;
    font-family: 'RobotoRegular';
    height: 75px;
}
.box_hotro {
    margin: 5px 5px 5px 5px;
    border-bottom: dashed 1px #ccc;
    width: 100%; float: left;
}
.box-icon {
    width: 100%;
    margin-bottom: -5px;
    overflow: hidden;
}
.boxnamecall {
    float: left;
    width: 60%;
}
.namehotro {
    width: 100%;
    line-height: 25px;
    font-weight: bold;
    padding-left: 30px;
    color: #696969;
    font-size: 14px;
    background: url('../images/advisory.png') no-repeat left top;
    padding: 0px 0px 5px 30px;
}
.dthotro {
    width: 100%;
    background: url('../images/call.png') no-repeat top 0px left 5px;
    padding-left: 30px;
    line-height: 20px;
    margin-bottom: 8px;
}
.boxiconsuppo {
    float: left;
    width: 40%;
}
.ico-zalo {
    height: 40px;
    float: left;
    margin-right: 5px;
}
.ico-sky {
    height: 40px;
    float: left;
}
.emailhotro {
    width: 100%;
    line-height: 13px;
    background: url('../images/mail.png') no-repeat top 0px left 5px;
    padding-left: 30px;
    padding-bottom: 20px;
}

/********************/