/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-size: 20px;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px !important;
}
/*----------header---------- */
.header-top {
    min-height: 50px !important;
}
.header-top .nav>li>a {
    font-size: 1em !important;
}
.header-top .nav>li>a>i {
    font-size: 14px !important;
}
.header-top .nav>li>a>i+span {
    text-transform: capitalize !important;
}
.header-top .nav>li:first-child>a>i+span {
    text-transform: lowercase !important;
}
.header-main .nav > li > a {
    color: #000;
}
.header-top .nav-small.nav>li.html {
    font-size: 1rem !important;
}
.header-top .header-social-icons .social-icons .icon {
    font-size: 1.5em !important;
}
.header-main .nav > li.active > a,
.header-main .nav > li:hover > a {
    color: #0074C1;
}
.header-main .header-nav-main .header-search ul.nav-dropdown {
    border: 1px solid #ddd;
}
.searchform .submit-button {
    background: #0074C1;
}
.searchform .submit-button:hover {
    background: #ED1C24;
}
.header-main .header-nav-main .sub-menu {
    padding: 10px;
}
.header-main .header-nav-main .sub-menu .menu-item a:hover {
    color: #0074C1;
    padding-left: 10px;
}
/*----------breadcrumbs---------- */
body.home .block-html-after-header {
    display: none !important;
}
.block-html-after-header {
    display: none !important;
}
/*----------more-button---------- */
.more-button {
    position: relative;
    align-items: center;
    color: #fff;
    background: #0074C1;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    padding: 0 25px !important;
    overflow: hidden;
    border-radius: 30px;
    transition: all 500ms ease;
    border: unset !important;
}
.more-button>span {
    font-weight: 600;
    z-index: 2;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
    transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
}
.more-button>.svg-inline--fa {
    color: #fff;
    margin-left: .5rem;
    position: relative;
    z-index: 2;
}
.more-button::after {
    position: absolute;
    background: #ED1C24;
    width: 0;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
    transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
}
.more-button:hover:after {
    width: 100%;
}
/*----------more-button2---------- */
.more-button2 {
    position: relative;
    align-items: center;
    color: #fff;
    background: #ED1C24;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    padding: 0 25px !important;
    overflow: hidden;
    border-radius: 30px;
    transition: all 500ms ease;
    border: unset !important;
}
.more-button2>span {
    font-weight: 600;
    z-index: 2;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
    transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
}
.more-button2>.svg-inline--fa {
    color: #fff;
    margin-left: .5rem;
    position: relative;
    z-index: 2;
}
.more-button2::after {
    position: absolute;
    background: #0074C1;
    width: 0;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
    transition: all .5s cubic-bezier(0.22,0.61,0.36,1);
}
.more-button2:hover:after {
    width: 100%;
}
/*----------slide-content---------- */
.slide .banner .overlay {
    background-color: unset !important;
}
.slide .banner .bg-fill {
    background-size: 100% 100% !important;
}
.slide-content .text-box-content h3 {
    letter-spacing: 6px;
    color: #0074C1;
}
.slide-content .text-box-content h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}
.slide-content .text-box-content p {
    line-height: 1.5;
    color: #fff;
}
.slide-content .text-box-content .button {
    border: none !important;
}
.slider-nav-circle .flickity-prev-next-button {
    opacity: 1;
}
.slider-nav-circle .flickity-prev-next-button .arrow, 
.slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: #0074C1;
    border-color: #0074C1;
}
@media only screen and (min-width: 768px) {
    .slide .banner {
        height: 750px !important;
    }
    .slide-content {
        width: 53% !important;
    }
    .slide-content .text-box-content h3 {
        font-size: 25px;
    }
    .slide-content .text-box-content h2 {
        font-size: 48px;
    }
}
/*----------about-home---------- */
.about-home {
    margin-bottom: 1rem;
}
.about-home .col-content .col-inner h3.title {
    font-size: 22px;
    color: #0074C1;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.about-home .col-content .col-inner h2.company_name {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    >span {
        color: #0074C1;
    }
}
.about-home .col-content .about-item {
    margin-bottom: 1.3rem;
}
/*----------counter-home---------- */
.counter-home {
    /* margin-bottom: 2rem; */
}
.counter-home .item .icon-box-img {
    margin: auto;
    width: unset !important;
    margin-bottom: 1rem;
}
.counter-home .item .icon-box-img .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: var(--primary-color);
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .3019607843);
}
.counter-home .item .icon-box-img .icon-inner img{
    filter: brightness(1) invert(1);
    height: 50px !important;
    width: 50px !important;
}
.counter-home .icon-box-text h3 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff !important;
}
.counter-home .icon-box-text p {
    margin-bottom: unset;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}
