/*Variable*/
.section {
	padding: 40px 0;
}
.entry .read-more-news {
	color: #283d98;
}
.menu-vertical>li {
    position: relative;
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
}

.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .005rem;
    padding: 1rem 1.7rem;
    color: #fff;
    background-color: var(--main-color);
    border-top: 1px solid #e6ebee;
    transition: all .35s;
}

.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu-vertical>li i {
    margin-right: 12px;
}

.menu-vertical .list_menu>ul>li {
    margin-bottom: 7px;
    transition: all 0.3s ease;
}

.menu-vertical .list_menu>ul li a {
    display: block;
    font-size: 14px;
}

.menu-vertical .list_menu>ul>li>a {
    display: block;
}

.menu-vertical li.megamenu-container {
    position: relative;
}

.menu-vertical {
    width: 220px;
    height: 41px;
    margin-bottom: 0;
}

.menu-vertical .list_menu>ul {
    display: flex;
    flex-direction: column;
}

.menu-vertical .list_menu {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 20px 20px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    min-width: 220px;
    z-index: -1;
}

.menu-vertical:hover .list_menu {
    z-index: 99;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu-vertical:hover>li:first-child>a {
	border-radius: 10px 10px 0 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a {padding-right: 2.8rem;}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows li ul .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 0.2rem;
    margin-top: -1px;
    color: #000;
}

.menu.menu-vertical>li {
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #fbcc23;
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li ul li.shoot:hover:before,
.menu.menu-vertical>li ul li.shoot.show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fbcc23;
    z-index: 1040;
}

.menu.menu-vertical>li ul li:hover, .menu.menu-vertical>li ul li.show {
    background-color: #fbcc23;
}

.menu.menu-vertical>li ul li:hover>a,
.menu.menu-vertical>li ul li.show>a {
    color: #fff;
}
.btn-brochure {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0072bc;
    padding: 9px 9px 9px 15px;
    border-radius: 10px;
    color: #fff;
}
.btn-brochure p {
    margin-bottom: 0;
    font-size: 14px;
}
.btn-brochure p:last-child {
    text-transform: uppercase;
    font-size: 20px;
}
.btn-brochure .icon {
    margin-right: 10px;
    font-size: 23px;
}
.btn-brochure.bg-yellow {
    background-color: #fdb813;   
}
.btn-brochure:hover {
    color: #fff!important;
    background-color: #00aeef;
}
@media screen and (max-width: 991px) {
    .btn-brochure {
       
    }
    .btn-brochure p {
        font-size: 12px;
    }
    .btn-brochure p:last-child {
        font-size: 15px;
    }
    .btn-brochure .icon {
        font-size: 19px;
    }
}
@media screen and (max-width: 600px) {
    .btn-brochure p {
        font-size: 10px;
    }
    .btn-brochure p:last-child {
        font-size: 11px;
    }
}
/*End variable*/

/* Category */

.category-lists .item .image {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #eef9f1;
}

.category-lists .owl-item:nth-child(5n+1) .image {
    background-color: #eef9f1;
}

.category-lists .owl-item:nth-child(5n+2) .image {
    background-color: #faf7ee;
}

.category-lists .owl-item:nth-child(5n+3) .image {
    background-color: #eeeeee;
}

.category-lists .owl-item:nth-child(5n+4) .image {
    background-color: #f1f1f1;
}

.category-lists .owl-item:nth-child(5n+5) .image {
    background-color: #f8f6ed;
}

.category-lists .item .image img {
    height: 130px;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.category-lists .item:hover .image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
/* End category */

/*About*/
.intro-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.intro-section:after {
    content: '';
    width: 100%;
    height: 41%;
    position: absolute;
    top: 32%;
    left: -48%;
    background-color: #f1f1f9;
    z-index: -1;
    transform: rotate(50deg);
}

.intro-section .content:after {
    content: '';
    width: 16%;
    height: 1px;
    background-color: rgb(51 51 51 / 30%);
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 10;
}

.intro-section .content {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	
}

/*End about*/

/*Gallery*/

.project-group-content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px 0;
}

.project-group-content .image img {
    height: 195px;
    object-fit: cover;
    width: 100%;
}

.bg-grey {
	background-color: #f8f8f8;
}

#iframe-video {
	position: relative;
}

