﻿/*
    main color #0087f0
    main bg  #090e30
   
    */

@font-face {
   
}

html {
}

body {
    font-family: Montserrat, sans-serif;
    background-color: #090e30;
    line-height: 1.6;
}

.main-color {
    color: #0087f0;
}
.dis_flex{
    display: flex;
}
.dis_flexcol{
    display: flex;
    flex-direction: column;
}
.bg_parallax {
    min-height: 625px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    /*-ms-background-size: cover;*/
    /*background-size: cover;*/
}
.bg_parallax2 {
    min-height: 625px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    /*-ms-background-size: cover;
    background-size: cover;*/
}
.top-header {
    position: fixed;
    top: 0px;
    z-index: 9900;
    font-weight: bold;
    width: 100%;
}
#menuWeb{
    text-transform: uppercase;
}
.banner{
   position: relative;
    top: 0px;
    z-index: 99;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.banner_col1{
    height: 500px;
    padding: 20px 0;
    margin: 70px 0;
}
.ban_cir{
    background-image: repeating-linear-gradient(-55deg, transparent 0.9px, #0087f0 1.25px, #0087f0 3px, transparent 4px, transparent 8px);
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.25;
    left: 30px;
    /* top: 150px; */
    transform: translate(675%, -825%);
    border-radius: 50%;

    animation-name: banrun;
    animation-duration: 8s;
    animation-iteration-count: 20;
    animation-direction: alternate;  
}
@keyframes banrun {
    0%   {background-color:red; left:30px; top:300px;}
    25%  {background-color:yellow; left:30px; top:400px;}
    50%  {background-color:blue; left:30px; top:500px;}
    75%  {background-color:green; left:30px; top:600px;}
    100% {background-color:red; left:30px; top:700px;}
  }
  .ban_cir2{
    background-image: repeating-linear-gradient(-55deg, transparent 0.9px, #0087f0 1.25px, #0087f0 3px, transparent 4px, transparent 8px);
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.25;
    left: 60px;
    /* top: 150px; */
    transform: translate(1126%, -711%);
    border-radius: 50%;
    animation-name: banrun2;
    animation-duration: 10s;
    animation-iteration-count: 20;
    animation-direction: alternate;  
    animation-delay: 3s;
}
@keyframes banrun2 {
    0%   {background-color:red; left:60px; top:300px;}
    25%  {background-color:yellow; left:60px; top:400px;}
    50%  {background-color:blue; left:60px; top:500px;}
    75%  {background-color:green; left:60px; top:600px;}
    100% {background-color:red; left:60px; top:700px;}
  }

.banner_col1_r1{
    color: white;
    font-size: 60px;
    font-weight: 900;
}
.banner_col1_r2{
    color:#c9c7c7;
    font-size: 18px;
}
.banner_col2{
    width:500px;
    height: 500px;
    padding: 20px;
    margin: 75px 0 40px 113px;
}
@media only screen and (max-width: 600px) {
    .banner_col2{
        width:500px;
        height: 500px;
        padding: 20px;
        margin: 35px 0 40px 20px;
    }
  }

.ani1 {
    margin-top: 110px;
    position: absolute;
    width: 70%;
    margin-inline: auto;
    aspect-ratio: 1 / 1;
    inset: 0;
    border-radius: 50%;
    /* background-color: rgba(0,135,240, 1); */
    opacity: 0.65;
    /* z-index: -1; */
    animation: bg-waves 3s linear infinite forwards;
   
}
.ani2{
    margin-top: 110px;
    position: absolute;
    margin-inline: auto;
    width: 70%;
    aspect-ratio: 1 / 1;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(0,135,240, 0.35);
    background-color: transparent;
    animation: circle-spin 30s linear infinite forwards;
    /* z-index: -1; */
}
@keyframes circle-spin {
    100% {
        transform: rotate(360deg) rotateZ(0);
    }
}
.ani2:before {
    content: "";
    width: 20px;
    aspect-ratio: 1 / 1;
    background-color: #0087f0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: 0 -50%;
}
.ani2::after{
    content: "";
    width: 20px;
    aspect-ratio: 1 / 1;
    background-color: #0087f0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: 0 -50%;
    translate: 0 calc(50% + 1px);
    bottom: 0;
    top: auto;
}
.btnspecial{
    position: relative;
    overflow: hidden;
    
    border: 2px solid #0087f0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    color:  #0087f0;
    font-weight: bold;
padding: 14px 35px;
    transition: all 0.3s ease-in-out 0s;
  
}
.btnspecial:hover{
    color:  white;
    background-color: #0087f0;
}
.btnspecial2{
   
    border: 2px solid #0087f0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    color:  white;
    font-weight: bold;
    padding: 8px 30px;
    transition: all 0.3s ease-in-out 0s;
    background-color: #0087f0;
   
}
.btnspecial2:hover{
    color:  #0087f0;
    background-color: #0c123f;
}
.btnplay{
    
}
.btnplay i{

    color: #0087f0;
}
.btnplay i:hover{
  
    /* color:0087f0;
    background-color: white; */
}
.topbg_dot {
    position: absolute;
    opacity: 0.45;
    inset: 0;
    background-image: radial-gradient(#0087f0 1px, transparent 1px);
    background-size: 19px 25px;
    height: auto;
}
footer{
    padding: 50px 0 50px 0;
    background-color:#303030;
    color: #bfbfbf;
}
footer a, footer a:hover{
    color: #bfbfbf;
}
footer .tencty{
   color: white;
   font-size:35px;
   font-weight: bold;
}
.text-color-product {
    font-size: 15px;
    text-decoration: none;
}

    .text-color-product a, .text-color-product a:hover {
        font-size: 15px;
        text-decoration: none;
    }

.main-breadcum {
    background-color: white;
    color: #3d3d3d;
}

    .main-breadcum ol {
        background-color: white !important;
    }

        .main-breadcum ol li {
            color: #3d3d3d;
        }

    .main-breadcum a, .main-breadcum a:hover {
        color: #3d3d3d !important;
        text-decoration: none;
    }

.nav-shadow {
    border-bottom-color: #F9FBFF;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0px !important;
}

.hotline {
    font-size: 15px;
}
/*override menu hover*/
.navbar-nav > li {
    padding: 23px 15px;
}

.nav > li > a {
    padding: 0px !important;
    padding-bottom: 7px !important;

    /*hover-underline-animation*/
    display: inline-block;
    position: relative;
}

.nav > li > a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transition: transform 0.25s ease-out;
}

.nav > li > a:hover::after {
    transform: scaleX(1);
}

/*.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}*/
.navbar-fixed-top{
    background-color: #0087f0;
    color: white;
}
.navbar-fixed-top a::after {
    content: '';
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
     left: 0;
   background-color: white !important;
    transition: transform 0.25s ease-out;
}
.navbar-fixed-top a:hover{
    color: white !important;
}
.navbar-fixed-top a:hover::after{
    color: white !important;
    transform: scaleX(1);
}
.navbar-fixed-top .navbar {

    margin-bottom: 0px !important;
}
.mar-t20{
    margin-top:20px;
}
.mar-t25{
    margin-top:25px;
}
.mar-t30{
    margin-top:30px;
}
.mar-t40{
    margin-top:40px;
}
.pddt40{
    padding-top:40px;
}
.pddt70{
    padding-top:70px;
}
.pddb40{
    padding-bottom:40px;
}
.mart-box{
    margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mart-box {
    margin-top: 40px;
  }
}

.marb-box{
    margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .marb-box {
    margin-bottom: 40px;
  }
}
.sec_dv{
    color: white;
    margin-top: 70px;
}
.dv{
    /*background: #ffffff;
    background-image: linear-gradient(to right bottom, rgba(255,255,255,0) 50%, rgba(22,104,177,0.1));
    */border-radius: 10px;
    /* box-shadow: 0 4px 44px rgba(17, 29, 48, 0.11); */
    max-height: 320px;
    min-height: 280px;
    padding: 15px 25px;
    border:  1px solid #0087f0;
    background-size: 200% 200%;
    background-image: 
linear-gradient(to top, #0087f0 50%, transparent 50%);
-webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
-o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
transition: background-position 300ms, color 300ms ease, border-color 300ms ease;

}
.dv:hover{
    /* box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3); */
    color: white;
    border-color: #0087f0;
    background-image: 
    linear-gradient(to top, #0087f0 51%, transparent 50%);
    background-position: 0 100%;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.dv_icon{
    text-align: center;
}
.dv:hover .dv_icon i{
    color: white;
}
.dv_title{
    font-size:24px;
    font-weight: bold;
    margin-top:8px;
    color: white;
}
.dv_desc{
    margin-top:10px;
    color: #f1f1f1;
}
.dv_readmore{
    text-align: right;
}
.dv_readmore a{
    color: #0087f0;
    font-weight: bold;
    padding-left: 5px;
}
.dv:hover .dv_readmore a, .dv:hover .dv_readmore i{
    color: white;
}

/* .hover {
    color: #0000;
    background: 
      linear-gradient(90deg,#1095c1 50%,#000 0) 
      var(--_p,100%)/200% no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    transition: .4s;
  }
  .hover:hover {
    --_p: 0%;
  } */
.datb{
    border-radius: 10px;
    box-shadow: 0 4px 44px rgba(17, 29, 48, 0.11);
    max-height: 320px;
    min-height: 280px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}
.datb:hover .datb_content{
    bottom: 0px;
}
.datb_content{
    padding: 0 15px 10px 15px;
    background: #0087f0;
    color: #f9f9f9;
    height: 60%;    
    position: absolute; 
    left: 0;
    bottom: -100px;    
    width: 100%;
    opacity: 1;    
    -webkit-transition: all 0.7s ease-out;
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;
}
.datb_title{
    font-size:22px;
    margin-top:8px;
}
.datb_title a{
    color: white;
}
.datb_title a:hover{
    color: #c9c7c7;
}
.datb_desc{
    margin-top:20px;
}
.datb_readmore{
}
.comment{
    background: #090e30;
    border-radius: 10px;
    box-shadow: 0 4px 44px rgba(17, 29, 48, 0.11);
    max-height: 240px;
    min-height: 210px;
    padding: 10px 15px;
    opacity: 0.9;
}
.comment:hover{
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}
.comment_title{
    font-size:23px;
    margin-top:8px;
    color: white;
}
.comment_desc{
    margin-top:10px;
    
    color: #bfbfbf;
}

.size70{
    font-size:70px;
}

.gt{
    margin: 40px 0;
}
.gt_con{
    border: 1px solid #0087f0;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    min-height: 200px;
    width: 50%;
}
.gt_num{
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.gt_txt{
    color: #d6d6d6;
}
.gt_col2{
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
 
}
.gt_col2 h3{
    font-size: 35px;
    color: black;
    font-weight: bold;
}
.gt_col2 p{
    color: #303030;
}
 .gt_img{
    transition:  all 0.5s ease-in-out 0s;
}
 .gt_img:hover {
    transform: scale(1.1); 
  }
/* Shine */
.hoverShine figure {
	position: relative;
}
.hoverShine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
	display: none;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hoverShine figure:hover::before {
    display: block;
	-webkit-animation: shine .75s;
	animation: shine .75s;
    z-index: 10;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.reason{
    margin: 40px 0;
}
.reason_con{
    background-color: #1669af;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    min-height: 200px;
    width: 50%;
}
.reason_num{
    font-size: 50px;
    color: white;
    font-weight: bold;
}
.reason_txt{
    color: #d6d6d6;
}
.reason_col2{
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
 
}
.reason_col2 .num{
    font-size: 50px;
    font-weight: bold;
    color: white;
}
.reason_col2 .title{
    /* color: #303030; */
}
.reason_col2 .desc{
    color: #d6d6d6;
    align-content: center;
    padding: 20px;
    font-size: 22px;
}
.rating_star{
    color: #f2e24f;
}
.newsindex{
    padding-top: 70px;
     padding-bottom: 70px;
}
.newsitem{
    max-height: 480px;
    min-height: 380px;
    border:  1px solid #093059;
    border-radius:10px;
}
.newsitem .wrapimg{
    overflow: hidden;
}
.newsitem .thumb-news{
    border-radius: 10px;
    min-height: 200px;
    transition:  all 0.5s ease-in-out 0s;
    background-position: center;
    background-repeat: no-repeat;
}
.newsitem .thumb-news:hover {
    transform: scale(1.1); 
  }
.newsitem .caption{
    background-color: #093059;
    color: white;
    padding: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}
.newsitem .caption a{
    color: white;
    font-weight: 600;
}
.newsitem .caption a:hover{
    color: #0087f0;
}
.newsitem .desc{
    color: #bfbfbf;
    height: 46px;
}
.newsitem .readmore{
        text-align: right;
    
}
.customer{
    padding-bottom:40px;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip i {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

/*DEMO*/
/*.heroContent {
  position: relative;
  width: 400px;
  border-left: 3px solid #1669af;
  border-right: 3px solid #1669af;
}
.heroContent:before,
.heroContent:after {
  content: "";
  width: 100%;
  display: block;
  background-color: #1669af;
  position: absolute;
  height: 3px
}
.heroContent:after {
  bottom: 0;
}
.heroContent:before {
  top: 0;
  width: 40%;
}*/

.title-bar{
    font-size:18px;
    font-weight: bold;
    color: #0087ca;
    text-transform: uppercase;
    border-left: 3px solid #0087ca;
    padding-left: 8px;
}
.title-box{
    font-size:40px;
    font-weight: bold;
    color: white;
}
.title_desc{
 color: #d6d6d6;
}

/*mobile menu*/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #1669af;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 80px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 14px}
  .overlay .closebtn {
    font-size: 40px;
    top: 70px;
    right: 35px;
  }
}
/*end mobile menu*/

.cus_comment{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-bottom: 70px;
    margin-top: 40px;
}