.top-nav {
    background: #d04515;
    height: 36px;
    position: relative;
    z-index: -2;
}

.top-nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 50%;
    height: 100%;
    z-index: -1;
    transform: skew(38deg);
    padding-left: 20px;
    background: #bb0d0e;
}

#menu-button {
    padding: 0 !important;
}

.nav-left,
.nav-right {
    height: 36px;
    line-height: 36px;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none !important;
}

.mailicon {}

.mail,
.phone,
.address {
    z-index: 10;
    color: white;
    font-size: 15px;
}

.banner-img {
   
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 0%;
}

.contact-img {
    background-image: url('../images/2hand.jpg');
    background-size: cover;
    height: auto
}

.banner-text {
    color: #313131;
    margin-top: 14em;
}

.mid {
    margin: 20px 0;
}

.banner-menu {
  
    background: white;
    line-height: 75px;
    width: 100%;
    position: fixed;
    transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    z-index: 999999;
}

.logo-menu {
    max-width: 250px;
}

.hotline {
    padding: 12px 27px;
    background-image: linear-gradient(90deg, #bc110e, #ef951f);
    font-size: 20px;
    color: white;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
}

.hotline:hover {
    background-position-x: 224px;
    /* background-repeat: no-repeat; */
    color: white;
}

.gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 4px;
}

.mgb {
    margin-bottom: 3em;
}

