@charset utf-8; /* 
font-family: 'Roboto Condensed', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Open Sans', sans-serif; font-family: 'Roboto Slab', serif; 
font-family: 'MYRIADPROREGULAR';
 font-family: 'UTMAvoBold';font-family: 'UTMAvo';    font-family: 'UTMHelvetIns'; font-family: 'RobotoBlack';
 [class*='col-']{padding:0}
 */
/* banner */
header#masthead {
  width: 100%;
  position: absolute;
  z-index: 100000;
  width: 100%;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=124, Color=#E5E5E5)";
  -moz-box-shadow: 2px 3px 13px -3px #E5E5E5;
  -webkit-box-shadow: 2px 3px 13px -3px #E5E5E5;
  box-shadow: 2px 3px 13px -3px #E5E5E5;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=135, Color=#E5E5E5); */
  left: 0;
  top: 0;
}

/* nav */
.nav-bg {
  position: relative;
  z-index: 4;
  float:left;
  width:100%;
  text-align:right;
  padding-top:10px;
}

.main-nav {
  float: right;
  display:inline-block;
}

.main-nav ul ul {
  /*position: absolute;
  width: 250px;
  left: 0;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
  top: 200%;
  background: rgba(65, 25, 4, 0);
 */
  display: none;
  position: absolute;
  width: 200px;
  padding: 5px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.4);/*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 15px rgba(0,0,0,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.main-nav ul li:last-child ul {
  /* right: 0; */
  /* left: initial; */
}

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

.main-nav ul ul li:not(:last-child) {
  border-bottom: 1px solid rgba(105, 71, 71, 0.58);
}

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

.main-nav>ul>li> a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

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

.main-nav ul ul li a {
 display: block;
 /* text-transform: uppercase; */
 color: #fff;
}

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

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

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

.main-nav>ul>li:last-child{ padding-right:0; }

.main-nav>ul>li:not(:last-child):not(.has-sub):after {
  background: url(../images/line-menu.png) no-repeat right 0;
  /* content: ""; */
  width: 2px;
  height: 46px;
  position: absolute;
  top: 0;
  right: -1px;
}

.main-nav>ul>li.active:before {background: url(../images/hover.png) no-repeat;background-size: 100% 100%;/* content:" "; */position: absolute;width: 100%;height: calc(100% + 7px);z-index: 1;top: -6px;left: 0;}
.main-nav>ul>li.active:before {}
.main-nav>ul>li.homeicon a {
  /* background: url(../images/home-icon.png) no-repeat; */
  display: block;
}

.main-nav>ul>li:not(.homeicon)>a {
  display: inline-block;
  /* padding: 15px 22px; */
  position: relative;
  z-index: 2;
}
.main-nav>ul>li:not(.homeicon).active, .main-nav>ul>li:not(.homeicon):hover {
}
.main-nav>ul>li:not(.homeicon).active>a, .main-nav>ul>li:not(.homeicon):hover>a {color: #00a53c;}

.main-nav li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  background: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.5) linear-gradient(to bottom, transparent 1px, rgba(0, 0, 0, 0.9) 100%) repeat-x scroll 0 0;
}

/* aside */
aside {
  width: 280px;
  position: relative;
  z-index: 10;
  float: left;
}

.sb-container {
}

.sb-item {
  margin-bottom: 20px;
  /* border: 1px solid #c2c2c2; */
  /* position: relative; */
}

.sb-tit {
  margin: 0 0 10px 0;
  /* background: url(../images/sb-tit.png) no-repeat; */
  padding: 8px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  position: relative;
  color: #5a5959;
  border: 1px solid #ebebeb;
}

.sb-cont {
}

.sb-list {
}

.sb-list li {
  /* border-bottom: 1px solid #ebebeb; */
  position: relative;
}

.sb-list li a {
  /* color: #333333; */
  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;
  background: #e6e6e6 url(../images/sb-li-bg.png) 31px 17px no-repeat;
}

.sb-nav >ul> li:not(:last-child) {
  margin-bottom: 5px;
}

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

.sb-nav ul li a {
  color: #555452;
  display: block;
  padding: 13px 12px 13px 50px;
  transition: all .2s linear;
  font-size: 15px;
  /* background: url(../images/sb-li-bg.png) 12px 16px no-repeat; */
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-weight: 500;
}
.sb-nav>ul>li>a:before{/* content: "\f0da"; */font-family: 'FontAwesome';position: absolute;left: 10px;top: 9px;}
.sb-nav ul li a:hover {
  color: #f00;
}

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

/* footer */
.ft-container {
  margin: 0 auto;
  padding: 26px 0 28px;
}

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

.copyright {
  margin: 0;
  padding: 13px 0;
  font: 12px arial;
  color: #fff;
  float: left;
}

.ft-info * {
}

footer {
  position: relative;
  bottom: 0;
  background: #00a53c;
  z-index: 1;
}

#footer-site, #footer-site a, #footer-site ul.menu li a{ color:#fff; }

/* hotrotructuyen */
/* thongke */
#thongketruycap {
  /* padding: 0 20px; */
  list-style-type: none;
  /* text-align: center; */
  /* display: inline-block; */
  /* background: url(../images/thongke.png) no-repeat 0 center; */
  /* padding-left: 81px; */
  /* margin: 0 0 20px; */
}

