.aimarketing-page {
    font-family: GoogleSans, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.42857143
}

.section-temp {
    padding: 60px 0
}

.text-center {
    text-align: center
}

.text-bold {
    font-family: GoogleSans Bold, Arial, Helvetica, sans-serif
}

.nowrap {
    white-space: nowrap;
    text-transform: initial
}

.banner-title {
    font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
    font-size: 42px;
    margin: 15px
}

.content-title {
    font-size: 30px;
    font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 16px
}

.btn-ctn {
    display: flex;
    padding-top: 27px
}

a.btn-try {
    background: #ff4b2b;
    color: #fff;
    margin-right: 16px
}

.btn-ctn>a {
    display: block;
    padding: 10px 20px;
    border-radius: 37px;
    border: 2px solid #ff4b2b;
    font-family: googlesans bold, Arial, sans-serif
}

@media screen and (max-width: 480px) {
    .content-title {
        font-size: 28px
    }

    .btn-ctn {
        padding-top: 27px
    }

    .banner-title {
        font-size: 32px
    }
}

/*#region Tab */
.ai-feature-tab {
    position: absolute;
    top: -60px;
    width: 100%;
    transition: top 0.1s;
    z-index: 99;
    min-height: 60px;
}

.ai-feature-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-feature-tab ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    width: 100%;
}

.ai-feature-tab ul li {
    padding: 0;
    margin: 0;
}

.ai-feature-tab ul li:not(:last-child) {
    margin-right: 15px;
}

.ai-feature-tab li {
    display: flex;
}

.ai-feature-tab li:first-child {
    margin-left: 0;
    padding: 0;
}

.ai-feature-tab li a {
    color: #666666;
    padding: 8px 10px;
    border-radius: 5px;
}

.ai-feature-tab.stickyCss li a i.arrow {
    border: solid #666666;
    border-width: 0 2px 2px 0;
    margin: 0 0 3px 3px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ai-feature-tab ul li.active>a {
    color: #FF5637;
}

.ai-feature-tab.stickyCss ul li.active>a {
    background: #FF5637;
    color: #fff;
}

.logo-banner-tab {
    display: none;
}

.ai-feature-tab ul li.only-show-in-sticky {
    display: none;
}

.ai-feature-tab.stickyCss ul li.only-show-in-sticky {
    display: block;
}

.stickyCss {
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    top: 0;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    z-index: 99999;
}

.menu-item {
    position: relative;
}

.menu-item ul.menu-child {
    list-style: none;
    box-shadow: 0 1px 8px -1px #e0e0e0;
    position: absolute;
    top: 44px;
    background: #fff;
    width: 300px;
    height: auto !important;
    padding: 10px 15px 10px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-item ul.menu-child::before {
    content: " ";
    display: block;
    position: absolute;
    left: 20px;
    top: -8px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.menu-item ul.menu-child::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.menu-item ul.menu-child a {
    padding: 7px 0;
}

.menu-item:hover ul.menu-child {
    display: block;
    z-index: 99;
}

.td-toggle {
    display: none;
}

i.arrow {
    border: solid #666666;
    border-width: 0 2px 2px 0;
    margin: 0 0 3px 3px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ai-feature-tab.stickyCss .logo-banner-tab {
    display: block;
}

@media (min-width: 1170px) {
    .ai-feature-tab .container {
        width: 1170px;
    }
}

@media (min-width: 980px) {
    .ai-feature-tab.stickyCss ul {
        justify-content: flex-end;
    }

    .ai-feature-tab.stickyCss .logo-banner-tab img {
        width: 188px;
    }

    #menu1 li {
        width: 33.33%;
        margin-right: 0;
        padding: 0 5px;
    }

    .menu-item:hover ul.menu-child {
        width: 250px;
    }

    .ai-feature-tab li a {
        font-size: 18px;
    }
}

@media (max-width: 979px) {
    .ai-feature-tab.stickyCss ul {
        display: none;
    }

    .ai-feature-tab.stickyCss .toggle-mobile {
        display: block;
    }

    .ai-feature-tab {
        display: none;
    }

    .ai-feature-tab.stickyCss {
        display: block;
    }

    .ai-feature-tab ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .stickyCss {
        padding-bottom: 0;
    }

    .ai-feature-tab {
        top: 15px;
    }

    .ai-feature-tab li a {
        font-size: 14px;
    }

    .ai-feature-tab.stickyCss {
        top: 0;
    }
}

/*#endregion*/

/*#region mobile menu */
.toggle-mobile {
    display: none;
}

.ic-mobile:before {
    background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png) no-repeat center;
    content: '';
    width: 42px;
    height: 42px;
    display: block;
}

.ai-feature-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 0;
    overflow-y: auto;
    background-color: #fff;
}

.mobile-container {
    position: relative;
}

.mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
}

