/*CSS menu*/
.sidenav {
	position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding: 0;
    padding-bottom: 60px;
    background-color: #fff;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%);
    width: 300px;
    z-index: 999;
}

.sidenav li {
    float: none;
    line-height: 48px;
    list-style-type: none;
}

.overlay {
	position: relative;
	z-index: 336
}

.sidenav li>a {
    color: rgba(0,0,0,.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.sidenav .user-view {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px;
}

.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sidenav.open-nav {
    transform: translateX(0);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;
}
button img{
	height: 40px;
	width: 40px;
}

/* Main */
.fixed-header{
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(0,147,59,.85);
	z-index: 999999999;
	padding-top: 15px;
}
.bg_top {
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 15px;
    background-position: bottom;
}
.main .logo{
	float: left;
}
.main .logo img{
	height: 50px;
}
.main .menu_top{
	text-align: right;
	padding: 15px 0;
}

.main .menu_top ul li{
	display: inline-block;
	padding: 5px 15px;
	position: relative;
}
.main .menu_top ul li a{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}

.main .menu_top ul li .ho_tro{
	background: #eb1d27;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
}
.info_all {
    margin-top: 40px;
    margin-bottom: 15px;
}
.title_min,
.title_max,
.info_huongdan,
.down_ungdung{
	color: #fff;
}
.title_min{
	background:rgba( 5,119,51, 0.5);
	padding: 5px 20px;
	display: inline-block;
	border-radius: 5px;
}
.title_max{
	font-family: 'UTM Eremitage';
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.info_huongdan{
	margin-bottom: 30px;
}
.info_huongdan p{
	margin-bottom: 0;

}
.img_info {
    height: 467px;
    width: 100%;
    margin-top: 35px;
    text-align: right;
}
.down_ungdung{
	margin-top: 25px;
}
.down_ungdung .app_android,
.down_ungdung .app_store{
	display: inline-block;
}
.down_ungdung .app_android a,
.down_ungdung .app_store a{
	position: relative;
}

.down_ungdung .scan_code_store img,
.down_ungdung .scan_code_lay img{
	width: 160px;
}
.down_ungdung .scan_code_store,
.down_ungdung .scan_code_lay{
	position: absolute;
	z-index: 99;
	display: none;
	padding: 15px;
	transition:.5s;
}
.down_ungdung .app_store a:hover .scan_code_store,
.down_ungdung .app_android a:hover .scan_code_lay{
	display: block;
	bottom: 100%;
	 -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-5%); }   
    100% { opacity: .3; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-5%); }   
    100% { opacity: .3; -moz-transform: translateY(0); }
}
.tab-pane{
	 -webkit-animation: slide-down-tab .8s ease-out;
    -moz-animation: slide-down-tab .8s ease-out;
}
@-webkit-keyframes slide-down-tab {
      0% { opacity: 0.3; -webkit-transform: translateX(-10%); }   
    100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes slide-down-tab {
      0% { opacity: 0.3; -moz-transform: translateX(-10%); }   
    100% { opacity: 1; -moz-transform: translateX(0); }
}

.bg_mix{
	background: url(../images/bg-1.png) no-repeat;
	background-size: cover;
	height: 100%;
}
.tab-content>.tab-pane{
	width: 350px;
}
.tab-content>.tab-pane img{
	width: 100%
}
.title_yelow,
.title_while{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.title_yelow h5,
.title_while h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	padding: 30px 0 10px 0;
	text-transform: uppercase;
}
.title_yelow span{
	width: 80px;
    height: 2px;
    background: #e9ba18;
    display: block;
    margin: auto;
}
.title_while span{
	width: 80px;
    height: 2px;
    background: #099f3c;
    display: block;
    margin: auto;
}
.tab_huongdan{
	padding-left: 30px;
}
.border-tab{
	border-left: 1px dashed #ddd;
}

.tab_huongdan ul  {
 position: relative;
    left: -35px;
 border-bottom: none;
	
}
.tab_huongdan ul li{
	
	background: unset;
	display: grid;
	width: 100%

}
.tab_huongdan ul li p{
	display: table;
	color: #555555;
}
.tab_huongdan ul li .title:hover{
	color: #099f3c;
}
.tab_huongdan .number{
	background: #cccccc;
    border-radius: 100%;
    float: left;
    height: 37px;
    width: 37px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    margin-right: 15px;
     color: #111111;
}
.tab_huongdan .title{
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #111111;
}
.nav-tabs .nav-link.active .title{
	color: #099f3c
}
.nav-tabs .nav-link.active .number{
	background: #099f3c;
	color: #fff;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: unset;
    border:none;
    color: #099f3c;
}
.bg_bottom{
	background: url(../images/bg-2.png) no-repeat;
	background-size: cover;
	height: 100%;
}.tab_yelow .nav-tabs .nav-link, .tab_yelow .nav-tabs .nav-link:focus, .tab_yelow .nav-tabs .nav-link:hover, .tab_yelow .nav-tabs .nav-item.show .nav-link, .tab_yelow .nav-tabs .nav-link.active{
	color: #e9ba18;

}
.tab_yelow .nav-tabs .nav-link.active .number{
	background: #e9ba18;
	color: #fff;
}
.tab_yelow .nav-tabs .nav-link.active .title {
color: #e9ba18;
	}
	.tab_huongdan.tab_yelow .title,
	.tab_huongdan.tab_yelow ul li p {
  
    color: #fff;
}
.tab_huongdan.tab_yelow .number{
	color: #00933b;
}
.copyright{
	background: url(../images/bg-footer2.jpg) no-repeat;
	background-size: 100%;
	padding: 15px 0;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;

}
.menu_top ul li::after {
    content: '';
    display: block;
    width: 100%;
    padding: 17px 25px;
    background: rgb(0, 115, 46);
    position: absolute;
    top: 0;
    left: 0;
    text-align:center;
    border-radius: 45px;
    z-index: 0;
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.menu_top ul li {

}
.menu_top ul li a:hover {
    color: #fff;z-index:3;position:relative;
    text-decoration: none;
}
.menu_top ul li:hover::after {
    width: 100%;border-radius:20px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bg_bottom_2{
	background: url(../images/bg-3.png) no-repeat;
	background-size: cover;
	height: 100%;
}
@media screen and (max-width: 1000px){
	.menu_top{
		display: none;
	}
.button {
    width: 55px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 33;
}
.button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ffffff;
    content: '';
}
.button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
}
@media only screen and (max-width: 991px) {
  
    .dangnhap {
        text-align: center;
    }
	.tab-content,
	.tab_huongdan{
		margin-top: 30px;
	}
	.img_info{
		display: none;
	}
	.main .logo{
		text-align: center;
		float: unset;
	}
	.title_min,
.title_max,
.down_ungdung{
	text-align: center;
	display: block;
}
 .down_ungdung .app_store{
	margin: 0!important;
}

.main .menu_top{
	text-align: center;
}
.main .menu_top ul li {
    padding: 10px 15px;
}
.fixed-header{
	position: relative;
}
    .down_ungdung .app_android {
        margin-top: 15px !important;
        margin-left:0!important;
    }
}

@media only screen and (max-width: 767px) {
	.gallery_tabs .news_item_first .image img {
	    height: 300px;
	}
	.header .logo {
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.header .header_right {
	    display: block;
	    text-align: center;
	    width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.news_gird .col-xs-6 {
		width: 100%;
	}
	.news_tabs .news_item_first .image img {
	    width: 100%;
	    height: 250px;
	}
	.news_tabs .news_item .txt {
	    width: 100%;
	    float: unset;
	    padding-right: 0;
	}
	.news_tabs .news_item .image {
	    width: 100%;
	    float: unset;
	    margin-top: 10px;
	}
}