:root {
	--mainColor: #ce0040
}
.footer-des{
    color: #FFFF;
}
.youtube-bg{
    background-color: #c23321
}
.tiktok-bg{
    background-color: #FFFF;
    color: #000;
}
.footer-social-icon p {
    color:  #aeaeae;
}
.logo_footer {
    text-align: center;
}
.footer-des p {
    color: #aeaeae;
    line-height: 1.4;
    margin-bottom: 0;
}
.footer-des *{
    color: #aeaeae;
    line-height: 1.4;
    margin-bottom: 0;
}
.footer-des h2,.footer-des h3{
    font-size: 18px;
}
.footer-social-icon.text-center {
    margin: 5px 0;
}
.single-cta i {
    color: var(--mainColor);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
footer.footer-section::after {
    content: none;
    background: none;
}

footer.footer-section {
    background-image: none;
    background: black;
}

/* 11. Footer */
.footer-section {
	background: #151414;
	position: relative;
	padding: 0;
	margin: 0;
}
.footer-cta {
	border-bottom: 1px solid #373636;
}
.single-cta i {
	color: var(--mainColor);
	font-size: 30px;
	float: left;
	margin-top: 8px;
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}
.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.cta-text span {
	color: #757575;
	font-size: 15px;
	height: auto;
	overflow: hidden;
	display: inline-block;
}
.footer-content {
	position: relative;
	z-index: 2;
}
.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-text p {
	/* margin-bottom: 0px; */
	/* font-size: 14px; */
	/* line-height: 28px; */
}
.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
}
.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}
.facebook-bg{
	background: #3B5998;
}
.twitter-bg{
	background: #FFF;
}
.google-bg{
	background: #DD4B39;
}
.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: var(--mainColor);
}
.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
.footer-widget ul li a:hover{
	color: var(--mainColor);
}
.footer-widget ul li a {
	color: #aeaeae;
	text-transform: capitalize;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}
.subscribe-form button {
	position: absolute;
	right: 0;
	background: var(--mainColor);
	padding: 13px 20px;
	border: 1px solid var(--mainColor);
	top: 0;
}
.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}
.copyright-area{
	background: #202020;
	padding: 25px 0;
}
.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #aeaeae;
}
.copyright-text p a{
	color: var(--mainColor);
}

.footer-menu li {
	display: inline-block;
	margin-left: 20px;
    list-style: none;
}
.footer-menu li:hover a{
	color: var(--mainColor);
}
.footer-menu li a {
	font-size: 14px;
	color: #aeaeae;
}

.footer-text p {
    content: none;
}

.footer-menu {
    text-align: right;
}

h3.appKH, h3.appDr {
    font-size: 15px;
    color: #FFF;
    text-align: left;
    margin-top: 15px;
}

/* Các nút liên hệ */
.fixedpage-action .dropdown-menu > li:not( :last-child) {
    margin-bottom: .75rem;
}

.fixedpage-action {
    position: fixed;
    z-index: 1990;
    right: 10px;
    bottom: 89px;
    background-color: transparent;
}

.fixedpage-action .dropdown {
    background-color: transparent;
}

.fixedpage-action .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 142px;
    display: block;
    position: relative;
    background-color: transparent;
    box-shadow: none;
}

.fixedpage-action .dropdown-menu > li:not( :last-child) {
    margin-bottom: .75rem;
}

.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .35rem .35rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 .2rem .35rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
}

.fixedpage-action .dropdown-item svg {
    width: 30px;
    height: 30px;
}

.fixedpage-action .dropdown-item span {
    width: calc( 100% - 30px );
    padding-left: .35rem;
    line-height: 1.5;
}

.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 0.83rem;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 0.67rem;
    color: #555;
}

.fixedpage-action .dropdown-item:hover {
    border-color: #ff0000;
}

.fixedpage-action .dropdown-item:hover b {
    color: #555;
}