.gradient-border {
    border-image-source: linear-gradient(to right, #bc110e, #ef951f);
}

.icon-play {
    background: white;
    color: black;
    font-size: 34px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    margin-left: 30px;
    -webkit-animation: animation 1s linear infinite;
    animation: animation 1s linear infinite;
    -webkit-transition: .5s;
    cursor: pointer;
}

@keyframes animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.enterprise h1 {
    color: #f3f1f1;
    font-size: 60px;
}

.enterprise {
    position: relative;
}

.enterprise-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.enterprise-item {
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.enterprise-item img {
    height: 100%;
    width: 100%;
    transition: ease-in-out 2.5s;
}

.enterprise-item h2 {
    position: absolute;
    color: white;
    bottom: 15%;
    left: 10%;
    transition: ease-in-out 0.6s;
    -moz-transition: ease-in-out 0.6s;
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
}

.enterprise-item:hover .enterprise-img {
    transform: scale(1.2);
}

.enterprise-item:hover .enterprise-hover {
    top: 0%;
}

.enterprise-item:hover .enterprise-h2 {
    opacity: 0;
}

.no-pl {
    padding-right: 0 !important;
}

.no-pc {
    padding: 0;
}

.no-pr {
    padding-left: 0;
}

.enterprise-hover {
    position: absolute;
    width: 100%;
    height: 490px;
    background: #c13a3bbd;
    transition: ease-in-out 0.6s;
    -moz-transition: ease-in-out 0.6s;
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    top: 100%;
}

h3.h3-hover {
    position: absolute;
    color: white;
    top: 10%;
    left: 10%;
    height: 65px;
    line-height: 35px;
}

h3.h3-hover:before {
    position: absolute;
    content: '';
    width: 170%;
    background: white;
    height: 1px;
    bottom: -30%;
    left: 1%;
}

.video {
    /* padding: 10px; */
   
    display: block;

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #d04515;
    border: 2px solid white;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.text-hover {
    position: absolute;
    color: white;
    top: 35%;
    left: 10%;
    padding: 1px 35px 0 0;
}

.solution {
    width: 100%;
    height: 340px;
    background: #eef3f9;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 9999;
}

.sol-content i {
    font-size: 70px;
    color: #d04515;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
}

.sol-content {
    padding: 30px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
}

.sol-p {
    height: 120px;
    overflow: hidden;
}

.solution:hover .sol-content {
    color: white;
}

.solution:hover i {
    color: white;
}

.sol-abs {
    width: 100%;
    height: 340px;
    position: absolute;
    transition: ease-in-out 0.4s;
    transform: translateY(-5px);
}

.solution:hover .sol-abs {
    transform: translateY(-345px);
    z-index: -1;
    background: #d04515;
}

.solution:hover {
    background: none;
}

.whyus {
    width: 100%;
    position: relative;
}

.canvas-bg {
    width: 100% !important;
    overflow: hidden;
    max-width: 100%;
    height: 700px;
}

.sec3 {
    margin-top: 150px !important;
}

.count-us {
    position: absolute;
    width: 100%;
    height: 200px;
    background: white;
    top: -100px;
    box-shadow: 0 0 6px 6px #b7b7b87d;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

.a-number {
    background: linear-gradient(to right, #c01a10, #e9871d);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.around {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.portal {
    POSITION: ABSOLUTE;
    TOP: 16%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.bg-star {
    height: 950px;
    background: radial-gradient(ellipse at bottom, #4776ac 0%, #2d3459 100%);
    overflow: hidden;
}

.whyus-content-p {
    color: white;
    padding: 35px;
    position: relative;
}

.whyus-number {
    /* color: #cf4215bd; */
    font-size: 70px;
    color: #d8d8d8bd;
    transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.whyus-number1 {
    /* color: #cf4215bd; */
    font-size: 30px;
    color: #d8d8d8bd;
    transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.whyus-title {
    font-size: 23px;
    font-weight: 600;
}

.whyus-content-p>p {
    line-height: 33px;
    padding: 0 10px;
    height: 124px;
    overflow: hidden;
}

.whyus-content-p::after {
    position: absolute;
    border-right: solid 10px white;
    border-bottom: solid 10px white;
    width: 50px;
    height: 50px;
    content: '';
    bottom: 0;
    right: 0px;
    transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.whyus-content:hover .whyus-number,
.whyus-content:hover .whyus-number1 {
    color: #cf4215bd;
}

.whyus-content:hover .whyus-content-p::after {
    border-right: solid 10px #D04515;
    border-bottom: solid 10px #BB0D0E;
}

#owl-demo .item {
    margin: 3px auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-prev:before {
    content: '\f053';
    display: block;
    font-weight: 600;
    font-family: Font Awesome\ 5 Free;
}

.owl-next:before {
    content: '\f054';
    display: block;
    font-weight: 600;
    font-family: Font Awesome\ 5 Free;
}

.owl-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 39px;
    font-size: 17px !important;
    background: #BB0D0E !important;
    position: absolute;
    top: 25%;
    right: -2%;
}

.owl-prev {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 39px;
    font-size: 17px !important;
    background: #BB0D0E !important;
    position: absolute;
    top: 25%;
    left: -2%;
}

.foot-bg {
    background: #fff;
    background-size: cover;
    height: auto;
}

.foot-logo>img {
    width: 180px;
    height: auto;
}


.foot-social {
    /* padding: 10px; */
    width: 45px;
    display: block;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #d04515;
    border: 2px solid white;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}

.fb:hover {
    border: 2px solid #0B84EE;
    background: white;
    color: #0B84EE;
}

.twt:hover {
    border: 2px solid #059FEE;
    background: white;
    color: #059FEE;
}

.wx:hover {
    border: 2px solid #5ABA24;
    background: white;
    color: #5ABA24;
}

.yout:hover {
    border: 2px solid #FF0000;
    background: white;
    color: #FF0000;
}

.foot-content {
    color: #000;
}

.list-foot>li,
.foot-list>li {
    padding: 13px 0;
}

.foot-list>li>a>i {
    color: #D04515;
}

.foot-list>li>a {
    color: #313131;
}

.foot-list>li>a:hover {
    color: #BB0D0E;
}

.download {
    display: block;
}

.foot-bg {
    padding: 5em 0;
}

.text-effect {
    display: none;
}

.text-effect span {
    position: relative;
}

.contact-title {
    padding: 12em 0 9em 0;
    color: white;
}

.contactus {
    padding-left: 0;
    color: white;
}

.contactus>li>a {
    color: white;
}

.contactus>li>a:hover {
    color: white;
}

.contact-inf>li>i {
    font-size: 25px;
    width: 30px;
    color: #BB0D0E
}

.contact-inf>li>span {
    font-size: 19px;
}

.contact-inf>li {
    padding: 20px 0;
}

.contact-content1>h1::after,
.contact-content2>h1::after {
    display: block;
    content: '';
    background: black;
    width: 50%;
    height: 2px;
    left: 2px;
    position: absolute;
    top: 123%;
}

.about-content>h2::after {
    display: block;
    content: '';
    background: white;
    width: 50%;
    height: 2px;
    left: 2px;
    position: absolute;
    top: 123%;
}

.contact-content1>h1,
.contact-content2>h1,
.about-content>h2 {
    position: relative;
}

.about-content>h2 {
    color: white;
}

.contact-content1 {
    margin-top: 30px;
}

.contact-content2 {
    background: #f4f7fc;
    padding: 30px;
}

.edit-f {
    padding: 8px 0;
    border-radius: 0;
    ;
}

.edit-f:focus {
    box-shadow: 0 0 0 0.2rem #bb0d0e57;
    border-color: #BB0D0E;
}

.contact-c {
    padding: 7px 14px;
    background: #BB0D0E;
    color: white !important;
}

.aboutus-content {
    background: #f4f7fc;
}

.aboutus-content>p {
    padding: 70px;
}

.about-bg-l {
    background: #BB0D0E;
    color: white;
}

.about-bg-r {
    background: url('../images/about_nangluc.jpg');
    background-size: cover;
    background-position-x: 100%;
}

.about-content,
.about-bg-l {
    padding: 45px;
}

.custom-bg {
    background: white;
    border: 1px solid #faf9f9;
    width: 100%;
    height: 254px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
}

.custom-bg>img {
    width: 150px;
    height: 150px;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
}

.custom-bg:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.custom-bg:hover .scale {
    transform: scale(1.3);
}

.product-title>i {
    font-size: 35px;
    color: #d04515;
    padding-right: 10px;
}

.prod-title {
    color: black;
    font-size: 40px;
    border-left: 2px solid rgb(163, 163, 163);
    padding-left: 15px;
}

.block-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #d04515;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
}

.block-icon>i {
    color: white;
    font-size: 30px;
}

.prod-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.product-bl:hover .block-icon {
    transform: rotate(720deg);
    width: 80px;
    height: 80px;
    background: #BB0D0E;
}

.product-bl {
    transition: ease-in-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
}

.product-bl:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.prod-content1 {
    padding: 15px
}

.coccoc-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone {
    background-color: transparent;
    width: 175px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 150px;
    top: 30px;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: #ef951f;
    opacity: 1 !important;
}

.coccoc-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: url(../images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #ef951f;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #ef951f;
    opacity: 1;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: 1;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: #00aff2;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
}

.goTop {
    bottom: 10%;
    cursor: pointer;
    display: none;
    width: 45px;
    height: 45px;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    color: white;
    font-size: 20px;
    right: 60px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    background: #ef951f;
}

.goTop:hover {
    transform: rotate(360deg);
}

.home-text-center {
    padding-top: 30px;
}


@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@media screen and (max-width: 768px) {
    .no-pl {
        padding-right: 15px !important;
    }
    .no-pc {
        padding: 0 15px !important;
    }
    .no-pr {
        padding-left: 15px !important;
    }
    .count-us {
        position: static;
        width: 100%;
        height: auto;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    .sec3 {
        margin-top: 50px !important;
    }
    .portal {
        top: 5%;
    }
    .bg-star {
        height: auto;
    }
    .banner-menu {
        height: auto;
        background: white !important;
        top: 0 !important;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .play-btn {
        margin-top: 30px;
        display: block;
    }
    .top-nav {
        display: none;
    }
    .enterprise-item {
        width: 100%;
        height: 420px !important;
    }
    .contact-title h1 {
        font-size: 35px;
    }
    .aboutus-content>p {
        padding: 20px;
    }
    .coccoc-alo-phone {
        height: 107px;
    }
    .whyus-content-p {
        padding: 25px;
    }
    .about-content {
        padding: 10px;
    }
}

@media screen and (min-width:768px) {
    .no-pl {
        padding-right: 0px !important;
    }
    .no-pc {
        padding: 0px !important;
    }
    .no-pr {
        padding-left: 0px !important;
    }
    #cssmenu ul {
        display: block !important;
    }
}

@media screen and (min-width:320px) and (max-width:425px) {
    .coccoc-alo-phone {
        height: 4px;
    }
}

@media screen and (min-width:768px) {
    #menu-hamberger {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .whyus-number {
        font-size: 40px;
    }
    .whyus-title {
        font-size: 20px;
    }
    .prod-title {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    #cssmenu>ul>li>a {
        padding: 12px !important;
    }
}

@media screen and (max-width: 767px) {
    #menu-hamberger {
        position: absolute;
        right: 0;
        top: -77px;
    }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 50vh;
    background: #fff;
}

    #hero .container {
        padding-top: 72px;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #313131;
    }

    #hero h2 {
        color: #313131;
        margin-bottom: 10px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        font-family: Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px 11px 28px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px 0 0 0;
        color: #fff;
        background: #f72300;
    }

    #hero .btn-get-started:hover {
            background: #209dd8;
        }

    #hero .btn-watch-video {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 0 0 25px;
        color: #313131;
        line-height: 1;
    }

        #hero .btn-watch-video i {
            line-height: 0;
            color: #313131;
            font-size: 32px;
            transition: 0.3s;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover i {
            color: #47b2e4;
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

/* CSS */
.button-13 {
    background-color: #fff;
    border: 1px solid #d04515;
    border-radius: 8px;
    box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    box-sizing: border-box;
    color: #d04515;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 29px;
    padding: 5px 5px 5px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 150px;
}


   
    .button-13:hover {
        background-color: #f7fafa;
    }

    .button-13:focus {
        border-color: #008296;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
        outline: 0;
        
    }

    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;

  }
.icon-box .icon {
    margin-bottom: 10px;
  }
.icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
  }
.icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
  }
.icon-box h4 a {
    color: #D04515;
    transition: ease-in-out 0.3s;
  }
 .icon-box p {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    text-align: justify;
  }
.icon-box:hover {
    transform: translateY(-10px);
  }
.icon-box:hover h4 a {
    color: #47b2e4;
  }

  
#supporters {
    padding: 60px 0;
  }
  
  #supporters .supporters-wrap {
    border-top: 1px solid #e0e5fa;
    border-left: 1px solid #e0e5fa;
    margin-bottom: 30px;
  }
  
  #supporters .supporter-logo {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e0e5fa;
    border-bottom: 1px solid #e0e5fa;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    height: 160px;
  }
  
  #supporters .supporter-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  #supporters img {
    transition: all 0.4s ease-in-out;
    width: 170px;
  }

  .intro-content {
      list-style: 150%;
      text-align: justify;
      font-size: 20px;
  }

  .check-list {
      line-height: 150%;
      font-size: 20px;
  }
  
  .ModuleTitle {
        font-size: 25px;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: bold;
        color: #D04515;
  }

  .SubModuleTitle {
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
    color: #D04515;
}


