/*
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.   ***************/
.yt-full-bg {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.yt-full-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100vw;
    height: 100vh;

    transform: translate(-50%, -50%) scale(1.3);
    pointer-events: none;
}

.yt-full-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.header-main a.nav-top-link {
    color: #fff !important;
}


.dark .nav-vertical-fly-out>li>a:hover,
.dark .nav>li.active>a,
.dark .nav>li>a.active,
.dark .nav>li>a:hover,
.nav-dark .nav>li.active>a,
.nav-dark .nav>li.current>a,
.nav-dark .nav>li>a.active,
.nav-dark .nav>li>a:hover,
.nav-dark a.plain:hover,
.nav-dropdown.dark .nav-column>li>a:hover,
.nav-dropdown.dark>li>a:hover {
    color: #688195 !important;
}

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



.cf7-montra-form {
    width: 100%;
    max-width: 800px;
}

.cf7-row {
    display: flex;
    width: 100%;
}

.cf7-col.email {
    flex: 1;
}

.cf7-col.email input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 600;
    background: transparent;
    color: #fff;
    outline: none;
    border-bottom: 2px solid #2D3F46 !important;
    box-shadow: unset;
    border: unset;
}

.cf7-col.email input::placeholder {
    color: #ccc;
    opacity: 1;
}

.cf7-col.button {
    width: 215px;
}

.cf7-col.button input[type="submit"] {
    width: 100%;
    height: 50px;
    background: #2D3F46;
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: -10px;
}

.cf7-col.button input[type="submit"]:hover {
    background: #1f2c31;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 10px;
    border: none;
    color: #fff;
}

.wpcf7-not-valid-tip {
    color: #ff4d4d;
    font-size: 12px;
}

.cf7-col.button {
    width: 215px;
    height: 50px;
    padding: 8px 0px 0px;
}

.cf7-montra-form input:hover,
.cf7-montra-form select:hover,
.cf7-montra-form textarea:hover {
    box-shadow: unset
}

.section-footer .ux-menu-link__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-footer .ux-menu-link__link::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;

    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%232D3F46' d='M64 320C64 461.4 178.6 576 320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320zM305 441C295.6 450.4 280.4 450.4 271.1 441C261.8 431.6 261.7 416.4 271.1 407.1L358.1 320.1L271.1 233.1C261.7 223.7 261.7 208.5 271.1 199.2C280.5 189.9 295.7 189.8 305 199.2L409 303C418.4 312.4 418.4 327.6 409 336.9L305 441z'/></svg>");

    background-size: contain;
    background-repeat: no-repeat;
}

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

.social-icons .icon.button {
    background: #fff !important;
    color: #688195 !important;
    border-color: unset !important;

    transition: all 0.3s ease;
}

.social-icons .icon.button i {
    color: #688195 !important;
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.follow-social.social-icons .icon.button:hover {
    background: #688195 !important;
    color: #fff !important;
    border-color: #688195 !important;
}

.follow-social.social-icons .icon.button:hover i {
    color: #fff !important;
}

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

.text-underline {
    text-decoration: underline;
}

.col-border-radius>.col-inner {
    border-radius: 50px 0px 50px 0px;
}

.col-text-in-banner>.col-inner {
    margin-top: -85vh !important;

}

.button span {
    font-family: Anton, sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
}


.icon-xoay-vong .icon-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-xoay-vong .icon-inner {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgb(45, 63, 70);

    display: flex;
    justify-content: center;
    align-items: center;

    animation: spin 15s linear infinite;
}

.icon-xoay-vong .icon-inner img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    z-index: 2;
}

.icon-xoay-vong .icon-box-text {
    position: absolute;
    width: 220px;
    height: 220px;

    top: 0;
    right: 0;

    margin: 0;
    pointer-events: none;
}

.icon-xoay-vong .icon-box-text span {
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: 0 110px;
    font-size: 12px;
    color: #fff;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon-xoay-vong .icon-box-text {
    animation: spin 10s linear infinite reverse;
}

