/* 2) css footer.css */

.box_doitac {
	border: 1px solid #f3f3f3;
	padding: 30px 10px;
	display: flex !important;
	justify-content: center;
	margin: 0px 5px;
	background-color: white;
}

.doitac .slick-prev {
	left: 0px;
}

.doitac .slick-next {
	right: 0px;
}

.box_doitac .slick-slide {
	height: auto;
}

.stt-doitac {
	padding: 20px 0px;
}

.stt-doitac .doitac {
	padding: 20px 0px;
}


.main_home_adv {
	width: 100%;
	margin-bottom: 10px;
}

.main_home_adv .image {
	width: 100%;
	text-align: center;
}

.main_home_adv .image img {
	max-width: 100%;
}

.social-bottom-mb {
	display: none;
}

#back-to-top {
	opacity: 0;
	visibility: hidden;
}

#back-to-top.open {
	opacity: 1;
	visibility: inherit;
}

#back-to-top.open1 {
	opacity: 1;
	visibility: inherit;
}

.box_animate_more {
	position: absolute;
	top: 117%;
	left: 0;
	width: 100%;
}

.box_animate_more span {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
}

.arrow_animate_more {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 122px;
	text-align: center;
}

.arrow_animate_more .chevron {
	position: absolute;
	width: 2.1rem;
	height: 0.48rem;
	opacity: 0;
	left: 50%;
	margin-left: -10px;
	transform:
		scale(0.3);
	animation: move-chevron 3s ease-out infinite;
}

.arrow_animate_more .chevron:first-child {
	animation: move-chevron 3s ease-out 1s infinite;
}

.arrow_animate_more .chevron:nth-child(2) {
	animation: move-chevron 3s ease-out 2s infinite;
}

.arrow_animate_more .chevron:before,
.arrow_animate_more .chevron:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: #000;
}

.arrow_animate_more .chevron:before {
	left: 0;
	transform: skewY(30deg);
}

.arrow_animate_more .chevron:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg);
}

.arrow_bottom_more {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	bottom: 28px;
	height: 122px;
	position: fixed;
}

.arrow_bottom_more .chevron {
	position: absolute;
	width: 2.1rem;
	height: 0.48rem;
	opacity: 0;
	transform: scale(0.3);
	animation: move-chevron 3s ease-out infinite;
}

.arrow_bottom_more .chevron:first-child {
	animation: move-chevron 3s ease-out 1s infinite;
}

.arrow_bottom_more .chevron:nth-child(2) {
	animation: move-chevron 3s ease-out 2s infinite;
}

.arrow_bottom_more .chevron:before,
.arrow_bottom_more .chevron:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: #fff;
}

.arrow_bottom_more .chevron:before {
	left: 0;
	transform: skewY(30deg);
}

.arrow_bottom_more .chevron:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
	25% {
		opacity: 1;
	}

	33.3% {
		opacity: 1;
		transform: translateY(2.28rem);
	}

	66.6% {
		opacity: 1;
		transform: translateY(3.12rem);
	}

	100% {
		opacity: 0;
		transform: translateY(4.8rem) scale(0.5);
	}
}

@keyframes move-chevron {
	25% {
		opacity: 1;
	}

	33.3% {
		opacity: 1;
		transform: translateY(2.28rem);
	}

	66.6% {
		opacity: 1;
		transform: translateY(3.12rem);
	}

	100% {
		opacity: 0;
		transform: translateY(4.8rem) scale(0.5);
	}
}

.box_contact_footer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.box_contact_footer .title {
	text-align: left;
	color: #fff;
	line-height: 34px;
	padding: 0 10px;
}

.box_contact_footer .title i {
	color: #ffff00;
	font-size: 15px;
	animation-name: nhap-nhay;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	margin-left: 5px;
}

.box_contact_footer .list_item {
	display: flex;
	width: 100%;
	max-width: 930px;
}

.box_contact_footer .list_item .item {
	width: 33.33333%;
	padding: 0 10px;
}

.box_contact_footer .list_item .item a {
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 8px 5px;
	font-weight: 500;
	line-height: 18px;
	color: #333;
	display: block;
}

.use_link {
	width: 40px;
	position: fixed;
	right: 15px;
	bottom: 64px;
	z-index: 50;
	transition: all 1s;
}

.use_link.active {
	bottom: 425px;
}

.use_link ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.use_link li {
	display: inline-block;
	margin: 4px 0;
	width: 100%;
}

.use_link li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	/* background-color: #000; */
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_foot {
	position: relative;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #333;
}

.box_menu_foot {
	position: relative;
	height: 46px;
}