#iframe-video img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

#iframe-video a {
    z-index: 1030;
}

#iframe-video .channel:before {
	content: '';
	width: 81px;
	height: 60px;
	background-image: url(../images/t.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 10;
}

#iframe-video a:after {
	content: '';
	width: 81px;
	height: 60px;
	background-image: url(../images/icon-ytb.png);
	position: absolute;
	top: 50%; 
	right: 50%;
	transform: translate(50%,-50%);
}

.project-title {
    position: absolute;
    top: 0;
    padding: 10px 20px 10px 50px;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0;
    background: rgb(51 51 51 / 40%);
}

.project-title a {
    color: inherit;
}

.project-title a:hover {
    color: rgb(109 207 246);
}

.lists-video {
    height: 111px;
    overflow: auto;
    padding: 15px 15px 0 15px;
}

.lists-video li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}

.lists-video li:before {
	content: '';
	width: 20px;
	height: 17px;
	background-image: url(../images/icon-ytb.png);
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	top: 4px;
}

@media screen and (max-width: 600px) {
    .project-group-content .image img {
        height: 140px;
    }
    .lists-video {
        height: 142px;
    }
}

/*
 *  STYLE 15
 */

.scroll-style-g::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scroll-style-g::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.scroll-style-g::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #a3a3a3;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(##a3a3a3),
									   to(##a3a3a3),
									   color-stop(.6,##a3a3a3))
}

.listt-info.scroll-style-g::-webkit-scrollbar-track-piece:end
{
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    
}

@media screen and (max-width: 991px) {
	
}

/*End project*/

/*News*/

.card-blog {
    background-color: #fff;
    padding: 6px 0;
    position: relative;
    border-radius: 8px;
}

.blog-slider .entry {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 10px;
}

.blog-slider .entry-media a:hover img {
    transform: scale(1.25);
}

.blog-slider .entry-media img {
    height: 185px;
    /*object-fit: cover;*/
    border-radius: 8px;
    transition: transform 1s ease;
}

.blog-slider .body-style-2 .entry-body {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: rgb(51 51 51 / 20%);
    transition: all 0.35s;
}

.blog-slider .body-style-2 .entry-body .entry-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.blog-slider .entry-date {
    background-color: #65829d;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 4.4rem;
}

.blog-slider .entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.blog-slider .entry-body {
    font-size: 1.2rem;
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 1.5rem 0 0;
}

.blog-slider .entry-title {
    font-family: Bold;
    font-weight: unset;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    margin-bottom: 1.2rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--color-blue);
}

.blog-slider .entry-content {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

@media screen and (min-width: 992px) {
    .blog-slider .img-style-2 .entry-media img {
        height: 386px;
    }
    .blog-slider .entry-title {
        font-size: 2rem;
        min-height: 54px;
    }
    .blog-slider .entry-body {
        font-size: 1.5rem;
    }
    .blog-slider .body-style-2 .entry-body {
        opacity: 0;
        visibility: hidden;
    }
    
    .blog-slider .body-style-2:hover .entry-body {
        opacity: 1;
        visibility: visible;
    }
}

/*End news*/

/*Register*/
.registration-section {
	position: relative;
    padding-top: 4rem;
    padding-bottom: 0.5rem;
    background-color: #202020;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    color: #fff;
    text-align: center;
}

.registration-section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: hsl(229deg 58% 38% / 85%);
    z-index: 1;
}

.registration-section .container {
    position: relative;
    z-index: 2;
}

.registration-section .subtitle {
    color: #FFF;
}

.registration-section .subtitle:before {
    background-color: #fff;
}

.registration-section .subtitle:after {
    background-color: #fff;
}

.registration-section form .form-control {
	height: 4.5rem;
	max-width: none;
    background-color: rgb(238 238 238 / 60%);
    color: #fff;
    border: 0;
}

.registration-section form .form-control:focus {
    background-color: rgb(255 255 255 / 70%);
    color: #283d98;
}

.registration-section .form-control::-webkit-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::-moz-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control:-ms-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::-ms-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::placeholder {
    color: rgb(255 255 255 / 90%);
}

