/*
Theme Name: ItcClassic
Theme URI: http://khowebsites.com/
Author: ITC Themes
Author URI: http://itcthemes.com/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats
The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/


/*  ################################################################
CSS OVERVIEW
1. IMPORT FILES
2. GENERAL
3. ELEMENTS
4. HEADER
5. FOOTER
...
################################################################# */


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,vietnamese);*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&subset=vietnamese);
@import url(fonts/stylesheet.css);
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/bootstrap/css/bootstrap.min.css);
@import url(libs/owl-carousel/owl.carousel.css);
@import url(libs/colorbox/colorbox.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

body {
  font-size: 13px;
  color: #666;
  font-family: 'Open Sans', sans-serif
}

h1 {
  font-size: 24px
}

h2 {
  font-size: 20px
}

h3 {
  font-size: 18px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 12px
}

img {
  border: 0;
  max-width: 100%;
  height: auto
}

a {
  color: #373737
}

a:hover {
  color: #f42828;
  text-decoration: none
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0
}

a,
button,
input {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
  border: 1px solid #d5d5d5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  font-style: italic;
  border-radius: 0
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #f42828;
  outline: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-color: #fcd998
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu li {
  float: left
}

.menu:after {
  display: block;
  content: "";
  clear: both
}

.main-title {
  font-size: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #353233;
  padding-bottom: 22px;
  margin-bottom: 40px;
  overflow: hidden
}

.main-title:before,
.main-title:after {
  background: #f8c300;
  width: 395px;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.main-title:before {
  width: 90px;
  bottom: 1px;
  height: 2px
}

.owl-pagination {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.owl-pagination div {
  width: 15px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  background: #4ca83a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s
}

.owl-pagination div.active {
  background: #fcd700
}

.site-header {
  position: relative;
  z-index: 10
}

.top-header {
  background: #f5f5f5;
  color: #636363;
  font-size: 12px;
  position: relative;
  z-index: 10
}

.top-header a {
  color: #636363
}

.top-header a:hover {
  color: #f42828
}

.header-info ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.header-info li {
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0
}

.header-info li:last-child {
  margin-right: 0
}

.header-info li i {
  font-size: 14px;
  margin-right: 3px
}

.mobile-btn {
  display: none
}

.top-nav {
  text-align: right
}

.top-nav ul {
  display: inline-block;
  vertical-align: middle
}

.top-nav li {
  margin-left: 32px;
  display: inline-block;
  float: none;
  line-height: 33px;
  position: relative
}

.top-nav .lang {
  margin-left: 15px
}

.top-nav .lang li {
  margin-left: 2px
}

.mid-header {
  background: url(images/assets/menu.jpg) repeat-x top center
}

.site-brand {
  float: left;
  padding-top: 2px;
}

.main-menu,
.searchbox {
  float: right
}

.main-menu {
  margin-right: 15px;
  background: transparent !important;
}

.main-menu li {
  position: relative
}

.main-menu li a {
  border-left: 1px solid #fff;
  border-right: 1px solid #ededed;
  color: #0a0b0c;
  line-height: 59px;
  margin: 1px 0;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0px 25px;
  background: transparent !important;
  display: block;
  font-size: 14px;
  font-weight: 700
}

.main-menu li li a {
  line-height: auto;
}

.main-menu li a:hover {
  background: #ededed
}

.main-menu li:first-child a {
  border-left: none
}

.main-menu li:last-child a {
  border-right: 0
}

.main-menu .sub-menu {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ededed;
  width: 250px;
  top: 100%;
  left: 0;
  margin: 20px 0 0;
  padding: 0;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0
}

.main-menu .sub-menu li {
  float: none
}

.main-menu .sub-menu li a {
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid #ededed;
  color: #636363;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 16px
}

.main-menu .sub-menu li:last-child a {
  border: 0
}

.main-menu .sub-menu li a:hover {
  background: #ededed;
  color: #FFF
}

.main-menu .arrow {
  margin-left: 5px
}

.searchbox {
  position: relative;
  padding: 14px 0 13px
}

.searchbox .icon {
  display: none;
  cursor: pointer
}

.searchform {
  width: 185px;
  border: 1px solid #FFF;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -webkit-border-radius: 32px;
  -o-border-radius: 32px
}

.searchform:after {
  content: "";
  background: url(images/assets/search.png) no-repeat center
}

.searchform:after,
.searchform .search-submit {
  height: 100%;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0
}

.searchform .search-field {
  width: 100%;
  height: 30px;
  font-size: 12px;
  background: #ccc;
  border: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  color: #FFF
}

.searchform .search-submit {
  opacity: 0;
  z-index: 2
}

.main-slider {
  position: relative
}

.main-slider:before {
  width: 387px;
  height: 20px;
  content: "";
  background: url(images/assets/shadow.png) no-repeat center;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.main-slider:after {
  border-bottom: 1px solid #e5e4e4;
  content: "";
  display: block
}

.main-slider .item {
  position: relative
}

.main-slider .item>img {
  width: 100%
}

.main-slider .container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0
}

.slider-content {
  background: url(images/assets/bg-slider.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  position: relative;
  padding: 15px
}

.slider-content:before {
  content: "";
  top: 10px;
  left: 10px;
  display: block;
  right: 10px;
  bottom: 10px;
  background: #ce227d;
  position: absolute
}

.slider-content>* {
  position: relative;
  z-index: 10
}

.slider-content h2 {
  font-family: 'sfu_machineregular';
  font-size: 42px;
  text-transform: uppercase;
  color: #FFF
}

.home-section {
  padding: 40px 0 0;
  position: relative
}

.home-section .container:before {
  width: 387px;
  height: 20px;
  content: "";
  background: url(images/assets/shadow.png) no-repeat center;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.home-section .container:after {
  border-bottom: 1px solid #e5e4e4;
  content: "";
  display: block;
  margin-top: 40px
}

.home-cat .container .row>div {
  padding-bottom: 20px
}

.home-cat-item {
  position: relative;
      border: 1px solid #ddd;
}

.home-cat-item .info {
/*  background-color: #dadada;
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#dadada), to(#fff));
  background: -webkit-linear-gradient(top, #fff, #dadada);*/
  /*background: -moz-linear-gradient(top, #fff, #dadada);
  background: -ms-linear-gradient(top, #fff, #dadada);
  background: -o-linear-gradient(top, #fff, #dadada);*/
  /*margin: -40px 15px 0;*/
  position: relative;
  padding: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  z-index: 10;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease
}

/*.home-cat-item:hover .info {
  margin-top: -60px
}*/

.home-cat-item .info:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease
}
item-proj .inner-img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 41px;
    height: 41px;
    margin: -20px 0 0 -20px;
    display: block;
    content: "\f067";
    font-family: 'FontAwesome';
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    font-size: 36px;
    color: #fff;
}



.home-cat-item h3 {
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-bottom: 7px;
  position: relative;
  margin-bottom: 7px
}

.home-cat-item h3 a {
  color: #f84d2a
}

.home-cat-item h3:before,
.home-cat-item h3:after {
  /*content: "";*/
  display: block;
  background: #065bb1;
  width: 70px;
  height: 1px;
  position: absolute;
  bottom: 1px
}

.home-cat-item h3:before {
  width: 130px;
  bottom: 0
}

.home-cat-item h3 a:hover {
  color: #333
}

.home-cat-item .thumb {
  position: relative;
  display: block;
  overflow: hidden
}
.home-cat-item .thumb:before{
      background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.home-cat-item:hover .thumb:before{
   opacity: 1;
}

.home-cat-item .thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 41px;
    height: 41px;
    margin: -20px 0 0 -20px;
    display: block;
    content: "\f067";
    font-family: 'FontAwesome';
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    font-size: 36px;
    color: #fff;
    transform: scale(1); */
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    display: none;
}
/*.home-cat-item .thumb:before,
.home-cat-item .thumb:after {
  content: "";
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}*/


.home-cat-item:hover  .thumb:before
{
  opacity: 1!important;
}
/*
.home-cat-item:hover .thumb:before {
  opacity: 1;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15)
}*/

.home-cat-item .thumb:after {

    z-index: 111;
    }

.home-cat-item:hover .thumb:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  box-shadow: inset -2px -2px 2px rgba(0, 0, 0, 0.15)
}

.home-cat-item .thumb img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease
}

.home-cat-item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.home-product .container:after {
  margin-top: 10px
}

.filter {
  margin-bottom: 40px
}

.filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.filter ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px
}

.filter ul li a {
  color: #777;
  font-weight: 600;
  font-size: 14px;
  padding: 0 5px 3px;
  border-bottom: 3px solid transparent;
  display: block
}

.filter ul li a:hover {
  color: #f42828
}

.filter ul li a.active {
  color: #f42828;
  border-color: #f42828
}

.product {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
  margin-bottom: 30px
}

.p-thumb {
  display: block;
  position: relative
}

.p-thumb:before,
.p-thumb:after {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.p-thumb:before {
  background: rgba(102, 102, 102, 0.3);
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 41px;
  margin: -20px 0 0 -20px;
  display: block;
  background: url(images/assets/search2.png) no-repeat center;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0)
}

.p-thumb:hover:before {
  opacity: 1
}

.p-thumb:hover:after {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1)
}

