@charset "utf-8";
/* CSS Document */

.colog { color:#867979;}

.off a { color:#FFF;}
.off a:hover { text-decoration:none; font-weight:600;}

.menut a { color:#06C;}
.menut a:hover { text-decoration:none; color:#09F;}

blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
       }
      @keyframes blinker {  
        50% { opacity: 0; }
       }
       .blink-one {
         animation: blinker-one 1s linear infinite;
       }
       @keyframes blinker-one {  
         0% { opacity: 0; }
       }
       .blink-two {
         animation: blinker-two 1.4s linear infinite;
       }
       @keyframes blinker-two {  
         100% { opacity: 0; }
       }
	   
.exp a { color:#069;}
.exp a:hover { text-decoration:none; font-weight:600;}

.borhh { border-bottom-color:#666; border-bottom-style:dashed; border-bottom-width:1px;}

.one {border:#CCC; border-style:solid; border-width:1px; text-align:center; padding:5px; margin-right:5px; width:23%;}
.one:hover { background-color:#d9eefc;}

.owl-theme .owl-nav {margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px;}
.owl-theme .owl-nav [class*='owl-']:hover {background: #869791; color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled {opacity: 0.5; cursor: default;}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px;}

section.products .owl-carousel{margin-top:100px}
section.products .owl-carousel .owl-nav{position:absolute;top:-35px;right:0}
section.products .owl-carousel .owl-nav .owl-prev,section.products .owl-carousel .owl-nav .owl-next{width:40px;height:40px;line-height:40px;background:#d6f0fd;color:#333;text-align:center;line-height:33px;border-radius:0;margin-left:4px}
section.products .owl-carousel .owl-nav .owl-prev.disabled,section.products .owl-carousel .owl-nav .owl-next.disabled{background:#eee}
section.products .owl-carousel .product:hover .hover-overlay{opacity:1}
section.products .owl-carousel .product .item-image{position:relative;padding:30px;background:#fff;-webkit-perspective:1000px;perspective:1000px}
section.products .owl-carousel .product .item-image img{max-width:300px}



.dash-l {border-bottom-color:#666; border-bottom-style:dashed; border-bottom-width:1px;}
.hrtita { border-color:#0f4680; border-style:solid; border-width:2px; width:15%;} 
.link { color:#2998d8;}
.link:hover { color:#069;}
.lang { margin-top:0px;}
.desk-top {}
.mobi-w { display:none;}
.btn-mob { padding:0px;}
.testi { margin-top:0px;}
.minu-m { margin-top:0px;}
.blue-b { margin-top:0px;}
.re-font {color:#FFF; font-size:25px; font-weight:300;}
.faq-mar { margin-top:0px;}
.mtopdm { margin-top:100px;}
.mtopdm2 { margin-top:50px;}
@media only screen and (max-width: 600px) {
.lang { margin-top:5px;}	
.desk-top { display:none;}
.mobi-w { display:inline;}
.btn-mob { width:250px; margin-bottom:15px;}
.testi { margin-top:50px;}
.minu-m { margin-top:-100px;}
.blue-b { margin-top:20px; padding-left:20px;}
.re-font {color:#FFF; font-size:16px; font-weight:300;}
.faq-mar { margin-top:-100px;}
.mtopdm { margin-top:150px;}
.mtopdm2 { margin-top:100px;}
}


@media(min-width:768px) {
  .tab-store {
    margin-right: 3rem;
  }
  .tab-store a {
    position: relative;
  }
  .tab-store a.active {
    border-right-color: transparent;
  }
  .tab-store a.active:after {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    border-left-color: transparent;
    border-left-color: #145477 !important;
    right: -25px;
    top: 25%;
  }
}

.list-group-item.active {
  background-color: #145477;
  border-color: #114b6b;
}

.tbl-hover tr { }
.tbl-hover tr:hover { background-color:#d4e7fb;}
.bg-right-arrow:after {
  content: '';
  height: 22px;
  width: 22px;
  position: absolute;
  top: 3px;
  right: -9px;
  z-index: 1;
  background-color: #dc3545;
  border-left: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  transform: rotate(-45deg);
}