@media screen and (min-width: 768px) {
	.registration-section form {
		margin: 0 100px;
	}
}

/*End register*/

/*Brands*/
.partners-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.partners-container .image img:hover {
    transform: scale(1.2);
}

.partners-container .image img {
	height: 250px;
	object-fit: cover;
	width: 100%;
    transition: transform 1s ease;
}

.partners-container .partner {
    position: relative;
    display: block;
}

.partners-container .partner img:hover {
    transform: scale(1.2);
}

.partners-container .partner img {
    height: 180px;
    object-fit: contain;
    width: 100%;
    transition: transform 1s ease;
}

@media screen and (max-width: 767px) {
    .partners-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/*End brands*/

/*Footer*/

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/

/*Menu*/

.menu-section {
    background-color: #fafdfc;
    padding: 12px 0;
}

.menu-group {
}

.menu-group .widget-title {
	position: relative;
	color: #fff;
	background-color: var(--color-primary);
	margin: 0;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 11px 15px;
	border-radius: 0 30px 30px 0;
}

.menu-group .widget-title:after {
	font-family: "Font Awesome 6 Free";
	content: '\f107';
	font-weight: 900;
	position: absolute;
	right: 15px;
}

.list-info {
    font-size: 1.5rem;
	height: 202px;
	overflow: auto;
	padding: 20px 15px;
	background: #fff;
	text-transform: uppercase;
	border-radius: 0 0 30px 0;
}

.list-info li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.list-info li h5{
	font-size: 1.6rem;
    color: #283d98;
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (min-width: 992px) {
    
}

/*Menu*/

/*Page service*/
.service-page .entry-media img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
/*End page service*/


/*Project page*/
.project-item .image {
	margin-bottom: 15px;
}

.project-item .image img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.project-item .heading {
	font-size: 2rem;
    color: #283d98;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.project-item .heading > a {
	color: inherit;
}

.project-item .heading > a:hover {
	color: #d71a21;
}

@media screen and (min-width: 992px) {
	.project-item .image img {
		height: 380px;
	}
}

/*End project page*/

/*Page Blog*/
.blog-page .entry-media a:hover img {
    transform: scale(1.25);
}

.blog-page .entry-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
    transition: transform 1s ease;
}


.blog-page .entry-media.style-2 img {
	height: 250px;
}
/*End page blog*/

/*Recruitment page*/
.recruitment-page .entry-media img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
/*End recruitment page*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--main-color);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-contact-infos .email {
	padding-top: 1rem;
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
	background-color: #d71a21;
	border-color: #d71a21;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/
.product-single-container .card-header {
    padding: 0.2rem 1.5rem;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 0;
}

.product-single-container .card-body {
    border-top: 1px solid #eee;
}

.product-single-container .card-body table {
    width: 100%;
}

.product-single-container .card-body table tr {
    position: relative;
}

.product-single-container .card-body table tr:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.product-single-container .card-body table[border="1"] tr:after {
    content: none!important;
}

.product-single-container .card-body table tr:not(:last-child) p {
    padding-bottom: .8rem;
}

.product-single-container .btn {
    position: relative;
    font-family: Bold;
    color: var(--color-primary);
    font-size: 16px;
    padding-left: 25px;
}

.product-single-container .btn.collapsed {
    color: #333;
}

.product-single-container .card .card-header .btn {
    white-space: unset;
    text-align: left;
}

.product-single-container .btn:hover , .product-single-container .btn:focus {
    text-decoration: none;
}


.product-single-container .btn:before {
    content: '\f068';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    transition: all .3s;
}

.product-single-container .btn.collapsed:before {
    content: '\2b';
}

.faqs-section .card-header .btn:before {
    content: '\f103';
}

.faqs-section .card-header .btn.collapsed:before {
    content: '\3f';
}

.block-mandates .row {
    align-items: center;
}

.mandates-item {
    position: relative;
    margin-bottom: 30px;
    background-color: #009754;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}

.mandates-item .image img {
    border: 5px solid #fff;
    border-radius: 50%;
}

.block-mandates .mandates-item:nth-child(2) {
    background-color: #00aeef;
}

.block-mandates .mandates-item:nth-child(3) {
    background-color: #f59d1c;
}

.mandates-item .content {
    margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
    .mandates-item .image {
        margin-bottom: 20px;
        text-align: center;
    }
}


@media screen and (min-width: 992px) {
    .block-mandates {
        margin: 0 50px;
    }
    .mandates-item {
        padding: 30px;
    }
    .block-mandates:not(.block-style-2) .mandates-item:before {
        content: '';
        width: 20%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px 0 0 10px;
    }
    
    .mandates-item .image {
        border: 5px solid #fff;
        border-radius: 50%;
        max-width: 160px;
        margin: auto;
    }
    .mandates-item .image img {
        border: 5px solid #009754;
    }
    .block-mandates .mandates-item:nth-child(2) .image img {
        border: 5px solid #00aeef;
    }
    
    .block-mandates .mandates-item:nth-child(3) .image img {
        border: 5px solid #f59d1c;
    }
}

@media screen and (min-width: 1200px) {
    .block-mandates:not(.block-style-2) {
        margin: 0 170px;
    }
}

@media screen and (min-width: 1600px) {
    
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@-webkit-keyframes glowing-red {
  0% { background-color: #e5322d; -webkit-box-shadow: 0 0 3px #e5322d; }
  50% { background-color: #e5322d; -webkit-box-shadow: 0 0 10px #e5322d; }
  100% { background-color: #e5322d; -webkit-box-shadow: 0 0 3px #e5322d; }
}
 
@-moz-keyframes glowing-red {
  0% { background-color: #e5322d; -moz-box-shadow: 0 0 3px #e5322d; }
  50% { background-color: #e5322d; -moz-box-shadow: 0 0 10px #e5322d; }
  100% { background-color: #e5322d; -moz-box-shadow: 0 0 3px #e5322d; }
}
 
@-o-keyframes glowing-red {
  0% { background-color: #e5322d; box-shadow: 0 0 3px #e5322d; }
  50% { background-color: #e5322d; box-shadow: 0 0 10px #e5322d; }
  100% { background-color: #e5322d; box-shadow: 0 0 3px #e5322d; }
}
 
@keyframes glowing-red {
  0% { background-color: #e5322d; box-shadow: 0 0 3px #e5322d; }
  50% { background-color: #e5322d; box-shadow: 0 0 10px #e5322d; }
  100% { background-color: #e5322d; box-shadow: 0 0 3px #e5322d; }
}

.messenger-fb{
    position: fixed;
    bottom: 13%;
    right: 2%;
    z-index: 1040;
}
.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}
.mess-wrap{
    margin-top: 1.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mess-wrap .social-icon {
    color: #ffffff;
    background: #e5322d;
    font-size: 2.7rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.mess-wrap .social-icon.red-icon {
    -webkit-animation: glowing-red 1500ms infinite;
    -moz-animation: glowing-red 1500ms infinite;
    -o-animation: glowing-red 1500ms infinite;
    animation: glowing-red 1500ms infinite;
}
[data-color="icon-facebook"]{
    background-color: #0c54a6!important;
    color: #fff;
}
[data-color="fab fa-youtube"]{
    background-color: #da251d!important;
    color: #fff;
}
[data-color="fab fa-facebook-messenger"]{
    background-color: #e5322d!important;
    color: #fff;
}
[data-color="zalo"] img{
    max-width: 55px;
}
[data-color="zalo"] {
    background: none!important;
}
[data-color="lh"]{
    background: #2d2d2d;
    color: #fff;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: 220px;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: #0080ff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    /* transform: translate(-50%, -5px) scale(0.5); */
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    top: 12px;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
.red-befaf [data-tooltip]:before {
    background-color: #e5322d;
}
[data-tooltip-location="left"]:before {
    /* transform: translate(-5px, 0) scale(0.5); */
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #0080ff;
    transform-origin: left;
    /* transform: translateY(50%) scaleX(0); */
    position: absolute;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    left: -6px;
    bottom: calc(33% + 6px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
.red-befaf [data-tooltip-location="left"]:after {
    border-color: transparent transparent transparent #e5322d;
}
/* [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
} */
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}