.icon-box.featured-box.icon-xoay-vong {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.icon-xoay-vong span {
    font-size: 16px !important;
}

.icon-box-xanh .icon-inner img,
.icon-box-xanh img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(13%) saturate(436%) hue-rotate(160deg) brightness(92%) contrast(88%);
}


.section-grad {
    position: relative;
    overflow: hidden;
}

.section-grad::before {
    content: "";
    position: absolute;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-image: radial-gradient(at top center, #688195 17%, rgba(45, 63, 70, 0.4) 40%);

    opacity: 0.22;
    z-index: 0;
}

.section-grad .section-content {
    position: relative;
    z-index: 1;
}

.col-filter>.col-inner {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: inherit;
}

.text-hashtag p {
    width: max-content;
    border: 1px solid #58646B;
    border-radius: 99px;
    padding: 0px 10px;
    margin-bottom: 10px;
}


.tab-home {
    display: flex;
    flex-direction: column;
}

.tab-home .nav {
    display: flex;
    flex-direction: column;
}

.tab-home .nav li {
    position: relative;
}

.tab-home .nav li::before {
    content: "";
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

    width: 76vw;
    bottom: 35px;
    height: 1px;
    background: #fff;
}

.tab-home .nav li a {
    display: block;
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;

    color: transparent;
    -webkit-text-stroke: 1px #fff;
    transition: all 0.3s ease;
    font-family: Anton, sans-serif;
}

.tab-home .nav li a:hover,
.tab-home .nav li.active a {
    color: #fff;
    -webkit-text-stroke: 0;
}

.row-counter {
    counter-reset: colnum;
}

.col-number {
    counter-increment: colnum;
    position: relative;
}

.col-number>.col-inner {
    position: relative;
    overflow: hidden;
    min-height: 434px;
}

.col-number>.col-inner::before {
    content: counter(colnum, decimal-leading-zero);
    position: absolute;
    top: -106px;
    left: -34px;
    font-size: 220px;
    font-weight: 900;
    font-family: Anton, sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    transform: rotate(90deg);
}

.col-number>.col-inner::before {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

.col-number .col-inner>* {
    position: relative;
    z-index: 2;
}

.yt-grad {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.yt-grad::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: linear-gradient(180deg,
            #02010100 -15%,
            #000 94%);

    z-index: 2;
    pointer-events: none;
}

.yt-grad iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.col-text-tin-dung>.col-inner {
    position: relative;
    z-index: 999;
}

.icon-box-review .icon-inner img {
    width: 60px;
    height: 55px;
    object-fit: cover;

    border-radius: 50%;

}

.icon-box-review .icon-inner {
    border-radius: 50%;
    padding: 1px 4px 3px;

    border: 1px solid #67757F;
}

.col-background>.col-inner {
    border-radius: 99px 0px 99px 0px;
}

.col-background {
    position: relative;
    overflow: hidden;
}


.text-stroke {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;

    font-weight: 500;
    letter-spacing: 2px;
}

.col-film>.col-inner {
    min-height: 352px;
}

.row-sticky {
    display: flex;
    align-items: flex-start;
}

.row-sticky>.col:first-child {
    position: sticky;
    top: 100px;
}


.section-pre-footer {
    border-bottom: 1px solid #2D3F46;
}


h5.post-title.is-large a {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}

h5.post-title.is-large a:hover {
    color: #688195;
}

p.from_the_blog_excerpt {
    color: #D0D0D0;
}

.col.post-item .box-text.text-left {
    background: #2A2A2A;
    padding: 20px;
    min-height: 270px;
}

.custom-breadcrumb {
    font-size: 16px;
    font-weight: 500;
}

.custom-breadcrumb a {
    color: #688195;
    text-decoration: none;
}


.custom-breadcrumb span {
    margin: 0 6px;
    color: #688195;
}

.custom-breadcrumb .current {
    color: #fff;
}

.icon-box.featured-box.icon-marquee-about {
    width: auto;
    display: flex;
    justify-content: flex-start;
}

.icon-marquee-about .icon-box-text {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 385px;
    left: 0;
    margin: 0;
    pointer-events: none;
}

.col-pricing>.col-inner {
    min-height: 688px;
}

.text-stroke-service {
    color: transparent !important;
    -webkit-text-stroke: 2px #2A2A2A;
    -webkit-text-fill-color: transparent;
    font-weight: 900 !important;
    letter-spacing: 2px;
    font-size: 130px !important;
}


.text-divide h2 {
    padding-left: 30px;
    border-left: 8px solid #2D3F46;
}

.text-dot h3 {
    position: relative;
    padding-left: 25px;
}

.text-dot h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: translateY(-50%);

    width: 14px;
    height: 14px;
    border-radius: 50%;

    background-color: #2D3F46;
}

.col-service-edit>.col-inner {
    min-height: 206px;
}

.icon-box-arrow .icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.icon-box.featured-box.icon-box-arrow {
    display: flex;
    align-items: center;
}

.icon-box-arrow .icon svg {
    width: 20px;
    height: 20px;
    fill: #2D3F46;
    transition: all 0.3s ease;
}

.icon-box-arrow:hover .icon {
    background: #688195;
}

.icon-box-arrow:hover .icon svg {
    fill: #fff !important;
    color: #fff !important;
}

.icon-box.featured-box.icon-box-check {
    display: flex;
    align-items: center;
}

.col-text-price>.col-inner {
    margin-top: -96vh !important;
}

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

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


.accordion-item a.plain {
    margin-left: 0px !important;
    padding-left: 10px;
    font-family: Anton, sans-serif;
    color: #fff;
    font-size: 20px;
}

.accordion-title.active {
    background-color: rgba(0, 0, 0, .03);
    border-color: var(--fs-color-primary);
    color: #688195 !important;
    font-weight: unset;
}

.social-contact-page {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}


.cf7-custom-form {
    padding: 20px 0px;
    color: #fff;
}

.cf7-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.cf7-col {
    flex: 1;
}

.cf7-col.full {
    flex: 100%;
}

.cf7-custom-form input,
.cf7-custom-form textarea,
.cf7-custom-form select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
    padding: 4px 0;
    color: #fff;
    font-size: 15px;
    outline: none;
    box-shadow: unset;
}

.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
    color: #fff;
}