.mobile-header {
    height: 60px;
}

.mobile-close .td-icon-close-mobile {
    color: #666666;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    top: 4px;
    position: relative;
}

.mobile-content {
    margin: 20px 20px 0;
    border-top: 1px solid #E7E7E7;
}

.mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-content ul li {
    margin: 0;
    padding: 0;
}

.mobile-content li a {
    color: #666666;
    padding: 12px 30px 12px 12px;
    line-height: 1.42857143;
    display: block;
    width: fit-content;
}

.mobile-content .td-icon-menu-right {
    font-size: 12px;
    padding: 6px;
}

.mobile-content .mobile-sub-menu {
    display: none;
}

.mobile-content .mobile-sub-menu a {
    padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
    transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
    transform: rotate(90deg);
    /* transition: transform 0.3s ease; */
}

.mobile-content li a.highlight-item {
    color: #FF5637;
    font-weight: bold;
}

/*#endregion*/

.banner {
    background-color: #fef4eb !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 107px;
    background: url(/sites/amis/images/pages/amis-aimarketing-new/img-banner-top-left.webp), url(/sites/amis/images/pages/amis-aimarketing-new/img-banner-top-right.webp), url(/sites/amis/images/pages/amis-aimarketing-new/img-banner-bot-left.webp), url(/sites/amis/images/pages/amis-aimarketing-new/img-banner-bot-right.webp);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin-top: 90px;
}

.banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 60px;
    margin-top: 20px
}

.banner-btn-try {
    color: #fff;
    padding: 14px 35px;
    border: 2px solid #ff5637;
    background-color: #ff5637;
    border-radius: 37px;
    cursor: pointer
}

.btn-advise {
    color: #fff;
    padding: 14px 35px;
    background: linear-gradient(45deg, #ff9500, #ffb200);
    border-radius: 37px;
    cursor: pointer;
    margin: 0 20px
}

.btn-advise:hover {
    color: #fff;
    opacity: 1
}

.btn-buynow {
    color: #ff5637;
    border: 2px solid #ff5637;
    background: #fff;
    border-radius: 37px;
    padding: 12px 35px;
    font-family: googlesans bold, Arial, sans-serif
}

.banner-des {
    font-size: 18px
}

.btn-buynow:focus {
    color: #ff5637 !important
}

.btn-buynow:hover {
    background: #ff5637;
    color: #fff;
    transition: .4s
}

.banner-btn-view {
    display: flex;
    align-items: center;
    margin-left: 19px
}

.banner-view-text {
    color: #ff4b2b;
    margin-left: 10px
}

.banner-enterprise {
    margin: 80px 0 147px
}

.banner-enterprise-text {
    font-size: 22px
}

.banner-enterprise-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 0
}

.banner-enterprise-item-title {
    font-size: 24px
}

.banner-enterprise-item-des {
    line-height: 2;
    margin-bottom: 20px;
	padding: 0 16px;
}

.banner-enterprise-item-img {
    margin: 20px 0 30px
}

.banner-enterprise-logo {
    margin: 22px 0 108px
}

.banner-enterprise-logo-mobi {
    display: none
}

.banner-enterprise-item {
    border-right: 1px solid #f8ebeb;
    position: relative
}

.banner-enterprise-item:nth-last-child(1) {
    border-right: none
}

.banner-enterprise-arrow {
    position: absolute
}

@media(min-width: 1100px) and (max-width:1361px) {
    .banner .container {
        width: 970px
    }
}

@media(min-width: 980px) and (max-width:1100px) {
    .banner .container {
        width: 750px
    }
}

@media screen and (min-width: 980px) {
    .banner {
        width: 85%
    }

    .banner-enterprise-item:nth-child(2) .banner-enterprise-arrow {
        top: 20%;
        transform: scaleY(-1)
    }

    .banner-enterprise-arrow {
        top: 32%;
        right: -31%
    }
}

