/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*homepage*/
.wrapper {
    overflow: hidden;
}
a.onchanglangquage:after {
    content: "";
    width: 28px;
    height: 3px;
    position: absolute;
    /* right: 0; */
    background: white;
    left: 0;
    bottom: -10px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
}

.dnone {
    display: none;
    z-index: 999;
}

.w-100 {
    height: 500px;
    background-size: cover;
    background-position: center;
}

ul.logomxh {
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    background: none;
    border: none;
}

.carousel-item {
}

.carousel-caption {
    margin-bottom: 10%;
    z-index: 0;
}

    .carousel-caption h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 45px;
        text-transform: uppercase;
    }

    .carousel-caption h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
    }

.fr-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 5px;
    opacity: 0.3;
}

.carousel-indicators {
    z-index: 1;
}

h4 {
    word-break: break-word;
}

a {
    text-decoration: none;
}

.loader {
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    display: block;
    overflow: hidden;
}

.icon {
    font-size: 80px !important;
    color: #da3438;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.xoay {
    -webkit-animation: xoay 1.5s linear infinite;
    animation: xoay 1.5s linear infinite;
}

@-webkit-keyframes xoay {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header11 .row {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    color: white;
    background-color: #da3438 !important;
}

.aaaa a {
    text-decoration: none;
    color: white;
}

.header11 {
    text-align: center;
}

.info {
    list-style: none;
    display: inline-block;
}

    .info i {
        color: white;
        padding-right: 5px;
    }

    .info li {
        display: inline-block;
        padding-top: 8px;
        padding-right: 10px;
    }
    .info li:last-child {
        padding-right: 0px;
    }

    .email i {
        padding-left: 10px;
        border-left: 1px solid #ffffff;
    }

.title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
}

#home {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}

.menubar li {
    /*margin-top: 10px;*/
    list-style-type: none;
    display: inline-block !important;
    text-align: center;
}
.menubar > li > a, .menubar > li > div > a {
    padding: 10px !important
}

a.dropdown-item:active {
    background: none;
}

b .dropdown a {
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 600;
}

.nav.navbar-nav.navbar-center {
    position: relative;
}

