@import "font.css";
@charset "utf-8";

html, body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clr {
	clear: both;
}
ul {
	list-style: none;
	padding: 0px;
}
img {
	max-width: 100%;
	border: 0;
}
::selection {
	background-color:#999;
	color: #fff;
}
::-webkit-selection {
	background-color:#f49020;
	color: #fff;
}
-webkit-::selection {
	background-color: #f49020;
	color: #fff;
}
::-moz-selection {
	background-color:#f49020;
	color: #fff;
}

.container {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}
.container-fluid {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 95px;
	padding-right: 95px;
}

th {
	background-color: #dd1a5b;
	color: white;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

th, td {
	border-bottom: 1px solid #ddd;
}
th, td {
	padding: 5px 15px;/* text-align: left; */
}
td {
	height: 30px; /* vertical-align: bottom; */
}
td a {
	color: #333;
	text-align: center;
}
td a i{
	padding-left: 5px;

}
td a:hover {
	color: #dd1a5b;
}
th {
	font-size: 17px;
	line-height: 35px;
	padding: 10px 0;
}
table {
	border: 1px solid black;
}
table {
	width: 100%;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #ccc;
}
.flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.conten {
	overflow: hidden;
}

.link-direct {
	background: #fff;
}
.link-direct ul {
	padding: 20px 0;
	align-items: center;
}
.link-direct ul li {
	padding: 0 7px;
	font-size: 16px;
}
.link-direct ul li a {
	color: #333;
	transition: all .2s ease-in-out;
}
.link-direct ul li.active a {
	font-weight: 700;
	color: #000;
}
.link-direct ul li a:hover {
	color: #dd1b5c;
}

a.more-underline {
	font-size: 22px;
	position: relative;
	width: fit-content;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.more-underline:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
}
a.more-underline:after {
	content: "\f178";
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	position: absolute;
	top: 55%;
	right: -35px;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
}
a.more-underline:hover:after {
	right: -50px;
}

.api_title h2 {
	line-height: 55px;
	font-size: 35px;
}

.swiper {
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev,
.api_home_khachhang .rate-next,
.api_home_khachhang .rate-prev,
.swiper-temp-next,
.swiper-temp-prev {
	background-image: none;
	position: absolute;
	top: var(--swiper-navigation-top-offset,50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev,
.api_home_khachhang .rate-next,
.api_home_khachhang .rate-prev,
.swiper-temp-next,
.swiper-temp-prev {
	font-size: 24px;
	color: #000;
	height: auto;
	top: 65%;
}
.swiper-button-prev,
.api_home_khachhang .rate-prev,
.swiper-temp-prev {
	left: -40px;
	right: auto;
}
.swiper-button-next,
.api_home_khachhang .rate-next,
.swiper-temp-next {
	right: -40px;
	left: auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.api_home_khachhang .rate-next.swiper-button-disabled,
.api_home_khachhang .rate-prev.swiper-button-disabled,
.swiper-temp-next.swiper-button-disabled,
.swiper-temp-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}


.pagination {
	text-align: center;
	margin-left: auto;
	margin-top: 30px;
}
.pagination > ul,
.pagination > ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination li {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 0 2px;
}

.pagination li.is-active {
	background: #fff;
	border: solid 1px #ccc;
}
.pagination li:hover {
	background: #ddd;
}
.pagination a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.pagination a i {
	line-height: 30px;
}
.pagination.pagination-basic {
	text-align: center;
	margin-left: auto;
	margin-left: auto;
	font-size: 250%;
}
.pagination.pagination-basic a {
	padding: 0 1.5rem;
}

.api_breadcrumb {
	text-align: center;
	background: #e6e6e6;
	padding: 50px 0;
}
.api_breadcrumb h2 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	color: #414042;
	font-family: 'Yeseva One', cursive;
}

/*=========== HEADER ===========*/
.header {
	top:0;
	position: fixed;
	background: #fff;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 10px;
	-webkit-box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
	width: 100%;
	z-index: 99;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/*=========== Trang Chủ ===========*/

.api_home_tinhnang {
	padding: 50px 0;
}
.api_home_tinhnang .api_title {
	position: relative;
	margin-bottom: 50px;
}
.api_home_tinhnang .api_title:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #c5c5c5;
	position: absolute;
	right: 0;
	bottom: 23px;
	z-index: 1;
}
.api_home_tinhnang .api_title p {
	font-size: 17px;
	color: #666;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
	background: #fff;
	padding-right: 20px;
	position: relative;
	z-index: 2;
}
.api_home_tinhnang .row {
	justify-content: space-between;
}
.api_home_tinhnang .tinhnang_single {
	width: 48%;
	margin: 20px 0;
	box-shadow: rgb(0 0 0 / 9%) 1px 1px 4px;
	padding: 30px;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}
.api_home_tinhnang .tinhnang_single:hover {
	transition: all 0.5s;
	transform: translateY(-10px);
}
.api_home_tinhnang .tinhnang_single:nth-child(2n+2) {
	float: right;
	margin-top: 40px;
	margin-bottom: 0;
}
.api_home_tinhnang .tinhnang-info {
	padding: 0 0 0px 25px;
	width: calc(100% - 150px);
}
.api_home_tinhnang .tinhnang-info h3 {
	font-size: 22px;
	line-height: 33px;
}
.api_home_tinhnang .tinhnang-info a {
	color: #000;
	transition: all .2s ease-in-out;
}
.api_home_tinhnang .tinhnang-info a:hover {
	color: #dd1b5c;
	transition: all .2s ease-in-out;
}
.api_home_tinhnang .tinhnang-info p {
	font-size: 15px;
	line-height: 25px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.tinhnang-img {
	width: 150px;
	margin: 0;
}

.api_home_tinhnang ul.link li {
	position: relative;
}
.api_home_tinhnang ul.link li + li:before {
	content: "";
	width: 1px;
	height: 20px;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.api_home_tinhnang ul.link li + li {
	padding-left: 15px;
	margin-left: 15px;
}

.api_home_tinhnang ul.link a {
	color: #000000;
	font-weight: 500;
	border-bottom: solid 2px #000;
	transition: all .2s ease-in-out;
}
.api_home_tinhnang ul.link a:hover {
	color: #dd1b5c;
	border-bottom: solid 2px #dd1b5c;
}


.dv_rotateme {
	-webkit-animation-name: dv_rotateme;
	animation-name: dv_rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes dv_rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dv_rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
.dv_single_slider_rot_inner {
	position: absolute;
	top: 9%;
	left: 20%;
}
@-webkit-keyframes dv_rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {


		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes dv_rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}


/*---------------Footer---------------------*/
.footer_bt .col-lg-4 {
	float: left;
	margin: 0px 10px;
	width: calc(100% / 4 - 20px);
	position: relative;
	background: transparent;
	text-align: left;
	border: none;
	padding: 0;
	display: flex;
}
.footer_bt {
	background: #ffffff;
	padding: 20px 0 70px;
	color: #505050;
}
.pa_footer_1 {
	background: #FFF;
	color: #231F20;
	padding: 50px 0;
}
.pa_footer_1 .lien_ket_pc {
	justify-content: space-between;
}

/*===== Footer Mobile ========*/
.pa_footer_1 .lien_ket_mobile {
	display: none;
}
.pa_footer_1 .lien_ket_mobile .col_footer_1 {
	margin: 0;
	padding: 10px 0;
}
.pa_footer_1 .lien_ket_mobile .accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	transition: 0.4s;
}
.pa_footer_1 .lien_ket_mobile .accordion:nth-child(1) {
	background:#f2f2f2;
}
.pa_footer_1 .lien_ket_mobile .accordion:nth-child(2) {
	background:#e6e7e9;
}
.pa_footer_1 .lien_ket_mobile .accordion:nth-child(3) {
	background:#d2d3d5;
}
.pa_footer_1 .lien_ket_mobile .accordion:nth-child(4) {
	background:#bdbec0;
}
.pa_footer_1 .lien_ket_mobile .col_footer_1:last-child li:nth-child(6) {
	margin-top: 0;
}
.pa_footer_1 .lien_ket_mobile .active,
.pa_footer_1 .lien_ket_mobile .accordion:hover {
	background-color: #ccc;
}

.pa_footer_1 .lien_ket_mobile .accordion:after {
	content: "\f107";
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-family: FontAwesome;
}

.pa_footer_1 .lien_ket_mobile .active:after {
	content: "\f106";
}
.pa_footer_1 .lien_ket_mobile .panel {
	padding: 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.pa_footer_1 .panel ul {
	width: 100%;
}
.pa_footer_1 .panel ul > li {
	padding: 5px 15px;
}
.pa_footer_1 .panel ul > li:first-child {
	padding-top: 10px;
}
.pa_footer_1 .panel ul > li:last-child {
	padding-bottom: 10px;
}
.pa_footer_1 .lien_ket_mobile ul.col_footer_1 {
	width:100%;
	padding: 25px 0 0 0;
}

.dangky_app {
	display: flex;
}
#test_logo {
	float: left;
}
#test_logo img {
	height: 130px;
}

.dangky_app a {
	display: inline-block;
	margin-left: 10px;
}

.pa_footer_2 .row {
	margin: 0 -10px;
}
.pa_footer_2 {
	background: #f2f2f2;
	padding: 50px 0 80px 0;
}
.pa_footer_2 ul li {
	list-style: none;
	font-size: 15px;
	padding: 3px 0;
	line-height:24px;
}
.pa_footer_2 .col-lg-6 {
	text-align: left;
	margin-bottom: 0;
}
.pa_footer_2 .col-lg-6 h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}
.footer_center {
	background: #888888;
	padding: 16px 0;
	border-top: 1px solid #ffffff4d;
}
.footer_center .col-lg-3 {
	width: auto;
}
.col-lg-9 {
	width: 66%;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	float: left;
}
.col_footer_1 ul.social a {
	color: #fff;
}
.col_footer_1 .social li {
	margin-right: 5px;
	list-style: none;
}
.col_footer_1 .social li:nth-child(1) a {
	background: #3b589e;
}
.col_footer_1 .social li:nth-child(2) a {
	background: #e22d28;
}
.col_footer_1 .social li:nth-child(3) a {
	background: #17a4f5;
}
.col_footer_1 .social li a {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 18px;
}
.col_footer_1 .social li a:hover {
	color: #fff;
}
.col_footer_1 .social li a i {
	line-height: 37px;
}
.footer_center .flex {
	align-items: center;
	justify-content: space-between;
}
.col-lg-9 h3 {
	color: #fff;
	font-weight: 500;
	margin: 0;
	margin-right: 20px;
}
.dt-sc-subscribe-frm {
	width: 360px;
	margin: 0;
}
.col-lg-left {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	align-items: center;
}
.col-lg-center {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	align-items: center;
	margin-left: 15px;
}
.footer_center div.col-lg-center h3 {
	font-size: 17px;
	margin-right: 0;
}
.col-lg-right {
	margin: 0;
	float: right;
}
.footer_center div h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 10px;
}

.col_footer_1 {
	width: 24%;
}
.col_footer_1 h3,
.pa_footer_2 h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
}
.col_footer_1 li {
	padding: 5px 0;
	list-style: none;
}
.col_footer_1 li:last-child {
	border-bottom: none;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.col_footer_1 li ul.social {
	width: 100%;
}
.col_footer_1 li ul.social li:last-child a {
	width: auto;
}
.col_footer_1 li ul.social li:last-child img {
	width: auto;
	height: 34px;
}
.col_footer_1 li a {
	color: #231F20;
	font-size: 15px;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.col_footer_1:last-child li:nth-child(6) {
	margin-top: 10px;
}
.col_footer_1 li a:hover {
	color: #dd1b5c;
}
.footer_bt .col-lg-4 img {
	height: 50px;
}
.dangky_app a img {
	height: 35px;
}

.dangky_bocongthuong a {
	display: inline-block;
}
.dangky_bocongthuong a:nth-child(2) {
	margin-top: 10px;
	width: 140px;
	display: block;
}

.col-lg-12 {
	margin: 0 -10px;
}
.col-lg-6 {
	margin: 0px 10px;
	width: calc(100% / 2 - 20px);
}
.col-md-4 {
	float: left;
	width: calc(100% / 3 - 20px);
	position: relative;
	margin: 0 10px 20px;
}
.col-md-3 {
	width: calc(100% / 3 - 20px);
	position: relative;
	margin:0 10px;
}
.back-top-button {
	background-color: rgba(0,0,0,0.5);
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #fff;
	display: none;
	font-size: 16px;
	padding: 6px 12px;
	position: fixed;
	right: 10px;
	bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	transition: all ease 0.1s;
}

.back-top-button:hover {
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	padding-bottom: 10px;
	transition: all ease 0.1s;
}
#back-top {
	position: fixed;
	bottom: 90px;
	right: 10px;
	z-index: 1;
}
#back-top a {
	line-height: 40px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
	-moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

#back-top a:hover {
	background: #db1a5b;
	border: 1px solid;
}
aside.floating {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background-color: #797979;
	-webkit-box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 -1px 0 rgba(0,0,0,.2);
	box-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
}
aside.floating section.chatus,
aside.floating section.inside>a {
	float: left;
	border-right: 1px dotted #ccc;
	text-transform: capitalize;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	width: 33.33%;
	padding: 15px 0;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
aside.floating section.inside>a strong {
	font-size: 1.2rem;
}

div.topup.ok {
	opacity: 1.0;
	bottom: 100px;
	margin-bottom: 0px;
}
div.topup {
	opacity: 0;
	background: #d92e62;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	position: fixed;
	z-index: 1;
	right: 50px;
	bottom: -100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
}
div.topup i {
	color: #fff;
	font-size: 24px;
	line-height: 38px;
}
.boxshadow {
	-webkit-box-shadow: 5px 5px 0 rgb(0 0 0 / 5%);
	-moz-box-shadow: 5px 5px 0 rgba(0,0,0,.05);
	box-shadow: 3px 3px 0 rgb(0 0 0 / 5%);
}
div.topup,
div.call-fixed,
div.chat-fixed {
	border: 4px solid #fff;
	box-sizing: border-box;
}
.dmd-phone {
	position: fixed;
	visibility: hidden;
	background-color: #dd1b5c;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 148!important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	right: 30px;
	bottom: 170px;
	border-radius: 50%;
	border: solid 4px #fff;
}
.call-fixed {
	display: block !important;
}
.dmd-phone.dmd-show {
	visibility: visible;
}
div.call-fixed, div.chat-fixed {
	background-size: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
	position: fixed;
	z-index: 148;
	right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.chat-fixed {
	bottom: 100px;
	background: #d92e62 ;
}

/* ========= Header Fixed ============== */
.box_menu {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* top: 30px; */
	z-index: 10;
	-webkit-box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
}
.box_menu.fixed {
	position: fixed;
	top: 0 !important;
	z-index: 4;
	background: #ffffff;
	width: 100%;
	-webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}
.box_menu.fixed .logo_top img{	
	height: 45px;
}

.box_menu.fixed .right_header ul li a, .right_header ul li {
	color: #333;
}
.box_menu.fixed .menu {
	margin-top: 0;
	top: 0;
}
.box_menu.fixed .menu > li:hover > a, .box_menu.fixed .right_header ul li a:hover {

	color: #f7931e;
}
.box_menu.fixed .right_header {
	top: 17px;
}

.box_menu.fixed .menu > li {
	padding-top: 0;
	padding-bottom: 0;
}
.box_menu.fixed .menu li.homepage a {
	top: 5px;
}
.box_menu.fixed .openBtn {
	margin-top: 10px;
}
.box_menu.fixed .dropdown {
	position: absolute;
	top: 7px;
}
.box_menu:after, .box_menu:before {
	content: "";
	position: inherit;
	top: 0px;
	left: 0;
	right: 0;
}
.box_menu.fixed:after, .box_menu.fixed:before {logo_top
	position: absolute;
}
.box_menu:before {
	top: auto;
	bottom: 0px;
}
.box_menu.fixed .box_menu.fixed .right_header ul li a,
.right_header ul li {
	color:#333;
}
.box_menu.fixed .menu > li:hover > a,
.box_menu.fixed .right_header ul li a:hover {
	color:#333;
}
.box_menu.fixed .menu > li.menu-login > a:hover {
	color: #fff;
}

.box_menu.fixed .menu li.homepage a{top: 8px;}
.box_menu.fixed .openBtn{margin-top:10px}.box_menu.fixed .dropdown{position:absolute;top:7px}.box_menu:after, .box_menu:before{content:"";position:inherit;top:0px;left:0;right:0}.box_menu.fixed:after, .box_menu.fixed:before{position:absolute}.box_menu:before{top:auto;bottom:0px}.menu li.homepage a i{font-size:25px;margin:0;padding:0}.menu li.homepage a{padding-right:10px;top: 10px;}.menu li.homepage a:hover{color:#dc1a5b;background:none}.right_header ul li:first-child{padding-left:6px}
.menu *{list-style:none}
.menu > li + li{margin-left:0}

.menu > li.begin-r {
	margin-left:auto;
}
.menu > li.menu-r {
	position: relative;
}
.menu > li.menu-r:before {
	content: "";
	width: 2px;
	height: 20px;
	border-right: solid 1px #ddd;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.menu > li.menu-r:last-child:before {
	border: none;
}

.menu > li.menu-login {
	padding-right: 0;
}
.menu > li.menu-login > a {
	background: #f2f2f2;
	border-radius: 50px;
	padding: 7px 20px;
}
.menu > li.menu-login a:hover {
	background: #dd1b5c;
	color: #fff;
	border-radius: 50px;
}

.menu > li {
	padding: 0 20px;
	position: relative;
	-webkit-transition:all 0.7s;
	-moz-transition:all 0.7s;
	-o-transition:all 0.7s;
	-ms-transition:all 0.7 s;
}
.menu > li:nth-child(2):before {
	background-color: #dd1b5c;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bolder;
	letter-spacing: -.1px;
	line-height: 9px;
	margin-left: 4px;
	padding: 3px 5px 4px;
	position: absolute;
	text-transform: uppercase;
	top: -7px;
	content: "Mới";
	right: 7px;
}
.menu > li:nth-child(2)>ul>li>ul li:nth-child(3):before {
	background-color: #009240;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bolder;
	letter-spacing: -.1px;
	line-height: 9px;
	margin-left: 4px;
	padding: 3px 5px 4px;
	position: absolute;
	text-transform: uppercase;
	top: 7px;
	content: "Mới";
	right: 1px;
}

.menu > li > a {
	position: relative;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	line-height: 44px;
}

.menu > li > a i{display:inline-block;vertical-align:middle;margin:0 0 0 5px;color:inherit;font-size:11px}
.menu > li > a:after{content:"";position:absolute;left:50%;right:50%;bottom:0px;height:2px;background:#ed1c24;opacity:0;z-index:2;display:none}
.menu > li:hover > a{color:#db1a5b;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px}
.menu > li:hover > a:after{left:0;right:0;opacity:1}

.menu > li > ul.menu-two-col{display:grid;width:645px;grid-template-columns:repeat(2, 1fr);grid-auto-rows:auto;grid-gap:0px 20px;background:white;transform:translateX(-50%);left:50%;transition:unset;-moz-transition:unset;-webkit-transition:unset}.menu > li:hover > ul.menu-two-col{}.menu > li:hover > ul.menu-two-col:before{left:50%;transform:translateX(-50%)}.menu > li:hover > ul.menu-two-col:after{top:-26px}.menu > li > ul li:nth-child(5),
.menu > li > ul li:nth-child(6){border-bottom:0px}.menu > li.active > a{color:#EF1E23}.menu > li.active > a:after{left:0;right:0;opacity:1}



.menu > li > ul.dropdown-content > li > ul > li {
	padding: 10px 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	position: relative;
}
.menu > li > ul.dropdown-content > li > ul > li:first-child {
	padding-top: 0;
}
.menu > li > ul.dropdown-content > li > ul > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


.menu > li > .dropdown-action {
	cursor: pointer;
}
.menu > li > a.dropdown-action i {
	transform: rotateZ(360deg);
	transition: transform 0.2s ease-in-out;
}
.menu > li > a.dropdown-action.active-dropdown i {
	transform: rotateZ(180deg);
}
.menu > li > ul.dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	width: 270px;
	margin-top: 20px;
	margin-top: 0;
	text-align: left;
	z-index:  9;
	box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 10%);
	top: 100%;
	background: #fff;
}
.menu > li > ul.dropdown-content > li {
	padding: 20px;
	background: #dd1b5c;
}

.menu > li:hover > ul.dropdown-content {
	max-height: fit-content;
	opacity: 1;
	visibility: visible;
}
.menu > li:hover > ul.dropdown-content * {
	opacity: 1;
	visibility: visible;
}
.menu > li > a.dropdown-action.active-dropdown {
	color: #dd1b5c;
}
.menu > li > a.dropdown-action.active-dropdown + ul.dropdown-content {
	opacity: 1;
	visibility: visible;
}
.menu > li > a.dropdown-action.active-dropdown + ul.dropdown-content * {
	animation: fadeIn .5s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.menu > li > ul .img_menu {
	width:45px;
	position:absolute;
	top:13px
}
.menu > li > ul > li a {
	display:inline-block;
	white-space:nowrap;
	color:#fff;
	line-height:27px;
	background:rgba(255, 255, 255, 0);
	padding:0;
	text-decoration:none !important;
	text-transform:capitalize;
	font-size:15px;
	font-weight: 500;
}
.menu > li > ul > li > a > span{display:none}

.menu > li > ul > li:hover>a {
	z-index:3;
	color: #fff;
}
.menu > li > ul > li a{transition:0.25s all ease-in-out}
.menu > li > ul > li .href_menu{padding:0}
.menu > li > ul > li .desc_menu {
	color:gray;
	font-size:13px;
	line-height:23px
}

.menu > li > ul > li >ul li:hover>a {
	color: #fff;
}

.menu > li > ul:not(.menu-two-col) > li:hover>a.href_menu{padding:0}

.menu > li > ul > li > a {
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out}

	.menu > li > ul.lang {
		left: auto;
		right: 0;
		width: 200px;
		background: #fff;
	}
	.menu > li > ul.lang:before {
		left: auto;
		right: 40px;
	}

	.menu > li > ul.lang > li {
		padding: 10px 15px;
		width: 100%;
		margin: 0;
		border: none;
	}
	.menu > li > ul.lang > li > a {
		padding: 0;
		font-size: 14px;
		font-weight: 600;
		text-transform: capitalize;
		line-height: 20px;
		display: flex;
		align-items: center;
		border: none;
	}
	.menu > li > ul.lang > li:hover > a {
		padding: 0;
		color: #dd1b5c;
	}
	.menu > li > ul.lang img {
		height: 20px;
		margin-right: 10px;
	}

	.menu > li:last-child {
		position: relative;
		padding-right: 0;
	}

	.menu > li:last-child > a > i {
		margin-right: 5px;
	}
	.logo_top {
		width: 190px;
		padding-left: 0;
		display: flex;
		z-index: 3;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}

	.logo_top img {
		height: 70px;
		transition: 0.7s all;
	}

	.logo_top ul li {
		float: left;
		list-style: none;
		line-height: 0;

	}
	.logo_top ul li.logo_20nam {
		display: none;
	}

	.logo-scroll {
		display: none;
	}
	nav.menu-chinh {
		align-items: center;
		-webkit-transition: height 0.3s ease-in-out;
		-moz-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
		width: calc(100% - 190px);
		display: flex;
		justify-content: flex-end;
	}

	.menu > li > ul.search {
		left: auto;
		width: 200px;
		right: 0;
		opacity: 1;
		position: relative;
		top: 50%;
		visibility: visible;
		box-shadow: none;
		transform: translateY(-50%);
	}
	.menu > li > ul.search:before {
		left: auto;
		right: 40px;
	}
	.menu > li > ul.search form {
		display: flex;
		align-items: center;
	}
	.menu > li > ul.search input[type="text"] {
		border: solid 1px #ddd;
		height: 35px;
		width: calc(100% - 40px);
		padding: 0 15px;
		margin: 0;
		border-radius: 50px 0 0 50px;
		color: #000;
		font-size: 14px;
	}
	.menu > li > ul.search input[type="submit"] {
		border: none;
		background: url('../images/icon-search-white.png') no-repeat center;
		background-size: 35%;
		background-color: #dd1b5c;
		width: 40px;
		height: 35px;
		margin: 0;
		cursor: pointer;
		border-radius: 0 50px 50px 0;
		transition: all .3s ease;
	}
	.menu > li > ul.search input[type="submit"]:hover {
		background-color: #c41751;
	}



	.animated {
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-ms-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
	}
	.fadeIn {
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		visibility: visible;
	}
/*
1px rgba(0,0,0,.075);font-family:'Roboto Regular'}.dangky_lh .box_form_contact .formBox .row-frm .khung_gio{padding:6px 22px}.dangky_lh .box_form_contact .formBox .row-frm{margin-bottom:15px}.dangky_lh .box_form_contact .formBox h4 a{background:#ff9800;width:100%;border-radius:4px;color:#fff;padding:10px;font-size:20px;text-transform:uppercase;text-align:center;display:inherit;font-family:'Roboto Medium'}@media only screen and (max-width:1024px){.banner_top_ldb .banner_text .title_banner{font-size:22px;line-height:30px;padding:15px}.banner_top_ldb .banner_text h3{font-size:18px;line-height:30px;margin-bottom:5px}.dangky_lh{padding:100px 15px}}@media only screen and (max-width:768px){.banner_top_ldb{padding:40px 0px 100px 0}.banner_top_ldb .img:before{background:#0000007a;height:100%}.banner_text{width:100%;right:0;padding-left:50%}.banner_top_ldb .banner_text h3{font-size:16px;line-height:25px;margin-bottom:5px}.banner_top_ldb .banner_text h2{font-size:18px}.banner_top_ldb .banner_text p{font-size:18px}.banner_top_ldb .banner_text .bt_bn button{font-size:16px;padding:10px 25px}.banner_top_ldb .banner_text .bt_bn button:before{left:-15px;bottom:-15px}.banner_top_ldb .banner_text .bt_bn button:after{right:-15px;top:-15px}.banner_top_ldb .banner_text .bt_bn button:before, .banner_top_ldb .banner_text .bt_bn button:after{width:20px;height:20px}.ldb_home{padding:50px 0}.dangky_lh .box_form_contact .text-dangky{width:100%;padding-right:0px;text-align:center;margin-bottom:20px}.dangky_lh .box_form_contact .formBox{width:80%}}@media only screen and (max-width:480px){.banner_top_ldb{background:url(../images/web-landing-page/banner.png) center right;padding:40px 0px 40px 0}.dangky_lh .box_form_contact{margin:0 -15px}.banner_text{width:100%;right:0;padding:10px}.banner_top_ldb .banner_text h2{font-size:16px;line-height:27px;text-align:center}.banner_top_ldb .banner_text h3{margin-top:5px;text-align:center}.banner_top_ldb .banner_text p{font-size:16px;text-align:center;margin-bottom:20px}.banner_top_ldb .banner_text .bt_bn{width:180px;margin:0 auto;float:none;display:block}.banner_top_ldb .img img{height:450px;object-fit:cover}.banner_top_ldb .img:before{width:20%;background:red;height:5px}.ldb_home{padding:30px 15px}.ldb_home .title_page{width:100%}.ldb_home .title_page ul h3{font-size:26px;line-height:35px}.list_ldb_home_1 .ldg_img{width:100%}.list_ldb_home_1 .ldg_content_rigth, .list_ldb_home_1 .ldg_content_left{width:100%;padding:15px 0 15px 0px;margin:0}.ldb_home_2 .list_ldb_home_2 .items{width:50%}#pro_tabs .listtabs li{width:50%;border-bottom:1px solid #ccc;padding:10px 5px}element.style{enable-background:new 0 0 63.9 55.6}#pro_tabs .listtabs li .img_tab, #pro_tabs .listtabs li svg{width:30px;height:30px}#pro_tabs .listtabs li h3{font-size:15px}.dangky_lh .box_form_contact .text-dangky p{font-size:19px;line-height:30px}.dangky_lh .box_form_contact .text-dangky h3{font-size:23px}.dangky_lh .box_form_contact .text-dangky h2, .dangky_landing_page .box_form_contact .text-dangky h2{font-size:23px}.dangky_lh .box_form_contact .text-dangky h4, .dangky_landing_page.box_form_contact .text-dangky .phu_hop{font-size:23px;line-height:20px}.dangky_lh .box_form_contact .formBox{width:100%}}@media only screen and (max-width:320px){.banner_top_ldb .banner_text h3{display:none}.ldb_home .title_page ul h3{font-size:22px}.ldb_home_2 .list_ldb_home_2 .items{width:100%}#pro_tabs .listtabs li .img_tab, #pro_tabs .listtabs li svg{margin-bottom:0}#pro_tabs .listtabs li{width:100%}}.wrapper-news-rela .swiper-slide{margin:0px 0px}
*/
	.page_conten{
		padding: 50px 0;
	}
	.link_page{
		padding: 50px 0;
		background: #1f2732;
	}
	.conten {
		overflow: hidden;
		padding-top: 90px;
	}


/*---Menu Mobile---*/
.menu-bar {
	display: block;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	z-index: 2;
	left: 10px;
	top: 10px;
	border: solid 2px #fff;
	background: #ffff;
	color: #333;
	width: 30px;
	height: 30px;
	font-size: 30px;
}
#menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 300px;
	overflow-y: visible;
	height: 100%;
	padding: 80px 0 15px 0;
	background: #fff;
	/*box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2) inset;*/
}

/*
#menu:before {
	content: "";
    width: 100vw;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 80px;
    right: -100vw;
}
*/

.header-mobile-fixed #menu {
	padding-top: 60px;
}
#menu .menu-bar {
	width: 30px;
	height: 30px;
	z-index: 3;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 20px;
	background: none;
	border: none;
	padding: 0;
	left: auto;
}
#menu .menu-bar i {
	line-height: 30px;
}
.lnk-menu {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 10px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.lnk-menu:hover {
	color: #399;
}
#menu {
	transform: translate3d(0, 0, 0) translateX(400px);
	transition: all 0.25s cubic-bezier(0.16, 0.63, 0.45, 0.98);
}
#menu:target {
	transform: translate3d(0, 0, 0) translateX(0);
}
#menu:target:before {
	right: 100%;
}
#menu .sidenav {
	height: 100%;
	overflow-x: hidden;
}

