@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';  
 [class*='col-']{padding:0}
 */
/* banner */
header {
  width: 100%;
  position: relative;
  z-index: 10;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);

}

/* nav */
.nav-bg {
  position: absolute;
  z-index: 4;
  transition: all 0.5s ease;
  /* background: url(../images/main-mn-bg.png) repeat-x; */
  left: 50%;
  transform: translate(-50%);
  top: 25px;
  text-align: center;
  width: 100%;
}

.main-nav {}

.main-nav li.has-sub >ul {
  position: absolute;
  width: calc(30% - 0px);
  /* left: -26px; */
  right: 425px;
  transition: all .3s linear;
  top: 200%;
  background: #ffffff;
  text-align: left;
  opacity: 0;
  padding: 0px 0;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  visibility: hidden;
  display: none;
}

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

.main-nav ul ul ul {
  /* left: 100%; */
  /* top: 0 !important; */
}
.main-nav li.has-sub >ul >li{
  width: 100%;
  padding: 0 7px;
  position: relative;
}
.main-nav li.has-sub >ul >li:hover > ul{display:block}
.main-nav li.has-sub >ul >li ul{
    position: absolute;
    top: 0px;
    left: calc(100% + 0px);
    width: 100%;
    background: #fff;
    transition: all .3s linear;
    background: #ffffff;
    text-align: left;
    padding: 0px 0px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    display: none;
}
.main-nav li.has-sub >ul >li ul li{
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
.main-nav li.has-sub >ul >li ul li a{
    font-weight: bold;
}
.main-nav ul ul:not(.sub-menu) li:not(:last-child) {
}

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

.main-nav ul li a {
  font-family: 'Roboto', sans-serif;
  color: #333232;
  font-size: 14px;
  text-transform: uppercase;
}
.main-nav li.has-sub >ul >li:hover {
    background: #0099ff;
    /* color: #fff !important; */
}
.main-nav li.has-sub >ul >li ul li:hover {
    background: #0099ff;
}

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

.main-nav ul ul:not(.sub-menu) li a {
  display: block;
  padding: 10px 0;
}

.main-nav>ul {
	position: relative;
	float: right; 
	margin-right: 60px;
	z-index: 5;
	}

.main-nav .sub-menu li {
  position: relative;
  text-align: left;
  /* width: 33.33%; */
}

.main-nav>ul>li {
  display: inline-block;
  padding: 25px 20px;
}

.main-nav>ul>li:not(:last-child):after {
  background: url(../images/line-menu.png) no-repeat right 0;
  /* content: ""; */
  width: 2px;
  height: 47px;
  position: absolute;
  top: 1px;
  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; */
  height: 145px;
  display: block;
  margin: 0 40px;
  padding-top: 6px;
}

.main-nav>ul>li:not(.homeicon)>a {
  /* padding: 15px 22px; */
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: bold;
  font-family: roboto !important;
}

.main-nav>ul>li:not(.homeicon).active>a, .main-nav>ul>li:not(.homeicon):hover>a {
  color: #10427d;
}
.main-nav>ul>li:not(.homeicon).active>a:before{
  content: "";
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #10427d;
  }
.main-nav li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

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

.sb-container {
}

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

.sb-tit {
  margin: 0;
  /* background: url(../images/sb-tit.png) no-repeat; */
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #fff;
  background: #10427d;
}

.sb-cont {
  padding: 0px;
}

.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;
}
.fixed .timkiem {top: -36px;}
.sb-nav {
}

