@charset "UTF-8";
a, a:hover {
  text-decoration: none
}

a {
  color: #cc6b0d;
}

body {
  color: #333;
  font-size:16px;
  font-family: 'Exo', sans-serif;
}

a:hover {
  color: #894401
}

.btn {
  color: #FFF;
  text-decoration: none
}

.cf {
  display: block
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle
}

h1 {
  font-size: 120%
}

h2 {
  font-size: 110%
}

h3 {
  font-size: 100%
}

h4 {
  font-size: 90%
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: normal
}

.page {
  width: 100%;
}

.social-box {}

.social-box ul:after {
  content: '';
  display: block;
  clear: both;
}

.social-box ul {
  margin: 0;
  padding: 0;
  float: right;
}

.social-box ul li {
  float: left;
  padding: 0 8px;
}

#pnlogo {}

#pnlogo img {
  width: 130px;
}

.owl-carousel .owl-item img {
  max-height: 180px;
}

.panel-success {
  border-color: #eee;
}

.panel-success>.panel-heading {}

#collection_list {
  margin-top: 8px;
}


.header_main {
  background: #fff;
  color: #000;
}

.header_main a{color: #000;}

.header_main:after {
  content: '';
  display: block;
  clear: both;
}

#pnsearch {
  margin: 0;
  padding: 0;
  height: 30px;
  font-size: 12px;
  position: absolute;
  right:20px;
  top:5px;
  width: 160px;
}

#pnsearch input {
  height: 30px;
  font-size: 12px;
  width: 120px;
  display: block;
}

#pnsearch button {
  height: 30px;
  padding: 0 12px;
  background-color: #f86c0c;
border-color: #cc6b0d;
}

#list_sum {
  margin: 0;
  padding: 0;
}

#list_sum li {
  margin-bottom: 0px;
  line-height: 18px;
}

.iconsx {
  color: #fff;
  font-weight: bold;
}

.content_page {
  
}

.bg_title_page {
  height: 55px;
  line-height: 55px;
  position: relative;
}

.title_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin-top: -9px;
}

.title_page span {
  margin-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.content_mod {
  font-size: 18px;
  
}

.content_mod:after {
  content: '';
  display: block;
  clear: both;
}

.content_mod .item-product {}

.content_mod .item-product .in {
  margin: 5px 6px;
  padding: 8px;
  height: 430px;
  overflow: hidden;
}

.content_mod .item-product .in h2 {
  text-align: center;
}

.content_mod .item-product .in h2 a {
  color: #286900;
  font-size: 15px;
  text-transform: uppercase;
}

.content_mod .item-product .in .img {
  height: 200px;
  text-align: center;
}

.content_mod .item-product .in .img img {
  max-width: 100%;
  max-height: 100%;
}

.content_mod .item-product-pro {
  float: left;
  width: 33%;
}

.content_mod .item-product-pro .in {
  border: 1px solid #ba0076;
  margin: 5px 6px;
  padding: 8px;
  height: 320px;
  overflow: hidden;
}

.content_mod .item-product-pro .in h2 {
  text-align: center;
}

.content_mod .item-product-pro .in h2 a {
  color: #286900;
  font-size: 18px;
  text-transform: uppercase;
}

.content_mod .item-product-pro .in .img {
  height: 260px;
  text-align: center;
}

.content_mod .item-product-pro .in .img img {
  max-width: 100%;
  max-height: 100%;
}

.title_other {
  color: #fff;
  background-color: #7a300b;
  border-color: #eee;
  position: relative;
  height: 27px;
  line-height: 27px;
  padding-left: 10px;
}

.title_other img {
  height: 20px;
}

#pn-footer {
  background-color: #2fa1b3;
  padding-top: 20px;
  color: #fff;
  border-top: 2px solid #ccc;
  font-size: 20px;
}

#pn-footer h3 {
  font-size: 20px;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#pn-footer a {
  color: #fff;
}

#pn-footer a:hover {
  color: #f9c9a9;
}

#news_bottom {
  padding-top: 10px;
  font-size: 12px;
  font-family: tahoma;
}

#news_bottom li {
  margin-bottom: 8px;
}

#news_bottom li .title a {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

#customer_bottom {
  font-size: 12px;
  font-family: tahoma;
  margin-top: 15px;
}