/* Style the sidenav links and the dropdown button */
#menu a {
	color: #333;
	display: block;
	cursor: pointer;
	outline: none;
	margin: 0;
}
#menu .dropdown-btn {
	padding: 15px 20px;
	text-decoration: none;
	font-size: 18px;
	color: #333;
	display: block;
	text-align: left;
	cursor: pointer;
	outline: none;
	margin: 0;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
#menu .dropdown-container .dropdown-btn.single {
	font-size: 16px;
	padding: 10px 30px;
}
#menu > .dropdown-container > .dropdown-btn > a {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #333;
}
#menu .dropdown-btn a i {
	transition: transform 0.2s ease-in-out;
}
#menu .dropdown-btn.active a i {
	transform: rotateZ(180deg);
}
#menu > .dropdown-container > .dropdown-btn > a img {
	width: 25px;
	margin: 0;
	margin-right: 8px;
}
#menu .dropdown-btn.active {
	background: #f6f7f9;
}
#menu .dropdown-btn.active a {
	color: #000;
	font-weight: 700;
}

#menu .dropdown-btn.single > a {
	width: 100%;
}
#menu .dropdown-container > a {
	padding-left: 15px;
	border-bottom: dotted 1px #ddd;
}
#menu > .dropdown-container > .dropdown-btn > a,
#menu > .dropdown-container > .dropdown-container > .dropdown-btn > a,
.tin_right > .dropdown-container > .dropdown-btn > a,
.tin_right > .dropdown-container > .dropdown-container > .dropdown-btn > a {
	text-transform: capitalize;
}