/*----------header-box---------- */
.header-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}
.header-box .info {
    position: relative;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 4px;
    font-weight: 600;
    color: #0074C1;
    text-transform: uppercase;
}
.header-box .title {
    font-size: 45px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: .8em;
}
.header-box .title span {
    color: #0074C1;
    display: inline-block;
}
.header-box .title.has-after:after {
    content: "";
    width: 90px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -5px;
    display: inline-block;
    background: #0074C1;
    position: absolute;
}
.header-box .content {
    color: #757f95;
    font-size: 16px;
    line-height: 1.4;
    max-width: 600px;
}
.header-box.header-white * {
    color: #fff !important;
}
/*----------service-home---------- */
.service-home {
    background-color: #F2FBF6;
}
.service-page .item {
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.service-page .item .box-image,
.service-home .item .box-image {
    padding: 15px;
    position: relative;
    z-index: 2;
}
.service-page .item .box-image>div,
.service-home .item .box-image>div {
    border-radius: 15px;
    overflow: hidden;
    height: 220px;
}
.service-page .item .box-image>div img,
.service-home .item .box-image>div img {
    width: auto;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    transition: .5s ease;
}
.service-page .item:hover .box-image>div img, 
.service-home .item:hover .box-image>div img {
    transform: scale(1.05);
}
.service-page .item .box-text,
.service-home .item .box-text {
    padding: 15px;
    background-color: #fff;
    text-align: left !important;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 100px;
    margin-top: -95px;
    position: relative;
    z-index: 1;
}
.service-page .item .box-text h3,
.service-home .item .box-text h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}
.service-page .item .box-text p,
.service-home .item .box-text p {
    font-size: 16px;
    margin-bottom: 1rem;
}
.service-page .item .box-text .more-button,
.service-home .item .box-text .more-button {
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
}
/*----------why-home---------- */
.why-home .section-bg {
    /* background-position: center right;
    background-size: 50% 100% !important;
    background-color: #0074C1; */
}
.why-home .header-box {
    margin-top: 3rem;
}
.why-home .header-box h3 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.why-home .header-box h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.why-home .header-box p {
    font-size: 16px;
    color: #fff;
}
.why-home .item .icon-box-img {
    margin: auto;
    margin-bottom: 1rem;
}
.why-home .item .icon-box-text * {
    color: #fff;
}
.why-home .item .icon-box-text h3 {
    font-size: 20px;
}
.why-home .item .icon-box-text p {
    font-size: 16px;
}
.why-home .video-button-wrapper {
    text-align: center;
    position: relative;
    z-index: 3;
}
.why-home .video-button-wrapper .open-video {
    background-color: #0074C1;
    border-color: #0074C1;
    color: #fff;
    margin: unset !important;
}
.why-home:hover .video-button-wrapper .open-video {
    background-color: #ED1C24;
    border-color: #ED1C24;
}
.promo-video {
    position: absolute;
    top: calc(50% + 25px);
    left: calc(50% + 25px);
    z-index: 2;
}
@keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/*----------process-home---------- */
.process-home {}
.process-home .process-info {
    align-items: center;
}
.process-home .more-button {
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
}
/*----------customer-home---------- */
.customer-home {}
.customer-home .item .text {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    /* overflow: hidden; */
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 2rem;
    position: relative;
    background-image: url('/wp-content/uploads/2024/06/quote.png');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: bottom;
    background-size: 40px;
}
.customer-home .item .text::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 20%;
    rotate: 45deg;
}
.customer-home .item .text * {
    margin: unset !important;
}
.customer-home .item .icon-box-img .icon-inner {
    padding: 5px;
    border: 2px dashed #0074C1;
    border-radius: 50%;
}
.customer-home .item .icon-box-text>h3 {
    font-size: 20px;
    margin: unset;
    color: #fff !important;
}
.customer-home .item .icon-box-text>p {
    font-size: 16px;
    margin: unset;
    color: #0074C1;
}
.customer-home .item .icon-box-text .star-box {
    color: #0074C1;
}
.customer-home .flickity-page-dots {
    bottom: -20px;
}
.customer-home .flickity-page-dots .dot {
    border-color: #0074C1;
}
.customer-home .dot.is-selected {
    background-color: #0074C1 !important;
}
/*----------news-home---------- */
.news-home {}
.post-item .box {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
}
.post-item .box-image {
    height: 220px;
    border-radius: 12px;
}
.post-item .box-text {
    padding-bottom: unset !important;
}
.post-item .box-text .box-text-inner {
    position: relative;
}
.post-item .box-text-inner>.cat-label {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    background-color: unset !important;
    letter-spacing: 0 !important;
    padding-left: 25px;
    background-image: url('/wp-content/uploads/2024/06/admin.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 14px;
}
.post-item .box-text-inner>.post-meta {
    opacity: 1 !important;
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    background-image: url('/wp-content/uploads/2024/06/calendar.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    right: 0;
    top: .1em;
}
.post-item .box-text-inner>.post-title {
    font-size: 22px;
    font-weight: 700;    
    margin-top: .5em !important;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: .5em;
    margin-bottom: .5em !important;
}
.post-item .box-text-inner>.is-divider {
    display: none;
}
.post-item .box-text-inner>.from_the_blog_excerpt {
    color: #757f95;
    font-size: 16px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none !important;
}
.post-item .box-text-inner>.button {
    position: relative;
    align-items: center;
    color: #fff;
    background: #0074C1;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    padding: 0 35px !important;
    overflow: hidden;
    border-radius: 30px;
    transition: all 500ms ease;
    border: unset !important;
}
.post-item .box-text-inner>.button::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 15px;
    width: 14px;
    height: 16px;
    background-image: url('/wp-content/uploads/2024/06/arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #fff;
}
.post-item:hover .box-text-inner>.button {
    background-color: #ED1C24;
}
/*----------partner-home---------- */
.partner-home {
    background-color: #F2FBF6;
}
.partner-home .item .img-inner {
    background-color: #fff;
    border-radius: 10px;
    height: 115px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-home .item .img-inner>img {
    /* width: auto;
    height: 100%; */
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 100%;    
    transition: .5s ease;
}
.partner-home .item:hover .img-inner>img {
    transform: scale(1.05);
}
/*----------question-home---------- */
.question-home {}
.question-home .question-img {
    margin-bottom: -30px !important;
    position: relative;
    z-index: 1;
}
.question-home .question-title {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.question-home .question-title h3{
    margin: unset !important;
    font-size: 20px;
    background: #0074C1;
    color: #fff;
    line-height: 75px;
    border-radius: 10px;
}
.question-home .question-list {}
.question-home .question-list .item {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
}
.question-home .question-list .item .accordion-title {
    border-top: unset !important;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-left: 3em !important;
    background-image: url('/wp-content/uploads/2024/06/question_icon.png');
    background-position: left center;
    background-size: 45px;
    background-repeat: no-repeat;
}
.question-home .question-list .item .accordion-title.active {
    color: #0074C1;
    padding-left: 5em !important;
    background-color: unset !important;
    border-bottom: 1px solid #0074C1;
    font-size: 20px;
    margin: 0;
}
.question-home .question-list .item .accordion-title h3 {
    font-size: 20px;
    margin: 0;
}
.question-home .question-list .item .accordion-title.active h3 {
    color: #0074C1;
}
.question-home .question-list .item .accordion-title .toggle {
    left: unset !important;
    right: 0 !important;
}
.question-home .question-list .item .accordion-inner p {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.question-home .question-list .item .accordion-inner * {
    margin: unset !important;
    font-weight: 600;
}
/*----------footer---------- */
.footer-wrapper .footer-1 {
    border-top: unset !important;
    padding: 50px 0 30px !important;
}
.footer-wrapper * {
    color: #fff !important;
    font-size: 16px;
}
.footer-wrapper .footer-1 .widget-title {
    font-size: 21px;
}
@media screen and (min-width: 850px) {
    .footer-wrapper .footer-1 > .row {
        justify-content: space-between;
    }
    .footer-wrapper .footer-1 .widget_nav_menu {        
        flex-basis: 28%;
        max-width: 28%;
    }
    .footer-wrapper .footer-1 #custom_html-6 {
        flex-basis: 35%;
        max-width: 35%;
        margin-right: 4%;
    }
}
.footer-wrapper .footer-1 #custom_html-6 .widget-title,
.footer-wrapper .footer-1 #custom_html-6 .is-divider {
    display: none;
}
.footer-wrapper .footer-1 #custom_html-3 {
    padding-top: 1rem !important;
}
.footer-wrapper .footer-1 .widget_nav_menu ul.menu li {
    border-top: unset !important;
}
.footer-wrapper .footer-1 .widget_nav_menu ul.menu li>a {
    padding-left: 15px;
    background-image: url('/wp-content/uploads/2024/06/carret.png');
    background-size: 6px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-wrapper .footer-1 .widget_nav_menu ul.menu li>a:hover {
    color: #0074C1 !important;
}
.footer-wrapper .footer-1 .widget_custom_html .logo-footer,
.footer-wrapper .footer-1 .widget_custom_html .footer-brief {
    margin-bottom: 1.5rem;
}
.footer-wrapper .footer-1 .widget_custom_html .logo-footer img {
    height: 60px;
}
.footer-wrapper .footer-1 .widget_custom_html .footer-brief {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.footer-wrapper .footer-1 .widget_custom_html .hotline {
    line-height: 32px;
    padding-left: 45px;
    background-image: url('/wp-content/uploads/2024/06/phone.png');
    background-size: 32px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-wrapper .footer-1 .widget_custom_html .address {
    line-height: 32px;
    padding-left: 45px;
    background-image: url('/wp-content/uploads/2024/06/location.png');
    background-size: 32px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-wrapper .footer-1 .widget_custom_html .email {
    line-height: 32px;
    padding-left: 45px;
    background-image: url('/wp-content/uploads/2024/06/email.png');
    background-size: 32px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-wrapper .absolute-footer {
    background-color: #0074C1 !important;
    padding: 15px 0 !important;
}
.footer-wrapper .absolute-footer .footer-primary .copyright-footer {
    line-height: 38px;
}
.footer-wrapper .absolute-footer .footer-secondary {
    padding: 0 !important;
}
.footer-wrapper .absolute-footer .footer-secondary.pull-right .facebook_icon {
    display: inline-block;
    height: 38px;
    width: 38px;
    background-image: url('/wp-content/uploads/2024/06/icon1.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-wrapper .absolute-footer .footer-secondary.pull-right .youtube_icon {
    display: inline-block;
    height: 38px;
    width: 38px;
    background-image: url('/wp-content/uploads/2024/06/icon2.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-wrapper .back-to-top {
    background-color: #0074C1 !important;
    border-color: #0074C1 !important;
    color: #fff !important;
}
.footer-wrapper .back-to-top:hover {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
}
.footer-wrapper .widget .is-divider {
    max-width: 90px;
    position: relative;
}
.footer-wrapper .widget .is-divider::after {
    content: '';
    height: 3px;
    width: 30px;
    background-color: #0074C1;
    position: absolute;
    left: 20px;
    bottom: 0;
}
/*----------contact-page---------- */
.contact-page {}
.contact-page .title-box h2 {
    font-size: 2.5em;
    margin-bottom: 1rem;
}
.contact-page .title-box h3 {
    margin-bottom: 1rem;
}
.contact-page .icon-box {
    align-items: center;
    margin-bottom: 1rem;
}
.contact-page .icon-box .icon-box-text p {
    margin-bottom: unset !important;
}
.contact-page .map-box iframe {
    width: 100% !important;
}
/*----------widget---------- */
.widget_block , .widget_search , .widget_nav_menu {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.widget_block .wp-block-heading {
    font-size: 1em;
}
/*----------sub-page---------- */
.entry-header .entry-image {
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}
.entry-header .entry-image img {
    width: auto;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
h6.entry-category {
    display: none !important;
}
/*----------max mega menu---------- */
#mega-menu-wrap-primary {
    background: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #fff !important;
    color: #0074C1 !important;
}
.stuck #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 70px !important;
    height: 70px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 42px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    color: #0074C1 !important;
    /* font-size: 1.1em; */
    font-weight: 600 !important;
}
/*----------form trang chủ---------- */
.question-home .accordion-inner {
    padding: 1em 0 !important;
}
div.wpforms-container-full {
    margin: unset !important;
}
.wpforms-container .wpforms-field, 
.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0 0 15px !important;
}
div.wpforms-container-full .wpforms-field-label, 
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: #fff !important;
}
.wpforms-container input.wpforms-field-medium {
    max-width: unset !important;
    color: #000 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-box {
        margin-bottom: unset !important;
    }
    .header-box .title {
        font-size: 30px;
    }
    .more-button , .more-button2 {
        padding: 0 20px !important;
        margin-right: .5rem;
    }
    /* .header-top .nav>li>a>i {
        font-size: 7px !important;
    } */
    /*---------- ---------- */
    .slide-content {
        width: 100% !important;
        padding: 0 10px;
    }
    #header-contact li:nth-child(2) {
        display: none;
    }
    .slide .flickity-enabled.is-draggable .flickity-viewport ,
    .slide .is-full-height {
        /* height: 300px !important; */
        min-height: unset !important;
    }
    .slide .banner .bg-fill {
        background-size: cover !important;
    }
    /*---------- ---------- */
    .about-home {
        margin-bottom: unset !important;
        padding-bottom: unset !important;
    }
    .about-home .col-content .col-inner h3.title {
        text-align: center;
    }
    .about-home .col-content .col-inner h2.company_name {
        font-size: 33px;
        text-align: center;
    }
    /*---------- ---------- */
    .counter-home {
        margin-bottom: unset !important;
    }
    .counter-home .icon-box-text h3 {
        font-size: 30px;
    }
    .counter-home .icon-box-text p {
        font-size: 16px;
    }
    .counter-home .icon-box-img {
        width: 64px !important;
        margin-bottom: 1rem !important; 
    }
    .counter-home .icon-box-text {
        padding-left: 0 !important;
    }
    .counter-home .icon-box-text .text {
        text-align: center !important;
    }
    .counter-home .item {
        /* flex-basis: 100% !important;
        max-width: 100% !important; */
        padding-bottom: 15px !important;
    }
    .counter-home .item .icon-box {
        align-items: center;
        align-items: center;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 20px 5px rgba(0,0,0,.05);
        display: flex !important;
        flex-direction: column !important;
    }
    /*---------- ---------- */
    .why-home .section-bg {
        /* background-image: unset !important; */
    }
    .why-home .header-box h2 {
        font-size: 30px;
    }
    .why-home .video-button-wrapper {
        position: absolute;
        z-index: 3;
        left: calc(50% - 29px);
        top: calc(50% - 29px);
    }
    .why-home .video-button-wrapper .open-video {
        border-color: #fff;
    }
    .why-home .box-image {
        height: 300px;
    }
    /*---------- ---------- */
    .news-home {
        padding: 30px 0 !important;
    }
    .partner-home {
        padding-bottom: unset !important;
    }
    .partner-home .item .img-inner {
        height: 105px;
    }
    /*---------- ---------- */
    .question-home {
        padding-bottom: unset !important;
    }
    .question-home .question-list .item {
        padding: 10px 20px;
    }
    .question-home .question-list .item .accordion-inner {
        padding: 1em 0.3em;
    }
    /*---------- ---------- */
    .footer-wrapper .footer-1 .widget_nav_menu {
        /* width: 50%; */
    }
    .footer-wrapper .absolute-footer .footer-secondary {
        display: none;
    }
    .footer-wrapper .absolute-footer .footer-primary .copyright-footer {
        line-height: 28px;
    }
    /*----------sub-page---------- */
    .contact-page .title-box h2 {
        font-size: 1.6em;
    }
    .contact-page .col-contact > .col-inner {
        padding-left: 0 !important;
    }
	.logo-footer {
		text-align: center;
	}










}