section{
    overflow: hidden;
    position: relative;
}
.container{
    max-width: 1024px;
}
header .container,
footer .container{
    max-width: 1280px;
}
#vivid-core-business-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-template-template-vivid-vision-webpage {
    overflow-x: hidden;
    max-width: 1380px;
    margin: 0 auto;
}
.page-template-template-vivid-vision-webpage header.sticky {
    max-width: 1380px;
}
#vivid-core-business-section .container .core-business-info .row .col p,
#vivid-culture-section .vivid-culture-info .container .row .col p,
.page-template-template-vivid-vision-webpage p {
    margin-bottom: 30px;
}
.page-template-template-vivid-vision-webpage header .row.col2 .col:first-of-type a {
    visibility: hidden;
}
#vivid-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#vivid-banner-section .main-banner-img{
    width: 100%;
    display: block;
}
#vivid-banner-section .vivid-logo-section{
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    z-index: 1;
}
#vivid-banner-section .vivid-logo-section .container a {
    width: 350px;
    display: inline-block;
}
#vivid-banner-section .vivid-logo-section .container a img {
    height: auto;
    max-width: 100%;
}
#vivid-banner-section .vivid-vision-info{
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 430px;
}
#vivid-banner-section .vivid-vision-info h1 {
    color: var(--tca-blue);
    font-size: 150px;
    line-height: 1;
    font-family: Gilroy-Regular, Arial, Helvetica, sans-serif;
}
#vivid-banner-section .vivid-vision-info h1 strong {
    color: var(--dark-blue);
    display: block;
    font-family: Gilroy-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
}
#vivid-sales-marketing-section {
    position: relative;
    background-color: var(--tca-blue);
}
#vivid-sales-marketing-section h2{
    color: var(--white);
}
.vivid-left-border {
    top: -40px;
    width: 15px;
    height: 500px;
    position: absolute;
    transform: rotate(30deg);
    background-color: var(--tca-blue);
}
#vivid-snapshot-section .row.col2 .col .snapshot-info {
    padding: 70px 0 40px;
}
#vivid-snapshot-section .row.col2 .col .snapshot-info h2{
    color: var(--tca-blue);
}
#vivid-snapshot-section .row.col2 .col .snapshot-info p{
    color: var(--dark-blue);
}
#vivid-snapshot-section .white-space-bottom-right,
#vivid-snapshot-section .white-space-top-left {
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: var(--white);
}
#vivid-snapshot-section .white-space-bottom-right::after,
#vivid-snapshot-section .white-space-top-left::after {
    content: "";
    display: block;
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    right: -1px;
    background: url(../../images/snapshot-icon.png) 0 0 / cover no-repeat;
}
#vivid-snapshot-section .white-space-bottom-right {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
#vivid-snapshot-section .white-space-bottom-right::after {
    top: auto;
    right: 100%;
    bottom: 0;
    margin-right: -1px;
    background: url(../../images/snapshot-icon2.png) 0 0 / cover no-repeat;
}
#vivid-financial-section .container .row .col .vivid-border-title,
#vivid-financial-section .container .row .col p,
#vivid-founder-feeling-section .container .row.col2 .col .vivid-border-title,
#vivid-founder-feeling-section .container .row.col2 .col p,
#vivid-sales-marketing-section .container .row.col2 .col h2,
#vivid-sales-marketing-section .container .row.col2 .col p,
#vivid-sales-marketing-section .container .row.col2 .col p strong,
#vivid-team-section .vivid-team-info .container .row .col .vivid-border-title,
#vivid-team-section .vivid-team-info .container .row .col p {
    color: var(--white);
}
#vivid-financial-section .container .row .col .vivid-border-title span,
#vivid-founder-feeling-section .container .row.col2 .col .vivid-border-title span,
#vivid-sales-marketing-section .container .row.col2 .col h2 span,
#vivid-team-section .vivid-team-info .container .row .col .vivid-border-title span {
    border-bottom-color: var(--white);
}
#vivid-financial-section .container .row .col p strong,
#vivid-founder-feeling-section .container .row.col2 .col p strong,
#vivid-founder-feeling-section .container .row.col2 .col p strong em,
#vivid-snapshot-section .row.col2 .col .snapshot-info p strong,
#vivid-team-section .vivid-team-info .container .row .col p em,
#vivid-team-section .vivid-team-info .container .row .col p strong {
    color: inherit;
}
.float-img-right {
    height: 100%;
    top: 0;
    right: 0;
    width: 50%;
    position: absolute;
}
.float-img-left {
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    position: absolute;
}
.float-img-left img,
.float-img-right img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
#vivid-core-values-section {
    padding: 70px 0 50px;
    background: var(--dark-blue);
}
#vivid-team-section::after,
#vivid-core-values-section::after,
#vivid-core-business-section::after{
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -65px;
    right: -137px;
    background: var(--tca-blue);
    transform: rotate(30deg);
}
#vivid-core-values-section .vivid-left-border {
    background-color: var(--white);
}
.vivid-border-title {
    font-size: 42px;
    color: var(--white);
    margin-bottom: 30px;
}
#vivid-core-values-section .container .core-value-box{
    position: relative;
    padding-left: 160px;
}
#vivid-core-values-section .container .core-value-box::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 85px;
    margin-top: -40px;
    transform: rotate(45deg);
    background: var(--tca-blue);
}
#vivid-core-values-section .container .core-value-box .img-box {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 5;
    display: flex;
    margin-top: -55px;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    background-color: var(--white);
    z-index: 1;
}
#vivid-core-values-section .container .core-value-box .img-box img {
    transform: rotate(-45deg);
    width: 60%;
    margin: 0 auto;
}
#vivid-core-values-section .container .core-value-box .info-box {
    padding: 20px 50px 40px;
}
#vivid-core-values-section .container .core-value-box .info-box h3 {
    color: var(--tca-blue);
    margin-bottom: 0;
}
#vivid-core-values-section .container .core-value-box .info-box p {
    color: var(--white);
}
#vivid-culture-section .vivid-culture-info {
    padding: 60px 0 80px;
    overflow: hidden;
    position: relative;
}
.shape-gradient{
    background: var(--tca-blue);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    right: 0;
    clip-path: polygon(0 60%, 0% 100%, 95% 100%);
}
#vivid-culture-section .vivid-culture-info h2{
    color: var(--tca-blue);
}
#vivid-culture-section .img-sec {
    overflow: hidden;
    position: relative;
    margin-bottom: -60px;
}
#vivid-copyright-section .container .row .col ul li a img,
#vivid-culture-section .img-sec .banner-img,
#vivid-founder-feeling-section .container .row.col2 .col .founder-img img {
    width: 100%;
    display: block;
}
#vivid-culture-section .vivid-culture-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
}
#vivid-bottom-content-section .container,
#vivid-culture-section .vivid-culture-info .container,
#vivid-founder-feeling-section .container,
#vivid-team-section .vivid-team-info .container {
    position: relative;
    z-index: 1;
}
#vivid-team-section {
    padding-top: 60px;
    background: var(--dark-blue);
}
#vivid-team-section::after{
    background: var(--white);
}
#vivid-team-section .vivid-left-border {
    top: -40px;
    width: 15px;
    height: 500px;
    transform: rotate(30deg);
    background-color: var(--white);
}
#vivid-team-section h2{
    color: var(--white);
    margin-bottom: 25px;
}
#vivid-team-section p{
    color: var(--white);
}
#vivid-team-section p em,
#vivid-team-section p strong{
    color: inherit;
}
#vivid-team-section .row .col img{
    display: block;
}
#vivid-core-business-section {
    padding: 80px 0;
}
#vivid-core-business-section::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}
#vivid-core-business-section::after{
    top: -65px;
    bottom: auto;
    transform: rotate(-30deg);
    background: var(--dark-blue);
}
/* #vivid-core-business-section .shape-gradient{
    background: var(--dark-blue);
} */
#vivid-core-business-section h2{
    color: var(--tca-blue);
}
#vivid-core-business-section .container .core-business-info{
    position: relative;
    z-index: 1;
}
#vivid-tca-office-section{
    padding: 60px 0 0;
    background: var(--dark-blue);
}
#vivid-tca-office-section .vivid-left-border{
    background: var(--white);
}
#vivid-tca-office-section .office-img img{
    width: 100%;
    display: block;
}
#vivid-tca-office-section h2{
    color: var(--white);
}
#vivid-tca-office-section p{
    color: var(--white);
}
#vivid-tca-office-section em,
#vivid-tca-office-section strong{
    color: inherit;
}
#vivid-tca-office-section .float-img-left {
    width: 45%;
}
#vivid-tca-office-section .float-img-left .shape-overlay {
    position: absolute;
    top: 0;
    right: -1px;
    width: auto;
}
#vivid-sales-marketing-section .vivid-left-border {
    background-color: var(--white);
}
#vivid-sales-marketing-section .container .row.col2 .col:first-child {
    padding: 80px 80px 60px 0;
}
#vivid-media-awards-section{
    margin-top: -60px;
}
#vivid-media-awards-section .shape-gradient{
    background: var(--dark-blue);
    left: 50%;
}
#vivid-media-awards-section .border-bottom-right {
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
#vivid-media-awards-section .container .row.col2 .col:last-child {
    overflow: hidden;
    position: relative;
    padding: 100px 0 40px 110px;
}
#vivid-media-awards-section .container .row.col2 .col:last-child h2{
    color: var(--tca-blue);
}
#vivid-media-awards-section .container .row.col2 .col:last-child .vivid-left-border{
    left: 0;
    background-color: var(--tca-blue);
}
#vivid-media-awards-section .float-img-left{
    height: auto;
    bottom: -1px;
}
#vivid-financial-section {
    position: relative;
    background: var(--dark-blue);
}
#vivid-financial-section .vivid-left-border{
    background-color: var(--white);
}
#vivid-financial-section .row.col2 .col .vivid-financial-info{
    padding: 60px 0;
}
#vivid-financial-section .row.col2 .col .float-img-right img{
    width: 100%;
    display: block;
}
#vivid-giving-forward-section .banner-img{
    width: 100%;
    display: block;
}
#vivid-giving-forward-section .shape-gradient{
    background: var(--dark-blue);
}
#vivid-giving-forward-section .giving-forward-content{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    margin-top: -90px;
}
#vivid-giving-forward-section .giving-forward-content h2{
    color: var(--tca-blue);
}
#vivid-giving-forward-section .giving-forward-content .bottom-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#vivid-giving-forward-section .giving-forward-content .bottom-content .left-content{
    width: 100%;
    max-width: calc(100% - 500px);
}
#vivid-giving-forward-section .giving-forward-content .bottom-content .right-img{
    width: 100%;
    max-width: 420px;
}
#vivid-founder-feeling-section {
    padding-bottom: 40px;
}
#vivid-founder-feeling-section .founder-feeling-content{
    overflow: hidden;
    margin-top: -100px;
    position: relative;
    padding-left: 160px;
}
#vivid-founder-feeling-section h2{
    color: var(--tca-blue);
}
#vivid-founder-feeling-section .container .row.col2 {
    width: auto;
    margin: 0 -15px;
    flex-direction: row-reverse;
}
#vivid-founder-feeling-section .container .row.col2 .col {
    padding: 0 15px;
}
#vivid-founder-feeling-section .container .row.col2 .col .founder-img {
    max-width: 450px;
    border: 7px solid var(--white);
}
#vivid-founder-feeling-section .devider-sec {
    height: 400px;
    position: absolute;
    bottom: -150px;
    width: 150%;
    left: -25%;
    transform: rotate(-7deg);
    border-top: 100px solid var(--tca-blue);
    background-color: var(--white);
}
#vivid-founder-feeling-section .devider-sec::before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    background-color: var(--white);
}
#vivid-bottom-content-section {
    padding: 10px 0 80px;
    position: relative;
}
#vivid-copyright-section {
    padding-top: 40px;
    background-color: var(--dark-blue);
    border-bottom: 20px solid var(--tca-blue);
}
#vivid-copyright-section::after {
    content: "";
    height: 50px;
    display: block;
    background-color: var(--white);
}
#vivid-copyright-section .container {
    padding-bottom: 40px;
}
#vivid-copyright-section .container .row .col p {
    color: var(--white);
    max-width: 850px;
}
#vivid-copyright-section .container .row .col ul {
    display: flex;
    float: right;
    align-items: center;
    list-style-type: none;
}
#vivid-copyright-section .container .row .col ul li {
    margin-left: 10px;
}
#vivid-copyright-section .container .row .col ul li a {
    width: 34px;
    display: block;
}
@media only screen and (max-width: 767.98px) {
    #vivid-banner-section .vivid-logo-section {
        top: 70px;
    }
    #vivid-banner-section .vivid-logo-section .container a {
        width: 110px;
    }
    #vivid-banner-section .vivid-vision-info {
        width: 120px;
        bottom: 20px;
    }
    #vivid-banner-section .vivid-vision-info h1 {
        font-size: 36px;
    }
    #vivid-banner-section .vivid-vision-info h1 strong{
        margin-bottom: 10px;
    }
    .float-img-left,
    .float-img-right {
        width: auto;
        position: relative;
    }
    #vivid-founder-feeling-section .devider-sec,
    #vivid-sales-marketing-section .float-img-right .sales-shape-overlay,
    #vivid-snapshot-section .white-space-bottom-right,
    #vivid-snapshot-section .white-space-top-left,
    .vivid-left-border {
        display: none;
    }
    #vivid-snapshot-section .row.col2 .col .snapshot-info {
        padding: 0;
    }
    #vivid-snapshot-section .row.col2 .col:first-child {
        padding: 50px 0 30px;
    }
    .vivid-border-title {
        margin-bottom: 20px;
    }
    #vivid-core-values-section {
        padding: 50px 0 15px;
    }
    #vivid-core-values-section .container .core-value-box{
        padding-left: 0;
    }
    #vivid-core-values-section .container .core-value-box::before{
        top: 20px;
        left: 50%;
        width: 120px;
        height: 120px;
        margin: 0 0 0 -23px;
    }
    #vivid-core-values-section .container .core-value-box .img-box {
        width: 160px;
        height: 160px;
        border-width: 3px;
        margin: 50px auto 0;
        position: static;
    }
    #vivid-core-values-section .container .core-value-box .img-box img {
        width: 50%;
    }
    #vivid-core-values-section .container .core-value-box .info-box {
        min-height: inherit;
        border: none;
        padding: 70px 0 5px;
    }
    #vivid-core-values-section .container .core-value-box .info-box h3{
        margin-bottom: 20px;
    }
    #vivid-team-section::after, #vivid-core-values-section::after, #vivid-core-business-section::after{
        bottom: -140px;
    }
    #vivid-core-business-section::after {
        top: -140px;
    }
    #vivid-culture-section {
        padding-bottom: 30px;
        border-bottom-width: 15px;
    }
    #vivid-culture-section .img-sec {
        margin-bottom: 0;
    }
    #vivid-culture-section .vivid-culture-info{
        padding: 30px 0 40px;
    }
    .vivid-border-title{
        font-size: 28px;
    }
    .vivid-border-title span {
        padding-bottom: 10px;
        border-bottom-width: 2px;
    }
    #vivid-core-business-section,
    #vivid-giving-forward-section .container .row.col2 .col:first-child,
    #vivid-sales-marketing-section .container .row.col2 .col:first-child {
        padding: 50px 0;
    }
    #vivid-media-awards-section .container .row.col2 .col:last-child{
        padding: 50px 0 20px;
    }
    #vivid-team-section .team-tca-blue-sec {
        padding-bottom: 220px;
    }
    #vivid-team-section .team-dark-blue-sec .container .row .col img {
        margin: -250px 0 20px;
    }
    #vivid-team-section .team-dark-blue-sec::before {
        height: 250px;
        top: -80px;
    }
    #vivid-core-business-section .container .core-business-info h2 {
        font-size: 22px;
    }
    #vivid-bottom-content-section .container .row .col,
    #vivid-core-business-section .container .core-business-info .row .col {
        column-gap: 0;
        column-count: 1;
    }
    #vivid-tca-office-section .float-img-left {
        width: auto;
        margin-right: 20px;
    }
    #vivid-tca-office-section .container .vivid-tca-office-info {
        margin-left: 0;
        max-width: 100%;
    }
    #vivid-tca-office-section .float-img-left .shape-overlay {
        right: -1px;
    }
    #vivid-media-awards-section .border-bottom-right {
        width: 100%;
    }
    #vivid-financial-section {
        padding: 50px 0 0;
    }
    #vivid-financial-section .row.col2 .col .vivid-financial-info{
        padding: 0 0 20px;
    }
    #vivid-founder-feeling-section .container .row.col2 .col .founder-img {
        max-width: 100%;
        margin-bottom: 30px;
    }
    #vivid-bottom-content-section {
        padding: 50px 0 25px;
    }
    #vivid-bottom-content-section .container .row .col p,
    #vivid-copyright-section .container .row .col p {
        margin-bottom: 25px;
    }
    #vivid-copyright-section {
        border-bottom-width: 15px;
    }
    #vivid-media-awards-section .shape-gradient{
        display: none;
    }
    #vivid-giving-forward-section .giving-forward-content{
        margin-top: 0;
        padding: 30px 0 50px;
    }
    #vivid-founder-feeling-section .founder-feeling-content{
        padding-left: 0;
        margin-top: -40px;
    }
    #vivid-founder-feeling-section .founder-feeling-content h2{
        padding-left: 35px;
    }
    #vivid-founder-feeling-section{
        padding-bottom: 20px;
    }
    #vivid-giving-forward-section .giving-forward-content .bottom-content{
        display: block;
    }
    #vivid-giving-forward-section .giving-forward-content .bottom-content .right-img,
    #vivid-giving-forward-section .giving-forward-content .bottom-content .left-content{
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #vivid-banner-section .vivid-logo-section .container a {
        width: 250px;
    }
    #vivid-banner-section .vivid-logo-section {
        top: 100px;
    }
    #vivid-banner-section .vivid-vision-info {
        width: 260px;
        bottom: 80px;
    }
    .vivid-left-border {
        display: none;
        width: 15px;
    }
    #vivid-banner-section .vivid-vision-info h1 {
        font-size: 70px;
    }
    #vivid-banner-section .vivid-vision-info h1 strong{
        margin-bottom: 30px;
    }
    #vivid-snapshot-section .row.col2 .col .snapshot-info {
        padding: 40px 20px 15px 0;
    }
    .page-template-template-vivid-vision-webpage p {
        margin-bottom: 20px;
    }
    #vivid-snapshot-section .white-space-bottom-right,
    #vivid-snapshot-section .white-space-top-left {
        height: 60px;
    }
    #vivid-snapshot-section .white-space-bottom-right::after,
    #vivid-snapshot-section .white-space-top-left::after {
        width: 60px;
        height: 60px;
    }
    #vivid-team-section .team-dark-blue-sec .container .row .col img,
    .vivid-border-title {
        margin-bottom: 20px;
    }
    .vivid-border-title span {
        padding-bottom: 15px;
    }
    #vivid-core-business-section,
    #vivid-core-values-section {
        padding: 60px 0;
    }
    .vivid-border-title{
        font-size: 34px;
    }
    #vivid-culture-section .img-sec {
        margin-bottom: 0;
    }
    #vivid-culture-section .vivid-culture-info{
        padding: 30px 0;
    }
    #vivid-culture-section {
        padding-bottom: 40px;
    }
    #vivid-team-section .team-tca-blue-sec {
        padding-bottom: 470px;
    }
    #vivid-sales-marketing-section .container .row.col2 .col:first-child {
        padding: 40px 15px 40px 0;
    }
    #vivid-tca-office-section .float-img-left .shape-overlay {
        width: 70%;
    }
    #vivid-media-awards-section .container .row.col2 .col:last-child {
        padding: 0 0 60px 20px;
    }
    #vivid-media-awards-section{
        margin-top: 0;
    }
    #vivid-financial-section {
        padding: 0;
    }
    #vivid-financial-section .row.col2 .col .vivid-financial-info{
        padding: 50px 15px 25px 0;
    }
    #vivid-financial-section .giving-forward-shape {
        bottom: -80px;
    }
    #vivid-giving-forward-section .container .row.col2 .col:first-child {
        padding: 70px 15px 40px 0;
    }
    #vivid-founder-feeling-section .founder-feeling-content{
        margin-top: -90px;
        padding: 0 20px 0 80px;
    }
    #vivid-founder-feeling-section .devider-sec {
        bottom: -140px;
        height: 310px;
    }
    #vivid-bottom-content-section {
        padding-bottom: 60px;
    }
    #vivid-bottom-content-section .container .row.col2 {
        margin: 0 -15px;
    }
    .float-img-left img, .float-img-right img{
        height: 335px;
    }
    #vivid-copyright-section .container .row .col ul li a img, 
    #vivid-culture-section .img-sec .banner-img, 
    #vivid-founder-feeling-section .container .row.col2 .col .founder-img img {
       object-position: 0 -84px;
    }
    #vivid-giving-forward-section .giving-forward-content .bottom-content .right-img{
        max-width: 260px;
    }
    #vivid-giving-forward-section .giving-forward-content .bottom-content .left-content{
        max-width: calc(100% - 300px);
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .vivid-left-border{
        height: 300px;
        top: -120px;
    }
    #vivid-snapshot-section .vivid-left-border,
    #vivid-tca-office-section .vivid-left-border,
    #vivid-core-values-section .vivid-left-border{
        top: -40px;
    }
    #vivid-banner-section .vivid-logo-section .container a {
        width: 250px;
    }
    #vivid-banner-section .vivid-logo-section {
        top: 160px;
        left: 110px;
    }
    #vivid-banner-section .vivid-vision-info h1 {
        font-size: 80px;
    }
    #vivid-banner-section .vivid-vision-info h1 strong{
        margin-bottom: 40px;
    }
    #vivid-banner-section .vivid-vision-info {
        width: 350px;
        bottom: 120px;
    }
    #vivid-core-business-section{
        padding-left: 50px;
        padding-right: 50px;
    }
    #vivid-core-values-section {
        padding: 60px 0;
    }
    #vivid-core-values-section .vivid-border-title{
        margin-left: 45px;
    }
    #vivid-culture-section {
        padding-bottom: 60px;
    }
    #vivid-culture-section .img-sec {
        margin-bottom: -45px;
    }
    #vivid-culture-section .vivid-culture-info{
        padding-left: 50px;
        padding-right: 50px;
    }
    #vivid-team-section .team-dark-blue-sec .container .row .col .vivid-border-title,
    #vivid-team-section .team-dark-blue-sec .container .row .col p {
        padding-left: 50px;
    }
    #vivid-culture-section .vivid-culture-info{
        padding-bottom: 20px;
    }
    #vivid-team-section{
        padding-left: 50px;
        padding-right: 50px;
    }
    #vivid-team-section .vivid-left-border{
        top: -120px;
        height: 300px;
    }
    #vivid-team-section .team-dark-blue-sec .container .row .col img {
        margin-bottom: 30px;
    }
    .vivid-border-title span {
        padding-bottom: 15px;
    }
    #vivid-snapshot-section .row.col2 .col .snapshot-info {
        padding: 40px 30px 15px 50px;
    }
    #vivid-sales-marketing-section .container .row.col2 .col:first-child {
        padding: 40px 20px 40px 0;
    }
    #vivid-media-awards-section .container .row.col2 .col:last-child {
        padding: 40px 15px 80px 30px;
    }
    #vivid-sales-marketing-section .vivid-left-border,
    #vivid-media-awards-section .container .row.col2 .col:last-child .vivid-left-border{
        display: none;
    }
    .vivid-border-title{
        font-size: 34px;
    }
    #vivid-financial-section {
        padding: 0;
    }
    #vivid-financial-section .row.col2 .col .vivid-financial-info{
        padding: 40px 15px 20px 50px;
    }
    #vivid-financial-section .vivid-left-border{
        top: -40px;
    }
    #vivid-financial-section .vivid-border-title{
        margin-bottom: 20px;
    }
    #vivid-financial-section .giving-forward-shape {
        bottom: -100px;
    }
    #vivid-giving-forward-section .container .row.col2 .col:first-child {
        padding: 90px 20px 60px 30px;
    }
    #vivid-founder-feeling-section .founder-feeling-content{
        padding: 0 70px;
    }
    #vivid-founder-feeling-section .devider-sec {
        bottom: -170px;
    }
    #vivid-tca-office-section .vivid-tca-office-info{
        padding: 0 50px;
    }
    #vivid-giving-forward-section .giving-forward-content{
        padding: 60px 50px;
        margin-top: -68px;
    }
    #vivid-giving-forward-section .giving-forward-content .bottom-content .right-img{
        max-width: 360px;
    }
    #vivid-giving-forward-section .giving-forward-content .bottom-content .left-content{
        max-width: calc(100% - 400px);
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .page-template-template-vivid-vision-webpage .container {
        padding: 0 15px;
    }
    #vivid-banner-section .vivid-logo-section {
        padding: 100px 0 70px;
        margin-bottom: 500px;
    }
    #vivid-banner-section .vivid-vision-info h1 {
        font-size: 120px;
    }
    #vivid-banner-section .vivid-vision-info {
        padding-top: 280px;
    }
    #vivid-snapshot-section .row.col2 .col .snapshot-info {
        padding: 60px 40px;
    }
    #vivid-core-values-section .container .core-value-box .img-box {
        width: 230px;
        height: 230px;
    }
    #vivid-culture-section {
        padding-bottom: 70px;
    }
    #vivid-culture-section .img-sec {
        margin-bottom: 0;
    }
    #vivid-culture-section .vivid-culture-info {
        padding: 0 30px;
    }
    #vivid-team-section .team-dark-blue-sec .container .row .col .vivid-border-title,
    #vivid-team-section .team-dark-blue-sec .container .row .col p {
        padding-left: 30px;
    }
    #vivid-sales-marketing-section .container .row.col2 .col:first-child {
        padding: 70px 40px 40px 30px;
    }
    #vivid-media-awards-section .container .row.col2 .col:last-child {
        padding: 30px 30px 80px;
    }
    #vivid-financial-section {
        padding: 80px 20px 320px 30px;
    }
    #vivid-financial-section .giving-forward-shape {
        bottom: -140px;
    }
    #vivid-giving-forward-section .container .row.col2 .col:first-child {
        padding: 120px 30px 80px;
    }
    #vivid-founder-feeling-section {
        padding: 100px 0 80px 30px;
    }
}