.dropdown-item {
    font-weight: 500 !important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.dropdown a {
    color: #333333;
    font-weight: 600 !important;
}

ul#navbar-menu {
  /*  margin-top: 10px;*/
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menubar > li > a, .menubar > li > div > a {
    text-decoration: none;
   /* padding: 38px 10px !important;*/
    color: #7c7777;
    transition: all 0.2s;
    border-bottom: 6px solid white;
}
.menubar > li.active > div > a, .menubar > li.active > a {
    border-bottom: 6px solid #DA3438;
    color: #DA3438;
}
.menubar> li> a:hover {
    border-bottom: 6px solid #DA3438;
    color: #DA3438;
}
    .dropdown-menu {
        margin-top: 30px;
        width: 200px;
        left: -29px;
    }

a.dropdown-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.full-width-chart {
    width: 50%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    float: left;
}

.nav.navbar-nav.navbar-center a {
    color: black;
    font-weight: 500;
}

.dropdown.show {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*.dropdown.show:hover .dropdown-menu {
    display: block;
    margin-top: 30px;
}*/

on2 {
    display: block;
}

.on:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}

a.dropdown-item:last-child {
    border: none;
}

.attr-nav {
    float: right;
}

.contact i {
    float: left;
    color: #da3438;
    font-size: 50px;
    margin-left: -60px;
    padding-right: 10px;
}

.contact i {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.contact p {
    text-align: center;
}

.contact strong {
    word-break: break-all;
}

.banner-area .content {
    position: relative;
    z-index: 9;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

    .banner-area .content h4 {
        margin-bottom: 25px;
        position: relative;
        -webkit-animation: mymove 1s linear 0.5s 1;
        animation: mymove 1s linear 0.5s 1;
    }

    .banner-area .content h2 {
        -webkit-animation: mymove 1s linear 0.5s 1;
        animation: mymove 1s linear 0.5s 1;
    }

    .banner-area .content p {
        -webkit-animation: mymove 1s linear 0.5s 1;
        animation: mymove 1s linear 0.5s 1;
    }

    .banner-area .content a {
        -webkit-animation: mymove 1s linear 0.5s 1;
        animation: mymove 1s linear 0.5s 1;
    }

.section_banner {
    height: calc(100vh - 120px);
    position: relative;
    color: white;
    z-index:1;
}
    .section_banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section_banner .text_video {
        position: absolute;
        font-weight: 600;
        font-size: 25px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: translateY(50px);
        padding: 10px;
        border-radius: 10px;
        background: #00000087;
    }
    .section_banner .text_video2 {
        bottom: 10%;
        right: 4%;
    }
    .section_banner .text_video3 {
        width: 50%;
        top: 2%;
        left: 2%;
    }
    .section_banner .text_video4 {
        width: 40%;
        top: 2%;
        right: 2%;
    }
    .section_banner .text_video5 {
        width: 30%;
        top: 2%;
        left: 2%;
    }
    .section_banner .text_video6 {
        bottom: 50%;
        left: 40%;
        text-align:center;
    }
    .section_banner .show_video {
        opacity: 1;
        transform: translateY(0);
    }
    .col-md-6.thumb img {
        -webkit-animation: mymove 1s linear 0.5s 1;
        animation: mymove 1s linear 0.5s 1;
    }
.wrapper .container .introduce {
    min-height: auto !important;
}
@-webkit-keyframes mymove {
    from {
        color: #fff;
    }

    to {
        color: black;
    }
}

@keyframes mymove {
    from {
        color: #fff;
    }

    to {
        color: black;
    }
}

.introduce {
    margin-top: 50px;
    background-color: white;
}

    .introduce h5 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
    }

        .introduce h5 i {
            padding-right: 10px;
        }

    .introduce h2 {
        font-weight: 600;
    }

.item1,
.item3 {
    margin-top: 30px;
}

.item-grid1 a {
    text-decoration: none;
}

.item-grid1 {
    font-weight: 600;
}

.item1,
.item4 {
    background: -o-linear-gradient(left, #fb8285 0%, #891c1f 100%);
    background: -webkit-gradient( linear, left top, right top, from(#fb8285), to(#891c1f) );
    background: linear-gradient(90deg, #fb8285 0%, #891c1f 100%);
    text-align: center;
    height: 292px;
    width: 292px;
    border-radius: 10px;
    color: white;
}

    .item1 i,
    .item2 i,
    .item3 i,
    .item4 {
        padding: 10px;
    }

        .item1 i,
        .item2 i,
        .item3 i,
        .item4 i {
            font-size: 40px;
            padding: 20px;
        }

        .item1 p,
        .item4 p {
            color: white;
        }

        .item1 h5,
        .item4 h5 {
            color: white;
        }

.col-md-5.item3 {
    margin-right: 30px;
}

.item2,
.item3 {
    padding-right: -40px !important;
    -webkit-padding: -40px !important;
    background: #f7f6f6;
    color: black !important;
    text-align: center;
    height: 292px;
    width: 292px;
    color: black;
    border-radius: 10px;
}

.item1,
.item2,
.item3,
.item4 {
    padding: 20px 30px;
}

    .item2:hover,
    .item3:hover {
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        background: -o-linear-gradient(left, #fb8285 0%, #891c1f 100%) !important;
        background: -webkit-gradient( linear, left top, right top, from(#fb8285), to(#891c1f) ) !important;
        background: linear-gradient(90deg, #fb8285 0%, #891c1f 100%) !important;
        color: white !important;
    }

    .item2 p:hover,
    .item3 p:hover {
        color: white !important;
    }
    .item1:hover,
    .item4:hover {
        background: #f7f6f6;
        color: black !important;
    }
        .item1:hover h5,
        .item4:hover h5,
        .item1:hover p,
        .item4:hover p {
            color: black !important;
        }
.fun-fact {
    background: white;
    border-radius: 10px;
    height: 180px;
}

.techskill > div {
    margin: 0;
}

.heading h2 {
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;
}

.techskill {
    padding: 50px 0px;
}
    .techskill .logotech {
        min-height: auto !important;
    }
    span.ree-text.r40::after {
        background: #ffc5b2;
        position: absolute;
        right: 0;
        left: 0;
        height: 5px;
        z-index: -5;
        content: "";
        bottom: 5px;
    }

.mt30 {
    margin-top: 30px;
}

.logotech {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.icon-with-title {
    text-align: center;
    background: #f7f6f6;
    border-radius: 10px;
    height: 150px;
    margin-top: 20px;
    text-align: center;
    margin: 5px;
}
    .icon-with-title .hpb-icon img {
        display: inline-block !important;
    }
    .col-md-5.bussiess {
        padding-left: 0;
    }

.hpb-icon img {
    margin-top: 30px;
    margin-bottom: 20px;
    height: 52px;
    width: 52px;
}

.hpb-title {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

#top-btn.top-btn-is-visible {
    visibility: visible;
    opacity: 0.5;
}

    #top-btn.top-btn-is-visible:hover {
        opacity: 1;
    }

#top-btn {
    opacity: 0;
    z-index: 99;
    right: 40px;
    width: 40px;
    bottom: 1.25rem;
    height: 40px;
    width: 40px;
    color: white;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #da3438;
    border-radius: 5px;
    line-height: 1.6;
    font-size: 20px;
}

.side_info img {
    border-radius: 5px !important;
}

.banner-area {
    background: #f7f6f6;
}

.navbar {
}

.thumb img {
    width: 80%;
}

.content {
    top: 0;
    margin-top: 25%;
}

    .content h4 {
        font-size: 25px;
    }

    .content p {
        padding-top: 20px;
    }

    .content h2 {
        font-size: 60px;
    }

    .content strong {
        font-weight: 800;
        color: #da3438;
    }

.banner-area .content a {
    margin-top: 20px;
}

.btn {
    text-decoration: none !important;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: white !important;
    width: 190px;
    background: #da3438;
    border: 2px solid #da3438;
    color: #ffffff;
    border-radius: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btn div {
        margin-top: 5px;
    }

    .btn i {
        font-size: 18px;
        margin-left: 5px;
        position: relative;
        top: 3px;
    }

.video-play-button.relative {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 0 !important;
    top: 43px;
    /* margin-left: 10px; */
    background: #da3438;
    border-radius: 30px;
}

.video-play-button span {
    position: absolute;
    right: 0;
    top: 50%;
    /* font-size: 14px; */
    line-height: 20px;
    width: 100%;
    left: 0;
    min-width: 300%;
    text-transform: uppercase;
    margin-top: -7px;
    /* margin-left: 20px; */
    text-align: left;
    color: #da3438;
    font-weight: 600;
}

.video-play-button i {
    color: white;
    font-size: 30px;
    padding-left: 5px;
    padding-top: 15px;
}

.icons i {
    color: #da3438;
}

.fun-factor-area {
    margin-top: 50px;
    background: #f7f6f6;
}

.fun-fact-items {
    text-align: center;
}

.fun-fact i {
    margin-top: 20px;
    color: #da3438;
    font-size: 40px;
}

.timer {
    font-size: 42px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}

.medium {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -5px;
    color: #da3438;
    text-transform: capitalize;
}

.side_info img {
    border-radius: 5px;
    height: 130px;
    width: 100%;
    margin-bottom: 15px;
}

p.hpb_info {
    float: right;
    text-align: right;
    color: white;
}

    p.hpb_info a {
        color: #da3438;
    }

.footerwrap {
    padding: 20px 0px;
    background: url(../images/top_footer.png) !important;
    background-size: cover !important;
    background-position: center;
}

div#banner {
    width: 100%;
    padding: 0;
}

.col-md-6.thumb {
    padding: 0;
    background-image: url("/Content/images/backgoundimagebanner.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.col-lg-2.col-md-3.col-sm-4.col-6 {
    padding: 0;
}

.row.statistic > div:last-child {
    padding-right: 0;
}

.row.statistic > div {
    padding-left: 0;
}

.footerlinewrap {
    margin: 0;
    color: white;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #da3438;
}

    .footerlinewrap a {
        color: white !important;
        padding-right: 10px;
        text-decoration: none !important;
    }

.footerwrap {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footernavi {
    width: auto;
    padding-top: 20px;
    padding-inline-start: 0px;
}

    .footernavi a {
        text-decoration: none;
        color: #da3438;
    }

    .footernavi li {
        list-style-type: none;
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        border-right: 1px dotted #979797;
    }

.hpb_info a {
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}
#feedback_client {
    background: white;
    padding: 50px 0px;
}
    #feedback_client .container {
        padding: 0px;
    }
    #feedback_client .section_title h5 {
        color: #da3438;
        font-size: 18px;
    }
    #feedback_client .section_title h2 {
        font-weight: 700;
        text-transform: uppercase;
        color: #323a45;
        position: relative;
        display: inline-block;
        margin-top: 10px;
        padding-bottom: 20px;
    }
        #feedback_client .section_title h2::before {
            position: absolute;
            bottom: 0px;
            content: '';
            left: 50%;
            background: #da3438 none repeat scroll 0 0;
            width: 50%;
            height: 2px;
            transform: translateX(-50%);
        }
.content_feedback_item {
    position: relative;
    display: flex;
    height: 100%;
}
.feedback_item {
    height: 500px !important;
}
.feedback_text {
    background: #d05452;
    color: white;
    padding: 40px;
    width: 50%;
}
    .feedback_text .feedback_text_content {
        font-size: 17px;
        line-height: 28px;
    }
.feedback_text_content .feedback_name h3 {
    font-size: 22px;
    color: #F5D404;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}
    .feedback_text_content .feedback_name p {
        font-size: 14px;
        opacity: 0.8;
    }
    .feedback_info {
        color: white;
        width: 50%;
    }
    .feedback_info .feedback_img {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
        .feedback_info .feedback_img img {
            width: 100%;
            height: 100%;
        }
        img {
            max-width: 100%;
            max-height: 100%;
        }
.slick-custom-arrow {
    position: absolute;
    transform: translateY(-50%);
    z-index: 100;
    color: #da3438;
    font-size: 34px;
    width: 50px;
    background: white;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    border: 2px solid #f5f3f2;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
}
    .slick-custom-arrow.slick-custom-arrow-right {
        right: 0px;
        transform: translate(50%, -50%);
    }
    .slick-custom-arrow:hover {
        color: #007bff;
    }

    /*Services Page*/
    .breadcrumb-area {
        background-image: url(../../images/banner22.jpg);
        background-size: cover;
        background-position: center;
        height: 360px;
        position: relative;
    }
        .breadcrumb-area .container {
            padding: 0px;
            display: flex;
            justify-content: space-between;
        }

            .breadcrumb-area .container::before, .breadcrumb-area .container::after {
                content: none
            }

        .our-service {
            display: inline-block;
        }

.breadcrumb {
    float: right;
}

    .breadcrumb > li + li:before {
        content: "";
    }

.services-banner {
     width: 100%;
    color: white;
    margin: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.col-md-6.text-right {
    margin-left: 0;
    width: 400px;
}

.services-banner h2 {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0;
}

.services-banner a {
    text-decoration: none;
    color: white;
}

.cases-section.container {
    padding: 0;
}

.breadcrumb {
    background: #1d2d38;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

    .breadcrumb li {
        margin-right: 30px;
        font-weight: 500;
        text-transform: uppercase;
    }
        .breadcrumb li:last-child {
            margin-right: 0px;
        }

        li.check {
            position: relative;
            text-decoration: underline;
        }

.breadcrumb > li:first-child::after {
    content: "";
}

.breadcrumb > li + li:before {
    content: "";
}

.check:after {
    content: "\f10c";
    font-family: "FontAwesome";
    border: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    left: -10px;
    position: absolute;
}

.uncheck:before {
    content: "\f10c" !important;
    font-family: "FontAwesome";
    border: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    left: 0;
}

.service-area {
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: "Font Awesome 5 Free";
}

    .service-area .service-items .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding: 30px;
        -webkit-box-shadow: 0 0 44px rgb(144 151 179 / 30%);
        box-shadow: 0 0 44px rgb(144 151 179 / 30%);
        background: #ffffff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 20px;
    }

.single-item {
    width: 50%;
    margin-bottom: 40px;
}

.clients-area.default-padding-bottom img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

.client-img a {
    margin: 25px;
}

.infoService h4 {
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 15px;
    font-size: 16px;
    transition: 0.3s;
    margin: 0 auto;
}
    .infoService h4 a {
        color: #000;
        text-decoration: none;
        transition: all 0.3s;
    }
        .infoService h4 a:hover {
            color: #DA3438;
        }
        .infoService p {
            line-height: 30px;
            font-family: Helvetica, Arial, sans-serif;
            min-height: 90px;
            color: #6b6b6b;
            padding-top: 10px;
            padding-bottom: 25px;
            text-align: center;
        }

.infoService img {
    height: 100px;
    max-width: 140px;
}

.service-area .service-items .item .infoService > i {
    display: inline-block;
    font-size: 70px;
    background: -o-linear-gradient(left, #fb8285 0%, #891c1f 100%);
    background: -webkit-gradient( linear, left top, right top, from(#fb8285), to(#891c1f) );
    background: linear-gradient(90deg, #fb8285 0%, #891c1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 30px;
}

.btn-standard {
    display: inline-block;
    text-align: center;
    color: #1f2642;
    border: 1px solid #1f2642;
    text-transform: capitalize;
    z-index: 1;
    overflow: hidden;
    bottom: 0;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    min-width: 150px;
    background: #fff;
    padding: 0 20px;
    transition: all 0.3s;
    text-decoration: none;
}
    .btn-standard:hover {
        text-decoration: none;
        border: 1px solid #DA3438;
        background: #DA3438;
        color: white;
    }

.video-area {
    background-image: url(../images/services/it-solution-consultation-1.jpg);
    background-size: cover;
    text-align: center;
    color: white;
    background-attachment: fixed;
    background-position: center;
    padding-bottom: 5%;
    position: relative;
}

.service-content {
    padding-bottom: 200px;
    padding-top: 150px;
}

.extra-padding:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.fixed-shape-bottom {
    position: absolute;
    left: 0;
    width: 100%;
}

    .fixed-shape-bottom img {
        width: 100%;
    }

.video-area h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 20px;
}

.video-area h2 {
    font-size: 30px;
}

.clients-area.default-padding-bottom {
    margin-top: 50px;
}

.choose-us-area.default-padding-bottom {
    margin-top: -120px;
}

.choose-us-area .itemmm {
    padding: 50px 37px;
    -webkit-box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    height: 300px;
}

    .choose-us-area .itemmm h4 {
        font-weight: 600;
        font-size: 26px;
    }

.call {
    margin-top: 30px;
}

.icons {
    display: inline-block;
    font-size: 60px;
    margin-right: 20px;
    color: #da3438;
    float: left;
    margin-top: -13px;
}

.infoo {
    font-size: 17px;
    margin-top: 20px;
}

    .infoo span {
        display: block;
        text-transform: uppercase;
        color: #0e2b3d;
        font-weight: 600;
    }

.choose-us-area .itemmm .iconnnn i {
    display: inline-block;
    font-size: 60px;
    margin-right: 25px;
    color: #da3438;
}

.choose-us-area .item a {
    color: #086ad8;
}

.btn-more {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 40px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
    color: #da3438;
}

#contact li {
    list-style-type: none;
}

div#contact a {
    text-decoration: none;
    color: black;
}

.btn-standard {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.item:hover.btn-standard::after {
    left: 0;
}

/*Service Detail Page*/

.service-detail.container {
   padding: 50px 0px;
}

.row.align-center.services-banner > div {
    padding: 0;
}

.navbar-detail {
    border-radius: 5px;
    margin-bottom: 50px;
    border: 1px solid #f3f3f5;
    position: relative;
}

    .navbar-detail ul {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
    }

    .navbar-detail li {
        cursor: pointer;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ede8e8;
        list-style-type: none;
        font-weight: 600;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }

    .navbar-detail a {
        color: black;
        margin-left: 10px;
        text-decoration: none;
        display: block;
    }

    .navbar-detail li:last-child {
        border: none;
    }

    .navbar-detail img {
        border-radius: 5px;
        width: 100%;
        height: 350px;
    }

.question {
    width: 100%;
    color: white;
    /* position: relative; */
    margin-top: -220px;
    text-align: center;
    position: absolute;
}

.service-detail-content {
    padding-right: 30px;
}

    .service-detail-content img {
        max-width: 100%;
    }

.question i {
    font-size: 50px;
    margin-right: 10px;
}

.activeeee {
    background: -o-linear-gradient(left, #fb8285 0%, #891c1f 100%);
    background: -webkit-gradient( linear, left top, right top, from(#fb8285), to(#891c1f) );
    background: linear-gradient(90deg, #fb8285 0%, #891c1f 100%);
}

    .activeeee a {
        color: white;
    }

    .activeeee::after {
        position: absolute;
        content: "\f105";
        font-family: "fontawesome";
        color: white;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.navbar-detail li::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.navbar-detail li:hover::before {
    cursor: pointer;
    width: 100%;
    color: white;
    background: -o-linear-gradient(left, #fb8285 0%, #891c1f 100%);
    background: -webkit-gradient( linear, left top, right top, from(#fb8285), to(#891c1f) );
    background: linear-gradient(90deg, #fb8285 0%, #891c1f 100%);
}

.navbar-detail li:hover a {
    color: white;
}

.service-detail-content {
    width: 66%;
}

.service-detail-menubar {
    width: 34%;
}

.cases-section {
    margin: 50px auto;
}

.sec-title.centered {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.upper-text {
    font-size: 18px;
    color: #712cd5;
    margin-bottom: 30px;
}

.sec-title .upper-text {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    color: #4a3d8f;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 15px;
}

    .sec-title .upper-text:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 2px solid #f74883;
    }

.sec-title h2 strong {
    font-size: 45px;
    font-weight: 600;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    color: #666666;
    padding: 20px 0px 0px;
}

.title-box {
    display: flex;
    max-height: 150px;
    height: 150px;
    padding: 25px 40px;
    color: #ffffff;
    background: #da3438;
    justify-content: space-between;
}

    .title-box a {
        text-decoration: none;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        height: 45px;
        line-height: 1.2;
    }

    .title-box .icon {
        position: absolute;
        margin-top: -80px;
        margin-left: 90px;
    }

.content-box .text-content {
    position: relative;
    display: block;
    padding: 35px 40px;
    flex: 1;
    -webkit-box-shadow: 5px 5px 15px 1px #f8f2f2;
    box-shadow: 5px 5px 15px 1px #f8f2f2;
}

.content-box .text {
    position: relative;
    margin-bottom: 25px;
    font-size: 16px;
}

.inner-box {
    border: 1px #da343840 solid;
}

.slide-item.project-item {
    /*height: 100%;*/
    width: 33.33%;
    padding: 15px;
    display: flex;
}

.case-block {
    border: 1px #da343840 solid;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .case-block .content-box {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

.image-box img {
    height: 300px;
    width: 100%;
}

items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
}

.items .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title {
    display: inline-block;
    background-color: #da3438;
    /*width: 75%;*/
    display: flex;
    flex-direction: column;
}

    .title h4 {
        flex: 1;
    }

    .title .sub-text{
        flex:1;
    }

.svg {
    float: right;
    font-size: 50px;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*Careers Page*/
.career-item {
    background: white;
    margin-bottom: 50px;
}

.careers > div {
    padding: 0;
}

.career-itemmmmm {
    border: 1px solid #da3438;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 2px #9d2e2e66;
    box-shadow: 0px 0px 2px #9d2e2e66;
}

.job-post {
    width: 66%;
}

.job-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.career-itemmmmm:hover .jp_job_post_keyword_wrapper {
    background: #da3438;
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .career-itemmmmm:hover .jp_job_post_keyword_wrapper i {
        color: white;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.jp_job_post_keyword_wrapper i {
    color: #23c0c9;
}

.jp_job_post_side_img {
    float: left;
    width: 105px;
}

.jp_job_post_right_cont {
    float: left;
    margin-left: 40px;
}

    .jp_job_post_right_cont ul {
        float: left;
        margin-left: -40px;
    }

    .jp_job_post_right_cont li {
        list-style-type: none;
        margin-left: 10px;
        display: inline-block;
        padding: 0;
    }

    .jp_job_post_right_cont h4 {
        font-weight: 600;
    }

    .jp_job_post_right_cont p {
        font-size: 16px;
        color: #23c0e9;
        padding-top: 5px;
    }

    .jp_job_post_right_cont i {
        color: #f36969;
    }

    .jp_job_post_right_cont li:first-child {
        margin-left: 0;
        color: #000000;
        font-size: 16px;
        font-weight: 600;
    }

.jp_job_post_right_btn_wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    list-style-type: none;
}

.button {
    display: block;
    text-align: center;
    width: 100px;
    height: 30px;
    font-size: 12px;
    padding: 7px;
    color: white;
    text-decoration: none;
    border-radius: 10px;
}

    .button:hover {
        text-decoration: none;
        color: white;
    }

.btn-partime {
    cursor: auto;
    background: #ff9e34;
}

.btn-apply {
    background: #f36969;
}

.jp_job_post_keyword_wrapper {
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

    .jp_job_post_keyword_wrapper i {
        margin-right: 5px;
    }

    .jp_job_post_keyword_wrapper a {
        color: #797979;
        text-decoration: none;
    }

    .jp_job_post_keyword_wrapper li {
        display: inline-block;
        list-style-type: none;
        margin-right: 30px;
    }
/* Careers Detail page*/

.job {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .job > .container {
        padding: 0;
        background: #f6f7f9;
    }

.job-detail-info ul {
    padding: 0;
}

.job-detail-info {
    border-radius: 5px;
}

    .job-detail-info ul li {
        list-style: none;
        float: left;
        width: 50%;
        border-bottom: 1px #e9d3d3 solid;
        padding: 35px 60px;
    }

.left {
    float: left;
    min-width: 110px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.content-job {
    margin-top: -5px;
    float: left;
    font-weight: 500;
    color: black !important;
    padding-left: 15px;
    padding-right: 15px;
}

.content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-job.careers-skill {
    float: none;
    text-align: center;
}

.content-inner i {
    margin-right: 15px;
}

.address-job {
    color: #f16e8e;
}

.salary {
    color: #4a98b0;
}

.job-type {
    color: #2980b9;
}

.posted {
    color: #33aa58;
}

li.address-job {
    border-right: 1px solid #e9d3d3;
}

li.job-type {
    border-right: 1px solid #e9d3d3;
}

.btn-job {
    padding: 40px 50px 50px 50px;
    position: relative;
    border-top: 1px solid #e9d3d3;
}

a.btn-job-submit {
    text-decoration: none;
    border: 1px solid #efdbdb;
    padding: 10px;
    border-radius: 5px;
    background: #da3438;
    color: white;
}

input[type="file"] {
    display: inline-block;
}

#contact {
    display: none;
    background: none !important;
}

li.dropdown > a:hover {
    color: #da3438 !important;
}

li.dropdown > div > a:hover {
    color: #da3438 !important;
}

a.dropdown-item:hover {
    color: #da3438 !important;
}

.owl-item {
    width: 158px;
    height: 80px;
    margin-right: 80px;
    display: inline-block;
}

.owl-stage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

h2.page_title {
    font-size: 28px;
    color: #086ad8;
    text-transform: uppercase;
}

    h2.page_title i {
        margin-right: 30px;
    }

.item2,
.item4 {
    margin-top: -10px;
}

.statistic-item {
    width: 100%;
    display: inline-block;
    margin: 50px 0px;
}

div#toppage ul {
    padding: 0;
    /* display: none; */
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #da343836;
    border-radius: 30px;
    padding: 0;
}

.pagination li {
    list-style-type: none;
    margin: 5px 20px 5px 20px;
}

.pagination {
    margin-right: 100px;
    text-align: center;
    margin-bottom: 50px;
}

    .pagination a {
        font-size: 20px;
        font-weight: 600;
        color: black;
    }

li.PagedList-skipToPrevious {
    border: 1px solid #f38844;
    border-radius: 50%;
    color: #f38844;
    text-align: center;
}

li.PagedList-skipToNext {
    border: 1px solid #f38844;
    border-radius: 50%;
    color: #f38844;
    text-align: center;
}

    li.PagedList-skipToNext a {
        color: #f38844;
    }

li.PagedList-skipToPrevious a {
    color: #f38844;
}

.pagination > ul > li.active {
    color: #f38844;
}

.timeline {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}

    .timeline::after {
        content: "";
        position: absolute;
        width: 3px;
        background-color: #766969;
        top: 0;
        bottom: 0;
        left: 100%;
        margin-left: -3px;
        z-index: -1;
    }

.wall-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-top: 30px;
    margin-right: -20px;
}

span.timeline-badge {
    display: block;
    padding: 5px 20px;
    background: #766969;
    float: right;
    color: white;
    font-weight: 600;
}

.time-label span {
    width: 130px;
    text-align: center;
}

span.timeline-badge2 {
    display: block;
    padding: 5px 20px;
    background: #766969;
    color: white;
    font-weight: 600;
    float: right;
}

span.timeline-badge:after {
    content: "\f0dd";
    font-family: "FontAwesome";
    position: absolute;
    margin-top: -7px;
    color: #766969;
    font-size: 40px;
    margin-left: -27px;
}

span.timeline-badge2::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -34px;
    right: -12px;
    border: 3px solid #766969;
    margin-top: 100px;
    border-radius: 50%;
    z-index: 1;
    background: white;
}

.time-label li {
    list-style-type: none;
    display: flow-root;
    margin-bottom: 40px;
    z-index: 1;
}

h2.wall-page_title {
    font-size: 40px;
}

.item-wall iframe {
    width: 80%;
    height: 480px;
}

h2.wall-page_title {
    width: 80%;
}

.introduce-col-md-7 {
    width: 58%;
}

.introduce-item {
    display: flex;
}

.introduce-col-md-7 {
    float: left;
    display: flex;
}

.snip1547 {
    background-color: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 17.5px;
    font-weight: 500;
    line-height: 48px;
    margin: 15px 30px;
    outline: none;
    padding: 0 43px 0 0;
    position: relative;
    text-transform: uppercase;
}

    .snip1547 span {
        background-color: #c72544;
        border-radius: 5px 0 0 5px;
        padding: 10px 20px;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .snip1547:after {
        font-family: FontAwesome;
        content: "\f0da";
        background-color: #c72544;
        position: absolute;
        right: 0%;
        height: 48px;
        padding: 1px 20px;
        top: 0;
        border-radius: 0 5px 5px 0;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .snip1547:hover span,
    .snip1547.hover span {
        background-color: #ba2340;
    }

    .snip1547:hover:after,
    .snip1547.hover:after {
        margin-top: -5px;
        background-color: #da3655;
        box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.5);
    }

/* Btn 12 */

/* Btn 10  */
.btn10 {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    cursor: pointer !important;
    border: 3px solid #000 !important;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: red !important;
    z-index: 10;
}


    .btn10:hover {
        border: 1px solid #071982;
        color: #80ffd3 !important;
    }

    .btn10::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #071982;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .btn10::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #80ffd3;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
        -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        transition: all .4s cubic-bezier(.2,.95,.57,.99);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .btn10:hover::before, .btn1O:hover::before {
        opacity: 1;
        width: 116%;
    }

    .btn10:hover::after, .btn1O:hover::after {
        opacity: 1;
        width: 120%;
    }

.clients-carousel.owl-carousel.owl-theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    display: none;
}

.wrap-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
/*    background: white;*/
}
.menu .container::before, .menu .container::after {
    content: none;
}
ul#navbar-menu {
    margin-bottom: 0px;
    margin-left: 10px;
}
header.menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.col-md-3.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.row.wrap-sticky > .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.logotech.mt30 > .container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.menu.container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1111;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 1px whitesmoke;
    box-shadow: 0px 2px 1px whitesmoke;
    background: url(../images/topmenu_background.jpg) !important;
    background-size: cover !important;
    background-position: center;
}
.menu {
    height: 70px;
}
.menu.fixed {
    position: fixed;
    right: 0px;
    left: 0px;
}
.row-col-3 {
    max-width: 25%;
}

.row-col-7 {
    max-width: 58.333333%;
}

.row-col-2 {
    max-width: 16.666667%;
}

.row.footerlinewrap_content > div {
    padding: 0;
}

.copyright {
    width: 100%;
    text-align: right;
}

.footer > div > div > div {
    padding: 0;
}

.row.introduce-item > div > div {
    width: 100%;
}

ul.logomxh li {
    padding-left: 10px;
    padding-right: 0;
}

.col-md-6.info {
    text-align: left;
    padding: 0;
}

.col-md-6.timeout {
    padding: 0;
    text-align: right;
}

.item.container {
    padding-left: 0;
    padding-right: 0;
}

.container.row.wrap-sticky .menu-top {
    padding-left: 10px;
}

.mainmenu {
    width: 83.3334%;
}

div#toppage > div {
    padding: 0;
}

.container {
    max-width: 90%;
}

.row.statistic {
    margin: 0;
}

.breadcrumb-area.shadow.dark.bg-fixed.text-light > div {
    padding: 0;
}

.service-area.default-padding.bottom-less.bg-cover > div {
    padding: 0;
}

.choose-us-area.default-padding-bottom > div {
    padding: 0;
}

.single-item.col-lg-6.col-md-6 {
    padding: 0;
}

.items-box > div > div:first-child {
    padding-right: 10px !important;
}

.clients-area.default-padding-bottom > div {
    padding: 0;
}

.aboutus.container {
    padding: 0;
}

.footerr {
    background: #F7F6F6;
    padding: 50px 0px;
}

.footerr > div {
    padding: 0;
}

.col-md-66 {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.footerr > div > div > div {
    padding: 0;
}

.footerr .section_title h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #323a45;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 20px;
}

    .footerr .section_title h2::before {
        position: absolute;
        bottom: 0px;
        content: '';
        left: 50%;
        background: #da3438 none repeat scroll 0 0;
        width: 50%;
        height: 2px;
        transform: translateX(-50%);
    }

.navbar-detail.img-box::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 5px;
    opacity: 0.3;
}

.navbar-detail.img-box i {
    color: #fff;
    -webkit-transform: rotate(262deg);
    -ms-transform: rotate(262deg);
    transform: rotate(262deg);
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #da3438;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    z-index: 1;
}

    .navbar-detail.img-box i::after {
        position: absolute;
        left: -10%;
        top: -10%;
        content: "";
        height: 120%;
        width: 120%;
        background: #da3438;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.5;
    }
/*//newspage*/

span.title_news {
    padding: 5px 20px 5px 20px;
    color: white;
    background: #da3438;
    text-align: center;
    font-weight: 600;
}

.column.one-third.col-md-4 {
    padding: 5px;
    position: relative;
}

    .column.one-third.col-md-4:first-child {
        padding-left: 0;
    }

    .column.one-third.col-md-4:last-child {
        padding-right: 0;
    }

    .column.one-third.col-md-4 img {
        width: 100%;
    }

    .column.one-third.col-md-4 h2 {
        font-size: 16px;
        color: black;
    }

    .column.one-third.col-md-4 > .post-link {
        font-size: 16px;
        color: black;
        text-decoration: none;
        font-weight: 700;
    }

a.post-link {
    color: black;
    font-weight: 600;
    font-size: 15px;
}

span.read-more {
    margin-left: 10px;
    padding: 2px;
    background: #da3438;
    color: white;
}

.read-more a {
    color: white !important;
    font-size: 12px;
}

h4.section-head {
    border-bottom: 2px solid #da3438;
    line-height: 1;
    height: auto;
    padding: 5px 0;
}

.section-head .more {
    float: right;
    background: #f3f3f3;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 6px;
    border-radius: 2px;
}

.breadcrumbs {
    margin-top: 50px;
}

    .breadcrumbs a {
        padding: 5px;
        color: #b1b1b1;
        text-decoration: none;
    }

        .breadcrumbs a:first-child {
            padding-left: 0;
        }

.zalo-chat-widget {
    margin-right: -21px;
    margin-bottom: 80px;
}

.plugin-fb {
    position: fixed;
    bottom: 190px;
    right: 30px;
    text-align: right;
    z-index: 1000;
}

    .plugin-fb img {
        cursor: pointer;
    }

    .plugin-fb > div {
        height: 300px;
        right: 10px;
    }
#plugin-fb {
    position: relative;
    right: 70px;
}
    #plugin-fb body {
        position: absolute;
        bottom: 0px;
    }
    /*page careers*/
    .jp_job_post_main_wrapper {
        padding: 30px;
    }

.lightbox {
    display: none !important;
}

/*form contact - home*/
#form-contact-us {
    padding: 50px 0px;
}

    #form-contact-us .site-heading {
        margin-bottom: 60px;
        margin-top: -5px;
        overflow: hidden;
    }

        #form-contact-us .site-heading h2 {
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
            line-height: 1.2;
            color: #323a45;
        }

            #form-contact-us .site-heading h2 span {
                color: #da3438;
            }

        #form-contact-us .site-heading h4 {
            display: inline-block;
            padding-bottom: 20px;
            position: relative;
            text-transform: capitalize;
            z-index: 1;
            color: #323a45;
        }

            #form-contact-us .site-heading h4::before {
                background: #da3438 none repeat scroll 0 0;
                bottom: 0;
                content: "";
                height: 2px;
                left: 50%;
                margin-left: -25px;
                position: absolute;
                width: 50px;
            }

    #form-contact-us .contact-form h2 {
        font-weight: 600;
        margin-bottom: 30px;
        text-transform: capitalize;
        margin-top: -5px;
    }

    #form-contact-us .contact-form input {
        border: 1px solid #e7e7e7;
        color: #323a45;
        min-height: 50px;
    }

    #form-contact-us .contact-form .form-group {
        width: 100%;
    }

    #form-contact-us .contact-form textarea {
        border: 1px solid #e7e7e7;
        min-height: 300px;
        padding-top: 15px;
    }

    #form-contact-us .contact-form button {
        background: #da3438 none repeat scroll 0 0;
        border: medium none;
        color: white;
        display: inline-block;
        font-weight: 600;
        margin-top: 15px;
        padding: 10px 35px;
        text-transform: uppercase;
        border-radius: 30px;
        margin-right: 5px;
    }

    #form-contact-us h4 {
        margin-bottom: 15px;
    }

    #form-contact-us .address {
        padding-left: 25px;
    }

        #form-contact-us .address .info {
            display: block;
        }

            #form-contact-us .address .info li {
                margin-bottom: 30px;
                display: block;
            }