/* ---------------- Top Menu -- */

.bg-white {
    background-color: #fff
}

.navbar-brand {
    padding: 23.5px 20px;
    font-size: 18px
}

.navbar-nav {
    width: 100%
    
}

.nav-item {
    padding: 15px 8px;
    margin: 0px 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
    color: rgb(24, 24, 24);
    position: static;
   
}
.nav-item  a {
    color: inherit !important
}

.nav-item.active {
    color: #EF5350
}

.nav-item:hover {
    color: #EF5350
}


.nav-link {
    padding: 5px
}

.navbar-collapse.collapse.in {
    display: block !important
}

.fa-angle-down {
    padding-left: 10px
}

.fa-icon {
    font-size: 20 px;
    color: rgb(236, 99, 8);
    margin: 2px 5px 5px 0px;
    width: 20px;
    height: 20px
}

.dropdown-menu {
    margin-top: 0px;
    border: 1px solid #b6b6b6;
    background-color: #f8f8f8;
    padding: 30px 30px 30px 30px
}

#dropdown-menu1 {
    position: absolute;
    left: 165px
}

#dropdown-menu2 {
    position: absolute;
    left: 285px
}

#dropdown-menu3 {
    position: absolute;
    left: 415px
}

.tab {
    margin-bottom: 15px;
    width: 230px
}

