@charset utf-8;header {
  position: relative;
  z-index: 10;
  width: 100%;
  left: 0;
}

.nav-bg {
  position: relative;
  z-index: 40;
  width: 100%;
  background: #0269cd;
}

.main-nav {
}

.main-nav ul ul {
  display: none;
  position: absolute;
  width: 290px;
  -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;
  line-height: 20px;
  display: inline-block;
  padding: 15px 29px;
  font-size: 15px;
  position: relative;
  font-family: 'RobotoBold';
}
.main-nav>ul>li> a:hover{color:#ff0}
.main-nav>ul>li> a:hover:before, .main-nav>ul>li.active> a:before {    background: #ca973d;}

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

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

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

.main-nav ul ul li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 0px;
  color: #06324d;
  font-weight: 700;
}

.main-nav>ul {
  position: relative;
  z-index: 5;
  margin: 0;
}

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

.main-nav>ul>li {
  display: inline-block;
  position: relative;
  /* padding: 62px 33px 15px; */
}

.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: 100%;
 position: absolute;
 top: 50%;
 right: -2px;
 transform: translate(0,-50%);
 background: #007af0;
}

.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: 22%;
  position: relative;
  z-index: 10;
  float: left;
}

.sb-container {
}

.sb-item {
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

.sb-tit {
       color: #fff;
       font-size: 20px;
       /* font-family: 'RobotoBold'; */
       background: #ed1c24;
       position: relative;
       margin: 0;
       padding: 7px 10px 7px 30px;
       background: #af5308 url(../images/sb-tit.png) no-repeat center left;
       font-size: 17px;
       text-transform: uppercase;
}

.sb-cont {}

.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 {
}

.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 solid #ececec;9e9e9
}

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

.sb-nav ul li a {
  color: #444444;
  font-size: 14px;
  display: block;
  padding: 10px;
  /* 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: 40px 0 10px;
  position: relative;
  overflow: hidden;
}

.copyright-wrap {
  position: relative;
  width: 100%;
  bottom: 0;
  background: rgba(0, 82, 162, 0.51);
}

.copyright {
  margin: 0 10px 0 0;
  padding: 17px 10px 15px;
  color: #e7e7e7;
  font: 12px arial;
  position: relative;
}

.ft-info * {margin: 0;}

footer {
  position: relative;
  bottom: 0;
  z-index: 1;
  background: url(../images/ft-bg.png) repeat-x left top,url(../images/ft.png);
}

#thongketruycap {
  list-style-type: none;
  margin-left: 110px;
}

#thongketruycap li {
}

#thongketruycap li p {
  font-size: 13px;
}

#thongketruycap li p span {
  display: inline-block;
  /* width: 78%; */
  text-align: left;
  float: left;
  color: #fff;
  margin-right: 3px;
}

#thongketruycap .tktc-online {
}

#thongketruycap .tktc-tuan {
}

#thongketruycap .tktc-thang {
}

#thongketruycap .tktc-tong {
}

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

.ft-thongke {
  line-height: 1;
  float: right;
  width: 20.8%;
  background: url(../images/thongke.png) no-repeat left 0 top 61px;
}

.ft-thongke li {
  position: relative;
}

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

.ft-thongke li p {
  color: #fff;
  font-size: 13px;
}

.ft-thongke li span {
}

.mail-desc {
}

#form_dk {
  float: right;
  overflow: hidden;
  
  */
  -webkit-box-shadow: inset 1px 1px 2px rgba(1,1,1,.3);
  background: #fff;
  max-width: 360px;
  width: 100%;
  }

#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% - 64px);
  height: 45px;
  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;
  position: relative;
  height: 45px;
  /* background: url(../images/dkmail.png) no-repeat 0 0px; */
  border: none;
  padding: 0 15px;
  /* text-indent: -9999999999px; */
  /* overflow: hidden; */
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #7b4002;
  font-size: 15px;
  font-family: 'RobotoBold';
  line-height: 44px;
  float: right;
}

.main-tit {font-size: 2rem;text-transform: uppercase;transition: color 200ms;-moz-transition: color 200ms;-o-transition: color 200ms;-webkit-transition: color 200ms;}

.main-tit:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 120px;
  background: #cdad3e;
  border-radius: 10px;
  /* content:""; */
}

.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;
  bottom: 20px;
  right: 15px;
}

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

.maxhft.maxh {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  z-index: 50000;
}

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

.maxh li a img {
}

.ft-tit {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.ft-tit:before {
  background-color: #27aae2;
  height: 2px;
  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 {
    max-width: 226px;
    height: 28px;
    width: 18.8%;
    margin:auto;
    position: absolute;
    z-index: 7;
    right: 15px;
    top: 10px;
    -webkit-border-radius: 11px/10px;
    -moz-border-radius: 11px/10px;
    border-radius: 11px/10px;
    background-color: #fff;
}
.box_search {
    width: calc(100% - 27px);
    height: 28px;
    line-height: 28px;
    border:none;
    color:#666666;
    font-size: 13px;
    padding-left: 10px;
    background:none;
    outline: none;
}
.btn_search {
    cursor:pointer;
    display:block;
    width: 14px;
    height: 14px;
    background: url(../images/icon_search.png) no-repeat 0 0;
    border:none;
    padding:0;
    margin: 6px;
    text-indent:-9999999999px;
    overflow:hidden;
    float:right;
}
.box_search::-webkit-input-placeholder {
  color: #000;
}

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

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

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

.langs {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.langs li {
  /* padding:0 3px; */
  display: inline-block;
}

.langs li a {display: inline-block;margin: 0 3px;}

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

.web-slider-main {margin-bottom: 0 !important;}

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

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

.map-frame {
  /* width:100%; */
  /* margin:0 0 0 auto; */
}

#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 {
}

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

.combomobile {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  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: 10px 0 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.breadcrumb>li a {
  color: #9c9797;
}

.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 {
  float: left;
  padding-right: 15px;
  width: 44%;
  margin-bottom: 10px;
  position: relative;
}

.ft-fanpage {
}

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;
}