.p-info {
  padding: 20px 0 0
}

.p-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;

}

.price {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #d2090e
}

.price ins {
  text-decoration: none
}

.price del {
  color: #0c0c0c;
  float: right
}

.home-galleries {
  padding-bottom: 33px
}

.home-galleries .container:after,
.home-galleries .container:before {
  display: none
}

.galleries {
  margin-left: -7px;
  margin-right: -7px
}

.galleries .gallery {
  padding: 7px;
  float: left;
  width: 25%
}

.galleries .gallery.col-2 {
  width: 50%
}

.galleries .gallery.col-right {
  float: right
}

.video {
  display: block;
  position: relative
}

.video .icon {
  background: rgba(255, 0, 0, 0.75);
  font-size: 26px;
  color: #FFF;
  display: block;
  font-family: FontAwesome;
  text-align: center;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s
}

.video:hover span {
  background: rgba(255, 0, 0, 1)
}

.gallery .colorbox {
  display: block;
  position: relative
}

.gallery .colorbox:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 0;
  height: 0;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  z-index: 10
}

.gallery .colorbox:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 0;
  height: 0;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  z-index: 10
}

.gallery .colorbox:hover:before,
.gallery .colorbox:hover:after {
  width: 100%;
  height: 100%
}

.home-intro {
  position: relative;
  background: #efefef
}

