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

/*************** ADD CUSTOM CSS HERE.   ***************/
.mt-5{
    margin-top: 50px;
}
.mb-5{
    margin-bottom: 50px;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-0{
    margin-bottom: 0 !important;
}
.ms-2{
    margin-left: 20px;
}
.ms-0{
    margin-left: 0 !important;
}
.ms-0{
    margin-left: 0 !important;
}
.my-3{
    margin: 30px 0;
}
.fw-500{
    font-weight: 500 !important;
}
.d-flex{
    display: flex;
}
.container,.row:not(.row-full-width){
    max-width: 90% !important;
}
.btn-menu{
    display: flex;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
}
.btn-menu span{
    color: #0C1033;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.absolute-footer{
    display: none;
}
.newsletter .wpcf7-spinner{
    position: absolute;
}
.newsletter .wpcf7-submit{
    background-color: #0d1033 !important;
}
#wv-primary{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#wv-primary li{
    width: 50%;
    margin-bottom: 0;
}
.wv-menu-box .btn-menu{
    justify-content: end;
}
@media only screen and (min-width: 48em) {
    /*************** ADD PC ONLY CSS HERE  ***************/
    .col-2005538326 > .col-inner{
        padding: 60px 100px;
    }
    .newsletter .wpcf7-form{
        margin: 60px 0;
    }
}
.get-in-touch h3{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 30px;
    color: #0C1033;
}
.banner-1137961772{
    border-radius: 16px;
}
.wv-list-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wv-list-logo img{
    width: 160px;
    height: 80px;
    object-fit: contain;
}
@media only screen and (max-width: 48em){
    .wv-list-logo{
        justify-content: center !important;
    }
    .wv-list-logo li{
        width: calc(100%/2);
        margin-left: 0 !important;
        padding: 20px;
    }
}
.container-scrolling-text {
    position: relative;
    width: 100vw;
    overflow: hidden;
    display: flex;
}
.scrolling-text {
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
    display: flex;
}

.scrolling-text .scrolling-text-content{
    color: rgba(12, 16, 51, 0.1);
    font-size: 4em;
    font-weight: bold;
    white-space: nowrap;
    margin: 50px 0;
    padding-right: 90px;
    transition: all .4s;
}
.scrolling-text .scrolling-text-content:hover{
    color: #000;
    cursor: pointer;
}
/**
style blog-archive 1,4,7
 */
@media only screen and (min-width: 48em){
    .blog-archive .post-item:nth-child(1){
        margin-top: 90px;
    }
    .blog-share .social-icons a{
        margin-left: 60px;
    }
    .blog-share{
        display: flex;
        align-items: baseline;
    }
    .detail-item .d-flex p{
        width: 100%;
    }
    .detail-item .d-flex .wpcf7-form-control-wrap{
        width: 50%;
    }
    .detail-reach-you p{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .detail-reach-you .wpcf7-form-control-wrap{
        width: 48%;
    }
}
@media only screen and (max-width: 48em){
    .blog-share{
        text-align: center !important;
    }
    .blog-share .social-icons{
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .blog-share .social-icons a{
        margin: 0 30px;
    }
    .blog-share{
        flex-direction: column;
    }
    .go-work{
        display: none;
    }
    .detail-item .d-flex .wpcf7-form-control-wrap{
        width: 100%;
    }
    .detail-brief .btn-light{
        width: 100px !important;
    }
    .header-main li.html.custom{
        display: block !important;
    }
    .menu-burger__dot{
        width: 4px;
        height: 4px;
    }
    .menu__burger-icon-wrap{
        width: 30px;
        height: 30px;
    }
    .btn-menu span{
        font-size: 14px;
    }
}
.blog-archive .post-item .post-title{
    color: #0C1033;
    font-size: 2em;
}
.blog-archive .post-item .is-divider{
    display: none;
}
.blog-share .social-icons a{
    color: #0C1033;
    font-size: 16px;
    font-weight: 400;
}
.blog-share h3{
    color: #FCB900;
}
.navigation-post a{
    font-weight: 700;
    font-size: 18px;
    color: #0C1033;
}
.navigation-post a img{
    width: 20px;
    margin-right: 4px;
}
.post-prev-next a{
    display: inline-flex;
    margin-left: 30px;
}
.post-prev-next i{
    font-size: 24px;
    margin: 0 10px;
}
.post-prev-next{
    display: flex;
    justify-content: end;
}
.detail-item{
    margin-bottom: 30px;
}
.detail-item h3{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #0C1033;
    margin-bottom: 30px;
}
.wpcf7-list-item label{
    cursor: pointer;
    font-weight: 100;
}
.type-project .wpcf7-list-item:not(:last-child) label{
    border: 1px solid #000000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 6px 16px;
}
.type-project .wpcf7-list-item label input{
    margin: 0 0 0 12px;
}
.form-brief-detail textarea::placeholder,
.form-brief-detail input::placeholder{
    font-weight: 100;
    color: #372E2C;
}
.form-brief-detail textarea,
.form-brief-detail input{
    border: 1px solid #000000;
    border-radius: 15px;
    box-shadow: none;
}
input:focus-visible{
    outline: none;
}
.detail-item .d-flex p{
    display: flex;
    flex-wrap: wrap;
}
.textarea-describe{
    display: none;
}
.form-brief-detail .wpcf7-file::file-selector-button{
    cursor: pointer;
    background-color: #FCB900;
    border: none;
    color: #fff;
    padding: 4px 10px;
    margin: 10px;
    border-radius: 7px;
}
.form-brief-detail .wpcf7-submit{
    background-color: #FCB900 !important;
    border-radius: 6px;
    border: none;
    text-transform: none;
    font-weight: 500;
    position: absolute;
    right: 0;
    margin: 0;
}
.target-budget .wpcf7-list-item label{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.target-budget .wpcf7-list-item input{
    margin: 0 0 0 12px;
}
.col-120183542 > .col-inner{
    display: flex;
    align-items: center;
}
.col-120183542 > .col-inner .button{
    flex: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 16px;
    font-weight: 500;
    background-color: #0C1033 !important;
    border-radius: 6px;
}
.col-120183542 > .col-inner .button:hover{
    background-color: #4250c6 !important;
}

.block-typed-strings{
    min-height: 100px;
}
.slider-1960254824 .flickity-slider .row{
    border-radius: 30px;
    overflow: hidden;
}
.col-1244095845 > .col-inner{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.scrolling-text{
    transform: translateX(0px);
    animation: 40.2992s linear 0s infinite normal none running marqueeAnimation-4179923;
}
@-webkit-keyframes marqueeAnimation-4179923  { 100%  {transform:translateX(-5772.03px)}}
.col-998536499 > .col-inner{
    overflow: hidden;
}
#typed-strings{
    font-size: 5rem !important;
    font-weight: 700;
}