﻿/*!
 * home.css
 * Version - 1.0
 * Website: mond.com.vn
 * Author: Ghida
 * Copyright (c) 2020 igitech.com
 */
 .logo h1 {
    margin: 0;
    font-size: 1rem;
}

.igi_box__title {
    text-align: center;
}

.igi_box__title .igi_text {
    font-size: 30px;
    color: #f36f21;
    font-family: 'iCiel-SamsungSharpSans-Bold', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    /*padding-bottom: 10px;*/
}

.igi_box__title .igi_text::after {
    /* content: ""; */
    width: 70px;
    height: 1px;
    background-color: #f36f21;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.igi_module {
    padding: 40px 0;
}
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-color: transparent;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease 0s;
    -o-transition: opacity 200ms ease 0s;
    transition: opacity 200ms ease 0s;
    width: 12px;
    border: 1px solid #fff;
}

.owl-dots .owl-dot span::before {
    border: 3px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 20px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background-color: #fff;
    border-color: #fff;
}

.owl-dots .owl-dot.active span::before, .owl-dots .owl-dot:hover span::before {
}

.owl-dots.disabled {
    display: none;
}
/*********************************************
    1. Banner
    **********************************************/
    .igi_banner {
        clear: both;
    }

    .igi_banner img.bg_slider {
    }

    .igi_banner_image {
        margin: 0;
    }

    .igi_banner .owl-nav [class^="owl-"] {
        color: #fff;
        line-height: 1;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease-in 0s;
        visibility: hidden;
        z-index: 100;
        height: 40px;
        width: 40px;
        cursor: pointer;
        font-size: 36px;
        background-color: rgba(0,0,0,0.5);
    }

    .igi_banner .owl-prev {
        left: 0px;
    }

    .igi_banner .owl-next {
        right: 0px;
    }

    .igi_banner:hover .owl-nav [class^="owl-"] {
        opacity: 1;
        visibility: visible;
    }

    .igi_banner .owl-nav.disabled {
        display: none;
    }


    .igi_banner .owl-dots {
        position: absolute;
        bottom: 25px;
        left: calc((100vw - var(--content-size)) / 2);
        display: flex;
        padding: 3px 10px;
        border-radius: 5px 5px 0 0;
    }

    .igi_banner .owl-dots::after, .igi_banner .owl-dots:before {
        content: "";
        bottom: 0;
        position: absolute;
        display: none;
    }

    .igi_banner .owl-dots::after {
        border-left: 0px solid transparent;
        border-right: 15px solid transparent;
        right: -14px;
        border-bottom: 24px solid #fff;
    }

    .igi_banner .owl-dots::before {
        border-left: 15px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 24px solid #fff;
        left: -14px;
    }

    .igi_banner .owl-dot {
        padding: 5px;
    }

    .igi_banner .owl-dots .owl-dot span {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #fff;
        transition: all 300ms ease-in 0ms;
    }

    .igi_banner .owl-dot.active span {
        width: 50px;
    }

    .igi_box_testimonial .owl-dots {
        background: none;
        bottom: -20px;
    }

    .owl-nav.disabled {
        display: none;
    }
/*********************************************
    2. Module product
    **********************************************/
    .igi_pros {
        position: relative;
    }
/*********************************************
    3. Module giới thiệu
    **********************************************/
    .igi_module__about .video-about {
        display: flex;
        align-items: center;
        margin: 0;
        padding-top: 50px;
    }

    .igi_module__about .video-about img {
        display: block;
    }

    .igi_module__about .video-wrap {
        border: none;
        margin: 0;
        border-radius: 0;
    }

    .igi_module__about .igi_closed {
        position: absolute;
        color: #fff;
        top: 0px;
        right: 10px;
    }

    .igi_module__about .video-link {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        color: white;
        right: 0;
        z-index: 1;
        line-height: 100px;
        text-align: center;
        margin-right: -60px;
        border-radius: 50%;
        background: #263d84;
        font-size: 35px;
        border: 8px solid #ebebeb;
        cursor: pointer;
        box-sizing: content-box;
        margin-top: -60px;
    }

    .igi_module__about .video-link i.fas.fa-play {
        margin-left: 14px;
        transition: 0.9s;
        transform-origin: 40% 50%;
    }

    .igi_module__about .video-link:hover i.fas.fa-play {
        transform: rotateZ(360deg);
    }

    .igi_module__about .igi_box__title .igi_text {
        text-align: left;
    }

    .igi_about_content .igi_desc {
        padding-top: 50px;
        padding-bottom: 35px;
        padding-left: 30px;
    }

    .igi_about_content .igi_desc h1, .igi_about_content .igi_desc h2 {
        font-size: 30px;
        color: #083190;
        font-family: 'iCiel-SamsungSharpSans-Bold', sans-serif;
        font-weight: bold;
        margin-bottom: 1rem;
        position: relative;
    }


    .igi_counter {
      display: flex;
      justify-content: space-around;
      border-top: 2px solid #ccc;
      margin-top: 50px;
  }
  .count_item {
      position: relative;
      padding-top: 15px;
  }
  .count_text {
      text-align: center;
  }
  .count_text span {
      display: block;
  }
  .count_text span.count_up {
      font-size: 2rem;
      font-weight: bold;
      color: #f36f21;
  }
  .count_item:before {
      content: "";
      position: absolute;
      top: -7px;
      left: 50%;
      transform: translateX(-50%);
      height: 12px;
      width: 12px;
      background-color: #f36f21;
      border-radius: 50%;
  }
  .count_text span.title {
      max-width: 100px;
  }

  .igi_about_content .igi_desc blockquote {
    font-weight: 600;
    padding-left: 15px;
    border-left: 2px solid #f36f21;
}