.home-intro .col-md-6 {
  position: static
}

.home-intro .intro-img {
  /*position:absolute;top:0;left:0;width:calc(50% - 15px);*/
  margin-top: 15px;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.home-intro .intro-img:hover {
  opacity: .7
}

.intro-content {
  padding: 15px 0;
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 1px
}

.intro-content h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px
}

.intro-content h2:before {
  display: block;
  width: 55px;
  height: 1px;
  background: #ff4949;
  content: "";
  margin-bottom: 15px
}

.intro-content ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none
}

.intro-content ul li {
  margin-bottom: 25px;
  padding-left: 50px;
  position: relative
}

.intro-content ul h4 {
  color: #000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px
}

.intro-content ul .num {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #fe0000;
  color: #fe0000;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px
}

.intro-content .button {
  display: inline-block;
  background: #ff4949;
  color: #FFF;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px
}

.intro-content .button:hover {
  background: #0078e2
}

.home-partners {
  padding: 33px 0;
  background: #efefef
}

.home-partners .slider .item {
  text-align: center
}
.home-partners .slider .item a{
  display: block;
  margin-bottom: 20px;
}

.site-footer {
  background: #d83a13;
  color: #FFF
}

.site-bottom {
  background: #ec4d25;
  padding-top: 30px
}

.site-bottom .widget-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff
}

.footer-widget {
  margin-bottom: 20px
}

.about-widget {
  padding-right: 20px
}

.about-widget .textwidget {
  font-weight: 300;
  padding-bottom: 10px
}

.about-widget .textwidget h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px
}

.about-widget .textwidget ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.about-widget .textwidget li a,
.copyright,
.copyright a,
.about-widget .textwidget li {
  color: #0a0b0c
}

.about-widget .textwidget li {
  margin-bottom: 10px;
  padding-left: 33px;
  background: url(images/assets/ab-home.png) no-repeat left center
}