.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus,
.cf7-custom-form select:focus {
    border-bottom: 1px solid #688195;
    background-color: transparent;
    box-shadow: unset;
}

.cf7-custom-form textarea {
    height: 120px;
    resize: none;
}



.cf7-custom-form select option {
    color: #000;
    background: #fff;
}

.cf7-custom-form input[type="submit"] {
    background: #688195;
    color: #fff;
    border: none;
    padding: 6px 28px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: -130px;
    margin-top: -95px;
}

.cf7-custom-form input[type="submit"]:hover {
    background: #fff;
    color: #688195;
}

@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
    }
}

.banner-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}


body.single-post #header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

body.single-post .header-wrapper,
body.single-post #masthead,
body.single-post .header-bg-color {
    background-color: transparent !important;
}

body.single-post .header-nav>li>a {
    color: #ffffff !important;
}

body.single-post .header-nav>li>a i {
    color: #ffffff !important;
}

body.single-post .header-nav>li>a:hover {
    color: #688195 !important;
}

body.single-post .header-logo-dark {
    opacity: 1 !important;
}

body.single-post #top-bar {
    background-color: transparent !important;
    border-bottom: 0;
}

#main,
#wrapper {
    background-color: #000;
    position: relative;
}

.custom-category-list li {
    padding-left: 0px;
}

.blog-sidebar h5.post-title.is-large a {
    display: none;
}

.entry-content.single-page>* {
    color: #D0D0D0;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    background: #2A2A2A;
    border: unset;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.sub-menu.nav-dropdown a {
    color: #fff;
}

.sub-menu.nav-dropdown>li>a:hover {
    color: #688195;
}

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


}