.igi_about_content .igi_desc ol {
    list-style: none;
    padding: 0;
}

.igi_about_content .igi_desc li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 50px;
    padding-top: 10px;
}

.igi_about_content .igi_desc li::before {
    content: attr(data-index);
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #263d84;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    left: 0;
    top: 0;
}

.igi_about_content .igi_desc a.igi_readmore {
    display: inline-block;
    color: #fff;
    background-color: #f36f21;
    padding: 1rem 2.5rem;
    margin: 1rem 10px 0;
    text-transform: uppercase;
    transition: all 300ms ease-in 0ms;
    border-radius: 25px;
}

.igi_about_content .igi_desc a:first-child {
    margin-left: 0px;
}

.igi_about_content .igi_desc a:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,0.25);
    transform: translateY(-0.75rem);
}
.igi_about_content .igi_social {
    position: absolute;
    right: 0;
    bottom: 50px;
    margin-top: 0;
}
.igi_about_content .igi_social a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    border: none;    
}
.igi_about_content .igi_social a:hover{
    color: #fff;
}
.igi_about_content .igi_social a.facebook {
    background-color: #5675ac;
}
.igi_about_content .igi_social a.youtube {
    background-color: #d92e27;
}
.igi_about_content .igi_social a.twitter {
    background-color: #66bbf2;
}
.igi_about_content .igi_social a.insta {
    background-color: #517fa6;
}
/*********************************************
    4. Module tin tức
    **********************************************/
    .igi_module__article {
        background-color: #f5f5f5;
    }
    .igi_post__content {
        /* width: calc(100% - 30px); */
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 8px 10px rgba(0,0,0,0.15);
        /* margin-top: -50px; */
        z-index: 1;
        position: relative;
        text-align: left;
    }
    .igi_post__image {
        height: calc(300/450 * (var(--content-size)/3 - 30px));
        /* background: -webkit-linear-gradient(45deg, #083190 0%, #f36f21 100%); */
        /* background: linear-gradient(45deg, #083190 0%,#f36f21 100%); */
        margin-bottom: 0;
    }

    .igi_post__image a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .igi_post__image a::before {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        border: 1px solid #fff;
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-15px,0,0);
        transform: translate3d(-15px,0,0);
        z-index: 1;
        display: none;
    }

    .igi_post__image:hover a::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .igi_post__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-width: none;
        /* width: calc(100% + 60px) !important; */
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        /* -webkit-transform: translate3d(-40px,0,0); */
        /* transform: translate3d(-40px,0,0); */
    }

    .igi_post__image:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .igi_post__title{
        display: block;
    }
    .igi_post__title .igi_text {
        font-size: 1rem;
        color: #222;
        font-weight: bold;
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1rem;
        position: relative;
    }

    .igi_post__content .igi_meta::before, .igi_post__content .igi_meta::after {
        content: "";
        width: 50px;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #222;
    }
    .igi_post__content .igi_meta::after {
        left: 50px;
        background-color: #f36f21;
    }

    .igi_post__title .igi_text:hover {
        color: #f36f21;
    }
    .igi_post__title .igi_more {
        position: absolute;
        right: 30px;
        color: #acacac;
        height: 40px;
        width: 40px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid;
        line-height: 40px;
        bottom: 30px;
        z-index: 1;
    }
    .igi_post__title .igi_more:hover{
        color: #f36f21;
    }
    .igi_post__content .igi_meta {
        color: #acacac;
        font-size: 0.9rem;
        position: relative;
        padding-top: 1rem;
    }
    .igi_post__content .igi_meta > span {
        margin-right: 5px;
    }
    .igi_top_post .owl-stage-outer {
        padding-bottom: 15px;
    }
    .igi_top_post .owl-dots {
        position: relative;
        width: 100%;
        bottom: -25px;
    }
    .igi_top_post .owl-dots .owl-dot span {
        border-color: rgba(243, 111, 33,1);
    }
    .igi_top_post .owl-dots .owl-dot.active span, .igi_top_post .owl-dots .owl-dot:hover span {
        background-color: rgba(243, 111, 33,1);
        border-color: rgba(243, 111, 33,1);
    }