.tab:hover {
    color: #E91E63 !important
}

.submenu-title {

    font-size: 16px;
    font-weight: bold;
}
.submenu-title-des {

font-size: 14px;

}
.dropdown-item {
    padding: 0px;
    margin: 0px;
}

.dropdown-item:hover {
    background-color: inherit
}

@media (max-width: 767px) {
    .nav-item {
        width: 100%;
        text-align: left;
        padding-left: 10px
    }

    .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 10px
    }
}


    #topbanner {
        width: 100%;
        height: 20vh;
        background: #d04515;
    }

    #topbanner .container {
        padding-top: 120px;
    }
  

    .news-box {
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
        padding: 20px 30px;
        transition: all ease-in-out 0.4s;
        background: #fff;
    
      }
    .news-box .icon {
        margin-bottom: 10px;
      }
    .news-box .icon i {
        color: #47b2e4;
        font-size: 36px;
        transition: 0.3s;
      }
    .news-box h4 {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 18px;
      }
    .news-box h4 a {
        color: #D04515;
        transition: ease-in-out 0.3s;
      }
     .news-box p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 0;
        text-align: justify;
      }
    .news-box:hover {
        transform: translateY(-10px);
      }
    .news-box:hover h4 a {
        color: #47b2e4;
      }

    .news-box img {
        max-width: 200px;
        max-height: 100px;
        
      }

    .news-content {
        list-style: 150%;
        text-align: justify;
        font-size: 20px;
    }
    .news-image {
        max-width: 650px;
        max-height: 450px;
    }
    .news-content h4 a {
        color: #D04515;
        transition: ease-in-out 0.3s;
        font-size: 25px;
    }
    .news-content p {
       margin-top:22px;
    }
.news-date {
    color: #313131;
    font-size: 18px;
    text-align: right
}
.news-breadcrumb {
    font-size:24px;
    color:#fff;
}
.news-breadcrumb a{
    font-size: 24px;
    color: #fff;
}
.news-subbreadcrumb {
    font-size: 20px;
    color: #fff;
}

.news-headlines {
    color: #313131;
    font-size: 18px;
    font-weight:bold;
}
.news-box-tipical {
    border: 1px solid #ccc;
    padding: 10px 10px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    width:100%
}
    .news-box-tipical img {
        max-width: 100px;
        max-height: 100px;
    }
    .news-box-tipical-content {
        font-size:15px;
        color:#000;
    }
.news-box-tipical a {
    color: #D04515;
    font-size: 16px;
}

.page_enabled, .page_disabled {
    display: inline-block;
    height: 30px;
    min-width: 25px;
    text-align: center;
    text-decoration:none;
    border: 1px solid #ccc;
    padding: 3px;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
    .news-image {
        width: 80%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    #hero .hero-img img {
        width: 70%;
    }

    .news-image {
        width: 80%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
    .news-image {
        width: 80%;
    }
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  


}