@charset utf-8;
/* 
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Roboto Slab', serif; 
font-family: 'Roboto', sans-serif;
 font-family: 'UTMAvoBold';font-family: 'UTMAvo';    font-family: 'UTMHelvetIns'; font-family: 'RobotoBlack';
 */

/* banner */
:root{
    --main-background: #426701
}
header {
    width: 100%;
    position: relative;
    z-index: 10;
    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;
    /*background: #33ADE3 url(../images/main-mn-bg.png) repeat-y center top;*/
    background: var(--main-background);
}
.btn-primary{
    background: var(--main-background);
    border-color: var(--main-background);
}
.mm-menu {
    background: var(--main-background) !important;
}
/* nav */

.nav-bg {
    position: relative;
    z-index: 40;
    /* background: url(../images/main-mn-bg.png) repeat-x center bottom; */
    /* width: 100%; */
    border-top: 1px solid #fff;
    padding: 10px 10px 0;
}

.main-nav {}

.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: 230px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 1px 1px 17px 2px rgba(0, 0, 0, 0.3);
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 17px 2px rgba(0, 0, 0, 0.3);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 17px 2px rgba(0, 0, 0, 0.3);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    left: 0;
}

.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(255, 255, 255, 0.58);*/
}

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

.main-nav>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

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

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

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

.main-nav ul ul li a {
    display: block;
    /* text-transform: uppercase; */
    color: #fff;
    position: relative;
    padding: 9px 10px;
    font-size: 14px;
}

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

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

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

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

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

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

.dropdown-menu {
    background: var(--main-background);
}

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

/* aside */

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

.sb-container {}

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

.sb-tit {
    margin: 0;
    /* background: url(../images/sb-tit.png) no-repeat; */
    padding: 10px 0;
    background: #333;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #ec1c2f;
}

.sb-cont {
    border: 1px solid #e1e1e1;
}

.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 {
    padding: 0 14px;
}

.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: rgba(254, 215, 0, .8);
    -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: url(../images/sb-item-bg.png) center bottom no-repeat; */
}

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

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

.sb-nav ul li a {
    color: #333;
    display: block;
    padding: 12px 0px;
    transition: all .2s linear;
    font-size: 14px;
    /* background: url(../images/sb-li-bg.png) 5px 19px no-repeat; */
    position: relative;
    text-transform: uppercase;
}

.sb-nav>ul>li>a:before {
    /* content: "\f0da"; */
    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%;
}

/* footer */

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

.copyright-wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    background: #dde9f7;
    /* border-top: 1px solid #ebebeb; */
}

.copyright {
    margin: 0;
    padding: 15px 0 13px;
    color: #1f3573;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

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

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

/* hotrotructuyen */

/* thongke */

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

#thongketruycap li {
    /* padding: 12px 0; */
    /* border-bottom: 1px solid #0d0651; */
}

#thongketruycap li p {
    /* padding-left: 21px; */
    font-size: 14px;
    /* font-family: 'Roboto', sans-serif; */
    color: #ff0;
    margin: 13px 0;
    /* text-align: right; */
}

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

#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;
    width: 100%;
    padding-bottom: 15px;
    max-width: 440px;
}

.ft-thongke li {
    position: relative;
    /* display: inline-block; */
}

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

.ft-thongke li p {
    margin: 16px 0;
    font-family: arial;
    color: #fff;
    font-size: 12px;
    /* padding-left: 20px; */
}

.ft-thongke li span {}

/* mail */

/*------------Search box----------*/

.mail-desc {
    color: #fff;
    font-size: 13px;
    line-height: 1.7em;
}

#form_dk {
    /* background: url(../images/bg_mail.png) no-repeat left top; */
    width: 100%;
    display: block;
    /* position: absolute; */
    margin-bottom: 18px;
    /* height: 27px; */
    /* float: left; */
    border-radius: 5px;
    overflow: hidden;
    */
    /* right: 15px; */
}

#txtMail {
    /* width: calc(100% - 125px); */
    /* height: 36px; */
    /* line-height: 36px; */
    /* 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; */
}

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

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

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

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

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

.main-tit {
    position: relative;
    font-size: 35px;
    font-weight: 400;
    color: #8B1A1A;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 13px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

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

.container {
    width: 1230px;
    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;
    /* position: absolute; */
    /* right: 15px; */
    /* top: 50%; */
    /* transform: translate(0,-50%); */
}

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

.maxhft.maxh {
    top: 0;
    position: relative;
    right: 0;
    transform: none;
}

.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: 'UTMTrajanProBold';
    color: #fff;
    font-size: 17px;
    padding-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
}

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

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

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

/*------------Search box----------*/

.timkiem1 {
    background: url(../images/bg_search.png) no-repeat left top;
    width: 100%;
    margin: 0;
    position: relative;
    max-width: 241px;
    /* height: 30px; */
    z-index: 6;
    position: absolute;
    right: 15px;
    top: 50%;
    display: inline-block;
    transform: translate(0, -50%);
}

.box_search1 {
    width: calc(100% - 35px);
    height: 40px;
    line-height: 40px;
    border: none;
    color: #b6b4b4;
    font-size: 15px;
    /* text-indent: 10px; */
    /* background: url(../images/bg_search.png) repeat-x; */
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    background: transparent;
}

.btn_search1 {
    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: absolute; */
    height: 40px;
    /* right: 0; */
    width: 34px;
    font: 14px arial;
    /* top: 0; */
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.box_search {
    position: absolute;
    right: 25px;
    top: 4px;
}

.box_search .btn_search {
    background: url(../images/icon_search.png) no-repeat center center;
    width: 49px;
    height: 35px;
    border: none;
    outline: none;
    position: relative;
    z-index: 10;
}

.box_search .keywords {
    line-height: 31px;
    position: absolute;
    right: 39px;
    top: 0;
    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: 250px;
    display: block;
}

.box_search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b6b4b4;
}

.box_search::-moz-placeholder {
    /* Firefox 19+ */
    color: #b6b4b4;
}

.box_search:-ms-input-placeholder {
    /* IE 10+ */
    color: #b6b4b4;
}

.box_search:-moz-placeholder {
    /* Firefox 18- */
    color: #b6b4b4;
}

.langs {
    display: inline-block;
    position: relative;
    top: 9px;
}

.langs li {
    padding: 0px 7px;
    position: relative;
    display: inline-block;
}

.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: 350px;
    /* width: 100%; */
    /* border: 1px solid #000; */
}

.map-frame {
    /* padding: 5px; */
    width: 100%;
    margin: 0 0 0 auto;
    /* border: 1px dashed #cec7c7; */
    /* padding: 1px; */
    /* 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: 20px 0 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
    /* text-indent: 10px; */
    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 {
    /* content: ""; */
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: #ffcd00;
}

.ft-info {
    float: left;
    max-width: 540px;
    width: 100%;
}

.ft-fanpage {
    float: left;
    width: 260px
}

p.ft-tit:before {
    /* content: "" */
}

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

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

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

.search-mobi {
    background-color: #ccc;
    display: none;
}

.tuyendung-box .desc:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #8B1A1A;
}
.readmore.text-right a{
    color: #8B1A1A
}