/*********************************************
    5. Module service
    **********************************************/
    .igi_module .igi_readmore {
        margin-top: 1rem;
        background: none;
        color: #083190;
        padding: 0;
        font-size: 1rem;
        font-weight: normal;
    }

    .igi_module .igi_readmore .fal {
        margin-left: 5px;
        transition: all 300ms cubic-bezier(.17,.67,.83,.67);
    }

    .igi_module .igi_readmore:hover .fal {
        transform: translateX(10px);
    }
    .igi_module__pro {
        background: url(../images/bg_product.jpg) no-repeat center center;
        background-size: cover;
    }
    .igi_module__pro .igi_box__title .igi_text{
        color: #fff;
    }
    .igi_pro__item {
    }

    .igi_pro__image {
        margin-bottom: 15px;
        height: calc(1 * (var(--content-size)/4 - 30px));
        position: relative;
        background: #fff;
    }

    .igi_pro__image a {
    }

    .igi_pro__image a::before {
        width: 100%;
        height: 50%;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
        transition: all 300ms ease-in 0ms;
        opacity: 0;
    }

    .igi_pro__image a::after {
        color: #f36f21;
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 50%);
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 50%;
        line-height: 45px;
        z-index: 2;
        opacity: 0;
        transition: all 300ms ease-in 0ms;
        font-weight: 300;
        font-size: 18px;
        background-color: #fff;
    }

    .igi_pro__image:hover a::before {
        opacity: 1;
    }

    .igi_pro__image:hover a::after {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .igi_pro__image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    padding: 50px;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    }

    .igi_pro__title .igi_text {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .igi_pro__title .igi_text:hover {
        color: #ffde16;
    }

    .igi_pro__title .igi_text::before {
        background-color: #f36f21;
        font-size: 1.25rem;
        width: 40px;
        height: 1px;
        display: inline-block;
        margin-right: 10px;
    }

    .igi_module__pro .owl-dots {
        bottom: -30px;
    }
/*********************************************
    6. Module video
    **********************************************/
    .igi_module__video {
        background: #f36f21 url('../images/bg_video.jpg') no-repeat center center;
    }

    .igi_module__video .igi_box__title .igi_text {
        color: #fff;
    }

    .igi_module__video .igi_box__title .igi_text::after {
        background-color: #fff;
    }

    .igi_video__inner {
        position: relative;
        height: calc(300/450 * (var(--content-size)/3 - 30px));
        padding: 50px 0px 50px 150px;
        transition: all 300ms ease-in-out 0ms;
    }

    .igi_video__image {
        height: 100%;
    }

    .igi_video__item .owl-video-play-icon {
        background: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }

    .igi_video__item .owl-video-play-icon::before {
        content: "\f04b";
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        color: #fff;
        font-size: 26px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin-left: 2px;
    }

    .igi_video__content {
        position: absolute;
        bottom: 65px;
    }

    .igi_video__title {
    }

    .igi_video__title .igi_text {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .igi_video__title .igi_text::before {
        content: "";
        background-color: #fff;
        font-size: 1.25rem;
        width: 40px;
        height: 1px;
        display: inline-block;
        margin-right: 10px;
    }

    .owl-item.active.center .igi_video__inner {
        padding: 0;
    }

    .owl-item.active.center ~ .owl-item.active .igi_video__inner {
        padding-left: 0;
        padding-right: 150px;
    }

    .owl-item.active.center .igi_video__content {
        bottom: 15px;
    }

    .igi_module__video .owl-nav [class^="owl-"] {
        color: #fff;
        line-height: 1;
        opacity: 1;
        position: absolute;
        text-align: center;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease-in 0s;
        z-index: 100;
        height: 65px;
        width: 40px;
        cursor: pointer;
        font-size: 48px;
    }

    .igi_module__video .owl-prev {
        left: 0px;
    }

    .igi_module__video .owl-next {
        right: 0px;
    }

/*********************************************
    7. Module XXX
    **********************************************/
    @media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
        .igi_pros::before {
            width: calc(100% - 110px);
            left: 100px;
        }

        .choose_title {
            font-size: 1.25rem;
        }

        .igi_post__image {
            height: calc(30/45 * (var(--content-size)/3 - 30px));
        }
    }

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
        .igi_video__inner {
            padding: 30px 0px 30px 90px;
        }

        .owl-item.active.center ~ .owl-item.active .igi_video__inner {
            padding-left: 0;
            padding-right: 90px;
        }
        .igi_choose__inner {
            height: 350px !important;
            justify-content: flex-start;
        }

        .igi_pro__image a::after {
            width: 40px;
            height: 40px;
            line-height: 38px;
            font-size: 16px;
        }
        .igi_video__title .igi_text{
            display: none;
        }
    }


    @media screen and (max-device-width: 767px) {
        .cta_hotline {
            display: none;
        }

        .igi_pros {
            padding: 0;
            background: none;
        }

        .igi_choose__item {
            margin-bottom: 30px;
        }

        .choose_title {
            font-size: 1.25rem;
        }

        .igi_module__about {
            padding: 30px 0 0;
        }


        .igi_module__about .video-link {
            margin-right: -50px;
            right: 50%;
            width: 80px;
            height: 80px;
            line-height: 80px;
        }

        .igi_about_content {
            margin-top: 30px;
        }

        .igi_module__about .video-about img {
            margin: auto;
        }

        .igi_about_content .igi_desc {
            padding: 0;
        }

        .igi_post__image {
            height: calc(30/45 * (var(--content-size)/2 - 30px));
        }
        .igi_module__pro .owl-dots {
            bottom: -30px;
        }
        .igi_pro__image {
            height: calc(30/45 * (var(--content-size)/2));
        }

        .igi_pro__item, .igi_post__item {
            margin-bottom: 30px;
        }
        .igi_video__inner {
            height: calc(300/450 * (var(--content-size)/2 - 30px));
            padding: 30px 0px 30px 90px;
        }
        .owl-item.active.center ~ .owl-item.active .igi_video__inner {
            padding-left: 0;
            padding-right: 90px;
        }
        .igi_video__content {
            bottom: 45px;
        }
    }

    @media only screen and (max-width: 767px) and (min-width: 577px) {
    }

    @media screen and (max-device-width: 576px) {
        .igi_banner img.bg_slider {
            height: 300px;
            width: auto;
            max-width: none;
        }
        .igi_module {
            padding: 30px 0;
        }

        .igi_box__title .igi_text {
            font-size: 24px;
            margin-bottom: 1rem;
        }

        .igi_module__choose {
            background-size: cover;
        }

        .igi_module__choose .igi_box__title {
            background-size: 100% auto;
            padding-top: 85px;
        }

        .igi_module__choose .igi_box__title .igi_text {
            margin-bottom: 30px;
        }

        .igi_choose__item {
            padding: 0 15px;
            margin-bottom: 15px;
        }

        .igi_choose__inner {
            margin-bottom: 15px;
            height: 100% !important;
            padding: 10px;
            justify-content: flex-start;
        }

        .igi_module__about {
            padding-bottom: 0;
        }

        .igi_module__about .video-link {
            left: 50%;
            transform: translate(-50%, -50%);
            top: 50%;
            margin: 0;
        }
        .igi_about_image {
            margin-bottom: 30px;
        }
        .igi_about_content {
            margin-top: 0;
            margin-bottom: 50px;
        }
        .igi_about_content .igi_desc {
            padding: 10px 0 0;
        }

        .igi_module__about .igi_box__title .igi_text {
            margin-bottom: 15px;
        }

        .video-about .img-fluid {
            max-width: 100%;
            margin: auto;
        }

        .igi_about_content .igi_desc li {
            padding-top: 0;
        }

        .igi_about_content .igi_desc a.igi_readmore {
            margin-left: 0;
            text-align: center;
            width: 210px;
            float: left;
        }
        .igi_about_content .igi_social {
            position: relative;
            width: 100%;
            bottom: -20px;
        }
        .igi_module__about .video-about {
            padding-top: 30px;
        }
        .igi_pro__item {
            margin-bottom: 30px;
        }

        .igi_module__article .igi_post__title {
            /*margin-left: 15px;*/
            text-align: left;
        }

        .igi_module__article .igi_post__inner {
         /*   display: flex;
            margin-bottom: 1rem;
            background: none !important;*/
        }

        .igi_module__article .igi_post__image {
         /*   flex: 0 0 150px;
            height: 100px;
            margin: 0;*/
        }
        .igi_module__article .igi_post__image {
            height: calc(30/45 * (var(--content-size) - 30px));
        }
        .igi_pro__image {
            height: calc(300/450 * var(--content-size));
        }

        .igi_video__inner {
            height: calc(300/450 * var(--content-size));
        }
    }

    @media screen and (max-device-width: 414px) {
        .module_article_tab .igi_post__excerpt {
            display: none;
        }
        .igi_module__article .igi_post__content {
            padding: 20px;
            text-align: left;
        }
    }

    @media screen and (max-device-width: 375px) {
     .igi_choose__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
li#float_button.igi_hotline {
    display: none;
}
.owl-dots {
    display: none;
}