@media screen and (min-width: 980px) {
    .banner-enterprise-item:nth-child(2) .banner-enterprise-arrow {
        top: 20%;
        transform: scaleY(-1)
    }

    .banner-enterprise-arrow {
        top: 32%;
        right: -31%
    }
}

@media screen and (max-width: 979px) {
    .banner-enterprise-type {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }

    .banner-enterprise-item {
        border-right: unset
    }

    .banner-enterprise-arrow {
        display: none
    }

    .banner {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 45px;
        margin-top: 25px;
        border-radius: 25px;
        background-size: 230px
    }

    .banner-btn {
        display: block;
        text-align: center
    }

    .banner-btn>div:not(:first-child) {
        margin-top: 50px
    }
}

@media screen and (max-width: 480px) {
    .banner-enterprise {
        margin: 80px 25px
    }

    .banner-enterprise-item-img {
        margin: 29px 0
    }

    .banner-enterprise-logo {
        display: none
    }

    .banner-enterprise-logo-mobi {
        margin: 10px 0 36px
    }

    .banner-enterprise-logo-mobi {
        display: block
    }

    .banner-enterprise-type {
        grid-template-columns: 1fr
    }

    .banner-enterprise-item {
        border-bottom: 1px solid #f8ebeb
    }

    .btn-advise {
        margin: unset
    }

    .banner-enterprise-item:nth-child(2n+1) .banner-enterprise-arrow {
        display: block;
        transform: rotate(90deg);
        left: -8%;
        top: 95%
    }

    .banner-enterprise-item:nth-child(2) .banner-enterprise-arrow {
        display: block;
        transform: scaleY(-1) rotate(271deg);
        right: -8% !important;
        top: 95%
    }

    .banner-btn-try {
        padding: 14px 15px
    }

    .banner-enterprise-item:nth-last-child(1) {
        border-bottom: unset
    }

    .banner-des br {
        display: none !important
    }
}

@media screen and (max-width: 363px) {
    .banner-btn {
        display: grid;
        justify-content: unset;
        margin: 20px 30px 60px
    }

    .banner-btn-view {
        justify-content: center;
        margin-top: 20px;
        margin-left: unset
    }

    .banner-enterprise-item:nth-child(2n+1) .banner-enterprise-arrow {
        left: -12%
    }

    .banner-enterprise-item:nth-child(2) .banner-enterprise-arrow {
        right: -12% !important
    }
}

@media screen and (max-width: 325px) {
    .banner-enterprise-item:nth-child(2n+1) .banner-enterprise-arrow {
        display: none
    }

    .banner-enterprise-item:nth-child(2) .banner-enterprise-arrow {
        display: none
    }
}

.video-des {
    margin: 10px auto 36px;
    font-size: 18px
}

.video-icon-pause {
    position: absolute;
    top: calc(50% - 36.22px);
    left: calc(50% - 36.22px);
    animation: animate-pulse 3s linear infinite;
    border-radius: 50%;
    cursor: pointer
}

@media screen and (min-width: 1360px) {
    .video {
        padding-top: 120px
    }
}

@media screen and (max-width: 767px) {
    .video-icon-pause {
        width: 64px;
        top: calc(50% - 32px);
        left: calc(50% - 32px)
    }
}

@media screen and (max-width: 480px) {
    .video {
        padding-bottom: 0
    }

    .video-des {
        margin-bottom: 40px
    }

    .video-icon-pause {
        width: 32px;
        top: calc(50% - 16px);
        left: calc(50% - 16px)
    }
}

.feature-ctn-item {
    display: flex;
    align-items: center
}

.feature-ctn-item:nth-child(2) {
    margin-top: 140px;
    direction: rtl
}

.feature-ctn-item:nth-child(2) .feature-ctn-left {
    direction: ltr
}

ul.feature-description {
    list-style-type: none
}

ul.feature-description.icon-type-1 li {
    background: url(/sites/amis/images/pages/amis-aimarketing-new/ic-tick.svg) no-repeat left center;
    background-size: 20px
}

ul.feature-description li {
    margin: 0;
    padding: 6px 0 6px 30px
}