#menu .dropdown-btn.lang {
	justify-content: flex-start;
	border-bottom: solid 1px #ebebeb;
}
#menu .dropdown-btn.lang img {
	height: 20px;
	margin-right: 10px;
}
#menu .dropdown-btn.lang a {
	display: flex;
	align-items: center;
}
.search-mobile {
	padding: 10px;
}
.search-mobile input[type="text"] {
	border: solid 1px #ddd;
	height: 40px;
	padding: 10px;
	margin: 0;
	width: calc(100% - 50px);
	border-radius: 50px 0 0 50px;
}
.search-mobile input[type="submit"] {
	border: none;
	background: url(../images/icon-search-white.png) no-repeat center;
	background-size: 35%;
	background-color: #dd1b5c;
	width: 50px;
	height: 40px;
	margin: 0;
	cursor: pointer;
	border-radius: 0 50px 50px 0;
}

/* On mouse-over */
#menu > a:hover {
	color: #44a649;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
#menu .dropdown-container {
	display: none;
	padding: 0;
	padding-left: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
#menu .sidenav i {
	float: right;
	padding: 5px 5px 5px 0;
}
.mobile-menu-area {
	position: relative;
	z-index: 2;
	width: 100%;
}
.mobile-menu-area .header_top_mobile {
	background: #0054a0;
	border-bottom: solid 1px #fff;
}
.mobile-menu-area .header_mid_mobile {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	background: transparent;
	-webkit-box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 18px rgb(0 0 0 / 15%);
}
.header_mid_mobile.header-mobile-fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-animation: fadein .3s;
	-moz-animation: fadein .3s;
	-ms-animation: fadein .3s;
	-o-animation: fadein .3s;
	animation: fadein .5s;
}