#languageEN,
#languageVi {
    cursor: pointer;
}

#form-contact-us .address .info li h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

#form-contact-us .address .info li .icon-contact {
    display: table-cell;
    vertical-align: top;
}

    #form-contact-us .address .info li .icon-contact i {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #e7e7e7;
        border-radius: 50%;
        color: #da3438;
        font-size: 20px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        width: 50px;
        padding-right: 0px;
    }

#form-contact-us .address .info li span {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
}

/*information page*/
.profile-card {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 10px #00000070;
    box-shadow: 0 0 10px #00000070;
}

.top-section {
    padding: 60px 10%;
    background-image: url(/Content/images/information/bannerinfo.jpg);
    background-position: center;
    background-size: cover;
}

.message,
.notif {
    position: absolute;
    top: 40px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff50;
}

.message {
    right: 40px;
}

.notif {
    left: 40px;
}

.pic {
    width: 230px;
    height: 230px;
    margin: auto;
    margin-bottom: 20px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 8px;
    position: relative;
}

    .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border: 1px solid #4fa5ff;
        left: 0;
        top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        -webkit-animation: wave 1.5s infinite linear;
        animation: wave 1.5s infinite linear;
    }

@-webkit-keyframes wave {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes wave {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.name {
    color: #f1f1f1;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tag {
    font-size: 18px;
    color: white;
}

.bottom-section {
    background: #f1f1f1;
    padding: 50px 10px;
    position: relative;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    /* text-transform: uppercase; */
}

    .bottom-section div {
        margin: 0;
        width: 100%;
    }

.border {
    width: 1px;
    height: 20px;
    background: #bbb;
    margin: 0 30px;
}

.bottom-section span {
    font-size: 14px;
    display: block;
}

.social-media {
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0;
    z-index: 1;
}

    .social-media i {
        width: 60px;
        height: 60px;
        background: #33373a;
        border-radius: 50%;
        color: white;
        font-size: 17px;
        line-height: 60px !important;
        /* margin: 0 10px; */
        position: relative;
    }

        .social-media i:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background: #2c3e50;
            left: 0;
            top: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 50%;
            z-index: -1;
            -webkit-transition: 0.4s linear;
            -o-transition: 0.4s linear;
            transition: 0.4s linear;
        }

        .social-media i:hover:after {
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            opacity: 0;
        }

.text-rightt {
    text-align: right;
}

.information {
    width: 100%;
    list-style-type: none;
    padding: 0;
}
/*header top*/
.header-top {
    color: white;
    height: 50px;
}
.header-top .header-top-wrapper {
    padding: 7px 0px;
}
/*fb chat*/
.fb_dialog_content iframe:first-child {
    transform: scale(0.9);
    right: 20px !important;
}
@media only screen and (max-width: 1023px) {
    .header-top {
        display: none;
    }
    .menubar > li.active > div > a, .menubar > li.active > a {
        border-bottom: none;
    }
    .menubar > li > a:hover {
        border-bottom: none;
    }
    .menubar > li.active > div > a, .menubar > li.active > a, .menubar > li > a, .menubar > li > div > a {
        padding: 0px !important;
    }
    .dnone {
        display: block;
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
    }
}
.heading.text-center h2 {
    text-transform: uppercase;
}
/*page about us*/
#about-us #section_catalogue {
    padding: 50px 0px;
}
    #about-us #section_catalogue .book {
        margin: 20px auto;
    }
