.timeline {
                position: relative;
                padding: 20px 200px;
            }
            .timeline::before {
                content: '';
    position: absolute;
    top: 31px;
    bottom: 208px;
    left: 50%;
    width: 2px;
    background: #ccc;
    margin-left: -1px;
            }
            .timeline-item {
                margin-bottom: 0px;
                position: relative;
            }
            .timeline-item::after {
                content: '';
                display: table;
                clear: both;
            }
            .timeline-item-content {
                position: relative;
                width: 45%;
                border-radius: 5px;
            }
            .timeline-item:nth-child(odd) .timeline-item-content {
                float: left;
            }
            .timeline-item:nth-child(even) .timeline-item-content {
                float: right;
            }
            .timeline-item-content::before {
                content: '';
                position: absolute;
                top: 10px;
                width: 0;
                height: 0;
                border-style: solid;
            }
            .timeline-item:nth-child(odd) .timeline-item-content::before {
                left: 0px;
                border-width: 20px 0 10px 25px;
                border-color: #575757 #00000000 #00000000 #00000000;
                top: 51px;
            }
            .timeline-item:nth-child(even) .timeline-item-content::before {
                right: 0px;
                border-width: 20px 24px 0px 0px;
                border-color: #575757 #ffffff00 transparent #00000000;
                top: 51px;
            }
            .timeline-item-dot {
                position: absolute;
                top: 10px;
                width: 30px;
                height: 30px;
                background: #ffffff;
                border-radius: 50%;
                left: 50%;
                margin-left: -15px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #b8b8b8;
                font-weight: bold;
                font-size: 14px;
                border: 4px solid #cf1c01;
            }
            .timeline-item-title {
                margin: 0;
                padding: 12px 10px;
                background: #cf1c01;
                color: #fff;
                border-radius: 0px 32px 32px 0;
                text-align: center;
                font-size: 21px;
            }
            .right_time_qt{
                border-radius: 32px 0px 0px 32px;
            }
            .timeline-item-body {
                padding: 10px;
                background: #f8f8f8;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                margin: 0px 25px;
            }
            .timeline-item-body p {
                margin: 0;
            }
            .timeline-item-body .highlight {
                background-color: yellow;
            }

            .team-section {
                padding: 80px 0 100px;
            }
            .team-section h2 {
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 20px;
            }
            .team-section .team-info {
                font-size: 16px;
                color: #ddd;
            }
            .team-member img {
                width: 100%;
                border-radius: 5px;
            }
            .team-member h4 {
                margin-top: 10px;
                font-size: 18px;
                color: #fff;
            }
            .team-member p {
                font-size: 14px;
                color: #bbb;
            }
            .team-member {
                text-align: center;
                margin-bottom: 30px;
                top: 32px;
            }
            .our_teams{
                background-color: #222;
            }
            .stats-section {
                background-color: #222;
                padding: 0px 0 50px;
                text-align: center;
            }
            .stats-section h2 {
                color: #fff;
                margin-bottom: 55px;
            }
            .stats-box {
                margin-bottom: 30px;
                border-right: 1px solid #474747;
            }
            .stats-box:last-child {

                border-right: 0px solid #474747;
            }
            .stats-box h3 {
                font-size: 48px;
                margin-bottom: 10px;
                color: #fff;
            }
            .doso{
                color: #C0392B !important;
            }
            .stats-box p {
                font-size: 16px;
                color: #ddd;
            }
            .our_teams_1{
                text-align: center;
                position: relative;
            }
            .our_teams_1::after{
                content: '';
                position: absolute;
                bottom: -14px;
                left: 50%;
                transform: translateX(-50%);
                width: 127px;
                height: 2px;
                background-color: #cf1c01;
            }
            .promo-form-container {
                display: flex;
                flex-wrap: wrap;
            }
            .promo-section {
                background-image: url('/images/lhgb.jpg');
                background-size: cover;
                background-position: center;
                color: #fff;
                padding: 50px;
                position: relative;
            }
            .promo-section, .form-section {
                /*flex: 1;*/
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 50px;
                box-sizing: border-box;
                height: auto;
            }
            .promo-section .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: linear-gradient(rgb(146, 146, 146), rgb(1, 1, 1));
				opacity: 0.9;
                z-index: 1;
            }
			.content_sec14  .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: linear-gradient(8deg, rgb(65, 5, 102), rgb(226, 40, 134));
                z-index: 1;
				mix-blend-mode: multiply;
				will-change: transform, opacity;
            }
            .bg_gb_1{
                position: relative;
                z-index: 9;
            }
            .promo-section h2 {
                font-size: 28px;
                font-weight: bold;
                color: white;
            }
            .promo-section p {
                font-size: 14px;
                margin-bottom: 20px;
            }
            .promo-section ul {
                list-style: none;
                padding: 0px 0 80px;
            }
            .promo-section ul li {
                font-size: 14px;
                margin-bottom: 10px;
            }
            .promo-section ul li:before {
                content: '\f00c';
                font-family: FontAwesome;
                color: #ffa500;
                margin-right: 10px;
            }
         
            .form-section {
                background-color: #fff;
                padding: 50px;
                color: #333;
            }
            .form-section h3 {
                font-size: 22px;
                margin-bottom: 20px;
                color: #cf1c01;
            }
            .form-section p {
                font-size: 14px;
                margin-bottom: 20px;
            }
            .form-group input {
                border-radius: 0;
                padding: 10px;
            }
            .btn-submit {
                background-color: #cf1c01;
                color: #fff;
                padding: 10px 20px;
                font-size: 16px;
                border: none;
                width: 100%;
            }
            .form-note {
                font-size: 12px;
                color: #777;
                margin-top: 20px;
            }
            .bg_gb{
                background-image: linear-gradient(152deg, rgb(255, 255, 255), rgb(125, 123, 123));
                padding: 50px 0px;
            }
            .price-tag{
                background: url(/images/price_tag.png) no-repeat;
    height: 69px;
    text-align: center;
    background-position: center;
    position: relative;
            }
            .original-price{
                    position: absolute;
    left: 225px;
    top: 3px;
    text-decoration: line-through;
            }
            .current-price{
               position: absolute;
    top: 31px;
    left: 246px;
    font-size: 22px;
    font-weight: bold; 
            }
			.counter-digit{
				text-align:center !important;
			}
			
