@media (min-width: 1599px) {
    .container {
        max-width: 1440px;
    }
}
.section__title .section__title-box{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    white-space: normal;
    pointer-events: auto;
    word-wrap: break-word;
}
.section__title .section__title-box h2{
    font-size: 48px;
    line-height: 1.2;
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
}
.section__title .section__title-box p{
    font-size: 18px;
    line-height: 1.33;
}
.section__about-text .section__title .section__title-box{
    width: 572px;
}
.section__about-text .section__wapper{
    margin: 48px 0px 32px 0;
}
@media(max-width:991px){
    .section__about-text .section__title .section__title-box{
        width:100%;
    }
    .section__title .section__title-box h2{
        font-size: 8.33333333vw;
    }
}
.section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner{
    position: absolute;
    z-index: 600;
    pointer-events: none;
    top: 50%;
    left: 142px;
    width: 542px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner h2{
    font-family: 'SamsungSharpSans', arial, sans-serif;
    word-wrap: break-word;
}
.section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner p{
    font-size:14px;
}
.section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner .section-slide__button{
    display: block;
    margin-top: 29px;
}
.section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner .section-slide__button a{
    margin: 4px 10px;
    color:#fff;
    background-color:#000;
    padding: 10px 24px 11px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}
.section-slide__promotion .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 600;
}
.section-slide__promotion .owl-nav button{
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background:#888888 !important;
    border-radius:50%;
}
.section-slide__promotion .owl-nav button i{
    font-size:30px;
    color:#fff;
}
.section-slide__promotion .owl-nav .owl-prev{
    left: 8px;
}
.section-slide__promotion .owl-nav .owl-next{
    right: 8px;
}
.section-slide__promotion .owl-dots{
    position: relative;
    left: 50%;
    display: inline-flex;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 600;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: unset;
}
.section-slide__promotion .owl-dots button{
    width:15px;
}
.section-slide__promotion .owl-dots button span{
    background-color: #757575;
}
.section-slide__promotion .owl-dots button.active span{
    background-color: #000;
}
@media(max-width:991px){
    .section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner{
        top: 0;
        left: 0;
        transform: translateY(0%);
        padding: 9.72222222vw 4.44444444vw 12.5vw 4.44444444vw;
        width:100%;
        text-align:center;
    }
    .section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner h2{
        font-size: 6.11111111vw;
    }
    .section-slide__promotion .section-slide__item .section-slide__text-wrap .section-slide__text-inner p{
        font-size: 3.33333333vw;
    }
}

.section-result__promotion .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 600;
}
.section-result__promotion .owl-nav button{
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background:#888888 !important;
    border-radius:50%;
}
.section-result__promotion .owl-nav button i{
    font-size:30px;
    color:#fff;
}
.section-result__promotion .owl-nav .owl-prev{
    left: 8px;
}
.section-result__promotion .owl-nav .owl-next{
    right: 8px;
}
.section-result__promotion .owl-dots{
    position: relative;
    left: 50%;
    display: inline-flex;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 600;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: unset;
}
.section-result__promotion .owl-dots button{
    width:15px;
}
.section-result__promotion .owl-dots button span{
    background-color: #757575;
}
.section-result__promotion .owl-dots button.active span{
    background-color: #000;
}
.section-how .section-how__wrap{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px;
}
.section-how .section-how__wrap .section-wrap__item{
    width: 33.333333%;
    padding: 0 6px;
    text-align: center;
}
.section-how .section-how__wrap .section-wrap__content{
    padding: 0 24px;
    margin-top: 24px;
}
.section-how .section-how__wrap .section-wrap__content .section-wrap__content-title{
    padding-bottom: 24px;
}
.section-how .section-how__wrap .section-wrap__content .section-wrap__content-title h3{
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
.section-how .section-how__wrap .section-wrap__content .section-wrap__content-text p{
    font-size:14px;
}
@media(max-width:992px){
    .section-how .section-how__wrap .section-wrap__item{
        width: 50%;
    }
    .section-how .section-how__wrap .section-wrap__content{
        padding:0;
    }
    .section-how .section-how__wrap .section-wrap__content .section-wrap__content-text{
        padding-bottom: 6.66666667vw;
    }
    .section-how .section-how__wrap .section-wrap__content .section-wrap__content-text p{
        font-size: 3.88888889vw;
    }
}
/*-------------câu hỏi thường gặp--------------------*/

#boxFAQ .accordion .b-button {
    align-items: center;
    background-color: #eee;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 20px 60px 20px 20px;
    border-top: 2px solid #f7f7f7;
}
#boxFAQ .accordion .accordion-item .button__show-faq .icon svg{
    width:35px;
}

#boxFAQ .accordion .b-button p {
    font-weight: 600;
    margin: 0
}