#thongketruycap li {
  margin-bottom: 5px;
}

#thongketruycap li p {
  padding-left: 21px;
  font-size: 15px;
  font-family: 'arial';
}

#thongketruycap li p span {
  display: inline-block;
  width: 68%;
}

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

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

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

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

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

.ft-thongke {
  line-height: 1;
  float: right;
}

.ft-thongke li {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.ft-thongke li:not(:last-child):after {
  /* content: ''; */
  background-color: #fff;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 0px;
  right: -2px;
}

.ft-thongke li p {
  color: #fff;
  margin: 14px 10px 14px 0;
}

.ft-thongke li span {
}

/* mail */
/*------------Search box----------*/
.mail-desc {margin-bottom: 5px;font-family: 'Roboto', sans-serif;font-size: 14px;color: #000;}

#form_dk {
  /* background: url(../images/dkemail.png) no-repeat left top; */
  width: 100%;
  display: block;
  position: relative;
  border: solid 1px #cfcfcf;
  max-width: 580px;
  height: 42px;
  /* float: left; */
  background: #fff;
  margin-bottom: 15px;
  margin: 20px auto;
}

#txtMail {
  width: calc(100% - 51px);
  height: 42px;
  line-height: 42px;
  border: none;
  color: #000;
  text-indent: 10px;
  background: none;
  outline: none;
  font-size: 13px;
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
}

#txtMail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #cfcfcf;
}

#txtMail::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #cfcfcf;
}

#txtMail:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #cfcfcf;
}

#txtMail:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

#registerMail {
  cursor: pointer;
  display: inline-block;
  /* background: url(../images/dkemail.png) no-repeat 0 0; */
  border: none;
  padding: 0 14px;
  /* text-indent: -110px; */
  text-transform: uppercase;
  overflow: hidden;
  float: right;
  text-align: center;
  color: #fff;
  height: 40px;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  background-color: #f00;
  line-height: 40px;
}

.main-tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 5px;
}

.main-tit:before {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #000;
}

.container {
  width: 1230px;
  position: relative;
  /* padding: 0; */
}
.container.container2 { width: 1350px;}
.d__fl--wrap {
  display: flex;
  flex-wrap: wrap
}

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

.maxh {margin: 0;text-align: center;position: absolute;right: 60px;top: 20px;padding-right: 15px;}

.maxh:not(.maxhft) li {
  /* display: inline-block; */
  padding: 0 2px;
}
.maxhft {
  top: 0;
}
.maxh li a {color: #262625;font-size: 18px;display: block;font-weight: 300;font-family: 'Roboto', sans-serif;}

.maxh li a img {
}

.ft-tit {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-size: 17px;
}.ft-tit:before {/* content:""; */background-color: #c2b400;height: 1px;width: 40px;position:absolute;left:0;bottom:0;}

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

/*------------Search box----------*/
  .box_search {
  position: absolute;
  right: 15px;
  top: 22px;
}
.box_search .btn_search{
  background: url(../images/icon_search.png) no-repeat;
  width: 29px;
  height: 30px;
  border: none;
  outline: none;
  position: relative;
  z-index: 10;
}
.box_search  .keywords {
  line-height: 45px;
  position: absolute;
  right: 00;
  bottom: -55px;
  padding: 0px 10px;
  z-index: 5;
  width: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: none;
}
.box_search  .keywords.active{
  width: 300px;
  display: block;
}
.box_search:focus {width:100%;border: 2px solid #ccc;outline: none;background: #fff url('../images/icon_search.png') no-repeat top 14px left 10px;}

.box_search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font: 13px Arial;
}

.box_search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font: 13px Arial;
}

.box_search:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font: 13px Arial;
}

.box_search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font: 13px Arial;
}



.langs {
  position: absolute;
  right: 45px;
  top: 50%;
  /* display: none; */
  transform: translate(0,-50%);
}

.langs li {
  padding: 0 3px;
  position: relative;
  float: left;
}

.langs li:first-child:after {
  /* content: ""; */
  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: 210px;
  width: 100%;
  /* border: 1px solid #000; */
}

.map-frame {
  /* padding: 5px; */
  width: 100%;
  margin: 0 0 0 auto;
  border: 1px solid #a59393;
  padding: 3px;
  background: #fff;
}

#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{padding: 36px 20px;}
.main-nav>ul>li:hover:before,.main-nav>ul>li.active:before{/* content: ""; */background: url(../images/hover.png) no-repeat center top;width: 100%;height: 11px;position: absolute;top: 51px;left: 0;}
 
 .combomobile{
 display:none;
 position: fixed;
 bottom: 0;
 z-index: 10;
 }
 .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;
  margin-bottom: 0;
  /* text-indent: 10px; */
}.breadcrumb>li a{color: #f00;font-size: 15px;font-family: 'Roboto', sans-serif;}.breadcrumb>li:last-child a{color: #fff;}


.myshare {
  margin: 15px 0;
}
.tblmobi{display: none;}


.ft-info,.ft-baiviet,.ft-mail {padding-right: 15px;}
.ft-fanpage{float: right;width: 260px;}
p.ft-tit:before{}
.bando{padding-top: 15px}