#about-us #flipbook > div {
    max-height: 100%;
}
#about-us h2.page_title {
    margin-top: 0px;
}
#about-us #kaisya_gaiyou table {
    max-width: 100%;
}
#about-us .contentt> div {
    padding-bottom: 50px;
}
#about-us #meet_team {
    margin-bottom: 50px;
}
#about-us #meet_team .img_left {
    overflow: hidden;
    border-radius: 14px;
}
#about-us #meet_team .text_right h3 {
    font-weight: 600;
    line-height: 25px;
}
#about-us #meet_team .text_right h5 {
    letter-spacing: 2px;
    color: #DA3438;
}
#about-us #meet_team .card_team {
    position: relative;
    height: 280px;
}
    #about-us #meet_team .card_team:hover .animation_img {
        clip-path: circle(100% at 50% 38%);
    }
#about-us #meet_team .animation_img {
    position: relative;
    clip-path: circle(35% at 50% 38%);
    height: 100%;
    transition: 1.1s cubic-bezier(.16,.84,.442,.98);
    overflow: hidden;
    border-radius: 14px;
}
    #about-us #meet_team .animation_img:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg,rgb(0 0 0/78%) 0%,rgb(0 0 0/0%) 50%);
    }
    #about-us #meet_team .card_info {
        position: absolute;
        bottom: 0px;
        padding: 10px
    }