#boxFAQ .accordion .b-button.not-collapsed,#boxFAQ .accordion .b-button:hover {
    background-color: hsla(0,41%,89%,.35)
}

#boxFAQ .accordion .accordion__content {
    background-color: #f2f2f2;
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition: max-height .3s ease
}

#boxFAQ .accordion .accordion__content .content-wrapper {
    padding: 30px
}

#boxFAQ .accordion .accordion__content .content-wrapper p {
    margin-bottom: 10px
}

#boxFAQ .accordion .accordion__content .content-wrapper ul {
    margin-bottom: 10px;
    padding-left: 40px
}

#boxFAQ .accordion .accordion__content .content-wrapper ul li {
    list-style: disc
}

#boxFAQ .accordion .accordion-item.active .accordion__content {
    max-height: 2000px;
    transition: max-height .5s linear
}
#boxFAQ .accordion .accordion-item .button__show-faq .icon #Layer_2{
    display:none;
}
#boxFAQ .accordion .accordion-item.active .button__show-faq .icon #Layer_2{
    display:block;
}
#boxFAQ .accordion .accordion-item.active .button__show-faq .icon #Layer_1{
    display:none;
}

@media screen and (max-width: 540px) {
    #boxFAQ .title {
        font-size:20px
    }
}
@media(max-width:991px){
    #boxFAQ .accordion .b-button{
        font-size: 5.55555556vw;
    }
    #boxFAQ .accordion .b-button {
        padding:20px;
    }
}
.section-contact .section-contact__content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
}
.section-contact .section-contact__content .section-contact__content-box{
    display: table;
    width: 100%;
    height: 100%;
}
.section-contact .section-contact__content .section-contact__content-box .section-contact__content-text{
    vertical-align: bottom;
    text-align: center;
    display: table-cell;
}
.section-contact .section-contact__content .section-contact__content-box .section-contact__content-text .section-contact__text-box{
    text-align: center;
    display: inline-block;
    width: 564px;
    padding-top: 2px;
}
.section-contact .section-contact__content .section-contact__content-box .section-contact__content-text .section-contact__text-box .section-contact__content-title h3{
    font-size: 32px;
    line-height: 1.33;
    margin-top: -4px;
    margin-bottom: -37px;
    padding-bottom: 50px;
    font-weight: 700;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
}
.section-contact .section-contact__content .section-contact__content-box .section-contact__content-text .section-contact__text-box .section-contact__content-description p{
    font-size: 14px;
    line-height: 1.33;
    color: #363636;
}
@media(max-width:991px){
    .section-contact .section-contact__content{
        position:relative;
    } 
    .section-contact .section-contact__content .section-contact__content-box .section-contact__content-text .section-contact__text-box{
        width: 100%;
        padding: 0vw 4.44444444vw;
    }
    .section-contact .section-contact__content .section-contact__content-box .section-contact__content-text .section-contact__text-box .section-contact__content-title h3{
        font-size: 6.11111111vw;
        margin-top: -0.55555556vw;
        margin-bottom: -6.38888889vw;
        padding-bottom: 8.33333333vw;
    }
}
.section_table  .textblock__title{
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
    margin: 32px 0px;
}
.section_table table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    color: #000;
    word-wrap: break-word;
    vertical-align: top;
}
.section_table table th,.section_table table td{
    padding: 8px 16px;
    border: 1px solid #ddd;
    font-size: 18px;
    background: #fff;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}
.section_table table th {
    font-size: 18px;
    background: #eee;
}
.section_table table p{
    margin:0;
}
@media(max-width:767px){
    .section_table table {
        display: block;
        overflow-x: auto;
        width: auto;
    }
}
.new-category{
    padding: 35px 0;
    background: #ebebeb;
    display: inline-block;
    width: 100%;
}
.new-category .box-slide-service{
    width: 750px;
    margin: 0 auto 0;
}
.new-category #slider-navigation{
    display: flex;
    justify-content: space-between;
}
.new-category #slider-navigation .slider-navigation__item{
    float: left;
    list-style: none;
    position: relative;
    width: 250px;
    margin-right: 15px;
}
.new-category #slider-navigation .slider-navigation__item img{
    width: 58px;
    margin-left: -11px;
    margin-top: -5px;
    max-width: none !important;
}
@media(max-width:991px){
   .new-category .box-slide-service{
       width:100%
   } 
   .new-category #slider-navigation .slider-navigation__item{
       width:100%
   }
}
.new-category #slider-navigation .slider-navigation__item >a:first-child, .new-category #slider-navigation .slider-navigation__item>h1>a:first-child{
    display: inline-block;
    text-align: center;
    color: #a3a3a3;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    padding: 13px 16px;
    background: #a7a7a7;
    margin-bottom: 5px;
}
.slider-navigation__item a{
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    color:#a7a7a7;
}
.slider-navigation__item.active a, .slider-navigation__item:hover a {
    color: #f47a31 !important;
}
.slider-navigation__item.active>a:first-child, .slider-navigation__item.active>h1>a:first-child, .slider-navigation__item:hover>a:first-child, .slider-navigation__item:hover>h1>a:first-child{
    background: #f47a31 !important;
}
.title-item {
    margin: 10px 0;
    height: auto;
    display: inline-block;
    color: #ff6634 !important;
    border-bottom: 2px solid #ff6634;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 25px;
    line-height: 25px
}
.large-featured-img-wrapper img {
    width: 100%;
    transition: transform .3s ease 0s;
    transition-duration: .2s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}