@media screen and (min-width: 1361px) {
    .feature-ctn-right {
        padding-left: 0;
        padding-right: 0;
        width: 61%
    }

    .feature-ctn-left {
        width: 39%
    }

    .feature-ctn-item:nth-child(2) .feature-ctn-left {
        padding-left: 55px;
        padding-right: 0
    }
}

@media(min-width: 768px) and (max-width:979px) {
    .feature-ctn-right {
        width: 50%
    }

    .feature-ctn-left {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .feature-ctn-item {
        display: block
    }

    ul.feature-description {
        list-style-type: none;
        margin-top: 8px
    }

    .feature-ctn-right {
        margin-top: 40px;
        padding: 0 10px
    }

    .feature-ctn-item:nth-child(2) {
        margin-top: 60px
    }

    .feature-ctn-item:nth-child(2) .feature-ctn-left {
        padding-left: 10px
    }
}

.report-des {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 6px 0 0 150px
}

.report-des>div {
    padding-left: 24px;
    position: relative;
    padding-bottom: 12px
}

.report-des>div::before {
    position: absolute;
    content: url(/sites/amis/images/pages/amis-aimarketing-new/ic-tick.svg);
    top: 0;
    left: 0
}

.report .btn-ctn {
    justify-content: center;
    padding: 21px 0 40px
}

.video-mobi {
    display: none
}

@media screen and (max-width: 979px) {
    .report-des {
        grid-template-columns: 1fr 1fr;
        padding: 20px
    }
}

@media screen and (max-width: 480px) {
    .video-pc {
        display: none
    }

    .video-mobi {
        display: block
    }

    .report {
        padding: 0 !important
    }

    .report-img video {
        width: 100% !important
    }

    .report .btn-ctn {
        justify-content: start;
        padding-bottom: 34px
    }

    .report-des {
        grid-template-columns: 1fr;
        padding: unset
    }

    .report-ctn {
        padding: 0 25px
    }

    .report .content-title {
        text-align: start;
        padding-bottom: 30px
    }
}

.library {
    padding-top: 40px
}

.library-ctn {
    margin-top: 128px;
    color: #fff
}

.library .container {
    background-color: #0e0130 !important;
    background: url(/sites/amis/images/pages/amis-aimarketing-new/img-bg-library.png) bottom left no-repeat
}

.libray-tab {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.libray-tab ul {
    background: #9ea1b5;
    display: flex;
    border-radius: 37px;
    list-style: none
}

.libray-tab ul li {
    padding: 0;
    margin: 0
}

.libray-tab ul li:nth-child(2) a {
    padding: 10px 50px
}

.libray-tab ul li.active a {
    background: #fff !important;
    color: #ff4b2b !important
}

.libray-tab a {
    display: block;
    padding: 10px 35px;
    border-radius: 22px;
    font-family: googlesans bold, Arial, sans-serif;
    color: #27272d
}

.library-slide {
    padding-bottom: 50px
}

.library .owl-carousel .owl-item img {
    width: unset
}

.library .owl-carousel.owl-loaded {
    display: none
}

.lib-box {
    padding: 60px 35px 0
}

.library .container {
    border-radius: 50px
}

@media screen and (min-width: 1361px) {
    .library-slide-item {
        position: relative
    }

    .library-slide-item:hover .library-overlay {
        opacity: 1
    }

    .library-overlay {
        background: rgba(0, 0, 0, .46);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .overlay-btn a {
        background-color: #fff;
        border-radius: 25px;
        padding: 10px 40px;
        color: #000;
        font-family: GoogleSans Bold, Arial, Helvetica, sans-serif
    }

    .overlay-btn {
        margin-top: 70%
    }
}

@media screen and (min-width: 980px) {
    .library .container {
        width: 95%
    }
}

@media screen and (max-width: 1360px) {
    .library-ctn {
        margin-top: 40px
    }

    .library-overlay {
        display: none
    }
}

@media screen and (max-width: 979px) {
    .library {
        padding-top: 0
    }
}

@media screen and (max-width: 480px) {
    .library {
        margin-top: 70px
    }

    .library-ctn {
        margin-top: 70px
    }

    .library .container {
        border-radius: 20px
    }

    .libray-tab {
        margin: 30px 0
    }

    .libray-tab ul li:nth-child(2) a {
        padding: 10px 40px
    }

    .libray-tab a {
        padding: 10px 45px
    }

    .lib-box {
        padding: 10px 0
    }

    .library-title,
    .library-des {
        padding-right: 15px;
        padding-left: 15px
    }

    .library-slide {
        padding-left: 15px;
        padding-bottom: 0
    }
}

@media screen and (max-width: 363px) {
    .libray-tab a {
        padding: 10px 35px
    }

    .libray-tab ul li:nth-child(2) a {
        padding: 10px 35px
    }
}

.register-ctn {
    display: flex;
    margin-top: 40px
}

.register-form-title {
    font-size: 21px;
    text-align: center;
    padding: 0 10px 16px
}

.register-box {
    padding: 20px 0 30px;
    box-shadow: 0 3px 20px rgb(0 0 0/8%);
    border-radius: 24px;
    margin-left: 20px
}

@media screen and (max-width: 979px) {
    .register {
        padding-top: 0
    }

    .register-ctn {
        display: block;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .register-box {
        margin-top: 20px;
        margin-left: 0
    }

    .register-img {
        padding: 0
    }
}

@media screen and (max-width: 1360px) {
    .banner br {
        display: block
    }

    .aimarketing-page br {
        display: none
    }
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, .7), 0 0 0 0 rgba(255, 109, 74, .7)
    }

    40% {
        box-shadow: 0 0 0 50px transparent, 0 0 0 0 rgba(255, 109, 74, .7)
    }

    80% {
        box-shadow: 0 0 0 50px transparent, 0 0 0 30px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent, 0 0 0 30px transparent
    }
}

.register form[lz-id='36dfa02f-74d0-4e9a-aa8a-33196edb711d'].private-form .form-row {
    margin-bottom: 0 !important
}

.register form[lz-id='36dfa02f-74d0-4e9a-aa8a-33196edb711d'].private-form .form-row .field-wrapper {
    padding: 4px 8px 8px 0 !important
}

.register form[lz-id='36dfa02f-74d0-4e9a-aa8a-33196edb711d'].private-form {
    padding: 0 0 !important
}

.question-wrap {
    margin: 0;
    padding-top: 30px
}

.ic-question {
    margin: 0 auto 10px
}

.question .panel-group .panel {
    border-radius: 10px
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-aimarketing-new/ic_down.svg) no-repeat right 15px top 20px;
    background-size: 12px
}

.question .panel-default>.panel-heading {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: GoogleSans Bold, Arial, sans-serif;
    background: url(/sites/amis/images/pages/amis-aimarketing-new/ic_up.svg) no-repeat right 15px top 25px;
    background-size: 12px
}

.panel-answer {
    padding: 0 35px 15px 15px;
    line-height: 1.5
}

.panel-answer ul li {
    padding: 0 0 10px 18px;
    position: relative;
    list-style: none;
    margin: 0
}

.panel-answer ul li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c8c8c8;
    left: 0;
    top: 6px
}