.mobile-menu-area .header_mid_mobile .menu > li:last-child {
	position: unset;
	padding-left: 0;
}
.mobile-menu-area .header_mid_mobile .menu > li > ul.custom {
	width: 250px;
	right: 0;
	left: auto;
}
.mobile-menu-area .header_mid_mobile .menu > li > ul:before {
	display: none;
}
.header_mid_mobile .menu > li > ul.custom > li {
	padding: 10px 20px;
	width: 100%;
	margin: 0;
}
.header_mid_mobile .menu > li > ul.custom > li:last-child {
	border-top: solid 1px #ebebeb;
}
.header_mid_mobile .menu > li > ul.custom > li.used {
	font-weight: 800;
	line-height: 1.4;
}
.header_mid_mobile .menu > li > ul.custom > li > a {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 20px;
	display: flex;
	align-items: center;
	border: none;
}
.header_mid_mobile .menu > li > ul.custom i {
	margin-right: 10px;
}

.header_mid_mobile .menu > li > a i {
	font-size: 25px;
}
.mobile-menu-area .logo-mobile {
	text-align: center;
}

.mobile-menu-area .logo-mobile img {
	height: 60px;
}
.mobile-menu-area .header-mobile-fixed .logo-mobile img {
	height: 40px;
}
.mobile-menu-area .logo-mobile a {
	display: block;
}
.mobile-menu-area .logo-mobile > ul {
	width: 80%;
	padding-left: 10px;
}
.mobile-menu-area .logo-mobile > ul > h3 > a {
	color: #ED1C24;
}
.mobile-menu-area .logo-mobile > ul > h4 > a {
	color: #167ac6;
	text-transform: uppercase;
}
.mobile-menu-area .header_top_mobile ul {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 8px 0 5px 0;
}
.mobile-menu-area .header_top_mobile ul li {
	margin: 0 10px;
	color: #fff;
	text-align: center;
	position: relative;
}
.mobile-menu-area .header_top_mobile ul li i {
	border-radius: 3px;
	text-align: center;
	margin-bottom: 3px;
	font-size: 16px;
	color: #fff;
}
.mobile-menu-area .header_top_mobile ul li h3 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.mobile-menu-area .header_top_mobile h3 span {
	font-size: 15px;
	color: #fff;
	background: #000;
	height: 20px;
	width: 20px;
	padding: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50px;
	position: absolute;
	top: -5px;
	right: 2px;
	text-align: center;
	line-height: 12px;
}
.mobile-menu-area .language {
	width: 10%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
}
.mobile-menu-area .language a {
	display: block;
	margin: 0;
	margin-left: 5px;
	color: #fff;
	position: relative;
}
.mobile-menu-area .language .search {
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 95%;
	left: 50%;
	top: 0;
	transition: all .3s ease;
	transform: translate(-50%);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
	box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
}
.mobile-menu-area .language .search {
	background: #fff;
	padding:10px;

}
.mobile-menu-area .language .search form {
	display: flex;
}
.mobile-menu-area .language .search input[type="text"] {
	border: solid 1px #ddd;
	height: 40px;
	padding: 10px;
	margin: 0;
	width: 100%;
}
.mobile-menu-area .language .search input[type="submit"] {
	border: none;
	background: url('../images/icon-search-white.png') no-repeat center;
	background-size: 35%;
	background-color: #dd1b5c;
	width: 50px;
	height: 40px;
	margin: 0;
	cursor: pointer;
}
#box-search:target {
	opacity: 1;
	visibility: visible;
	top: 18%;
}
.mobile-menu-area .language a strong {
	font-weight: normal;
}
.mobile-menu-area .language a img {
	max-width: 20px;
}
/*
.mobile-menu-area .box-search {
    width: 100%;
    padding: 0 10px 20px 10px;
}
*/
#panel-menu .search form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
.mobile-menu-area .header-main {
	width: 100%;
}
#panel-menu input[type="text"] {
	width: 80%;
	height: 40px;

	border: solid 1px #ccc;
	padding: 10px;
}
#panel-menu button[type="submit"] {
	width: 20%;
	border: none;
	background: #65c178;
	color: #fff;
	padding: 0 20px;
	height: 40px;
}