#about-us #meet_team .card_team:hover .card_info h4, #about-us #meet_team .card_team:hover .card_info p {
    color: white;
}
.tel_mobile {
    position: fixed;
    font-size: 25px;
    right: 40px;
    height: 50px;
    width: 50px;
    text-align: center;
    bottom: 255px;
    border-radius: 50%;
    line-height: 50px;
    color: white;
    background: #da3438;
    z-index: 999;
    transition: all 0.3s;
    display: none;
}
    .tel_mobile:hover {
        background: #da34389e;
        color: white !important;
    }
    @media screen and (max-width: 768px) {
        /*.introduce-col-md-7 {
            width: 100%;
        }*/
    }
@media only screen and (max-width: 767px) {
    #flipbook {
        width: 80vw !important;
        height: 60vw !important;
    }
    .content_feedback_item {
        display: block;
    }
    .feedback_text {
        width: 100%;
        padding: 20px;
    }
    .feedback_info {
        width: 100%;
        /*padding: 0px 20px 20px 20px;*/
        background: #007BFF;
    }
    .feedback_item {
        height: auto !important;
    }
    .feedback_info .feedback_img img {
        border-radius: 6px;
    }
}
@media only screen and (max-width: 575px) {
    .section_banner .text_video {
        font-size: 15px;
    }
    #about-us #meet_team .card_team {
        height: auto
    }
    #about-us #meet_team .card_info {
        right: 0px;
        left: 0px;
        text-align: center;
    }
} 
@media only screen and (max-width: 425px) {
    .page_title {
        font-size: 24px !important;
    }
    #flipbook {
        width: 80vw !important;
        height: 65vh !important;
    }
}
@media screen and (max-width: 991px) {
    .tel_mobile {
        display: inline-block;
    }
}
@media screen and (max-width: 1023px) {
    .section_banner .text_video2 {
        top: 10px;
        left: 2%;
        bottom: auto;
        right: auto;
    }
}