.about-widget .textwidget li:nth-child(2) {
  background-image: url(images/assets/ab-phone.png)
}

.about-widget .textwidget li:nth-child(3) {
  background-image: url(images/assets/ab-telephone.png)
}

.about-widget .textwidget li:nth-child(4) {
  background-image: url(images/assets/ab-web.png)
}

.tnp-widget-minimal {
  line-height: 25px
}

.footer-widget.about-widget .widget-title:nth-child(3) {
  font-size: 13px;
  text-transform: initial;
  line-height: 25px;
  margin-bottom: 0
}

.tnp-widget-minimal form {
  position: relative;
  border: 1px solid #FFF;
  max-width: 450px;
  margin: 5px 0 0
}

.tnp-widget-minimal form input[type=text],
.tnp-widget-minimal form input[type=email] {
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  border: 0;
  background: 0;
  width: 100%;
  height: 40px
}

.tnp-widget-minimal form input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 98px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  background: #0170d3
}

.tnp-widget-minimal form input[type=submit]:hover {
  background: #0457a0
}

.socials ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  text-align: right
}

.socials ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px
}

.socials ul li a:hover {
  opacity: .6
}

.connect-us-widget .row {
  margin-left: -5px;
  margin-right: -5px
}

.connect-us-widget .col-md-6 {
  padding-left: 5px;
  padding-right: 5px
}

.connect-us-widget iframe {
  width: 100%;
  height: 213px
}

.connect-us-widget .widget-title {
  margin-bottom: 30px
}

.connect-us-widget .textwidget strong {
  text-transform: uppercase;
  font-weight: 600
}

.connect-us-widget .textwidget {
  padding-top: 5px
}

.copyright {
  padding: 16px 0;
  font-weight: 300
}

.product.ao-ba-ba:nth-child(4n+1) {
  clear: both
}

.recent-posts-widget h4 {
  clear: none;
  margin: 0 0 5px;
  line-height: 18px;
  font-weight: 500
}

.recent-posts-widget h4 a {
  font-size: 16px;
  color: #2d2d29;
  font-weight: 500
}

.recent-posts-widget h4 a:hover {
  color: #e0a81c
}

.recent-posts-widget .fa {
  color: #e0a81c
}

.widget.widget_recent_entries .recent-posts-widget .post-meta p {
  border-left: none;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  color: #999
}

.widget ul li:hover img {
  transform: scale(1.2)
}

.widget.widget_recent_entries .recent-posts-widget .post-thumb,
.recent-portfolio-widget ul li .thumb {
  width: 100px;
  max-height: 65px;
  overflow: hidden
}

.widget img,
.app-detail #s3 .widget .post-detail>p {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.recent-posts-widget li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.primary-sidebar .widget {
  background: #FFF;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px
}

.primary-sidebar .widget-title {
  font-size: 16px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 5px 50px;
  padding-right: 0;
  font-family: Open Sans;
  padding-bottom: 10px;
  text-transform: uppercase
}

.primary-sidebar .widget-title:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  width: 29px;
  height: 29px;
  background: url('images/assets/icon.png')
}

.primary-sidebar ul li {
  list-style-type: none
}

.primary-sidebar .widget {
  display: inline-block;
  width: 100%;
  position: relative
}

.primary-sidebar .widget_nav_menu .menu li:before {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
  color: red
}

.primary-sidebar .post-thumb {
  float: left;
  width: 30%;
  margin-right: 20px
}

.primary-sidebar .widget_nav_menu .menu li {
  padding: 4px 0;
  border-bottom: 0;
  position: relative;
  padding-left: 25px;
  width: 100%;
  display: inline-block;
}
.primary-sidebar .widget_nav_menu .menu li  a{
  display: inline-block;
  width: 100%;
}

.primary-sidebar .widget_support_widget_name .support {
  margin-top: 5px;
  margin-bottom: 5px
}

.primary-sidebar .support_title {
  font-size: 13px;
  font-family: 'UVNHongHaHep_R';
  text-transform: uppercase;
  color: #d30000
}

.primary-sidebar .support-skype-online {
  margin-bottom: 10px;
  display: block
}