.icon-title {
    padding-right: 14px;
}
.table-cell {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}
.box-info-promotion {
    font-size: 15px;
    text-align: justify;
}
.box-info-promotion h3 a{
    color:#000;
}
.title-news-large {
    color: #000;
    opacity: .8;
    font-size: 18px;
}
.box-info-promotion .date-promotion a.text-pink{
    color: #f27d3f;
    font-weight: bold;
}
.read-more {
    color: #f27d3f;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}
.read-more i {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
} 
.list-news .featured-img-wrapper img {
    width: 100%;
    transition: transform .3s ease 0s;
    transition-duration: .2s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}
@media screen and (min-width: 1024px) {
    .list-news .featured-img-wrapper img {
        height: 212px;
        object-fit: cover;
    }
}
.list-news .slide p.title-promotion {
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
}
.list-news .slide p.title-promotion a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 80px;*/
    display: inline-block;
    display: -webkit-box;
    color: #000;
    font-weight: 700;
}
.service_tracking{
    padding:60px 0 20px 0;
}
.service_tracking .contact-form{
    display: flex;
    justify-content: center;
}
.service_tracking .contact-form #service_id{
    height: 40px;
    width: 360px;
    border-radius: 10px 0px 0px 10px;
}
.service_tracking .service_tracking__inner h2{
    text-transform:uppercase;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
    margin-bottom: 20px;
}
@media(max-width:991px){
    .service_tracking .contact-form #service_id{
        width: 100%;
    }
}
.result-tracking h2{
    text-transform:uppercase;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
    margin-bottom: 20px;
}
.result-tracking table th{
    background: #eee;
}
.service_tracking .contact-form #tracking-button{
    height: 40px;
    border-radius: 0px 10px 10px 0px;
    background: #e84e0e;
    border:unset;
}
@media(max-width:767px){
    .service_tracking .contact-form #tracking-button {
        padding: 10px;
    }
    #result-tracking table{
        width: max-content;
    }
}
.contact_newsletter{
    background: #262523;
    padding: 60px 0px;
}
.contact_newsletter .form-newsletter__heading h2{
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 16px;
    color:rgba(235, 229, 224, 1);
    font-weight: 700;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
}
.contact_newsletter .contact_newsletter-item input{
    height: 3rem;
    width: 100%;
    border-radius: 0;
    border-bottom-width: 1px !important;
    background-color: transparent;
    font-size: 1rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    margin-bottom: 1.5rem;
    padding: 0;
    border: 0px solid rgba(185, 178, 172);
    color:#757270;
}
.contact_newsletter .custom_title{
    color: #757270;
    font-size: 1rem;
}
.contact_newsletter .contact_newsletter-item input::placeholder{
    color:#757270;
    font-size: 1rem;
}
.contact_newsletter .checkbox-inline .checkbox-custom {
    display: none; /* Giữ như ban đầu */
}
.contact_newsletter .checkbox-box{
    display:flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact_newsletter .checkbox-box .checkbox-inline{
    display: flex;
    gap: 10px;
    color:#757270;
    align-items: center;
    margin: 0;
}
.contact_newsletter .checkbox-box .checkbox-inline .checkmark {
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-width: 1px !important;
    border-color: rgba(255, 111, 0, 1) !important;
    border: 1px solid;
    background-color: transparent !important;
}
.contact_newsletter .checkbox-box .checkmark .icon {
    opacity: 0;
    transition: opacity 0.2s; /* Thêm hiệu ứng chuyển tiếp */
}
.contact_newsletter .checkbox-box .checkbox-inline .checkbox-custom:checked + .checkmark .icon {
    opacity: 1;
}

.btn-action .btn-submit{
    background-color: rgba(255, 111, 0, 1);
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    color:#fff;
}
.btn-action .btn-submit:disabled{
    pointer-events: none;
    cursor: default;
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, 1);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
}
.image_cate img{
    width:100%;
}
.posts{
    display: flex;
    gap: 15px;
    align-items: center
}
.time-post{
    display: flex;
    align-items: center;
    gap: 5px;
}
.time-post svg{
    width:12px;
}
.blog_related .title{
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
    font-family: SamsungSharpSans, SamsungOne, arial, sans-serif;
    margin: 32px 0px;
}
.popup_banner .modal-close{
    position: absolute;
    right: -30px;
    top: -30px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
    width: 50px;
}
.popup_banner .modal-close span{
    font-size: 50px;
    color: #fff;
}
@media (min-width: 576px) {
    .popup_banner .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
.footer {
    background-color: #303845;
    padding-top: 6rem;
    color: #fff
}

.footer .button-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem
}