@media (min-width: 992px) {
    .visit-thank .detail {
        left: 50%;
        transform: translate(-50%, 100%);
    }
}

@media (max-width: 992px) {
    .visit-thank .detail {
        padding: 10px 20px;
    }
}

/*HOME PAGE loop-wrapper Start*/
.loop-wrapper {
    background: #da3438;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    color: #fff;
}

.mountain {
    position: absolute;
    right: -900px;
    bottom: -20px;
    width: 2px;
    height: 2px;
    box-shadow: 0 0 0 50px #7a3e3e, 60px 50px 0 70px #7a3e3e, 90px 90px 0 50px #7a3e3e, 250px 250px 0 50px #7a3e3e, 290px 320px 0 50px #7a3e3e, 320px 400px 0 50px #7a3e3e;
    transform: rotate(130deg);
    animation: mtn 20s linear infinite;
}

.hill {
    position: absolute;
    right: -900px;
    bottom: -50px;
    width: 400px;
    border-radius: 50%;
    height: 20px;
    box-shadow: 0 0 0 50px #7a3e3e, -20px 0 0 20px #7a3e3e, -90px 0 0 50px #7a3e3e, 250px 0 0 50px #7a3e3e, 290px 0 0 50px #7a3e3e, 620px 0 0 50px #7a3e3e;
    animation: hill 4s 2s linear infinite;
}