.primary-sidebar .widget_wpstatistics_widget ul li {
  font-weight: normal;
  font-size: 14px;
  font-family: 'UVNHongHaHep_R';
  color: #d30000
}

.grid {
  position: relative;
  overflow: hidden
}

figure.effect-layla figcaption {
  padding: 3em
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s
}

figure.effect-layla p {
  padding: .5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

figure.effect-layla:hover img {
  opacity: .7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.grid figure {
  position: relative;
  cursor: pointer
}

.grid figure img {
  position: relative;
  display: block
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

.breadcrumbs {
  margin-top: 15px;
  padding-bottom: 15px
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle
}

.breadcrumbs li:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  content: "\f101";
  font-family: FontAwesome
}

.breadcrumbs li:last-child:after {
  display: none
}

.support-wwidget,
.hotline-sbl {
  padding: 0 10px
}

ul.support-wwidget li {
  display: block
}

ul.support-wwidget li strong {
  display: block;
  color: #F00;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 10px
}

ul.support-wwidget li .skyper {
  width: 23px;
  height: 25px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: 5px
}

ul.support-wwidget li .yahoo {
  width: 25px;
  height: 25px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-right: 5px
}

ul.support-wwidget li span {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color: #000;
  font-size: 16px
}

.support-wwidget,
.hotline-sbl {
  padding: 0 10px
}

.phone-hotline {
  display: block;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #dedede;
  position: relative;
  padding-left: 40px
}

.phone-hotline::before {
  content: " ";
  width: 25px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 30px;
  background: url(images/assets/icon_hotline.png) no-repeat
}

.phone-hotline span {
  display: block;
  color: #F00;
  font-size: 16px
}

.phone-hotline strong {
  display: block;
  color: #F00;
  font-size: 24px
}

.items .col-span1 {
  list-style: none
}

.col-span1 {
  width: 100%;
  float: left;
  padding-right: 10px
}

.widget .item-widget a {
  color: #111;
  font-size: 15px
}

.items .col-span1 img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #ddd;
  padding: 5px
}

.home-cat .container .row>div:nth-child(3n+1) {
  clear: both
}

#content {
  margin-bottom: 20px
}

#content .entry-content p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  text-indent: 10px;
  margin: 10px
}

h1.post-title {
  /*text-transform: uppercase;*/
  font-size: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  border-bottom: 1px solid #fae301;
  border-left: 5px solid #fae301;
  padding-left: 10px
}

.os-responsive-icon-only {
  margin-top: 20px
}

.yuzo_related_post_widget {
  padding: 0;
  margin: 10px 0;
  width: 100%;
  display: block;
  float: left;
  clear: both
}

.yuzo_related_post_widget .yuzo_clearfixed {
  clear: both;
  display: block;
  margin: 5px 0
}

.yuzo_related_post_widget h3 {
  margin: 0!important
}

.yuzo_related_post_widget .relatedposts {
  margin: 0 0 20px 0;
  float: left;
  font-size: 12px
}

.yuzo_related_post_widget .relatedposts h3 {
  font-size: 20px
}

.yuzo_related_post_widget .relatedthumb {
  margin: 0 1px 0 1px;
  float: left;
  line-height: 15px;
  text-align: left
}

.yuzo_related_post_widget .relatedthumb img {
  margin: 0 0 3px 0;
  padding: 0
}

.yuzo_related_post_widget .relatedthumb a {
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 0;
  background-image: none!important;
  background-color: transparent;
  color: #c40089;
  line-height: 18px!important;
  font-size: 14px!important
}

.yuzo_icon_views {
  padding-left: 21px;
  background: url(../images/views.png) 0 3px no-repeat;
  color: #000;
  font-style: italic
}

.yuzo-list {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #f4f4f4;
  position: relative
}

.yuzo-list .image-list {
  float: left
}

.yuzo-list .image-list {
  display: inline;
  margin-right: 15px
}

.yuzo_views_post {
  opacity: .4;
  margin: 4px 0;
  text-align: left
}

.yuzo-list .link-list .yuzo_views_post {
  background: url(../images/views.png) 0 6px no-repeat;
  margin: 0;
  font-weight: normal
}

.yuzo-list .link-list .yuzo_icon_views__top {
  min-width: 35px
}

