/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.box-titte-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-about {
    padding: 8rem 0;
}

.bg-about {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.05;
}

.border_about {
    font-size: 1.5rem;
}

.xem-them a {
    font-size: 1.6rem;
    color: black;
}

.xem-them a i {
    font-size: 3.5rem;
    vertical-align: middle;
    padding-right: 1rem;
    color: var(--color-highlight);
}

.backgroud-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 0;
}

.item-develop {
    background: white;
    padding: 1.5rem;
    position: relative;
    border-radius: 7px;
}

.item-develop img {
    height: 4rem;
}

.develop--tile {
    font-weight: 900;
    color: var(--color-highlight);
    font-size: 2.3rem;
    display: block;
}

.develop--description {
    font-size: 1.8rem;
    font-weight: 300;
}

.item-field .block-tab.nav .nav-item .nav-link {
    color: white;
    font-size: 1.6rem;
}

.item-field .block-tab.nav .nav-item .nav-link.active, .item-field .block-tab.nav .nav-item .nav-link:hover {
    background: white;
    color: var(--color-highlight);
}

.item-field .block-tab.nav .nav-item .nav-link:before {
    content: '';
    border: 1px solid var(--white);
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.item-field .block-tab.nav .nav-item .nav-link.active:before, .item-field .block-tab.nav .nav-item .nav-link:hover:before {
    border-color: var(--color-highlight);
}

.product-pj {
    margin: 0;
}

.product-pj .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.product-pj .inner-content .product-title {
    font-size: 1.8rem;
}

.product-pj .inner-content a {
    color: white !important;
}

.product-pj .inner-image:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,78,136);
    background: -moz-linear-gradient(0deg, rgba(16,35,43,1) 0%, rgba(16,35,43,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16,35,43,1) 0%, rgba(16,35,43,0) 100%);
    background: linear-gradient(0deg, rgba(16,35,43,1) 0%, rgba(16,35,43,0) 100%);
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}


.product-pj:hover .inner-image:before {
    top: 0%;
}

.ratio-product-pj-2 {
    padding-top: calc(75%/2 - 15px);
}

.post-date i {
    font-size: .5rem;
}

.breadcrumb-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
}

.breadcrumb-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.breadcrumb-title {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.breadcrumbs-section img {
    width: 100%;
}

.breadcrumbs-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
    left: 0;
    top: 0;
}

.title-bar {
    padding: 5px 15px;
    color: #fff;
    line-height: 26px;
    background: #055699;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.block-suport .title-bar {
    background-color: #D63240;
}

.title-bar:before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    vertical-align: middle;
    border-left: 5px dashed;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.title-bar span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-suport ul {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding-inline-start: 0;
}

.block-suport li {
    border-bottom: 1px dotted #8F8F8F;
    padding: 10px 0;
    float: left;
    width: 100%;
    list-style: none;
}

.block-suport li:last-child {
    border-bottom: none;
}

.block-suport li span {
    font-size: 1.6rem;
    display: block;
}

.block-suport ul li .name-suport {
    width: 100%;
    font-weight: 600;
    color: #D63240;
}

.block-suport ul li span:before {
    font-family: 'Line Awesome Free';
    margin-right: 5px;
    font-size: 18px;
    font-weight: 900;
}

.block-suport ul li .phone-suport {
    color: #037c07;
}

.form-download {
    background: var(--color-main);
}

.ratio-partner {
    display: block;
    position: relative;
    padding-top: 40%;
    background: #fff;
    border-radius: 10px;
}

.ratio-partner img {
    padding: 1.5rem;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: var(--color-main);
    color: var(--white);
}

.title-footer {
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 12px;
}

.footer-menu-section ul li a {
    color: var(--white);
    font-size: 15px;
}

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .swiper-slide--tile {
    font-size: 1.8rem;
}

.is-mobile .swiper-slide--description {
    font-size: 1.3rem;
}

.is-mobile .title-section {
    font-size: 2rem;
}

@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 992px) {
     .menu-section > ul > li> a:after {
        display: block;
        content: '';
        border-bottom: solid 3px var(--color-highlight);
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }
    
    .menu-section > ul > li:hover> a:after, .menu-section > ul > li> a.active:after {
        transform: scaleX(1);
    }
    
    .item-field {
        width: 85%;
        margin: 0 auto;
    }
    
    .item-field .block-tab {
        display: block;
    }
    
    .item-field .block-tab.nav .nav-item .nav-link {
        margin-bottom: 1.5rem;
    }
}