.panel-answer ul li:last-child {
    padding-bottom: 0
}

.panel-answer>div:not(:last-child) {
    padding-bottom: 6px
}

.page-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 1.3
}

    .banner-btn-try:hover {
        color: #fff;
    }
	/*#region aiMarketing-customer */
ul.company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.company-list li {
    width: 14.28%;
    margin: 15px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block {
    display: flex;
    margin-top: 30px;
    max-height: 260px;
}

ul.company-block .cb-list-item {
    display: block;
    width: 25%;
    min-width: 240px;
    max-height: 200px;
    margin: 10px;
    padding: 16px 12px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 80px rgba(37, 53, 78, .12);
}

.company-block-title {
    font-weight: bold;
    color: #000;
    background-color: #E9EBEE;
    padding: 8px 30px;
    border-radius: 8px;
    text-align: center;
}

ul.company-block-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.company-block-item li {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.company-block-item li.special-cb-item {
    width: 100%;
}

.company-block.owl-carousel .owl-item img {
    width: initial;
}

.company-block.owl-carousel .owl-stage {
    display: flex;
}

.company-block.owl-carousel .owl-item{
    display: flex;
    flex: 1 0 auto;
}

@media (max-width: 979px) {
    ul.company-list li {
        width: 25%;
    }

    ul.company-block .cb-list-item {
        width: 980px;
    }
}

@media (max-width: 767px) {
    ul.company-list {
        justify-content: space-between;
    }
}
/*#endregion*/