/*Variable*/
@media screen and (max-width: 991px) {
    .blog-page .entry-content iframe {
        display: none;
    }
}
.section {
	padding: 40px 0;
}

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

.radius-30 {
    border-radius: 30px;
}

.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;
}
/*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;
    padding: 30px 0;
    margin-bottom: 10px;
    background-color: #f2f7f8;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .intro-section .service-bg {
        margin-top:0
    }
}

.intro-section .service-bg .col-xs-12 .item {
    position: relative;
    padding: 15px;
}

.intro-section .service-bg .col-xs-12 .item .icon-cell {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -55px;
    width: 95px;
    height: 95px;
    position: absolute;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.intro-section .service-bg .col-xs-12 .item .icon-cell .wrapper-icon-image {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: relative;
    margin: 0px;
    z-index: 5;
    display: inline-block;
    vertical-align: top
}

.intro-section .service-bg .col-xs-12 .item .icon-cell .wrapper-icon-image .slz-icon-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intro-section .service-bg .col-xs-12 .item .icon-cell .wrapper-icon-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.intro-section .service-bg .col-xs-12 .item .service-content-wrap {
    position: relative;
    overflow: hidden
}

.intro-section .service-bg .col-xs-12 .item .service-content-wrap .content-cell {
    position: relative;
    padding-top: 50px;
    margin-top: 55px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    padding-bottom: 10px
}

.intro-section .service-bg .col-xs-12 .item .service-content-wrap .content-cell .title {
    font-size: 16px;
    font-family: Bold;
    color: #333;
    text-transform: uppercase;
}

.intro-section .service-bg .col-xs-12 .item .service-content-wrap .content-cell .title:hover,.intro-section .service-bg .col-xs-12 .item .service-content-wrap .content-cell .title:focus {
    text-decoration: none;
    color: var(--main-color)
}

.intro-section .service-bg .col-xs-12 .item .service-content-wrap .content-cell .description {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: inherit
}

.intro-section .service-bg .col-xs-12 .item:hover .icon-cell .wrapper-icon-image:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.07);
}

.intro-section .service-bg .col-xs-12 .item:hover .icon-cell .wrapper-icon-image:after {
    opacity: 0
}

/*End about*/

/* Services */
.transport-section {
    padding: 40px 0;
}

.lists-transport .item-transport .block-content {
    padding: 45px 25px;
}

.item-transport .block-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    line-height: 50px;
    transform: translate(50%,-50%);
}

.item-transport .icon {
    position: relative;
    height: 100%;
    width: 100%;
}

.item-transport .icon:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
}

@media screen and (min-width: 992px) {
    .lists-transport .item-transport .block-content {
        padding: 70px 110px;
    }
    
    .item-transport .block-icon {
        width: 100px;
        height: 100px;
        line-height: 90px;
    }
}

@media screen and (max-width: 991px) {
    .item-transport .icon img {
        max-width: 30px;
    }
    .lists-transport .item-transport .block-content .description {
        font-size: 13px;
    }
    
    .item-transport .block-icon {
        top: 48%;
    }
}

/* End service */

/*Project*/


.home-project {
    position: relative;
    padding: 40px 0;
}

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

.project-group-content .left .image img {
    height: 382px;
}

.project-title {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.project-title a {
    color: inherit;
}

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

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

    .projects-carousel.owl-carousel .owl-nav button.owl-prev,
    .projects-carousel.owl-carousel .owl-nav button.owl-next {
        color: #fff;

    }

    .projects-carousel.owl-theme .owl-nav .owl-prev {
        left: -25px;
    }

    .projects-carousel.owl-theme .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 991px) {
	.project-group-title {
	    margin-top: 0;
	}

	.project-group-content .image img {
	    height: 126px;
	}
	
	.project-group-content .left .image img {
        height: 267px;
    }
}

/*End project*/

/*News*/

.blog-slider {
    padding: 40px 0;
}

.card-blog {
    border-radius: 8px;
}

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

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

.blog-slider .entry-media img {
    height: 230px;
    object-fit: cover;
    border-radius: 2px;
}

.blog-slider .entry-date {
    box-shadow: none;
    color: #fff;
    display: block;
    height: 66px;
    left: 15px;
    letter-spacing: .1rem;
    margin: 0;
    padding: 12px;
    position: absolute;
    text-align: center;
    top: -32px;
    width: 66px;
}

.blog-slider .entry-date:before {
	content: '';
    width: 100%;
    height: 100%;
    background-color: #19b7f9;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: 0;	
}

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

.blog-slider .entry-date span.month {
	border-top: 1px solid rgb(255 255 255 / 70%);
}

.blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 0 0;
}