#customer_bottom img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* Dropdown Button */

.dropbtn {}

/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3eaae4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

/* Links inside the dropdown */

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
  background-color: #7a300b;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
  background-color: #3eaae4;
}

#home_news {
  background: url(../images/bg_news.png) center bottom no-repeat;
}

.home_cate {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.home_cate>a {
  font-size: 26px;
  text-transform: uppercase;
}

.home_cate img {
  margin-right: 15px;
}

.home_cate .scroll {
  float: right;
}

.home_cate ul {
  flex-wrap: unset;
}

.home_cate ul:after {
  content: '';
  display: block;
  clear: both;
}

.home_cate ul li {
  float: left;
  padding: 0 15px;
}

.home_cate ul li a {
  display: block;
  color: #000;
  padding: 8px 5px;
}

.home_cate ul li a:hover, .home_cate ul li a.active {
  background: #3eaae4;
  color: #fff;
}

.home_cate:after {
  content: '';
  display: block;
  clear: both;
}

.home_products {
  margin-top: 16px;
  padding: 15px;
}

.home_products .title_home {
  color: #fff;
}

.home_products:after {
  content: '';
  display: block;
  clear: both;
}

.item-product {
  float: left;
  width: 33%;
}

.item-product .in {
  margin-right: 12px;
}

.item-product h2 {
  margin: 12px 0;
}

.item-product h2 a {
  font-size: 26px;
}

.item-product .img {
  text-align: center;
}

.first_news h2 {
  margin: 12px 0;
}

.first_news h2 a {
  font-size: 26px;
}

.first_news img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.list_home_news {
  margin-bottom: 18px;
}

.list_home_news a {
  color: #000;
}

#home_news .read_more {
  text-align: center;
}

#home_news .read_more a {
  color: #007bff;
  text-align: left;
}

.list_home_news img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.date_created {
  color: #ccc;
}

.read_more {
  text-align: center;
}

.scroll {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#footer_tools {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100px;
  background: #fff;
}

#footer_tools ul li {
  float: left;
  width: 33%;
  text-align: center;
}

#pn_home_products .view_more {
  text-align: center;
}

#pn_home_products .view_more:before {
  content: '';
  display: block;
  clear: both;
}

/*===========BEGIN: BANNER=================*/

.vnt-banner {
  position: relative;
  overflow: hidden;
}

.vnt-banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*background: url("../images/mui_tau.svg") no-repeat 100% 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;*/
}

#slider_banner.slick-initialized .item, #slider_banner .item:first-child {
  display: block;
}

#slider_banner .item {
  display: none;
}

#slider_banner .item .i-image img {
  width: 100%;
  max-height: 620px;
}

#slider_banner .item .i-desc {
  position: absolute;
  bottom: 50px;
  left: 300px;
  color: #ffffff;
  pointer-events: none;
  -webkit-transform: translate(-100px, 0);
  -moz-transform: translate(-100px, 0);
  -o-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#slider_banner.active .item.slick-current .i-desc {

  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

#slider_banner .item .i-desc .id-logo {
  margin-bottom: 5px;
}

#slider_banner .item .i-desc .id-text {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #ed1c24;
}

#slider_banner .slick-arrow {
  width: 35px;
  height: 63px;
  background: rgba(255, 255, 255, 1);
  color: #3a290c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  z-index: 50;
}

#slider_banner:hover .slick-arrow {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#slider_banner .slick-arrow:hover {
  color: #ffffff;
  background: #ed1c24;
}

#slider_banner .slick-prev {
  margin-top: 32px;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#slider_banner:hover .slick-prev {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

#slider_banner .slick-next {
  margin-top: -32px;
  left: 0;
  right: auto;
}

#slider_banner .slick-arrow:after {
  position: absolute;
  font-size: 33px;
  line-height: 40px;
  padding: 0 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: fontawesome;
}

#slider_banner .slick-next:after {
  content: '\f105';
}

#slider_banner .slick-prev:after {
  content: '\f104';
}

#slider_banner .slick-dots {
  bottom: 10px;
  text-align: center;
}

#slider_banner .slick-dots li {
  margin: 0 2px;
}

#slider_banner .slick-dots li button::before {
  font-size: 12px;
  opacity: 1;
  color: #b2b2b2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#slider_banner .slick-dots li.slick-active button::before, #slider_banner .slick-dots li button:hover::before, #slider_banner .slick-dots li button:focus::before {
  color: #ec1c24;
}