.footer .button-outline:hover {
    background-color: #fff;
    color: #f26521
}

.footer a {
    text-decoration: none;
    color: inherit
}

.footer .sub-title {
    margin-bottom: 5rem
}

.footer .thumb-item {
    position: relative;
    min-height: 75px;
    padding-left: 90px;
    padding-top: 1rem;
    text-align: left
}

.footer .thumb-item .thumb {
    font-size: 4rem;
    color: #f26521;
    background-color: #fff;
    border-radius: 5px;
    padding: .5rem 1rem;
    text-align: center;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s cubic-bezier(.42,.04,.26,.98)
}

.footer .thumb-item .thumb:hover {
    background-color: #f26521;
    color: #fff
}

.footer .thumb-item p {
    margin: 0
}

.footer .thumb-item .url-lg:hover {
    color: #f26521
}

.footer .contact-info {
    padding-bottom: 5rem
}

.footer .link-wrapper {
    padding: 1rem;
    background-color: rgba(0,0,0,.2);
    font-size: 1.2rem
}

.footer .link-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 5rem
}

.footer .link-wrapper ul li {
    display: inline-block
}

.footer .link-wrapper ul li+li {
    margin-left: 2rem
}

.footer .link-wrapper ul li a:hover {
    color: #f26521
}

.footer .icon {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    transition: all .2s cubic-bezier(.42,.04,.26,.98)
}

.footer .icon:hover {
    color: #f26521;
    transform: scale(1.1,1.1)
}

.footer .icon+.icon {
    margin-left: 1.5rem
}
.new-footer {
    color: white;
    font-size: 18px;
}
.new-footer .title {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
.new-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-footer ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}
.new-footer ul li img {
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-column-3 ul, .footer-column-2 ul {
    opacity: .8;
}
.new-footer .footer-column-2 {
  font-size: 15px;
}
.new-footer .footer-column-3 {
  padding-left: 30px;
}
.new-footer .footer-column-3 ul li{
  padding-left: 0;
}
.new-footer a:hover, .footer-column-3 ul li:hover {
    color: #f15a21;
    cursor: pointer;
}
.footer-top{
  color: white;
}
.footer-top .display_flex {
    display: flex;
    align-items: center;
}
.footer-top .news-letter-form-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px 0;
    font-family: 'Google Sans Bold';
    line-height: 1.4;
    display: block;
    text-transform: uppercase;
}
.footer-top ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.footer-top li:not(:last-child) {
    margin-right: 25px;
}
.footer-top svg {
    max-width: 25px;
    height: auto;
    fill: white;
}
.news-letter-form{
  position: relative;
}
.news-letter-form input:not(.wpcf7-submit) {
    width: 364px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.18);
    box-sizing: border-box;
    padding: 0 20px;
    height: 51px;
    max-width: 100%;
    border-color: transparent;
    color: white;
}
.news-letter-form input::placeholder ,
.news-letter-form input:not(.wpcf7-submit)::placeholder{
    color: white;
    font-size: 17px;
    opacity: .9;
    padding-left: 30px;
}
.news-letter-form input.wpcf7-submit {
    background-color: transparent;
    background-image: url(assets/images/email.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 30px;
    height: 22px;
    font-size: 0;
    border: none;
    cursor: pointer;
}
.news-letter-form .ajax-loader {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.news-letter-form span.wpcf7-not-valid-tip {
    bottom: -33px;
    font-size: 11px;
    left: 10px;
    position: absolute;
}
.footer-top .wpcf7-display-none{
  display: none !important;
}
.footer-top .wpcf7-not-valid {
    border-color: red !important;
}
.footer-social{
  float: right;
}
.footer-social a{
  color: white;
  line-height: 51px;
}
.footer-social .title{
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px 0;
}
.new-footer .footer-social ul li{
  padding: 0;
  margin-bottom: 0;
}
.footer-top i.icon-zalo{
    font-size: 21px;
    top: -4px;
    position: relative;
}
.footer{
  padding: 0;
}
.footer-top-wrapper .col{
  margin: 0;
}
.footer-top-wrapper{
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
}
.footer-bottom-wrapper{
  padding: 40px 0;
}
.bct img {
    width: 115px;
}
@media(min-width:1200px) and (max-width:1599px){
    .blogpage .container{
        max-width: 991px;
    }
}
@media(min-width:1600px){
    .blogpage .container{
        max-width: 1200px;
    }
}
