.tab-menu-mobile {
	display: block;
	box-shadow: 0 -5px 6px -2px rgba(0, 0, 0, 0.1);
}
.content_footer h2 {
    text-transform: uppercase;
}
.footers2-bot a {
	color: #fff;
}

.tab-menu-mobile {
	position: fixed;
	bottom: 0;
	z-index: 99999999;
	width: 100%;
	background: linear-gradient(107deg, rgba(17, 50, 26, 1) 18%, rgba(16, 57, 27, 1) 49%, rgba(0, 69, 19, 1) 85%);
	left: 0;
}

.tab-menu-mobile {
	padding: 0px 5px;
	border-radius: 15px 15px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-item-tab-mennu-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.items-tabs-menu-mobile {
	text-align: center;
	width: 19%;
	padding: 6px 0;
}

.items-tabs-menu-mobile span svg {
	width: 25px;
	height: 25px;
}

.items-tabs-menu-mobile p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 400;
}


.tab-menu-mobile {
	display: none;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: -10px;
  left: 0;
  z-index: 998;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #cf3034;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

@-webkit-keyframes phonering-alo-circle-anim {
0% {
  -webkit-transform: rotate(0) scale(0.5) skew(1deg);
  -webkit-opacity: 0.1;
}
30% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  -webkit-opacity: 0.5;
}
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  -webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
  opacity: 0.6;
}
100% {
  -webkit-transform: rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 26px;
  left: 26px;
  position: absolute;
  background-color: #B51F1F;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #cf3034;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.hotline-bar {
  position: absolute;
  background: #E88A25;
  background: -webkit-linear-gradient(left, #e88a25, #cf3034);
  background: -o-linear-gradient(right, #e88a25, #cf3034);
  background: -moz-linear-gradient(right, #e88a25, #cf3034);
  background: linear-gradient(to right, #B51F1F, #B51F1F);
  height: 40px;
  width: 173px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  border: 2px solid white;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
}
.support-bottom {
  width: 60px;
  bottom: 45px;
  right: 5px;
  position: fixed !important;
  z-index: 99800;
  background-color: transparent !important;
  padding: 6px 0;
  border-radius: 3px 0 0 3px;
  box-shadow: none;
  border-top: none;
}
.support-bottom .btn-list {
  display: block !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  padding: 6px !important;
  justify-content: space-around !important;
}
.support-bottom .btn-float-container {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}
.support-bottom a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block !important;
  border: none !important;
  font-size: 18px !important;
  color: #fff !important;
  text-align: center !important;
  position: relative;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
  background: none;
}
.support-bottom .button-call {
  background-image: url(../images/calling.gif) ;
  background-size: 100% 100%;
}

.support-bottom i {
  width: 44px;
  height: 44px;
  display: block;
}
.support-bottom i {
  font-size: 28px;
}
.support-bottom .btn-float-container span {
  display: none !important;
}
.support-bottom .button-messenger {
  background-image: url(../images/icon-messenger.svg) !important;
}
.support-bottom .button-zalo {
  background-image: url(../images/icon-zalo.svg) !important;
}
.backtotop {
  cursor: pointer;
  background: #999;
  bottom: 10px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  z-index: 9999;
  border-radius: 2px;
}

.backtotop svg {
  width: 28px;
  height: 22px;
  margin-bottom: -8px;
}

.backtotop svg path {
  stroke: #fff;
}






































.nav-fix-menu .sdb-bnav {
	position: fixed;
	width: 100%;
	bottom: 0;
	right: auto;
	z-index: 1000;
}

.nav-fix-menu .nav-fix-menu .sdb-bnav .ctr-wrp {
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -44px;
}

.nav-fix-menu .sdb-bnav__itm {
	flex: 1 1 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

.nav-fix-menu .sdb-bnav .ctr-wrp .bnav-lnk {
	font-size: 13px;
	width: 75px;
	height: 75px;
	padding: 0 0 2px;
	font-weight: 500;
	color: #fff;
	background-color: #11331a;
	background-image: #11331a;
	border-radius: 50%;
	border: 6px solid #fff;
	animation: zoom 1.3s infinite;
	box-shadow: 0 0 0 0 #f4752861;
}

.nav-fix-menu .sdb-bnav .ctr-wrp {
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -40px;
}

.nav-fix-menu .sdb-bnav .bnav-lnk svg path {
	fill: #000;
}

.nav-fix-menu .sdb-bnav .ctr-wrp .bnav-lnk svg path {
	fill: #fff;
}

.list-pages-huongdan {
	/* padding: 0px 56px; */
	width: 20%;
}

.sdb-bnav__wrp::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -40px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	z-index: 5;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
}

.nav-fix-menu .sdb-bnav__lst {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 56px;
	position: relative;
	background-color: #fff;
	z-index: 10;
	border-radius: 16px 16px 0 0;
	padding: 0 0 0;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
}

.nav-fix-menu .sdb-bnav .lft-wrp,
.sdb-bnav .rgt-wrp {
	display: flex;
	align-items: stretch;
	flex: 0 0 calc(50% - 40px);
	width: calc(50% - 40px);
}

.nav-fix-menu .sdb-bnav .lft-wrp {
	padding: 0 4px;
}

.nav-fix-menu .sdb-bnav .ctr-wrp {
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -41px;
}

.nav-fix-menu .sdb-bnav__itm {
	flex: 1 1 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

.nav-fix-menu .sdb-bnav .bnav-lnk {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3px 0 0;
	height: 100%;
	line-height: 14px;
	font-size: 11px;
	font-weight: 400;
	color: #495057;
}

.nav-fix-menu .sdb-bnav .bnav-icn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
}

.nav-fix-menu .sdb-bnav .bnav-lnk svg {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	fill: #000;
}

section.nav-fix-menu {
	display: none;
}

@media(max-width:990px) {
	.tab-menu-mobile {
		display: block;
	}

	section.nav-fix-menu {
		display: block;
	}
}















.home-newletter {
	position: relative;
	z-index: 2;
	background: url(https://file.hstatic.net/200000306687/file/news-latter-background_70d641eâ€¦.png) center bottom / cover no-repeat rgb(245, 246, 248);
	border-top: 1px solid rgb(204, 204, 204);
	background-position: center bottom !important;
	padding: 145px 0px 83px !important;
	background-repeat: no-repeat !important;
}

.home-newletter .home-newletter-wrap {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left {
	width: 50%;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-right {
	width: 50%;
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
	align-items: end;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
	font-size: 5rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: rgb(0, 0, 0);
	font-family: Oswald, sans-serif;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left p:last-of-type {
	margin-top: 10px;
	color: rgb(179, 179, 179);
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left p:first-of-type {
	margin-bottom: 20px;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form input {
	width: 70%;
	height: 45px;
	padding: 0px 10px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(235, 235, 235);
	border-image: initial;
	border-radius: 10px;
	background: rgb(255, 255, 255);
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form button {
	width: calc(30% - 10px);
	height: 45px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 10px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(253, 204, 13);
	border-image: initial;
	background: rgb(253, 204, 13);
	border-radius: 5px;
	transition: 0.5s;
}

footer.footers2 {
	margin-top: 0rem;
	background-size: cover;
	background-position: 100% 100%;
	color: #fff;
	background: #B51F1F;
	background: linear-gradient(to right, #f5f5dc, #d2b48c);
}

footer.footers2 .footers2-wrap {
	padding-top: 4rem;
}

footer.footers2 .footers2-wrap .footers2-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	/* border-bottom: 1px solid #11321a; */
	padding-bottom: 0rem;
}

footer.footers2 .footers2-wrap .footers2-top {
	margin-left: -10px;
	margin-right: -10px;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-one {
	width: 20%;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	padding: 10px 0px;
}

.content_footer {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
}

.content_footer ul li {
	list-style: disc !important;
	margin-left: 18px;
	margin-bottom: 10px;
	color:  #800020;
}

.content_footer ul li p {
	padding: 0;
	margin: 0;
}

.content_footer h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	color:  #800020;
}

.content_footer p {
	padding: 0;
	margin: 0;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
	padding: 10px;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
	width: 35%;
	font-size: 16px;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-two h2 {}

.footers2-top-item.footers2-top-six {
	width: 20%;
	padding: 10px 10px;
}

.footers2-top-item.footers2-top-six ul li {
	list-style: disc !important;
	margin-left: 19px;
	margin-bottom: 5px;
	font-size: 15px;
}

.footers2-top-item.footers2-top-six ul li p {
	padding: 0;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
	padding: 10px;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
	width: 25%;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-one a {
	display: block;
	margin-bottom: 10px;
	/* max-width: 87%; */
	color: #800020;
}

footer.footers2 .footers2-wrap .footers2-bot {
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.home-newletter .home-newletter-wrap .home-newletter-wrap-right img {
	margin-top: -321px;
	transform: rotateZ(-4deg);
}

.footers2-bot {
	background: #333;
	color: #Fff;
	margin-top: 20px;
}

.footers2-bot .ctnr {
	text-align: center;
	padding: 7px 0px;
}


.footers2-top-item.footers2-top-five iframe {
	width: 100%;
	height: 195px;
}

footer.footers2 .footers2-wrap .footers2-top .footers2-top-one img {
	height: 72px;
}

.urlink_foooter ul li a {
	color: #800020;
}
.urlink_foooter ul li a:hover{
	color: #005693;
}
@media(max-width:990px) {
	.hotline-bar {
		display: none;
	}
	.footers2-top-item.footers2-top-one img {
		height: 121px;
	}

	footer.footers2 .footers2-wrap .footers2-top {
		margin-left: 0px;
		margin-right: 0px;
	}

	footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
		padding: 10px 0px;
	}

	footer.footers2 .footers2-wrap .footers2-top .footers2-top-one {
		width: 100%;
	}

	footer.footers2 .footers2-wrap .footers2-top .footers2-top-two {
		width: 100%;
	}

	.footers2-top-item.footers2-top-six {
		width: 18%;
		padding: 10px 0px;
	}

	footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
		padding: 10px 0px;
	}

	.footers2-top-item.footers2-top-six {
		width: 100%;
	}

	.footers2-top-item.footers2-top-five {
		width: 100%;
	}

	footer.footers2 .footers2-wrap .footers2-top .footers2-top-five {
		width: 100%;
	}


}
a.social-button.shape-circle.sb-facebook {
    width: 35px;
    height: 35px;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid  #800020;
    margin-right: 5px;
    margin-top: 5px;
}

a.social-button.shape-circle.sb-facebook i {
    color: #800020;
    font-size: 17px;
}