.tree, .tree:nth-child(2), .tree:nth-child(3) {
    position: absolute;
    height: 100px;
    width: 35px;
    bottom: 0;
    background: url(/images/tree.svg) no-repeat;
}

.rock {
    margin-top: -17%;
    height: 2%;
    width: 2%;
    bottom: -2px;
    border-radius: 20px;
    position: absolute;
    background: #ddd;
}

.truck, .wheels {
    transition: all ease;
    width: 85px;
    margin-right: -60px;
    bottom: 0px;
    right: 50%;
    position: absolute;
    background: #eee;
}

.truck {
    background: url(/images/truck.svg) no-repeat;
    background-size: contain;
    height: 63px;
    zoom: 1.06;
}

    .truck:before {
        content: " ";
        position: absolute;
        width: 25px;
        box-shadow: -30px 28px 0 1.5px #7a3e3e, -35px 18px 0 1.5px #7a3e3e;
    }

.wheels {
    background: url(/images/wheels.svg) no-repeat;
    height: 15px;
    margin-bottom: 0;
}

.tree {
    animation: tree 3s 0.000s linear infinite;
}

    .tree:nth-child(2) {
        animation: tree2 2s 0.150s linear infinite;
    }

    .tree:nth-child(3) {
        animation: tree3 8s 0.050s linear infinite;
    }