.blog-slider .entry-title {
    font-size: 1.7rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
}

.blog-slider .entry-title.style-2 {
    color: #02268c;
}

.blog-slider .entry-title.style-3 {
    color: #343464;
}

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

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

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

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

@media screen and (max-width: 991px) {
    .card-blog .owl-carousel .owl-stage-outer {
        padding-top: 0;
    }
    .blog-slider .entry-date {
        top: 17px;
    }
}

/*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: 4rem;
    padding-bottom: 4rem;
}

.partners-container .image img {
    height: 180px;
    object-fit: cover;
}

.partners-container .partner {
    position: relative;
    display: block;
    margin: -30px 15px 0;
    padding: 18px;
    border-radius: 8px;
    background-color: #fff;
}

.partners-container .partner img {
    height: 49px;
    object-fit: contain;
}

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

/*Footer*/

.footer-group {
	background: #fff;
	border-radius: 7px;
}

.footer-group .footer-top {
    padding: 40px 0;
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-group .group-content {
    background-color: #fff;
    margin-bottom: -145px;
    position: relative;
}

.block-left, .block-right {
    padding: 50px;
}

.group-content .block-left {
    background-color: #19b7f9;
    height: 100%;
    min-height: 370px;
}

.group-content .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 0;
}

.group-content .form-control:focus {
    border-bottom: 1px solid var(--main-color);
}

@media screen and (max-width: 600px) {
    .group-content .block-left {
        min-height: unset;
    }
}
/*End footer*/

/*Page product*/
.page-product .featured-section:before, .page-product .featured-section:after {
	content: none;
}
/*End page product*/
/*Page service*/
.service-page .entry-media img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
/*End page service*/
/*Page manufacturing*/
.manufacturing-page .item {
	margin-bottom: 2rem;
}

.manufacturing-page .item h2 {
	color: #fff;
	background-color: #283d98;
	text-align: center;
	padding: 7px 15px;
	text-transform: uppercase;
}

.manufacturing-page .item {
	font-size: 1.7rem;
}

.manufacturing-page .item ul {
	list-style: disc;
	padding-left: 2rem;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.manufacturing-page .item {
		font-size: 2rem;
	}

	.manufacturing-page .item ul {
		font-size: 2rem;
	}
}
/*End Page manufacturing*/

/*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 img {
	height: 210px;
	object-fit: cover;
	width: 100%;
}
/*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(--color-red);
	padding: 25px;
	color: #fff;
}

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

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

.block-contact-infos .email {
	padding-top: 1rem;
	border-top: 1px solid rgb(162 179 255 / 30%);
}

.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;
    }
}

.heading-site{
    margin-top: 60px;
    text-transform: uppercase;
    color: #0E4A6F;
    font-size: 3rem;
}
/*End contact page*/

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/* @media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
} */

ul.counter {
    color: #fff;
    line-height: 22px;
}

ul.counter li:last-child b {
    font-size: 200%;
}

.cx-detail table{
  width:100%;
  background: -webkit-linear-gradient(to bottom, #2a7cdc, #19b7f9);
  background: linear-gradient(to bottom, #2a7cdc, #19b7f9);
}
.cx-detail .tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
 .cx-detail .tbl-header table {
    background-color: #2a7cdc;
 }
.cx-detail .tbl-content{
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
.cx-detail table th{
  padding: 12px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border-right: solid 1px rgba(255,255,255,0.3);
}
.cx-detail table td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
  border-right: solid 1px rgba(255,255,255,0.3);
}

.tbl-content::-webkit-scrollbar {
    width: 6px;
} 
.tbl-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
.tbl-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}


@media screen and (max-width: 767px) {
    .cx-detail .tbl-header {
        display: none;
    }
    
    .cx-detail table, .cx-detail thead, .cx-detail tbody, .cx-detail th, .cx-detail td, .cx-detail tr { 
    	display: block; 
    }
	.cx-detail table tr+tr { 
		border-top: solid 1px rgba(255,255,255,0.9);
	}
    .cx-detail table td {
        font-size: 11px;
        position: relative;
        width: unset!important;
        padding-left: 25%;
    }
    .cx-detail table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 50%;
		left: 5px;
		transform: translate(0,-50%);
		padding-right: 4px;
		width: 24%;
	}
	.cx-detail table td:nth-of-type(1):before { content: "Đơn vị vận tải: "; }
	.cx-detail table td:nth-of-type(2):before { content: "Điện thoại: "; }
	.cx-detail table td:nth-of-type(3):before { content: "Giờ khởi hành: "; }
	.cx-detail table td:nth-of-type(4):before { content: "Lộ trình: "; }
	.cx-detail table td:nth-of-type(5):before { content: "Giá: "; }
}