/*===========END: BANNER=================*/
.navbar .navbar-nav > li > a {
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase
}

.Navbar > ul > li .dropdown-toggle {
  position: absolute
}

.navbar-header {
  width: 100%
}

.navbar {
  margin: 0
}

.navbar.nav-white .navbar-nav > li > a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase
}

.nav > li > a:focus {
  background-color: transparent
}

.Navbar {
  padding: 0
}

.Navbar:after {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 40px;
  content: '';
  background-color: #2fa1b3;
}

.Navbar .languages {
  background-color: #fff;
  position: absolute;
  width: 260px;
  height: 43px;
  line-height: 43px;
  padding-left: 10px;
  right: -36px;
  top: -2px;
  z-index: 9999;
}

.Navbar .languages .in{ margin-left: 30px;}

.Navbar > ul {
  position: relative;
  z-index: 2
}

.Navbar > ul > li:before, .Navbar > ul > li.active:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  content: '';
  z-index: 0;
  transition: All .2s ease-out;
  -webkit-transition: All .3s ease-out;
  -moz-transition: All .3s ease-out;
  -o-transition: All .3s ease-out;
  -ms-transform: All .3s ease-out;
}



.Navbar > ul > li.active:before, .Navbar > ul > li:hover:before {
  background: #282827;
  opacity: 1;
  width: 100%
}

.Navbar > ul > li:first-child:before, .Navbar > ul > li:first-child.active:before, .Navbar > ul > li:first-child:hover:before {
  background-color: #2b94a5
}

.Navbar > ul > li:first-child > a {
  font-size: 0;
  padding: 0 20px;
  background: url(../images/home_icon.png) center center no-repeat!important
}

.Navbar > ul > li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: '';

}

.Navbar > ul > li.nolight:after {
  background: #fff;
}

.Navbar .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 40px
}

.Navbar .navbar-nav.navbar-en > li > a {
  padding: 0 12px;
}

.Navbar .navbar-nav.navbar-en > li:first-child > a {
  padding: 0 30px;
}

.Navbar > ul > li:focus > a, .Navbar > ul > li.active > a, .Navbar > ul > li:hover > a {
  background: none;
  color: #FFF
}

.Navbar .dropdown-toggle {
  display: none;
  position: absolute;
  top: 21px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #FFF transparent transparent;
  z-index: 1
}

.Navbar ul ul {
  position: absolute;
  left: -9999px;
  right: auto;
  top: 80px;
  opacity: 0;
  min-width: 220px;
  display: inherit;
  padding: 0;
  background-color: #2b94a5;
  border: none;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 9999;
  font-size: 1em
}

.Navbar ul ul a {
  color: #FFF;
  padding: 7px 10px;
  font-size: 16px;
}

.Navbar ul ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.Navbar ul ul li:last-child:hover a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px
}

.Navbar ul ul > li:hover > a {
  background-color: #F5F5F5;
  color: #000
}

.Navbar > ul > li:hover > ul {
  left: -30px;
  top: 100%;
  opacity: 1
}

.Navbar ul ul li:hover > ul {
  left: 100%;
  top: 0;
  opacity: 1
}


.ct12 .ser-item {
  background-color: #FFF;
  padding: 3px;
  margin: 3px;
  -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
  box-shadow: -3px 3px 3px rgba(0, 0, 0, .3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden
}

.ct12 .ser-ct, .bot-top-hover {
  position: relative;
  display: block;
  list-style: none;
  -webkit-perspective: 300px;
  perspective: 300px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  transition-duration: .4s
}

.projs-list .des-news {
  text-align: left;
}

.projs-list .img-news {
  height: 180px;
  overflow: hidden;
}

.projs-list .title-news a {
  font-size: 15px;
}

.ser-item .ser-title, .index-cates .cate-title, .projs-list .title-news, .sl-images .title-news {
  position: absolute;
  z-index: 2;
  -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;
  padding: 15px 5px;
  font-weight: 500;
  text-transform: uppercase
}

.ser-item .ser-title {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .31);
  font-size: 1.8em;
  text-align: center;
  color: #fff;
}