.box_menu_foot::before {
	content: '';
	/* background: url(../images/gachcheo.png); */
	width: 100%;
	height: 3px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.box_menu_foot::after {
	content: '';
	/* background: url(../images/gachcheo.png); */
	width: 100%;
	height: 3px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.box_menu_foot ul li {
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 32px;
}

.box_menu_foot ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
}

.box_menu_foot ul li a span {}

.box_menu_foot ul li .icon-home {
	background: url(../images/sprite_autoprov3.png) no-repeat -206px -29px;
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	left: 0;
	top: 8px;
}

.box_menu_foot ul li .expand-menu {
	left: 0;
	top: 8px;
	width: 35px;
	height: 35px;
	background: #fff;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: -3px;
}

.box_menu_foot ul li .expand-menu:after {
	position: absolute;
	top: 15px;
	left: 11px;
	width: 0;
	height: 0;
	background: transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #000;
	content: '';
	border-radius: 4px;
}

.hours_open {
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}

.hours_open iframe {
	width: 100%;
	height: 165px;
}

.footer {

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer:before {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.footer-top {
	padding-top: 30px;
	padding-bottom: 40px;
	background: #fff;
}

.footer_info {
	width: 100%;
	margin-top: 20px;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}

.footer_info .content {
	width: 100%;
	max-width: 775px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
}

.box_footer_info p {
	color: #292627;
	font-size: 13px;
	line-height: 20px;
}

.footer_info .logo_footer {
	margin-left: 15px;
}

.footer_info .logo_footer img {
	width: 345px;
}

.btn-messenger-lightbox {
	display: inline-flex;
	margin-top: 15px;
	height: 24px;
	padding: 0 15px;
	background: #0084ff;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 10px;
}

.btn-messenger-lightbox .messenger-icon {
	display: block;
	margin-right: 5px;
	width: 12px;
	flex-shrink: 0;
}

.box_footer_info .logo-company {
	background: url(../images/sprite_autoprov3.png) no-repeat -0 -137px;
	width: 120px;
	height: 58px;
	display: inline-block;
	position: relative;
	left: 0;
	top: 8px;
}

.box_footer_info .qleft {
	float: left;
	width: 305px;
	margin-right: 45px;
}

.box_footer_info .qmiddle {
	float: left;
	width: calc(100% - 590px);
	margin-right: 45px;
}

.box_footer_info .qright {
	float: left;
	width: 195px;
}

.box-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #212121;
	padding: 50px 0 20px;
	flex-wrap: wrap;
}

.logo-footer {
	margin: 0 auto;
	text-align: left;
	margin-bottom: 28px;
}

.logo-footer .since {
	text-align: left;
	font-weight: 300;
	margin-top: 20px;
}

.logo-footer img {}

.search-footer {
	display: flex;
	margin-top: 10px;
	align-items: center;
	width: calc(100% - 10% - 150px);
	/* padding: 0 40px; */
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.search-footer h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	white-space: nowrap;
}

.search-footer .newsletter {
	width: auto;
	flex: 1 1 auto;
}

.bank-footer {
	display: flex;
	width: 20%;
	margin-bottom: 30px;
}

.bank-footer .image {}

.bank-footer .image img {}

.newsletter-input>.fa-envelope {
	padding: 0 1.8rem;
	-ms-flex-item-align: center;
	align-self: center;
}

.newsletter-input {
	background-color: #262626;
	color: #777;
	border: none !important;
}

.newsletter-input {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 10rem;
	overflow: hidden;
	/* background: #fff; */
}

.newsletter-input>.fa-envelope {
	padding: 0 1.8rem;
	-ms-flex-item-align: center;
	align-self: center;
}

.newsletter-email {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.newsletter-email input {
	padding: 0 .96rem 0 0;
	border: none;
	outline: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: inherit;
}

.newsletter button {
	padding: 1.2rem 1.6rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	/* background-color: #0056a1; */
	/* border-color: #0056a1; */
	font-weight: bold;
}

.btn-primary:hover {
	/* background-color: #0069d9; */
	/* border-color: #0062cc; */
}

.card-primary .btn-primary {
	background-color: #ffc800;
	border-color: #ffc800;
}

.footer-main {
	padding: 30px 0px;
	position: relative;
	color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	background: #FFF;
	color: #000000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-top {
	padding-top: 50px;
	/* border-top: 2px solid #e23b41; */
	/* border-bottom: 1px solid #212121; */
	/* border-top: unset !important; */
}

.footer-main .content1 {
	width: 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}

.footer-main .content2 {
	width: 21%;
	-ms-flex: 0 0 21%;
	flex: 0 0 21%;
	max-width: 21%;
}

.footer-main .content3 {
	width: 18%;
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%;
}

.footer-main .content4 {
	width: 26%;
	-ms-flex: 0 0 26%;
	flex: 0 0 26%;
	max-width: 26%;
}

.footer__other {
	width: 100%;
	color: #fff;
	float: left;
}

.footer__other .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 31px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.fa-phone {
	transform: rotateY(180deg);
}

.images_footer img {
	padding: 5px 0 20px 0;
	width: auto;
	height: 90px;
}

.pt_list_addres {
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}

.pt_list_addres h2 {
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.pt_list_addres li i {
	margin-right: 5px;
}

.footer__policy {
	float: left;
	width: 100%;
}

.footer__policy ul {
	padding-left: 0;
}

.footer__policy li {
	list-style: none;
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 15px;
}

.footer__policy a {
	color: #fff;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	display: flex;
}

.footer__policy li .image {
	width: 60px;
	margin-right: 8px;
}

.footer__policy li .image img {
	height: 50px;
	object-fit: cover;
	width: 100%;
}

.footer__policy li h4 {
	color: #fff;
	width: calc(100% - 88px);
	font-size: 12px;
	margin: 0;
	line-height: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.social-bottom {
	width: 100%;
	margin-top: 13px;
	overflow: hidden;
}

.social-bottom ul {
	display: flex;
}

.social-bottom li {
	width: 30px;
	height: 30px;
	margin-right: 9px;
	float: left;
}

.social-bottom li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	border-radius: 50%;
	color: #000;
}

.social-bottom li a:hover {
	color: #fff;
	background-color: transparent;
}

.social-bottom .facebook {}

.social-bottom li.facebook a i {
	background-color: #1877F2;
}

.social-bottom li.instagram a i {
	background-color: #E4405F;
}

.social-bottom li.youtube a i {
	background-color: #CD201F;
}

.social-bottom li.twitter a i {
	background-color: #1DA1F2;
}

.social-bottom li a i {
	text-align: center;
	line-height: 30px;
	width: 100%;
	font-size: 20px;
}

.social-bottom li a img {
	width: 100%;
}

.map iframe {
	width: 100%;
}

.download_catalog {
	margin-top: 20px;
	display: flex;
}

.download_catalog a {
	display: flex;
	justify-content: center;
	width: 100%;
}

.download_catalog .icon {
	width: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
	border-radius: 10px 0 0 10px;
	background-color: #035194;
	font-size: 40px;
}

.download_catalog .icon i {
	color: #fff;
}

.download_catalog .info {
	width: calc(100% - 78px);
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	padding: 10px 15px;
}

.download_catalog .info span {
	color: #000;
	font-weight: 700;
	font-size: 17px;
	display: inline-block;
	margin-left: 6px;
	line-height: normal;
	text-transform: uppercase;
}

.download_catalog .info .name {
	color: #ff0000;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	padding-left: 18px;
}

.pt_social {
	display: flex;
	margin-top: 16px;
	float: left;
	/* margin-left: 12px; */
	width: 100%;
	justify-content: left;
}

.pt_social li:not(:last-child) {
	margin-right: 10px;
}

.pt_social li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	border-radius: 50%;
	/* background-color: #e23b41; */
	color: #333;
	box-shadow: 7px 7px 8px -6px #bdbdd3;
	border: 1px solid #333;
}

.pt_social li a i {
	font-size: 16px;
}

.title-dc {
	font-size: 16px;
	font-weight: bold;
}

.column-item2 .box {
	width: auto;

	display: block;
	margin: auto;
}

.column-item {
	padding: 0 15px;
	max-width: unset;
}

.column-item1 {

	margin-right: 0;
	position: relative;
}

.title-footer {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px 0 14px;
	position: relative;
	margin-bottom: 1.5em;
	color: white;
	font-weight: 600;
}

.title-footer span {
	display: inline-block;
	position: relative;
}

.title-footer span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 2px solid rgb(255, 255, 255);
}


.column-item3 .box_logo_foot {
	padding-left: 16%;
}

.name-company {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0px 0 15px;
}

.coppy_right {
	font-size: 16px;
}

.menu_bottom {
	text-align: right;
}

.menu_bottom ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu_bottom li {}

.menu_bottom li a {
	padding: 0 9px;
	font-size: 15px;
	text-transform: uppercase;
}

.menu_bottom li a:hover {
	color: #b50000;
}

.address-footer {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
}

.address-footer ul {}

.address-footer ul li {
	font-size: 15px;
	margin: 0 10px 10px 0;
	font-weight: 500;
}

.address-footer ul li a {
	display: inline-block;
	/* color: #fff; */
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.address-footer ul li span {
	line-height: 20px;
	/* color: #fff; */
	font-weight: 500;
	font-size: 15px;
}

.address-footer ul li i {
	/* color: #fff; */
	font-size: 14px;
	text-align: center;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	padding: 6px 0;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.desc-foot {
	font-size: 15px;
	line-height: 1.7;
	color: #fff;
}

.content-address-footer {
	color: #bbbbbb;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.logo-footer img {
	width: auto;
	max-width: 100%;
	text-align: left;
	height: 100px;
}

.footer-link {
	/* color: #e23b41; */
}

.footer-link li {}

.footer-link li a {
	line-height: 35px;
	font-size: 15px;
	font-weight: 400;
	/* font-style: italic; */
}

.footer-link li i {
	font-size: 11px;
	padding-right: 5px;
}

.footer-form {}

.footer-form form {}

.footer-form form input {
	border-radius: 40px;
	box-shadow: unset;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 10px;
	color: #e23b41;
}

.footer-form form input::placeholder {
	color: #e23b41;
}

.footer-form form button {
	width: 100%;
	border-radius: 15px;
	text-transform: uppercase;
	color: #e23b41;
	border: 1px solid #e23b41;
	background: #fff;
	outline: unset;
	line-height: 25px;
	font-size: 13px;
	font-weight: 600;
}

.support_home {
	padding: 40px 0 0 0;
}

.footer-form form button:hover {
	background-color: #e23b41;
	color: #fff;
}

.footer-bottom {
	padding: 10px 0;
	background-color: #0f3178;
	color: #fff;
	font-size: 15px;
	padding-bottom: 40px;

}

.bo_cong_thuong {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}

.bo_cong_thuong .image {}

.bo_cong_thuong .image img {

	height: 50px;
	width: auto;
}

.content_copyright {

	width: 100%;
	padding: 0 32px;
	line-height: 24px;
	font-size: 15px;
}

.footer-bottom .box-footer-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-bottom .box-footer-bottom h3 {
	color: #fff;
	font-size: 17px;
	margin-right: 10px;
	margin-top: 5px;
}

.box_footer-main {
	width: 100%;

}

.link-footer-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.link-footer-bottom li {
	font-size: 13px;
}

.link-footer-bottom li a {
	color: #fff;
}

.link-footer-bottom li+li:before {
	content: "|";
	margin: 0 7px;
}

.pt_contact_vertical {
	position: fixed;
	display: block;
	bottom: 115px;
	z-index: 100;
	left: 35px;
}

.contact-mobile .contact-item a {
	margin-bottom: 8px;
	display: block;
	transition: all 0.4s ease;
	position: relative;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.contact-mobile .contact-item a i {
	color: #fff;
	line-height: inherit;
}

.contact-mobile .contact-item .fb-mess {
	background-color: #4b76bd;
}

.tel_phone {
	border-radius: 30px;
	line-height: 45px;
	position: absolute;
	height: 45px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background-color: #e9242d;
	color: white;
	top: 73px;
	left: 90px;
	padding: 0;
	font-weight: 600;
	width: 0;
	overflow: hidden;
	padding-left: 29px;
	transition: all 0.5s;
	opacity: 0;
	display: none;
}

.quick-alo-phone:hover .tel_phone {
	width: 165px;
	left: 90px;
	opacity: 1;
}

.tel_phone a {
	margin: 0;
	color: #fff;
	display: block;
	width: 135px;
}

.quick-alo-phone.quick-alo-show {
	visibility: visible;
	/* display: none; */
}

.quick-alo-phone {
	position: fixed;
	visibility: hidden;
	background-color: transparent;
	width: 100px;
	height: 100px;
	display: block;
	cursor: pointer;
	z-index: 98;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility 0.5s;
	-moz-transition: visibility 0.5s;
	-o-transition: visibility 0.5s;
	transition: visibility 0.5s;
	left: 5px;
	bottom: 15px;
}

.quick-alo-ph-circle {
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border: 2px solid #3a71aa 9;
	opacity: 0.1;
	-webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
	border-color: #e9242d;
	opacity: 0.5;
}

.quick-alo-ph-circle-fill {
	width: 80px;
	height: 80px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 0.1;
	-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
	background-color: #e9242d;
	opacity: 0.75;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
	background-color: #e9242d;
}

.quick-alo-ph-img-circle {
	width: 50px;
	height: 50px;
	top: 25px;
	left: 25px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(../images/quick-call-button.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
	background-color: #e9242d;
}

.back_to_top {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 15px;
	background: linear-gradient(to top, #ff5400, #ff5400);
	border-radius: 50px;
	z-index: 99;
	overflow: hidden;
}

.back_to_top a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back_to_top span {
	display: inline-block;
	float: left;
	line-height: 27px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.5s;
	width: 0;
}

.back_to_top img {
	width: auto;
	/* float: left; */
	margin-top: 0;
}

.box_coppyright {
	width: 100%;
	padding: 10px 0 20px;
	border-top: solid 1px #fff;
}

.box_coppyright .copy {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.contact_fixed {
	width: 100%;
	background: linear-gradient(-90deg, #053162, #053162);
	display: flex;
	left: 0;
	bottom: 0;
	min-height: 45px;
	position: fixed;
	z-index: 99;
	display: none;
}

.contact_fixed li {
	display: flex;
	width: 25%;
}

.contact_fixed li:not(:last-child) {
	border-right: 1px solid #fff;
}

.contact_fixed li a {
	display: flex;
	color: #fff;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	text-transform: uppercase;
	cursor: pointer;
}

.contact_fixed li img {
	height: 24px;
	width: auto;
}

.contact_fixed li a i {
	color: #fff;
}

.box_00 {
	margin-bottom: 15px;
	max-width: 25%;
	padding: 0 10px;
}

.box_01 {
	margin-bottom: 15px;
	max-width: 25%;
	padding: 0 10px;
}

.box_02 {
	margin-bottom: 15px;
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0 10px;
}

.box_03 {
	margin-bottom: 15px;
	max-width: 25%;
	padding: 0 10px;
}

.title_00 {
	text-align: left;
	color: #fff;
	line-height: 40px;
}

.title_01 {
	background: #fff;
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
	font-weight: 500;
	line-height: 18px;
	color: #333;
}

.title_01 a:hover {
	color: #f00
}

.title_02 {
	background: #fff;
	font-size: 13px;
	text-align: center;
	padding: 8px 0;
	font-weight: 500;
	line-height: 18px;
	color: #333;
}

.title_02 a:hover {
	color: #f00
}

.title_03 {
	background: #fff;
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
	font-weight: 500;
	line-height: 18px;
	color: #333;
}

.title_03 i {
	color: #ffff00;
	font-size: 15px;
	animation-name: nhap-nhay;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	margin-right: 5px;
}

.nd_lienhe {
	font-size: 15px;
	margin-bottom: 15px;
}

.title_03 a:hover {
	color: #f00
}

@-moz-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-webkit-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-o-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-moz-keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@-webkit-keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@-o-keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}

	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@-o-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}

.maps_in {
	width: 100%;
}

.maps_in p iframe {
	width: 100%;
	height: 160px;
}

.list-link-footer {
	color: white;
}

.list-link-footer ul {}

.list-link-footer ul li {
	margin: 0 0px 0px 0;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 21px;
}

.list-link-footer ul li a {
	line-height: 28px;
	font-size: 16px;
	display: inline-block;
	color: #ffffff;
}

.list-link-footer ul li a:hover {
	color: #ffffff;
}

.list-link-footer ul li a i {
	margin-right: 5px;
}

.list-address-footer {
	position: relative;
}

.list-address-footer:before {}

.list-address-footer ul li {
	font-weight: 300;
	line-height: 30px;
	font-size: 15px;
	color: #333
}

.list-address-footer ul li img {
	width: auto;
	padding-right: 5px;
}

.padding {
	padding: 20px 0;
	position: relative;
	text-align: right;
}

.padding .nhan_newsletter {
	color: #fff;
	font-size: 14px;
}

.newsletter .onhap_newsletter {
	padding: 7px;
	font-size: 13px;
	width: 300px;
	border: solid 1px #fff;
	margin-left: 10px;
}

#gui_tin_button_53,
#huy_tin_button_53 {
	background: #006953;
	color: #fff;
	padding: 5px 15px;
	border: solid 1px #006953;
}

.box_top_footer {
	border-bottom: 1px solid #6a869f;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.form-dkn .modal-content.fix-md-ct {
	border-radius: 0;
	border: 0;
	background: transparent;
}

.modal.form-dkn .modal-dialog {
	max-width: 700px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.form-dkn .modal-body {
	position: relative;
	padding: 0;
	background: transparent;
	color: #333;
	width: 100%;
}

.wrap-content-main .form-dkn .form-reg-kmn {
	background-color: #2b3d6f;
	padding: 18px 20px;
	border-radius: 0px;
	width: 100%;
	float: none;
}

.form-dkn .form-nn {
	overflow: hidden;
}

.form-dkn button.close {
	top: 5px;
	float: right;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	right: 10px;
	opacity: 0.9;
	outline: 0;
}

.form-dkn .fix-md-ct form {
	float: left;
	width: 100%;
}

.form-dkn .form-reg-kmn {
	background-image: linear-gradient(45deg, #1273b1, #15b7be);
	padding: 18px 20px;
	border-radius: 0px;
	width: 50%;
	float: right;
}

.form-dkn .form-reg-kmn2 {
	background-image: linear-gradient(45deg, #1273b1, #15b7be);
	padding: 18px 20px;
	border-radius: 0px;
	width: 100%;
	float: none;
}

.anh_dangky {
	width: 50%;
	float: left;
}

.anh_dangky1 {
	width: 50%;
	float: left;
}

.anh_dangky1 img {
	object-fit: cover;
	height: 474px;
	width: 100%;
}

.modal-dialog {
	width: 700px;
	margin: 30px auto;
}

.form-dkn span.text3 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.form-dkn p {
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-size: 14px;
	margin-bottom: 12px;
}

.form-dkn input.form-control.ttt,
.form-dkn select.form-control.ttt {
	margin: 0;
	height: 32px;
	padding: 5px 10px;
	border-radius: 2px;
	box-shadow: unset;
	border: 0;
	font-size: 15px;
}

.form-dkn select {
	margin: 0;
	height: 32px;
	padding: 5px 10px;
	border-radius: 2px;
	box-shadow: unset;
	border: 0;
	font-size: 15px;
	width: 100%;
}

.form-dkn textarea.form-control {
	height: auto;
	margin: 0;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: unset;
}

.form-dkn .form-group input {
	border-radius: 5px;
	height: 40px;
	line-height: 45px;
	padding: 0 15px;
	font-weight: 300;
	font-size: 17px;
	border: solid 1px #ccc;
}

.form-dkn .form-group {
	margin-bottom: 15px;
	border-radius: 0;
}

.form-dkn .box-form form {
	max-width: 900px;
	width: 100%;
}

.form-dkn .form-group button {
	display: inline-block;
	background-image: linear-gradient(to right, #ca9115, #e2b13e);
	color: #000;
	padding: 12px 25px;
	font-weight: 500;
	font-size: 15px;
	float: right;
	border: none;
	border-radius: 20px;
	text-transform: uppercase;
	visibility: visible;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-name: animation-glowing-white;
	animation: animation-glowing-white 1.5s infinite;
}

.form-dkn input::-webkit-outer-spin-button,
.form-dkn input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-dkn input[type=number] {
	-moz-appearance: textfield;
}

.footer-nav-main li i {
	position: absolute;
	right: 0
}

.footer-nav-item.active i {
	transform: rotate(180deg);
	transition: all 0.5s;
}

.footer-nav-item ul {
	margin-left: 10px;
}

ul.footer-nav-main>li>a>span {
	font-weight: 700;
}

.icon-ho-tro img {
	height: 80px;
	width: 80px;
	margin: auto;
}

.info-ho-tro h3 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	line-height: 26px;
	font-weight: 600;
}

.info-ho-tro span {
	font-size: 15px !important;
}

.text-ho-tro {
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}

.icon-ho-tro {
	text-align: center;
	padding-bottom: 10px;
}

.tuvanbaohanh {
	color: #000000;
	padding: 0px 0 30px;
}

.column-item .box {
	margin-bottom: 10px;
}


.col-footer {}





.menu-secondary-1 li {
	font-size: 12px;
	display: inline-block;
}

.copyright-footer {
	font-size: 14px;
}

.footer-secondary {
	color: rgba(255, 255, 255, 0.5);
}

.copy {
	background: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.wepd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
}

.footer-secondarr li {
	display: inline-block;
}

.backtotop {
	background: #26754e;
	bottom: 20px;
	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;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
}

.backtotop svg {
	width: 20px;
	height: 20px;
}

.backtotop svg g path {
	stroke: currentColor;
}

/* HHH */
.stt-doitac .title h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0px 0px 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 25px;
	position: relative;
}

.stt-doitac .title h2::before {
	content: '';
	position: absolute;
	background-color: #31851b;
	bottom: -4px;
	left: 0;
	width: 5%;
	height: 2px;
	max-width: 764px;
	text-align: center;
	z-index: 1;
	right: 0;
	margin: 0 auto;
}

.box-list-news::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.box-list-news::-webkit-scrollbar-thumb {
	background-color: #000000;
}

.box-list-news::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.tuvanbaohanh .nemu_produnt_leght {
	margin-bottom: 30px;
}

.box-item-tuvan>p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
	color: #000;
}

.line-fr input {
	background: #fff;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	display: block;
	/* float: left; */
	font-size: 1em;
	height: 48px;
	line-height: 48px;
	max-width: 100%;
	padding: 0 10px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 435px;
}

.line-btn button {
	background: #0f3178;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	height: 48px;
	letter-spacing: .03em;
	line-height: 48px;
	cursor: pointer;
	margin: 0 0 0 15px;
	max-width: 100%;
	padding: 0 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #0f3178;
	border-radius: 5px;
}

.form-tuvan>form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-links {
	font-weight: 300;
}

.list-links ul li {
	margin-bottom: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-left: 25px;
	position: relative;
	list-style: disc !important;
}

.list-links h2 {
	font-weight: 600;
	font-size: 20px;
	color: #25754d;
}

span.icon-footer {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	height: 25px;
}

.list-links a {
	font-size: 14px;
	line-height: 25px;
	display: block;
}

h3.footer-title {
	font-size: 19px;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-title::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #25754d;
	bottom: 7px;
	left: 0;
}

ul.list-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.list-social a {
	font-size: 25px;
}

.footer-menu ul>li {
	display: inline-block;
	list-style: none;
	border-right: 1px solid #999999;
	line-height: 13px;
}

.footer-menu ul>li>a {
	color: #ececec;
	font-size: 12px;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer-menu ul>li:first-child>a {
	padding-left: 0;
}

.footer-copyright>p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
}

.footer-menu>ul {
	text-align: center;
}

.box-foter {
	margin-bottom: 0;
}

.box-foter ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 5px;
}

.form-dk-footer {
	display: flex;
	align-items: center;
}

.div-form-tr .btn-gui {
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
	color: #fff;
	background: #25754d;
	height: 40px;
	width: 90px;
	text-align: center;
}

.div-form-tr:first-child {
	flex: 0 0 calc(100% - 90px);
	position: relative;
	padding-right: 10px;
}

.div-form-tr input {
	width: 100%;
	height: 40px;
	border: none;
	background: #eee;
	border-radius: 5px;
	padding: 5px 10px;
	padding-left: 40px;
}

span.ico-email {
	position: absolute;
	top: 46%;
	left: 12px;
	font-size: 20px;
	line-height: 20px;
	transform: translate(0%, -50%);
}

span.icon-dieukhoan {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	border: 1px solid #000;
}

span.icon-dieukhoan i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
}

.list-dieukoan li {
	padding-left: 18px;
	margin-bottom: 6px;
}

.list-dieukoan li a {
	color: #333;
}

.list-dieukoan li a:hover {
	color: #ee484a;
}

.fuekj {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link-lienket-mxh li {
	position: relative;
	/* background: #fff; */
	display: inline-block;
	border-radius: 50%;
	height: 30px;
	margin-left: 8px;
	width: 30px;
}

.link-lienket-mxh li i {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #33654f;
}

.menu-footer {
	background: #25754d;
	color: #fff;
	padding: 10px 0;
}

.menu-footer .link-lienket-mxh img {
	max-width: 15px;
}

.menu-footer .link-lienket-mxh a {
	border: 1px solid white;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.menu-footer .link-lienket-mxh a:hover {
	background: var(--color-main2);
	border-color: var(--color-main2);
}

.fuekj {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.list-footer li:first-child {
	padding-left: 0;
}

.link-lienket-mxh {
	display: flex;
	align-items: center;
}

ul.list-footer li a {
	/* margin-right: 20px; */
	text-transform: uppercase;
}

ul.list-footer li a:hover {
	color: var(--color-main2);
}

.link-lienket-mxh li i {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #25754d;
}

.box-foter p {
	margin-bottom: 20px;
}

@keyframes zoomInsvg {
	to {
		transform: scale(1.1);
	}

	from {
		transform: scale(1);
	}
}

.action-mobile {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	box-shadow: 0px 0px 0px 2px #f0ce12;
	border: 1px solid #f0ce12;
	display: flex;
	align-items: center;
	justify-content: center;
}

.action-mobile svg {
	width: 25px;
	height: 25px;
	animation: zoomInsvg 1s ease infinite;
}

.use_link:not(.is-open) .action-mobile .icon.close {
	display: none;
}

@media (max-width: 1200px) {
	.use_link ul {
		display: none;
	}

	.use_link.is-open ul {
		display: flex;
	}

	.use_link.is-open .action-mobile .icon {
		display: none;
	}

	.use_link.is-open .action-mobile .icon.close {
		display: inline;
	}
}

@media (min-width: 1440px) {
	.content_copyright {
		line-height: 28px;
		font-size: 18px;
	}



	.logo-footer img {
		height: 80px;
	}

	.logo-footer {
		margin-bottom: 15px;
	}

	.use_link.active {
		bottom: 460px;
	}

	.content-address-footer {
		font-size: 17px;
	}

	.column-item3 .box_logo_foot {
		padding-left: 20%;
	}

	.list-link-footer ul li a {
		line-height: 32px;
		font-size: 16px;
	}

	.title-footer {
		font-size: 19px;
		margin: 0 0 20px;
	}

	.social-bottom {
		margin-top: 6px;
	}
}

@media(min-width:768px) {
	.footer-fix-mobile {
		display: none;
	}
}
@media(min-width:1200px) {
	.hidden-min-xl {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.title-footer {
		font-size: 18px;
	}

	.box_menu_foot ul li {
		padding: 0 23px;
	}

	.box_00 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.box_01 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.box_02 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.box_03 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.box_contact_footer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.box_contact_footer .title i {
		transform: rotate(90deg);
	}
}

@media (max-width:991px) {


	
	.content-box:not(:last-child) {
		border: unset;
	}

	.column-item {
		padding: 0 15px;
	}

	.logo-footer {
		margin-bottom: 18px;
	}

	.box-foter {
		margin-bottom: 20px;
	}

	.title-footer {
		margin: 0 0 8px;
	}

	.search-footer {
		width: 100%;
		padding-left: 0;
	}

	.logo-footer {
		/* margin-top: 30px; */
	}

	.box_contact_footer {
		margin-bottom: 20px;
	}

	.box_menu_foot ul li {
		padding: 0 10px;
	}

	.box_contact_footer .list_item .item {
		display: flex;
	}

	.box_contact_footer .list_item .item a {
		display: flex;
		align-items: center;
	}

	.box_footer_info .qmiddle {
		width: calc(100% - 525px);
		margin-right: 30px;
	}

	.box_footer_info .qleft {
		width: 270px;
		margin-right: 30px;
	}

	.title_01 {
		width: 100%;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.title_02 {
		width: 100%;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.title_03 {
		width: 100%;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-main .content1 {
		width: 43%;
		-ms-flex: 0 0 43%;
		flex: 0 0 43%;
		max-width: 43%;
	}

	.footer-main .content2 {
		width: 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.footer-main .content3 {
		width: 27%;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		max-width: 27%;
	}

	.footer-main .content4 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer__other {
		margin-top: 25px;
	}

	.footer_info {
		flex-wrap: wrap;
		margin: 0;
	}

	.footer_info .content {}

	.footer_info .logo_footer {
		width: 100%;
		order: 1;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.footer_info .content {
		width: 100%;
		order: 2;
		text-align: left;
		font-size: 14px;
	}

	.coppy_right {
		text-align: center;
	}

	.menu_bottom ul {
		justify-content: center;
	}

	.social-bottom li {}

	.social-bottom li a i {
		font-size: 16px;
	}

	.social-bottom li a {}

	.footer-nav-main li i {
		font-size: 13px;
	}

	.fuekj {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 11px;
	}

	.list-footer {
		flex: 0 0 100%;
		justify-content: center;
		gap: 10px;
	}

	ul.list-footer li a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.list-footer li {
		padding: 0;
		text-align: center;
	}

	.footer-top {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.item-ho-tro {
		padding-bottom: 20px;
	}

	.menu_foot {
		display: none;
	}

	.name-company {
		margin: 0 0 5px;
	}

	.footer {}

	.box_contact_footer .list_item .item {
		width: 100%;
		margin-top: 4px;
	}

	.box_contact_footer .list_item .item a {
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.box_contact_footer .list_item {
		flex-wrap: wrap;
	}

	.footer-main .content1 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-main .content2 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-main .content3 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-main {
		padding: 30px 0;
	}

	.box_footer_info .qmiddle {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box_footer_info {
		flex-wrap: wrap;
	}

	.box_footer_info .qleft {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box_footer_info .qright {
		width: 100%;
	}

	.box_01 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 7px;
	}

	.box_02 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 7px;
	}

	.box_03 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.title_01,
	.title_02,
	.title_03 {
		height: auto;
	}

	.contact-form .title_form {
		font-size: 18px;
		margin-top: 20px;
		line-height: 30px;
	}

	.footer-fix-mobile {
		padding-left: 0;
		padding-right: 40px;
	}

	.use_link {
		bottom: 54px;
	}
	.backtotop{
		bottom: 10px;
	}
	.use_link.active {
		bottom: 64px;
	}

	.social-bottom-mb {
		display: block;
	}


	.social-bottom ul {
		justify-content: center;
	}

	.content_copyright {
		padding: 0 40px 0 0;
		text-align: justify;
	}

	.social-bottom {
		margin-top: 17px;
		padding-right: 40px;
	}
}

.footer-copyright {
	text-align: center;
	padding: 10px 0;
	background: #eee;
}
@media (max-width:550px) {
	.line-btn button {
		height: 40px;
		line-height: 40px;
	}

	.tuvanbaohanh {
		padding-bottom: 25px;
	}

	.box-item-tuvan>p {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.tuvanbaohanh .nemu_produnt_leght {
		margin-bottom: 10px;
	}

	.form-tuvan>form {
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.line-fr {
		width: 100%;
	}

	.line-fr input {
		width: 100%;
	}

	.icon-ho-tro img {
		height: 80px;
		width: 80px;
	}

	.info-ho-tro h3 {
		font-size: 17px;
		margin-top: 0;
	}

	.padding {
		display: none;
	}

	.box_animate_more span {
		font-size: 14px;
	}

	.footer-bottom {
		padding: 10px 0;
	}

	.arrow_bottom_more {
		display: flex;
	}

	.arrow_bottom_more.open {
		display: none;
	}

	.arrow_bottom_more.open1 {
		display: none;
	}

	.quick-alo-phone {
		display: block;
	}

	.back_to_top {
		display: none;
		right: 28px;
		bottom: 90px;
	}

	.coppy_right {
		text-align: center;
		font-size: 14px;
	}

	.footer-nav-item {
		line-height: 30px;
	}

	.footer-nav-item>a {
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
	}

	.menu_bottom li a {
		padding: 0 3px;
		font-size: 13px;
	}

	.footer {
		margin-bottom: 0;
	}

	.pt_contact_vertical {
		display: block;
	}

	.footer .title {
		font-size: 20px;
	}

	.footer-main {
		padding: 30px 0 0px;
	}

	.pt_social li:not(:last-child) {
		margin-right: 20px;
	}

	.logo-footer img {
		width: 250px;
		height: auto;
	}

	.logo-footer {}

	.footer .title {
		font-size: 20px;
	}

	.pt_social li:not(:last-child) {
		margin-right: 20px;
	}

	.contact_fixed {
		display: flex;
		display: none;
	}
	.footer-copyright{
		padding-bottom: 30px;
	}
}

.icon-info ul li a i {
	height: 30px;
	width: 30px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #31851b;
	border-radius: 100%;
	margin-right: 10px;
}

.icon-info ul {
	display: flex;
}

.info-footer a {
	color: white;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	/*! padding: 0px 10px 0px 5px; */
}

.info-footer a::before {
	content: "|";
	/*! position: absolute; */
	color: white;
	right: 0;
	margin-right: 10px;
}

.info-footer a:first-child:before {
	content: none;
}


@media (max-width: 374px) {
	ul.list-footer li a {
		font-size: 14px;
	}
}