.style-3 .yuzo-list:before {
  content: '';
  background: url(../images/arrow-left-point.png);
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  opacity: .2
}

.style-3 .yuzo-list a {
  padding-left: 22px
}

.yuzo_widget_wrap .yuzo_views_post {
  padding: 4px 20px
}

.yuzo_related_post .yuzo_clearfixed,
.yuzo_widget_wrap .yuzo_clearfixed {
  clear: both;
  display: block;
  margin: 5px 0 15px
}

.yuzo_related_post h3 {
  margin: 0!important;
  font-size: 18px;
  font-weight: bold
}

.yuzo-list-color {
  display: block;
  width: 100%;
  background: #dedede;
  color: #444;
  padding: 15px 10px!important
}

.yuzo_related_post_widget .yuzo-list-color {
  width: 50%;
  position: relative;
  -webkit-transition: width .3s ease-out;
  -moz-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  -ms-transition: width .3s ease-out;
  transition: width .3s ease-out
}

.yuzo-list-color.color-1 {
  background: #fd6964;
  width: 97%
}

.yuzo-list-color.color-2 {
  background: #f7c79e;
  width: 90%;
  position: relative;
  top: -10px
}

.yuzo-list-color.color-3 {
  background: #f8e664;
  width: 80%;
  position: relative;
  top: -20px
}

.yuzo-list-color.color-4 {
  background: #dbf59d;
  width: 70%;
  position: relative;
  top: -30px
}

.yuzo-list-color.color-5 {
  background: #82dcf2;
  width: 60%;
  position: relative;
  top: -40px
}

.yuzo-list-color.color-6 {
  position: relative;
  top: -50px
}

.yuzo-list-color.color-7 {
  position: relative;
  top: -60px
}

.yuzo-list-color.color-8 {
  position: relative;
  top: -70px
}

.yuzo-list-color.color-9 {
  position: relative;
  top: -80px
}

.yuzo-list-color.color-10 {
  position: relative;
  top: -90px
}

.yuzo-list-color.color-11 {
  position: relative;
  top: -100px
}

.yuzo-list-color.color-12 {
  position: relative;
  top: -110px
}

.yuzo-list-color.color-13 {
  position: relative;
  top: -120px
}

.yuzo-list-color.color-1:hover {
  width: 100%
}

.yuzo-list-color.color-2:hover {
  width: 93%
}

.yuzo-list-color.color-3:hover {
  width: 83%
}

.yuzo-list-color.color-4:hover {
  width: 73%
}

.yuzo-list-color.color-5:hover {
  width: 63%
}

.yuzo_related_post_widget.style-4 .relatedthumb:hover {
  opacity: .9
}

.yuzo-list-color .yuzo_icon_views {
  background: url(../images/views2.png) 0 7px no-repeat;
  opacity: .6;
  color: #4d4d4d;
  font-weight: normal
}

.yuzo_related_post_widget.style-2 {
  overflow: inherit!important
}

.yuzo_related_post_widget.style-1 .yuzo_text {
  display: block
}

.yuzo_related_post_widget .yuzo-list .link-list .yuzo_views_post {
  display: block!important
}

.yuzo_related_post_widget .yuzo-list-color .yuzo_icon_views {
  background: url(../images/views2.png) 0 0 no-repeat
}

.yuzo_related_post_widget.style-1 .yuzo_icon_views {
  background: url(../images/views2.png) 0 2px no-repeat
}

.archive-product-cat-item {
  margin-bottom: 20px
}

.archive-product-cat-item:nth-child(2n+1) {
  clear: both
}

div.paginate {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 25px 0;
  border-radius: 4px
}

div.paginate a,
div.paginate span {
  position: relative;
  float: left;
  padding: 10px 20px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  background-color: #ec4d25
}

div.paginate span.current,
div.paginate a:hover {
  color: #fff;
  background-color: #fae301;
  border-color: #161616
}

div.paginate span.disabled {
  color: #fff;
  cursor: not-allowed;
  background-color: #1c1c1c
}

.ao-ba-ba-archive {
  margin-bottom: 20px
}

.title-contact h1 {
  font-size: 48px;
  font-weight: bold;
  color: #272727;
  margin-bottom: 20px;
  margin-top: 35px;
  text-transform: uppercase
}