.mobile-menu-area .header_menu_mobile {
	margin: 0;
}
.header_menu_mobile > a.btn_menu {
	font-size: 20px;
	color: #fff;
	background: #8cbc43;
	padding: 5px 10px;
}
.mobile-menu-area .header-main .nav-danh-muc {
	width: 95%;
	margin: auto;
}
.mobile-menu-area .nav-danh-muc {
	position: relative;
}
.mobile-menu-area .nav-danh-muc .fa-caret-down {
	position: absolute;
	right: 0;
	top: 14px;
}

/*--End mobile-------*/


@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


.tinhnang-left {
	width: 300px;
	background-color: #fff;
	z-index: 1;
	overflow: auto;
	border-right: 1px solid #e8e8e8;
	height: 100vh;
	position: absolute;
	padding: 50px 0;
	background: #f1f1f1;
}
.w3-sidebar.sticky {
	position: fixed;
	top: 90px;
	height: 100%;
	width: 300px;
}
.w3-bar-block .w3-bar-item {
	width: 100%;
	display: block;
	padding: 14px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	cursor: pointer;
}
.w3-red, .w3-hover-red:hover {
	color: #fff;
	background-color: #dd1b5c;
}
.api_home_tinhnang_view {
	position: relative;
}
.tinhnang-right {
	position: relative;
	padding: 50px 0;
	float: right;
	width: calc(100% - 300px);
	padding-left: 70px;
	height: 100vh;
	overflow: auto;
}
.tinhnang-right>div>div {
	background: #efefef;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.tinhnang-right>div>div h2 {
	margin-bottom: 10px;
}

.w3-animate-opacity {
	animation: opac 0.8s;
}
.w3-animate-fading {
	animation: fading 10s infinite
}

@keyframes fading {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.w3-animate-opacity {
	animation: opac 0.8s
}

@keyframes opac {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.w3-animate-top {
	position: relative;
	animation: animatetop 0.4s
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.w3-animate-left {
	position: relative;
	animation: animateleft 0.4s
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

.w3-animate-right {
	position: relative;
	animation: animateright 0.4s
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}

.w3-animate-bottom {
	position: relative;
	animation: animatebottom 0.4s
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

.w3-animate-zoom {
	animation: animatezoom 0.6s
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}