.sb-nav ul ul {
  /* position: absolute; */
  /* left: 120%; */
  /* top: 0; */
  width: 100%;
  z-index: 1000;
  /* background: #c0ff9a; */
  /* visibility: hidden; */
  /* transition: all .2s linear; */
  /* opacity: 0; */
  padding-left: 15px;
  display: none;
}
.sb-nav ul li .toggle{
    position: absolute;
    top: 1px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.sb-nav ul li {
  position: relative;
  /* background: url(../images/sb-item-bg.png) center bottom no-repeat; */
}

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

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

.sb-nav ul li a {
    color: #555452;
    display: block;
    padding: 10px 12px 10px 17px;
    transition: all .2s linear;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background-size: 9px;
}
.has-sub>a{/* font-weight:600 */}
.sb-nav ul li a:hover {
    color: #fff;
    background: #0099ff
}

.sb-nav ul li.has-sub:hover >ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.main-nav ul ul:not(.sub-menu) li:not(:last-child):hover {
    background: #0099ff;
}

/* footer */
.ft-container {
  margin: 0 auto;
  padding: 15px 0;
  font-family: roboto !important;
}

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

.copyright {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  float: left;
  font-size:  12px;
  font-family: 'Roboto', sans-serif;
}

.ft-info * {
  color: #fff;
  font-family: roboto;
}

footer {
  /* background: url(../images/ft-bg.png) no-repeat center top; */
  position: relative;
  bottom: 0;
  /* background-size: 100% 100%; */
  z-index: 1;
  background: #10427D;
}

/* 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: 13px;
  font: bold 13px arial;
}

#thongketruycap li p span {
  display: inline-block;
  font-weight: 400;
}

#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 {
  float: right;
  line-height: 1;
  padding: 10px 0;
}

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

.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 {
  margin: 0;
  color: #fff;
  font: 13px arial;
}

.ft-thongke li span {font-weight: bold;}

/* mail */
/*------------Search box----------*/
.mail-desc {color: #fff;margin-bottom: 15px;font: 13px/20px 'Roboto', sans-serif;}

#form_dk {
  /* background: url(../images/dkemail.png) no-repeat left top; */
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

#txtMail {
  width: calc(100% - 92px);
  height: 31px;
  line-height: 31px;
  border: none;
  color: #7f7f7f;
  text-indent: 10px;
  background: none;
  outline: none;
  font-size: 13px;
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  -webkit-border-radius: 3px/3px 3px 4px 4px;
  -moz-border-radius: 3px/3px 3px 4px 4px;
  border-radius: 3px/3px 3px 4px 4px;
}

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

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

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

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

#registerMail {
  cursor: pointer;
  display: inline-block;
  /* background: url(../images/dkemail.png) no-repeat 0 0; */
  border: none;
  padding: 8px 0 3px;
  /* text-indent: -110px; */
  text-transform: uppercase;
  overflow: hidden;
  float: right;
  text-align: center;
  color: #fff;
  font:13px arial;
  width: 75px;
  height: 31px;
  -webkit-border-radius: 3px/3px 3px 4px 4px;
  -moz-border-radius: 3px/3px 3px 4px 4px;
  border-radius: 3px/3px 3px 4px 4px;
  background-color: #7dbb19;
}

.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: 1200px;
  position: relative;
  /* padding: 0; */
}

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

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

.maxh {margin: 0;/* float: right; */}

.maxh:not(.maxhft) li {
  /* display: inline-block; */
}

.maxh li a {color: #262625;font-size: 18px;display: block;margin: 5px 0;font-weight: 300;font-family: 'Roboto', sans-serif;}

.maxh li a img {
}

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

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

/*------------Search box----------*/
.timkiem {
     /* background: url(../images/bg_search.png) repeat-x left top; */
    width: 100%;
    margin: auto;
    top: -23px;
    position: absolute;
    max-width: 254px;
    height: 31px;
    z-index: 6;
    right: 404px;
    border: solid 1px #0066cc;
    border-radius: 5px;
}

.box_search {
  width: calc(100% - 21px);
  height: 29px;
  line-height: 29px;
  border: none;
  color: #000;
  font: 13px Arial;
  text-indent: 10px;
  /* background: url(../images/bg_search.png) repeat-x; */
  outline: none;
  background: transparent;
}
.btn_search {
  cursor:pointer;
  display:block;
  background: url(../images/icon_search.png) no-repeat 0 0px;
  border:none;
  padding:0;
  margin: 0;
  /* text-indent:-9999999999px; */
  /* overflow:hidden; */
  float:right;
  position: relative;
  width: 17px;
  height: 17px;
  line-height: 29px;
  text-align: center;
  color: #fff !important;
  top: 4px;
  right: 4px;
}

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

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

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

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



.langs {
  position: absolute;
  right: 15px;
  top: 6px;
  /* display: none; */
}

.langs li {
  padding: 0 10px;
  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: 290px;
  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/gotop.svg) no-repeat 0 0;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 100000;
  right: 10px;
}
ul.d__fl--wrap {
    margin-top: -7px;
}

.app-figure {margin: 0 auto !important;}
.mm-listview > li:not(.mm-divider):after{left:0 !important;}.main-nav>ul>li.homeicon{padding:0;}
.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
 }