.border-1px {
  width: 90%;
  height: 1px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  margin-bottom: 40px
}

.content-contact-form .form-control {
  max-width: 90%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 25px
}

.content-contact-form input[type=submit],
.content-contact-form input[type=reset] {
  padding: 10px 60px;
  background-color: #8a0000;
  color: #fff;

  font-weight: 500;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 0
}
.content-contact-form{
  margin-bottom: 20px;
}
.content-contact-form input[type=reset] {
  background-color: #9f9f9f
}

.mg-10 {
  margin-left: -10px;
  margin-right: -10px
}

.pd-10 {
  padding-left: 10px;
  padding-right: 10px
}

.copyright,
.copyright a,
.about-widget .textwidget li {
  color: #fff;
}

.main-menu .sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.main-menu .sub-menu li a {
  padding: 0 15px;
  line-height: 35px;
  height: 35px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}

.main-menu .sub-menu li a {
  line-height: 30px;
}

.single .type-post {
  border: 1px solid #ddd;
}

.single .post-meta {
  padding: 0 15px 15px 15px;
}

.single .entry-content {
  padding: 15px;
}

.yuzo_related_post h3 {
  padding-left: 5px;
}

.contacts {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 1111;
}

.contacts li a {
  /*position: relative; */
  width: 47px;
  height: 47px;
  display: inline-block;
  background-color: #ec4d25;
  overflow: hidden;
  text-decoration: none !important;
}

.contacts li {
  list-style: none;
  position: relative;
}

.contacts li a p {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -22px;
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #045fa8;
  border-radius: 5px;
  background-color: #fff;
  min-width: 130px;
  text-align: center;
  visibility: hidden;
}

.contacts li:hover a p {
  opacity: 1;
  visibility: visible;
}

.contacts li a img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contacts li a p:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: -7px;
  background-color: #fff;
  border-top: 1px solid #007a41;
  border-right: 1px solid #007a41;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bttop {
  position: fixed;
  right: 0;
  z-index: 111111;
  bottom: 10%;
  cursor: pointer;
}

.coccoc-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 120px;
  height: 120px;
  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;
  left: -20px;
  bottom: 20px;
}

.coccoc-alo-phone.coccoc-alo-show {
  visibility: visible
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

.coccoc-alo-phone.coccoc-alo-static {
  opacity: .6
}

.coccoc-alo-phone.coccoc-alo-hover,
.coccoc-alo-phone:hover {
  opacity: 1
}

.coccoc-alo-ph-circle {
  width: 100px;
  height: 100px;
  top: 10px;
  left: 10px;
  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);
  border: 2px solid #bfebfc 9;
  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;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
  -webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
  -webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle {
  border-color: #00aff2;
  opacity: .5
}

.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: #F20000;
  border-color: #baf5a7 9;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #75eb50;
  border-color: #bfebfc 9;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
  border-color: #ccc;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
  border-color: #F20000;
  opacity: .5
}

.coccoc-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  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;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
  -webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: .75 !important
}

.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: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgba(242, 223, 0, 0.85);
  background-color: #a6e3fa 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: .75 !important
}

.coccoc-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 40px;
  left: 40px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;
  background-size: 30px 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -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;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
  background-color: #00aff2
}

.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: #F20000;
  background-color: #F20000 9
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #00aff2;
  background-color: #75eb50
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
  background-color: #ccc
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
  background-color: #F20000
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1
  }
  30% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(.5) skew(1deg);
    -o-opacity: .1
  }
  30% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    -o-opacity: .5
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -o-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% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-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)
  }
}

#coccoc-alo-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2000000;
  overflow: visible;
  display: none;
  color: #383838
}

#coccoc-alo-wrapper.night-mode {
  color: #fff
}

.coccoc-alo-popup-close {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  height: 30px !important;
  width: 30px !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: .3s ease-out !important;
  -moz-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC")
}

#coccoc-alo-wrapper .coccoc-alo-popup-close:hover {
  opacity: .6 !important
}

