/*
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.   ***************/
@font-face {
    font-family: 'SVN-Outfit';
    src: url('assets/fonts/2_Font INSPARK/SVN-Outfit-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'SVN-Outfit', sans-serif !important;
    font-weight: normal;
}

ul.nav.header-nav.header-bottom-nav.nav-left {
    display: flex;
    justify-content: flex-start;
    gap: 93px;
}

.section-footer,
.header-bottom,
{
    background: linear-gradient(to right, #98d1ff, #dceffd);
}

.header-main{
	    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.section-footer span.ux-menu-link__text {
    font-size: 16px;
    color: #fff;

}



button.ux-search-submit.submit-button.secondary.button.icon {
    background-color: rgb(20, 138, 234);
    border-radius: 6px;
}

.section-footer span.ux-menu-link__text:hover {
    color: rgb(20, 138, 234);
}


.section-footer .social-icons.follow-icons {
    display: flex;
    gap: 40px;
}

.section-footer .social-icons .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.section-footer a.icon.primary.button.circle:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    background: white;
    border-radius: 50%;
    z-index: -1;
}

.section-footer a.icon.primary.button.circle {
    width: 10px;
    height: 10px;
    padding: 16px 16px 12px;
}

.absolute-footer.dark {
    display: none;
}

.header-search-form-wrapper .flex-row.relative {
    width: 412px;
}


.header-search-form-wrapper input#s {
    border-radius: 6px 0px 0px 6px;
}

.col-video-radius iframe,
.section-partner .col-inner .box,
.img-radius img {
    border-radius: 16px;
}

.section-partner .box-text.text-center {
    background: #fff;
    border-radius: 0px 0px 16px 16px;
}


.section-partner .box-image {
    border-radius: 16px 16px 0px 0px;
}

.section-partner .col-inner .box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.col-contact-home-page span.wpcf7-form-control-wrap input,
.col-contact-home-page textarea {
    height: 57px;
    border-radius: 10px;
    background: #fff;
}

.col-contact-home-page input.wpcf7-form-control.wpcf7-submit {
    background: #F58C3B;
    border-radius: 10px;
}

.tab-about-page .col-inner {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.tab-about-page .row .col-inner {
    position: relative;
    /* Đảm bảo ::after được định vị tương đối với .col-inner */
}

.tab-about-page .row .col:nth-child(1) .col-inner::after {
    content: "1";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 16px 0px;
    color: #000;
    font-size: 22px;
}

.tab-about-page .row .col:nth-child(2) .col-inner::after {
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 16px 0px;
    color: #000;
    font-size: 22px;
}

.tab-about-page .row .col:nth-child(3) .col-inner::after {
    content: "3";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 16px 0px;
    color: #000;
    font-size: 22px;
}

.tab-about-page ul.nav.nav-simple {
    display: flex;
    justify-content: center;
    font-size: 20px;
    gap: 40px;
}


.tab-about-page .tab.active span {
    color: #F58C3B;
    position: relative;
}

.tab-about-page .tab span {
    color: #000;
}

.tab-about-page .tab.active span::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #F58C3B;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

span.text-color {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(98deg, #0968DD 20%, #f64cff 82%, #F58C3B);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
}

.section-faq .accordion .toggle {
    border-radius: 999px;
    height: 1.5em;
    right: 0;
    margin-right: 5px;
    position: absolute;
    top: -4px;
    transform-origin: 50% 47%;
    width: 2.3em;
    left: auto;
}

.section-faq a.plain {
    padding-left: 15px;
}

.section-faq .accordion-title {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 110%;
    padding: .6em 2.3em;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    border-top: unset;
}

.section-faq .accordion-title.active {
    background: unset;
    color: unset;
}

.section-faq .accordion-item span {
    font-size: 24px;
    color: #000;
}


.section-faq .accordion .toggle i.icon-angle-down {
    display: none;
}

.accordion .toggle {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 5px 10px;
    color: #000;
    position: relative;
    margin-right: 10px;
    line-height: 1;
}

.section-faq .accordion .toggle::after {
    content: '+';
    display: inline-block;
    font-weight: bold;
}


.section-faq .accordion .accordion-title.active .toggle::after {
    content: '–';
    font-weight: bold;
}


.col-page-blog-left .row.large-columns-1,

.col-page-blog-left .col.post-item {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 0px;
}

.section-page-blog .image-cover {
    border-radius: 15px 0px 0px 15px;
}


.blog-big .post-meta {
    color: #A0A0A0;
    width: 100%;
    display: block;
    font-size: 16px;
}


.blog-big p.cat-label {
    color: #f58c3b;
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
    font-size: 16px;
    text-transform: none;
}

.blog-big a.plain {
    /* padding-right: 20px; */
    font-size: 22px;
    color: #201E3A;
    padding: 25px 0px;
    font-weight: 600;
}

.blog-big a.plain:hover,
.blog-ok a.plain:hover {
    color: #f58c3b;
}

.blog-under .box.box-default.box-text-bottom.box-blog-post {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.blog-single .section-page-blog {
    padding-left: 0px;
    padding-right: 0px;
}

.col-we-provide .icon-box-img svg path {
    fill: #fff;
}

.col-we-provide .icon-box.featured-box.icon-box-left.text-left {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
}

.row-why-choose-us .icon-box-img svg path,
.row-why-choose-us .icon-box-img svg {
    fill: orange;
    color: #fff;
}

.row-why-choose-us .col-inner {
    min-height: 435px;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    padding: 16px 0px;
}

.nav-dropdown {
    min-width: 192px;
}


.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    display: table-cell;
    min-width: 188px;
    text-align: left;
    white-space: nowrap;
    width: 160px;
}


.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #FFF;
    visibility: hidden;

}

ul.sub-menu li a {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #999 !important;
    text-transform: unset;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    display: flex;
    flex-direction: column;
}

.sub-menu .menu-item:hover {
    background-color: #4dadfb;
}

.sub-menu .menu-item:hover>a {
    color: #ffffff !important;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd;
    border-radius: 6px;
}

#menu-item-300:hover,
#menu-item-163 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


#menu-item-301:hover,
#menu-item-162:hover {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

ul.header-nav.header-nav-main.nav {
    display: flex;
    gap: 24px;
    justify-content: center;
    font-size: 18px;
}

.nav-dropdown-default {
    padding: 0px;
}

#menu-item-756:hover,
#menu-item-762:hover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

li#menu-item-760:hover {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.section-solution .icon-box.featured-box.icon-box-top.text-left {
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: #fff;
	height: 100%;
}


.section-solution .icon-box.featured-box.icon-box-top.text-left p {
    min-height: 185px;
}

.flex-right ul.header-nav.header-nav-main.nav.nav-right {
    display: flex;
    gap: 0px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}