.rock {
    animation: rock 4s -0.530s linear infinite;
}

.truck {
    animation: truck 4s 0.080s ease infinite;
}

.wheels {
    animation: truck 4s 0.001s ease infinite;
}

.truck:before {
    animation: wind 1.5s 0.000s ease infinite;
}


@keyframes tree {
    0% {
        transform: translate(1350px);
    }

    50% {
    }

    100% {
        transform: translate(-50px);
    }
}

@keyframes tree2 {
    0% {
        transform: translate(650px);
    }

    50% {
    }

    100% {
        transform: translate(-50px);
    }
}

@keyframes tree3 {
    0% {
        transform: translate(2750px);
    }

    50% {
    }

    100% {
        transform: translate(-50px);
    }
}

@keyframes rock {
    0% {
        right: -200px;
    }

    100% {
        right: 2000px;
    }
}

@keyframes truck {
    0% {
    }

    6% {
        transform: translateY(0px);
    }

    7% {
        transform: translateY(-6px);
    }

    9% {
        transform: translateY(0px);
    }

    10% {
        transform: translateY(-1px);
    }

    11% {
        transform: translateY(0px);
    }

    100% {
    }
}

@keyframes wind {
    0% {
    }

    50% {
        transform: translateY(3px)
    }

    100% {
    }
}

@keyframes mtn {
    100% {
        transform: translateX(-2000px) rotate(130deg);
    }
}

@keyframes hill {
    100% {
        transform: translateX(-2000px);
    }
}
/*HOME PAGE loop-wrapper End*/

/*HOME PAGE store-container Only show in PC START*/
@media (min-width: 992px) {
    .store-container {
        display:block !important;
        line-height: 0;
        margin-top: 300px !important;
        position: absolute;
        width: 100%;
    }

    .stroke {
        stroke: #000000;
        stroke-width: 5;
        stroke-linejoin: round;
        stroke-miterlimit: 10;
    }

    .round-end {
        stroke-linecap: round;
    }

    #store {
        animation: fadeIn 0.8s ease-in;
    }

    .cloud {
        animation: clouds 25s linear backwards infinite;
    }

    .plane {
        animation: clouds 20s linear backwards infinite;
        will-change: transform;
    }

    @keyframes clouds {
        from {
            transform: translate(-150%, 0);
        }

        to {
            transform: translate(150%, 0);
        }
    }
}
/*HOME PAGE store-container Only show in PC END*/