.coccoc-alo-popup {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyIUPNCUUwAAAA1JREFUCNdj+P///2cACe8D8SyfS4EAAAAASUVORK5CYII=");
  -webkit-transition: .6s ease-out;
  -moz-transition: .6s ease-out;
  -o-transition: .6s ease-out;
  transition: .6s ease-out;
  margin: 0 auto;
  z-index: 200001;
  text-align: center;
  padding: 60px 75px
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyAMHYpuhwAAAA1JREFUCNdjMDY2/gwAAsMBjX/tf+YAAAAASUVORK5CYII=")
}

#coccoc-alo-wrapper .coccoc-alo-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=");
  top: 0;
  left: 0;
  z-index: 200000
}

.coccoc-alo-popup h3 {
  font-size: 24px;
  margin: 0 0 40px;
  font-family: 'Open Sans';
  font-weight: 300;
  white-space: nowrap
}

.night-mode .coccoc-alo-popup h3 {
  font-size: 23px
}

.night-mode .coccoc-alo-message {
  padding-bottom: 0
}

.coccoc-alo-message {
  height: 32px;
  padding: 18px 0 13px 0;
  text-align: center;
  clear: both;
  font-size: 14px
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label+.input {
  float: left;
  width: 49%
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .input {
  padding: 0 13px
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper label {
  color: #616161;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  padding-right: 15px
}

.coccoc-alo-number {
  color: #00bed5;
  font-size: 28px;
  font-family: Montserrat, "Lucida Console", Monaco, monospace, sans-serif;
  font-weight: normal;
  background-color: transparent;
  border: none;
  border-width: 0;
  display: inline-block;
  border-bottom: #00bed5 solid 1px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 221px
}

coccoc-alo-number::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

.night-mode .coccoc-alo-number {
  border: #00bed5 solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 31px
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"].valid-invalid {
  color: #ff496b
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]:focus {
  outline: 0
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit {
  border: none;
  border-width: 0;
  padding: 20px 40px;
  background-color: #333;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  outline: none !important
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-submit {
  background-color: #00bed5
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitavtive,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitvisited {
  outline: none !important
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit-moz-focus-inner {
  border: 0
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit:hover {
  background-color: #00aff2;
  background-color: #00aff2
}

.coccoc-alo-blur {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImJsdXIiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz48L2ZpbHRlcj48L3N2Zz4jYmx1cg==#blur")
}

#coccoc-countdown {
  padding-top: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300
}

.coccoc-alo-request-time {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  font-size: 18px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-request-time {
  color: #fff;
  background-color: #515350;
  border: 1px solid #606260
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup h3 {
  margin-bottom: 15px
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-form .coccoc-alo-select-wrapper {
  margin-bottom: 35px
}

.coccoc-alo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.coccoc-alo-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.valid-invalid-message {
  font-size: 13px;
  color: #ff496b
}

.valid-invalid-message:before {
  content: "* "
}

.phone_text {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 37px;
  background: #ededed;
  padding: 5px 17px;
  border-radius: 50px;
  width: 212px;
  font-size: 23px;
  border: 1px solid #ccc;
  font-weight: bold;
  color: red;
  padding-left: 42px;
  text-align: right;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}


/*.coccoc-alo-phone:hover .phone_text{opacity:1;visibility:visible;overflow:visible;left:37px;}*/

.table-info {
  width: 100%;
}

.table-info td {
  width: 40%;
  border: 1px solid #ddd;
  padding: 10px;
}

.table-info td+td {
  width: 60%;
}

.table-info b {
  color: red;
}

.thong-so {
  width: 100%;
}

.thong-so td {
  width: 50%;
  border: 1px solid #ddd;
  padding: 10px;
}
.home-product.home-section .left .images img{
  width: 100%;
}
.products .p-info .p-title {
      height: 21px;
    line-height: 21px;
    overflow: hidden;

}
.products .p-info{
  padding:10px 0 20px 0;
}
.products .right .row{
  margin-left: -10px;
  margin-right: -10px;
}
.products .right .row .col-md-6{
  padding-left: 10px;
  padding-right: 10px;
}
.slider-product-small{
  clear: both;
  margin-top: 14px;
}

.slider-product-small .img-thongso{
  margin:5px;
}
.kimlong-logo img{
  max-height: 57px;
}
.slider-product-small .owl-pagination{
	display: none;
}