@media (min-width: 768px) and (max-width: 992px) {
.timeline {

    padding: 20px 100px;
}
.content_sec13 {
    padding: 32px 80px 22px;
}
			}
@media (min-width: 768px) {
  .owl-carousel-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .owl-carousel-wrapper .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 767px) {
	.content_sec .container{
	padding: 0px;
	}
	.owl-carousel .owl-item .content_sec14,
.owl-carousel .owl-item .content_sec20 {
  padding-left: 15px;
  padding-right: 15px;
}
.owl-carousel {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .owl-carousel .owl-item {
    width: 100vw;
  }

  .owl-carousel .owl-item .col-sm-4 {
    width: 100%;

  }

.content_sec1 {
    padding: 10px;
}
.content_sec5 {
    color: rgb(63, 5, 102);
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    position: relative;
    height: 60px;
    width: 100%;
    z-index: 9;
}
.content_sec2 {
    position: relative;
    top: 0;
    width: 100%;
}
.content_sec2 iframe{
	height: 300px;
}
.content_sec11 {
    background: none;
    padding: 10px 0px;
    position: relative;
    display: table;
}
.content_sec13 {
    padding: 40px 0px;
}
.content_sec14 {
   padding: 40px 40px;
	height: 362px;
}
.content_sec19 {
    bottom: 0px;
}
.gp_giabui h3 {
    font-size: 21px;
}
.qt_giabui2 {
    color: rgb(83, 83, 84);
    font-size: 25px;
}
.promo-section, .form-section {
	padding: 60px 20px;
}
.promo-section h2, .form-section h3 {
	font-size: 20px;
}
.timeline {
    padding: 20px 0px;
}
.timeline-item-title {
    font-size: 16px;
}
.timeline-item:nth-child(odd) .timeline-item-content::before {
    top: 44px;
}
.timeline-item:nth-child(even) .timeline-item-content::before {
    top: 45px;
}
.team-section {
    padding: 60px 15px;
}
.original-price {
    left: 111px;
}
.current-price {
    left: 132px;
}

.timeline-item:nth-child(odd) .timeline-item-content {
    float: right;
}
.timeline-item-content {
    width: 80%;
}
.timeline::before {
    left: 10%;
}
.timeline-item-dot {
    left: 10%;
}
.content_sec18 {
    bottom: -50px;
    font-size: 90px;
}
.bg_gb {
    
     padding: 0px;
}

}
@media (max-width: 767px) {
    .text-center {

        /*padding-bottom: 50px;*/
        /*padding-top: 30px;*/
    }
    .pb-8 {
         padding-bottom: 40px !important;
    }
    .pt-10, .pt-16, .pt-11 {
        padding-top: 0 !important;
    }
    .pb-10 {
         padding-bottom: 0 !important;
    }
    .button {
        background-color: #da0e2b;
        color: #fff;
        padding: 0 20px;
        margin-bottom: 60px;
    }
}