.ser-item:hover .ser-title, .cate-item:hover .cate-title, .bot-top-hover:hover .title-news {
  bottom: -100%
}

.ser-item .mask, .bot-top-hover .mask {
  top: 0;
  position: absolute;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  z-index: 110;
  padding: 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, .31);
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  transition-duration: .4s;
  text-align: center;
}

.ser-item .mask {
  -ms-transform-origin: center top;
  -moz-transform-origin: center top;
  -webkit-transform: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(-108deg);
  -ms-transform: rotateX(-108deg);
  -moz-transform: rotateX(-108deg);
  transform: rotateX(-108deg)
}

.ser-item:hover .mask {
  display: block;
  opacity: 1;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.ser-item .mask>span, .bot-top-hover .mask>span {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ser-item .mask h3 {
  font-size: 1.8em;
  font-weight: 500;
}

.ser-item .mask h3 a {
  color: #fff;
}

.ser-item .mask p {
  -webkit-line-clamp: 2;
  max-height: 46px;
  font-size: 1.1em;
  padding: 5px 0
}

.ser-item .mask .view-more, .bot-top-hover .mask .view-more-proj {
  position: relative;
  display: inline-block;
  border: solid 1px #F5FFFF;
  padding: 0 10px;
  text-decoration: none;
  color: #F5FFFF;
  background-color: #cc6b0d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s
}

.ser-item .mask .view-more:hover, .bot-top-hover .mask .view-more-proj:hover {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #cc6b0d;
  background-color: #F5FFFF
}

.ser-item .mask i.fa, .bot-top-hover .mask .view-more-proj i.fa {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s -ms-transition-duration: .2s;
  transition-duration: .2s
}

.ser-item .mask .view-more:hover i.fa, .bot-top-hover .mask .view-more-proj:hover i.fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #cc6b0d
}

.news-items {
  position: relative;
}

.news-items .news-item {
  margin: 15px 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.news-items:not(.projs-list) .news-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.news-items .news-item:hover {
  -moz-box-shadow: 0 1px 1px #cc6b0d;
  -webkit-box-shadow: 0 1px 1px #cc6b0d;
  box-shadow: 0 1px 1px #cc6b0d
}

.news-items:not(.recruitment-list) .news-content .title-news {
  text-transform: uppercase;
  border-left: 4px solid #9a4c00;
  padding-left: 12px;
  font-family: utm_avoregular;
  font-size: 1.3em
}

.news-items:not(.recruitment-list) .news-content .title-news a {
  color: #040436
}

.news-items .news-content .title-news a:hover {
  color: #ec0b19
}

.news-items:not(.recruitment-list) .news-content p {
  margin-bottom: 20px;
  font-size: 1.1em
}

.aboutus .info-text {
  font-size: 1.3em
}

.aboutus .readmore {
  display: inline-block;
  padding: 10px 20px;
  color: #cc6b0d;
  background-color: #FFF;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}

.aboutus .readmore span {
  color: #333;
}

.aboutus .readmore:hover {
  color: #000
}

.aboutus .tab-line span {
  color: #fff;
}

section:not(.aboutus) .readmore:hover:before {
  width: 100%
}

section.aboutus {
  background: #757172;
  border-top: 3px solid #757172;
  padding-bottom: 0;
  color: #fff;
}

.cate-item .img-col img {
  max-height: 216px;
}

.index-services .row-services>div:not(:first-child), .index-cates .row-cates>div:not(:first-child) {
  margin-top: 20px;
}

.ser-item .ser-title, .index-cates .cate-title {
  padding: 10px 5px;
}

.index-cates .cate-title, .projs-list .title-news, .sl-images .title-news {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .49);
  font-size: 1.6em;
  text-align: center;
  color: #fff;
}

.index-cates .cate-title a, .projs-list .title-news a, .sl-images .title-news a {
  color: #fff;
}

.bot-top-hover .mask {
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -webkit-transform: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(108deg);
  -ms-transform: rotateX(108deg);
  -moz-transform: rotateX(108deg);
  transform: rotateX(108deg)
}

.bot-top-hover:hover .mask {
  display: block;
  opacity: 1;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.bot-top-hover .mask .view-more {
  position: relative;
  display: inline-block;
  border: solid 1px #F5FFFF;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-color: #cc6b0d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s
}

.bot-top-hover .mask .view-more:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50%;
  background-color: #F5FFFF
}

.bot-top-hover .mask i.fa {
  font-size: 29px;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 48px;
  color: #F5FFFF
}

.bot-top-hover .mask .view-more:hover i.fa {
  color: #cc6b0d
}

.why-choose {
  background-color: #eee;
  text-align: center;
}

.why-choose .col-img {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.why-choose .why-content {
  display: block
}

.why-choose h3 {
  font-size: 1.4em;
  font-weight: 500;
  margin: 10px 0
}

.why-choose p {
  margin: 0;
  line-height: 18px
}

.hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color .2s;
  -moz-transition: background 0.2s, color .2s;
  transition: background 0.2s, color .2s
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -5px;
  left: -5px;
  padding: 5px;
  -moz-box-shadow: 0 0 30px #0470b5;
  -webkit-box-shadow: 0 0 0 4px #0470b5;
  box-shadow: 0 0 30px #0470b5;
  -webkit-transition: -webkit-transform 0.2s, opacity .2s;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale (.8);
  transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity .2s;
  transition: transform 0.2s, opacity .2s;
  opacity: 0
}

.why-choose .why-item:hover .hi-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.brand-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev{ top:30px;}
.brand-wrapper .owl-carousel .owl-controls .owl-nav .owl-next{ top:30px;}

.gallery-images .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {
  color: #222;
  border-color: #222
}


.gallery-images .owl-nav {
  position: absolute;
  right: 18px;
  top: 0;
}

.gallery-images .owl-nav div {
  border: 1px solid #375a9c;
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.col-items {
  text-align: center;
  background-color: #eee;
  position: relative;
}

.sl-featured-prods .owl-nav {
  position: absolute;
  right: 18px;
  top: -80px;
}

.sl-featured-prods .owl-nav div {
  border: 1px solid #375a9c;
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.col-items .owl-carousel .owl-item {
  background: none;
}

.col-items .col-item {
  position: relative;
  margin: 5px;
  -moz-box-shadow: -3px 3px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: -3px 3px 5px rgba (0, 0, 0, .5);
  box-shadow: -3px 3px 5px rgba(0, 0, 0, .5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.col-items .col-item a {
  color: #fff;
}

.col-items .img-col, .prods-side .img-prod {
  text-align: center;
  position: relative;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}

.col-items .col-title, .row-prods .title-news {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -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-color: rgba(0, 0, 0, .54)
}

.col-item:hover .col-title {
  top: 0;
  bottom: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0)
}

.col-item:hover .col-title>div {
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.col-item .col-title>div h3 {
  padding: 15px 5px;
  font-size: 1.6em
}

.col-items .view-more {
  opacity: 0;
  height: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.col-item:hover .view-more {
  opacity: 1;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.col-items .view-more span {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.col-items .view-more span>i {
  color: #0d4d97;
  margin-left: 5px
}

.col-item .view-more span:hover>i {
  color: #FFF
}

.col-item:hover .view-more span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.btn-web {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #0d4d97;
  background-color: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  color: #0d4d97
}

.btn-web:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: scaleX (0);
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.btn-web:hover {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFF;
  background-color: #0d4d97
}

.map-img {
  padding-right: 0
}

.map-img iframe {
  height: 400px!important;
  width: 100%!important;
}

.list-sys {
  height: 350px;
  overflow: auto
}

.system-items {
  padding-left: 0
}

.list-sys .sys-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadee2
}

.list-sys .sys-item p {
  margin-bottom: 0;
}

.tabBg {
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 500;
  color: #FFF;
  background-color: #005caa
}

.subscribes h3 {
  margin-bottom: 10px
}

.form-web .row-contact>div:first-child {
  padding-bottom: 10px
}

.subscribes .btn-send-mail {
  display: block;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
}

.subscribes .btn-send-mail img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -3px
}

.form-web .row-contact>div {
  width: 100%
}

.subscribes {
  display: table;
  width: 100%
}

.subscribes h3 span {
  font-size: 16px;
  font-weight: 500
}

.subscribes .btn-send-mail {
  display: block;
  background-color: #1e8158;
  border: 0;
  text-align: center
}

.subscribes .btn-send-mail img {
  width: 27px;
  height: 16px
}

.subscribes .form-web input[type="text"], .subscribes .form-web input[type="email"], .subscribes .form-web textarea {
  background-color: #eee;
  border: solid 1px #ddd;
  font-style: italic;
  padding: 4px 10px;
  color: #000;
  width: 100%;
}

.subscribes h3, footer .form-web {
  display: table-cell;
  vertical-align: top
}

.subscribes h3 {
  width: 130px
}

.subscribes h3 span {
  display: block;
  padding-top: 5px
}

.subscribes .row-cols>div {
  width: 50%;
}

.subscribes .row-cols>div:first-child {
  padding-right: 5px
}

.subscribes .row-cols>div:last-child {
  padding-left: 5px
}

.subscribes .form-web {
  padding-right: 120px
}

.subscribes .btn-send-mail {
  width: 110px;
  height: 72px;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 14px 10px;
  text-align: center;
}

.subscribes .btn-send-mail img {
  display: block;
  margin: 6px auto 3px
}

.menu-foo {
  position: relative;
  padding-top: 20px
}

.menu-foo li {
  display: inline-block
}

.menu-foo li:not(:last-child)>a {
  padding-right: 7px;
  border-right: 1px solid #FFF;
  line-height: 14px
}

.menu-foo a {
  display: block;
  padding-left: 5px;
  font-size: .9em
}

.tabs-page {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.tabs-page ul {
  background: #e14024;
  padding: 5px 10px 0;
  border-bottom: 1px solid #aeb5bb;
}

.tabs-page li {
  display: inline-block
}

.tabs-page a {
  display: block;
  cursor: pointer;
  font-size: 1.2em;
  outline: none;
  padding: 10px 25px;
  font-weight: 600;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  background-color: #eee;
  border-radius: 10px;
  margin: 0 15px;
}

.tabs-page li:hover a, .tabs-page li.active a {
  background-color: #9a4c00;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

.tab-title {
  display: inline-block;
  padding: 10px 25px;
  background-color: #b7c8e2;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px
}

.tab-item:not(:nth-child(2)) .tab-title {
  margin-top: 15px
}

.cetification-item {
  position: relative;
}

.cetification-item .img-news {
  height: 270px;
  overflow: hidden;
}

.cetification-item .title-news {
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.2em;
  margin: 0;
  text-transform: capitalize;
  z-index: 2;
  -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;
  padding: 10px 0px;
  font-weight: 500;
  text-align: center;
  color: #222;
  height: 62px;
  overflow: hidden;
}

.row-services .ser-ct, .bot-top-hover {
  position: relative;
  display: block;
  list-style: none;
  -webkit-perspective: 300px;
  perspective: 300px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  transition-duration: .4s
}

.prods-list .title-news {
  font-family: utm_avoregular;
  font-size: 1.3em;
  text-transform: uppercase
}

.prods-list .title-news a {
  color: #6989a0
}

.prods-list .title-news a:hover {
  color: #ff0309
}

.prods-list .prod-item .des-news {
  -webkit-line-clamp: 7;
  max-height: 154px;
  margin-bottom: 10px;
}

.prods-list .prod-item p {
  margin-bottom: 0
}

.prods-list>div:not(:last-child) .prod-content {
  margin-bottom: 15px
}

.prods-list>div:nth-child(2n+1) .img-news {
  float: right;
  padding-left: 0
}

.prods-list>div:nth-child(2n) .img-news {
  padding-right: 0
}

.prods-list .prod-content {
  padding: 65px 65px 65px 50px;
  position: relative
}

.prods-list .prod-content:before, .prods-list .prod-content:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px
}

.prods-list .prod-content:before {
  left: 15px;
  top: 30px;
  border-left: 1px solid #001d45;
  border-top: 1px solid #001d45
}

.prods-list .prod-content:after {
  right: 30px;
  bottom: 30px;
  border-right: 1px solid #001d45;
  border-bottom: 1px solid #001d45
}

.prods-list>div:nth-child(2n) .prod-content {
  padding-left: 65px
}

.prods-list>div:nth-child(2n) .prod-content:before {
  left: 30px
}

.scale-effect {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
  text-align: center
}

.scale-effect:before {
  position: absolute;
  content: '';
  top: 20px;
  bottom: 20px;
  left: 50%;
  right: 50%;
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.scale-effect:after {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 50%;
  left: 20px;
  right: 20px;
  z-index: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.scale-effect:hover:before {
  left: 5px;
  right: 5px
}

.scale-effect:hover:after {
  top: 5px;
  bottom: 5px
}

.tab-txt {
  font-size: 1.5em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #13529f;
  font-weight: 500;
}

.catalogue-items {
  margin: 0 -8px
}

.catalogue-items>div {
  padding: 0 8px
}

.catalogue-items .news-item {
  margin: 15px 0;
  border: 1px solid #ececec
}

.catalogue-items .title-news {
  padding: 8px;
  background-color: #484065;
  font-size: 1.1em;
  margin: 0;
  height: 42px;
  overflow: hidden;
}

.catalogue-items .title-news a {
  color: #fff;
}

.catalogue-items .news-content {
  padding: 10px;
  color: #737570
}

.catalogue-items .date .glyphicon {
  margin-right: 5px
}

.catalogue-items .type-file {
  width: 20px;
  float: right;
}

.catalogue-items .type-file img {
  max-height: 20px
}

.catalogue-items .link-download {
  margin-top: 15px;
  white-space: nowrap;
  text-transform: uppercase
}

.catalogue-items .link-download a {
  cursor: pointer
}

.catalogue-items .link-download a:last-child {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #737570
}

.catalogue-items .img-news {
  height: 365px
}

.catalogue-items .img-news img {
  max-height: 365px
}

.catalogue-items>div:nth-child(4n+1) {
  clear: both
}

.scale-animate, .scale-box {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.advisory-items .news-item {
  height: 380px;
  overflow: hidden;
}

.advisory-items .img-news {
  height: 200px;
  overflow: hidden;
}

.advisory-items .news-item p {
  -webkit-line-clamp: 3;
  max-height: 60px;
}

.title-news, .des-news, .index-services p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.detail-prod .heading-title, .short-des-prod {
  margin-bottom: 20px
}

.info-detail-prod.panel-group {
  margin-top: 20px
}

.info-detail-prod .panel-default {
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
  box-shadow: none
}

.info-detail-prod .panel-default>.panel-heading {
  background: none;
  border: none;
  padding: 0
}

.info-detail-prod .panel-default>.panel-heading.active a {
  color: #fff;
}
.info-detail-prod .panel-default>.panel-heading.active .panel-title{
  border-bottom: 1px solid #d8d7d7;

}

.info-detail-prod h4.panel-title {
  font-size: 1.2em;
  background: #9a4c00;
}

.info-detail-prod h4.panel-title a {
  display: block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 40px 13px 15px
}

.info-detail-prod .panel-title a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: FontAwesome;
  content: '\f067';
  color: #fff;
  background-color: #b2b3b5
}

.info-detail-prod .panel-heading.active .panel-title a:after {
  content: '\f068'
}

.info-detail-prod .panel-body {
  border: none!important
}

.info-detail-prod .panel-body li a .fa {
  position: absolute;
  top: 7px;
  left: 0;
  color: #a1a1a1
}

.fix_tel {
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 999;
}

.fix_tel a {
  text-decoration: none;
  display: block;
}

.tel {
  background: #eee;
  width: 200px;
  height: 40px;
  position: relative;
  overflow: hidden;
  background-size: 40px;
  border-radius: 28px;
  border: solid 1px #ccc;
}

.ring-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 80px;
  position: absolute;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 80px;
  z-index: 200000 !important;
}

.ring-alo-phone.ring-alo-show {
  visibility: visible;
}

.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
  opacity: 1;
}

.ring-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 70px;
  left: -15px;
  opacity: 0.1;
  position: absolute;
  top: -15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
  border-color: #baf5a7;
  opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}

.ring-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 5px;
  opacity: 0.1;
  position: absolute;
  top: 5px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 5px;
  opacity: 1;
  position: absolute;
  top: 5px;
  transform-origin: 50% 50% 0;
  width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
  background-color: #f00;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
  background-color: #75eb50;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
  background-color: #f00;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
  border-color: #1e73be;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
  background-color: #1e73be;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
  background-color: #1e73be;
}

@keyframes ring-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes ring-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes ring-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

.ring-alo-ph-img-circle a img {
  padding: 1px 0 0 1px;
  width: 30px;
  position: relative;
  top: -1px;
}

.fone {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 45px;
  margin: 0 0;
  color: #154c94;
}